=== 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-0081 --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-0081",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0081_ses-03_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-0081_ses-03_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-03_subject-0081_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0081_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0081_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0081_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_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-03_subject-0081_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_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-03_subject-0081_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0081_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0081/figures/sub-0081_ses-03_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-0081/figures/sub-0081_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-03_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-0081/ses-03/func/sub-0081_ses-03_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>32f8507ac03ad446b64f5e3d1be8b0d3</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>19:28:38.342500</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.998632, -0.0240558, -0.0464212, 0.0285921, 0.994609, 0.0996717]</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.0845122</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>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4122, -7715, -7269, 598, -89, 13, 76, 97]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>243.174</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c9eb5417-9d1b-4161-944e-b92f6673738a||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.679257392883301, 0.07671049237251282, -0.11818777769804001, 108.94178771972656], [0.06453989446163177, 2.6684646606445312, 0.27232927083969116, -101.42657470703125], [-0.12454459816217422, -0.267412006855011, 2.6836297512054443, -56.01923370361328], [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': ['192838.342500', '192838.802500', '192839.262500', '192839.722500', '192840.182500', '192840.642500', '192841.102500', '192841.562500', '192842.022500', '192842.482500', '192842.942500', '192843.402500', '192843.862500', '192844.322500', '192844.782500', '192845.242500', '192845.702500', '192846.162500', '192846.622500', '192847.082500', '192847.542500', '192848.002500', '192848.462500', '192848.922500', '192849.382500', '192849.842500', '192850.302500', '192850.762500', '192851.222500', '192851.682500', '192852.142500', '192852.602500', '192853.062500', '192853.522500', '192853.982500', '192854.442500', '192854.902500', '192855.362500', '192855.822500', '192856.282500', '192856.742500', '192857.202500', '192857.662500', '192858.122500', '192858.582500', '192859.042500', '192859.502500', '192859.962500', '192900.422500', '192900.882500', '192901.342500', '192901.802500', '192902.262500', '192902.722500', '192903.182500', '192903.642500', '192904.102500', '192904.562500', '192905.022500', '192905.482500', '192905.942500', '192906.402500', '192906.862500', '192907.322500', '192907.782500', '192908.242500', '192908.702500', '192909.162500', '192909.622500', '192910.082500', '192910.542500', '192911.002500', '192911.462500', '192911.922500', '192912.382500', '192912.842500', '192913.302500', '192913.762500', '192914.222500', '192914.682500', '192915.142500', '192915.602500', '192916.062500', '192916.522500', '192916.982500', '192917.442500', '192917.902500', '192918.362500', '192918.822500', '192919.282500', '192919.742500', '192920.202500', '192920.662500', '192921.122500', '192921.582500', '192922.042500', '192922.502500', '192922.962500', '192923.422500', '192923.882500', '192924.342500', '192924.802500', '192925.262500', '192925.722500', '192926.182500', '192926.642500', '192927.102500', '192927.562500', '192928.022500', '192928.482500', '192928.942500', '192929.402500', '192929.862500', '192930.322500', '192930.782500', '192931.242500', '192931.702500', '192932.162500', '192932.622500', '192933.082500', '192933.542500', '192934.002500', '192934.462500', '192934.922500', '192935.382500', '192935.842500', '192936.302500', '192936.762500', '192937.222500', '192937.682500', '192938.142500', '192938.602500', '192939.062500', '192939.522500', '192939.982500', '192940.442500', '192940.902500', '192941.362500', '192941.822500', '192942.282500', '192942.742500', '192943.202500', '192943.662500', '192944.122500', '192944.582500', '192945.042500', '192945.502500', '192945.962500', '192946.422500', '192946.882500', '192947.342500', '192947.802500', '192948.262500', '192948.722500', '192949.182500', '192949.642500', '192950.102500', '192950.562500', '192951.022500', '192951.482500', '192951.942500', '192952.402500', '192952.862500', '192953.322500', '192953.782500', '192954.242500', '192954.702500', '192955.162500', '192955.622500', '192956.082500', '192956.542500', '192957.002500', '192957.462500', '192957.922500', '192958.382500', '192958.842500', '192959.302500', '192959.762500', '193000.222500', '193000.682500', '193001.142500', '193001.602500', '193002.062500', '193002.522500', '193002.982500', '193003.442500', '193003.902500', '193004.362500', '193004.822500', '193005.282500', '193005.742500', '193006.202500', '193006.662500', '193007.122500', '193007.582500', '193008.042500', '193008.502500', '193008.962500', '193009.422500', '193009.882500', '193010.342500', '193010.802500', '193011.262500', '193011.722500', '193012.182500', '193012.642500', '193013.102500', '193013.562500', '193014.022500', '193014.482500', '193014.942500', '193015.402500', '193015.862500', '193016.322500', '193016.782500', '193017.242500', '193017.702500', '193018.162500', '193018.622500', '193019.082500', '193019.542500', '193020.002500', '193020.462500', '193020.922500', '193021.382500', '193021.842500', '193022.302500', '193022.762500', '193023.222500', '193023.682500', '193024.142500', '193024.602500', '193025.062500', '193025.522500', '193025.982500', '193026.442500', '193026.902500', '193027.362500', '193027.822500', '193028.282500', '193028.742500', '193029.202500', '193029.662500', '193030.122500', '193030.582500', '193031.042500', '193031.502500', '193031.962500', '193032.422500', '193032.882500', '193033.342500', '193033.802500', '193034.262500', '193034.722500', '193035.182500', '193035.642500', '193036.102500', '193036.562500', '193037.022500', '193037.482500', '193037.942500', '193038.402500', '193038.862500', '193039.322500', '193039.782500', '193040.242500', '193040.702500', '193041.162500', '193041.622500', '193042.082500', '193042.542500', '193043.002500', '193043.462500', '193043.922500', '193044.382500', '193044.842500', '193045.302500', '193045.762500', '193046.222500', '193046.682500', '193047.142500', '193047.602500', '193048.062500', '193048.522500', '193048.982500', '193049.442500', '193049.902500', '193050.362500', '193050.822500', '193051.282500', '193051.742500', '193052.202500', '193052.662500', '193053.122500', '193053.582500', '193054.042500', '193054.502500', '193054.962500', '193055.422500', '193055.882500', '193056.342500', '193056.802500', '193057.262500', '193057.722500', '193058.182500', '193058.642500', '193059.102500', '193059.562500', '193100.022500', '193100.482500', '193100.942500', '193101.402500', '193101.862500', '193102.322500', '193102.782500', '193103.242500', '193103.702500', '193104.162500', '193104.622500', '193105.082500', '193105.542500', '193106.002500', '193106.462500', '193106.922500', '193107.382500', '193107.842500', '193108.302500', '193108.762500', '193109.222500', '193109.682500', '193110.142500', '193110.602500', '193111.062500', '193111.522500', '193111.982500', '193112.442500', '193112.902500', '193113.362500', '193113.822500', '193114.282500', '193114.742500', '193115.202500', '193115.662500', '193116.122500', '193116.582500', '193117.042500', '193117.502500', '193117.962500', '193118.422500', '193118.882500', '193119.342500', '193119.802500', '193120.262500', '193120.722500', '193121.182500', '193121.642500', '193122.102500', '193122.562500', '193123.022500', '193123.482500', '193123.942500', '193124.402500', '193124.862500', '193125.322500', '193125.782500', '193126.242500', '193126.702500', '193127.162500', '193127.622500', '193128.082500', '193128.542500', '193129.002500', '193129.462500', '193129.922500', '193130.382500', '193130.842500', '193131.302500', '193131.762500', '193132.222500', '193132.682500', '193133.142500', '193133.602500', '193134.062500', '193134.522500', '193134.982500', '193135.442500', '193135.902500', '193136.362500', '193136.822500', '193137.282500', '193137.742500', '193138.202500', '193138.662500', '193139.122500', '193139.582500', '193140.042500', '193140.502500', '193140.962500', '193141.422500', '193141.882500', '193142.342500', '193142.802500', '193143.262500', '193143.722500', '193144.182500', '193144.642500', '193145.102500', '193145.562500', '193146.022500', '193146.482500', '193146.942500', '193147.402500', '193147.862500', '193148.322500', '193148.782500', '193149.242500', '193149.702500', '193150.162500', '193150.622500', '193151.082500', '193151.542500', '193152.002500', '193152.462500', '193152.922500', '193153.382500', '193153.842500', '193154.302500', '193154.762500', '193155.222500', '193155.682500', '193156.142500', '193156.602500', '193157.062500', '193157.522500', '193157.982500', '193158.442500', '193158.902500', '193159.362500', '193159.822500', '193200.282500', '193200.742500', '193201.202500', '193201.662500', '193202.122500', '193202.582500', '193203.042500', '193203.502500', '193203.962500', '193204.422500', '193204.882500', '193205.342500', '193205.802500', '193206.262500', '193206.722500', '193207.182500', '193207.642500', '193208.102500', '193208.562500', '193209.022500', '193209.482500', '193209.942500', '193210.402500', '193210.862500', '193211.322500', '193211.782500', '193212.242500', '193212.702500', '193213.162500', '193213.622500', '193214.082500', '193214.542500', '193215.002500', '193215.462500', '193215.922500', '193216.382500', '193216.842500', '193217.302500', '193217.762500', '193218.222500', '193218.682500', '193219.142500', '193219.602500', '193220.062500', '193220.522500', '193220.982500', '193221.442500', '193221.902500', '193222.362500', '193222.822500', '193223.282500', '193223.742500', '193224.202500', '193224.662500', '193225.122500', '193225.582500', '193226.042500', '193226.502500', '193226.962500', '193227.422500', '193227.882500', '193228.342500', '193228.802500', '193229.262500', '193229.722500', '193230.182500', '193230.642500', '193231.102500', '193231.562500', '193232.022500', '193232.482500', '193232.942500', '193233.402500', '193233.862500', '193234.322500', '193234.782500', '193235.242500', '193235.702500', '193236.162500', '193236.622500', '193237.082500', '193237.542500', '193238.002500', '193238.462500', '193238.922500', '193239.382500', '193239.842500', '193240.302500', '193240.762500', '193241.222500', '193241.682500', '193242.142500', '193242.602500', '193243.062500', '193243.522500', '193243.982500', '193244.442500', '193244.902500', '193245.362500', '193245.822500', '193246.282500', '193246.742500', '193247.202500', '193247.662500', '193248.122500', '193248.582500', '193249.042500', '193249.502500', '193249.962500', '193250.422500', '193250.882500', '193251.342500', '193251.802500', '193252.262500', '193252.722500', '193253.182500', '193253.642500', '193254.102500', '193254.562500', '193255.022500', '193255.482500', '193255.942500', '193256.402500', '193256.862500', '193257.322500', '193257.782500', '193258.242500', '193258.702500', '193259.162500', '193259.622500', '193300.082500', '193300.542500', '193301.002500', '193301.462500', '193301.922500', '193302.382500', '193302.842500', '193303.302500', '193303.762500', '193304.222500', '193304.682500', '193305.142500', '193305.602500', '193306.062500', '193306.522500', '193306.982500', '193307.442500', '193307.902500', '193308.362500', '193308.822500', '193309.282500', '193309.742500', '193310.202500', '193310.662500', '193311.122500', '193311.582500', '193312.042500', '193312.502500', '193312.962500', '193313.422500', '193313.882500', '193314.342500', '193314.802500', '193315.262500', '193315.722500', '193316.182500', '193316.642500', '193317.102500', '193317.562500', '193318.022500', '193318.482500', '193318.942500', '193319.402500', '193319.862500', '193320.322500', '193320.782500', '193321.242500', '193321.702500', '193322.162500', '193322.622500', '193323.082500', '193323.542500', '193324.002500', '193324.462500', '193324.922500', '193325.382500', '193325.842500', '193326.302500', '193326.762500', '193327.222500', '193327.682500', '193328.142500', '193328.602500', '193329.062500', '193329.522500', '193329.982500', '193330.442500', '193330.902500', '193331.362500', '193331.822500', '193332.282500', '193332.742500', '193333.202500', '193333.662500', '193334.122500', '193334.582500', '193335.042500', '193335.502500', '193335.962500', '193336.422500', '193336.882500', '193337.342500', '193337.802500', '193338.262500', '193338.722500', '193339.182500', '193339.642500', '193340.102500', '193340.562500', '193341.022500', '193341.482500', '193341.942500', '193342.402500', '193342.862500', '193343.322500', '193343.782500', '193344.242500', '193344.702500', '193345.162500', '193345.622500', '193346.082500', '193346.542500', '193347.002500', '193347.462500', '193347.922500', '193348.382500', '193348.842500', '193349.302500', '193349.762500', '193350.222500', '193350.682500', '193351.142500', '193351.602500', '193352.062500', '193352.522500', '193352.982500', '193353.442500', '193353.902500', '193354.362500', '193354.822500', '193355.282500', '193355.742500', '193356.202500', '193356.662500', '193357.122500', '193357.582500', '193358.042500', '193358.502500', '193358.962500', '193359.422500', '193359.882500', '193400.342500', '193400.802500', '193401.262500', '193401.722500', '193402.182500', '193402.642500', '193403.102500', '193403.562500', '193404.022500', '193404.482500', '193404.942500', '193405.402500', '193405.862500', '193406.322500', '193406.782500', '193407.242500', '193407.702500', '193408.162500', '193408.622500', '193409.082500', '193409.542500', '193410.002500', '193410.462500', '193410.922500', '193411.382500', '193411.842500', '193412.302500', '193412.762500', '193413.222500', '193413.682500', '193414.142500', '193414.602500', '193415.062500', '193415.522500', '193415.982500', '193416.442500', '193416.902500', '193417.362500', '193417.822500', '193418.282500', '193418.742500', '193419.202500', '193419.662500', '193420.122500', '193420.582500', '193421.042500', '193421.502500', '193421.962500', '193422.422500', '193422.882500', '193423.342500', '193423.802500', '193424.262500', '193424.722500', '193425.182500', '193425.642500', '193426.102500', '193426.562500', '193427.022500', '193427.482500', '193427.942500', '193428.402500', '193428.862500', '193429.322500', '193429.782500', '193430.242500', '193430.702500', '193431.162500', '193431.622500', '193432.082500', '193432.542500', '193433.002500', '193433.462500', '193433.922500', '193434.382500', '193434.842500', '193435.302500', '193435.762500', '193436.222500', '193436.682500', '193437.142500', '193437.602500', '193438.062500', '193438.522500', '193438.982500', '193439.442500', '193439.902500', '193440.362500', '193440.822500', '193441.282500', '193441.742500', '193442.202500', '193442.662500', '193443.122500', '193443.582500', '193444.042500', '193444.502500', '193444.962500', '193445.422500', '193445.882500', '193446.342500', '193446.802500', '193447.262500', '193447.722500', '193448.182500', '193448.642500', '193449.102500', '193449.562500', '193450.022500', '193450.482500', '193450.942500', '193451.402500', '193451.862500', '193452.322500', '193452.782500', '193453.242500', '193453.702500', '193454.162500', '193454.622500', '193455.082500', '193455.542500', '193456.002500', '193456.462500', '193456.922500', '193457.382500', '193457.842500', '193458.302500', '193458.762500', '193459.222500', '193459.682500', '193500.142500', '193500.602500', '193501.062500', '193501.522500', '193501.982500', '193502.442500', '193502.902500', '193503.362500', '193503.822500', '193504.282500', '193504.742500', '193505.202500', '193505.662500', '193506.122500', '193506.582500', '193507.042500', '193507.502500', '193507.962500', '193508.422500', '193508.882500', '193509.342500', '193509.802500', '193510.262500', '193510.722500', '193511.182500', '193511.642500', '193512.102500', '193512.562500', '193513.022500', '193513.482500', '193513.942500', '193514.402500', '193514.862500', '193515.322500', '193515.782500', '193516.242500', '193516.702500', '193517.162500', '193517.622500', '193518.082500', '193518.542500', '193519.002500'], 'ContentTime': ['192907.641000', '192907.645000', '192907.647000', '192907.650000', '192907.653000', '192907.655000', '192907.658000', '192907.661000', '192907.663000', '192907.666000', '192907.669000', '192907.671000', '192907.674000', '192907.677000', '192907.679000', '192907.682000', '192907.691000', '192907.694000', '192907.696000', '192907.699000', '192907.702000', '192907.704000', '192907.707000', '192907.710000', '192907.712000', '192907.715000', '192907.717000', '192907.720000', '192907.723000', '192907.725000', '192907.728000', '192907.731000', '192907.733000', '192907.736000', '192907.739000', '192907.741000', '192907.744000', '192907.746000', '192907.749000', '192907.752000', '192907.754000', '192907.757000', '192907.760000', '192907.762000', '192907.765000', '192907.767000', '192907.770000', '192907.773000', '192907.775000', '192907.778000', '192907.781000', '192907.783000', '192907.786000', '192907.788000', '192907.791000', '192907.794000', '192907.796000', '192907.799000', '192907.802000', '192907.804000', '192907.807000', '192927.609000', '192927.612000', '192927.615000', '192927.618000', '192927.620000', '192927.623000', '192927.625000', '192927.628000', '192927.631000', '192927.633000', '192927.636000', '192927.639000', '192927.641000', '192927.644000', '192927.647000', '192927.650000', '192927.652000', '192927.655000', '192927.657000', '192927.660000', '192927.663000', '192927.665000', '192927.668000', '192927.671000', '192927.673000', '192927.676000', '192927.679000', '192927.681000', '192927.684000', '192927.687000', '192927.689000', '192927.692000', '192927.695000', '192927.697000', '192927.700000', '192927.702000', '192927.705000', '192927.708000', '192927.710000', '192927.713000', '192927.716000', '192927.718000', '192927.721000', '192947.611000', '192947.614000', '192947.616000', '192947.619000', '192947.622000', '192947.625000', '192947.627000', '192947.630000', '192947.633000', '192947.635000', '192947.638000', '192947.640000', '192947.643000', '192947.646000', '192947.648000', '192947.651000', '192947.654000', '192947.656000', '192947.659000', '192947.661000', '192947.664000', '192947.667000', '192947.669000', '192947.672000', '192947.675000', '192947.678000', '192947.680000', '192947.683000', '192947.686000', '192947.688000', '192947.691000', '192947.693000', '192947.696000', '192947.699000', '192947.701000', '192947.704000', '192947.707000', '192947.709000', '192947.712000', '192947.715000', '192947.718000', '192947.720000', '192947.723000', '192947.725000', '193007.610000', '193007.613000', '193007.616000', '193007.618000', '193007.621000', '193007.624000', '193007.626000', '193007.653000', '193007.655000', '193007.658000', '193007.661000', '193007.663000', '193007.666000', '193007.668000', '193007.671000', '193007.674000', '193007.676000', '193007.679000', '193007.682000', '193007.684000', '193007.687000', '193007.689000', '193007.692000', '193007.695000', '193007.697000', '193007.700000', '193007.702000', '193007.705000', '193007.708000', '193007.710000', '193007.713000', '193007.715000', '193007.718000', '193007.721000', '193007.723000', '193007.726000', '193007.729000', '193007.731000', '193007.734000', '193007.737000', '193007.740000', '193007.742000', '193007.745000', '193027.611000', '193027.613000', '193027.616000', '193027.619000', '193027.621000', '193027.624000', '193027.627000', '193027.630000', '193027.632000', '193027.635000', '193027.637000', '193027.640000', '193027.643000', '193027.645000', '193027.648000', '193027.650000', '193027.653000', '193027.656000', '193027.658000', '193027.661000', '193027.664000', '193027.667000', '193027.669000', '193027.672000', '193027.675000', '193027.677000', '193027.680000', '193027.683000', '193027.685000', '193027.688000', '193027.690000', '193027.693000', '193027.696000', '193027.699000', '193027.701000', '193027.704000', '193027.707000', '193027.709000', '193027.712000', '193027.714000', '193027.717000', '193027.720000', '193027.722000', '193027.725000', '193047.610000', '193047.613000', '193047.615000', '193047.618000', '193047.620000', '193047.623000', '193047.626000', '193047.628000', '193047.631000', '193047.633000', '193047.636000', '193047.639000', '193047.641000', '193047.644000', '193047.647000', '193047.649000', '193047.652000', '193047.654000', '193047.657000', '193047.660000', '193047.662000', '193047.665000', '193047.668000', '193047.670000', '193047.673000', '193047.675000', '193047.678000', '193047.681000', '193047.683000', '193047.686000', '193047.688000', '193047.691000', '193047.694000', '193047.696000', '193047.699000', '193047.701000', '193047.704000', '193047.707000', '193047.709000', '193047.712000', '193047.715000', '193047.717000', '193047.720000', '193107.609000', '193107.612000', '193107.615000', '193107.618000', '193107.620000', '193107.623000', '193107.626000', '193107.629000', '193107.631000', '193107.634000', '193107.637000', '193107.639000', '193107.642000', '193107.645000', '193107.647000', '193107.650000', '193107.653000', '193107.655000', '193107.658000', '193107.661000', '193107.663000', '193107.666000', '193107.669000', '193107.671000', '193107.674000', '193107.677000', '193107.679000', '193107.682000', '193107.684000', '193107.687000', '193107.690000', '193107.692000', '193107.695000', '193107.698000', '193107.700000', '193107.703000', '193107.706000', '193107.708000', '193107.711000', '193107.714000', '193107.716000', '193107.719000', '193107.721000', '193107.724000', '193127.610000', '193127.612000', '193127.615000', '193127.618000', '193127.620000', '193127.623000', '193127.626000', '193127.628000', '193127.631000', '193127.634000', '193127.636000', '193127.639000', '193127.642000', '193127.644000', '193127.647000', '193127.650000', '193127.652000', '193127.655000', '193127.658000', '193127.660000', '193127.663000', '193127.666000', '193127.668000', '193127.671000', '193127.674000', '193127.676000', '193127.679000', '193127.681000', '193127.684000', '193127.687000', '193127.690000', '193127.692000', '193127.695000', '193127.697000', '193127.700000', '193127.703000', '193127.705000', '193127.708000', '193127.711000', '193127.713000', '193127.716000', '193127.719000', '193127.721000', '193147.609000', '193147.612000', '193147.615000', '193147.618000', '193147.620000', '193147.623000', '193147.626000', '193147.628000', '193147.631000', '193147.634000', '193147.636000', '193147.639000', '193147.641000', '193147.644000', '193147.647000', '193147.649000', '193147.652000', '193147.655000', '193147.657000', '193147.660000', '193147.662000', '193147.665000', '193147.668000', '193147.670000', '193147.673000', '193147.676000', '193147.678000', '193147.681000', '193147.683000', '193147.686000', '193147.689000', '193147.691000', '193147.694000', '193147.697000', '193147.706000', '193147.709000', '193147.711000', '193147.714000', '193147.716000', '193147.719000', '193147.722000', '193147.724000', '193147.727000', '193147.730000', '193207.611000', '193207.614000', '193207.616000', '193207.619000', '193207.622000', '193207.624000', '193207.627000', '193207.629000', '193207.632000', '193207.635000', '193207.637000', '193207.640000', '193207.643000', '193207.645000', '193207.648000', '193207.651000', '193207.653000', '193207.656000', '193207.659000', '193207.661000', '193207.664000', '193207.667000', '193207.669000', '193207.672000', '193207.675000', '193207.677000', '193207.680000', '193207.683000', '193207.685000', '193207.688000', '193207.691000', '193207.693000', '193207.696000', '193207.699000', '193207.701000', '193207.704000', '193207.707000', '193207.709000', '193207.712000', '193207.715000', '193207.717000', '193207.720000', '193207.722000', '193227.610000', '193227.613000', '193227.616000', '193227.619000', '193227.621000', '193227.624000', '193227.627000', '193227.629000', '193227.632000', '193227.635000', '193227.637000', '193227.640000', '193227.642000', '193227.645000', '193227.648000', '193227.650000', '193227.653000', '193227.656000', '193227.658000', '193227.661000', '193227.664000', '193227.666000', '193227.669000', '193227.672000', '193227.675000', '193227.677000', '193227.680000', '193227.682000', '193227.685000', '193227.688000', '193227.690000', '193227.693000', '193227.696000', '193227.698000', '193227.701000', '193227.703000', '193227.706000', '193227.709000', '193227.711000', '193227.714000', '193227.717000', '193227.719000', '193227.722000', '193227.724000', '193247.611000', '193247.613000', '193247.616000', '193247.619000', '193247.621000', '193247.624000', '193247.627000', '193247.629000', '193247.632000', '193247.634000', '193247.637000', '193247.640000', '193247.642000', '193247.645000', '193247.648000', '193247.650000', '193247.653000', '193247.656000', '193247.658000', '193247.661000', '193247.663000', '193247.666000', '193247.669000', '193247.671000', '193247.674000', '193247.677000', '193247.679000', '193247.682000', '193247.685000', '193247.687000', '193247.690000', '193247.692000', '193247.695000', '193247.698000', '193247.700000', '193247.703000', '193247.706000', '193247.708000', '193247.711000', '193247.713000', '193247.716000', '193247.719000', '193247.722000', '193307.610000', '193307.612000', '193307.615000', '193307.618000', '193307.620000', '193307.623000', '193307.626000', '193307.628000', '193307.631000', '193307.634000', '193307.636000', '193307.639000', '193307.642000', '193307.665000', '193307.668000', '193307.671000', '193307.673000', '193307.676000', '193307.678000', '193307.681000', '193307.684000', '193307.686000', '193307.689000', '193307.692000', '193307.694000', '193307.697000', '193307.699000', '193307.702000', '193307.705000', '193307.707000', '193307.710000', '193307.713000', '193307.716000', '193307.718000', '193307.721000', '193307.723000', '193307.726000', '193307.729000', '193307.731000', '193307.734000', '193307.737000', '193307.739000', '193307.742000', '193307.744000', '193327.609000', '193327.613000', '193327.615000', '193327.618000', '193327.620000', '193327.623000', '193327.626000', '193327.628000', '193327.631000', '193327.634000', '193327.636000', '193327.639000', '193327.642000', '193327.644000', '193327.647000', '193327.650000', '193327.652000', '193327.655000', '193327.658000', '193327.660000', '193327.663000', '193327.666000', '193327.668000', '193327.671000', '193327.673000', '193327.676000', '193327.679000', '193327.682000', '193327.684000', '193327.687000', '193327.689000', '193327.692000', '193327.695000', '193327.697000', '193327.700000', '193327.703000', '193327.705000', '193327.708000', '193327.711000', '193327.713000', '193327.716000', '193327.719000', '193327.721000', '193347.610000', '193347.613000', '193347.615000', '193347.618000', '193347.621000', '193347.623000', '193347.626000', '193347.629000', '193347.631000', '193347.634000', '193347.637000', '193347.640000', '193347.642000', '193347.646000', '193347.649000', '193347.652000', '193347.654000', '193347.657000', '193347.660000', '193347.662000', '193347.665000', '193347.667000', '193347.671000', '193347.673000', '193347.676000', '193347.678000', '193347.681000', '193347.684000', '193347.686000', '193347.689000', '193347.692000', '193347.694000', '193347.697000', '193347.700000', '193347.702000', '193347.705000', '193347.708000', '193347.710000', '193347.713000', '193347.716000', '193347.718000', '193347.721000', '193347.724000', '193407.610000', '193407.613000', '193407.615000', '193407.618000', '193407.621000', '193407.623000', '193407.626000', '193407.629000', '193407.631000', '193407.634000', '193407.637000', '193407.639000', '193407.642000', '193407.645000', '193407.647000', '193407.650000', '193407.652000', '193407.655000', '193407.658000', '193407.660000', '193407.663000', '193407.666000', '193407.668000', '193407.671000', '193407.674000', '193407.676000', '193407.679000', '193407.682000', '193407.684000', '193407.688000', '193407.691000', '193407.701000', '193407.704000', '193407.706000', '193407.709000', '193407.712000', '193407.714000', '193407.717000', '193407.719000', '193407.722000', '193407.725000', '193407.727000', '193407.730000', '193407.733000', '193427.611000', '193427.614000', '193427.616000', '193427.619000', '193427.622000', '193427.625000', '193427.627000', '193427.630000', '193427.633000', '193427.635000', '193427.638000', '193427.641000', '193427.643000', '193427.646000', '193427.649000', '193427.652000', '193427.654000', '193427.657000', '193427.660000', '193427.662000', '193427.665000', '193427.668000', '193427.671000', '193427.673000', '193427.676000', '193427.679000', '193427.682000', '193427.684000', '193427.687000', '193427.690000', '193427.692000', '193427.695000', '193427.698000', '193427.700000', '193427.703000', '193427.706000', '193427.708000', '193427.711000', '193427.725000', '193427.728000', '193427.730000', '193427.733000', '193427.736000', '193447.611000', '193447.614000', '193447.616000', '193447.619000', '193447.622000', '193447.625000', '193447.628000', '193447.630000', '193447.633000', '193447.636000', '193447.639000', '193447.641000', '193447.644000', '193447.647000', '193447.649000', '193447.652000', '193447.655000', '193447.657000', '193447.660000', '193447.663000', '193447.665000', '193447.668000', '193447.670000', '193447.673000', '193447.676000', '193447.678000', '193447.681000', '193447.684000', '193447.687000', '193447.691000', '193447.693000', '193447.696000', '193447.699000', '193447.701000', '193447.704000', '193447.706000', '193447.709000', '193447.712000', '193447.714000', '193447.717000', '193447.720000', '193447.722000', '193447.725000', '193447.728000', '193507.611000', '193507.613000', '193507.617000', '193507.619000', '193507.622000', '193507.624000', '193507.627000', '193507.630000', '193507.633000', '193507.635000', '193507.638000', '193507.641000', '193507.644000', '193507.647000', '193507.649000', '193507.652000', '193507.655000', '193507.657000', '193507.660000', '193507.663000', '193507.665000', '193507.668000', '193507.671000', '193507.673000', '193507.676000', '193507.678000', '193507.681000', '193507.684000', '193507.688000', '193507.691000', '193507.693000', '193507.696000', '193507.699000', '193507.702000', '193507.704000', '193507.707000', '193507.710000', '193507.712000', '193507.715000', '193507.717000', '193507.720000', '193507.723000', '193507.725000', '193520.498000', '193520.502000', '193520.504000', '193520.507000', '193520.510000', '193520.512000', '193520.515000', '193520.518000', '193520.521000', '193520.524000', '193520.526000', '193520.529000', '193520.532000', '193520.535000', '193520.537000', '193520.540000', '193520.543000', '193520.546000', '193520.549000', '193520.552000', '193520.554000', '193520.557000', '193520.560000', '193520.563000', '193520.566000', '193520.569000', '193520.571000', '193520.574000', '193520.577000'], 'InstanceCreationTime': ['192907.641000', '192907.645000', '192907.647000', '192907.650000', '192907.653000', '192907.655000', '192907.658000', '192907.661000', '192907.663000', '192907.666000', '192907.669000', '192907.671000', '192907.674000', '192907.677000', '192907.679000', '192907.682000', '192907.691000', '192907.694000', '192907.696000', '192907.699000', '192907.702000', '192907.704000', '192907.707000', '192907.710000', '192907.712000', '192907.715000', '192907.717000', '192907.720000', '192907.723000', '192907.725000', '192907.728000', '192907.731000', '192907.733000', '192907.736000', '192907.739000', '192907.741000', '192907.744000', '192907.746000', '192907.749000', '192907.752000', '192907.754000', '192907.757000', '192907.760000', '192907.762000', '192907.765000', '192907.767000', '192907.770000', '192907.773000', '192907.775000', '192907.778000', '192907.781000', '192907.783000', '192907.786000', '192907.788000', '192907.791000', '192907.794000', '192907.796000', '192907.799000', '192907.802000', '192907.804000', '192907.807000', '192927.609000', '192927.612000', '192927.615000', '192927.618000', '192927.620000', '192927.623000', '192927.625000', '192927.628000', '192927.631000', '192927.633000', '192927.636000', '192927.639000', '192927.641000', '192927.644000', '192927.647000', '192927.650000', '192927.652000', '192927.655000', '192927.657000', '192927.660000', '192927.663000', '192927.665000', '192927.668000', '192927.671000', '192927.673000', '192927.676000', '192927.679000', '192927.681000', '192927.684000', '192927.687000', '192927.689000', '192927.692000', '192927.695000', '192927.697000', '192927.700000', '192927.702000', '192927.705000', '192927.708000', '192927.710000', '192927.713000', '192927.716000', '192927.718000', '192927.721000', '192947.611000', '192947.614000', '192947.616000', '192947.619000', '192947.622000', '192947.625000', '192947.627000', '192947.630000', '192947.633000', '192947.635000', '192947.638000', '192947.640000', '192947.643000', '192947.646000', '192947.648000', '192947.651000', '192947.654000', '192947.656000', '192947.659000', '192947.661000', '192947.664000', '192947.667000', '192947.669000', '192947.672000', '192947.675000', '192947.678000', '192947.680000', '192947.683000', '192947.686000', '192947.688000', '192947.691000', '192947.693000', '192947.696000', '192947.699000', '192947.701000', '192947.704000', '192947.707000', '192947.709000', '192947.712000', '192947.715000', '192947.718000', '192947.720000', '192947.723000', '192947.725000', '193007.610000', '193007.613000', '193007.616000', '193007.618000', '193007.621000', '193007.624000', '193007.626000', '193007.653000', '193007.655000', '193007.658000', '193007.661000', '193007.663000', '193007.666000', '193007.668000', '193007.671000', '193007.674000', '193007.676000', '193007.679000', '193007.682000', '193007.684000', '193007.687000', '193007.689000', '193007.692000', '193007.695000', '193007.697000', '193007.700000', '193007.702000', '193007.705000', '193007.708000', '193007.710000', '193007.713000', '193007.715000', '193007.718000', '193007.721000', '193007.723000', '193007.726000', '193007.729000', '193007.731000', '193007.734000', '193007.737000', '193007.740000', '193007.742000', '193007.745000', '193027.611000', '193027.613000', '193027.616000', '193027.619000', '193027.621000', '193027.624000', '193027.627000', '193027.630000', '193027.632000', '193027.635000', '193027.637000', '193027.640000', '193027.643000', '193027.645000', '193027.648000', '193027.650000', '193027.653000', '193027.656000', '193027.658000', '193027.661000', '193027.664000', '193027.667000', '193027.669000', '193027.672000', '193027.675000', '193027.677000', '193027.680000', '193027.683000', '193027.685000', '193027.688000', '193027.690000', '193027.693000', '193027.696000', '193027.699000', '193027.701000', '193027.704000', '193027.707000', '193027.709000', '193027.712000', '193027.714000', '193027.717000', '193027.720000', '193027.722000', '193027.725000', '193047.610000', '193047.613000', '193047.615000', '193047.618000', '193047.620000', '193047.623000', '193047.626000', '193047.628000', '193047.631000', '193047.633000', '193047.636000', '193047.639000', '193047.641000', '193047.644000', '193047.647000', '193047.649000', '193047.652000', '193047.654000', '193047.657000', '193047.660000', '193047.662000', '193047.665000', '193047.668000', '193047.670000', '193047.673000', '193047.675000', '193047.678000', '193047.681000', '193047.683000', '193047.686000', '193047.688000', '193047.691000', '193047.694000', '193047.696000', '193047.699000', '193047.701000', '193047.704000', '193047.707000', '193047.709000', '193047.712000', '193047.715000', '193047.717000', '193047.720000', '193107.609000', '193107.612000', '193107.615000', '193107.618000', '193107.620000', '193107.623000', '193107.626000', '193107.629000', '193107.631000', '193107.634000', '193107.637000', '193107.639000', '193107.642000', '193107.645000', '193107.647000', '193107.650000', '193107.653000', '193107.655000', '193107.658000', '193107.661000', '193107.663000', '193107.666000', '193107.669000', '193107.671000', '193107.674000', '193107.677000', '193107.679000', '193107.682000', '193107.684000', '193107.687000', '193107.690000', '193107.692000', '193107.695000', '193107.698000', '193107.700000', '193107.703000', '193107.706000', '193107.708000', '193107.711000', '193107.714000', '193107.716000', '193107.719000', '193107.721000', '193107.724000', '193127.610000', '193127.612000', '193127.615000', '193127.618000', '193127.620000', '193127.623000', '193127.626000', '193127.628000', '193127.631000', '193127.634000', '193127.636000', '193127.639000', '193127.642000', '193127.644000', '193127.647000', '193127.650000', '193127.652000', '193127.655000', '193127.658000', '193127.660000', '193127.663000', '193127.666000', '193127.668000', '193127.671000', '193127.674000', '193127.676000', '193127.679000', '193127.681000', '193127.684000', '193127.687000', '193127.690000', '193127.692000', '193127.695000', '193127.697000', '193127.700000', '193127.703000', '193127.705000', '193127.708000', '193127.711000', '193127.713000', '193127.716000', '193127.719000', '193127.721000', '193147.609000', '193147.612000', '193147.615000', '193147.618000', '193147.620000', '193147.623000', '193147.626000', '193147.628000', '193147.631000', '193147.634000', '193147.636000', '193147.639000', '193147.641000', '193147.644000', '193147.647000', '193147.649000', '193147.652000', '193147.655000', '193147.657000', '193147.660000', '193147.662000', '193147.665000', '193147.668000', '193147.670000', '193147.673000', '193147.676000', '193147.678000', '193147.681000', '193147.683000', '193147.686000', '193147.689000', '193147.691000', '193147.694000', '193147.697000', '193147.706000', '193147.709000', '193147.711000', '193147.714000', '193147.716000', '193147.719000', '193147.722000', '193147.724000', '193147.727000', '193147.730000', '193207.611000', '193207.614000', '193207.616000', '193207.619000', '193207.622000', '193207.624000', '193207.627000', '193207.629000', '193207.632000', '193207.635000', '193207.637000', '193207.640000', '193207.643000', '193207.645000', '193207.648000', '193207.651000', '193207.653000', '193207.656000', '193207.659000', '193207.661000', '193207.664000', '193207.667000', '193207.669000', '193207.672000', '193207.675000', '193207.677000', '193207.680000', '193207.683000', '193207.685000', '193207.688000', '193207.691000', '193207.693000', '193207.696000', '193207.699000', '193207.701000', '193207.704000', '193207.707000', '193207.709000', '193207.712000', '193207.715000', '193207.717000', '193207.720000', '193207.722000', '193227.610000', '193227.613000', '193227.616000', '193227.619000', '193227.621000', '193227.624000', '193227.627000', '193227.629000', '193227.632000', '193227.635000', '193227.637000', '193227.640000', '193227.642000', '193227.645000', '193227.648000', '193227.650000', '193227.653000', '193227.656000', '193227.658000', '193227.661000', '193227.664000', '193227.666000', '193227.669000', '193227.672000', '193227.675000', '193227.677000', '193227.680000', '193227.682000', '193227.685000', '193227.688000', '193227.690000', '193227.693000', '193227.696000', '193227.698000', '193227.701000', '193227.703000', '193227.706000', '193227.709000', '193227.711000', '193227.714000', '193227.717000', '193227.719000', '193227.722000', '193227.724000', '193247.611000', '193247.613000', '193247.616000', '193247.619000', '193247.621000', '193247.624000', '193247.627000', '193247.629000', '193247.632000', '193247.634000', '193247.637000', '193247.640000', '193247.642000', '193247.645000', '193247.648000', '193247.650000', '193247.653000', '193247.656000', '193247.658000', '193247.661000', '193247.663000', '193247.666000', '193247.669000', '193247.671000', '193247.674000', '193247.677000', '193247.679000', '193247.682000', '193247.685000', '193247.687000', '193247.690000', '193247.692000', '193247.695000', '193247.698000', '193247.700000', '193247.703000', '193247.706000', '193247.708000', '193247.711000', '193247.713000', '193247.716000', '193247.719000', '193247.722000', '193307.610000', '193307.612000', '193307.615000', '193307.618000', '193307.620000', '193307.623000', '193307.626000', '193307.628000', '193307.631000', '193307.634000', '193307.636000', '193307.639000', '193307.642000', '193307.665000', '193307.668000', '193307.671000', '193307.673000', '193307.676000', '193307.678000', '193307.681000', '193307.684000', '193307.686000', '193307.689000', '193307.692000', '193307.694000', '193307.697000', '193307.699000', '193307.702000', '193307.705000', '193307.707000', '193307.710000', '193307.713000', '193307.716000', '193307.718000', '193307.721000', '193307.723000', '193307.726000', '193307.729000', '193307.731000', '193307.734000', '193307.737000', '193307.739000', '193307.742000', '193307.744000', '193327.609000', '193327.613000', '193327.615000', '193327.618000', '193327.620000', '193327.623000', '193327.626000', '193327.628000', '193327.631000', '193327.634000', '193327.636000', '193327.639000', '193327.642000', '193327.644000', '193327.647000', '193327.650000', '193327.652000', '193327.655000', '193327.658000', '193327.660000', '193327.663000', '193327.666000', '193327.668000', '193327.671000', '193327.673000', '193327.676000', '193327.679000', '193327.682000', '193327.684000', '193327.687000', '193327.689000', '193327.692000', '193327.695000', '193327.697000', '193327.700000', '193327.703000', '193327.705000', '193327.708000', '193327.711000', '193327.713000', '193327.716000', '193327.719000', '193327.721000', '193347.610000', '193347.613000', '193347.615000', '193347.618000', '193347.621000', '193347.623000', '193347.626000', '193347.629000', '193347.631000', '193347.634000', '193347.637000', '193347.640000', '193347.642000', '193347.646000', '193347.649000', '193347.652000', '193347.654000', '193347.657000', '193347.660000', '193347.662000', '193347.665000', '193347.667000', '193347.671000', '193347.673000', '193347.676000', '193347.678000', '193347.681000', '193347.684000', '193347.686000', '193347.689000', '193347.692000', '193347.694000', '193347.697000', '193347.700000', '193347.702000', '193347.705000', '193347.708000', '193347.710000', '193347.713000', '193347.716000', '193347.718000', '193347.721000', '193347.724000', '193407.610000', '193407.613000', '193407.615000', '193407.618000', '193407.621000', '193407.623000', '193407.626000', '193407.629000', '193407.631000', '193407.634000', '193407.637000', '193407.639000', '193407.642000', '193407.645000', '193407.647000', '193407.650000', '193407.652000', '193407.655000', '193407.658000', '193407.660000', '193407.663000', '193407.666000', '193407.668000', '193407.671000', '193407.674000', '193407.676000', '193407.679000', '193407.682000', '193407.684000', '193407.688000', '193407.691000', '193407.701000', '193407.704000', '193407.706000', '193407.709000', '193407.712000', '193407.714000', '193407.717000', '193407.719000', '193407.722000', '193407.725000', '193407.727000', '193407.730000', '193407.733000', '193427.611000', '193427.614000', '193427.616000', '193427.619000', '193427.622000', '193427.625000', '193427.627000', '193427.630000', '193427.633000', '193427.635000', '193427.638000', '193427.641000', '193427.643000', '193427.646000', '193427.649000', '193427.652000', '193427.654000', '193427.657000', '193427.660000', '193427.662000', '193427.665000', '193427.668000', '193427.671000', '193427.673000', '193427.676000', '193427.679000', '193427.682000', '193427.684000', '193427.687000', '193427.690000', '193427.692000', '193427.695000', '193427.698000', '193427.700000', '193427.703000', '193427.706000', '193427.708000', '193427.711000', '193427.725000', '193427.728000', '193427.730000', '193427.733000', '193427.736000', '193447.611000', '193447.614000', '193447.616000', '193447.619000', '193447.622000', '193447.625000', '193447.628000', '193447.630000', '193447.633000', '193447.636000', '193447.639000', '193447.641000', '193447.644000', '193447.647000', '193447.649000', '193447.652000', '193447.655000', '193447.657000', '193447.660000', '193447.663000', '193447.665000', '193447.668000', '193447.670000', '193447.673000', '193447.676000', '193447.678000', '193447.681000', '193447.684000', '193447.687000', '193447.691000', '193447.693000', '193447.696000', '193447.699000', '193447.701000', '193447.704000', '193447.706000', '193447.709000', '193447.712000', '193447.714000', '193447.717000', '193447.720000', '193447.722000', '193447.725000', '193447.728000', '193507.611000', '193507.613000', '193507.617000', '193507.619000', '193507.622000', '193507.624000', '193507.627000', '193507.630000', '193507.633000', '193507.635000', '193507.638000', '193507.641000', '193507.644000', '193507.647000', '193507.649000', '193507.652000', '193507.655000', '193507.657000', '193507.660000', '193507.663000', '193507.665000', '193507.668000', '193507.671000', '193507.673000', '193507.676000', '193507.678000', '193507.681000', '193507.684000', '193507.688000', '193507.691000', '193507.693000', '193507.696000', '193507.699000', '193507.702000', '193507.704000', '193507.707000', '193507.710000', '193507.712000', '193507.715000', '193507.717000', '193507.720000', '193507.723000', '193507.725000', '193520.498000', '193520.502000', '193520.504000', '193520.507000', '193520.510000', '193520.512000', '193520.515000', '193520.518000', '193520.521000', '193520.524000', '193520.526000', '193520.529000', '193520.532000', '193520.535000', '193520.537000', '193520.540000', '193520.543000', '193520.546000', '193520.549000', '193520.552000', '193520.554000', '193520.557000', '193520.560000', '193520.563000', '193520.566000', '193520.569000', '193520.571000', '193520.574000', '193520.577000'], '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': [7313, 8014, 14252, 6803, 9954, 9789, 7987, 10862, 6936, 8152, 6966, 7962, 10903, 6995, 8909, 7602, 9916, 7324, 7794, 7257, 8199, 10881, 7447, 11232, 9915, 8000, 12496, 6811, 8147, 12382, 7135, 10165, 11172, 7642, 10252, 6648, 8331, 8666, 7666, 9785, 7118, 7883, 11767, 7279, 9731, 6950, 7949, 10904, 6819, 8145, 11293, 7280, 9773, 7131, 8079, 11188, 6935, 8130, 8408, 7949, 13139, 7362, 10141, 6915, 8594, 10917, 7841, 11289, 7289, 9040, 7295, 8465, 9951, 7592, 9710, 7161, 8187, 8582, 7901, 11139, 7307, 8031, 7194, 8073, 7453, 8100, 10174, 8013, 11628, 7298, 10657, 12524, 7363, 11622, 7114, 7768, 11092, 6960, 8224, 7475, 7526, 9867, 7241, 9540, 7170, 7939, 8888, 7336, 9788, 7008, 8171, 12792, 7074, 9999, 7723, 7850, 12631, 7134, 8703, 7057, 7919, 10882, 7282, 9975, 7297, 8140, 13092, 7845, 11133, 7081, 8789, 8900, 8109, 10935, 7202, 8626, 7237, 7500, 11069, 8181, 8475, 7994, 7853, 8136, 11896, 8314, 12190, 7230, 8367, 11116, 6613, 8344, 12999, 7409, 10052, 6686, 8752, 11229, 7431, 9331, 7063, 8131, 11440, 7602, 10908, 7071, 8660, 8518, 8172, 12335, 7362, 10489, 7250, 8064, 12000, 7373, 8599, 11100, 8361, 12698, 7300, 9685, 7363, 8531, 10787, 7546, 9702, 7709, 8720, 12630, 7473, 10667, 6886, 8602, 8269, 7904, 8619, 7881, 9926, 6910, 8646, 6930, 8626, 7203, 8746, 13211, 7364, 8212, 11494, 7398, 9599, 7207, 8541, 12434, 7111, 8478, 8163, 7657, 10157, 7283, 8184, 8338, 7265, 9466, 7132, 7824, 11355, 7340, 10081, 6922, 7740, 7468, 8187, 6890, 8275, 8511, 8178, 12832, 7842, 8828, 12584, 7837, 10728, 8435, 8594, 14599, 7729, 9605, 7137, 8123, 10485, 7333, 8768, 11119, 7917, 10850, 7370, 8476, 10466, 7970, 10700, 6949, 8253, 7123, 7871, 10854, 7435, 9155, 6704, 8400, 10844, 7555, 9919, 9211, 8279, 12668, 7593, 10022, 7144, 8517, 11446, 7145, 8365, 10290, 7994, 11477, 7228, 8603, 8825, 8005, 10135, 7457, 7992, 11965, 7244, 9352, 6707, 8177, 9559, 7366, 8320, 7523, 9457, 7442, 7878, 7029, 8029, 9771, 7596, 10559, 13613, 7885, 11615, 6780, 8479, 12366, 7580, 10520, 11901, 7720, 12305, 7179, 8528, 9562, 7686, 10010, 6933, 8372, 6883, 7812, 11890, 7464, 10687, 7073, 8256, 9213, 7576, 9834, 7231, 8150, 11461, 7312, 11597, 7375, 9379, 6942, 8059, 11719, 7885, 10897, 7679, 12871, 6944, 6928, 7097, 7835, 7593, 8738, 14719, 9098, 10887, 7030, 8373, 11927, 7328, 10671, 7198, 8170, 13999, 7677, 13180, 8282, 8729, 7320, 7510, 7845, 8779, 13239, 8207, 11116, 7608, 7770, 11630, 8042, 10654, 8525, 7801, 10186, 7609, 8222, 7008, 8022, 10129, 8178, 9543, 7661, 7923, 7234, 7708, 10283, 8006, 9304, 10042, 7849, 11812, 7755, 8900, 8304, 7621, 11553, 7888, 8461, 11747, 7726, 12086, 7640, 9958, 7662, 7700, 11624, 7893, 10923, 7892, 7887, 10020, 7614, 11903, 7344, 7467, 7282, 8472, 7437, 11829, 7529, 9530, 6791, 7782, 10530, 7250, 7757, 12004, 7663, 9326, 7566, 7721, 8563, 7720, 9327, 7655, 8349, 10553, 7834, 11759, 7643, 9888, 7491, 7803, 11629, 7600, 10197, 10816, 7704, 11830, 7790, 7937, 10510, 7639, 8825, 7554, 7978, 10834, 7524, 9081, 7829, 7806, 8958, 7660, 10664, 7662, 8338, 7154, 7667, 11119, 8105, 9638, 7169, 7884, 13051, 8246, 9171, 8461, 9573, 8197, 9363, 13929, 8137, 10784, 7635, 8512, 11811, 7658, 9308, 8266, 7641, 10294, 6666, 8374, 11360, 7818, 10567, 7274, 7875, 7947, 7769, 7847, 9106, 7634, 8239, 13342, 7404, 8290, 13939, 7337, 10471, 6854, 8095, 12035, 8207, 13117, 8199, 8763, 6847, 8313, 14474, 7069, 8745, 11964, 7387, 9334, 8051, 7667, 12250, 7139, 8346, 15709, 8196, 13166, 7208, 8734, 15754, 8028, 12638, 7208, 8597, 13057, 7907, 10027, 7117, 8799, 9525, 7726, 9893, 7200, 8487, 6729, 7762, 12532, 8697, 9319, 8861, 10348, 8684, 11091, 11141, 8181, 11583, 7112, 8349, 7023, 8059, 9993, 6871, 8232, 6720, 7513, 10928, 7036, 9602, 6732, 7749, 10795, 7281, 10425, 7265, 7883, 13772, 7254, 12095, 6878, 8535, 6881, 7452, 11424, 7252, 8710, 8113, 7478, 13939, 7490, 12202, 7446, 8203, 8393, 7670, 12107, 7351, 10788, 6947, 8027, 13973, 7265, 12014, 7070, 9012, 7179, 8351, 6729, 8398, 6985, 8081, 7120, 8732, 6838, 7806, 13936, 7413, 8125, 14223, 7451, 9164, 9405, 7670, 12039, 7028, 7757, 9332, 7941, 12112, 7265, 8090, 7408, 8102, 6958, 8402, 13267, 7050, 8529, 13984, 7291, 11329, 8465, 7987, 12983, 7445, 8397, 8378, 7930, 11062, 7284, 8019, 12796, 6981, 9831, 7054, 7722, 9191, 7180, 8173, 11303, 7155, 9488, 6846, 8237, 10279, 7328, 9193, 7325, 7737, 11371, 7497, 10382, 7503, 8182, 6989, 7308, 9969, 7418, 8757, 11742, 7478, 12176, 7058, 8280, 9565, 7299, 11148, 7506, 8191, 9001, 7946, 10846, 8025, 8722, 7862, 9117, 7537, 9759, 7769, 8199, 8390, 7713, 13241, 8269, 11711, 7526, 8166, 9830, 7826, 13138, 7806, 11120, 7673, 7939, 12128, 7430, 8941, 9587, 7760, 10577, 7724, 8020, 6845, 8013, 9680, 8339, 10647, 7740, 7537, 8291, 9537, 7947, 11206, 7854, 9596, 13741, 7783, 8994, 13146, 7715, 10677, 8143, 7640, 13783, 7694, 8643, 10127, 7560, 9719, 7572, 7626, 11841, 7866, 10881, 7900, 8568, 7081, 7524, 11281, 7971, 8927, 10932, 8050, 12250, 7847, 10211, 7233, 7686, 9868, 7915, 8898, 7133, 7532, 10964, 8123, 9896, 7414, 7826, 8203, 7845, 10084, 7854, 9089, 10711, 7628, 12685, 7725, 12803, 7479, 8095, 6771, 7425, 7446, 8474, 7375, 8823, 14046, 7199, 9356, 14955, 7618, 11629, 7587, 8017, 8412, 7751, 9273, 7459, 10467, 7377, 8597, 7222, 9059, 7574, 10428, 13327, 8298, 11517, 7653, 8133, 11112, 7564, 10839, 7644, 8232, 12606, 7455, 10773, 7731, 8053, 11162, 7886, 10460, 7807, 8285, 6953, 7806, 9707, 7772, 8716, 9647, 7888, 10846, 7392, 12609, 11082, 14753, 8546, 8296, 8020, 10486, 7807, 8817], 'WindowCenter': [3534.0, 3530.0, 3570.0, 3505.0, 3536.0, 3533.0, 3512.0, 3531.0, 3499.0, 3510.0, 3499.0, 3512.0, 3545.0, 3501.0, 3524.0, 3514.0, 3534.0, 3513.0, 3514.0, 3512.0, 3523.0, 3532.0, 3500.0, 3544.0, 3533.0, 3511.0, 3542.0, 3488.0, 3510.0, 3542.0, 3500.0, 3533.0, 3542.0, 3510.0, 3531.0, 3499.0, 3509.0, 3509.0, 3510.0, 3532.0, 3500.0, 3512.0, 3542.0, 3501.0, 3521.0, 3500.0, 3510.0, 3531.0, 3489.0, 3511.0, 3532.0, 3499.0, 3531.0, 3499.0, 3510.0, 3531.0, 3499.0, 3512.0, 3511.0, 3512.0, 3543.0, 3500.0, 3521.0, 3500.0, 3510.0, 3531.0, 3510.0, 3532.0, 3500.0, 3521.0, 3500.0, 3511.0, 3520.0, 3499.0, 3520.0, 3500.0, 3511.0, 3522.0, 3512.0, 3544.0, 3515.0, 3526.0, 3515.0, 3526.0, 3526.0, 3525.0, 3545.0, 3526.0, 3545.0, 3512.0, 3534.0, 3543.0, 3501.0, 3546.0, 3502.0, 3512.0, 3543.0, 3501.0, 3523.0, 3526.0, 3525.0, 3534.0, 3514.0, 3547.0, 3513.0, 3524.0, 3533.0, 3513.0, 3536.0, 3513.0, 3525.0, 3555.0, 3502.0, 3533.0, 3511.0, 3511.0, 3555.0, 3501.0, 3521.0, 3499.0, 3511.0, 3531.0, 3500.0, 3533.0, 3499.0, 3511.0, 3553.0, 3511.0, 3531.0, 3498.0, 3509.0, 3520.0, 3508.0, 3532.0, 3500.0, 3522.0, 3514.0, 3514.0, 3546.0, 3525.0, 3523.0, 3512.0, 3511.0, 3512.0, 3544.0, 3523.0, 3556.0, 3499.0, 3510.0, 3532.0, 3488.0, 3510.0, 3553.0, 3501.0, 3532.0, 3500.0, 3522.0, 3542.0, 3500.0, 3521.0, 3501.0, 3511.0, 3543.0, 3511.0, 3543.0, 3501.0, 3522.0, 3521.0, 3522.0, 3555.0, 3501.0, 3532.0, 3499.0, 3510.0, 3541.0, 3499.0, 3510.0, 3529.0, 3509.0, 3540.0, 3499.0, 3519.0, 3497.0, 3508.0, 3529.0, 3498.0, 3518.0, 3496.0, 3508.0, 3541.0, 3499.0, 3531.0, 3487.0, 3508.0, 3507.0, 3511.0, 3525.0, 3503.0, 3521.0, 3503.0, 3521.0, 3500.0, 3522.0, 3499.0, 3522.0, 3553.0, 3497.0, 3509.0, 3530.0, 3499.0, 3520.0, 3499.0, 3510.0, 3542.0, 3499.0, 3509.0, 3508.0, 3510.0, 3530.0, 3499.0, 3510.0, 3509.0, 3499.0, 3520.0, 3499.0, 3510.0, 3543.0, 3512.0, 3532.0, 3513.0, 3527.0, 3503.0, 3526.0, 3515.0, 3523.0, 3523.0, 3524.0, 3556.0, 3512.0, 3522.0, 3542.0, 3499.0, 3531.0, 3509.0, 3510.0, 3553.0, 3498.0, 3520.0, 3486.0, 3508.0, 3530.0, 3498.0, 3508.0, 3528.0, 3508.0, 3530.0, 3499.0, 3509.0, 3530.0, 3508.0, 3529.0, 3498.0, 3508.0, 3498.0, 3509.0, 3531.0, 3511.0, 3521.0, 3502.0, 3521.0, 3541.0, 3509.0, 3533.0, 3521.0, 3511.0, 3541.0, 3509.0, 3530.0, 3497.0, 3508.0, 3530.0, 3498.0, 3511.0, 3532.0, 3509.0, 3541.0, 3498.0, 3509.0, 3519.0, 3508.0, 3530.0, 3498.0, 3509.0, 3540.0, 3498.0, 3519.0, 3498.0, 3510.0, 3533.0, 3510.0, 3524.0, 3515.0, 3525.0, 3500.0, 3524.0, 3512.0, 3523.0, 3533.0, 3514.0, 3546.0, 3555.0, 3510.0, 3531.0, 3488.0, 3509.0, 3541.0, 3498.0, 3532.0, 3542.0, 3498.0, 3542.0, 3487.0, 3509.0, 3520.0, 3498.0, 3519.0, 3488.0, 3509.0, 3499.0, 3510.0, 3542.0, 3500.0, 3531.0, 3499.0, 3510.0, 3519.0, 3499.0, 3520.0, 3499.0, 3512.0, 3544.0, 3511.0, 3542.0, 3501.0, 3520.0, 3499.0, 3511.0, 3555.0, 3513.0, 3546.0, 3515.0, 3559.0, 3503.0, 3513.0, 3514.0, 3512.0, 3513.0, 3525.0, 3567.0, 3523.0, 3543.0, 3499.0, 3510.0, 3542.0, 3499.0, 3533.0, 3501.0, 3511.0, 3553.0, 3513.0, 3559.0, 3502.0, 3524.0, 3512.0, 3511.0, 3512.0, 3523.0, 3555.0, 3511.0, 3531.0, 3509.0, 3511.0, 3541.0, 3509.0, 3533.0, 3520.0, 3512.0, 3532.0, 3511.0, 3510.0, 3499.0, 3511.0, 3546.0, 3524.0, 3534.0, 3512.0, 3522.0, 3511.0, 3511.0, 3533.0, 3524.0, 3534.0, 3532.0, 3512.0, 3544.0, 3510.0, 3522.0, 3509.0, 3511.0, 3542.0, 3509.0, 3511.0, 3542.0, 3510.0, 3541.0, 3510.0, 3519.0, 3497.0, 3498.0, 3542.0, 3510.0, 3543.0, 3509.0, 3509.0, 3530.0, 3511.0, 3547.0, 3501.0, 3502.0, 3512.0, 3522.0, 3512.0, 3543.0, 3511.0, 3521.0, 3489.0, 3511.0, 3533.0, 3499.0, 3500.0, 3554.0, 3512.0, 3520.0, 3511.0, 3513.0, 3509.0, 3510.0, 3520.0, 3499.0, 3511.0, 3545.0, 3511.0, 3544.0, 3510.0, 3521.0, 3498.0, 3499.0, 3531.0, 3498.0, 3521.0, 3530.0, 3498.0, 3530.0, 3496.0, 3497.0, 3529.0, 3496.0, 3507.0, 3497.0, 3507.0, 3528.0, 3497.0, 3508.0, 3497.0, 3509.0, 3519.0, 3498.0, 3531.0, 3499.0, 3509.0, 3498.0, 3510.0, 3543.0, 3511.0, 3522.0, 3503.0, 3514.0, 3546.0, 3513.0, 3523.0, 3514.0, 3522.0, 3512.0, 3525.0, 3557.0, 3513.0, 3533.0, 3501.0, 3511.0, 3543.0, 3500.0, 3522.0, 3511.0, 3513.0, 3532.0, 3489.0, 3522.0, 3545.0, 3517.0, 3535.0, 3504.0, 3516.0, 3526.0, 3527.0, 3527.0, 3538.0, 3527.0, 3528.0, 3558.0, 3515.0, 3526.0, 3569.0, 3515.0, 3548.0, 3502.0, 3514.0, 3544.0, 3513.0, 3555.0, 3525.0, 3525.0, 3517.0, 3537.0, 3567.0, 3500.0, 3510.0, 3530.0, 3498.0, 3520.0, 3510.0, 3510.0, 3543.0, 3500.0, 3511.0, 3563.0, 3509.0, 3541.0, 3486.0, 3497.0, 3549.0, 3495.0, 3526.0, 3483.0, 3494.0, 3526.0, 3483.0, 3504.0, 3471.0, 3494.0, 3505.0, 3483.0, 3506.0, 3483.0, 3494.0, 3486.0, 3501.0, 3530.0, 3510.0, 3510.0, 3509.0, 3519.0, 3509.0, 3531.0, 3519.0, 3498.0, 3531.0, 3486.0, 3498.0, 3486.0, 3510.0, 3519.0, 3487.0, 3509.0, 3488.0, 3501.0, 3532.0, 3502.0, 3521.0, 3489.0, 3511.0, 3531.0, 3500.0, 3534.0, 3501.0, 3525.0, 3568.0, 3513.0, 3544.0, 3490.0, 3521.0, 3500.0, 3500.0, 3542.0, 3501.0, 3522.0, 3512.0, 3513.0, 3555.0, 3501.0, 3543.0, 3501.0, 3510.0, 3511.0, 3511.0, 3543.0, 3501.0, 3534.0, 3500.0, 3513.0, 3565.0, 3501.0, 3543.0, 3502.0, 3525.0, 3502.0, 3525.0, 3502.0, 3512.0, 3515.0, 3525.0, 3516.0, 3527.0, 3505.0, 3515.0, 3566.0, 3512.0, 3512.0, 3555.0, 3513.0, 3535.0, 3534.0, 3513.0, 3543.0, 3501.0, 3512.0, 3535.0, 3528.0, 3557.0, 3516.0, 3526.0, 3515.0, 3526.0, 3515.0, 3527.0, 3557.0, 3503.0, 3523.0, 3554.0, 3501.0, 3544.0, 3512.0, 3513.0, 3554.0, 3501.0, 3511.0, 3511.0, 3510.0, 3531.0, 3500.0, 3511.0, 3542.0, 3500.0, 3521.0, 3499.0, 3500.0, 3521.0, 3499.0, 3511.0, 3543.0, 3500.0, 3523.0, 3490.0, 3512.0, 3532.0, 3500.0, 3523.0, 3500.0, 3513.0, 3556.0, 3514.0, 3534.0, 3512.0, 3523.0, 3501.0, 3512.0, 3534.0, 3512.0, 3525.0, 3558.0, 3515.0, 3556.0, 3502.0, 3523.0, 3532.0, 3511.0, 3544.0, 3514.0, 3523.0, 3523.0, 3525.0, 3546.0, 3524.0, 3537.0, 3538.0, 3538.0, 3529.0, 3537.0, 3526.0, 3538.0, 3536.0, 3526.0, 3567.0, 3525.0, 3543.0, 3511.0, 3511.0, 3531.0, 3511.0, 3555.0, 3512.0, 3544.0, 3499.0, 3509.0, 3540.0, 3498.0, 3508.0, 3518.0, 3497.0, 3530.0, 3499.0, 3509.0, 3488.0, 3513.0, 3524.0, 3515.0, 3519.0, 3514.0, 3512.0, 3523.0, 3534.0, 3524.0, 3545.0, 3511.0, 3534.0, 3553.0, 3499.0, 3510.0, 3541.0, 3499.0, 3532.0, 3511.0, 3499.0, 3551.0, 3498.0, 3509.0, 3518.0, 3498.0, 3520.0, 3498.0, 3511.0, 3544.0, 3512.0, 3532.0, 3511.0, 3511.0, 3500.0, 3500.0, 3533.0, 3510.0, 3523.0, 3533.0, 3512.0, 3545.0, 3511.0, 3532.0, 3499.0, 3499.0, 3520.0, 3510.0, 3521.0, 3499.0, 3512.0, 3543.0, 3513.0, 3546.0, 3514.0, 3512.0, 3511.0, 3511.0, 3532.0, 3510.0, 3523.0, 3533.0, 3514.0, 3559.0, 3516.0, 3561.0, 3504.0, 3514.0, 3515.0, 3514.0, 3514.0, 3525.0, 3515.0, 3525.0, 3567.0, 3503.0, 3524.0, 3565.0, 3512.0, 3544.0, 3512.0, 3512.0, 3511.0, 3512.0, 3521.0, 3515.0, 3533.0, 3514.0, 3524.0, 3514.0, 3535.0, 3526.0, 3548.0, 3556.0, 3511.0, 3533.0, 3500.0, 3512.0, 3532.0, 3500.0, 3532.0, 3500.0, 3511.0, 3542.0, 3499.0, 3531.0, 3499.0, 3510.0, 3533.0, 3510.0, 3531.0, 3509.0, 3510.0, 3498.0, 3510.0, 3521.0, 3510.0, 3523.0, 3535.0, 3524.0, 3545.0, 3516.0, 3548.0, 3546.0, 3583.0, 3537.0, 3526.0, 3526.0, 3548.0, 3526.0, 3537.0], 'WindowWidth': [8042.0, 8026.0, 8077.0, 7984.0, 8025.0, 8014.0, 7984.0, 8008.0, 7963.0, 7977.0, 7962.0, 7984.0, 8035.0, 7970.0, 8006.0, 7988.0, 8015.0, 7989.0, 7992.0, 7985.0, 7999.0, 8009.0, 7967.0, 8031.0, 8012.0, 7981.0, 8024.0, 7947.0, 7979.0, 8023.0, 7966.0, 8015.0, 8023.0, 7978.0, 8007.0, 7963.0, 7978.0, 7975.0, 7979.0, 8011.0, 7968.0, 7986.0, 8024.0, 7968.0, 7996.0, 7964.0, 7979.0, 8010.0, 7950.0, 7982.0, 8009.0, 7964.0, 8010.0, 7962.0, 7978.0, 8007.0, 7963.0, 7984.0, 7981.0, 7983.0, 8025.0, 7965.0, 7993.0, 7963.0, 7978.0, 8006.0, 7977.0, 8012.0, 7966.0, 7994.0, 7963.0, 7980.0, 7991.0, 7962.0, 7992.0, 7967.0, 7982.0, 7998.0, 7984.0, 8030.0, 7995.0, 8010.0, 7992.0, 8012.0, 8011.0, 8009.0, 8035.0, 8012.0, 8031.0, 7986.0, 8020.0, 8027.0, 7969.0, 8036.0, 7971.0, 7984.0, 8027.0, 7969.0, 8000.0, 8015.0, 8009.0, 8018.0, 7993.0, 8042.0, 7989.0, 8004.0, 8016.0, 7989.0, 8024.0, 7991.0, 8010.0, 8047.0, 7972.0, 8016.0, 7982.0, 7983.0, 8047.0, 7969.0, 7997.0, 7965.0, 7981.0, 8009.0, 7966.0, 8013.0, 7964.0, 7982.0, 8042.0, 7982.0, 8009.0, 7961.0, 7977.0, 7990.0, 7973.0, 8012.0, 7966.0, 7998.0, 7989.0, 7988.0, 8031.0, 8006.0, 8002.0, 7984.0, 7981.0, 7984.0, 8029.0, 8002.0, 8049.0, 7961.0, 7976.0, 8008.0, 7946.0, 7980.0, 8041.0, 7969.0, 8010.0, 7966.0, 7998.0, 8025.0, 7965.0, 7997.0, 7969.0, 7983.0, 8028.0, 7983.0, 8028.0, 7968.0, 7999.0, 7994.0, 7998.0, 8046.0, 7969.0, 8013.0, 7964.0, 7979.0, 8023.0, 7961.0, 7978.0, 8002.0, 7974.0, 8020.0, 7961.0, 7989.0, 7955.0, 7972.0, 8001.0, 7958.0, 7987.0, 7953.0, 7973.0, 8024.0, 7965.0, 8009.0, 7943.0, 7973.0, 7970.0, 7982.0, 8005.0, 7969.0, 7991.0, 7974.0, 7996.0, 7968.0, 8000.0, 7964.0, 7997.0, 8044.0, 7957.0, 7975.0, 8005.0, 7962.0, 7993.0, 7964.0, 7978.0, 8024.0, 7963.0, 7974.0, 7972.0, 7978.0, 8006.0, 7964.0, 7980.0, 7976.0, 7963.0, 7992.0, 7964.0, 7981.0, 8028.0, 7986.0, 8013.0, 7989.0, 8012.0, 7974.0, 8012.0, 7994.0, 8001.0, 8000.0, 8003.0, 8051.0, 7986.0, 7999.0, 8022.0, 7962.0, 8008.0, 7975.0, 7977.0, 8041.0, 7960.0, 7991.0, 7942.0, 7973.0, 8004.0, 7959.0, 7974.0, 7999.0, 7972.0, 8005.0, 7962.0, 7977.0, 8004.0, 7974.0, 8004.0, 7959.0, 7973.0, 7959.0, 7978.0, 8010.0, 7983.0, 7997.0, 7971.0, 7996.0, 8023.0, 7978.0, 8014.0, 7995.0, 7981.0, 8022.0, 7976.0, 8006.0, 7958.0, 7974.0, 8006.0, 7960.0, 7982.0, 8009.0, 7977.0, 8021.0, 7960.0, 7976.0, 7988.0, 7973.0, 8006.0, 7959.0, 7977.0, 8019.0, 7961.0, 7991.0, 7961.0, 7979.0, 8013.0, 7981.0, 8007.0, 7990.0, 8002.0, 7966.0, 8006.0, 7988.0, 8002.0, 8014.0, 7991.0, 8038.0, 8047.0, 7978.0, 8008.0, 7946.0, 7976.0, 8021.0, 7960.0, 8011.0, 8021.0, 7960.0, 8023.0, 7942.0, 7975.0, 7989.0, 7957.0, 7987.0, 7945.0, 7977.0, 7962.0, 7979.0, 8023.0, 7966.0, 8008.0, 7962.0, 7980.0, 7989.0, 7963.0, 7992.0, 7963.0, 7985.0, 8030.0, 7984.0, 8024.0, 7968.0, 7994.0, 7963.0, 7983.0, 8047.0, 7987.0, 8035.0, 7994.0, 8056.0, 7975.0, 7990.0, 7992.0, 7987.0, 7988.0, 8008.0, 8069.0, 8001.0, 8028.0, 7964.0, 7980.0, 8023.0, 7963.0, 8013.0, 7971.0, 7983.0, 8040.0, 7987.0, 8055.0, 7966.0, 8002.0, 7984.0, 7982.0, 7985.0, 8003.0, 8048.0, 7983.0, 8008.0, 7977.0, 7981.0, 8020.0, 7976.0, 8014.0, 7993.0, 7986.0, 8011.0, 7982.0, 7981.0, 7965.0, 7982.0, 8037.0, 8003.0, 8017.0, 7987.0, 7999.0, 7982.0, 7984.0, 8016.0, 8003.0, 8018.0, 8013.0, 7984.0, 8029.0, 7979.0, 7998.0, 7977.0, 7980.0, 8024.0, 7977.0, 7983.0, 8026.0, 7979.0, 8023.0, 7979.0, 7991.0, 7959.0, 7961.0, 8026.0, 7979.0, 8028.0, 7976.0, 7978.0, 8005.0, 7981.0, 8036.0, 7968.0, 7971.0, 7985.0, 7998.0, 7985.0, 8024.0, 7982.0, 7997.0, 7949.0, 7980.0, 8014.0, 7961.0, 7964.0, 8044.0, 7986.0, 7993.0, 7981.0, 7988.0, 7975.0, 7978.0, 7991.0, 7962.0, 7983.0, 8032.0, 7982.0, 8027.0, 7978.0, 7994.0, 7960.0, 7961.0, 8008.0, 7959.0, 7995.0, 8003.0, 7959.0, 8006.0, 7954.0, 7957.0, 7999.0, 7953.0, 7970.0, 7954.0, 7970.0, 7999.0, 7957.0, 7972.0, 7959.0, 7976.0, 7988.0, 7959.0, 8007.0, 7961.0, 7976.0, 7960.0, 7979.0, 8028.0, 7983.0, 7999.0, 7974.0, 7989.0, 8033.0, 7986.0, 8001.0, 7987.0, 7995.0, 7982.0, 8004.0, 8052.0, 7985.0, 8011.0, 7965.0, 7980.0, 8025.0, 7964.0, 7996.0, 7979.0, 7984.0, 8011.0, 7950.0, 7998.0, 8032.0, 7996.0, 8016.0, 7975.0, 7995.0, 8010.0, 8013.0, 8013.0, 8027.0, 8012.0, 8014.0, 8057.0, 7991.0, 8007.0, 8071.0, 7994.0, 8042.0, 7970.0, 7989.0, 8027.0, 7986.0, 8042.0, 8005.0, 8007.0, 8000.0, 8028.0, 8067.0, 7966.0, 7978.0, 8002.0, 7958.0, 7992.0, 7977.0, 7978.0, 8028.0, 7965.0, 7982.0, 8054.0, 7975.0, 8022.0, 7940.0, 7955.0, 8028.0, 7950.0, 7994.0, 7930.0, 7947.0, 7990.0, 7930.0, 7959.0, 7912.0, 7945.0, 7962.0, 7932.0, 7965.0, 7931.0, 7947.0, 7938.0, 7963.0, 7999.0, 7976.0, 7975.0, 7972.0, 7986.0, 7973.0, 8006.0, 7984.0, 7955.0, 8005.0, 7940.0, 7957.0, 7939.0, 7976.0, 7986.0, 7944.0, 7974.0, 7948.0, 7968.0, 8009.0, 7972.0, 7996.0, 7950.0, 7981.0, 8009.0, 7967.0, 8015.0, 7968.0, 8007.0, 8069.0, 7988.0, 8029.0, 7953.0, 7996.0, 7964.0, 7965.0, 8025.0, 7967.0, 7999.0, 7984.0, 7987.0, 8046.0, 7968.0, 8027.0, 7968.0, 7980.0, 7979.0, 7980.0, 8026.0, 7968.0, 8015.0, 7966.0, 7986.0, 8061.0, 7969.0, 8026.0, 7971.0, 8006.0, 7967.0, 8005.0, 7972.0, 7982.0, 7994.0, 8008.0, 7997.0, 8012.0, 7980.0, 7995.0, 8065.0, 7985.0, 7985.0, 8047.0, 7988.0, 8019.0, 8017.0, 7988.0, 8029.0, 7969.0, 7984.0, 8019.0, 8012.0, 8049.0, 7996.0, 8008.0, 7995.0, 8010.0, 7994.0, 8013.0, 8052.0, 7975.0, 8000.0, 8041.0, 7967.0, 8031.0, 7985.0, 7987.0, 8041.0, 7967.0, 7981.0, 7979.0, 7978.0, 8008.0, 7966.0, 7980.0, 8024.0, 7965.0, 7995.0, 7962.0, 7964.0, 7993.0, 7961.0, 7981.0, 8026.0, 7967.0, 7999.0, 7952.0, 7984.0, 8010.0, 7967.0, 8000.0, 7965.0, 7987.0, 8052.0, 7992.0, 8018.0, 7985.0, 8003.0, 7969.0, 7984.0, 8015.0, 7985.0, 8007.0, 8054.0, 7994.0, 8049.0, 7971.0, 8001.0, 8011.0, 7983.0, 8033.0, 7995.0, 8003.0, 8002.0, 8007.0, 8036.0, 8004.0, 8029.0, 8031.0, 8031.0, 8018.0, 8027.0, 8009.0, 8029.0, 8025.0, 8012.0, 8068.0, 8006.0, 8029.0, 7982.0, 7983.0, 8008.0, 7982.0, 8050.0, 7986.0, 8030.0, 7963.0, 7975.0, 8019.0, 7959.0, 7973.0, 7984.0, 7958.0, 8004.0, 7961.0, 7975.0, 7946.0, 7987.0, 8000.0, 7987.0, 7986.0, 7991.0, 7985.0, 8002.0, 8017.0, 8004.0, 8033.0, 7983.0, 8016.0, 8042.0, 7962.0, 7978.0, 8020.0, 7962.0, 8011.0, 7983.0, 7963.0, 8034.0, 7959.0, 7975.0, 7985.0, 7958.0, 7990.0, 7959.0, 7981.0, 8028.0, 7983.0, 8011.0, 7980.0, 7981.0, 7963.0, 7964.0, 8011.0, 7976.0, 7999.0, 8012.0, 7984.0, 8032.0, 7981.0, 8009.0, 7961.0, 7962.0, 7989.0, 7977.0, 7992.0, 7963.0, 7983.0, 8028.0, 7988.0, 8036.0, 7991.0, 7985.0, 7981.0, 7982.0, 8009.0, 7979.0, 8000.0, 8014.0, 7991.0, 8059.0, 7994.0, 8062.0, 7973.0, 7990.0, 7995.0, 7991.0, 7991.0, 8005.0, 7992.0, 8008.0, 8065.0, 7974.0, 8003.0, 8060.0, 7985.0, 8031.0, 7982.0, 7983.0, 7980.0, 7984.0, 7996.0, 7993.0, 8014.0, 7992.0, 8005.0, 7992.0, 8020.0, 8010.0, 8041.0, 8047.0, 7981.0, 8011.0, 7962.0, 7980.0, 8007.0, 7963.0, 8010.0, 7963.0, 7979.0, 8022.0, 7961.0, 8006.0, 7960.0, 7977.0, 8012.0, 7976.0, 8006.0, 7976.0, 7977.0, 7961.0, 7978.0, 7994.0, 7979.0, 8001.0, 8022.0, 8002.0, 8032.0, 7995.0, 8039.0, 8033.0, 8102.0, 8027.0, 8010.0, 8010.0, 8044.0, 8009.0, 8027.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.005526597701149425</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03789163735632184</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.30522047761792</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2059589195742242</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0466318836478716</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4829</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4616.4038</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.22510707278435824</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>176</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>20.229885057471265</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.825933407141687</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.625945573756215</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2400472863876164</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6118073612812296</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00627778</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009362878277897835</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029007993638515472</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.4315028585231344</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>18.6794</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1509</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.5181</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301286.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>832.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.9996</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4521</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>437.0949</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2686.5053</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2929.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75258.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>597.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3610.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>853.5562</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.379034181823954</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> |