=== 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-0014 --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-0014",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0014_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0014_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-03/func/sub-0014_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>d285a283843698a8dab00a8d90d6dc81</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>15:58:54.935000</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_VE11C_LATEST_20160120</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.994305, 0.0017246, 0.106556, -0.0203069, 0.984615, 0.173554]</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_brain_imaging_center</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0828737</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4174, -7742, -7282, 467, -26, -35, 26, 21]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>249.46</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>fa5d6fb8-0655-4536-b2a5-275a1466f8b6||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6676483154296875, -0.05448189005255699, 0.28246620297431946, 107.69414520263672], [-0.004626962821930647, 2.6416499614715576, 0.4717695116996765, -96.63047790527344], [0.2858814001083374, -0.4656326472759247, 2.643415689468384, -68.07160186767578], [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': ['155854.935000', '155855.395000', '155855.855000', '155856.315000', '155856.775000', '155857.235000', '155857.695000', '155858.155000', '155858.615000', '155859.075000', '155859.535000', '155859.995000', '155900.455000', '155900.915000', '155901.375000', '155901.835000', '155902.295000', '155902.755000', '155903.215000', '155903.675000', '155904.135000', '155904.595000', '155905.055000', '155905.515000', '155905.975000', '155906.435000', '155906.895000', '155907.355000', '155907.815000', '155908.275000', '155908.735000', '155909.195000', '155909.655000', '155910.115000', '155910.575000', '155911.035000', '155911.495000', '155911.955000', '155912.415000', '155912.875000', '155913.335000', '155913.795000', '155914.255000', '155914.715000', '155915.175000', '155915.635000', '155916.095000', '155916.555000', '155917.015000', '155917.475000', '155917.935000', '155918.395000', '155918.855000', '155919.315000', '155919.775000', '155920.235000', '155920.695000', '155921.155000', '155921.615000', '155922.075000', '155922.535000', '155922.995000', '155923.455000', '155923.915000', '155924.375000', '155924.835000', '155925.295000', '155925.755000', '155926.215000', '155926.675000', '155927.135000', '155927.595000', '155928.055000', '155928.515000', '155928.975000', '155929.435000', '155929.895000', '155930.355000', '155930.815000', '155931.275000', '155931.735000', '155932.195000', '155932.655000', '155933.115000', '155933.575000', '155934.035000', '155934.495000', '155934.955000', '155935.415000', '155935.875000', '155936.335000', '155936.795000', '155937.255000', '155937.715000', '155938.175000', '155938.635000', '155939.095000', '155939.555000', '155940.015000', '155940.475000', '155940.935000', '155941.395000', '155941.855000', '155942.315000', '155942.775000', '155943.235000', '155943.695000', '155944.155000', '155944.615000', '155945.075000', '155945.535000', '155945.995000', '155946.455000', '155946.915000', '155947.375000', '155947.835000', '155948.295000', '155948.755000', '155949.215000', '155949.675000', '155950.135000', '155950.595000', '155951.055000', '155951.515000', '155951.975000', '155952.435000', '155952.895000', '155953.355000', '155953.815000', '155954.275000', '155954.735000', '155955.195000', '155955.655000', '155956.115000', '155956.575000', '155957.035000', '155957.495000', '155957.955000', '155958.415000', '155958.875000', '155959.335000', '155959.795000', '160000.255000', '160000.715000', '160001.175000', '160001.635000', '160002.095000', '160002.555000', '160003.015000', '160003.475000', '160003.935000', '160004.395000', '160004.855000', '160005.315000', '160005.775000', '160006.235000', '160006.695000', '160007.155000', '160007.615000', '160008.075000', '160008.535000', '160008.995000', '160009.455000', '160009.915000', '160010.375000', '160010.835000', '160011.295000', '160011.755000', '160012.215000', '160012.675000', '160013.135000', '160013.595000', '160014.055000', '160014.515000', '160014.975000', '160015.435000', '160015.895000', '160016.355000', '160016.815000', '160017.275000', '160017.735000', '160018.195000', '160018.655000', '160019.115000', '160019.575000', '160020.035000', '160020.495000', '160020.955000', '160021.415000', '160021.875000', '160022.335000', '160022.795000', '160023.255000', '160023.715000', '160024.175000', '160024.635000', '160025.095000', '160025.555000', '160026.015000', '160026.475000', '160026.935000', '160027.395000', '160027.855000', '160028.315000', '160028.775000', '160029.235000', '160029.695000', '160030.155000', '160030.615000', '160031.075000', '160031.535000', '160031.995000', '160032.455000', '160032.915000', '160033.375000', '160033.835000', '160034.295000', '160034.755000', '160035.215000', '160035.675000', '160036.135000', '160036.595000', '160037.055000', '160037.515000', '160037.975000', '160038.435000', '160038.895000', '160039.355000', '160039.815000', '160040.275000', '160040.735000', '160041.195000', '160041.655000', '160042.115000', '160042.575000', '160043.035000', '160043.495000', '160043.955000', '160044.415000', '160044.875000', '160045.335000', '160045.795000', '160046.255000', '160046.715000', '160047.175000', '160047.635000', '160048.095000', '160048.555000', '160049.015000', '160049.475000', '160049.935000', '160050.395000', '160050.855000', '160051.315000', '160051.775000', '160052.235000', '160052.695000', '160053.155000', '160053.615000', '160054.075000', '160054.535000', '160054.995000', '160055.455000', '160055.915000', '160056.375000', '160056.835000', '160057.295000', '160057.755000', '160058.215000', '160058.675000', '160059.135000', '160059.595000', '160100.055000', '160100.515000', '160100.975000', '160101.435000', '160101.895000', '160102.355000', '160102.815000', '160103.275000', '160103.735000', '160104.195000', '160104.655000', '160105.115000', '160105.575000', '160106.035000', '160106.495000', '160106.955000', '160107.415000', '160107.875000', '160108.335000', '160108.795000', '160109.255000', '160109.715000', '160110.175000', '160110.635000', '160111.095000', '160111.555000', '160112.015000', '160112.475000', '160112.935000', '160113.395000', '160113.855000', '160114.315000', '160114.775000', '160115.235000', '160115.695000', '160116.155000', '160116.615000', '160117.075000', '160117.535000', '160117.995000', '160118.455000', '160118.915000', '160119.375000', '160119.835000', '160120.295000', '160120.755000', '160121.215000', '160121.675000', '160122.135000', '160122.595000', '160123.055000', '160123.515000', '160123.975000', '160124.435000', '160124.895000', '160125.355000', '160125.815000', '160126.275000', '160126.735000', '160127.195000', '160127.655000', '160128.115000', '160128.575000', '160129.035000', '160129.495000', '160129.955000', '160130.415000', '160130.875000', '160131.335000', '160131.795000', '160132.255000', '160132.715000', '160133.175000', '160133.635000', '160134.095000', '160134.555000', '160135.015000', '160135.475000', '160135.935000', '160136.395000', '160136.855000', '160137.315000', '160137.775000', '160138.235000', '160138.695000', '160139.155000', '160139.615000', '160140.075000', '160140.535000', '160140.995000', '160141.455000', '160141.915000', '160142.375000', '160142.835000', '160143.295000', '160143.755000', '160144.215000', '160144.675000', '160145.135000', '160145.595000', '160146.055000', '160146.515000', '160146.975000', '160147.435000', '160147.895000', '160148.355000', '160148.815000', '160149.275000', '160149.735000', '160150.195000', '160150.655000', '160151.115000', '160151.575000', '160152.035000', '160152.495000', '160152.955000', '160153.415000', '160153.875000', '160154.335000', '160154.795000', '160155.255000', '160155.715000', '160156.175000', '160156.635000', '160157.095000', '160157.555000', '160158.015000', '160158.475000', '160158.935000', '160159.395000', '160159.855000', '160200.315000', '160200.775000', '160201.235000', '160201.695000', '160202.155000', '160202.615000', '160203.075000', '160203.535000', '160203.995000', '160204.455000', '160204.915000', '160205.375000', '160205.835000', '160206.295000', '160206.755000', '160207.215000', '160207.675000', '160208.135000', '160208.595000', '160209.055000', '160209.515000', '160209.975000', '160210.435000', '160210.895000', '160211.355000', '160211.815000', '160212.275000', '160212.735000', '160213.195000', '160213.655000', '160214.115000', '160214.575000', '160215.035000', '160215.495000', '160215.955000', '160216.415000', '160216.875000', '160217.335000', '160217.795000', '160218.255000', '160218.715000', '160219.175000', '160219.635000', '160220.095000', '160220.555000', '160221.015000', '160221.475000', '160221.935000', '160222.395000', '160222.855000', '160223.315000', '160223.775000', '160224.235000', '160224.695000', '160225.155000', '160225.615000', '160226.075000', '160226.535000', '160226.995000', '160227.455000', '160227.915000', '160228.375000', '160228.835000', '160229.295000', '160229.755000', '160230.215000', '160230.675000', '160231.135000', '160231.595000', '160232.055000', '160232.515000', '160232.975000', '160233.435000', '160233.895000', '160234.355000', '160234.815000', '160235.275000', '160235.735000', '160236.195000', '160236.655000', '160237.115000', '160237.575000', '160238.035000', '160238.495000', '160238.955000', '160239.415000', '160239.875000', '160240.335000', '160240.795000', '160241.255000', '160241.715000', '160242.175000', '160242.635000', '160243.095000', '160243.555000', '160244.015000', '160244.475000', '160244.935000', '160245.395000', '160245.855000', '160246.315000', '160246.775000', '160247.235000', '160247.695000', '160248.155000', '160248.615000', '160249.075000', '160249.535000', '160249.995000', '160250.455000', '160250.915000', '160251.375000', '160251.835000', '160252.295000', '160252.755000', '160253.215000', '160253.675000', '160254.135000', '160254.595000', '160255.055000', '160255.515000', '160255.975000', '160256.435000', '160256.895000', '160257.355000', '160257.815000', '160258.275000', '160258.735000', '160259.195000', '160259.655000', '160300.115000', '160300.575000', '160301.035000', '160301.495000', '160301.955000', '160302.415000', '160302.875000', '160303.335000', '160303.795000', '160304.255000', '160304.715000', '160305.175000', '160305.635000', '160306.095000', '160306.555000', '160307.015000', '160307.475000', '160307.935000', '160308.395000', '160308.855000', '160309.315000', '160309.775000', '160310.235000', '160310.695000', '160311.155000', '160311.615000', '160312.075000', '160312.535000', '160312.995000', '160313.455000', '160313.915000', '160314.375000', '160314.835000', '160315.295000', '160315.755000', '160316.215000', '160316.675000', '160317.135000', '160317.595000', '160318.055000', '160318.515000', '160318.975000', '160319.435000', '160319.895000', '160320.355000', '160320.815000', '160321.275000', '160321.735000', '160322.195000', '160322.655000', '160323.115000', '160323.575000', '160324.035000', '160324.495000', '160324.955000', '160325.415000', '160325.875000', '160326.335000', '160326.795000', '160327.255000', '160327.715000', '160328.175000', '160328.635000', '160329.095000', '160329.555000', '160330.015000', '160330.475000', '160330.935000', '160331.395000', '160331.855000', '160332.315000', '160332.775000', '160333.235000', '160333.695000', '160334.155000', '160334.615000', '160335.075000', '160335.535000', '160335.995000', '160336.455000', '160336.915000', '160337.375000', '160337.835000', '160338.295000', '160338.755000', '160339.215000', '160339.675000', '160340.135000', '160340.595000', '160341.055000', '160341.515000', '160341.975000', '160342.435000', '160342.895000', '160343.355000', '160343.815000', '160344.275000', '160344.735000', '160345.195000', '160345.655000', '160346.115000', '160346.575000', '160347.035000', '160347.495000', '160347.955000', '160348.415000', '160348.875000', '160349.335000', '160349.795000', '160350.255000', '160350.715000', '160351.175000', '160351.635000', '160352.095000', '160352.555000', '160353.015000', '160353.475000', '160353.935000', '160354.395000', '160354.855000', '160355.315000', '160355.775000', '160356.235000', '160356.695000', '160357.155000', '160357.615000', '160358.075000', '160358.535000', '160358.995000', '160359.455000', '160359.915000', '160400.375000', '160400.835000', '160401.295000', '160401.755000', '160402.215000', '160402.675000', '160403.135000', '160403.595000', '160404.055000', '160404.515000', '160404.975000', '160405.435000', '160405.895000', '160406.355000', '160406.815000', '160407.275000', '160407.735000', '160408.195000', '160408.655000', '160409.115000', '160409.575000', '160410.035000', '160410.495000', '160410.955000', '160411.415000', '160411.875000', '160412.335000', '160412.795000', '160413.255000', '160413.715000', '160414.175000', '160414.635000', '160415.095000', '160415.555000', '160416.015000', '160416.475000', '160416.935000', '160417.395000', '160417.855000', '160418.315000', '160418.775000', '160419.235000', '160419.695000', '160420.155000', '160420.615000', '160421.075000', '160421.535000', '160421.995000', '160422.455000', '160422.915000', '160423.375000', '160423.835000', '160424.295000', '160424.755000', '160425.215000', '160425.675000', '160426.135000', '160426.595000', '160427.055000', '160427.515000', '160427.975000', '160428.435000', '160428.895000', '160429.355000', '160429.815000', '160430.275000', '160430.735000', '160431.195000', '160431.655000', '160432.115000', '160432.575000', '160433.035000', '160433.495000', '160433.955000', '160434.415000', '160434.875000', '160435.335000', '160435.795000', '160436.255000', '160436.715000', '160437.175000', '160437.635000', '160438.095000', '160438.555000', '160439.015000', '160439.475000', '160439.935000', '160440.395000', '160440.855000', '160441.315000', '160441.775000', '160442.235000', '160442.695000', '160443.155000', '160443.615000', '160444.075000', '160444.535000', '160444.995000', '160445.455000', '160445.915000', '160446.375000', '160446.835000', '160447.295000', '160447.755000', '160448.215000', '160448.675000', '160449.135000', '160449.595000', '160450.055000', '160450.515000', '160450.975000', '160451.435000', '160451.895000', '160452.355000', '160452.815000', '160453.275000', '160453.735000', '160454.195000', '160454.655000', '160455.115000', '160455.575000', '160456.035000', '160456.495000', '160456.955000', '160457.415000', '160457.875000', '160458.335000', '160458.795000', '160459.255000', '160459.715000', '160500.175000', '160500.635000', '160501.095000', '160501.555000', '160502.015000', '160502.475000', '160502.935000', '160503.395000', '160503.855000', '160504.315000', '160504.775000', '160505.235000', '160505.695000', '160506.155000', '160506.615000', '160507.075000', '160507.535000', '160507.995000', '160508.455000', '160508.915000', '160509.375000', '160509.835000', '160510.295000', '160510.755000', '160511.215000', '160511.675000', '160512.135000', '160512.595000', '160513.055000', '160513.515000', '160513.975000', '160514.435000', '160514.895000', '160515.355000', '160515.815000', '160516.275000', '160516.735000', '160517.195000', '160517.655000', '160518.115000', '160518.575000', '160519.035000', '160519.495000', '160519.955000', '160520.415000', '160520.875000', '160521.335000', '160521.795000', '160522.255000', '160522.715000', '160523.175000', '160523.635000', '160524.095000', '160524.555000', '160525.015000', '160525.475000', '160525.935000', '160526.395000', '160526.855000', '160527.315000', '160527.775000', '160528.235000', '160528.695000', '160529.155000', '160529.615000', '160530.075000', '160530.535000', '160530.995000', '160531.455000', '160531.915000', '160532.375000', '160532.835000', '160533.295000', '160533.755000', '160534.215000', '160534.675000', '160535.135000', '160535.595000'], 'ContentTime': ['155908.283000', '155908.286000', '155908.289000', '155908.292000', '155908.301000', '155908.304000', '155908.307000', '155908.309000', '155908.312000', '155908.315000', '155908.318000', '155908.321000', '155908.323000', '155908.326000', '155908.335000', '155908.337000', '155908.340000', '155908.343000', '155908.346000', '155908.349000', '155908.352000', '155908.355000', '155908.358000', '155908.361000', '155908.364000', '155908.367000', '155908.369000', '155928.235000', '155928.238000', '155928.241000', '155928.244000', '155928.247000', '155928.249000', '155928.252000', '155928.256000', '155928.259000', '155928.262000', '155928.265000', '155928.268000', '155928.271000', '155928.273000', '155928.276000', '155928.279000', '155928.282000', '155928.285000', '155928.288000', '155928.290000', '155928.293000', '155928.296000', '155928.299000', '155928.302000', '155928.304000', '155928.307000', '155928.311000', '155928.314000', '155928.317000', '155928.320000', '155928.323000', '155928.348000', '155928.351000', '155928.354000', '155928.357000', '155928.360000', '155928.362000', '155928.365000', '155928.368000', '155928.371000', '155928.374000', '155928.376000', '155928.379000', '155948.234000', '155948.237000', '155948.240000', '155948.242000', '155948.245000', '155948.248000', '155948.251000', '155948.253000', '155948.256000', '155948.259000', '155948.262000', '155948.265000', '155948.267000', '155948.270000', '155948.273000', '155948.276000', '155948.278000', '155948.281000', '155948.284000', '155948.287000', '155948.289000', '155948.292000', '155948.295000', '155948.298000', '155948.301000', '155948.303000', '155948.306000', '155948.309000', '155948.312000', '155948.315000', '155948.322000', '155948.325000', '155948.327000', '155948.330000', '155948.333000', '155948.336000', '155948.338000', '155948.341000', '155948.344000', '155948.347000', '155948.349000', '155948.352000', '155948.355000', '155948.358000', '160008.234000', '160008.237000', '160008.239000', '160008.242000', '160008.245000', '160008.248000', '160008.251000', '160008.254000', '160008.256000', '160008.259000', '160008.262000', '160008.265000', '160008.268000', '160008.270000', '160008.273000', '160008.276000', '160008.279000', '160008.282000', '160008.284000', '160008.287000', '160008.290000', '160008.293000', '160008.296000', '160008.298000', '160008.301000', '160008.304000', '160008.307000', '160008.309000', '160008.312000', '160008.315000', '160008.318000', '160008.321000', '160008.323000', '160008.326000', '160008.329000', '160008.332000', '160008.334000', '160008.337000', '160008.340000', '160008.343000', '160008.347000', '160008.350000', '160008.353000', '160028.234000', '160028.237000', '160028.239000', '160028.242000', '160028.245000', '160028.248000', '160028.251000', '160028.253000', '160028.256000', '160028.259000', '160028.262000', '160028.265000', '160028.267000', '160028.270000', '160028.273000', '160028.276000', '160028.279000', '160028.281000', '160028.284000', '160028.287000', '160028.290000', '160028.292000', '160028.295000', '160028.298000', '160028.301000', '160028.304000', '160028.306000', '160028.309000', '160028.312000', '160028.315000', '160028.317000', '160028.320000', '160028.323000', '160028.326000', '160028.329000', '160028.331000', '160028.334000', '160028.337000', '160028.340000', '160028.342000', '160028.345000', '160028.348000', '160028.351000', '160028.354000', '160048.234000', '160048.237000', '160048.240000', '160048.243000', '160048.246000', '160048.251000', '160048.254000', '160048.257000', '160048.260000', '160048.262000', '160048.265000', '160048.268000', '160048.271000', '160048.274000', '160048.276000', '160048.279000', '160048.282000', '160048.285000', '160048.287000', '160048.291000', '160048.295000', '160048.297000', '160048.300000', '160048.303000', '160048.306000', '160048.309000', '160048.312000', '160048.314000', '160048.317000', '160048.320000', '160048.323000', '160048.326000', '160048.328000', '160048.331000', '160048.334000', '160048.337000', '160048.339000', '160048.342000', '160048.345000', '160048.362000', '160048.365000', '160048.368000', '160048.371000', '160108.235000', '160108.238000', '160108.240000', '160108.243000', '160108.246000', '160108.249000', '160108.252000', '160108.255000', '160108.257000', '160108.261000', '160108.264000', '160108.267000', '160108.270000', '160108.273000', '160108.275000', '160108.278000', '160108.281000', '160108.284000', '160108.286000', '160108.289000', '160108.292000', '160108.295000', '160108.298000', '160108.300000', '160108.303000', '160108.306000', '160108.309000', '160108.312000', '160108.315000', '160108.317000', '160108.320000', '160108.323000', '160108.326000', '160108.328000', '160108.331000', '160108.334000', '160108.337000', '160108.340000', '160108.343000', '160108.345000', '160108.348000', '160108.351000', '160108.354000', '160108.357000', '160128.235000', '160128.238000', '160128.241000', '160128.243000', '160128.246000', '160128.249000', '160128.252000', '160128.255000', '160128.258000', '160128.260000', '160128.263000', '160128.266000', '160128.269000', '160128.272000', '160128.275000', '160128.277000', '160128.280000', '160128.283000', '160128.286000', '160128.289000', '160128.291000', '160128.294000', '160128.297000', '160128.300000', '160128.303000', '160128.305000', '160128.308000', '160128.311000', '160128.314000', '160128.317000', '160128.319000', '160128.322000', '160128.325000', '160128.328000', '160128.331000', '160128.334000', '160128.336000', '160128.339000', '160128.342000', '160128.345000', '160128.348000', '160128.351000', '160128.354000', '160148.235000', '160148.238000', '160148.241000', '160148.243000', '160148.246000', '160148.249000', '160148.252000', '160148.255000', '160148.258000', '160148.260000', '160148.263000', '160148.266000', '160148.269000', '160148.272000', '160148.275000', '160148.277000', '160148.280000', '160148.283000', '160148.286000', '160148.289000', '160148.292000', '160148.294000', '160148.297000', '160148.300000', '160148.303000', '160148.306000', '160148.308000', '160148.311000', '160148.314000', '160148.317000', '160148.319000', '160148.322000', '160148.325000', '160148.328000', '160148.330000', '160148.333000', '160148.336000', '160148.339000', '160148.342000', '160148.345000', '160148.347000', '160148.350000', '160148.353000', '160148.356000', '160208.234000', '160208.237000', '160208.240000', '160208.242000', '160208.245000', '160208.248000', '160208.251000', '160208.254000', '160208.257000', '160208.259000', '160208.262000', '160208.265000', '160208.268000', '160208.271000', '160208.273000', '160208.276000', '160208.279000', '160208.282000', '160208.285000', '160208.287000', '160208.290000', '160208.293000', '160208.296000', '160208.299000', '160208.301000', '160208.304000', '160208.307000', '160208.310000', '160208.312000', '160208.315000', '160208.318000', '160208.321000', '160208.324000', '160208.326000', '160208.331000', '160208.334000', '160208.337000', '160208.340000', '160208.342000', '160208.345000', '160208.348000', '160208.351000', '160208.354000', '160228.234000', '160228.237000', '160228.240000', '160228.242000', '160228.245000', '160228.248000', '160228.251000', '160228.254000', '160228.256000', '160228.259000', '160228.262000', '160228.265000', '160228.268000', '160228.271000', '160228.273000', '160228.276000', '160228.279000', '160228.282000', '160228.285000', '160228.287000', '160228.290000', '160228.307000', '160228.310000', '160228.313000', '160228.316000', '160228.318000', '160228.321000', '160228.324000', '160228.327000', '160228.330000', '160228.332000', '160228.335000', '160228.338000', '160228.341000', '160228.344000', '160228.347000', '160228.349000', '160228.352000', '160228.355000', '160228.358000', '160228.360000', '160228.363000', '160228.366000', '160228.369000', '160248.234000', '160248.237000', '160248.239000', '160248.242000', '160248.245000', '160248.248000', '160248.251000', '160248.254000', '160248.256000', '160248.259000', '160248.262000', '160248.265000', '160248.267000', '160248.270000', '160248.273000', '160248.276000', '160248.279000', '160248.281000', '160248.284000', '160248.287000', '160248.290000', '160248.293000', '160248.296000', '160248.298000', '160248.301000', '160248.304000', '160248.307000', '160248.310000', '160248.312000', '160248.315000', '160248.318000', '160248.321000', '160248.324000', '160248.326000', '160248.329000', '160248.332000', '160248.335000', '160248.338000', '160248.340000', '160248.343000', '160248.346000', '160248.349000', '160248.351000', '160308.234000', '160308.237000', '160308.240000', '160308.243000', '160308.245000', '160308.248000', '160308.251000', '160308.254000', '160308.257000', '160308.259000', '160308.262000', '160308.265000', '160308.268000', '160308.271000', '160308.274000', '160308.277000', '160308.279000', '160308.282000', '160308.285000', '160308.288000', '160308.291000', '160308.294000', '160308.296000', '160308.299000', '160308.302000', '160308.305000', '160308.308000', '160308.310000', '160308.313000', '160308.316000', '160308.319000', '160308.322000', '160308.325000', '160308.327000', '160308.330000', '160308.333000', '160308.336000', '160308.339000', '160308.342000', '160308.344000', '160308.347000', '160308.350000', '160308.353000', '160308.356000', '160328.235000', '160328.238000', '160328.241000', '160328.244000', '160328.246000', '160328.249000', '160328.252000', '160328.255000', '160328.258000', '160328.260000', '160328.263000', '160328.266000', '160328.269000', '160328.272000', '160328.274000', '160328.277000', '160328.280000', '160328.283000', '160328.286000', '160328.289000', '160328.291000', '160328.294000', '160328.297000', '160328.300000', '160328.302000', '160328.305000', '160328.308000', '160328.311000', '160328.314000', '160328.316000', '160328.319000', '160328.322000', '160328.325000', '160328.328000', '160328.331000', '160328.333000', '160328.336000', '160328.339000', '160328.342000', '160328.345000', '160328.347000', '160328.350000', '160328.353000', '160348.235000', '160348.238000', '160348.241000', '160348.244000', '160348.246000', '160348.249000', '160348.252000', '160348.255000', '160348.257000', '160348.260000', '160348.263000', '160348.266000', '160348.269000', '160348.272000', '160348.274000', '160348.277000', '160348.280000', '160348.283000', '160348.286000', '160348.288000', '160348.291000', '160348.294000', '160348.297000', '160348.300000', '160348.302000', '160348.305000', '160348.308000', '160348.311000', '160348.314000', '160348.316000', '160348.319000', '160348.322000', '160348.325000', '160348.328000', '160348.330000', '160348.333000', '160348.337000', '160348.340000', '160348.343000', '160348.346000', '160348.348000', '160348.351000', '160348.354000', '160348.357000', '160408.235000', '160408.238000', '160408.248000', '160408.251000', '160408.253000', '160408.256000', '160408.259000', '160408.262000', '160408.265000', '160408.268000', '160408.270000', '160408.273000', '160408.276000', '160408.279000', '160408.281000', '160408.284000', '160408.287000', '160408.290000', '160408.293000', '160408.296000', '160408.298000', '160408.301000', '160408.304000', '160408.307000', '160408.310000', '160408.312000', '160408.315000', '160408.318000', '160408.321000', '160408.324000', '160408.333000', '160408.336000', '160408.339000', '160408.342000', '160408.345000', '160408.347000', '160408.350000', '160408.353000', '160408.356000', '160408.359000', '160408.362000', '160408.364000', '160408.367000', '160428.234000', '160428.237000', '160428.240000', '160428.243000', '160428.246000', '160428.249000', '160428.251000', '160428.254000', '160428.273000', '160428.276000', '160428.279000', '160428.282000', '160428.285000', '160428.287000', '160428.290000', '160428.293000', '160428.296000', '160428.299000', '160428.301000', '160428.304000', '160428.307000', '160428.310000', '160428.313000', '160428.315000', '160428.318000', '160428.321000', '160428.324000', '160428.327000', '160428.329000', '160428.332000', '160428.335000', '160428.338000', '160428.341000', '160428.344000', '160428.346000', '160428.349000', '160428.352000', '160428.355000', '160428.357000', '160428.360000', '160428.363000', '160428.366000', '160428.369000', '160448.234000', '160448.237000', '160448.240000', '160448.243000', '160448.245000', '160448.248000', '160448.251000', '160448.254000', '160448.256000', '160448.259000', '160448.262000', '160448.265000', '160448.268000', '160448.270000', '160448.273000', '160448.276000', '160448.279000', '160448.282000', '160448.284000', '160448.287000', '160448.290000', '160448.293000', '160448.296000', '160448.298000', '160448.301000', '160448.304000', '160448.307000', '160448.310000', '160448.313000', '160448.315000', '160448.318000', '160448.321000', '160448.324000', '160448.328000', '160448.331000', '160448.334000', '160448.337000', '160448.340000', '160448.343000', '160448.345000', '160448.348000', '160448.351000', '160448.361000', '160448.364000', '160508.234000', '160508.237000', '160508.240000', '160508.242000', '160508.245000', '160508.248000', '160508.251000', '160508.254000', '160508.257000', '160508.260000', '160508.263000', '160508.266000', '160508.269000', '160508.272000', '160508.275000', '160508.277000', '160508.280000', '160508.283000', '160508.286000', '160508.289000', '160508.291000', '160508.294000', '160508.297000', '160508.300000', '160508.303000', '160508.305000', '160508.308000', '160508.311000', '160508.314000', '160508.317000', '160508.319000', '160508.322000', '160508.325000', '160508.328000', '160508.331000', '160508.334000', '160508.336000', '160508.339000', '160508.342000', '160508.345000', '160508.348000', '160508.350000', '160508.354000', '160528.234000', '160528.237000', '160528.240000', '160528.243000', '160528.245000', '160528.248000', '160528.251000', '160528.254000', '160528.256000', '160528.259000', '160528.262000', '160528.265000', '160528.268000', '160528.277000', '160528.279000', '160528.282000', '160528.285000', '160528.288000', '160528.291000', '160528.293000', '160528.296000', '160528.299000', '160528.302000', '160528.305000', '160528.307000', '160528.310000', '160528.313000', '160528.316000', '160528.319000', '160528.321000', '160528.324000', '160528.327000', '160528.330000', '160528.333000', '160528.335000', '160528.338000', '160528.341000', '160528.344000', '160528.347000', '160528.350000', '160528.352000', '160528.355000', '160528.358000', '160528.361000', '160536.819000', '160536.824000', '160536.828000', '160536.831000', '160536.835000', '160536.839000', '160536.843000', '160536.846000', '160536.849000', '160536.852000', '160536.855000', '160536.858000', '160536.862000', '160536.864000', '160536.867000', '160536.870000', '160536.873000', '160536.876000', '160536.879000'], 'InstanceCreationTime': ['155908.283000', '155908.286000', '155908.289000', '155908.292000', '155908.301000', '155908.304000', '155908.307000', '155908.309000', '155908.312000', '155908.315000', '155908.318000', '155908.321000', '155908.323000', '155908.326000', '155908.335000', '155908.337000', '155908.340000', '155908.343000', '155908.346000', '155908.349000', '155908.352000', '155908.355000', '155908.358000', '155908.361000', '155908.364000', '155908.367000', '155908.369000', '155928.235000', '155928.238000', '155928.241000', '155928.244000', '155928.247000', '155928.249000', '155928.252000', '155928.256000', '155928.259000', '155928.262000', '155928.265000', '155928.268000', '155928.271000', '155928.273000', '155928.276000', '155928.279000', '155928.282000', '155928.285000', '155928.288000', '155928.290000', '155928.293000', '155928.296000', '155928.299000', '155928.302000', '155928.304000', '155928.307000', '155928.311000', '155928.314000', '155928.317000', '155928.320000', '155928.323000', '155928.348000', '155928.351000', '155928.354000', '155928.357000', '155928.360000', '155928.362000', '155928.365000', '155928.368000', '155928.371000', '155928.374000', '155928.376000', '155928.379000', '155948.234000', '155948.237000', '155948.240000', '155948.242000', '155948.245000', '155948.248000', '155948.251000', '155948.253000', '155948.256000', '155948.259000', '155948.262000', '155948.265000', '155948.267000', '155948.270000', '155948.273000', '155948.276000', '155948.278000', '155948.281000', '155948.284000', '155948.287000', '155948.289000', '155948.292000', '155948.295000', '155948.298000', '155948.301000', '155948.303000', '155948.306000', '155948.309000', '155948.312000', '155948.315000', '155948.322000', '155948.325000', '155948.327000', '155948.330000', '155948.333000', '155948.336000', '155948.338000', '155948.341000', '155948.344000', '155948.347000', '155948.349000', '155948.352000', '155948.355000', '155948.358000', '160008.234000', '160008.237000', '160008.239000', '160008.242000', '160008.245000', '160008.248000', '160008.251000', '160008.254000', '160008.256000', '160008.259000', '160008.262000', '160008.265000', '160008.268000', '160008.270000', '160008.273000', '160008.276000', '160008.279000', '160008.282000', '160008.284000', '160008.287000', '160008.290000', '160008.293000', '160008.296000', '160008.298000', '160008.301000', '160008.304000', '160008.307000', '160008.309000', '160008.312000', '160008.315000', '160008.318000', '160008.321000', '160008.323000', '160008.326000', '160008.329000', '160008.332000', '160008.334000', '160008.337000', '160008.340000', '160008.343000', '160008.347000', '160008.350000', '160008.353000', '160028.234000', '160028.237000', '160028.239000', '160028.242000', '160028.245000', '160028.248000', '160028.251000', '160028.253000', '160028.256000', '160028.259000', '160028.262000', '160028.265000', '160028.267000', '160028.270000', '160028.273000', '160028.276000', '160028.279000', '160028.281000', '160028.284000', '160028.287000', '160028.290000', '160028.292000', '160028.295000', '160028.298000', '160028.301000', '160028.304000', '160028.306000', '160028.309000', '160028.312000', '160028.315000', '160028.317000', '160028.320000', '160028.323000', '160028.326000', '160028.329000', '160028.331000', '160028.334000', '160028.337000', '160028.340000', '160028.342000', '160028.345000', '160028.348000', '160028.351000', '160028.354000', '160048.234000', '160048.237000', '160048.240000', '160048.243000', '160048.246000', '160048.251000', '160048.254000', '160048.257000', '160048.260000', '160048.262000', '160048.265000', '160048.268000', '160048.271000', '160048.274000', '160048.276000', '160048.279000', '160048.282000', '160048.285000', '160048.287000', '160048.291000', '160048.295000', '160048.297000', '160048.300000', '160048.303000', '160048.306000', '160048.309000', '160048.312000', '160048.314000', '160048.317000', '160048.320000', '160048.323000', '160048.326000', '160048.328000', '160048.331000', '160048.334000', '160048.337000', '160048.339000', '160048.342000', '160048.345000', '160048.362000', '160048.365000', '160048.368000', '160048.371000', '160108.235000', '160108.238000', '160108.240000', '160108.243000', '160108.246000', '160108.249000', '160108.252000', '160108.255000', '160108.257000', '160108.261000', '160108.264000', '160108.267000', '160108.270000', '160108.273000', '160108.275000', '160108.278000', '160108.281000', '160108.284000', '160108.286000', '160108.289000', '160108.292000', '160108.295000', '160108.298000', '160108.300000', '160108.303000', '160108.306000', '160108.309000', '160108.312000', '160108.315000', '160108.317000', '160108.320000', '160108.323000', '160108.326000', '160108.328000', '160108.331000', '160108.334000', '160108.337000', '160108.340000', '160108.343000', '160108.345000', '160108.348000', '160108.351000', '160108.354000', '160108.357000', '160128.235000', '160128.238000', '160128.241000', '160128.243000', '160128.246000', '160128.249000', '160128.252000', '160128.255000', '160128.258000', '160128.260000', '160128.263000', '160128.266000', '160128.269000', '160128.272000', '160128.275000', '160128.277000', '160128.280000', '160128.283000', '160128.286000', '160128.289000', '160128.291000', '160128.294000', '160128.297000', '160128.300000', '160128.303000', '160128.305000', '160128.308000', '160128.311000', '160128.314000', '160128.317000', '160128.319000', '160128.322000', '160128.325000', '160128.328000', '160128.331000', '160128.334000', '160128.336000', '160128.339000', '160128.342000', '160128.345000', '160128.348000', '160128.351000', '160128.354000', '160148.235000', '160148.238000', '160148.241000', '160148.243000', '160148.246000', '160148.249000', '160148.252000', '160148.255000', '160148.258000', '160148.260000', '160148.263000', '160148.266000', '160148.269000', '160148.272000', '160148.275000', '160148.277000', '160148.280000', '160148.283000', '160148.286000', '160148.289000', '160148.292000', '160148.294000', '160148.297000', '160148.300000', '160148.303000', '160148.306000', '160148.308000', '160148.311000', '160148.314000', '160148.317000', '160148.319000', '160148.322000', '160148.325000', '160148.328000', '160148.330000', '160148.333000', '160148.336000', '160148.339000', '160148.342000', '160148.345000', '160148.347000', '160148.350000', '160148.353000', '160148.356000', '160208.234000', '160208.237000', '160208.240000', '160208.242000', '160208.245000', '160208.248000', '160208.251000', '160208.254000', '160208.257000', '160208.259000', '160208.262000', '160208.265000', '160208.268000', '160208.271000', '160208.273000', '160208.276000', '160208.279000', '160208.282000', '160208.285000', '160208.287000', '160208.290000', '160208.293000', '160208.296000', '160208.299000', '160208.301000', '160208.304000', '160208.307000', '160208.310000', '160208.312000', '160208.315000', '160208.318000', '160208.321000', '160208.324000', '160208.326000', '160208.331000', '160208.334000', '160208.337000', '160208.340000', '160208.342000', '160208.345000', '160208.348000', '160208.351000', '160208.354000', '160228.234000', '160228.237000', '160228.240000', '160228.242000', '160228.245000', '160228.248000', '160228.251000', '160228.254000', '160228.256000', '160228.259000', '160228.262000', '160228.265000', '160228.268000', '160228.271000', '160228.273000', '160228.276000', '160228.279000', '160228.282000', '160228.285000', '160228.287000', '160228.290000', '160228.307000', '160228.310000', '160228.313000', '160228.316000', '160228.318000', '160228.321000', '160228.324000', '160228.327000', '160228.330000', '160228.332000', '160228.335000', '160228.338000', '160228.341000', '160228.344000', '160228.347000', '160228.349000', '160228.352000', '160228.355000', '160228.358000', '160228.360000', '160228.363000', '160228.366000', '160228.369000', '160248.234000', '160248.237000', '160248.239000', '160248.242000', '160248.245000', '160248.248000', '160248.251000', '160248.254000', '160248.256000', '160248.259000', '160248.262000', '160248.265000', '160248.267000', '160248.270000', '160248.273000', '160248.276000', '160248.279000', '160248.281000', '160248.284000', '160248.287000', '160248.290000', '160248.293000', '160248.296000', '160248.298000', '160248.301000', '160248.304000', '160248.307000', '160248.310000', '160248.312000', '160248.315000', '160248.318000', '160248.321000', '160248.324000', '160248.326000', '160248.329000', '160248.332000', '160248.335000', '160248.338000', '160248.340000', '160248.343000', '160248.346000', '160248.349000', '160248.351000', '160308.234000', '160308.237000', '160308.240000', '160308.243000', '160308.245000', '160308.248000', '160308.251000', '160308.254000', '160308.257000', '160308.259000', '160308.262000', '160308.265000', '160308.268000', '160308.271000', '160308.274000', '160308.277000', '160308.279000', '160308.282000', '160308.285000', '160308.288000', '160308.291000', '160308.294000', '160308.296000', '160308.299000', '160308.302000', '160308.305000', '160308.308000', '160308.310000', '160308.313000', '160308.316000', '160308.319000', '160308.322000', '160308.325000', '160308.327000', '160308.330000', '160308.333000', '160308.336000', '160308.339000', '160308.342000', '160308.344000', '160308.347000', '160308.350000', '160308.353000', '160308.356000', '160328.235000', '160328.238000', '160328.241000', '160328.244000', '160328.246000', '160328.249000', '160328.252000', '160328.255000', '160328.258000', '160328.260000', '160328.263000', '160328.266000', '160328.269000', '160328.272000', '160328.274000', '160328.277000', '160328.280000', '160328.283000', '160328.286000', '160328.289000', '160328.291000', '160328.294000', '160328.297000', '160328.300000', '160328.302000', '160328.305000', '160328.308000', '160328.311000', '160328.314000', '160328.316000', '160328.319000', '160328.322000', '160328.325000', '160328.328000', '160328.331000', '160328.333000', '160328.336000', '160328.339000', '160328.342000', '160328.345000', '160328.347000', '160328.350000', '160328.353000', '160348.235000', '160348.238000', '160348.241000', '160348.244000', '160348.246000', '160348.249000', '160348.252000', '160348.255000', '160348.257000', '160348.260000', '160348.263000', '160348.266000', '160348.269000', '160348.272000', '160348.274000', '160348.277000', '160348.280000', '160348.283000', '160348.286000', '160348.288000', '160348.291000', '160348.294000', '160348.297000', '160348.300000', '160348.302000', '160348.305000', '160348.308000', '160348.311000', '160348.314000', '160348.316000', '160348.319000', '160348.322000', '160348.325000', '160348.328000', '160348.330000', '160348.333000', '160348.337000', '160348.340000', '160348.343000', '160348.346000', '160348.348000', '160348.351000', '160348.354000', '160348.357000', '160408.235000', '160408.238000', '160408.248000', '160408.251000', '160408.253000', '160408.256000', '160408.259000', '160408.262000', '160408.265000', '160408.268000', '160408.270000', '160408.273000', '160408.276000', '160408.279000', '160408.281000', '160408.284000', '160408.287000', '160408.290000', '160408.293000', '160408.296000', '160408.298000', '160408.301000', '160408.304000', '160408.307000', '160408.310000', '160408.312000', '160408.315000', '160408.318000', '160408.321000', '160408.324000', '160408.333000', '160408.336000', '160408.339000', '160408.342000', '160408.345000', '160408.347000', '160408.350000', '160408.353000', '160408.356000', '160408.359000', '160408.362000', '160408.364000', '160408.367000', '160428.234000', '160428.237000', '160428.240000', '160428.243000', '160428.246000', '160428.249000', '160428.251000', '160428.254000', '160428.273000', '160428.276000', '160428.279000', '160428.282000', '160428.285000', '160428.287000', '160428.290000', '160428.293000', '160428.296000', '160428.299000', '160428.301000', '160428.304000', '160428.307000', '160428.310000', '160428.313000', '160428.315000', '160428.318000', '160428.321000', '160428.324000', '160428.327000', '160428.329000', '160428.332000', '160428.335000', '160428.338000', '160428.341000', '160428.344000', '160428.346000', '160428.349000', '160428.352000', '160428.355000', '160428.357000', '160428.360000', '160428.363000', '160428.366000', '160428.369000', '160448.234000', '160448.237000', '160448.240000', '160448.243000', '160448.245000', '160448.248000', '160448.251000', '160448.254000', '160448.256000', '160448.259000', '160448.262000', '160448.265000', '160448.268000', '160448.270000', '160448.273000', '160448.276000', '160448.279000', '160448.282000', '160448.284000', '160448.287000', '160448.290000', '160448.293000', '160448.296000', '160448.298000', '160448.301000', '160448.304000', '160448.307000', '160448.310000', '160448.313000', '160448.315000', '160448.318000', '160448.321000', '160448.324000', '160448.328000', '160448.331000', '160448.334000', '160448.337000', '160448.340000', '160448.343000', '160448.345000', '160448.348000', '160448.351000', '160448.361000', '160448.364000', '160508.234000', '160508.237000', '160508.240000', '160508.242000', '160508.245000', '160508.248000', '160508.251000', '160508.254000', '160508.257000', '160508.260000', '160508.263000', '160508.266000', '160508.269000', '160508.272000', '160508.275000', '160508.277000', '160508.280000', '160508.283000', '160508.286000', '160508.289000', '160508.291000', '160508.294000', '160508.297000', '160508.300000', '160508.303000', '160508.305000', '160508.308000', '160508.311000', '160508.314000', '160508.317000', '160508.319000', '160508.322000', '160508.325000', '160508.328000', '160508.331000', '160508.334000', '160508.336000', '160508.339000', '160508.342000', '160508.345000', '160508.348000', '160508.350000', '160508.354000', '160528.234000', '160528.237000', '160528.240000', '160528.243000', '160528.245000', '160528.248000', '160528.251000', '160528.254000', '160528.256000', '160528.259000', '160528.262000', '160528.265000', '160528.268000', '160528.277000', '160528.279000', '160528.282000', '160528.285000', '160528.288000', '160528.291000', '160528.293000', '160528.296000', '160528.299000', '160528.302000', '160528.305000', '160528.307000', '160528.310000', '160528.313000', '160528.316000', '160528.319000', '160528.321000', '160528.324000', '160528.327000', '160528.330000', '160528.333000', '160528.335000', '160528.338000', '160528.341000', '160528.344000', '160528.347000', '160528.350000', '160528.352000', '160528.355000', '160528.358000', '160528.361000', '160536.819000', '160536.824000', '160536.828000', '160536.831000', '160536.835000', '160536.839000', '160536.843000', '160536.846000', '160536.849000', '160536.852000', '160536.855000', '160536.858000', '160536.862000', '160536.864000', '160536.867000', '160536.870000', '160536.873000', '160536.876000', '160536.879000'], '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': [13587, 10469, 12680, 9872, 12578, 10271, 11551, 11877, 8909, 12615, 8914, 12675, 9962, 12511, 10550, 8609, 11995, 8752, 12714, 10298, 12353, 10445, 11899, 10631, 8911, 11877, 8777, 12354, 9852, 12426, 10548, 13538, 9914, 7950, 10343, 8417, 11373, 9697, 12224, 9809, 8124, 10519, 8427, 11232, 9382, 11304, 9307, 8231, 11114, 8514, 11705, 9120, 11570, 9687, 11836, 9998, 8335, 11360, 8509, 11869, 9632, 10908, 9405, 8333, 10632, 8696, 12756, 10749, 13406, 9461, 8499, 10491, 8640, 11613, 9303, 12330, 9186, 11780, 9227, 12381, 9272, 10467, 10502, 8145, 10985, 8547, 11190, 9584, 10526, 10392, 7760, 10884, 8387, 11191, 9217, 11499, 9678, 10488, 9656, 7898, 11287, 8598, 11971, 10449, 12900, 9985, 8459, 10291, 8564, 11858, 9989, 12225, 10022, 11292, 9356, 10408, 10209, 11798, 10895, 11282, 12355, 8797, 11571, 8841, 12192, 9396, 12005, 10428, 11654, 9165, 12417, 8853, 9873, 9455, 8706, 11044, 9414, 12929, 10470, 10473, 8541, 8226, 11133, 8936, 10886, 9075, 11414, 9357, 10906, 10160, 8999, 10886, 8743, 11656, 9212, 12061, 9615, 12407, 9212, 12296, 8760, 9413, 10289, 8909, 11389, 8657, 12074, 9337, 11644, 9061, 10798, 9952, 8451, 11392, 8265, 11596, 8951, 11959, 9901, 10702, 10552, 8254, 11165, 8523, 11849, 9704, 11723, 9894, 12256, 9885, 10862, 9099, 9112, 11030, 8319, 11422, 8778, 12011, 10352, 13099, 10535, 9269, 12148, 8689, 12266, 9270, 11814, 9082, 12243, 9426, 11496, 10029, 9201, 10292, 8837, 11298, 8910, 11974, 9186, 12271, 9832, 11450, 8643, 8063, 10392, 8672, 11604, 10202, 11464, 8768, 11466, 9109, 11523, 9752, 11255, 9522, 12154, 9623, 12738, 8902, 10396, 8763, 8916, 10764, 8279, 11611, 8564, 11377, 8825, 9299, 9633, 8981, 11310, 8605, 12006, 9121, 11684, 9663, 11871, 9985, 12332, 10318, 9175, 11191, 8950, 11983, 9151, 12198, 10877, 12290, 9714, 8237, 11917, 9199, 12097, 9316, 8590, 10893, 8494, 11405, 9583, 12312, 9805, 10328, 10798, 8540, 12201, 9526, 10650, 10234, 8554, 11813, 9439, 12257, 9948, 10176, 9562, 8121, 10793, 8574, 12022, 10412, 12017, 9684, 8330, 9628, 8165, 10893, 9172, 11986, 9848, 11648, 8593, 8193, 10253, 8109, 11703, 10160, 11918, 9107, 9097, 9844, 8107, 11700, 10239, 13104, 9603, 8745, 10797, 8681, 11800, 10032, 13183, 10648, 13051, 9576, 10086, 10576, 10140, 11879, 8923, 12119, 8739, 12135, 9169, 11813, 9648, 12589, 9841, 8223, 11341, 8862, 12658, 9485, 8601, 11257, 9000, 11597, 9749, 12385, 9657, 10383, 9456, 9050, 10977, 8855, 12443, 9166, 12130, 9270, 12248, 8943, 10794, 11142, 8811, 11922, 8767, 11399, 8974, 12144, 9643, 9987, 11243, 8245, 11338, 8605, 11999, 9844, 12723, 9995, 7812, 10556, 8346, 11496, 9347, 12026, 10682, 13226, 9615, 10558, 9129, 9262, 11529, 9421, 12371, 9451, 11976, 9116, 11008, 9465, 9426, 11866, 8643, 12161, 9400, 11675, 9100, 11914, 10059, 13079, 10183, 10077, 9139, 8840, 10989, 9212, 11505, 9246, 12207, 9207, 11821, 9000, 11692, 9382, 11869, 10175, 13922, 9945, 8395, 9703, 8633, 11120, 8599, 7575, 9984, 8260, 11035, 9293, 10959, 10041, 12503, 10866, 13656, 9369, 10787, 8875, 12908, 10086, 13028, 10158, 12625, 8611, 10115, 8583, 9372, 11478, 8535, 11103, 8435, 11750, 8770, 9262, 10643, 8473, 11271, 8304, 11465, 9148, 11896, 10176, 11677, 9453, 11957, 9224, 11042, 9077, 10627, 11762, 8353, 11641, 8820, 12004, 8880, 12517, 9640, 12063, 9862, 11480, 8830, 11584, 9538, 12700, 9646, 12688, 9810, 8494, 9835, 8373, 11090, 8552, 11449, 9709, 11896, 9591, 11424, 8738, 11149, 9035, 11282, 9712, 11272, 9617, 11700, 8988, 9965, 8489, 8250, 10702, 8460, 11761, 10307, 12337, 9570, 8167, 10070, 8424, 11061, 8983, 11728, 10100, 11751, 9446, 10949, 9325, 8752, 11416, 9020, 11796, 10017, 12136, 9593, 8771, 10371, 8587, 11748, 9375, 11809, 9944, 8497, 11471, 8398, 11501, 8965, 9756, 9869, 9327, 11462, 8995, 11643, 9058, 12086, 9403, 11471, 9671, 10761, 10256, 8463, 10810, 8626, 11226, 8794, 11362, 9168, 12384, 10130, 11381, 8485, 8255, 10777, 8973, 11963, 9350, 8958, 11160, 9205, 11513, 9346, 10202, 9157, 10849, 10267, 11047, 10447, 10257, 10275, 9277, 11526, 10064, 11748, 8773, 11810, 8758, 11510, 9021, 11798, 9423, 8583, 10717, 8363, 10863, 8903, 11632, 9980, 12258, 9074, 7975, 9846, 8413, 11154, 9618, 11868, 9912, 12253, 9061, 7661, 9110, 8371, 10602, 9351, 10279, 9447, 9436, 12702, 10455, 9570, 11570, 8824, 11660, 9638, 11699, 9641, 11738, 9867, 8648, 11024, 8549, 11588, 9130, 11106, 9877, 12429, 9833, 8230, 11135, 8513, 11496, 8883, 11401, 9260, 10896, 9398, 9645, 9431, 10385, 10179, 11144, 10447, 10821, 11891, 8797, 11484, 8606, 11428, 8982, 11295, 9768, 12881, 9707, 7791, 9243, 8384, 10430, 8760, 10602, 9872, 11444, 8941, 11541, 8777, 10710, 8730, 11208, 9464, 11638, 8689, 11224, 8272, 11064, 8821, 11872, 9393, 9502, 9899, 8693, 10784, 8449, 11205, 8932, 11662, 8387, 11508, 8717, 11442, 9332, 11049, 8968, 10655, 9388, 8716, 11268, 8595, 11477, 8880, 9470, 8745, 8660, 9541, 10202, 10271, 8724, 10226, 8610, 10890, 10159, 11303, 8850, 11739, 9592, 11673, 9449, 10023, 9948, 9457, 11931, 9310, 11670, 9111, 10443, 8387, 8817, 11382, 9663, 11737, 9434, 11305, 8684, 9958, 10012, 10497, 11422, 8762, 11215, 8831, 11307, 9078, 11745, 10527, 11675, 9630, 12601, 8996, 10634, 8793, 10577, 10241, 9285, 11538, 8627, 11549, 9133, 12059, 8902, 8490, 9835, 9644, 12249, 9489, 8420, 9977, 8796, 10632, 9419, 11714, 10338, 14197, 9607, 12117, 9151, 11757, 10375, 13173, 9870, 12840, 9081, 10958, 8891, 11662, 9551, 11633, 8989, 8154, 9166, 8471, 10916, 8929, 11678, 9669, 11195, 8889, 11679, 8835, 10105, 10535, 8912, 11409, 8801, 11415, 9129, 11388, 9727, 12408, 9695, 8573, 9575, 8668, 10961, 9037, 11876, 9661, 11970, 9702, 12028, 9077, 8095, 9987, 8840, 11039, 9501, 11737, 9793, 11610, 8925, 9456, 8600, 10503, 10812, 9237, 12791, 12727, 16568, 9116, 8723], 'WindowCenter': [3867.0, 3829.0, 3834.0, 3811.0, 3819.0, 3809.0, 3806.0, 3804.0, 3772.0, 3802.0, 3770.0, 3792.0, 3773.0, 3802.0, 3781.0, 3760.0, 3791.0, 3758.0, 3790.0, 3780.0, 3801.0, 3780.0, 3789.0, 3768.0, 3745.0, 3775.0, 3744.0, 3775.0, 3766.0, 3787.0, 3777.0, 3786.0, 3766.0, 3744.0, 3765.0, 3744.0, 3788.0, 3769.0, 3800.0, 3780.0, 3747.0, 3778.0, 3758.0, 3790.0, 3784.0, 3803.0, 3770.0, 3759.0, 3790.0, 3759.0, 3781.0, 3769.0, 3782.0, 3782.0, 3802.0, 3782.0, 3758.0, 3789.0, 3758.0, 3789.0, 3769.0, 3779.0, 3769.0, 3749.0, 3779.0, 3771.0, 3803.0, 3792.0, 3800.0, 3769.0, 3757.0, 3779.0, 3770.0, 3790.0, 3769.0, 3801.0, 3769.0, 3779.0, 3768.0, 3801.0, 3761.0, 3769.0, 3779.0, 3745.0, 3769.0, 3757.0, 3789.0, 3782.0, 3793.0, 3793.0, 3749.0, 3783.0, 3772.0, 3803.0, 3784.0, 3805.0, 3796.0, 3785.0, 3783.0, 3761.0, 3804.0, 3772.0, 3804.0, 3794.0, 3803.0, 3773.0, 3760.0, 3781.0, 3770.0, 3806.0, 3795.0, 3803.0, 3783.0, 3794.0, 3763.0, 3770.0, 3782.0, 3802.0, 3791.0, 3770.0, 3780.0, 3745.0, 3777.0, 3756.0, 3789.0, 3768.0, 3788.0, 3778.0, 3776.0, 3756.0, 3787.0, 3756.0, 3767.0, 3768.0, 3758.0, 3790.0, 3770.0, 3801.0, 3781.0, 3779.0, 3758.0, 3757.0, 3781.0, 3770.0, 3790.0, 3771.0, 3802.0, 3782.0, 3792.0, 3780.0, 3769.0, 3778.0, 3747.0, 3779.0, 3767.0, 3790.0, 3768.0, 3788.0, 3757.0, 3787.0, 3756.0, 3755.0, 3779.0, 3769.0, 3789.0, 3757.0, 3789.0, 3767.0, 3787.0, 3769.0, 3790.0, 3780.0, 3750.0, 3790.0, 3759.0, 3791.0, 3769.0, 3802.0, 3783.0, 3781.0, 3772.0, 3759.0, 3791.0, 3759.0, 3790.0, 3769.0, 3802.0, 3782.0, 3800.0, 3780.0, 3779.0, 3770.0, 3759.0, 3779.0, 3747.0, 3789.0, 3759.0, 3790.0, 3782.0, 3792.0, 3779.0, 3759.0, 3789.0, 3757.0, 3788.0, 3769.0, 3788.0, 3769.0, 3801.0, 3770.0, 3791.0, 3770.0, 3768.0, 3778.0, 3755.0, 3777.0, 3756.0, 3788.0, 3757.0, 3790.0, 3767.0, 3788.0, 3757.0, 3746.0, 3778.0, 3771.0, 3792.0, 3781.0, 3791.0, 3771.0, 3781.0, 3771.0, 3790.0, 3783.0, 3794.0, 3771.0, 3789.0, 3770.0, 3787.0, 3759.0, 3766.0, 3747.0, 3769.0, 3791.0, 3759.0, 3792.0, 3759.0, 3790.0, 3771.0, 3769.0, 3772.0, 3782.0, 3803.0, 3773.0, 3804.0, 3782.0, 3802.0, 3783.0, 3803.0, 3783.0, 3803.0, 3781.0, 3758.0, 3777.0, 3757.0, 3787.0, 3771.0, 3801.0, 3779.0, 3788.0, 3767.0, 3746.0, 3787.0, 3768.0, 3790.0, 3768.0, 3758.0, 3790.0, 3759.0, 3781.0, 3770.0, 3791.0, 3780.0, 3770.0, 3779.0, 3757.0, 3779.0, 3768.0, 3776.0, 3767.0, 3757.0, 3789.0, 3769.0, 3789.0, 3780.0, 3767.0, 3767.0, 3746.0, 3777.0, 3755.0, 3789.0, 3780.0, 3790.0, 3768.0, 3757.0, 3768.0, 3757.0, 3790.0, 3783.0, 3794.0, 3782.0, 3790.0, 3759.0, 3759.0, 3780.0, 3762.0, 3804.0, 3783.0, 3803.0, 3773.0, 3771.0, 3782.0, 3762.0, 3805.0, 3795.0, 3817.0, 3784.0, 3771.0, 3792.0, 3771.0, 3804.0, 3782.0, 3804.0, 3781.0, 3800.0, 3770.0, 3767.0, 3771.0, 3782.0, 3791.0, 3758.0, 3780.0, 3746.0, 3787.0, 3757.0, 3788.0, 3782.0, 3801.0, 3769.0, 3759.0, 3792.0, 3771.0, 3801.0, 3771.0, 3773.0, 3793.0, 3771.0, 3792.0, 3762.0, 3802.0, 3773.0, 3779.0, 3769.0, 3759.0, 3778.0, 3757.0, 3789.0, 3768.0, 3788.0, 3767.0, 3787.0, 3757.0, 3778.0, 3790.0, 3757.0, 3789.0, 3758.0, 3789.0, 3757.0, 3790.0, 3770.0, 3779.0, 3789.0, 3757.0, 3790.0, 3759.0, 3791.0, 3782.0, 3801.0, 3771.0, 3748.0, 3779.0, 3758.0, 3790.0, 3783.0, 3802.0, 3792.0, 3801.0, 3770.0, 3781.0, 3769.0, 3768.0, 3791.0, 3769.0, 3802.0, 3769.0, 3790.0, 3758.0, 3779.0, 3771.0, 3770.0, 3790.0, 3758.0, 3790.0, 3768.0, 3780.0, 3758.0, 3790.0, 3780.0, 3800.0, 3768.0, 3757.0, 3756.0, 3756.0, 3777.0, 3767.0, 3788.0, 3756.0, 3778.0, 3755.0, 3777.0, 3756.0, 3776.0, 3756.0, 3790.0, 3780.0, 3799.0, 3766.0, 3746.0, 3766.0, 3758.0, 3789.0, 3758.0, 3748.0, 3781.0, 3771.0, 3793.0, 3783.0, 3793.0, 3794.0, 3804.0, 3793.0, 3792.0, 3768.0, 3778.0, 3756.0, 3788.0, 3769.0, 3789.0, 3766.0, 3785.0, 3746.0, 3764.0, 3756.0, 3755.0, 3778.0, 3756.0, 3777.0, 3757.0, 3790.0, 3760.0, 3782.0, 3793.0, 3751.0, 3792.0, 3762.0, 3792.0, 3771.0, 3803.0, 3782.0, 3792.0, 3772.0, 3791.0, 3770.0, 3778.0, 3770.0, 3780.0, 3792.0, 3758.0, 3781.0, 3769.0, 3789.0, 3769.0, 3800.0, 3781.0, 3801.0, 3781.0, 3789.0, 3757.0, 3778.0, 3757.0, 3787.0, 3769.0, 3787.0, 3767.0, 3745.0, 3766.0, 3734.0, 3775.0, 3736.0, 3788.0, 3770.0, 3788.0, 3768.0, 3788.0, 3759.0, 3779.0, 3759.0, 3779.0, 3769.0, 3778.0, 3768.0, 3778.0, 3756.0, 3765.0, 3755.0, 3745.0, 3778.0, 3757.0, 3780.0, 3781.0, 3800.0, 3760.0, 3758.0, 3779.0, 3748.0, 3789.0, 3769.0, 3802.0, 3782.0, 3791.0, 3781.0, 3779.0, 3770.0, 3760.0, 3790.0, 3758.0, 3790.0, 3781.0, 3790.0, 3770.0, 3756.0, 3767.0, 3758.0, 3788.0, 3768.0, 3790.0, 3769.0, 3758.0, 3790.0, 3760.0, 3792.0, 3761.0, 3760.0, 3782.0, 3771.0, 3792.0, 3771.0, 3792.0, 3759.0, 3792.0, 3770.0, 3789.0, 3773.0, 3780.0, 3769.0, 3747.0, 3779.0, 3745.0, 3777.0, 3746.0, 3778.0, 3769.0, 3789.0, 3768.0, 3778.0, 3746.0, 3746.0, 3778.0, 3769.0, 3791.0, 3772.0, 3773.0, 3806.0, 3785.0, 3804.0, 3784.0, 3794.0, 3772.0, 3783.0, 3774.0, 3793.0, 3781.0, 3780.0, 3771.0, 3758.0, 3791.0, 3770.0, 3791.0, 3737.0, 3779.0, 3746.0, 3777.0, 3760.0, 3790.0, 3758.0, 3758.0, 3778.0, 3747.0, 3778.0, 3759.0, 3791.0, 3782.0, 3791.0, 3750.0, 3751.0, 3770.0, 3759.0, 3793.0, 3783.0, 3792.0, 3781.0, 3790.0, 3772.0, 3749.0, 3759.0, 3760.0, 3781.0, 3771.0, 3781.0, 3784.0, 3775.0, 3807.0, 3794.0, 3771.0, 3783.0, 3771.0, 3791.0, 3770.0, 3792.0, 3773.0, 3791.0, 3772.0, 3759.0, 3781.0, 3759.0, 3778.0, 3758.0, 3778.0, 3770.0, 3789.0, 3771.0, 3747.0, 3779.0, 3759.0, 3791.0, 3770.0, 3790.0, 3773.0, 3792.0, 3774.0, 3771.0, 3771.0, 3780.0, 3781.0, 3790.0, 3781.0, 3779.0, 3791.0, 3747.0, 3779.0, 3747.0, 3777.0, 3756.0, 3768.0, 3769.0, 3789.0, 3769.0, 3748.0, 3769.0, 3758.0, 3780.0, 3759.0, 3792.0, 3782.0, 3792.0, 3760.0, 3791.0, 3758.0, 3768.0, 3746.0, 3778.0, 3767.0, 3779.0, 3745.0, 3777.0, 3747.0, 3776.0, 3759.0, 3790.0, 3769.0, 3769.0, 3769.0, 3757.0, 3780.0, 3746.0, 3777.0, 3757.0, 3778.0, 3745.0, 3767.0, 3746.0, 3778.0, 3757.0, 3776.0, 3757.0, 3768.0, 3769.0, 3757.0, 3779.0, 3758.0, 3789.0, 3769.0, 3770.0, 3759.0, 3750.0, 3773.0, 3782.0, 3784.0, 3772.0, 3782.0, 3759.0, 3780.0, 3781.0, 3792.0, 3758.0, 3790.0, 3768.0, 3789.0, 3770.0, 3768.0, 3769.0, 3771.0, 3791.0, 3771.0, 3790.0, 3758.0, 3778.0, 3747.0, 3758.0, 3781.0, 3782.0, 3791.0, 3770.0, 3791.0, 3760.0, 3769.0, 3782.0, 3782.0, 3791.0, 3758.0, 3780.0, 3758.0, 3779.0, 3759.0, 3791.0, 3780.0, 3780.0, 3768.0, 3788.0, 3758.0, 3777.0, 3748.0, 3780.0, 3781.0, 3759.0, 3780.0, 3746.0, 3778.0, 3758.0, 3790.0, 3760.0, 3759.0, 3782.0, 3782.0, 3804.0, 3785.0, 3763.0, 3784.0, 3774.0, 3795.0, 3786.0, 3807.0, 3784.0, 3814.0, 3771.0, 3793.0, 3769.0, 3792.0, 3781.0, 3791.0, 3768.0, 3789.0, 3756.0, 3765.0, 3757.0, 3778.0, 3769.0, 3779.0, 3749.0, 3747.0, 3757.0, 3746.0, 3778.0, 3759.0, 3791.0, 3770.0, 3771.0, 3761.0, 3790.0, 3760.0, 3781.0, 3782.0, 3761.0, 3792.0, 3762.0, 3793.0, 3771.0, 3782.0, 3773.0, 3792.0, 3771.0, 3759.0, 3769.0, 3759.0, 3780.0, 3757.0, 3792.0, 3770.0, 3791.0, 3770.0, 3789.0, 3759.0, 3748.0, 3769.0, 3758.0, 3791.0, 3783.0, 3802.0, 3783.0, 3793.0, 3772.0, 3783.0, 3773.0, 3784.0, 3795.0, 3772.0, 3832.0, 3830.0, 3838.0, 3773.0, 3759.0], 'WindowWidth': [8656.0, 8587.0, 8590.0, 8554.0, 8560.0, 8548.0, 8538.0, 8531.0, 8483.0, 8524.0, 8479.0, 8503.0, 8481.0, 8526.0, 8494.0, 8465.0, 8508.0, 8459.0, 8502.0, 8492.0, 8522.0, 8492.0, 8502.0, 8471.0, 8436.0, 8475.0, 8432.0, 8475.0, 8465.0, 8497.0, 8484.0, 8494.0, 8465.0, 8434.0, 8462.0, 8434.0, 8498.0, 8475.0, 8519.0, 8492.0, 8444.0, 8487.0, 8461.0, 8506.0, 8502.0, 8529.0, 8481.0, 8464.0, 8507.0, 8464.0, 8488.0, 8478.0, 8492.0, 8501.0, 8524.0, 8496.0, 8460.0, 8503.0, 8459.0, 8501.0, 8476.0, 8490.0, 8476.0, 8442.0, 8490.0, 8484.0, 8526.0, 8509.0, 8520.0, 8476.0, 8457.0, 8488.0, 8478.0, 8507.0, 8476.0, 8521.0, 8474.0, 8481.0, 8473.0, 8520.0, 8462.0, 8469.0, 8489.0, 8439.0, 8467.0, 8458.0, 8503.0, 8500.0, 8515.0, 8514.0, 8452.0, 8493.0, 8487.0, 8528.0, 8505.0, 8537.0, 8524.0, 8501.0, 8500.0, 8471.0, 8529.0, 8486.0, 8532.0, 8518.0, 8529.0, 8479.0, 8466.0, 8494.0, 8480.0, 8534.0, 8522.0, 8529.0, 8502.0, 8515.0, 8465.0, 8472.0, 8497.0, 8525.0, 8508.0, 8469.0, 8482.0, 8437.0, 8481.0, 8451.0, 8502.0, 8473.0, 8498.0, 8485.0, 8480.0, 8452.0, 8494.0, 8453.0, 8469.0, 8471.0, 8460.0, 8507.0, 8478.0, 8523.0, 8492.0, 8488.0, 8457.0, 8457.0, 8486.0, 8478.0, 8505.0, 8483.0, 8525.0, 8500.0, 8512.0, 8493.0, 8475.0, 8486.0, 8436.0, 8485.0, 8470.0, 8504.0, 8471.0, 8498.0, 8455.0, 8495.0, 8454.0, 8450.0, 8489.0, 8475.0, 8502.0, 8457.0, 8500.0, 8470.0, 8496.0, 8475.0, 8507.0, 8493.0, 8447.0, 8504.0, 8462.0, 8505.0, 8476.0, 8523.0, 8499.0, 8495.0, 8476.0, 8462.0, 8505.0, 8462.0, 8503.0, 8477.0, 8525.0, 8497.0, 8519.0, 8491.0, 8487.0, 8477.0, 8460.0, 8488.0, 8443.0, 8501.0, 8460.0, 8505.0, 8498.0, 8504.0, 8490.0, 8455.0, 8501.0, 8457.0, 8498.0, 8474.0, 8499.0, 8476.0, 8521.0, 8481.0, 8508.0, 8478.0, 8472.0, 8484.0, 8450.0, 8481.0, 8452.0, 8497.0, 8456.0, 8504.0, 8470.0, 8499.0, 8457.0, 8442.0, 8487.0, 8484.0, 8506.0, 8496.0, 8509.0, 8482.0, 8487.0, 8481.0, 8505.0, 8501.0, 8515.0, 8482.0, 8502.0, 8477.0, 8496.0, 8458.0, 8466.0, 8437.0, 8475.0, 8509.0, 8463.0, 8509.0, 8464.0, 8504.0, 8481.0, 8477.0, 8481.0, 8501.0, 8529.0, 8488.0, 8528.0, 8497.0, 8522.0, 8499.0, 8528.0, 8499.0, 8526.0, 8493.0, 8451.0, 8483.0, 8454.0, 8496.0, 8481.0, 8521.0, 8488.0, 8499.0, 8468.0, 8440.0, 8496.0, 8474.0, 8502.0, 8473.0, 8460.0, 8504.0, 8461.0, 8486.0, 8478.0, 8506.0, 8491.0, 8471.0, 8488.0, 8455.0, 8481.0, 8471.0, 8478.0, 8469.0, 8456.0, 8500.0, 8475.0, 8503.0, 8490.0, 8469.0, 8467.0, 8439.0, 8481.0, 8450.0, 8500.0, 8492.0, 8503.0, 8472.0, 8457.0, 8472.0, 8456.0, 8504.0, 8499.0, 8507.0, 8496.0, 8505.0, 8463.0, 8461.0, 8492.0, 8470.0, 8529.0, 8499.0, 8525.0, 8485.0, 8481.0, 8496.0, 8473.0, 8533.0, 8519.0, 8547.0, 8501.0, 8482.0, 8509.0, 8480.0, 8529.0, 8497.0, 8528.0, 8492.0, 8518.0, 8476.0, 8469.0, 8473.0, 8497.0, 8507.0, 8458.0, 8483.0, 8439.0, 8493.0, 8455.0, 8499.0, 8495.0, 8520.0, 8475.0, 8462.0, 8508.0, 8480.0, 8519.0, 8479.0, 8485.0, 8510.0, 8480.0, 8509.0, 8463.0, 8522.0, 8484.0, 8488.0, 8475.0, 8460.0, 8485.0, 8457.0, 8503.0, 8472.0, 8499.0, 8468.0, 8494.0, 8455.0, 8485.0, 8502.0, 8456.0, 8500.0, 8459.0, 8498.0, 8456.0, 8504.0, 8478.0, 8488.0, 8501.0, 8457.0, 8502.0, 8461.0, 8506.0, 8498.0, 8520.0, 8475.0, 8446.0, 8488.0, 8460.0, 8503.0, 8499.0, 8525.0, 8512.0, 8520.0, 8476.0, 8491.0, 8474.0, 8472.0, 8507.0, 8476.0, 8523.0, 8473.0, 8502.0, 8457.0, 8485.0, 8478.0, 8478.0, 8504.0, 8459.0, 8503.0, 8473.0, 8487.0, 8458.0, 8505.0, 8491.0, 8518.0, 8470.0, 8448.0, 8452.0, 8451.0, 8482.0, 8470.0, 8498.0, 8453.0, 8477.0, 8451.0, 8474.0, 8452.0, 8478.0, 8453.0, 8503.0, 8491.0, 8515.0, 8466.0, 8440.0, 8467.0, 8458.0, 8501.0, 8462.0, 8448.0, 8495.0, 8483.0, 8514.0, 8502.0, 8516.0, 8518.0, 8531.0, 8513.0, 8503.0, 8473.0, 8483.0, 8453.0, 8500.0, 8474.0, 8501.0, 8466.0, 8489.0, 8437.0, 8459.0, 8452.0, 8451.0, 8479.0, 8452.0, 8482.0, 8457.0, 8502.0, 8460.0, 8498.0, 8514.0, 8450.0, 8512.0, 8470.0, 8510.0, 8480.0, 8527.0, 8498.0, 8511.0, 8481.0, 8506.0, 8476.0, 8485.0, 8478.0, 8490.0, 8508.0, 8458.0, 8484.0, 8474.0, 8501.0, 8475.0, 8518.0, 8496.0, 8521.0, 8493.0, 8501.0, 8456.0, 8483.0, 8454.0, 8495.0, 8473.0, 8494.0, 8466.0, 8433.0, 8462.0, 8414.0, 8475.0, 8417.0, 8497.0, 8477.0, 8499.0, 8473.0, 8499.0, 8461.0, 8488.0, 8461.0, 8487.0, 8475.0, 8486.0, 8472.0, 8483.0, 8452.0, 8464.0, 8451.0, 8437.0, 8484.0, 8458.0, 8484.0, 8495.0, 8518.0, 8458.0, 8460.0, 8487.0, 8439.0, 8502.0, 8475.0, 8523.0, 8496.0, 8507.0, 8494.0, 8487.0, 8474.0, 8462.0, 8502.0, 8459.0, 8504.0, 8493.0, 8503.0, 8475.0, 8452.0, 8466.0, 8456.0, 8496.0, 8472.0, 8502.0, 8474.0, 8458.0, 8502.0, 8462.0, 8508.0, 8460.0, 8457.0, 8497.0, 8481.0, 8511.0, 8478.0, 8507.0, 8462.0, 8505.0, 8476.0, 8502.0, 8483.0, 8488.0, 8473.0, 8440.0, 8483.0, 8436.0, 8480.0, 8438.0, 8485.0, 8474.0, 8499.0, 8470.0, 8482.0, 8438.0, 8440.0, 8486.0, 8475.0, 8506.0, 8484.0, 8488.0, 8536.0, 8505.0, 8530.0, 8503.0, 8516.0, 8485.0, 8492.0, 8483.0, 8512.0, 8494.0, 8488.0, 8476.0, 8456.0, 8505.0, 8475.0, 8505.0, 8421.0, 8484.0, 8438.0, 8479.0, 8463.0, 8502.0, 8459.0, 8456.0, 8483.0, 8441.0, 8483.0, 8460.0, 8505.0, 8496.0, 8505.0, 8444.0, 8450.0, 8475.0, 8459.0, 8512.0, 8501.0, 8510.0, 8494.0, 8504.0, 8481.0, 8447.0, 8460.0, 8461.0, 8492.0, 8481.0, 8492.0, 8500.0, 8487.0, 8535.0, 8515.0, 8479.0, 8489.0, 8479.0, 8505.0, 8475.0, 8508.0, 8484.0, 8505.0, 8478.0, 8459.0, 8489.0, 8459.0, 8483.0, 8455.0, 8484.0, 8477.0, 8501.0, 8477.0, 8443.0, 8486.0, 8462.0, 8507.0, 8478.0, 8502.0, 8485.0, 8511.0, 8490.0, 8480.0, 8479.0, 8489.0, 8491.0, 8502.0, 8494.0, 8484.0, 8503.0, 8438.0, 8483.0, 8440.0, 8479.0, 8451.0, 8465.0, 8475.0, 8500.0, 8473.0, 8444.0, 8473.0, 8459.0, 8492.0, 8461.0, 8511.0, 8495.0, 8510.0, 8462.0, 8504.0, 8457.0, 8470.0, 8436.0, 8483.0, 8469.0, 8487.0, 8436.0, 8479.0, 8440.0, 8479.0, 8461.0, 8504.0, 8475.0, 8474.0, 8472.0, 8455.0, 8487.0, 8438.0, 8484.0, 8457.0, 8486.0, 8437.0, 8462.0, 8438.0, 8481.0, 8453.0, 8477.0, 8453.0, 8470.0, 8474.0, 8456.0, 8486.0, 8458.0, 8500.0, 8476.0, 8477.0, 8464.0, 8445.0, 8480.0, 8498.0, 8502.0, 8483.0, 8496.0, 8463.0, 8490.0, 8490.0, 8507.0, 8458.0, 8500.0, 8469.0, 8501.0, 8475.0, 8472.0, 8473.0, 8480.0, 8507.0, 8479.0, 8502.0, 8458.0, 8483.0, 8442.0, 8457.0, 8487.0, 8495.0, 8506.0, 8476.0, 8504.0, 8463.0, 8473.0, 8497.0, 8495.0, 8507.0, 8458.0, 8489.0, 8456.0, 8485.0, 8458.0, 8506.0, 8490.0, 8488.0, 8471.0, 8498.0, 8457.0, 8481.0, 8444.0, 8487.0, 8491.0, 8460.0, 8488.0, 8439.0, 8482.0, 8458.0, 8503.0, 8461.0, 8460.0, 8493.0, 8499.0, 8529.0, 8504.0, 8473.0, 8504.0, 8491.0, 8517.0, 8509.0, 8538.0, 8502.0, 8542.0, 8480.0, 8509.0, 8474.0, 8507.0, 8492.0, 8505.0, 8469.0, 8499.0, 8452.0, 8462.0, 8454.0, 8483.0, 8475.0, 8487.0, 8440.0, 8440.0, 8453.0, 8439.0, 8483.0, 8460.0, 8505.0, 8475.0, 8471.0, 8465.0, 8502.0, 8463.0, 8494.0, 8495.0, 8458.0, 8507.0, 8466.0, 8508.0, 8477.0, 8493.0, 8483.0, 8509.0, 8478.0, 8460.0, 8473.0, 8459.0, 8487.0, 8456.0, 8507.0, 8478.0, 8504.0, 8475.0, 8499.0, 8460.0, 8445.0, 8474.0, 8460.0, 8506.0, 8501.0, 8523.0, 8501.0, 8513.0, 8483.0, 8497.0, 8486.0, 8495.0, 8517.0, 8485.0, 8581.0, 8576.0, 8580.0, 8485.0, 8460.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.0001955005753739931</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01945068411967779</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.221978684193466</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1533500260138263</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.985032053870967</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5032</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3063.0</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07436745196535993</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.34522439585730724</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.750030659010432</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7030591173722303</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0427292001829556</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5043036594761094</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00750602</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007707397919148207</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.038260120898485184</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.4001920820318796</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>15.6304</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.4892</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.9072</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296418.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>990.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.515</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5293</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.6626</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2880.281</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3112.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80126.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>637.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3897.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>915.2367</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.62105234293267</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> |