=== 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-0059 --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-0059",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0059_ses-01_task-social_acq-mb8_run-02_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-0059_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0059_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-02_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-0059/ses-01/func/sub-0059_ses-01_task-social_acq-mb8_run-02_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>ea149ae45ec69044da764c1ab66f5f31</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>11:06:5.435000</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.999072, -0.0239215, 0.0358115, 0.0205787, 0.995641, 0.0909652]</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-02_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.0969932</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4155, -7760, -7264, 540, -88, -250, -23, 15]</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>246.974</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>dab967f7-46ad-450f-a358-afb730feea27||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.6804378032684326, 0.05521111935377121, 0.1021447703242302, 105.10557556152344], [0.06417951732873917, 2.6712331771850586, 0.2433883100748062, -102.5382080078125], [0.09607954323291779, -0.24405288696289062, 2.6870670318603516, -66.02936553955078], [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': ['110605.435000', '110605.895000', '110606.355000', '110606.815000', '110607.275000', '110607.735000', '110608.195000', '110608.655000', '110609.115000', '110609.575000', '110610.035000', '110610.495000', '110610.955000', '110611.415000', '110611.875000', '110612.335000', '110612.795000', '110613.255000', '110613.715000', '110614.175000', '110614.635000', '110615.095000', '110615.555000', '110616.015000', '110616.475000', '110616.935000', '110617.395000', '110617.855000', '110618.315000', '110618.775000', '110619.235000', '110619.695000', '110620.155000', '110620.615000', '110621.075000', '110621.535000', '110621.995000', '110622.455000', '110622.915000', '110623.375000', '110623.835000', '110624.295000', '110624.755000', '110625.215000', '110625.675000', '110626.135000', '110626.595000', '110627.055000', '110627.515000', '110627.975000', '110628.435000', '110628.895000', '110629.355000', '110629.815000', '110630.275000', '110630.735000', '110631.195000', '110631.655000', '110632.115000', '110632.575000', '110633.035000', '110633.495000', '110633.955000', '110634.415000', '110634.875000', '110635.335000', '110635.795000', '110636.255000', '110636.715000', '110637.175000', '110637.635000', '110638.095000', '110638.555000', '110639.015000', '110639.475000', '110639.935000', '110640.395000', '110640.855000', '110641.315000', '110641.775000', '110642.235000', '110642.695000', '110643.155000', '110643.615000', '110644.075000', '110644.535000', '110644.995000', '110645.455000', '110645.915000', '110646.375000', '110646.835000', '110647.295000', '110647.755000', '110648.215000', '110648.675000', '110649.135000', '110649.595000', '110650.055000', '110650.515000', '110650.975000', '110651.435000', '110651.895000', '110652.355000', '110652.815000', '110653.275000', '110653.735000', '110654.195000', '110654.655000', '110655.115000', '110655.575000', '110656.035000', '110656.495000', '110656.955000', '110657.415000', '110657.875000', '110658.335000', '110658.795000', '110659.255000', '110659.715000', '110700.175000', '110700.635000', '110701.095000', '110701.555000', '110702.015000', '110702.475000', '110702.935000', '110703.395000', '110703.855000', '110704.315000', '110704.775000', '110705.235000', '110705.695000', '110706.155000', '110706.615000', '110707.075000', '110707.535000', '110707.995000', '110708.455000', '110708.915000', '110709.375000', '110709.835000', '110710.295000', '110710.755000', '110711.215000', '110711.675000', '110712.135000', '110712.595000', '110713.055000', '110713.515000', '110713.975000', '110714.435000', '110714.895000', '110715.355000', '110715.815000', '110716.275000', '110716.735000', '110717.195000', '110717.655000', '110718.115000', '110718.575000', '110719.035000', '110719.495000', '110719.955000', '110720.415000', '110720.875000', '110721.335000', '110721.795000', '110722.255000', '110722.715000', '110723.175000', '110723.635000', '110724.095000', '110724.555000', '110725.015000', '110725.475000', '110725.935000', '110726.395000', '110726.855000', '110727.315000', '110727.775000', '110728.235000', '110728.695000', '110729.155000', '110729.615000', '110730.075000', '110730.535000', '110730.995000', '110731.455000', '110731.915000', '110732.375000', '110732.835000', '110733.295000', '110733.755000', '110734.215000', '110734.675000', '110735.135000', '110735.595000', '110736.055000', '110736.515000', '110736.975000', '110737.435000', '110737.895000', '110738.355000', '110738.815000', '110739.275000', '110739.735000', '110740.195000', '110740.655000', '110741.115000', '110741.575000', '110742.035000', '110742.495000', '110742.955000', '110743.415000', '110743.875000', '110744.335000', '110744.795000', '110745.255000', '110745.715000', '110746.175000', '110746.635000', '110747.095000', '110747.555000', '110748.015000', '110748.475000', '110748.935000', '110749.395000', '110749.855000', '110750.315000', '110750.775000', '110751.235000', '110751.695000', '110752.155000', '110752.615000', '110753.075000', '110753.535000', '110753.995000', '110754.455000', '110754.915000', '110755.375000', '110755.835000', '110756.295000', '110756.755000', '110757.215000', '110757.675000', '110758.135000', '110758.595000', '110759.055000', '110759.515000', '110759.975000', '110800.435000', '110800.895000', '110801.355000', '110801.815000', '110802.275000', '110802.735000', '110803.195000', '110803.655000', '110804.115000', '110804.575000', '110805.035000', '110805.495000', '110805.955000', '110806.415000', '110806.875000', '110807.335000', '110807.795000', '110808.255000', '110808.715000', '110809.175000', '110809.635000', '110810.095000', '110810.555000', '110811.015000', '110811.475000', '110811.935000', '110812.395000', '110812.855000', '110813.315000', '110813.775000', '110814.235000', '110814.695000', '110815.155000', '110815.615000', '110816.075000', '110816.535000', '110816.995000', '110817.455000', '110817.915000', '110818.375000', '110818.835000', '110819.295000', '110819.755000', '110820.215000', '110820.675000', '110821.135000', '110821.595000', '110822.055000', '110822.515000', '110822.975000', '110823.435000', '110823.895000', '110824.355000', '110824.815000', '110825.275000', '110825.735000', '110826.195000', '110826.655000', '110827.115000', '110827.575000', '110828.035000', '110828.495000', '110828.955000', '110829.415000', '110829.875000', '110830.335000', '110830.795000', '110831.255000', '110831.715000', '110832.175000', '110832.635000', '110833.095000', '110833.555000', '110834.015000', '110834.475000', '110834.935000', '110835.395000', '110835.855000', '110836.315000', '110836.775000', '110837.235000', '110837.695000', '110838.155000', '110838.615000', '110839.075000', '110839.535000', '110839.995000', '110840.455000', '110840.915000', '110841.375000', '110841.835000', '110842.295000', '110842.755000', '110843.215000', '110843.675000', '110844.135000', '110844.595000', '110845.055000', '110845.515000', '110845.975000', '110846.435000', '110846.895000', '110847.355000', '110847.815000', '110848.275000', '110848.735000', '110849.195000', '110849.655000', '110850.115000', '110850.575000', '110851.035000', '110851.495000', '110851.955000', '110852.415000', '110852.875000', '110853.335000', '110853.795000', '110854.255000', '110854.715000', '110855.175000', '110855.635000', '110856.095000', '110856.555000', '110857.015000', '110857.475000', '110857.935000', '110858.395000', '110858.855000', '110859.315000', '110859.775000', '110900.235000', '110900.695000', '110901.155000', '110901.615000', '110902.075000', '110902.535000', '110902.995000', '110903.455000', '110903.915000', '110904.375000', '110904.835000', '110905.295000', '110905.755000', '110906.215000', '110906.675000', '110907.135000', '110907.595000', '110908.055000', '110908.515000', '110908.975000', '110909.435000', '110909.895000', '110910.355000', '110910.815000', '110911.275000', '110911.735000', '110912.195000', '110912.655000', '110913.115000', '110913.575000', '110914.035000', '110914.495000', '110914.955000', '110915.415000', '110915.875000', '110916.335000', '110916.795000', '110917.255000', '110917.715000', '110918.175000', '110918.635000', '110919.095000', '110919.555000', '110920.015000', '110920.475000', '110920.935000', '110921.395000', '110921.855000', '110922.315000', '110922.775000', '110923.235000', '110923.695000', '110924.155000', '110924.615000', '110925.075000', '110925.535000', '110925.995000', '110926.455000', '110926.915000', '110927.375000', '110927.835000', '110928.295000', '110928.755000', '110929.215000', '110929.675000', '110930.135000', '110930.595000', '110931.055000', '110931.515000', '110931.975000', '110932.435000', '110932.895000', '110933.355000', '110933.815000', '110934.275000', '110934.735000', '110935.195000', '110935.655000', '110936.115000', '110936.575000', '110937.035000', '110937.495000', '110937.955000', '110938.415000', '110938.875000', '110939.335000', '110939.795000', '110940.255000', '110940.715000', '110941.175000', '110941.635000', '110942.095000', '110942.555000', '110943.015000', '110943.475000', '110943.935000', '110944.395000', '110944.855000', '110945.315000', '110945.775000', '110946.235000', '110946.695000', '110947.155000', '110947.615000', '110948.075000', '110948.535000', '110948.995000', '110949.455000', '110949.915000', '110950.375000', '110950.835000', '110951.295000', '110951.755000', '110952.215000', '110952.675000', '110953.135000', '110953.595000', '110954.055000', '110954.515000', '110954.975000', '110955.435000', '110955.895000', '110956.355000', '110956.815000', '110957.275000', '110957.735000', '110958.195000', '110958.655000', '110959.115000', '110959.575000', '111000.035000', '111000.495000', '111000.955000', '111001.415000', '111001.875000', '111002.335000', '111002.795000', '111003.255000', '111003.715000', '111004.175000', '111004.635000', '111005.095000', '111005.555000', '111006.015000', '111006.475000', '111006.935000', '111007.395000', '111007.855000', '111008.315000', '111008.775000', '111009.235000', '111009.695000', '111010.155000', '111010.615000', '111011.075000', '111011.535000', '111011.995000', '111012.455000', '111012.915000', '111013.375000', '111013.835000', '111014.295000', '111014.755000', '111015.215000', '111015.675000', '111016.135000', '111016.595000', '111017.055000', '111017.515000', '111017.975000', '111018.435000', '111018.895000', '111019.355000', '111019.815000', '111020.275000', '111020.735000', '111021.195000', '111021.655000', '111022.115000', '111022.575000', '111023.035000', '111023.495000', '111023.955000', '111024.415000', '111024.875000', '111025.335000', '111025.795000', '111026.255000', '111026.715000', '111027.175000', '111027.635000', '111028.095000', '111028.555000', '111029.015000', '111029.475000', '111029.935000', '111030.395000', '111030.855000', '111031.315000', '111031.775000', '111032.235000', '111032.695000', '111033.155000', '111033.615000', '111034.075000', '111034.535000', '111034.995000', '111035.455000', '111035.915000', '111036.375000', '111036.835000', '111037.295000', '111037.755000', '111038.215000', '111038.675000', '111039.135000', '111039.595000', '111040.055000', '111040.515000', '111040.975000', '111041.435000', '111041.895000', '111042.355000', '111042.815000', '111043.275000', '111043.735000', '111044.195000', '111044.655000', '111045.115000', '111045.575000', '111046.035000', '111046.495000', '111046.955000', '111047.415000', '111047.875000', '111048.335000', '111048.795000', '111049.255000', '111049.715000', '111050.175000', '111050.635000', '111051.095000', '111051.555000', '111052.015000', '111052.475000', '111052.935000', '111053.395000', '111053.855000', '111054.315000', '111054.775000', '111055.235000', '111055.695000', '111056.155000', '111056.615000', '111057.075000', '111057.535000', '111057.995000', '111058.455000', '111058.915000', '111059.375000', '111059.835000', '111100.295000', '111100.755000', '111101.215000', '111101.675000', '111102.135000', '111102.595000', '111103.055000', '111103.515000', '111103.975000', '111104.435000', '111104.895000', '111105.355000', '111105.815000', '111106.275000', '111106.735000', '111107.195000', '111107.655000', '111108.115000', '111108.575000', '111109.035000', '111109.495000', '111109.955000', '111110.415000', '111110.875000', '111111.335000', '111111.795000', '111112.255000', '111112.715000', '111113.175000', '111113.635000', '111114.095000', '111114.555000', '111115.015000', '111115.475000', '111115.935000', '111116.395000', '111116.855000', '111117.315000', '111117.775000', '111118.235000', '111118.695000', '111119.155000', '111119.615000', '111120.075000', '111120.535000', '111120.995000', '111121.455000', '111121.915000', '111122.375000', '111122.835000', '111123.295000', '111123.755000', '111124.215000', '111124.675000', '111125.135000', '111125.595000', '111126.055000', '111126.515000', '111126.975000', '111127.435000', '111127.895000', '111128.355000', '111128.815000', '111129.275000', '111129.735000', '111130.195000', '111130.655000', '111131.115000', '111131.575000', '111132.035000', '111132.495000', '111132.955000', '111133.415000', '111133.875000', '111134.335000', '111134.795000', '111135.255000', '111135.715000', '111136.175000', '111136.635000', '111137.095000', '111137.555000', '111138.015000', '111138.475000', '111138.935000', '111139.395000', '111139.855000', '111140.315000', '111140.775000', '111141.235000', '111141.695000', '111142.155000', '111142.615000', '111143.075000', '111143.535000', '111143.995000', '111144.455000', '111144.915000', '111145.375000', '111145.835000', '111146.295000', '111146.755000', '111147.215000', '111147.675000', '111148.135000', '111148.595000', '111149.055000', '111149.515000', '111149.975000', '111150.435000', '111150.895000', '111151.355000', '111151.815000', '111152.275000', '111152.735000', '111153.195000', '111153.655000', '111154.115000', '111154.575000', '111155.035000', '111155.495000', '111155.955000', '111156.415000', '111156.875000', '111157.335000', '111157.795000', '111158.255000', '111158.715000', '111159.175000', '111159.635000', '111200.095000', '111200.555000', '111201.015000', '111201.475000', '111201.935000', '111202.395000', '111202.855000', '111203.315000', '111203.775000', '111204.235000', '111204.695000', '111205.155000', '111205.615000', '111206.075000', '111206.535000', '111206.995000', '111207.455000', '111207.915000', '111208.375000', '111208.835000', '111209.295000', '111209.755000', '111210.215000', '111210.675000', '111211.135000', '111211.595000', '111212.055000', '111212.515000', '111212.975000', '111213.435000', '111213.895000', '111214.355000', '111214.815000', '111215.275000', '111215.735000', '111216.195000', '111216.655000', '111217.115000', '111217.575000', '111218.035000', '111218.495000', '111218.955000', '111219.415000', '111219.875000', '111220.335000', '111220.795000', '111221.255000', '111221.715000', '111222.175000', '111222.635000', '111223.095000', '111223.555000', '111224.015000', '111224.475000', '111224.935000', '111225.395000', '111225.855000', '111226.315000', '111226.775000', '111227.235000', '111227.695000', '111228.155000', '111228.615000', '111229.075000', '111229.535000', '111229.995000', '111230.455000', '111230.915000', '111231.375000', '111231.835000', '111232.295000', '111232.755000', '111233.215000', '111233.675000', '111234.135000', '111234.595000', '111235.055000', '111235.515000', '111235.975000', '111236.435000', '111236.895000', '111237.355000', '111237.815000', '111238.275000', '111238.735000', '111239.195000', '111239.655000', '111240.115000', '111240.575000', '111241.035000', '111241.495000', '111241.955000', '111242.415000', '111242.875000', '111243.335000', '111243.795000', '111244.255000', '111244.715000', '111245.175000', '111245.635000', '111246.095000'], 'ContentTime': ['110633.620000', '110633.623000', '110633.626000', '110633.629000', '110633.632000', '110633.634000', '110633.637000', '110633.639000', '110633.642000', '110633.644000', '110633.647000', '110633.649000', '110633.652000', '110633.655000', '110633.657000', '110633.660000', '110633.662000', '110633.665000', '110633.667000', '110633.670000', '110633.674000', '110633.676000', '110633.679000', '110633.682000', '110633.684000', '110633.687000', '110633.689000', '110633.692000', '110633.694000', '110633.697000', '110633.699000', '110633.702000', '110633.705000', '110633.708000', '110633.711000', '110633.713000', '110633.716000', '110633.718000', '110633.721000', '110633.724000', '110633.726000', '110633.729000', '110633.731000', '110633.734000', '110633.736000', '110633.739000', '110633.742000', '110633.751000', '110633.754000', '110633.757000', '110633.759000', '110633.762000', '110633.765000', '110633.767000', '110633.770000', '110633.773000', '110633.775000', '110633.778000', '110633.780000', '110653.589000', '110653.591000', '110653.594000', '110653.597000', '110653.599000', '110653.602000', '110653.605000', '110653.607000', '110653.610000', '110653.612000', '110653.631000', '110653.634000', '110653.636000', '110653.639000', '110653.641000', '110653.644000', '110653.647000', '110653.649000', '110653.652000', '110653.654000', '110653.657000', '110653.659000', '110653.665000', '110653.667000', '110653.670000', '110653.672000', '110653.675000', '110653.678000', '110653.680000', '110653.683000', '110653.685000', '110653.688000', '110653.690000', '110653.693000', '110653.696000', '110653.698000', '110653.701000', '110653.703000', '110653.706000', '110653.708000', '110653.711000', '110653.714000', '110653.716000', '110653.719000', '110713.589000', '110713.591000', '110713.594000', '110713.597000', '110713.599000', '110713.602000', '110713.605000', '110713.607000', '110713.610000', '110713.612000', '110713.615000', '110713.617000', '110713.620000', '110713.623000', '110713.625000', '110713.628000', '110713.630000', '110713.633000', '110713.635000', '110713.638000', '110713.640000', '110713.643000', '110713.646000', '110713.648000', '110713.651000', '110713.653000', '110713.656000', '110713.659000', '110713.662000', '110713.665000', '110713.668000', '110713.670000', '110713.673000', '110713.675000', '110713.678000', '110713.680000', '110713.683000', '110713.686000', '110713.688000', '110713.691000', '110713.693000', '110713.696000', '110713.698000', '110733.589000', '110733.591000', '110733.594000', '110733.597000', '110733.599000', '110733.602000', '110733.605000', '110733.607000', '110733.610000', '110733.612000', '110733.615000', '110733.617000', '110733.620000', '110733.622000', '110733.625000', '110733.628000', '110733.630000', '110733.633000', '110733.635000', '110733.638000', '110733.640000', '110733.643000', '110733.645000', '110733.648000', '110733.651000', '110733.653000', '110733.656000', '110733.658000', '110733.661000', '110733.663000', '110733.666000', '110733.668000', '110733.671000', '110733.674000', '110733.676000', '110733.679000', '110733.681000', '110733.684000', '110733.686000', '110733.689000', '110733.692000', '110733.694000', '110733.697000', '110733.699000', '110753.588000', '110753.591000', '110753.594000', '110753.597000', '110753.599000', '110753.602000', '110753.604000', '110753.607000', '110753.610000', '110753.612000', '110753.615000', '110753.617000', '110753.620000', '110753.623000', '110753.625000', '110753.628000', '110753.630000', '110753.633000', '110753.635000', '110753.638000', '110753.641000', '110753.643000', '110753.646000', '110753.648000', '110753.651000', '110753.654000', '110753.656000', '110753.659000', '110753.661000', '110753.664000', '110753.667000', '110753.669000', '110753.672000', '110753.674000', '110753.677000', '110753.679000', '110753.682000', '110753.685000', '110753.687000', '110753.690000', '110753.692000', '110753.695000', '110753.698000', '110813.589000', '110813.591000', '110813.594000', '110813.597000', '110813.599000', '110813.602000', '110813.605000', '110813.612000', '110813.615000', '110813.617000', '110813.620000', '110813.622000', '110813.625000', '110813.628000', '110813.630000', '110813.633000', '110813.635000', '110813.638000', '110813.640000', '110813.643000', '110813.645000', '110813.648000', '110813.651000', '110813.653000', '110813.656000', '110813.658000', '110813.661000', '110813.664000', '110813.666000', '110813.669000', '110813.671000', '110813.674000', '110813.676000', '110813.679000', '110813.681000', '110813.684000', '110813.687000', '110813.689000', '110813.692000', '110813.694000', '110813.697000', '110813.699000', '110813.702000', '110813.704000', '110833.589000', '110833.591000', '110833.594000', '110833.597000', '110833.599000', '110833.602000', '110833.604000', '110833.607000', '110833.610000', '110833.612000', '110833.615000', '110833.617000', '110833.620000', '110833.623000', '110833.625000', '110833.628000', '110833.630000', '110833.633000', '110833.636000', '110833.638000', '110833.653000', '110833.655000', '110833.658000', '110833.660000', '110833.663000', '110833.666000', '110833.668000', '110833.671000', '110833.673000', '110833.676000', '110833.678000', '110833.681000', '110833.684000', '110833.686000', '110833.689000', '110833.691000', '110833.694000', '110833.696000', '110833.699000', '110833.702000', '110833.704000', '110833.707000', '110833.709000', '110853.588000', '110853.591000', '110853.594000', '110853.596000', '110853.599000', '110853.602000', '110853.605000', '110853.607000', '110853.610000', '110853.612000', '110853.615000', '110853.617000', '110853.620000', '110853.622000', '110853.625000', '110853.628000', '110853.630000', '110853.633000', '110853.635000', '110853.638000', '110853.641000', '110853.643000', '110853.646000', '110853.648000', '110853.651000', '110853.653000', '110853.656000', '110853.659000', '110853.661000', '110853.664000', '110853.666000', '110853.669000', '110853.671000', '110853.674000', '110853.677000', '110853.679000', '110853.682000', '110853.684000', '110853.687000', '110853.690000', '110853.692000', '110853.695000', '110853.697000', '110853.700000', '110913.589000', '110913.592000', '110913.594000', '110913.597000', '110913.600000', '110913.602000', '110913.605000', '110913.607000', '110913.610000', '110913.613000', '110913.615000', '110913.618000', '110913.620000', '110913.623000', '110913.625000', '110913.628000', '110913.631000', '110913.633000', '110913.636000', '110913.639000', '110913.641000', '110913.644000', '110913.647000', '110913.649000', '110913.652000', '110913.654000', '110913.657000', '110913.659000', '110913.662000', '110913.665000', '110913.667000', '110913.670000', '110913.672000', '110913.675000', '110913.678000', '110913.680000', '110913.683000', '110913.685000', '110913.688000', '110913.690000', '110913.693000', '110913.696000', '110913.698000', '110933.588000', '110933.597000', '110933.599000', '110933.602000', '110933.605000', '110933.607000', '110933.610000', '110933.612000', '110933.615000', '110933.618000', '110933.620000', '110933.623000', '110933.625000', '110933.628000', '110933.630000', '110933.633000', '110933.636000', '110933.638000', '110933.641000', '110933.643000', '110933.646000', '110933.648000', '110933.651000', '110933.653000', '110933.656000', '110933.659000', '110933.661000', '110933.664000', '110933.666000', '110933.669000', '110933.671000', '110933.674000', '110933.677000', '110933.679000', '110933.682000', '110933.684000', '110933.687000', '110933.689000', '110933.692000', '110933.694000', '110933.697000', '110933.700000', '110933.702000', '110933.705000', '110953.588000', '110953.591000', '110953.594000', '110953.596000', '110953.599000', '110953.602000', '110953.604000', '110953.607000', '110953.610000', '110953.612000', '110953.615000', '110953.617000', '110953.620000', '110953.623000', '110953.625000', '110953.628000', '110953.630000', '110953.633000', '110953.636000', '110953.638000', '110953.641000', '110953.643000', '110953.646000', '110953.648000', '110953.651000', '110953.654000', '110953.656000', '110953.659000', '110953.661000', '110953.664000', '110953.677000', '110953.680000', '110953.682000', '110953.685000', '110953.688000', '110953.690000', '110953.693000', '110953.695000', '110953.698000', '110953.700000', '110953.703000', '110953.706000', '110953.708000', '111013.589000', '111013.591000', '111013.594000', '111013.597000', '111013.599000', '111013.602000', '111013.604000', '111013.607000', '111013.609000', '111013.612000', '111013.615000', '111013.617000', '111013.620000', '111013.622000', '111013.625000', '111013.628000', '111013.630000', '111013.633000', '111013.635000', '111013.638000', '111013.641000', '111013.643000', '111013.646000', '111013.648000', '111013.651000', '111013.653000', '111013.656000', '111013.658000', '111013.661000', '111013.664000', '111013.666000', '111013.669000', '111013.671000', '111013.674000', '111013.677000', '111013.679000', '111013.682000', '111013.684000', '111013.687000', '111013.689000', '111013.692000', '111013.695000', '111013.697000', '111013.700000', '111033.589000', '111033.591000', '111033.594000', '111033.597000', '111033.599000', '111033.602000', '111033.605000', '111033.607000', '111033.610000', '111033.612000', '111033.615000', '111033.617000', '111033.620000', '111033.623000', '111033.625000', '111033.628000', '111033.630000', '111033.633000', '111033.636000', '111033.638000', '111033.641000', '111033.643000', '111033.646000', '111033.649000', '111033.651000', '111033.654000', '111033.656000', '111033.659000', '111033.661000', '111033.664000', '111033.667000', '111033.669000', '111033.672000', '111033.674000', '111033.677000', '111033.680000', '111033.682000', '111033.685000', '111033.687000', '111033.690000', '111033.692000', '111033.695000', '111033.697000', '111053.589000', '111053.591000', '111053.594000', '111053.597000', '111053.599000', '111053.602000', '111053.605000', '111053.607000', '111053.610000', '111053.612000', '111053.615000', '111053.617000', '111053.620000', '111053.623000', '111053.625000', '111053.628000', '111053.630000', '111053.633000', '111053.636000', '111053.638000', '111053.641000', '111053.643000', '111053.646000', '111053.648000', '111053.651000', '111053.654000', '111053.656000', '111053.659000', '111053.661000', '111053.664000', '111053.666000', '111053.669000', '111053.672000', '111053.674000', '111053.677000', '111053.679000', '111053.682000', '111053.684000', '111053.687000', '111053.689000', '111053.692000', '111053.695000', '111053.697000', '111053.700000', '111113.588000', '111113.591000', '111113.594000', '111113.596000', '111113.599000', '111113.602000', '111113.604000', '111113.607000', '111113.609000', '111113.612000', '111113.614000', '111113.617000', '111113.620000', '111113.622000', '111113.625000', '111113.627000', '111113.630000', '111113.632000', '111113.635000', '111113.638000', '111113.640000', '111113.643000', '111113.645000', '111113.648000', '111113.650000', '111113.653000', '111113.655000', '111113.658000', '111113.661000', '111113.663000', '111113.666000', '111113.668000', '111113.671000', '111113.674000', '111113.676000', '111113.679000', '111113.681000', '111113.684000', '111113.687000', '111113.689000', '111113.692000', '111113.694000', '111113.697000', '111133.589000', '111133.592000', '111133.594000', '111133.597000', '111133.600000', '111133.602000', '111133.605000', '111133.607000', '111133.610000', '111133.612000', '111133.615000', '111133.617000', '111133.635000', '111133.638000', '111133.641000', '111133.643000', '111133.646000', '111133.648000', '111133.651000', '111133.654000', '111133.656000', '111133.659000', '111133.661000', '111133.664000', '111133.667000', '111133.669000', '111133.672000', '111133.674000', '111133.677000', '111133.680000', '111133.683000', '111133.685000', '111133.688000', '111133.690000', '111133.693000', '111133.696000', '111133.698000', '111133.701000', '111133.703000', '111133.706000', '111133.708000', '111133.711000', '111133.714000', '111133.716000', '111153.589000', '111153.592000', '111153.594000', '111153.597000', '111153.599000', '111153.602000', '111153.605000', '111153.607000', '111153.610000', '111153.613000', '111153.615000', '111153.618000', '111153.620000', '111153.623000', '111153.626000', '111153.628000', '111153.631000', '111153.633000', '111153.636000', '111153.639000', '111153.641000', '111153.644000', '111153.646000', '111153.649000', '111153.652000', '111153.654000', '111153.657000', '111153.659000', '111153.662000', '111153.665000', '111153.667000', '111153.670000', '111153.672000', '111153.675000', '111153.678000', '111153.680000', '111153.683000', '111153.685000', '111153.688000', '111153.691000', '111153.693000', '111153.696000', '111153.698000', '111213.589000', '111213.591000', '111213.594000', '111213.597000', '111213.600000', '111213.603000', '111213.605000', '111213.608000', '111213.610000', '111213.613000', '111213.615000', '111213.618000', '111213.621000', '111213.623000', '111213.626000', '111213.628000', '111213.631000', '111213.633000', '111213.636000', '111213.639000', '111213.641000', '111213.644000', '111213.646000', '111213.650000', '111213.653000', '111213.655000', '111213.658000', '111213.661000', '111213.663000', '111213.666000', '111213.668000', '111213.671000', '111213.673000', '111213.676000', '111213.679000', '111213.681000', '111213.684000', '111213.686000', '111213.689000', '111213.692000', '111213.694000', '111213.697000', '111213.699000', '111233.589000', '111233.591000', '111233.594000', '111233.597000', '111233.599000', '111233.602000', '111233.605000', '111233.607000', '111233.610000', '111233.612000', '111233.615000', '111233.618000', '111233.620000', '111233.623000', '111233.625000', '111233.628000', '111233.630000', '111233.633000', '111233.636000', '111233.638000', '111233.641000', '111233.643000', '111233.646000', '111233.648000', '111233.651000', '111233.654000', '111233.656000', '111233.659000', '111233.661000', '111233.664000', '111233.666000', '111233.669000', '111233.672000', '111233.674000', '111233.677000', '111233.679000', '111233.682000', '111233.684000', '111233.687000', '111233.690000', '111233.692000', '111233.695000', '111233.697000', '111233.700000', '111247.162000', '111247.164000', '111247.167000', '111247.170000', '111247.172000', '111247.175000', '111247.178000', '111247.180000', '111247.183000', '111247.186000', '111247.188000', '111247.191000', '111247.193000', '111247.196000', '111247.199000', '111247.201000', '111247.204000', '111247.207000', '111247.209000', '111247.212000', '111247.214000', '111247.217000', '111247.222000', '111247.235000', '111247.238000', '111247.240000', '111247.243000', '111247.245000', '111247.248000', '111247.252000'], 'InstanceCreationTime': ['110633.620000', '110633.623000', '110633.626000', '110633.629000', '110633.632000', '110633.634000', '110633.637000', '110633.639000', '110633.642000', '110633.644000', '110633.647000', '110633.649000', '110633.652000', '110633.655000', '110633.657000', '110633.660000', '110633.662000', '110633.665000', '110633.667000', '110633.670000', '110633.674000', '110633.676000', '110633.679000', '110633.682000', '110633.684000', '110633.687000', '110633.689000', '110633.692000', '110633.694000', '110633.697000', '110633.699000', '110633.702000', '110633.705000', '110633.708000', '110633.711000', '110633.713000', '110633.716000', '110633.718000', '110633.721000', '110633.724000', '110633.726000', '110633.729000', '110633.731000', '110633.734000', '110633.736000', '110633.739000', '110633.742000', '110633.751000', '110633.754000', '110633.757000', '110633.759000', '110633.762000', '110633.765000', '110633.767000', '110633.770000', '110633.773000', '110633.775000', '110633.778000', '110633.780000', '110653.589000', '110653.591000', '110653.594000', '110653.597000', '110653.599000', '110653.602000', '110653.605000', '110653.607000', '110653.610000', '110653.612000', '110653.631000', '110653.634000', '110653.636000', '110653.639000', '110653.641000', '110653.644000', '110653.647000', '110653.649000', '110653.652000', '110653.654000', '110653.657000', '110653.659000', '110653.665000', '110653.667000', '110653.670000', '110653.672000', '110653.675000', '110653.678000', '110653.680000', '110653.683000', '110653.685000', '110653.688000', '110653.690000', '110653.693000', '110653.696000', '110653.698000', '110653.701000', '110653.703000', '110653.706000', '110653.708000', '110653.711000', '110653.714000', '110653.716000', '110653.719000', '110713.589000', '110713.591000', '110713.594000', '110713.597000', '110713.599000', '110713.602000', '110713.605000', '110713.607000', '110713.610000', '110713.612000', '110713.615000', '110713.617000', '110713.620000', '110713.623000', '110713.625000', '110713.628000', '110713.630000', '110713.633000', '110713.635000', '110713.638000', '110713.640000', '110713.643000', '110713.646000', '110713.648000', '110713.651000', '110713.653000', '110713.656000', '110713.659000', '110713.662000', '110713.665000', '110713.668000', '110713.670000', '110713.673000', '110713.675000', '110713.678000', '110713.680000', '110713.683000', '110713.686000', '110713.688000', '110713.691000', '110713.693000', '110713.696000', '110713.698000', '110733.589000', '110733.591000', '110733.594000', '110733.597000', '110733.599000', '110733.602000', '110733.605000', '110733.607000', '110733.610000', '110733.612000', '110733.615000', '110733.617000', '110733.620000', '110733.622000', '110733.625000', '110733.628000', '110733.630000', '110733.633000', '110733.635000', '110733.638000', '110733.640000', '110733.643000', '110733.645000', '110733.648000', '110733.651000', '110733.653000', '110733.656000', '110733.658000', '110733.661000', '110733.663000', '110733.666000', '110733.668000', '110733.671000', '110733.674000', '110733.676000', '110733.679000', '110733.681000', '110733.684000', '110733.686000', '110733.689000', '110733.692000', '110733.694000', '110733.697000', '110733.699000', '110753.588000', '110753.591000', '110753.594000', '110753.597000', '110753.599000', '110753.602000', '110753.604000', '110753.607000', '110753.610000', '110753.612000', '110753.615000', '110753.617000', '110753.620000', '110753.623000', '110753.625000', '110753.628000', '110753.630000', '110753.633000', '110753.635000', '110753.638000', '110753.641000', '110753.643000', '110753.646000', '110753.648000', '110753.651000', '110753.654000', '110753.656000', '110753.659000', '110753.661000', '110753.664000', '110753.667000', '110753.669000', '110753.672000', '110753.674000', '110753.677000', '110753.679000', '110753.682000', '110753.685000', '110753.687000', '110753.690000', '110753.692000', '110753.695000', '110753.698000', '110813.589000', '110813.591000', '110813.594000', '110813.597000', '110813.599000', '110813.602000', '110813.605000', '110813.612000', '110813.615000', '110813.617000', '110813.620000', '110813.622000', '110813.625000', '110813.628000', '110813.630000', '110813.633000', '110813.635000', '110813.638000', '110813.640000', '110813.643000', '110813.645000', '110813.648000', '110813.651000', '110813.653000', '110813.656000', '110813.658000', '110813.661000', '110813.664000', '110813.666000', '110813.669000', '110813.671000', '110813.674000', '110813.676000', '110813.679000', '110813.681000', '110813.684000', '110813.687000', '110813.689000', '110813.692000', '110813.694000', '110813.697000', '110813.699000', '110813.702000', '110813.704000', '110833.589000', '110833.591000', '110833.594000', '110833.597000', '110833.599000', '110833.602000', '110833.604000', '110833.607000', '110833.610000', '110833.612000', '110833.615000', '110833.617000', '110833.620000', '110833.623000', '110833.625000', '110833.628000', '110833.630000', '110833.633000', '110833.636000', '110833.638000', '110833.653000', '110833.655000', '110833.658000', '110833.660000', '110833.663000', '110833.666000', '110833.668000', '110833.671000', '110833.673000', '110833.676000', '110833.678000', '110833.681000', '110833.684000', '110833.686000', '110833.689000', '110833.691000', '110833.694000', '110833.696000', '110833.699000', '110833.702000', '110833.704000', '110833.707000', '110833.709000', '110853.588000', '110853.591000', '110853.594000', '110853.596000', '110853.599000', '110853.602000', '110853.605000', '110853.607000', '110853.610000', '110853.612000', '110853.615000', '110853.617000', '110853.620000', '110853.622000', '110853.625000', '110853.628000', '110853.630000', '110853.633000', '110853.635000', '110853.638000', '110853.641000', '110853.643000', '110853.646000', '110853.648000', '110853.651000', '110853.653000', '110853.656000', '110853.659000', '110853.661000', '110853.664000', '110853.666000', '110853.669000', '110853.671000', '110853.674000', '110853.677000', '110853.679000', '110853.682000', '110853.684000', '110853.687000', '110853.690000', '110853.692000', '110853.695000', '110853.697000', '110853.700000', '110913.589000', '110913.592000', '110913.594000', '110913.597000', '110913.600000', '110913.602000', '110913.605000', '110913.607000', '110913.610000', '110913.613000', '110913.615000', '110913.618000', '110913.620000', '110913.623000', '110913.625000', '110913.628000', '110913.631000', '110913.633000', '110913.636000', '110913.639000', '110913.641000', '110913.644000', '110913.647000', '110913.649000', '110913.652000', '110913.654000', '110913.657000', '110913.659000', '110913.662000', '110913.665000', '110913.667000', '110913.670000', '110913.672000', '110913.675000', '110913.678000', '110913.680000', '110913.683000', '110913.685000', '110913.688000', '110913.690000', '110913.693000', '110913.696000', '110913.698000', '110933.588000', '110933.597000', '110933.599000', '110933.602000', '110933.605000', '110933.607000', '110933.610000', '110933.612000', '110933.615000', '110933.618000', '110933.620000', '110933.623000', '110933.625000', '110933.628000', '110933.630000', '110933.633000', '110933.636000', '110933.638000', '110933.641000', '110933.643000', '110933.646000', '110933.648000', '110933.651000', '110933.653000', '110933.656000', '110933.659000', '110933.661000', '110933.664000', '110933.666000', '110933.669000', '110933.671000', '110933.674000', '110933.677000', '110933.679000', '110933.682000', '110933.684000', '110933.687000', '110933.689000', '110933.692000', '110933.694000', '110933.697000', '110933.700000', '110933.702000', '110933.705000', '110953.588000', '110953.591000', '110953.594000', '110953.596000', '110953.599000', '110953.602000', '110953.604000', '110953.607000', '110953.610000', '110953.612000', '110953.615000', '110953.617000', '110953.620000', '110953.623000', '110953.625000', '110953.628000', '110953.630000', '110953.633000', '110953.636000', '110953.638000', '110953.641000', '110953.643000', '110953.646000', '110953.648000', '110953.651000', '110953.654000', '110953.656000', '110953.659000', '110953.661000', '110953.664000', '110953.677000', '110953.680000', '110953.682000', '110953.685000', '110953.688000', '110953.690000', '110953.693000', '110953.695000', '110953.698000', '110953.700000', '110953.703000', '110953.706000', '110953.708000', '111013.589000', '111013.591000', '111013.594000', '111013.597000', '111013.599000', '111013.602000', '111013.604000', '111013.607000', '111013.609000', '111013.612000', '111013.615000', '111013.617000', '111013.620000', '111013.622000', '111013.625000', '111013.628000', '111013.630000', '111013.633000', '111013.635000', '111013.638000', '111013.641000', '111013.643000', '111013.646000', '111013.648000', '111013.651000', '111013.653000', '111013.656000', '111013.658000', '111013.661000', '111013.664000', '111013.666000', '111013.669000', '111013.671000', '111013.674000', '111013.677000', '111013.679000', '111013.682000', '111013.684000', '111013.687000', '111013.689000', '111013.692000', '111013.695000', '111013.697000', '111013.700000', '111033.589000', '111033.591000', '111033.594000', '111033.597000', '111033.599000', '111033.602000', '111033.605000', '111033.607000', '111033.610000', '111033.612000', '111033.615000', '111033.617000', '111033.620000', '111033.623000', '111033.625000', '111033.628000', '111033.630000', '111033.633000', '111033.636000', '111033.638000', '111033.641000', '111033.643000', '111033.646000', '111033.649000', '111033.651000', '111033.654000', '111033.656000', '111033.659000', '111033.661000', '111033.664000', '111033.667000', '111033.669000', '111033.672000', '111033.674000', '111033.677000', '111033.680000', '111033.682000', '111033.685000', '111033.687000', '111033.690000', '111033.692000', '111033.695000', '111033.697000', '111053.589000', '111053.591000', '111053.594000', '111053.597000', '111053.599000', '111053.602000', '111053.605000', '111053.607000', '111053.610000', '111053.612000', '111053.615000', '111053.617000', '111053.620000', '111053.623000', '111053.625000', '111053.628000', '111053.630000', '111053.633000', '111053.636000', '111053.638000', '111053.641000', '111053.643000', '111053.646000', '111053.648000', '111053.651000', '111053.654000', '111053.656000', '111053.659000', '111053.661000', '111053.664000', '111053.666000', '111053.669000', '111053.672000', '111053.674000', '111053.677000', '111053.679000', '111053.682000', '111053.684000', '111053.687000', '111053.689000', '111053.692000', '111053.695000', '111053.697000', '111053.700000', '111113.588000', '111113.591000', '111113.594000', '111113.596000', '111113.599000', '111113.602000', '111113.604000', '111113.607000', '111113.609000', '111113.612000', '111113.614000', '111113.617000', '111113.620000', '111113.622000', '111113.625000', '111113.627000', '111113.630000', '111113.632000', '111113.635000', '111113.638000', '111113.640000', '111113.643000', '111113.645000', '111113.648000', '111113.650000', '111113.653000', '111113.655000', '111113.658000', '111113.661000', '111113.663000', '111113.666000', '111113.668000', '111113.671000', '111113.674000', '111113.676000', '111113.679000', '111113.681000', '111113.684000', '111113.687000', '111113.689000', '111113.692000', '111113.694000', '111113.697000', '111133.589000', '111133.592000', '111133.594000', '111133.597000', '111133.600000', '111133.602000', '111133.605000', '111133.607000', '111133.610000', '111133.612000', '111133.615000', '111133.617000', '111133.635000', '111133.638000', '111133.641000', '111133.643000', '111133.646000', '111133.648000', '111133.651000', '111133.654000', '111133.656000', '111133.659000', '111133.661000', '111133.664000', '111133.667000', '111133.669000', '111133.672000', '111133.674000', '111133.677000', '111133.680000', '111133.683000', '111133.685000', '111133.688000', '111133.690000', '111133.693000', '111133.696000', '111133.698000', '111133.701000', '111133.703000', '111133.706000', '111133.708000', '111133.711000', '111133.714000', '111133.716000', '111153.589000', '111153.592000', '111153.594000', '111153.597000', '111153.599000', '111153.602000', '111153.605000', '111153.607000', '111153.610000', '111153.613000', '111153.615000', '111153.618000', '111153.620000', '111153.623000', '111153.626000', '111153.628000', '111153.631000', '111153.633000', '111153.636000', '111153.639000', '111153.641000', '111153.644000', '111153.646000', '111153.649000', '111153.652000', '111153.654000', '111153.657000', '111153.659000', '111153.662000', '111153.665000', '111153.667000', '111153.670000', '111153.672000', '111153.675000', '111153.678000', '111153.680000', '111153.683000', '111153.685000', '111153.688000', '111153.691000', '111153.693000', '111153.696000', '111153.698000', '111213.589000', '111213.591000', '111213.594000', '111213.597000', '111213.600000', '111213.603000', '111213.605000', '111213.608000', '111213.610000', '111213.613000', '111213.615000', '111213.618000', '111213.621000', '111213.623000', '111213.626000', '111213.628000', '111213.631000', '111213.633000', '111213.636000', '111213.639000', '111213.641000', '111213.644000', '111213.646000', '111213.650000', '111213.653000', '111213.655000', '111213.658000', '111213.661000', '111213.663000', '111213.666000', '111213.668000', '111213.671000', '111213.673000', '111213.676000', '111213.679000', '111213.681000', '111213.684000', '111213.686000', '111213.689000', '111213.692000', '111213.694000', '111213.697000', '111213.699000', '111233.589000', '111233.591000', '111233.594000', '111233.597000', '111233.599000', '111233.602000', '111233.605000', '111233.607000', '111233.610000', '111233.612000', '111233.615000', '111233.618000', '111233.620000', '111233.623000', '111233.625000', '111233.628000', '111233.630000', '111233.633000', '111233.636000', '111233.638000', '111233.641000', '111233.643000', '111233.646000', '111233.648000', '111233.651000', '111233.654000', '111233.656000', '111233.659000', '111233.661000', '111233.664000', '111233.666000', '111233.669000', '111233.672000', '111233.674000', '111233.677000', '111233.679000', '111233.682000', '111233.684000', '111233.687000', '111233.690000', '111233.692000', '111233.695000', '111233.697000', '111233.700000', '111247.162000', '111247.164000', '111247.167000', '111247.170000', '111247.172000', '111247.175000', '111247.178000', '111247.180000', '111247.183000', '111247.186000', '111247.188000', '111247.191000', '111247.193000', '111247.196000', '111247.199000', '111247.201000', '111247.204000', '111247.207000', '111247.209000', '111247.212000', '111247.214000', '111247.217000', '111247.222000', '111247.235000', '111247.238000', '111247.240000', '111247.243000', '111247.245000', '111247.248000', '111247.252000'], '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': [12829, 8768, 13468, 9944, 13286, 9448, 11372, 9151, 8339, 8661, 8015, 11434, 8369, 12257, 9291, 12252, 9777, 7697, 11503, 8629, 14282, 10237, 11879, 10353, 7800, 13285, 9241, 12320, 9770, 8118, 13574, 9335, 12729, 10055, 8292, 13680, 9527, 13771, 11001, 7774, 14170, 9565, 12248, 10645, 8120, 15007, 10228, 10084, 10479, 8251, 14225, 10231, 10794, 12116, 7997, 14318, 9734, 13276, 10062, 7981, 12717, 8567, 10597, 8883, 8156, 14120, 9643, 8686, 13392, 9140, 13752, 11310, 7796, 15105, 10819, 11195, 13863, 10074, 15849, 11241, 8706, 13678, 9450, 15291, 10637, 10358, 11892, 8868, 14568, 9144, 15223, 10010, 9756, 10559, 7701, 13328, 9165, 10281, 10508, 8031, 13996, 9451, 14070, 10182, 11131, 11444, 8016, 14705, 9344, 12786, 9613, 9309, 12989, 8315, 15005, 9924, 11973, 10158, 10378, 12036, 8505, 15045, 9510, 14649, 10400, 11161, 10527, 7915, 14526, 9030, 12843, 9536, 8228, 13539, 8372, 14372, 10371, 11210, 10247, 9623, 13963, 8439, 15132, 10363, 14489, 10139, 11558, 11324, 7793, 14640, 8525, 15017, 9915, 14485, 10472, 10003, 9037, 8396, 9950, 7332, 12415, 7950, 13480, 9369, 13529, 9906, 14361, 10133, 12066, 9632, 11041, 10338, 10846, 11656, 8937, 14203, 8677, 14498, 9995, 12466, 10380, 8622, 14347, 8879, 14781, 10287, 14565, 10235, 12008, 9532, 8658, 11753, 7563, 14722, 9505, 14852, 10474, 10725, 9293, 7964, 13037, 8639, 14477, 10238, 10394, 11055, 8450, 14184, 8757, 14990, 9982, 14361, 10457, 13146, 9421, 10207, 11564, 8262, 14259, 8935, 14289, 9595, 10581, 12216, 8071, 14918, 9800, 10984, 11750, 8726, 15168, 9778, 9185, 12219, 8276, 14011, 9791, 14610, 10252, 13258, 9999, 11725, 9637, 9774, 11069, 7785, 12165, 8237, 12715, 9581, 12701, 9818, 8725, 10853, 7997, 13149, 8646, 14350, 10967, 13209, 10089, 9522, 11737, 8149, 15163, 10621, 13279, 10585, 9571, 12604, 8285, 14614, 10294, 11391, 10622, 9797, 13549, 8941, 15217, 10595, 14786, 10712, 13353, 10751, 9264, 11442, 7917, 13584, 8295, 14800, 10085, 14580, 10401, 10138, 10084, 7829, 14218, 9275, 14123, 10574, 14921, 10386, 12903, 9039, 7438, 10198, 8032, 11251, 9785, 7903, 13755, 9044, 14513, 11019, 15428, 11215, 11133, 11890, 8298, 15926, 10310, 11007, 9743, 7717, 13202, 9122, 12961, 9889, 8280, 12706, 8018, 14257, 9975, 14944, 10983, 10773, 11135, 8714, 14940, 9201, 14966, 9569, 7843, 12512, 8798, 13164, 9450, 11688, 12384, 7604, 14509, 8393, 15078, 9951, 15425, 11204, 13118, 9933, 9977, 12407, 9883, 14320, 8903, 14812, 8711, 14695, 9799, 14884, 10113, 9930, 9203, 7400, 12048, 7387, 14128, 9219, 11196, 8686, 8332, 11800, 8510, 14496, 8480, 14387, 9149, 14891, 9723, 15013, 10736, 10255, 9846, 7851, 14012, 8618, 15079, 10682, 9825, 11445, 8047, 14810, 8628, 15913, 11067, 14561, 10073, 11164, 10280, 8900, 13752, 8374, 15195, 9202, 12052, 9298, 9095, 12663, 8801, 15008, 8728, 14524, 9824, 14364, 10180, 11511, 10449, 7491, 13240, 7930, 14651, 10143, 14284, 10032, 8627, 11272, 7768, 14665, 9558, 14482, 9966, 12183, 9297, 12060, 11839, 7731, 13916, 8671, 14982, 9954, 13867, 10390, 8582, 12573, 8809, 15635, 10213, 15998, 11049, 11925, 10177, 8073, 13889, 8755, 15293, 9610, 13525, 10008, 10399, 10999, 8569, 15015, 8911, 14521, 10278, 13600, 9896, 12057, 10587, 7940, 12684, 8122, 13867, 8614, 14714, 9754, 14143, 9987, 9637, 10265, 7616, 14058, 8728, 14922, 10472, 13606, 10341, 11104, 10436, 10278, 13749, 8100, 14301, 9222, 14517, 9978, 14624, 10100, 12720, 9668, 9033, 9477, 7575, 13941, 8658, 14600, 10021, 12917, 9973, 11117, 10869, 8062, 13258, 7824, 14839, 9489, 15380, 11153, 13402, 10268, 8999, 11939, 7581, 15012, 9463, 11883, 9431, 8473, 14267, 8789, 14067, 9851, 9476, 12121, 8698, 15512, 9747, 14604, 9914, 12569, 9723, 10256, 12837, 8087, 14688, 9530, 14596, 10211, 12397, 10388, 9598, 12715, 8063, 14275, 9592, 14805, 10465, 12757, 9649, 7712, 12172, 7669, 14388, 9639, 15483, 10639, 9442, 10654, 7732, 13955, 8344, 15249, 10558, 14881, 10684, 12294, 9708, 9971, 11136, 8681, 13599, 8373, 14110, 10017, 14085, 9827, 13564, 10142, 9551, 9893, 9107, 11834, 8610, 13363, 8754, 14573, 9209, 13641, 10073, 13951, 10237, 11476, 10089, 8837, 10856, 7927, 13123, 8181, 14607, 8760, 14696, 9167, 13165, 9861, 13910, 10243, 11190, 9402, 8699, 10790, 7757, 13757, 8864, 15254, 10615, 14699, 10435, 12682, 10227, 13134, 11369, 8589, 12061, 7888, 13423, 8508, 14708, 9741, 13371, 9318, 11891, 9478, 11804, 10557, 8412, 12235, 7884, 14267, 9041, 15184, 11068, 15190, 10781, 10419, 9638, 8865, 13092, 8411, 14422, 10038, 13904, 10172, 13706, 9781, 11434, 11216, 7602, 12870, 8061, 14480, 8824, 14641, 10186, 14497, 10357, 13657, 9888, 10118, 8794, 8887, 11868, 7764, 13344, 8239, 14213, 9169, 14459, 9763, 14022, 9365, 13062, 9163, 13588, 9568, 14020, 10273, 9970, 8549, 7917, 11302, 7639, 13813, 9826, 13846, 10528, 14880, 10242, 15687, 11200, 14535, 10065, 10144, 10536, 8084, 13215, 8825, 14921, 10074, 9845, 10399, 7690, 14394, 9768, 15182, 10633, 14952, 10533, 14823, 10060, 15464, 10261, 9250, 10278, 7704, 11835, 7646, 14009, 8799, 13883, 9753, 12651, 9164, 10073, 10366, 7825, 14067, 9017, 13527, 9941, 10771, 11814, 10108, 13886, 9180, 14797, 10126, 14721, 10833, 12561, 10346, 10934, 12958, 8518, 13439, 8134, 14085, 8326, 14271, 9108, 13336, 8963, 11738, 8847, 8350, 11176, 7483, 13127, 9556, 14935, 11141, 13961, 10550, 11295, 11093, 10865, 13489, 10593, 15340, 10433, 14641, 10549, 12048, 10324, 10317, 12797, 7880, 13799, 9792, 12544, 9569, 9430, 13854, 8670, 14657, 10324, 11212, 9700, 10241, 13341, 8490, 14657, 10047, 15080, 10488, 13452, 10857, 8714, 12466, 7775, 14544, 9570, 15948, 10650, 10657, 11084, 7370, 13227, 9127, 13825, 9789, 15410, 10591, 11164, 9451, 9666, 11877, 10366, 14628, 8575, 14262, 10050, 15295, 10588, 12564, 11924, 8870, 14491, 9272, 14592, 10083, 14858, 10657, 14883, 9973, 9465, 10108, 7893, 12970, 8229, 14867, 9475, 13824, 10448, 13893], 'WindowCenter': [4455.0, 4410.0, 4437.0, 4405.0, 4422.0, 4403.0, 4412.0, 4393.0, 4382.0, 4393.0, 4384.0, 4425.0, 4407.0, 4448.0, 4420.0, 4451.0, 4432.0, 4401.0, 4450.0, 4422.0, 4471.0, 4444.0, 4452.0, 4443.0, 4412.0, 4462.0, 4434.0, 4464.0, 4445.0, 4413.0, 4474.0, 4436.0, 4464.0, 4444.0, 4425.0, 4475.0, 4446.0, 4474.0, 4456.0, 4414.0, 4474.0, 4434.0, 4453.0, 4443.0, 4413.0, 4475.0, 4443.0, 4442.0, 4444.0, 4424.0, 4474.0, 4444.0, 4455.0, 4464.0, 4413.0, 4474.0, 4448.0, 4489.0, 4445.0, 4438.0, 4476.0, 4449.0, 4467.0, 4434.0, 4424.0, 4484.0, 4445.0, 4436.0, 4487.0, 4448.0, 4488.0, 4467.0, 4426.0, 4486.0, 4457.0, 4454.0, 4476.0, 4444.0, 4485.0, 4442.0, 4411.0, 4461.0, 4421.0, 4461.0, 4431.0, 4417.0, 4438.0, 4406.0, 4447.0, 4407.0, 4460.0, 4418.0, 4418.0, 4431.0, 4399.0, 4459.0, 4434.0, 4453.0, 4453.0, 4423.0, 4475.0, 4445.0, 4474.0, 4455.0, 4454.0, 4454.0, 4413.0, 4475.0, 4433.0, 4465.0, 4433.0, 4432.0, 4462.0, 4423.0, 4473.0, 4443.0, 4452.0, 4444.0, 4442.0, 4453.0, 4422.0, 4473.0, 4433.0, 4471.0, 4453.0, 4453.0, 4441.0, 4412.0, 4474.0, 4433.0, 4462.0, 4433.0, 4421.0, 4472.0, 4424.0, 4484.0, 4456.0, 4465.0, 4454.0, 4433.0, 4477.0, 4423.0, 4475.0, 4444.0, 4473.0, 4442.0, 4441.0, 4442.0, 4401.0, 4470.0, 4422.0, 4470.0, 4431.0, 4461.0, 4430.0, 4430.0, 4421.0, 4424.0, 4457.0, 4414.0, 4463.0, 4411.0, 4472.0, 4435.0, 4475.0, 4457.0, 4484.0, 4456.0, 4463.0, 4444.0, 4454.0, 4445.0, 4454.0, 4452.0, 4422.0, 4474.0, 4423.0, 4472.0, 4443.0, 4461.0, 4442.0, 4423.0, 4474.0, 4432.0, 4472.0, 4443.0, 4490.0, 4443.0, 4453.0, 4430.0, 4420.0, 4451.0, 4412.0, 4473.0, 4432.0, 4472.0, 4443.0, 4442.0, 4431.0, 4414.0, 4462.0, 4425.0, 4473.0, 4443.0, 4442.0, 4453.0, 4425.0, 4475.0, 4423.0, 4473.0, 4431.0, 4459.0, 4441.0, 4463.0, 4431.0, 4442.0, 4439.0, 4410.0, 4459.0, 4420.0, 4471.0, 4431.0, 4442.0, 4463.0, 4412.0, 4472.0, 4443.0, 4443.0, 4453.0, 4423.0, 4474.0, 4442.0, 4431.0, 4463.0, 4437.0, 4486.0, 4444.0, 4473.0, 4441.0, 4450.0, 4430.0, 4449.0, 4430.0, 4428.0, 4439.0, 4399.0, 4449.0, 4421.0, 4461.0, 4442.0, 4460.0, 4443.0, 4422.0, 4453.0, 4423.0, 4474.0, 4435.0, 4487.0, 4469.0, 4476.0, 4457.0, 4459.0, 4467.0, 4425.0, 4487.0, 4456.0, 4474.0, 4456.0, 4446.0, 4475.0, 4439.0, 4486.0, 4457.0, 4465.0, 4456.0, 4445.0, 4487.0, 4448.0, 4488.0, 4458.0, 4486.0, 4456.0, 4475.0, 4458.0, 4434.0, 4455.0, 4415.0, 4474.0, 4425.0, 4474.0, 4445.0, 4484.0, 4455.0, 4456.0, 4457.0, 4426.0, 4488.0, 4448.0, 4489.0, 4482.0, 4512.0, 4484.0, 4490.0, 4450.0, 4417.0, 4454.0, 4412.0, 4451.0, 4445.0, 4438.0, 4487.0, 4447.0, 4487.0, 4468.0, 4487.0, 4457.0, 4455.0, 4466.0, 4426.0, 4499.0, 4445.0, 4441.0, 4432.0, 4412.0, 4461.0, 4432.0, 4461.0, 4433.0, 4412.0, 4463.0, 4414.0, 4473.0, 4445.0, 4473.0, 4455.0, 4442.0, 4443.0, 4436.0, 4489.0, 4435.0, 4485.0, 4433.0, 4412.0, 4452.0, 4423.0, 4462.0, 4445.0, 4464.0, 4465.0, 4414.0, 4474.0, 4424.0, 4474.0, 4444.0, 4474.0, 4455.0, 4453.0, 4431.0, 4430.0, 4451.0, 4419.0, 4460.0, 4409.0, 4460.0, 4409.0, 4458.0, 4419.0, 4458.0, 4430.0, 4418.0, 4420.0, 4389.0, 4465.0, 4416.0, 4473.0, 4434.0, 4452.0, 4435.0, 4424.0, 4466.0, 4436.0, 4489.0, 4436.0, 4487.0, 4435.0, 4474.0, 4436.0, 4474.0, 4456.0, 4432.0, 4432.0, 4412.0, 4472.0, 4422.0, 4471.0, 4443.0, 4432.0, 4451.0, 4411.0, 4471.0, 4411.0, 4471.0, 4442.0, 4460.0, 4431.0, 4429.0, 4429.0, 4407.0, 4448.0, 4410.0, 4460.0, 4420.0, 4450.0, 4421.0, 4420.0, 4451.0, 4420.0, 4472.0, 4422.0, 4472.0, 4432.0, 4460.0, 4431.0, 4443.0, 4441.0, 4401.0, 4461.0, 4412.0, 4472.0, 4443.0, 4472.0, 4443.0, 4422.0, 4442.0, 4402.0, 4472.0, 4434.0, 4473.0, 4446.0, 4481.0, 4460.0, 4478.0, 4465.0, 4412.0, 4471.0, 4423.0, 4483.0, 4445.0, 4476.0, 4456.0, 4423.0, 4463.0, 4423.0, 4472.0, 4444.0, 4473.0, 4441.0, 4439.0, 4428.0, 4398.0, 4448.0, 4408.0, 4459.0, 4419.0, 4448.0, 4428.0, 4427.0, 4428.0, 4408.0, 4459.0, 4419.0, 4458.0, 4429.0, 4448.0, 4429.0, 4437.0, 4428.0, 4386.0, 4436.0, 4397.0, 4446.0, 4408.0, 4458.0, 4430.0, 4460.0, 4430.0, 4429.0, 4430.0, 4411.0, 4461.0, 4421.0, 4471.0, 4444.0, 4461.0, 4442.0, 4442.0, 4441.0, 4430.0, 4461.0, 4412.0, 4461.0, 4420.0, 4460.0, 4431.0, 4460.0, 4432.0, 4450.0, 4432.0, 4421.0, 4443.0, 4413.0, 4485.0, 4436.0, 4486.0, 4459.0, 4476.0, 4445.0, 4454.0, 4466.0, 4424.0, 4475.0, 4414.0, 4484.0, 4444.0, 4486.0, 4456.0, 4463.0, 4444.0, 4422.0, 4454.0, 4402.0, 4473.0, 4444.0, 4452.0, 4433.0, 4423.0, 4485.0, 4436.0, 4485.0, 4445.0, 4444.0, 4464.0, 4424.0, 4486.0, 4447.0, 4486.0, 4446.0, 4463.0, 4434.0, 4443.0, 4463.0, 4412.0, 4472.0, 4432.0, 4471.0, 4442.0, 4452.0, 4432.0, 4420.0, 4451.0, 4411.0, 4462.0, 4431.0, 4472.0, 4456.0, 4478.0, 4444.0, 4399.0, 4450.0, 4411.0, 4471.0, 4433.0, 4483.0, 4456.0, 4433.0, 4445.0, 4412.0, 4473.0, 4422.0, 4473.0, 4444.0, 4472.0, 4442.0, 4450.0, 4421.0, 4431.0, 4439.0, 4409.0, 4449.0, 4409.0, 4461.0, 4430.0, 4460.0, 4431.0, 4461.0, 4431.0, 4430.0, 4431.0, 4419.0, 4450.0, 4410.0, 4460.0, 4409.0, 4461.0, 4420.0, 4450.0, 4429.0, 4460.0, 4430.0, 4439.0, 4441.0, 4420.0, 4441.0, 4411.0, 4462.0, 4411.0, 4471.0, 4422.0, 4473.0, 4433.0, 4461.0, 4433.0, 4460.0, 4443.0, 4452.0, 4433.0, 4422.0, 4455.0, 4414.0, 4475.0, 4434.0, 4486.0, 4455.0, 4474.0, 4444.0, 4463.0, 4443.0, 4452.0, 4441.0, 4409.0, 4440.0, 4412.0, 4488.0, 4434.0, 4471.0, 4430.0, 4458.0, 4430.0, 4450.0, 4432.0, 4452.0, 4455.0, 4422.0, 4464.0, 4412.0, 4473.0, 4422.0, 4473.0, 4454.0, 4472.0, 4441.0, 4429.0, 4421.0, 4409.0, 4449.0, 4410.0, 4461.0, 4431.0, 4459.0, 4430.0, 4449.0, 4430.0, 4439.0, 4440.0, 4398.0, 4449.0, 4399.0, 4460.0, 4419.0, 4460.0, 4429.0, 4457.0, 4429.0, 4458.0, 4429.0, 4429.0, 4409.0, 4420.0, 4452.0, 4401.0, 4463.0, 4422.0, 4473.0, 4432.0, 4462.0, 4431.0, 4461.0, 4420.0, 4448.0, 4419.0, 4448.0, 4419.0, 4461.0, 4443.0, 4428.0, 4409.0, 4409.0, 4451.0, 4412.0, 4474.0, 4456.0, 4474.0, 4457.0, 4484.0, 4445.0, 4482.0, 4456.0, 4463.0, 4432.0, 4429.0, 4429.0, 4399.0, 4449.0, 4408.0, 4459.0, 4429.0, 4429.0, 4430.0, 4400.0, 4470.0, 4432.0, 4471.0, 4441.0, 4459.0, 4431.0, 4471.0, 4429.0, 4458.0, 4417.0, 4405.0, 4417.0, 4385.0, 4436.0, 4387.0, 4447.0, 4408.0, 4448.0, 4429.0, 4448.0, 4433.0, 4441.0, 4442.0, 4412.0, 4474.0, 4433.0, 4475.0, 4444.0, 4453.0, 4463.0, 4442.0, 4463.0, 4432.0, 4471.0, 4431.0, 4459.0, 4439.0, 4450.0, 4429.0, 4428.0, 4450.0, 4407.0, 4447.0, 4396.0, 4446.0, 4397.0, 4446.0, 4408.0, 4462.0, 4420.0, 4448.0, 4420.0, 4410.0, 4450.0, 4401.0, 4472.0, 4444.0, 4483.0, 4468.0, 4475.0, 4456.0, 4453.0, 4453.0, 4441.0, 4463.0, 4441.0, 4473.0, 4440.0, 4460.0, 4429.0, 4438.0, 4428.0, 4416.0, 4449.0, 4396.0, 4446.0, 4417.0, 4448.0, 4418.0, 4418.0, 4460.0, 4408.0, 4459.0, 4430.0, 4440.0, 4430.0, 4431.0, 4461.0, 4410.0, 4460.0, 4430.0, 4472.0, 4441.0, 4459.0, 4441.0, 4410.0, 4450.0, 4400.0, 4460.0, 4431.0, 4470.0, 4440.0, 4430.0, 4440.0, 4403.0, 4461.0, 4432.0, 4487.0, 4457.0, 4483.0, 4455.0, 4451.0, 4432.0, 4432.0, 4453.0, 4442.0, 4485.0, 4422.0, 4472.0, 4442.0, 4471.0, 4442.0, 4450.0, 4450.0, 4419.0, 4460.0, 4420.0, 4459.0, 4430.0, 4459.0, 4429.0, 4457.0, 4418.0, 4416.0, 4417.0, 4396.0, 4448.0, 4396.0, 4457.0, 4417.0, 4447.0, 4429.0, 4447.0], 'WindowWidth': [9817.0, 9748.0, 9775.0, 9730.0, 9744.0, 9720.0, 9731.0, 9706.0, 9691.0, 9708.0, 9699.0, 9755.0, 9734.0, 9791.0, 9758.0, 9798.0, 9778.0, 9732.0, 9797.0, 9762.0, 9828.0, 9796.0, 9802.0, 9793.0, 9750.0, 9816.0, 9782.0, 9822.0, 9796.0, 9753.0, 9836.0, 9789.0, 9823.0, 9795.0, 9772.0, 9840.0, 9801.0, 9838.0, 9813.0, 9755.0, 9839.0, 9783.0, 9807.0, 9792.0, 9752.0, 9840.0, 9793.0, 9790.0, 9794.0, 9769.0, 9840.0, 9798.0, 9810.0, 9822.0, 9754.0, 9837.0, 9808.0, 9867.0, 9800.0, 9796.0, 9846.0, 9813.0, 9833.0, 9786.0, 9771.0, 9851.0, 9801.0, 9790.0, 9861.0, 9810.0, 9864.0, 9834.0, 9778.0, 9861.0, 9819.0, 9811.0, 9845.0, 9798.0, 9858.0, 9791.0, 9745.0, 9815.0, 9759.0, 9819.0, 9771.0, 9749.0, 9777.0, 9732.0, 9788.0, 9736.0, 9811.0, 9751.0, 9749.0, 9769.0, 9727.0, 9808.0, 9782.0, 9810.0, 9808.0, 9768.0, 9838.0, 9800.0, 9837.0, 9814.0, 9809.0, 9811.0, 9753.0, 9840.0, 9782.0, 9824.0, 9781.0, 9777.0, 9818.0, 9767.0, 9837.0, 9794.0, 9804.0, 9795.0, 9792.0, 9805.0, 9762.0, 9838.0, 9778.0, 9830.0, 9808.0, 9806.0, 9788.0, 9750.0, 9836.0, 9780.0, 9815.0, 9778.0, 9761.0, 9832.0, 9771.0, 9853.0, 9815.0, 9828.0, 9811.0, 9781.0, 9844.0, 9768.0, 9840.0, 9797.0, 9834.0, 9791.0, 9786.0, 9790.0, 9733.0, 9826.0, 9761.0, 9826.0, 9773.0, 9816.0, 9771.0, 9770.0, 9758.0, 9772.0, 9822.0, 9759.0, 9820.0, 9748.0, 9830.0, 9786.0, 9839.0, 9819.0, 9850.0, 9816.0, 9822.0, 9798.0, 9808.0, 9798.0, 9807.0, 9805.0, 9764.0, 9837.0, 9764.0, 9831.0, 9792.0, 9815.0, 9791.0, 9765.0, 9838.0, 9778.0, 9835.0, 9795.0, 9873.0, 9794.0, 9803.0, 9770.0, 9756.0, 9800.0, 9749.0, 9831.0, 9778.0, 9832.0, 9792.0, 9788.0, 9775.0, 9756.0, 9817.0, 9771.0, 9835.0, 9795.0, 9792.0, 9807.0, 9774.0, 9840.0, 9765.0, 9836.0, 9774.0, 9811.0, 9786.0, 9819.0, 9775.0, 9790.0, 9782.0, 9742.0, 9809.0, 9758.0, 9830.0, 9776.0, 9791.0, 9820.0, 9750.0, 9832.0, 9794.0, 9792.0, 9806.0, 9768.0, 9838.0, 9792.0, 9776.0, 9824.0, 9791.0, 9860.0, 9796.0, 9835.0, 9788.0, 9798.0, 9771.0, 9795.0, 9769.0, 9765.0, 9781.0, 9728.0, 9797.0, 9762.0, 9815.0, 9792.0, 9814.0, 9794.0, 9765.0, 9808.0, 9769.0, 9839.0, 9787.0, 9861.0, 9840.0, 9843.0, 9820.0, 9826.0, 9830.0, 9773.0, 9861.0, 9815.0, 9836.0, 9816.0, 9804.0, 9842.0, 9800.0, 9857.0, 9820.0, 9829.0, 9818.0, 9801.0, 9859.0, 9809.0, 9863.0, 9820.0, 9858.0, 9818.0, 9842.0, 9820.0, 9782.0, 9811.0, 9757.0, 9836.0, 9770.0, 9838.0, 9801.0, 9853.0, 9815.0, 9816.0, 9819.0, 9776.0, 9862.0, 9807.0, 9869.0, 9864.0, 9905.0, 9871.0, 9874.0, 9816.0, 9763.0, 9811.0, 9747.0, 9800.0, 9800.0, 9797.0, 9860.0, 9806.0, 9860.0, 9836.0, 9864.0, 9818.0, 9812.0, 9830.0, 9777.0, 9884.0, 9799.0, 9786.0, 9774.0, 9749.0, 9814.0, 9776.0, 9814.0, 9780.0, 9748.0, 9819.0, 9756.0, 9835.0, 9798.0, 9834.0, 9812.0, 9789.0, 9793.0, 9787.0, 9869.0, 9787.0, 9855.0, 9778.0, 9747.0, 9803.0, 9766.0, 9815.0, 9798.0, 9823.0, 9826.0, 9754.0, 9836.0, 9768.0, 9835.0, 9795.0, 9839.0, 9811.0, 9805.0, 9773.0, 9769.0, 9798.0, 9753.0, 9813.0, 9739.0, 9811.0, 9738.0, 9804.0, 9753.0, 9804.0, 9769.0, 9749.0, 9754.0, 9714.0, 9827.0, 9763.0, 9832.0, 9782.0, 9804.0, 9785.0, 9770.0, 9830.0, 9789.0, 9866.0, 9790.0, 9859.0, 9786.0, 9837.0, 9786.0, 9838.0, 9815.0, 9774.0, 9775.0, 9748.0, 9830.0, 9763.0, 9829.0, 9792.0, 9774.0, 9800.0, 9746.0, 9827.0, 9746.0, 9830.0, 9788.0, 9814.0, 9770.0, 9765.0, 9764.0, 9733.0, 9791.0, 9741.0, 9810.0, 9756.0, 9795.0, 9759.0, 9757.0, 9798.0, 9757.0, 9831.0, 9762.0, 9831.0, 9775.0, 9811.0, 9774.0, 9788.0, 9784.0, 9732.0, 9813.0, 9749.0, 9830.0, 9793.0, 9829.0, 9791.0, 9763.0, 9788.0, 9736.0, 9831.0, 9782.0, 9833.0, 9803.0, 9858.0, 9829.0, 9849.0, 9825.0, 9748.0, 9828.0, 9766.0, 9846.0, 9800.0, 9845.0, 9815.0, 9765.0, 9818.0, 9765.0, 9833.0, 9796.0, 9838.0, 9786.0, 9779.0, 9764.0, 9722.0, 9792.0, 9736.0, 9807.0, 9751.0, 9790.0, 9764.0, 9761.0, 9764.0, 9736.0, 9809.0, 9752.0, 9805.0, 9766.0, 9792.0, 9765.0, 9772.0, 9762.0, 9703.0, 9771.0, 9719.0, 9784.0, 9737.0, 9804.0, 9772.0, 9807.0, 9770.0, 9766.0, 9770.0, 9746.0, 9813.0, 9761.0, 9829.0, 9795.0, 9815.0, 9789.0, 9789.0, 9786.0, 9770.0, 9814.0, 9746.0, 9813.0, 9757.0, 9810.0, 9772.0, 9809.0, 9776.0, 9797.0, 9776.0, 9761.0, 9792.0, 9754.0, 9853.0, 9789.0, 9859.0, 9825.0, 9843.0, 9800.0, 9809.0, 9829.0, 9769.0, 9839.0, 9757.0, 9852.0, 9797.0, 9860.0, 9815.0, 9821.0, 9794.0, 9763.0, 9806.0, 9736.0, 9833.0, 9795.0, 9805.0, 9781.0, 9766.0, 9854.0, 9790.0, 9854.0, 9801.0, 9798.0, 9825.0, 9771.0, 9861.0, 9804.0, 9860.0, 9802.0, 9821.0, 9782.0, 9790.0, 9820.0, 9748.0, 9832.0, 9777.0, 9829.0, 9790.0, 9801.0, 9775.0, 9757.0, 9800.0, 9747.0, 9815.0, 9773.0, 9830.0, 9815.0, 9850.0, 9798.0, 9728.0, 9797.0, 9746.0, 9827.0, 9781.0, 9848.0, 9817.0, 9780.0, 9797.0, 9751.0, 9833.0, 9763.0, 9835.0, 9795.0, 9834.0, 9788.0, 9797.0, 9758.0, 9771.0, 9780.0, 9738.0, 9794.0, 9740.0, 9811.0, 9770.0, 9809.0, 9774.0, 9812.0, 9774.0, 9768.0, 9771.0, 9755.0, 9797.0, 9742.0, 9811.0, 9741.0, 9813.0, 9755.0, 9796.0, 9767.0, 9810.0, 9770.0, 9780.0, 9787.0, 9755.0, 9786.0, 9745.0, 9816.0, 9748.0, 9827.0, 9762.0, 9834.0, 9780.0, 9813.0, 9777.0, 9810.0, 9793.0, 9801.0, 9780.0, 9765.0, 9811.0, 9756.0, 9839.0, 9784.0, 9856.0, 9812.0, 9837.0, 9795.0, 9819.0, 9792.0, 9802.0, 9787.0, 9739.0, 9781.0, 9751.0, 9865.0, 9784.0, 9828.0, 9769.0, 9804.0, 9771.0, 9797.0, 9778.0, 9804.0, 9812.0, 9763.0, 9821.0, 9750.0, 9833.0, 9763.0, 9835.0, 9808.0, 9834.0, 9784.0, 9766.0, 9755.0, 9737.0, 9795.0, 9744.0, 9813.0, 9772.0, 9808.0, 9770.0, 9793.0, 9769.0, 9781.0, 9783.0, 9724.0, 9795.0, 9726.0, 9809.0, 9755.0, 9811.0, 9766.0, 9806.0, 9767.0, 9806.0, 9766.0, 9767.0, 9741.0, 9754.0, 9804.0, 9733.0, 9819.0, 9763.0, 9834.0, 9775.0, 9818.0, 9772.0, 9814.0, 9755.0, 9790.0, 9753.0, 9789.0, 9753.0, 9816.0, 9795.0, 9765.0, 9739.0, 9739.0, 9802.0, 9752.0, 9838.0, 9817.0, 9838.0, 9818.0, 9852.0, 9799.0, 9849.0, 9817.0, 9820.0, 9774.0, 9767.0, 9766.0, 9726.0, 9794.0, 9738.0, 9808.0, 9766.0, 9767.0, 9768.0, 9731.0, 9825.0, 9776.0, 9829.0, 9786.0, 9809.0, 9772.0, 9832.0, 9768.0, 9805.0, 9746.0, 9725.0, 9745.0, 9699.0, 9772.0, 9707.0, 9787.0, 9736.0, 9790.0, 9767.0, 9790.0, 9780.0, 9785.0, 9788.0, 9749.0, 9835.0, 9782.0, 9839.0, 9795.0, 9805.0, 9821.0, 9789.0, 9821.0, 9775.0, 9830.0, 9771.0, 9809.0, 9780.0, 9796.0, 9767.0, 9763.0, 9797.0, 9733.0, 9787.0, 9716.0, 9785.0, 9718.0, 9784.0, 9736.0, 9815.0, 9759.0, 9793.0, 9757.0, 9742.0, 9799.0, 9734.0, 9830.0, 9797.0, 9848.0, 9835.0, 9840.0, 9815.0, 9805.0, 9804.0, 9786.0, 9821.0, 9785.0, 9838.0, 9782.0, 9812.0, 9767.0, 9777.0, 9763.0, 9744.0, 9792.0, 9717.0, 9784.0, 9746.0, 9789.0, 9750.0, 9751.0, 9809.0, 9739.0, 9809.0, 9769.0, 9782.0, 9770.0, 9770.0, 9814.0, 9743.0, 9811.0, 9768.0, 9827.0, 9787.0, 9807.0, 9785.0, 9740.0, 9797.0, 9728.0, 9809.0, 9772.0, 9826.0, 9784.0, 9768.0, 9783.0, 9737.0, 9814.0, 9777.0, 9860.0, 9820.0, 9848.0, 9811.0, 9800.0, 9777.0, 9776.0, 9805.0, 9790.0, 9855.0, 9764.0, 9832.0, 9790.0, 9829.0, 9790.0, 9797.0, 9798.0, 9753.0, 9814.0, 9755.0, 9809.0, 9771.0, 9809.0, 9766.0, 9802.0, 9749.0, 9743.0, 9744.0, 9717.0, 9787.0, 9715.0, 9803.0, 9747.0, 9787.0, 9765.0, 9786.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.002082637614678899</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02391549220183486</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.34191471896665</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3036033469115964</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0230304361423643</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.485</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6510.3535</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08432707526082182</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.128440366972477</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4556936857815104</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.359389671020494</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7210543896704626</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2866369966535744</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0111965</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01732536219060421</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03607706353068352</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9468138097693566</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>22.7322</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.7025</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.5198</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295165.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>840.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>334.2786</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6931</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.8927</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3601.8327</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3810.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81379.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1238.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4689.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.3297</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.53578669205308</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> |