=== 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-0075 --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-0075",
"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-0075_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0075_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-03/func/sub-0075_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>2dde22959a1528cbe57cd1eb63145090</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>08:58:53.837500</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.993042, 0.00544997, 0.117633, 0.00762618, 0.993855, -0.110425]</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.0812865</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>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4182, -7669, -7258, 492, -42, -37, 17, 35]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>226.139</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>29181e41-db76-4ddc-822e-2c6dafda50b9||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.664259433746338, 0.020460477098822594, 0.31728261709213257, 102.99951171875], [-0.014621859416365623, 2.666440963745117, -0.29849421977996826, -82.27925872802734], [0.31560102105140686, 0.2962612509727478, 2.664626359939575, -99.25590515136719], [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': ['085853.837500', '085854.297500', '085854.757500', '085855.217500', '085855.677500', '085856.137500', '085856.597500', '085857.057500', '085857.517500', '085857.977500', '085858.437500', '085858.897500', '085859.357500', '085859.817500', '085900.277500', '085900.737500', '085901.197500', '085901.657500', '085902.117500', '085902.577500', '085903.037500', '085903.497500', '085903.957500', '085904.417500', '085904.877500', '085905.337500', '085905.797500', '085906.257500', '085906.717500', '085907.177500', '085907.637500', '085908.097500', '085908.557500', '085909.017500', '085909.477500', '085909.937500', '085910.397500', '085910.857500', '085911.317500', '085911.777500', '085912.237500', '085912.697500', '085913.157500', '085913.617500', '085914.077500', '085914.537500', '085914.997500', '085915.457500', '085915.917500', '085916.377500', '085916.837500', '085917.297500', '085917.757500', '085918.217500', '085918.677500', '085919.137500', '085919.597500', '085920.057500', '085920.517500', '085920.977500', '085921.437500', '085921.897500', '085922.357500', '085922.817500', '085923.277500', '085923.737500', '085924.197500', '085924.657500', '085925.117500', '085925.577500', '085926.037500', '085926.497500', '085926.957500', '085927.417500', '085927.877500', '085928.337500', '085928.797500', '085929.257500', '085929.717500', '085930.177500', '085930.637500', '085931.097500', '085931.557500', '085932.017500', '085932.477500', '085932.937500', '085933.397500', '085933.857500', '085934.317500', '085934.777500', '085935.237500', '085935.697500', '085936.157500', '085936.617500', '085937.077500', '085937.537500', '085937.997500', '085938.457500', '085938.917500', '085939.377500', '085939.837500', '085940.297500', '085940.757500', '085941.217500', '085941.677500', '085942.137500', '085942.597500', '085943.057500', '085943.517500', '085943.977500', '085944.437500', '085944.897500', '085945.357500', '085945.817500', '085946.277500', '085946.737500', '085947.197500', '085947.657500', '085948.117500', '085948.577500', '085949.037500', '085949.497500', '085949.957500', '085950.417500', '085950.877500', '085951.337500', '085951.797500', '085952.257500', '085952.717500', '085953.177500', '085953.637500', '085954.097500', '085954.557500', '085955.017500', '085955.477500', '085955.937500', '085956.397500', '085956.857500', '085957.317500', '085957.777500', '085958.237500', '085958.697500', '085959.157500', '085959.617500', '090000.077500', '090000.537500', '090000.997500', '090001.457500', '090001.917500', '090002.377500', '090002.837500', '090003.297500', '090003.757500', '090004.217500', '090004.677500', '090005.137500', '090005.597500', '090006.057500', '090006.517500', '090006.977500', '090007.437500', '090007.897500', '090008.357500', '090008.817500', '090009.277500', '090009.737500', '090010.197500', '090010.657500', '090011.117500', '090011.577500', '090012.037500', '090012.497500', '090012.957500', '090013.417500', '090013.877500', '090014.337500', '090014.797500', '090015.257500', '090015.717500', '090016.177500', '090016.637500', '090017.097500', '090017.557500', '090018.017500', '090018.477500', '090018.937500', '090019.397500', '090019.857500', '090020.317500', '090020.777500', '090021.237500', '090021.697500', '090022.157500', '090022.617500', '090023.077500', '090023.537500', '090023.997500', '090024.457500', '090024.917500', '090025.377500', '090025.837500', '090026.297500', '090026.757500', '090027.217500', '090027.677500', '090028.137500', '090028.597500', '090029.057500', '090029.517500', '090029.977500', '090030.437500', '090030.897500', '090031.357500', '090031.817500', '090032.277500', '090032.737500', '090033.197500', '090033.657500', '090034.117500', '090034.577500', '090035.037500', '090035.497500', '090035.957500', '090036.417500', '090036.877500', '090037.337500', '090037.797500', '090038.257500', '090038.717500', '090039.177500', '090039.637500', '090040.097500', '090040.557500', '090041.017500', '090041.477500', '090041.937500', '090042.397500', '090042.857500', '090043.317500', '090043.777500', '090044.237500', '090044.697500', '090045.157500', '090045.617500', '090046.077500', '090046.537500', '090046.997500', '090047.457500', '090047.917500', '090048.377500', '090048.837500', '090049.297500', '090049.757500', '090050.217500', '090050.677500', '090051.137500', '090051.597500', '090052.057500', '090052.517500', '090052.977500', '090053.437500', '090053.897500', '090054.357500', '090054.817500', '090055.277500', '090055.737500', '090056.197500', '090056.657500', '090057.117500', '090057.577500', '090058.037500', '090058.497500', '090058.957500', '090059.417500', '090059.877500', '090100.337500', '090100.797500', '090101.257500', '090101.717500', '090102.177500', '090102.637500', '090103.097500', '090103.557500', '090104.017500', '090104.477500', '090104.937500', '090105.397500', '090105.857500', '090106.317500', '090106.777500', '090107.237500', '090107.697500', '090108.157500', '090108.617500', '090109.077500', '090109.537500', '090109.997500', '090110.457500', '090110.917500', '090111.377500', '090111.837500', '090112.297500', '090112.757500', '090113.217500', '090113.677500', '090114.137500', '090114.597500', '090115.057500', '090115.517500', '090115.977500', '090116.437500', '090116.897500', '090117.357500', '090117.817500', '090118.277500', '090118.737500', '090119.197500', '090119.657500', '090120.117500', '090120.577500', '090121.037500', '090121.497500', '090121.957500', '090122.417500', '090122.877500', '090123.337500', '090123.797500', '090124.257500', '090124.717500', '090125.177500', '090125.637500', '090126.097500', '090126.557500', '090127.017500', '090127.477500', '090127.937500', '090128.397500', '090128.857500', '090129.317500', '090129.777500', '090130.237500', '090130.697500', '090131.157500', '090131.617500', '090132.077500', '090132.537500', '090132.997500', '090133.457500', '090133.917500', '090134.377500', '090134.837500', '090135.297500', '090135.757500', '090136.217500', '090136.677500', '090137.137500', '090137.597500', '090138.057500', '090138.517500', '090138.977500', '090139.437500', '090139.897500', '090140.357500', '090140.817500', '090141.277500', '090141.737500', '090142.197500', '090142.657500', '090143.117500', '090143.577500', '090144.037500', '090144.497500', '090144.957500', '090145.417500', '090145.877500', '090146.337500', '090146.797500', '090147.257500', '090147.717500', '090148.177500', '090148.637500', '090149.097500', '090149.557500', '090150.017500', '090150.477500', '090150.937500', '090151.397500', '090151.857500', '090152.317500', '090152.777500', '090153.237500', '090153.697500', '090154.157500', '090154.617500', '090155.077500', '090155.537500', '090155.997500', '090156.457500', '090156.917500', '090157.377500', '090157.837500', '090158.297500', '090158.757500', '090159.217500', '090159.677500', '090200.137500', '090200.597500', '090201.057500', '090201.517500', '090201.977500', '090202.437500', '090202.897500', '090203.357500', '090203.817500', '090204.277500', '090204.737500', '090205.197500', '090205.657500', '090206.117500', '090206.577500', '090207.037500', '090207.497500', '090207.957500', '090208.417500', '090208.877500', '090209.337500', '090209.797500', '090210.257500', '090210.717500', '090211.177500', '090211.637500', '090212.097500', '090212.557500', '090213.017500', '090213.477500', '090213.937500', '090214.397500', '090214.857500', '090215.317500', '090215.777500', '090216.237500', '090216.697500', '090217.157500', '090217.617500', '090218.077500', '090218.537500', '090218.997500', '090219.457500', '090219.917500', '090220.377500', '090220.837500', '090221.297500', '090221.757500', '090222.217500', '090222.677500', '090223.137500', '090223.597500', '090224.057500', '090224.517500', '090224.977500', '090225.437500', '090225.897500', '090226.357500', '090226.817500', '090227.277500', '090227.737500', '090228.197500', '090228.657500', '090229.117500', '090229.577500', '090230.037500', '090230.497500', '090230.957500', '090231.417500', '090231.877500', '090232.337500', '090232.797500', '090233.257500', '090233.717500', '090234.177500', '090234.637500', '090235.097500', '090235.557500', '090236.017500', '090236.477500', '090236.937500', '090237.397500', '090237.857500', '090238.317500', '090238.777500', '090239.237500', '090239.697500', '090240.157500', '090240.617500', '090241.077500', '090241.537500', '090241.997500', '090242.457500', '090242.917500', '090243.377500', '090243.837500', '090244.297500', '090244.757500', '090245.217500', '090245.677500', '090246.137500', '090246.597500', '090247.057500', '090247.517500', '090247.977500', '090248.437500', '090248.897500', '090249.357500', '090249.817500', '090250.277500', '090250.737500', '090251.197500', '090251.657500', '090252.117500', '090252.577500', '090253.037500', '090253.497500', '090253.957500', '090254.417500', '090254.877500', '090255.337500', '090255.797500', '090256.257500', '090256.717500', '090257.177500', '090257.637500', '090258.097500', '090258.557500', '090259.017500', '090259.477500', '090259.937500', '090300.397500', '090300.857500', '090301.317500', '090301.777500', '090302.237500', '090302.697500', '090303.157500', '090303.617500', '090304.077500', '090304.537500', '090304.997500', '090305.457500', '090305.917500', '090306.377500', '090306.837500', '090307.297500', '090307.757500', '090308.217500', '090308.677500', '090309.137500', '090309.597500', '090310.057500', '090310.517500', '090310.977500', '090311.437500', '090311.897500', '090312.357500', '090312.817500', '090313.277500', '090313.737500', '090314.197500', '090314.657500', '090315.117500', '090315.577500', '090316.037500', '090316.497500', '090316.957500', '090317.417500', '090317.877500', '090318.337500', '090318.797500', '090319.257500', '090319.717500', '090320.177500', '090320.637500', '090321.097500', '090321.557500', '090322.017500', '090322.477500', '090322.937500', '090323.397500', '090323.857500', '090324.317500', '090324.777500', '090325.237500', '090325.697500', '090326.157500', '090326.617500', '090327.077500', '090327.537500', '090327.997500', '090328.457500', '090328.917500', '090329.377500', '090329.837500', '090330.297500', '090330.757500', '090331.217500', '090331.677500', '090332.137500', '090332.597500', '090333.057500', '090333.517500', '090333.977500', '090334.437500', '090334.897500', '090335.357500', '090335.817500', '090336.277500', '090336.737500', '090337.197500', '090337.657500', '090338.117500', '090338.577500', '090339.037500', '090339.497500', '090339.957500', '090340.417500', '090340.877500', '090341.337500', '090341.797500', '090342.257500', '090342.717500', '090343.177500', '090343.637500', '090344.097500', '090344.557500', '090345.017500', '090345.477500', '090345.937500', '090346.397500', '090346.857500', '090347.317500', '090347.777500', '090348.237500', '090348.697500', '090349.157500', '090349.617500', '090350.077500', '090350.537500', '090350.997500', '090351.457500', '090351.917500', '090352.377500', '090352.837500', '090353.297500', '090353.757500', '090354.217500', '090354.677500', '090355.137500', '090355.597500', '090356.057500', '090356.517500', '090356.977500', '090357.437500', '090357.897500', '090358.357500', '090358.817500', '090359.277500', '090359.737500', '090400.197500', '090400.657500', '090401.117500', '090401.577500', '090402.037500', '090402.497500', '090402.957500', '090403.417500', '090403.877500', '090404.337500', '090404.797500', '090405.257500', '090405.717500', '090406.177500', '090406.637500', '090407.097500', '090407.557500', '090408.017500', '090408.477500', '090408.937500', '090409.397500', '090409.857500', '090410.317500', '090410.777500', '090411.237500', '090411.697500', '090412.157500', '090412.617500', '090413.077500', '090413.537500', '090413.997500', '090414.457500', '090414.917500', '090415.377500', '090415.837500', '090416.297500', '090416.757500', '090417.217500', '090417.677500', '090418.137500', '090418.597500', '090419.057500', '090419.517500', '090419.977500', '090420.437500', '090420.897500', '090421.357500', '090421.817500', '090422.277500', '090422.737500', '090423.197500', '090423.657500', '090424.117500', '090424.577500', '090425.037500', '090425.497500', '090425.957500', '090426.417500', '090426.877500', '090427.337500', '090427.797500', '090428.257500', '090428.717500', '090429.177500', '090429.637500', '090430.097500', '090430.557500', '090431.017500', '090431.477500', '090431.937500', '090432.397500', '090432.857500', '090433.317500', '090433.777500', '090434.237500', '090434.697500', '090435.157500', '090435.617500', '090436.077500', '090436.537500', '090436.997500', '090437.457500', '090437.917500', '090438.377500', '090438.837500', '090439.297500', '090439.757500', '090440.217500', '090440.677500', '090441.137500', '090441.597500', '090442.057500', '090442.517500', '090442.977500', '090443.437500', '090443.897500', '090444.357500', '090444.817500', '090445.277500', '090445.737500', '090446.197500', '090446.657500', '090447.117500', '090447.577500', '090448.037500', '090448.497500', '090448.957500', '090449.417500', '090449.877500', '090450.337500', '090450.797500', '090451.257500', '090451.717500', '090452.177500', '090452.637500', '090453.097500', '090453.557500', '090454.017500', '090454.477500', '090454.937500', '090455.397500', '090455.857500', '090456.317500', '090456.777500', '090457.237500', '090457.697500', '090458.157500', '090458.617500', '090459.077500', '090459.537500', '090459.997500', '090500.457500', '090500.917500', '090501.377500', '090501.837500', '090502.297500', '090502.757500', '090503.217500', '090503.677500', '090504.137500', '090504.597500', '090505.057500', '090505.517500', '090505.977500', '090506.437500', '090506.897500', '090507.357500', '090507.817500', '090508.277500', '090508.737500', '090509.197500', '090509.657500', '090510.117500', '090510.577500', '090511.037500', '090511.497500', '090511.957500', '090512.417500', '090512.877500', '090513.337500', '090513.797500', '090514.257500', '090514.717500', '090515.177500', '090515.637500', '090516.097500', '090516.557500', '090517.017500', '090517.477500', '090517.937500', '090518.397500', '090518.857500', '090519.317500', '090519.777500', '090520.237500', '090520.697500', '090521.157500', '090521.617500', '090522.077500', '090522.537500', '090522.997500', '090523.457500', '090523.917500', '090524.377500', '090524.837500', '090525.297500', '090525.757500', '090526.217500', '090526.677500', '090527.137500', '090527.597500', '090528.057500', '090528.517500', '090528.977500', '090529.437500', '090529.897500', '090530.357500', '090530.817500', '090531.277500', '090531.737500', '090532.197500', '090532.657500', '090533.117500', '090533.577500', '090534.037500', '090534.497500'], 'ContentTime': ['085918.702000', '085918.708000', '085918.710000', '085918.713000', '085918.716000', '085918.718000', '085918.721000', '085918.723000', '085918.726000', '085918.728000', '085918.731000', '085918.734000', '085918.736000', '085918.739000', '085918.741000', '085918.744000', '085918.747000', '085918.749000', '085918.752000', '085918.754000', '085918.757000', '085918.759000', '085918.762000', '085918.764000', '085918.767000', '085918.769000', '085918.772000', '085918.775000', '085918.777000', '085918.780000', '085918.782000', '085918.785000', '085918.788000', '085918.791000', '085918.793000', '085918.796000', '085918.799000', '085918.801000', '085918.804000', '085918.807000', '085918.809000', '085918.812000', '085918.814000', '085918.817000', '085918.819000', '085918.822000', '085918.825000', '085918.827000', '085918.830000', '085918.833000', '085918.836000', '085938.669000', '085938.671000', '085938.674000', '085938.676000', '085938.679000', '085938.682000', '085938.685000', '085938.688000', '085938.691000', '085938.693000', '085938.696000', '085938.698000', '085938.701000', '085938.703000', '085938.706000', '085938.709000', '085938.711000', '085938.714000', '085938.716000', '085938.719000', '085938.721000', '085938.724000', '085938.727000', '085938.729000', '085938.732000', '085938.734000', '085938.737000', '085938.739000', '085938.742000', '085938.744000', '085938.747000', '085938.749000', '085938.752000', '085938.755000', '085938.757000', '085938.760000', '085938.762000', '085938.765000', '085938.767000', '085938.770000', '085938.772000', '085938.775000', '085938.778000', '085958.668000', '085958.671000', '085958.674000', '085958.676000', '085958.679000', '085958.682000', '085958.684000', '085958.687000', '085958.689000', '085958.692000', '085958.694000', '085958.697000', '085958.700000', '085958.702000', '085958.705000', '085958.707000', '085958.710000', '085958.712000', '085958.715000', '085958.717000', '085958.720000', '085958.722000', '085958.725000', '085958.728000', '085958.730000', '085958.733000', '085958.735000', '085958.738000', '085958.740000', '085958.743000', '085958.745000', '085958.748000', '085958.750000', '085958.753000', '085958.756000', '085958.758000', '085958.761000', '085958.763000', '085958.766000', '085958.768000', '085958.771000', '085958.773000', '085958.776000', '085958.779000', '090018.668000', '090018.671000', '090018.674000', '090018.676000', '090018.679000', '090018.682000', '090018.684000', '090018.687000', '090018.689000', '090018.692000', '090018.695000', '090018.697000', '090018.700000', '090018.702000', '090018.705000', '090018.708000', '090018.710000', '090018.713000', '090018.715000', '090018.718000', '090018.720000', '090018.723000', '090018.726000', '090018.728000', '090018.731000', '090018.733000', '090018.736000', '090018.739000', '090018.741000', '090018.744000', '090018.746000', '090018.749000', '090018.752000', '090018.754000', '090018.757000', '090018.759000', '090018.762000', '090018.764000', '090018.767000', '090018.770000', '090018.772000', '090018.775000', '090018.777000', '090018.780000', '090038.668000', '090038.697000', '090038.699000', '090038.702000', '090038.704000', '090038.707000', '090038.710000', '090038.712000', '090038.715000', '090038.717000', '090038.720000', '090038.722000', '090038.725000', '090038.728000', '090038.730000', '090038.733000', '090038.735000', '090038.738000', '090038.740000', '090038.743000', '090038.746000', '090038.748000', '090038.751000', '090038.753000', '090038.756000', '090038.758000', '090038.761000', '090038.763000', '090038.766000', '090038.769000', '090038.771000', '090038.774000', '090038.776000', '090038.779000', '090038.781000', '090038.784000', '090038.787000', '090038.789000', '090038.792000', '090038.795000', '090038.798000', '090038.801000', '090038.803000', '090058.667000', '090058.670000', '090058.673000', '090058.676000', '090058.678000', '090058.681000', '090058.683000', '090058.686000', '090058.689000', '090058.691000', '090058.694000', '090058.696000', '090058.699000', '090058.702000', '090058.704000', '090058.707000', '090058.709000', '090058.712000', '090058.715000', '090058.717000', '090058.720000', '090058.722000', '090058.725000', '090058.727000', '090058.730000', '090058.732000', '090058.735000', '090058.738000', '090058.740000', '090058.743000', '090058.745000', '090058.748000', '090058.750000', '090058.753000', '090058.756000', '090058.758000', '090058.761000', '090058.763000', '090058.766000', '090058.768000', '090058.771000', '090058.774000', '090058.776000', '090058.779000', '090118.669000', '090118.672000', '090118.674000', '090118.677000', '090118.679000', '090118.682000', '090118.684000', '090118.687000', '090118.690000', '090118.692000', '090118.695000', '090118.697000', '090118.700000', '090118.703000', '090118.705000', '090118.708000', '090118.710000', '090118.713000', '090118.715000', '090118.718000', '090118.721000', '090118.723000', '090118.726000', '090118.728000', '090118.731000', '090118.733000', '090118.736000', '090118.739000', '090118.741000', '090118.744000', '090118.746000', '090118.749000', '090118.751000', '090118.754000', '090118.757000', '090118.759000', '090118.762000', '090118.764000', '090118.767000', '090118.769000', '090118.772000', '090118.774000', '090118.777000', '090138.669000', '090138.673000', '090138.676000', '090138.679000', '090138.682000', '090138.684000', '090138.687000', '090138.689000', '090138.692000', '090138.695000', '090138.697000', '090138.700000', '090138.702000', '090138.705000', '090138.708000', '090138.710000', '090138.713000', '090138.715000', '090138.718000', '090138.721000', '090138.724000', '090138.726000', '090138.729000', '090138.732000', '090138.734000', '090138.737000', '090138.739000', '090138.742000', '090138.745000', '090138.747000', '090138.750000', '090138.752000', '090138.755000', '090138.758000', '090138.760000', '090138.763000', '090138.765000', '090138.768000', '090138.770000', '090138.773000', '090138.776000', '090138.778000', '090138.781000', '090138.783000', '090158.668000', '090158.671000', '090158.674000', '090158.677000', '090158.679000', '090158.682000', '090158.684000', '090158.687000', '090158.689000', '090158.692000', '090158.695000', '090158.697000', '090158.700000', '090158.703000', '090158.705000', '090158.708000', '090158.710000', '090158.713000', '090158.716000', '090158.718000', '090158.721000', '090158.723000', '090158.726000', '090158.728000', '090158.731000', '090158.733000', '090158.736000', '090158.739000', '090158.741000', '090158.744000', '090158.746000', '090158.749000', '090158.752000', '090158.754000', '090158.757000', '090158.759000', '090158.762000', '090158.764000', '090158.767000', '090158.769000', '090158.784000', '090158.787000', '090158.790000', '090218.669000', '090218.671000', '090218.674000', '090218.677000', '090218.679000', '090218.682000', '090218.684000', '090218.687000', '090218.689000', '090218.692000', '090218.694000', '090218.697000', '090218.700000', '090218.702000', '090218.705000', '090218.707000', '090218.710000', '090218.713000', '090218.715000', '090218.718000', '090218.720000', '090218.723000', '090218.726000', '090218.728000', '090218.731000', '090218.733000', '090218.736000', '090218.739000', '090218.741000', '090218.744000', '090218.746000', '090218.749000', '090218.751000', '090218.754000', '090218.757000', '090218.759000', '090218.762000', '090218.764000', '090218.767000', '090218.769000', '090218.772000', '090218.774000', '090218.777000', '090218.780000', '090238.668000', '090238.671000', '090238.674000', '090238.676000', '090238.679000', '090238.682000', '090238.684000', '090238.687000', '090238.689000', '090238.692000', '090238.695000', '090238.697000', '090238.700000', '090238.702000', '090238.705000', '090238.708000', '090238.710000', '090238.713000', '090238.715000', '090238.718000', '090238.720000', '090238.723000', '090238.725000', '090238.728000', '090238.731000', '090238.733000', '090238.736000', '090238.739000', '090238.741000', '090238.744000', '090238.746000', '090238.749000', '090238.751000', '090238.754000', '090238.757000', '090238.759000', '090238.762000', '090238.764000', '090238.767000', '090238.770000', '090238.772000', '090238.775000', '090238.777000', '090258.667000', '090258.670000', '090258.673000', '090258.675000', '090258.678000', '090258.681000', '090258.683000', '090258.686000', '090258.688000', '090258.691000', '090258.694000', '090258.696000', '090258.700000', '090258.703000', '090258.705000', '090258.709000', '090258.713000', '090258.716000', '090258.718000', '090258.721000', '090258.724000', '090258.726000', '090258.729000', '090258.731000', '090258.734000', '090258.737000', '090258.739000', '090258.742000', '090258.744000', '090258.747000', '090258.749000', '090258.752000', '090258.755000', '090258.757000', '090258.760000', '090258.762000', '090258.765000', '090258.768000', '090258.770000', '090258.773000', '090258.775000', '090258.778000', '090258.781000', '090318.667000', '090318.670000', '090318.673000', '090318.675000', '090318.678000', '090318.681000', '090318.683000', '090318.686000', '090318.688000', '090318.691000', '090318.694000', '090318.696000', '090318.699000', '090318.701000', '090318.704000', '090318.707000', '090318.709000', '090318.712000', '090318.714000', '090318.717000', '090318.719000', '090318.722000', '090318.725000', '090318.727000', '090318.730000', '090318.732000', '090318.735000', '090318.738000', '090318.740000', '090318.743000', '090318.745000', '090318.748000', '090318.751000', '090318.753000', '090318.756000', '090318.759000', '090318.761000', '090318.764000', '090318.766000', '090318.769000', '090318.771000', '090318.774000', '090318.777000', '090318.779000', '090338.669000', '090338.672000', '090338.678000', '090338.680000', '090338.683000', '090338.685000', '090338.688000', '090338.691000', '090338.693000', '090338.696000', '090338.699000', '090338.701000', '090338.704000', '090338.706000', '090338.709000', '090338.712000', '090338.714000', '090338.717000', '090338.719000', '090338.722000', '090338.725000', '090338.727000', '090338.742000', '090338.745000', '090338.747000', '090338.750000', '090338.753000', '090338.755000', '090338.758000', '090338.760000', '090338.763000', '090338.766000', '090338.768000', '090338.771000', '090338.773000', '090338.776000', '090338.779000', '090338.781000', '090338.784000', '090338.786000', '090338.789000', '090338.791000', '090338.794000', '090358.668000', '090358.671000', '090358.674000', '090358.676000', '090358.679000', '090358.682000', '090358.685000', '090358.687000', '090358.690000', '090358.693000', '090358.695000', '090358.698000', '090358.701000', '090358.703000', '090358.706000', '090358.708000', '090358.711000', '090358.713000', '090358.716000', '090358.719000', '090358.722000', '090358.725000', '090358.728000', '090358.730000', '090358.733000', '090358.736000', '090358.739000', '090358.741000', '090358.744000', '090358.747000', '090358.749000', '090358.752000', '090358.754000', '090358.757000', '090358.760000', '090358.762000', '090358.765000', '090358.768000', '090358.770000', '090358.773000', '090358.776000', '090358.778000', '090358.781000', '090358.783000', '090418.669000', '090418.671000', '090418.674000', '090418.677000', '090418.679000', '090418.682000', '090418.685000', '090418.688000', '090418.691000', '090418.693000', '090418.696000', '090418.699000', '090418.701000', '090418.704000', '090418.706000', '090418.709000', '090418.712000', '090418.714000', '090418.717000', '090418.720000', '090418.722000', '090418.725000', '090418.727000', '090418.730000', '090418.733000', '090418.735000', '090418.738000', '090418.740000', '090418.743000', '090418.745000', '090418.749000', '090418.752000', '090418.755000', '090418.757000', '090418.760000', '090418.762000', '090418.765000', '090418.767000', '090418.770000', '090418.773000', '090418.775000', '090418.778000', '090418.780000', '090438.668000', '090438.671000', '090438.674000', '090438.676000', '090438.679000', '090438.682000', '090438.684000', '090438.687000', '090438.689000', '090438.692000', '090438.695000', '090438.697000', '090438.700000', '090438.703000', '090438.705000', '090438.708000', '090438.710000', '090438.713000', '090438.716000', '090438.718000', '090438.721000', '090438.723000', '090438.726000', '090438.728000', '090438.731000', '090438.734000', '090438.736000', '090438.739000', '090438.741000', '090438.744000', '090438.747000', '090438.749000', '090438.752000', '090438.754000', '090438.757000', '090438.760000', '090438.762000', '090438.765000', '090438.767000', '090438.770000', '090438.773000', '090438.775000', '090438.778000', '090438.780000', '090458.668000', '090458.671000', '090458.674000', '090458.677000', '090458.679000', '090458.682000', '090458.685000', '090458.687000', '090458.690000', '090458.692000', '090458.695000', '090458.698000', '090458.700000', '090458.703000', '090458.705000', '090458.708000', '090458.711000', '090458.713000', '090458.716000', '090458.718000', '090458.721000', '090458.724000', '090458.726000', '090458.729000', '090458.731000', '090458.734000', '090458.737000', '090458.739000', '090458.743000', '090458.747000', '090458.749000', '090458.752000', '090458.755000', '090458.768000', '090458.771000', '090458.773000', '090458.776000', '090458.779000', '090458.781000', '090458.784000', '090458.786000', '090458.789000', '090458.792000', '090518.667000', '090518.670000', '090518.673000', '090518.676000', '090518.678000', '090518.681000', '090518.683000', '090518.686000', '090518.688000', '090518.691000', '090518.694000', '090518.696000', '090518.699000', '090518.701000', '090518.704000', '090518.706000', '090518.709000', '090518.711000', '090518.714000', '090518.717000', '090518.719000', '090518.722000', '090518.724000', '090518.727000', '090518.730000', '090518.732000', '090518.735000', '090518.737000', '090518.740000', '090518.742000', '090518.745000', '090518.747000', '090518.750000', '090518.753000', '090518.755000', '090518.758000', '090518.760000', '090518.763000', '090518.766000', '090518.768000', '090518.771000', '090518.773000', '090518.776000', '090518.778000', '090536.008000', '090536.011000', '090536.013000', '090536.016000', '090536.019000', '090536.022000', '090536.024000', '090536.027000', '090536.030000', '090536.033000', '090536.036000', '090536.038000', '090536.041000', '090536.044000', '090536.047000', '090536.050000', '090536.053000', '090536.056000', '090536.058000', '090536.061000', '090536.064000', '090536.067000', '090536.070000', '090536.073000', '090536.075000', '090536.078000', '090536.082000', '090536.085000', '090536.088000', '090536.091000', '090536.094000', '090536.097000', '090536.099000', '090536.102000', '090536.105000', '090536.108000', '090536.110000', '090536.113000'], 'InstanceCreationTime': ['085918.702000', '085918.708000', '085918.710000', '085918.713000', '085918.716000', '085918.718000', '085918.721000', '085918.723000', '085918.726000', '085918.728000', '085918.731000', '085918.734000', '085918.736000', '085918.739000', '085918.741000', '085918.744000', '085918.747000', '085918.749000', '085918.752000', '085918.754000', '085918.757000', '085918.759000', '085918.762000', '085918.764000', '085918.767000', '085918.769000', '085918.772000', '085918.775000', '085918.777000', '085918.780000', '085918.782000', '085918.785000', '085918.788000', '085918.791000', '085918.793000', '085918.796000', '085918.799000', '085918.801000', '085918.804000', '085918.807000', '085918.809000', '085918.812000', '085918.814000', '085918.817000', '085918.819000', '085918.822000', '085918.825000', '085918.827000', '085918.830000', '085918.833000', '085918.836000', '085938.669000', '085938.671000', '085938.674000', '085938.676000', '085938.679000', '085938.682000', '085938.685000', '085938.688000', '085938.691000', '085938.693000', '085938.696000', '085938.698000', '085938.701000', '085938.703000', '085938.706000', '085938.709000', '085938.711000', '085938.714000', '085938.716000', '085938.719000', '085938.721000', '085938.724000', '085938.727000', '085938.729000', '085938.732000', '085938.734000', '085938.737000', '085938.739000', '085938.742000', '085938.744000', '085938.747000', '085938.749000', '085938.752000', '085938.755000', '085938.757000', '085938.760000', '085938.762000', '085938.765000', '085938.767000', '085938.770000', '085938.772000', '085938.775000', '085938.778000', '085958.668000', '085958.671000', '085958.674000', '085958.676000', '085958.679000', '085958.682000', '085958.684000', '085958.687000', '085958.689000', '085958.692000', '085958.694000', '085958.697000', '085958.700000', '085958.702000', '085958.705000', '085958.707000', '085958.710000', '085958.712000', '085958.715000', '085958.717000', '085958.720000', '085958.722000', '085958.725000', '085958.728000', '085958.730000', '085958.733000', '085958.735000', '085958.738000', '085958.740000', '085958.743000', '085958.745000', '085958.748000', '085958.750000', '085958.753000', '085958.756000', '085958.758000', '085958.761000', '085958.763000', '085958.766000', '085958.768000', '085958.771000', '085958.773000', '085958.776000', '085958.779000', '090018.668000', '090018.671000', '090018.674000', '090018.676000', '090018.679000', '090018.682000', '090018.684000', '090018.687000', '090018.689000', '090018.692000', '090018.695000', '090018.697000', '090018.700000', '090018.702000', '090018.705000', '090018.708000', '090018.710000', '090018.713000', '090018.715000', '090018.718000', '090018.720000', '090018.723000', '090018.726000', '090018.728000', '090018.731000', '090018.733000', '090018.736000', '090018.739000', '090018.741000', '090018.744000', '090018.746000', '090018.749000', '090018.752000', '090018.754000', '090018.757000', '090018.759000', '090018.762000', '090018.764000', '090018.767000', '090018.770000', '090018.772000', '090018.775000', '090018.777000', '090018.780000', '090038.668000', '090038.697000', '090038.699000', '090038.702000', '090038.704000', '090038.707000', '090038.710000', '090038.712000', '090038.715000', '090038.717000', '090038.720000', '090038.722000', '090038.725000', '090038.728000', '090038.730000', '090038.733000', '090038.735000', '090038.738000', '090038.740000', '090038.743000', '090038.746000', '090038.748000', '090038.751000', '090038.753000', '090038.756000', '090038.758000', '090038.761000', '090038.763000', '090038.766000', '090038.769000', '090038.771000', '090038.774000', '090038.776000', '090038.779000', '090038.781000', '090038.784000', '090038.787000', '090038.789000', '090038.792000', '090038.795000', '090038.798000', '090038.801000', '090038.803000', '090058.667000', '090058.670000', '090058.673000', '090058.676000', '090058.678000', '090058.681000', '090058.683000', '090058.686000', '090058.689000', '090058.691000', '090058.694000', '090058.696000', '090058.699000', '090058.702000', '090058.704000', '090058.707000', '090058.709000', '090058.712000', '090058.715000', '090058.717000', '090058.720000', '090058.722000', '090058.725000', '090058.727000', '090058.730000', '090058.732000', '090058.735000', '090058.738000', '090058.740000', '090058.743000', '090058.745000', '090058.748000', '090058.750000', '090058.753000', '090058.756000', '090058.758000', '090058.761000', '090058.763000', '090058.766000', '090058.768000', '090058.771000', '090058.774000', '090058.776000', '090058.779000', '090118.669000', '090118.672000', '090118.674000', '090118.677000', '090118.679000', '090118.682000', '090118.684000', '090118.687000', '090118.690000', '090118.692000', '090118.695000', '090118.697000', '090118.700000', '090118.703000', '090118.705000', '090118.708000', '090118.710000', '090118.713000', '090118.715000', '090118.718000', '090118.721000', '090118.723000', '090118.726000', '090118.728000', '090118.731000', '090118.733000', '090118.736000', '090118.739000', '090118.741000', '090118.744000', '090118.746000', '090118.749000', '090118.751000', '090118.754000', '090118.757000', '090118.759000', '090118.762000', '090118.764000', '090118.767000', '090118.769000', '090118.772000', '090118.774000', '090118.777000', '090138.669000', '090138.673000', '090138.676000', '090138.679000', '090138.682000', '090138.684000', '090138.687000', '090138.689000', '090138.692000', '090138.695000', '090138.697000', '090138.700000', '090138.702000', '090138.705000', '090138.708000', '090138.710000', '090138.713000', '090138.715000', '090138.718000', '090138.721000', '090138.724000', '090138.726000', '090138.729000', '090138.732000', '090138.734000', '090138.737000', '090138.739000', '090138.742000', '090138.745000', '090138.747000', '090138.750000', '090138.752000', '090138.755000', '090138.758000', '090138.760000', '090138.763000', '090138.765000', '090138.768000', '090138.770000', '090138.773000', '090138.776000', '090138.778000', '090138.781000', '090138.783000', '090158.668000', '090158.671000', '090158.674000', '090158.677000', '090158.679000', '090158.682000', '090158.684000', '090158.687000', '090158.689000', '090158.692000', '090158.695000', '090158.697000', '090158.700000', '090158.703000', '090158.705000', '090158.708000', '090158.710000', '090158.713000', '090158.716000', '090158.718000', '090158.721000', '090158.723000', '090158.726000', '090158.728000', '090158.731000', '090158.733000', '090158.736000', '090158.739000', '090158.741000', '090158.744000', '090158.746000', '090158.749000', '090158.752000', '090158.754000', '090158.757000', '090158.759000', '090158.762000', '090158.764000', '090158.767000', '090158.769000', '090158.784000', '090158.787000', '090158.790000', '090218.669000', '090218.671000', '090218.674000', '090218.677000', '090218.679000', '090218.682000', '090218.684000', '090218.687000', '090218.689000', '090218.692000', '090218.694000', '090218.697000', '090218.700000', '090218.702000', '090218.705000', '090218.707000', '090218.710000', '090218.713000', '090218.715000', '090218.718000', '090218.720000', '090218.723000', '090218.726000', '090218.728000', '090218.731000', '090218.733000', '090218.736000', '090218.739000', '090218.741000', '090218.744000', '090218.746000', '090218.749000', '090218.751000', '090218.754000', '090218.757000', '090218.759000', '090218.762000', '090218.764000', '090218.767000', '090218.769000', '090218.772000', '090218.774000', '090218.777000', '090218.780000', '090238.668000', '090238.671000', '090238.674000', '090238.676000', '090238.679000', '090238.682000', '090238.684000', '090238.687000', '090238.689000', '090238.692000', '090238.695000', '090238.697000', '090238.700000', '090238.702000', '090238.705000', '090238.708000', '090238.710000', '090238.713000', '090238.715000', '090238.718000', '090238.720000', '090238.723000', '090238.725000', '090238.728000', '090238.731000', '090238.733000', '090238.736000', '090238.739000', '090238.741000', '090238.744000', '090238.746000', '090238.749000', '090238.751000', '090238.754000', '090238.757000', '090238.759000', '090238.762000', '090238.764000', '090238.767000', '090238.770000', '090238.772000', '090238.775000', '090238.777000', '090258.667000', '090258.670000', '090258.673000', '090258.675000', '090258.678000', '090258.681000', '090258.683000', '090258.686000', '090258.688000', '090258.691000', '090258.694000', '090258.696000', '090258.700000', '090258.703000', '090258.705000', '090258.709000', '090258.713000', '090258.716000', '090258.718000', '090258.721000', '090258.724000', '090258.726000', '090258.729000', '090258.731000', '090258.734000', '090258.737000', '090258.739000', '090258.742000', '090258.744000', '090258.747000', '090258.749000', '090258.752000', '090258.755000', '090258.757000', '090258.760000', '090258.762000', '090258.765000', '090258.768000', '090258.770000', '090258.773000', '090258.775000', '090258.778000', '090258.781000', '090318.667000', '090318.670000', '090318.673000', '090318.675000', '090318.678000', '090318.681000', '090318.683000', '090318.686000', '090318.688000', '090318.691000', '090318.694000', '090318.696000', '090318.699000', '090318.701000', '090318.704000', '090318.707000', '090318.709000', '090318.712000', '090318.714000', '090318.717000', '090318.719000', '090318.722000', '090318.725000', '090318.727000', '090318.730000', '090318.732000', '090318.735000', '090318.738000', '090318.740000', '090318.743000', '090318.745000', '090318.748000', '090318.751000', '090318.753000', '090318.756000', '090318.759000', '090318.761000', '090318.764000', '090318.766000', '090318.769000', '090318.771000', '090318.774000', '090318.777000', '090318.779000', '090338.669000', '090338.672000', '090338.678000', '090338.680000', '090338.683000', '090338.685000', '090338.688000', '090338.691000', '090338.693000', '090338.696000', '090338.699000', '090338.701000', '090338.704000', '090338.706000', '090338.709000', '090338.712000', '090338.714000', '090338.717000', '090338.719000', '090338.722000', '090338.725000', '090338.727000', '090338.742000', '090338.745000', '090338.747000', '090338.750000', '090338.753000', '090338.755000', '090338.758000', '090338.760000', '090338.763000', '090338.766000', '090338.768000', '090338.771000', '090338.773000', '090338.776000', '090338.779000', '090338.781000', '090338.784000', '090338.786000', '090338.789000', '090338.791000', '090338.794000', '090358.668000', '090358.671000', '090358.674000', '090358.676000', '090358.679000', '090358.682000', '090358.685000', '090358.687000', '090358.690000', '090358.693000', '090358.695000', '090358.698000', '090358.701000', '090358.703000', '090358.706000', '090358.708000', '090358.711000', '090358.713000', '090358.716000', '090358.719000', '090358.722000', '090358.725000', '090358.728000', '090358.730000', '090358.733000', '090358.736000', '090358.739000', '090358.741000', '090358.744000', '090358.747000', '090358.749000', '090358.752000', '090358.754000', '090358.757000', '090358.760000', '090358.762000', '090358.765000', '090358.768000', '090358.770000', '090358.773000', '090358.776000', '090358.778000', '090358.781000', '090358.783000', '090418.669000', '090418.671000', '090418.674000', '090418.677000', '090418.679000', '090418.682000', '090418.685000', '090418.688000', '090418.691000', '090418.693000', '090418.696000', '090418.699000', '090418.701000', '090418.704000', '090418.706000', '090418.709000', '090418.712000', '090418.714000', '090418.717000', '090418.720000', '090418.722000', '090418.725000', '090418.727000', '090418.730000', '090418.733000', '090418.735000', '090418.738000', '090418.740000', '090418.743000', '090418.745000', '090418.749000', '090418.752000', '090418.755000', '090418.757000', '090418.760000', '090418.762000', '090418.765000', '090418.767000', '090418.770000', '090418.773000', '090418.775000', '090418.778000', '090418.780000', '090438.668000', '090438.671000', '090438.674000', '090438.676000', '090438.679000', '090438.682000', '090438.684000', '090438.687000', '090438.689000', '090438.692000', '090438.695000', '090438.697000', '090438.700000', '090438.703000', '090438.705000', '090438.708000', '090438.710000', '090438.713000', '090438.716000', '090438.718000', '090438.721000', '090438.723000', '090438.726000', '090438.728000', '090438.731000', '090438.734000', '090438.736000', '090438.739000', '090438.741000', '090438.744000', '090438.747000', '090438.749000', '090438.752000', '090438.754000', '090438.757000', '090438.760000', '090438.762000', '090438.765000', '090438.767000', '090438.770000', '090438.773000', '090438.775000', '090438.778000', '090438.780000', '090458.668000', '090458.671000', '090458.674000', '090458.677000', '090458.679000', '090458.682000', '090458.685000', '090458.687000', '090458.690000', '090458.692000', '090458.695000', '090458.698000', '090458.700000', '090458.703000', '090458.705000', '090458.708000', '090458.711000', '090458.713000', '090458.716000', '090458.718000', '090458.721000', '090458.724000', '090458.726000', '090458.729000', '090458.731000', '090458.734000', '090458.737000', '090458.739000', '090458.743000', '090458.747000', '090458.749000', '090458.752000', '090458.755000', '090458.768000', '090458.771000', '090458.773000', '090458.776000', '090458.779000', '090458.781000', '090458.784000', '090458.786000', '090458.789000', '090458.792000', '090518.667000', '090518.670000', '090518.673000', '090518.676000', '090518.678000', '090518.681000', '090518.683000', '090518.686000', '090518.688000', '090518.691000', '090518.694000', '090518.696000', '090518.699000', '090518.701000', '090518.704000', '090518.706000', '090518.709000', '090518.711000', '090518.714000', '090518.717000', '090518.719000', '090518.722000', '090518.724000', '090518.727000', '090518.730000', '090518.732000', '090518.735000', '090518.737000', '090518.740000', '090518.742000', '090518.745000', '090518.747000', '090518.750000', '090518.753000', '090518.755000', '090518.758000', '090518.760000', '090518.763000', '090518.766000', '090518.768000', '090518.771000', '090518.773000', '090518.776000', '090518.778000', '090536.008000', '090536.011000', '090536.013000', '090536.016000', '090536.019000', '090536.022000', '090536.024000', '090536.027000', '090536.030000', '090536.033000', '090536.036000', '090536.038000', '090536.041000', '090536.044000', '090536.047000', '090536.050000', '090536.053000', '090536.056000', '090536.058000', '090536.061000', '090536.064000', '090536.067000', '090536.070000', '090536.073000', '090536.075000', '090536.078000', '090536.082000', '090536.085000', '090536.088000', '090536.091000', '090536.094000', '090536.097000', '090536.099000', '090536.102000', '090536.105000', '090536.108000', '090536.110000', '090536.113000'], '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': [7521, 9065, 9626, 9175, 8251, 9318, 8523, 8637, 8436, 9237, 7668, 9084, 8062, 9073, 8581, 8733, 8204, 8119, 8824, 7332, 8903, 7356, 8510, 7469, 8596, 7135, 8382, 8220, 9561, 9790, 9100, 8898, 8067, 8361, 9001, 8643, 9459, 8422, 8898, 8599, 8340, 8606, 8309, 8428, 8244, 8359, 8205, 8623, 8022, 8393, 8524, 8568, 8660, 8097, 8723, 8487, 8135, 8406, 7538, 8182, 7956, 8371, 8209, 8356, 7760, 8804, 7602, 8350, 8140, 8674, 7826, 8753, 8105, 8646, 8683, 7902, 7029, 7785, 7642, 8522, 7561, 7088, 8096, 6710, 7875, 7631, 7898, 7554, 7837, 7880, 7364, 7943, 9245, 8018, 10077, 8197, 8856, 8141, 8020, 7800, 8012, 7925, 7688, 7917, 7129, 7907, 7006, 8242, 7283, 7870, 7224, 7624, 7226, 8009, 7472, 8091, 8575, 8132, 7879, 8134, 7971, 7801, 8546, 8118, 9778, 8092, 7487, 8067, 7669, 8336, 8738, 8046, 8010, 7386, 8147, 8143, 8238, 7723, 7623, 8792, 7675, 8551, 7601, 8653, 8484, 8326, 7800, 6939, 8575, 7880, 8312, 8311, 8234, 8642, 8335, 8474, 9165, 10866, 8130, 7777, 8230, 7637, 8191, 8085, 8337, 7031, 7938, 7124, 7976, 7900, 8229, 7463, 8059, 6915, 7547, 7050, 7763, 7186, 7556, 7496, 7445, 7283, 7571, 7540, 7989, 8366, 8276, 7467, 8110, 6695, 8183, 8119, 9528, 7449, 8207, 7316, 8311, 8237, 10700, 8566, 9825, 8803, 9647, 8646, 9191, 8730, 8350, 8583, 8817, 8724, 9895, 8612, 9232, 8640, 8488, 8629, 8878, 8614, 8555, 8239, 8372, 8436, 7963, 8417, 7703, 8499, 8405, 8219, 8207, 8452, 7942, 8469, 8177, 8451, 8326, 8187, 8161, 8169, 7684, 7697, 8240, 7638, 7511, 7185, 8342, 7058, 8358, 7984, 8726, 8093, 8167, 6952, 8567, 7021, 9260, 8796, 8082, 7553, 7562, 8450, 6838, 8667, 7886, 8341, 7168, 7718, 7909, 7188, 7970, 7416, 8257, 9058, 8566, 7812, 8583, 7690, 8504, 8066, 8694, 8337, 8594, 10626, 8285, 6856, 8043, 6832, 8514, 7290, 8531, 7032, 8183, 7857, 8562, 7639, 8404, 7859, 8596, 8028, 8430, 8264, 8379, 7752, 8377, 7710, 8200, 8022, 8614, 7495, 8354, 7742, 7914, 7755, 8467, 8106, 8122, 7547, 8020, 7831, 8437, 7850, 8424, 7236, 7905, 7566, 8064, 8108, 8409, 8477, 8774, 8291, 7709, 8399, 8821, 8341, 8615, 8668, 8430, 8644, 8691, 8771, 8332, 8331, 9020, 8583, 8100, 8520, 8253, 8420, 8730, 8157, 8477, 8337, 6883, 8244, 7209, 8241, 7969, 8131, 7165, 7825, 7932, 7819, 7683, 7254, 8089, 9036, 8575, 8034, 8680, 8413, 8679, 8619, 8812, 7755, 8863, 7636, 7607, 8576, 9559, 8468, 7357, 7130, 8187, 7256, 8495, 8847, 9206, 7866, 8521, 8449, 7783, 8525, 10651, 8245, 9693, 9944, 9517, 9622, 9011, 8255, 8557, 8443, 8467, 8199, 8136, 8200, 7807, 8261, 7802, 8181, 7663, 8026, 7975, 7875, 7596, 6868, 7643, 7040, 8229, 6847, 8182, 7503, 8239, 7516, 7897, 7364, 7666, 7596, 7993, 7720, 8107, 7683, 7664, 7819, 7840, 8314, 8076, 7873, 8344, 7751, 8198, 7911, 8120, 8037, 9603, 7789, 9018, 7763, 7298, 8020, 8615, 8276, 8505, 8011, 7990, 7936, 7954, 8328, 8237, 8258, 7931, 8156, 7783, 7981, 7941, 7988, 8076, 7876, 7194, 7920, 7566, 8011, 7075, 8299, 7899, 8781, 7099, 8356, 7116, 8169, 7582, 8519, 7914, 8512, 7992, 7931, 9237, 9159, 8746, 7512, 8296, 6723, 8191, 7794, 6956, 8281, 7804, 8431, 7030, 8459, 8753, 8263, 8680, 8417, 8111, 8340, 8079, 8074, 8590, 8200, 6886, 8183, 6582, 8141, 6887, 7831, 7748, 7887, 6623, 8317, 7605, 8122, 7991, 7416, 7656, 8062, 7711, 8090, 7793, 9191, 8238, 9033, 8352, 8966, 8195, 10302, 9325, 11303, 8383, 8241, 8178, 8157, 8036, 8162, 8225, 6905, 8365, 7652, 8489, 8252, 8860, 9183, 8237, 8388, 8317, 8269, 8198, 9303, 8329, 8410, 8199, 8256, 8461, 8380, 8243, 8295, 8205, 8328, 7852, 8121, 7561, 8332, 7426, 8366, 7163, 8381, 8110, 8176, 7453, 8330, 7594, 8323, 7765, 8120, 7594, 8301, 7999, 8212, 8049, 8504, 7966, 8318, 7834, 8354, 6851, 8497, 6572, 9182, 8683, 8624, 8393, 7217, 8451, 7491, 8344, 8098, 8105, 8005, 8267, 7984, 7466, 8150, 8511, 8193, 7633, 8682, 9052, 8502, 7481, 8140, 7389, 8175, 9432, 7736, 8585, 6812, 8250, 7450, 8540, 7811, 8242, 8889, 8561, 9081, 8443, 8174, 8432, 8893, 8173, 9045, 8287, 7675, 8426, 7450, 8633, 8010, 8218, 8342, 8185, 7689, 7378, 7989, 7077, 8271, 7237, 8294, 6594, 8282, 7687, 8625, 8133, 9061, 7831, 8634, 8775, 8243, 8345, 8571, 7301, 9224, 8396, 8317, 8211, 8612, 8405, 8433, 8496, 9130, 9059, 10274, 8844, 8699, 8789, 8241, 8934, 8021, 7773, 8347, 7452, 8763, 8180, 8842, 8482, 8867, 7430, 8805, 7269, 8692, 7504, 9058, 7535, 8793, 7661, 8792, 8814, 9197, 8586, 8226, 7973, 7730, 8649, 6928, 9148, 8485, 9241, 7030, 9258, 7444, 9224, 7968, 9155, 8786, 9155, 8534, 9078, 8385, 9360, 10044, 9097, 9793, 9143, 8492, 9148, 7975, 9102, 8079, 9387, 7369, 9031, 6936, 9165, 7635, 9194, 7566, 9288, 7497, 9148, 8774, 8950, 9795, 9109, 8493, 8288, 6798, 8568, 8307, 7986, 8102, 6742, 8519, 7255, 8885, 8546, 9321, 8817, 9302, 9017, 9286, 8744, 9395, 9925, 9287, 8137, 8979, 8983, 8705, 7752, 9001, 8739, 9048, 7469, 9308, 7509, 9352, 9088, 9075, 9678, 8239, 9589, 9773, 9681, 10869, 9187, 10134, 9335, 10587, 9278, 10018, 8658, 8735, 8552, 8443, 8697, 8163, 8956, 8659, 8695, 8252, 8768, 7504, 9091, 8063, 9013, 7395, 9007, 8340, 9007, 8071, 8385, 8583, 8113, 8701, 7773, 8622, 7718, 8783, 7367, 8518, 7503, 8121, 8025, 9315, 7898, 9017, 8592, 9011, 8082, 9139, 7590, 9021, 7702, 8648, 8455, 9027, 8288, 9031, 8604, 7292, 9769, 8204, 8667, 8727, 8955, 8725, 8165, 9242, 10640, 9511, 10971, 9423, 9602, 9239, 9376, 9253, 8786, 8952, 7640, 8970, 7575, 9065, 7845, 8846], 'WindowCenter': [3629.0, 3642.0, 3626.0, 3625.0, 3601.0, 3607.0, 3601.0, 3612.0, 3600.0, 3611.0, 3589.0, 3600.0, 3588.0, 3609.0, 3599.0, 3599.0, 3600.0, 3599.0, 3609.0, 3587.0, 3612.0, 3602.0, 3626.0, 3602.0, 3613.0, 3590.0, 3611.0, 3612.0, 3617.0, 3621.0, 3611.0, 3603.0, 3600.0, 3612.0, 3612.0, 3609.0, 3620.0, 3590.0, 3597.0, 3598.0, 3597.0, 3585.0, 3597.0, 3597.0, 3597.0, 3599.0, 3598.0, 3598.0, 3587.0, 3600.0, 3598.0, 3599.0, 3597.0, 3600.0, 3599.0, 3610.0, 3599.0, 3606.0, 3599.0, 3613.0, 3612.0, 3614.0, 3612.0, 3615.0, 3603.0, 3622.0, 3615.0, 3625.0, 3616.0, 3627.0, 3617.0, 3634.0, 3626.0, 3641.0, 3626.0, 3628.0, 3585.0, 3600.0, 3594.0, 3611.0, 3602.0, 3591.0, 3614.0, 3604.0, 3618.0, 3614.0, 3609.0, 3602.0, 3597.0, 3614.0, 3601.0, 3613.0, 3623.0, 3610.0, 3622.0, 3612.0, 3605.0, 3601.0, 3598.0, 3601.0, 3600.0, 3591.0, 3600.0, 3600.0, 3589.0, 3602.0, 3590.0, 3612.0, 3602.0, 3605.0, 3602.0, 3603.0, 3602.0, 3605.0, 3602.0, 3610.0, 3614.0, 3614.0, 3594.0, 3605.0, 3602.0, 3598.0, 3613.0, 3593.0, 3621.0, 3601.0, 3590.0, 3594.0, 3600.0, 3599.0, 3599.0, 3593.0, 3598.0, 3586.0, 3598.0, 3598.0, 3611.0, 3588.0, 3589.0, 3598.0, 3589.0, 3612.0, 3588.0, 3597.0, 3593.0, 3600.0, 3600.0, 3580.0, 3612.0, 3600.0, 3613.0, 3600.0, 3602.0, 3598.0, 3600.0, 3599.0, 3598.0, 3606.0, 3573.0, 3573.0, 3583.0, 3573.0, 3583.0, 3584.0, 3588.0, 3575.0, 3597.0, 3588.0, 3589.0, 3600.0, 3612.0, 3597.0, 3609.0, 3603.0, 3615.0, 3603.0, 3608.0, 3605.0, 3609.0, 3615.0, 3617.0, 3605.0, 3624.0, 3617.0, 3619.0, 3620.0, 3633.0, 3617.0, 3629.0, 3597.0, 3624.0, 3618.0, 3628.0, 3604.0, 3609.0, 3604.0, 3615.0, 3602.0, 3634.0, 3608.0, 3622.0, 3604.0, 3622.0, 3613.0, 3611.0, 3612.0, 3589.0, 3600.0, 3608.0, 3598.0, 3608.0, 3598.0, 3596.0, 3595.0, 3576.0, 3584.0, 3583.0, 3576.0, 3583.0, 3584.0, 3583.0, 3583.0, 3565.0, 3575.0, 3567.0, 3583.0, 3584.0, 3576.0, 3585.0, 3585.0, 3585.0, 3585.0, 3589.0, 3586.0, 3589.0, 3598.0, 3590.0, 3597.0, 3588.0, 3587.0, 3587.0, 3588.0, 3588.0, 3590.0, 3612.0, 3590.0, 3604.0, 3600.0, 3603.0, 3613.0, 3614.0, 3591.0, 3608.0, 3590.0, 3612.0, 3591.0, 3601.0, 3594.0, 3601.0, 3613.0, 3591.0, 3613.0, 3613.0, 3613.0, 3591.0, 3595.0, 3601.0, 3591.0, 3607.0, 3602.0, 3613.0, 3607.0, 3611.0, 3596.0, 3612.0, 3589.0, 3607.0, 3592.0, 3607.0, 3600.0, 3599.0, 3608.0, 3590.0, 3576.0, 3599.0, 3578.0, 3600.0, 3581.0, 3612.0, 3590.0, 3614.0, 3614.0, 3608.0, 3602.0, 3615.0, 3613.0, 3625.0, 3614.0, 3615.0, 3613.0, 3614.0, 3591.0, 3613.0, 3595.0, 3614.0, 3602.0, 3613.0, 3589.0, 3612.0, 3589.0, 3601.0, 3597.0, 3612.0, 3594.0, 3603.0, 3600.0, 3613.0, 3596.0, 3614.0, 3602.0, 3605.0, 3601.0, 3613.0, 3601.0, 3606.0, 3600.0, 3605.0, 3605.0, 3614.0, 3613.0, 3592.0, 3614.0, 3608.0, 3614.0, 3607.0, 3605.0, 3601.0, 3599.0, 3598.0, 3598.0, 3587.0, 3597.0, 3595.0, 3598.0, 3580.0, 3597.0, 3581.0, 3586.0, 3595.0, 3586.0, 3575.0, 3590.0, 3575.0, 3599.0, 3579.0, 3608.0, 3612.0, 3614.0, 3603.0, 3606.0, 3615.0, 3607.0, 3614.0, 3596.0, 3615.0, 3625.0, 3626.0, 3609.0, 3625.0, 3610.0, 3626.0, 3606.0, 3619.0, 3603.0, 3621.0, 3615.0, 3606.0, 3613.0, 3636.0, 3618.0, 3601.0, 3581.0, 3604.0, 3590.0, 3611.0, 3612.0, 3612.0, 3588.0, 3600.0, 3599.0, 3588.0, 3600.0, 3604.0, 3587.0, 3595.0, 3596.0, 3584.0, 3583.0, 3570.0, 3570.0, 3569.0, 3568.0, 3557.0, 3568.0, 3556.0, 3557.0, 3556.0, 3568.0, 3557.0, 3568.0, 3559.0, 3571.0, 3570.0, 3583.0, 3598.0, 3575.0, 3600.0, 3580.0, 3612.0, 3590.0, 3612.0, 3597.0, 3601.0, 3591.0, 3613.0, 3602.0, 3607.0, 3613.0, 3607.0, 3606.0, 3605.0, 3603.0, 3613.0, 3603.0, 3615.0, 3617.0, 3616.0, 3608.0, 3617.0, 3608.0, 3616.0, 3610.0, 3609.0, 3615.0, 3637.0, 3604.0, 3616.0, 3602.0, 3601.0, 3602.0, 3611.0, 3600.0, 3611.0, 3600.0, 3592.0, 3600.0, 3588.0, 3598.0, 3599.0, 3598.0, 3597.0, 3598.0, 3586.0, 3591.0, 3599.0, 3599.0, 3599.0, 3600.0, 3577.0, 3600.0, 3588.0, 3601.0, 3581.0, 3612.0, 3600.0, 3612.0, 3589.0, 3607.0, 3584.0, 3613.0, 3596.0, 3612.0, 3599.0, 3594.0, 3599.0, 3604.0, 3611.0, 3623.0, 3599.0, 3590.0, 3611.0, 3579.0, 3604.0, 3602.0, 3587.0, 3593.0, 3601.0, 3603.0, 3586.0, 3613.0, 3612.0, 3612.0, 3612.0, 3613.0, 3592.0, 3613.0, 3600.0, 3602.0, 3612.0, 3612.0, 3583.0, 3606.0, 3586.0, 3614.0, 3596.0, 3610.0, 3610.0, 3606.0, 3601.0, 3622.0, 3610.0, 3628.0, 3606.0, 3618.0, 3606.0, 3623.0, 3616.0, 3617.0, 3609.0, 3621.0, 3614.0, 3620.0, 3615.0, 3614.0, 3614.0, 3619.0, 3619.0, 3622.0, 3578.0, 3577.0, 3598.0, 3594.0, 3593.0, 3590.0, 3600.0, 3589.0, 3603.0, 3599.0, 3612.0, 3613.0, 3602.0, 3607.0, 3601.0, 3600.0, 3600.0, 3600.0, 3599.0, 3605.0, 3587.0, 3586.0, 3585.0, 3585.0, 3577.0, 3584.0, 3576.0, 3586.0, 3584.0, 3586.0, 3584.0, 3580.0, 3585.0, 3598.0, 3574.0, 3598.0, 3575.0, 3599.0, 3599.0, 3595.0, 3589.0, 3599.0, 3580.0, 3601.0, 3599.0, 3601.0, 3596.0, 3605.0, 3595.0, 3605.0, 3600.0, 3602.0, 3601.0, 3606.0, 3590.0, 3605.0, 3591.0, 3619.0, 3591.0, 3623.0, 3608.0, 3621.0, 3626.0, 3605.0, 3619.0, 3616.0, 3620.0, 3615.0, 3603.0, 3616.0, 3616.0, 3613.0, 3603.0, 3614.0, 3612.0, 3609.0, 3603.0, 3624.0, 3624.0, 3625.0, 3604.0, 3615.0, 3603.0, 3613.0, 3624.0, 3604.0, 3626.0, 3589.0, 3626.0, 3608.0, 3622.0, 3605.0, 3627.0, 3613.0, 3613.0, 3610.0, 3600.0, 3590.0, 3598.0, 3610.0, 3601.0, 3598.0, 3600.0, 3585.0, 3591.0, 3587.0, 3610.0, 3599.0, 3610.0, 3598.0, 3599.0, 3577.0, 3585.0, 3605.0, 3602.0, 3625.0, 3610.0, 3628.0, 3601.0, 3640.0, 3628.0, 3641.0, 3630.0, 3636.0, 3610.0, 3632.0, 3625.0, 3617.0, 3615.0, 3614.0, 3586.0, 3617.0, 3601.0, 3608.0, 3601.0, 3612.0, 3600.0, 3612.0, 3611.0, 3611.0, 3600.0, 3609.0, 3598.0, 3596.0, 3598.0, 3598.0, 3598.0, 3587.0, 3584.0, 3599.0, 3584.0, 3599.0, 3595.0, 3602.0, 3600.0, 3604.0, 3589.0, 3613.0, 3589.0, 3612.0, 3590.0, 3612.0, 3589.0, 3607.0, 3596.0, 3602.0, 3612.0, 3600.0, 3591.0, 3590.0, 3587.0, 3588.0, 3611.0, 3591.0, 3616.0, 3604.0, 3624.0, 3591.0, 3617.0, 3602.0, 3624.0, 3594.0, 3624.0, 3594.0, 3611.0, 3598.0, 3599.0, 3586.0, 3601.0, 3608.0, 3597.0, 3595.0, 3596.0, 3585.0, 3596.0, 3573.0, 3596.0, 3584.0, 3596.0, 3574.0, 3596.0, 3573.0, 3608.0, 3577.0, 3610.0, 3586.0, 3609.0, 3581.0, 3622.0, 3611.0, 3608.0, 3609.0, 3598.0, 3598.0, 3599.0, 3580.0, 3621.0, 3615.0, 3613.0, 3630.0, 3607.0, 3634.0, 3611.0, 3639.0, 3639.0, 3635.0, 3625.0, 3625.0, 3614.0, 3624.0, 3613.0, 3612.0, 3622.0, 3610.0, 3589.0, 3604.0, 3603.0, 3612.0, 3593.0, 3611.0, 3612.0, 3604.0, 3581.0, 3622.0, 3601.0, 3623.0, 3623.0, 3613.0, 3637.0, 3616.0, 3631.0, 3636.0, 3639.0, 3636.0, 3613.0, 3621.0, 3599.0, 3608.0, 3584.0, 3595.0, 3572.0, 3571.0, 3571.0, 3569.0, 3569.0, 3559.0, 3568.0, 3569.0, 3568.0, 3569.0, 3580.0, 3560.0, 3582.0, 3572.0, 3584.0, 3561.0, 3582.0, 3584.0, 3583.0, 3573.0, 3583.0, 3583.0, 3563.0, 3585.0, 3575.0, 3598.0, 3588.0, 3611.0, 3590.0, 3613.0, 3603.0, 3615.0, 3610.0, 3638.0, 3616.0, 3638.0, 3628.0, 3628.0, 3617.0, 3638.0, 3616.0, 3639.0, 3616.0, 3629.0, 3629.0, 3635.0, 3627.0, 3639.0, 3632.0, 3618.0, 3649.0, 3630.0, 3641.0, 3641.0, 3642.0, 3633.0, 3631.0, 3636.0, 3639.0, 3639.0, 3636.0, 3619.0, 3623.0, 3624.0, 3612.0, 3612.0, 3599.0, 3610.0, 3586.0, 3610.0, 3600.0, 3606.0, 3598.0, 3602.0], 'WindowWidth': [8214.0, 8227.0, 8196.0, 8190.0, 8153.0, 8157.0, 8151.0, 8167.0, 8148.0, 8164.0, 8130.0, 8139.0, 8128.0, 8159.0, 8144.0, 8146.0, 8147.0, 8145.0, 8160.0, 8128.0, 8167.0, 8157.0, 8195.0, 8154.0, 8170.0, 8136.0, 8166.0, 8168.0, 8170.0, 8174.0, 8164.0, 8146.0, 8150.0, 8166.0, 8169.0, 8162.0, 8177.0, 8126.0, 8139.0, 8139.0, 8138.0, 8113.0, 8136.0, 8139.0, 8138.0, 8143.0, 8140.0, 8141.0, 8126.0, 8147.0, 8140.0, 8144.0, 8140.0, 8147.0, 8145.0, 8162.0, 8144.0, 8154.0, 8147.0, 8172.0, 8169.0, 8173.0, 8168.0, 8176.0, 8160.0, 8184.0, 8176.0, 8193.0, 8181.0, 8196.0, 8183.0, 8208.0, 8196.0, 8221.0, 8195.0, 8200.0, 8126.0, 8147.0, 8133.0, 8164.0, 8154.0, 8139.0, 8174.0, 8164.0, 8179.0, 8176.0, 8165.0, 8158.0, 8146.0, 8174.0, 8153.0, 8171.0, 8184.0, 8165.0, 8181.0, 8168.0, 8152.0, 8151.0, 8145.0, 8153.0, 8149.0, 8133.0, 8149.0, 8151.0, 8133.0, 8154.0, 8137.0, 8170.0, 8156.0, 8155.0, 8156.0, 8160.0, 8157.0, 8156.0, 8157.0, 8166.0, 8174.0, 8174.0, 8139.0, 8155.0, 8155.0, 8147.0, 8170.0, 8135.0, 8178.0, 8150.0, 8137.0, 8136.0, 8149.0, 8145.0, 8144.0, 8130.0, 8144.0, 8124.0, 8141.0, 8144.0, 8164.0, 8130.0, 8132.0, 8140.0, 8132.0, 8165.0, 8128.0, 8139.0, 8131.0, 8147.0, 8149.0, 8115.0, 8169.0, 8149.0, 8170.0, 8148.0, 8152.0, 8142.0, 8146.0, 8143.0, 8140.0, 8148.0, 8097.0, 8096.0, 8111.0, 8098.0, 8114.0, 8117.0, 8117.0, 8107.0, 8140.0, 8129.0, 8125.0, 8150.0, 8169.0, 8146.0, 8164.0, 8159.0, 8179.0, 8161.0, 8167.0, 8167.0, 8170.0, 8180.0, 8187.0, 8160.0, 8194.0, 8179.0, 8184.0, 8185.0, 8206.0, 8186.0, 8205.0, 8151.0, 8195.0, 8179.0, 8193.0, 8163.0, 8164.0, 8162.0, 8179.0, 8149.0, 8203.0, 8159.0, 8181.0, 8151.0, 8179.0, 8172.0, 8165.0, 8166.0, 8125.0, 8147.0, 8156.0, 8142.0, 8154.0, 8140.0, 8136.0, 8133.0, 8098.0, 8115.0, 8112.0, 8096.0, 8112.0, 8114.0, 8113.0, 8114.0, 8081.0, 8095.0, 8087.0, 8114.0, 8115.0, 8099.0, 8118.0, 8120.0, 8119.0, 8121.0, 8120.0, 8115.0, 8120.0, 8141.0, 8125.0, 8140.0, 8128.0, 8126.0, 8119.0, 8129.0, 8131.0, 8136.0, 8168.0, 8138.0, 8152.0, 8151.0, 8150.0, 8172.0, 8177.0, 8138.0, 8159.0, 8136.0, 8165.0, 8128.0, 8152.0, 8135.0, 8151.0, 8170.0, 8141.0, 8173.0, 8169.0, 8169.0, 8137.0, 8138.0, 8152.0, 8139.0, 8158.0, 8155.0, 8170.0, 8156.0, 8165.0, 8139.0, 8165.0, 8132.0, 8155.0, 8130.0, 8156.0, 8148.0, 8146.0, 8155.0, 8122.0, 8108.0, 8145.0, 8115.0, 8140.0, 8114.0, 8167.0, 8137.0, 8174.0, 8174.0, 8162.0, 8154.0, 8176.0, 8171.0, 8190.0, 8174.0, 8178.0, 8172.0, 8175.0, 8130.0, 8172.0, 8141.0, 8174.0, 8155.0, 8171.0, 8135.0, 8169.0, 8126.0, 8146.0, 8144.0, 8169.0, 8136.0, 8148.0, 8150.0, 8171.0, 8144.0, 8175.0, 8154.0, 8154.0, 8152.0, 8172.0, 8153.0, 8157.0, 8150.0, 8154.0, 8153.0, 8172.0, 8171.0, 8134.0, 8175.0, 8159.0, 8176.0, 8158.0, 8152.0, 8148.0, 8144.0, 8141.0, 8140.0, 8126.0, 8139.0, 8134.0, 8140.0, 8108.0, 8137.0, 8109.0, 8122.0, 8132.0, 8122.0, 8098.0, 8123.0, 8107.0, 8144.0, 8110.0, 8160.0, 8168.0, 8175.0, 8159.0, 8157.0, 8177.0, 8161.0, 8175.0, 8145.0, 8179.0, 8190.0, 8193.0, 8163.0, 8191.0, 8166.0, 8194.0, 8156.0, 8178.0, 8157.0, 8183.0, 8177.0, 8161.0, 8167.0, 8209.0, 8179.0, 8153.0, 8116.0, 8150.0, 8135.0, 8162.0, 8169.0, 8165.0, 8128.0, 8146.0, 8144.0, 8129.0, 8146.0, 8144.0, 8124.0, 8130.0, 8132.0, 8113.0, 8110.0, 8087.0, 8086.0, 8083.0, 8080.0, 8065.0, 8079.0, 8062.0, 8063.0, 8061.0, 8081.0, 8066.0, 8081.0, 8072.0, 8091.0, 8091.0, 8115.0, 8145.0, 8110.0, 8150.0, 8115.0, 8169.0, 8139.0, 8170.0, 8145.0, 8148.0, 8132.0, 8172.0, 8157.0, 8161.0, 8172.0, 8161.0, 8158.0, 8160.0, 8159.0, 8174.0, 8160.0, 8180.0, 8174.0, 8183.0, 8166.0, 8176.0, 8163.0, 8181.0, 8168.0, 8166.0, 8178.0, 8208.0, 8160.0, 8169.0, 8156.0, 8153.0, 8154.0, 8166.0, 8148.0, 8164.0, 8148.0, 8130.0, 8146.0, 8121.0, 8142.0, 8145.0, 8143.0, 8141.0, 8141.0, 8126.0, 8126.0, 8145.0, 8145.0, 8147.0, 8148.0, 8107.0, 8148.0, 8131.0, 8151.0, 8118.0, 8166.0, 8148.0, 8168.0, 8132.0, 8157.0, 8122.0, 8171.0, 8140.0, 8168.0, 8146.0, 8134.0, 8144.0, 8153.0, 8162.0, 8183.0, 8139.0, 8138.0, 8166.0, 8121.0, 8151.0, 8156.0, 8131.0, 8135.0, 8150.0, 8147.0, 8127.0, 8170.0, 8165.0, 8169.0, 8167.0, 8170.0, 8131.0, 8170.0, 8147.0, 8156.0, 8167.0, 8168.0, 8121.0, 8155.0, 8129.0, 8175.0, 8145.0, 8170.0, 8168.0, 8159.0, 8156.0, 8188.0, 8169.0, 8201.0, 8160.0, 8186.0, 8159.0, 8190.0, 8182.0, 8184.0, 8167.0, 8184.0, 8175.0, 8178.0, 8175.0, 8173.0, 8173.0, 8175.0, 8175.0, 8180.0, 8106.0, 8102.0, 8140.0, 8132.0, 8131.0, 8123.0, 8147.0, 8132.0, 8146.0, 8145.0, 8167.0, 8169.0, 8147.0, 8154.0, 8151.0, 8148.0, 8148.0, 8146.0, 8144.0, 8149.0, 8124.0, 8121.0, 8118.0, 8118.0, 8100.0, 8117.0, 8098.0, 8119.0, 8114.0, 8119.0, 8114.0, 8108.0, 8119.0, 8139.0, 8104.0, 8141.0, 8108.0, 8144.0, 8143.0, 8136.0, 8130.0, 8147.0, 8113.0, 8151.0, 8146.0, 8151.0, 8141.0, 8153.0, 8138.0, 8152.0, 8149.0, 8148.0, 8151.0, 8156.0, 8128.0, 8154.0, 8140.0, 8176.0, 8138.0, 8184.0, 8162.0, 8183.0, 8195.0, 8166.0, 8181.0, 8183.0, 8182.0, 8178.0, 8154.0, 8180.0, 8180.0, 8171.0, 8159.0, 8174.0, 8167.0, 8162.0, 8160.0, 8189.0, 8185.0, 8189.0, 8160.0, 8178.0, 8161.0, 8171.0, 8184.0, 8159.0, 8192.0, 8139.0, 8196.0, 8164.0, 8186.0, 8164.0, 8195.0, 8172.0, 8170.0, 8160.0, 8148.0, 8125.0, 8144.0, 8161.0, 8152.0, 8142.0, 8148.0, 8121.0, 8127.0, 8125.0, 8162.0, 8146.0, 8162.0, 8143.0, 8142.0, 8106.0, 8125.0, 8154.0, 8157.0, 8194.0, 8168.0, 8203.0, 8158.0, 8220.0, 8203.0, 8226.0, 8208.0, 8214.0, 8172.0, 8203.0, 8192.0, 8184.0, 8176.0, 8175.0, 8128.0, 8170.0, 8151.0, 8158.0, 8150.0, 8167.0, 8149.0, 8167.0, 8162.0, 8162.0, 8146.0, 8154.0, 8140.0, 8134.0, 8142.0, 8141.0, 8143.0, 8125.0, 8119.0, 8144.0, 8119.0, 8146.0, 8136.0, 8145.0, 8148.0, 8147.0, 8132.0, 8168.0, 8133.0, 8167.0, 8135.0, 8169.0, 8134.0, 8156.0, 8140.0, 8146.0, 8167.0, 8143.0, 8128.0, 8123.0, 8125.0, 8129.0, 8165.0, 8138.0, 8171.0, 8151.0, 8187.0, 8140.0, 8171.0, 8155.0, 8185.0, 8137.0, 8186.0, 8135.0, 8162.0, 8142.0, 8144.0, 8123.0, 8139.0, 8153.0, 8137.0, 8131.0, 8133.0, 8115.0, 8133.0, 8100.0, 8134.0, 8114.0, 8132.0, 8103.0, 8136.0, 8100.0, 8153.0, 8104.0, 8158.0, 8124.0, 8158.0, 8114.0, 8181.0, 8167.0, 8160.0, 8158.0, 8139.0, 8138.0, 8146.0, 8122.0, 8182.0, 8176.0, 8173.0, 8207.0, 8173.0, 8207.0, 8172.0, 8217.0, 8219.0, 8207.0, 8189.0, 8189.0, 8173.0, 8185.0, 8169.0, 8165.0, 8179.0, 8160.0, 8131.0, 8146.0, 8145.0, 8167.0, 8133.0, 8167.0, 8165.0, 8148.0, 8115.0, 8182.0, 8152.0, 8187.0, 8186.0, 8166.0, 8209.0, 8179.0, 8200.0, 8209.0, 8217.0, 8208.0, 8170.0, 8178.0, 8141.0, 8152.0, 8113.0, 8128.0, 8093.0, 8091.0, 8087.0, 8083.0, 8081.0, 8066.0, 8079.0, 8082.0, 8082.0, 8085.0, 8101.0, 8076.0, 8108.0, 8093.0, 8111.0, 8078.0, 8108.0, 8111.0, 8110.0, 8097.0, 8109.0, 8111.0, 8076.0, 8116.0, 8103.0, 8138.0, 8127.0, 8162.0, 8135.0, 8169.0, 8156.0, 8176.0, 8166.0, 8210.0, 8179.0, 8213.0, 8199.0, 8198.0, 8181.0, 8211.0, 8180.0, 8215.0, 8181.0, 8201.0, 8200.0, 8207.0, 8196.0, 8215.0, 8201.0, 8186.0, 8228.0, 8204.0, 8224.0, 8223.0, 8224.0, 8205.0, 8209.0, 8209.0, 8214.0, 8213.0, 8204.0, 8173.0, 8183.0, 8185.0, 8166.0, 8166.0, 8144.0, 8160.0, 8121.0, 8162.0, 8149.0, 8153.0, 8143.0, 8144.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.0006718965517241379</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027819011379310348</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.108303544039195</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.199106684062141</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0148181846490214</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4489</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5610.5913</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07880489677666586</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.6436781609195403</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.499769057509475</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.417553760542845</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7156349352542177</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3661184767313626</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.030341</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01807439886033535</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03395368531346321</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8661949535776223</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>35.8638</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5007</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>137.8426</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310305.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>616.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.7163</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4091</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>412.5793</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2885.5079</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3088.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66239.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>894.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3746.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>798.7121</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.21987574035302</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> |