=== 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-0037 --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-0037",
"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-0037_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0037_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0037/ses-03/func/sub-0037_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>6216817e31f7e5e4588b2cc227f53a7b</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>17:24:48.542500</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.999551, 0.0294697, -0.00550875, -0.029666, 0.998768, -0.0397899]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.096222</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7741, -7226, 510, -44, -161, 39, 49]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>262.993</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a25cb187-ad66-4dde-b290-6f0910ba0bb2||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.6817209720611572, -0.07959159463644028, -0.01168928574770689, 116.74121856689453], [-0.07906518131494522, 2.6796205043792725, -0.10782559961080551, -87.05282592773438], [-0.014779577031731606, 0.10675331205129623, 2.6978209018707275, -55.5608024597168], [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': ['172448.542500', '172449.002500', '172449.462500', '172449.922500', '172450.382500', '172450.842500', '172451.302500', '172451.762500', '172452.222500', '172452.682500', '172453.142500', '172453.602500', '172454.062500', '172454.522500', '172454.982500', '172455.442500', '172455.902500', '172456.362500', '172456.822500', '172457.282500', '172457.742500', '172458.202500', '172458.662500', '172459.122500', '172459.582500', '172500.042500', '172500.502500', '172500.962500', '172501.422500', '172501.882500', '172502.342500', '172502.802500', '172503.262500', '172503.722500', '172504.182500', '172504.642500', '172505.102500', '172505.562500', '172506.022500', '172506.482500', '172506.942500', '172507.402500', '172507.862500', '172508.322500', '172508.782500', '172509.242500', '172509.702500', '172510.162500', '172510.622500', '172511.082500', '172511.542500', '172512.002500', '172512.462500', '172512.922500', '172513.382500', '172513.842500', '172514.302500', '172514.762500', '172515.222500', '172515.682500', '172516.142500', '172516.602500', '172517.062500', '172517.522500', '172517.982500', '172518.442500', '172518.902500', '172519.362500', '172519.822500', '172520.282500', '172520.742500', '172521.202500', '172521.662500', '172522.122500', '172522.582500', '172523.042500', '172523.502500', '172523.962500', '172524.422500', '172524.882500', '172525.342500', '172525.802500', '172526.262500', '172526.722500', '172527.182500', '172527.642500', '172528.102500', '172528.562500', '172529.022500', '172529.482500', '172529.942500', '172530.402500', '172530.862500', '172531.322500', '172531.782500', '172532.242500', '172532.702500', '172533.162500', '172533.622500', '172534.082500', '172534.542500', '172535.002500', '172535.462500', '172535.922500', '172536.382500', '172536.842500', '172537.302500', '172537.762500', '172538.222500', '172538.682500', '172539.142500', '172539.602500', '172540.062500', '172540.522500', '172540.982500', '172541.442500', '172541.902500', '172542.362500', '172542.822500', '172543.282500', '172543.742500', '172544.202500', '172544.662500', '172545.122500', '172545.582500', '172546.042500', '172546.502500', '172546.962500', '172547.422500', '172547.882500', '172548.342500', '172548.802500', '172549.262500', '172549.722500', '172550.182500', '172550.642500', '172551.102500', '172551.562500', '172552.022500', '172552.482500', '172552.942500', '172553.402500', '172553.862500', '172554.322500', '172554.782500', '172555.242500', '172555.702500', '172556.162500', '172556.622500', '172557.082500', '172557.542500', '172558.002500', '172558.462500', '172558.922500', '172559.382500', '172559.842500', '172600.302500', '172600.762500', '172601.222500', '172601.682500', '172602.142500', '172602.602500', '172603.062500', '172603.522500', '172603.982500', '172604.442500', '172604.902500', '172605.362500', '172605.822500', '172606.282500', '172606.742500', '172607.202500', '172607.662500', '172608.122500', '172608.582500', '172609.042500', '172609.502500', '172609.962500', '172610.422500', '172610.882500', '172611.342500', '172611.802500', '172612.262500', '172612.722500', '172613.182500', '172613.642500', '172614.102500', '172614.562500', '172615.022500', '172615.482500', '172615.942500', '172616.402500', '172616.862500', '172617.322500', '172617.782500', '172618.242500', '172618.702500', '172619.162500', '172619.622500', '172620.082500', '172620.542500', '172621.002500', '172621.462500', '172621.922500', '172622.382500', '172622.842500', '172623.302500', '172623.762500', '172624.222500', '172624.682500', '172625.142500', '172625.602500', '172626.062500', '172626.522500', '172626.982500', '172627.442500', '172627.902500', '172628.362500', '172628.822500', '172629.282500', '172629.742500', '172630.202500', '172630.662500', '172631.122500', '172631.582500', '172632.042500', '172632.502500', '172632.962500', '172633.422500', '172633.882500', '172634.342500', '172634.802500', '172635.262500', '172635.722500', '172636.182500', '172636.642500', '172637.102500', '172637.562500', '172638.022500', '172638.482500', '172638.942500', '172639.402500', '172639.862500', '172640.322500', '172640.782500', '172641.242500', '172641.702500', '172642.162500', '172642.622500', '172643.082500', '172643.542500', '172644.002500', '172644.462500', '172644.922500', '172645.382500', '172645.842500', '172646.302500', '172646.762500', '172647.222500', '172647.682500', '172648.142500', '172648.602500', '172649.062500', '172649.522500', '172649.982500', '172650.442500', '172650.902500', '172651.362500', '172651.822500', '172652.282500', '172652.742500', '172653.202500', '172653.662500', '172654.122500', '172654.582500', '172655.042500', '172655.502500', '172655.962500', '172656.422500', '172656.882500', '172657.342500', '172657.802500', '172658.262500', '172658.722500', '172659.182500', '172659.642500', '172700.102500', '172700.562500', '172701.022500', '172701.482500', '172701.942500', '172702.402500', '172702.862500', '172703.322500', '172703.782500', '172704.242500', '172704.702500', '172705.162500', '172705.622500', '172706.082500', '172706.542500', '172707.002500', '172707.462500', '172707.922500', '172708.382500', '172708.842500', '172709.302500', '172709.762500', '172710.222500', '172710.682500', '172711.142500', '172711.602500', '172712.062500', '172712.522500', '172712.982500', '172713.442500', '172713.902500', '172714.362500', '172714.822500', '172715.282500', '172715.742500', '172716.202500', '172716.662500', '172717.122500', '172717.582500', '172718.042500', '172718.502500', '172718.962500', '172719.422500', '172719.882500', '172720.342500', '172720.802500', '172721.262500', '172721.722500', '172722.182500', '172722.642500', '172723.102500', '172723.562500', '172724.022500', '172724.482500', '172724.942500', '172725.402500', '172725.862500', '172726.322500', '172726.782500', '172727.242500', '172727.702500', '172728.162500', '172728.622500', '172729.082500', '172729.542500', '172730.002500', '172730.462500', '172730.922500', '172731.382500', '172731.842500', '172732.302500', '172732.762500', '172733.222500', '172733.682500', '172734.142500', '172734.602500', '172735.062500', '172735.522500', '172735.982500', '172736.442500', '172736.902500', '172737.362500', '172737.822500', '172738.282500', '172738.742500', '172739.202500', '172739.662500', '172740.122500', '172740.582500', '172741.042500', '172741.502500', '172741.962500', '172742.422500', '172742.882500', '172743.342500', '172743.802500', '172744.262500', '172744.722500', '172745.182500', '172745.642500', '172746.102500', '172746.562500', '172747.022500', '172747.482500', '172747.942500', '172748.402500', '172748.862500', '172749.322500', '172749.782500', '172750.242500', '172750.702500', '172751.162500', '172751.622500', '172752.082500', '172752.542500', '172753.002500', '172753.462500', '172753.922500', '172754.382500', '172754.842500', '172755.302500', '172755.762500', '172756.222500', '172756.682500', '172757.142500', '172757.602500', '172758.062500', '172758.522500', '172758.982500', '172759.442500', '172759.902500', '172800.362500', '172800.822500', '172801.282500', '172801.742500', '172802.202500', '172802.662500', '172803.122500', '172803.582500', '172804.042500', '172804.502500', '172804.962500', '172805.422500', '172805.882500', '172806.342500', '172806.802500', '172807.262500', '172807.722500', '172808.182500', '172808.642500', '172809.102500', '172809.562500', '172810.022500', '172810.482500', '172810.942500', '172811.402500', '172811.862500', '172812.322500', '172812.782500', '172813.242500', '172813.702500', '172814.162500', '172814.622500', '172815.082500', '172815.542500', '172816.002500', '172816.462500', '172816.922500', '172817.382500', '172817.842500', '172818.302500', '172818.762500', '172819.222500', '172819.682500', '172820.142500', '172820.602500', '172821.062500', '172821.522500', '172821.982500', '172822.442500', '172822.902500', '172823.362500', '172823.822500', '172824.282500', '172824.742500', '172825.202500', '172825.662500', '172826.122500', '172826.582500', '172827.042500', '172827.502500', '172827.962500', '172828.422500', '172828.882500', '172829.342500', '172829.802500', '172830.262500', '172830.722500', '172831.182500', '172831.642500', '172832.102500', '172832.562500', '172833.022500', '172833.482500', '172833.942500', '172834.402500', '172834.862500', '172835.322500', '172835.782500', '172836.242500', '172836.702500', '172837.162500', '172837.622500', '172838.082500', '172838.542500', '172839.002500', '172839.462500', '172839.922500', '172840.382500', '172840.842500', '172841.302500', '172841.762500', '172842.222500', '172842.682500', '172843.142500', '172843.602500', '172844.062500', '172844.522500', '172844.982500', '172845.442500', '172845.902500', '172846.362500', '172846.822500', '172847.282500', '172847.742500', '172848.202500', '172848.662500', '172849.122500', '172849.582500', '172850.042500', '172850.502500', '172850.962500', '172851.422500', '172851.882500', '172852.342500', '172852.802500', '172853.262500', '172853.722500', '172854.182500', '172854.642500', '172855.102500', '172855.562500', '172856.022500', '172856.482500', '172856.942500', '172857.402500', '172857.862500', '172858.322500', '172858.782500', '172859.242500', '172859.702500', '172900.162500', '172900.622500', '172901.082500', '172901.542500', '172902.002500', '172902.462500', '172902.922500', '172903.382500', '172903.842500', '172904.302500', '172904.762500', '172905.222500', '172905.682500', '172906.142500', '172906.602500', '172907.062500', '172907.522500', '172907.982500', '172908.442500', '172908.902500', '172909.362500', '172909.822500', '172910.282500', '172910.742500', '172911.202500', '172911.662500', '172912.122500', '172912.582500', '172913.042500', '172913.502500', '172913.962500', '172914.422500', '172914.882500', '172915.342500', '172915.802500', '172916.262500', '172916.722500', '172917.182500', '172917.642500', '172918.102500', '172918.562500', '172919.022500', '172919.482500', '172919.942500', '172920.402500', '172920.862500', '172921.322500', '172921.782500', '172922.242500', '172922.702500', '172923.162500', '172923.622500', '172924.082500', '172924.542500', '172925.002500', '172925.462500', '172925.922500', '172926.382500', '172926.842500', '172927.302500', '172927.762500', '172928.222500', '172928.682500', '172929.142500', '172929.602500', '172930.062500', '172930.522500', '172930.982500', '172931.442500', '172931.902500', '172932.362500', '172932.822500', '172933.282500', '172933.742500', '172934.202500', '172934.662500', '172935.122500', '172935.582500', '172936.042500', '172936.502500', '172936.962500', '172937.422500', '172937.882500', '172938.342500', '172938.802500', '172939.262500', '172939.722500', '172940.182500', '172940.642500', '172941.102500', '172941.562500', '172942.022500', '172942.482500', '172942.942500', '172943.402500', '172943.862500', '172944.322500', '172944.782500', '172945.242500', '172945.702500', '172946.162500', '172946.622500', '172947.082500', '172947.542500', '172948.002500', '172948.462500', '172948.922500', '172949.382500', '172949.842500', '172950.302500', '172950.762500', '172951.222500', '172951.682500', '172952.142500', '172952.602500', '172953.062500', '172953.522500', '172953.982500', '172954.442500', '172954.902500', '172955.362500', '172955.822500', '172956.282500', '172956.742500', '172957.202500', '172957.662500', '172958.122500', '172958.582500', '172959.042500', '172959.502500', '172959.962500', '173000.422500', '173000.882500', '173001.342500', '173001.802500', '173002.262500', '173002.722500', '173003.182500', '173003.642500', '173004.102500', '173004.562500', '173005.022500', '173005.482500', '173005.942500', '173006.402500', '173006.862500', '173007.322500', '173007.782500', '173008.242500', '173008.702500', '173009.162500', '173009.622500', '173010.082500', '173010.542500', '173011.002500', '173011.462500', '173011.922500', '173012.382500', '173012.842500', '173013.302500', '173013.762500', '173014.222500', '173014.682500', '173015.142500', '173015.602500', '173016.062500', '173016.522500', '173016.982500', '173017.442500', '173017.902500', '173018.362500', '173018.822500', '173019.282500', '173019.742500', '173020.202500', '173020.662500', '173021.122500', '173021.582500', '173022.042500', '173022.502500', '173022.962500', '173023.422500', '173023.882500', '173024.342500', '173024.802500', '173025.262500', '173025.722500', '173026.182500', '173026.642500', '173027.102500', '173027.562500', '173028.022500', '173028.482500', '173028.942500', '173029.402500', '173029.862500', '173030.322500', '173030.782500', '173031.242500', '173031.702500', '173032.162500', '173032.622500', '173033.082500', '173033.542500', '173034.002500', '173034.462500', '173034.922500', '173035.382500', '173035.842500', '173036.302500', '173036.762500', '173037.222500', '173037.682500', '173038.142500', '173038.602500', '173039.062500', '173039.522500', '173039.982500', '173040.442500', '173040.902500', '173041.362500', '173041.822500', '173042.282500', '173042.742500', '173043.202500', '173043.662500', '173044.122500', '173044.582500', '173045.042500', '173045.502500', '173045.962500', '173046.422500', '173046.882500', '173047.342500', '173047.802500', '173048.262500', '173048.722500', '173049.182500', '173049.642500', '173050.102500', '173050.562500', '173051.022500', '173051.482500', '173051.942500', '173052.402500', '173052.862500', '173053.322500', '173053.782500', '173054.242500', '173054.702500', '173055.162500', '173055.622500', '173056.082500', '173056.542500', '173057.002500', '173057.462500', '173057.922500', '173058.382500', '173058.842500', '173059.302500', '173059.762500', '173100.222500', '173100.682500', '173101.142500', '173101.602500', '173102.062500', '173102.522500', '173102.982500', '173103.442500', '173103.902500', '173104.362500', '173104.822500', '173105.282500', '173105.742500', '173106.202500', '173106.662500', '173107.122500', '173107.582500', '173108.042500', '173108.502500', '173108.962500', '173109.422500', '173109.882500', '173110.342500', '173110.802500', '173111.262500', '173111.722500', '173112.182500', '173112.642500', '173113.102500', '173113.562500', '173114.022500', '173114.482500', '173114.942500', '173115.402500', '173115.862500', '173116.322500', '173116.782500', '173117.242500', '173117.702500', '173118.162500', '173118.622500', '173119.082500', '173119.542500', '173120.002500', '173120.462500', '173120.922500', '173121.382500', '173121.842500', '173122.302500', '173122.762500', '173123.222500', '173123.682500', '173124.142500', '173124.602500', '173125.062500', '173125.522500', '173125.982500', '173126.442500', '173126.902500', '173127.362500', '173127.822500', '173128.282500', '173128.742500', '173129.202500'], 'ContentTime': ['172507.072000', '172507.075000', '172507.078000', '172507.081000', '172507.084000', '172507.087000', '172507.090000', '172507.092000', '172507.095000', '172507.098000', '172507.101000', '172507.104000', '172507.107000', '172507.110000', '172507.112000', '172507.115000', '172507.122000', '172507.125000', '172507.128000', '172507.130000', '172507.133000', '172507.136000', '172507.139000', '172507.142000', '172507.145000', '172507.148000', '172507.151000', '172507.153000', '172507.156000', '172507.159000', '172507.165000', '172507.168000', '172507.171000', '172507.174000', '172507.177000', '172507.180000', '172507.182000', '172507.185000', '172507.188000', '172527.035000', '172527.038000', '172527.041000', '172527.044000', '172527.046000', '172527.049000', '172527.052000', '172527.055000', '172527.058000', '172527.060000', '172527.063000', '172527.066000', '172527.069000', '172527.072000', '172527.075000', '172527.078000', '172527.080000', '172527.083000', '172527.087000', '172527.092000', '172527.096000', '172527.098000', '172527.101000', '172527.104000', '172527.107000', '172527.110000', '172527.112000', '172527.115000', '172527.118000', '172527.121000', '172527.124000', '172527.126000', '172527.129000', '172527.132000', '172527.135000', '172527.138000', '172527.141000', '172527.143000', '172527.146000', '172527.149000', '172527.152000', '172527.155000', '172527.157000', '172547.035000', '172547.038000', '172547.041000', '172547.044000', '172547.046000', '172547.049000', '172547.052000', '172547.055000', '172547.058000', '172547.060000', '172547.063000', '172547.066000', '172547.075000', '172547.077000', '172547.080000', '172547.091000', '172547.093000', '172547.096000', '172547.099000', '172547.102000', '172547.105000', '172547.107000', '172547.110000', '172547.113000', '172547.116000', '172547.119000', '172547.121000', '172547.124000', '172547.127000', '172547.130000', '172547.133000', '172547.136000', '172547.138000', '172547.141000', '172547.144000', '172547.147000', '172547.150000', '172547.153000', '172547.155000', '172547.158000', '172547.161000', '172547.164000', '172547.167000', '172547.169000', '172607.035000', '172607.038000', '172607.041000', '172607.044000', '172607.046000', '172607.049000', '172607.052000', '172607.055000', '172607.058000', '172607.061000', '172607.063000', '172607.066000', '172607.069000', '172607.072000', '172607.075000', '172607.078000', '172607.080000', '172607.083000', '172607.086000', '172607.089000', '172607.092000', '172607.095000', '172607.098000', '172607.101000', '172607.104000', '172607.107000', '172607.110000', '172607.112000', '172607.115000', '172607.118000', '172607.121000', '172607.124000', '172607.127000', '172607.130000', '172607.132000', '172607.135000', '172607.138000', '172607.141000', '172607.144000', '172607.147000', '172607.149000', '172607.152000', '172607.155000', '172627.040000', '172627.043000', '172627.046000', '172627.049000', '172627.052000', '172627.055000', '172627.058000', '172627.060000', '172627.063000', '172627.066000', '172627.069000', '172627.072000', '172627.075000', '172627.077000', '172627.081000', '172627.083000', '172627.086000', '172627.089000', '172627.092000', '172627.095000', '172627.098000', '172627.100000', '172627.103000', '172627.106000', '172627.109000', '172627.112000', '172627.115000', '172627.117000', '172627.120000', '172627.123000', '172627.126000', '172627.129000', '172627.132000', '172627.134000', '172627.137000', '172627.140000', '172627.143000', '172627.146000', '172627.149000', '172627.151000', '172627.154000', '172627.157000', '172627.160000', '172627.163000', '172647.034000', '172647.037000', '172647.039000', '172647.042000', '172647.046000', '172647.049000', '172647.052000', '172647.055000', '172647.058000', '172647.060000', '172647.063000', '172647.066000', '172647.069000', '172647.072000', '172647.075000', '172647.078000', '172647.081000', '172647.083000', '172647.086000', '172647.089000', '172647.092000', '172647.095000', '172647.098000', '172647.101000', '172647.104000', '172647.106000', '172647.109000', '172647.112000', '172647.118000', '172647.121000', '172647.125000', '172647.127000', '172647.130000', '172647.133000', '172647.136000', '172647.154000', '172647.157000', '172647.160000', '172647.163000', '172647.166000', '172647.169000', '172647.171000', '172647.174000', '172707.034000', '172707.037000', '172707.040000', '172707.043000', '172707.045000', '172707.048000', '172707.051000', '172707.054000', '172707.057000', '172707.060000', '172707.062000', '172707.065000', '172707.068000', '172707.071000', '172707.074000', '172707.077000', '172707.079000', '172707.082000', '172707.085000', '172707.088000', '172707.091000', '172707.094000', '172707.097000', '172707.100000', '172707.102000', '172707.105000', '172707.108000', '172707.111000', '172707.114000', '172707.117000', '172707.119000', '172707.122000', '172707.125000', '172707.128000', '172707.131000', '172707.133000', '172707.136000', '172707.139000', '172707.142000', '172707.145000', '172707.148000', '172707.151000', '172707.154000', '172707.156000', '172727.034000', '172727.037000', '172727.039000', '172727.042000', '172727.045000', '172727.048000', '172727.051000', '172727.054000', '172727.057000', '172727.059000', '172727.062000', '172727.065000', '172727.068000', '172727.071000', '172727.074000', '172727.077000', '172727.079000', '172727.082000', '172727.085000', '172727.088000', '172727.091000', '172727.093000', '172727.096000', '172727.099000', '172727.102000', '172727.105000', '172727.108000', '172727.111000', '172727.113000', '172727.116000', '172727.119000', '172727.122000', '172727.125000', '172727.127000', '172727.131000', '172727.137000', '172727.140000', '172727.143000', '172727.146000', '172727.148000', '172727.151000', '172727.154000', '172727.157000', '172747.035000', '172747.038000', '172747.040000', '172747.043000', '172747.046000', '172747.057000', '172747.060000', '172747.062000', '172747.065000', '172747.068000', '172747.071000', '172747.074000', '172747.077000', '172747.080000', '172747.083000', '172747.085000', '172747.089000', '172747.091000', '172747.094000', '172747.097000', '172747.100000', '172747.103000', '172747.105000', '172747.108000', '172747.111000', '172747.114000', '172747.117000', '172747.120000', '172747.123000', '172747.125000', '172747.128000', '172747.131000', '172747.134000', '172747.137000', '172747.139000', '172747.142000', '172747.145000', '172747.148000', '172747.151000', '172747.169000', '172747.172000', '172747.175000', '172747.177000', '172747.180000', '172807.035000', '172807.038000', '172807.041000', '172807.043000', '172807.046000', '172807.049000', '172807.052000', '172807.055000', '172807.058000', '172807.061000', '172807.063000', '172807.066000', '172807.069000', '172807.072000', '172807.075000', '172807.077000', '172807.080000', '172807.083000', '172807.087000', '172807.090000', '172807.093000', '172807.095000', '172807.098000', '172807.101000', '172807.104000', '172807.107000', '172807.110000', '172807.113000', '172807.115000', '172807.118000', '172807.121000', '172807.124000', '172807.127000', '172807.130000', '172807.132000', '172807.135000', '172807.138000', '172807.141000', '172807.144000', '172807.147000', '172807.150000', '172807.153000', '172807.156000', '172827.035000', '172827.038000', '172827.040000', '172827.043000', '172827.046000', '172827.049000', '172827.052000', '172827.055000', '172827.058000', '172827.061000', '172827.063000', '172827.066000', '172827.069000', '172827.072000', '172827.075000', '172827.078000', '172827.081000', '172827.083000', '172827.086000', '172827.089000', '172827.092000', '172827.095000', '172827.097000', '172827.100000', '172827.103000', '172827.106000', '172827.109000', '172827.112000', '172827.115000', '172827.117000', '172827.120000', '172827.123000', '172827.126000', '172827.129000', '172827.131000', '172827.134000', '172827.137000', '172827.140000', '172827.143000', '172827.146000', '172827.149000', '172827.151000', '172827.154000', '172827.157000', '172847.034000', '172847.037000', '172847.040000', '172847.042000', '172847.045000', '172847.048000', '172847.051000', '172847.054000', '172847.057000', '172847.060000', '172847.063000', '172847.065000', '172847.068000', '172847.071000', '172847.074000', '172847.077000', '172847.080000', '172847.083000', '172847.086000', '172847.088000', '172847.091000', '172847.094000', '172847.097000', '172847.100000', '172847.103000', '172847.106000', '172847.108000', '172847.111000', '172847.114000', '172847.117000', '172847.120000', '172847.123000', '172847.125000', '172847.128000', '172847.131000', '172847.134000', '172847.137000', '172847.140000', '172847.143000', '172847.146000', '172847.148000', '172847.151000', '172847.154000', '172907.034000', '172907.037000', '172907.040000', '172907.043000', '172907.045000', '172907.048000', '172907.051000', '172907.054000', '172907.057000', '172907.060000', '172907.063000', '172907.065000', '172907.068000', '172907.071000', '172907.074000', '172907.077000', '172907.080000', '172907.082000', '172907.085000', '172907.088000', '172907.091000', '172907.094000', '172907.097000', '172907.099000', '172907.102000', '172907.105000', '172907.108000', '172907.111000', '172907.114000', '172907.116000', '172907.119000', '172907.122000', '172907.125000', '172907.128000', '172907.131000', '172907.134000', '172907.136000', '172907.139000', '172907.142000', '172907.145000', '172907.148000', '172907.151000', '172907.154000', '172907.156000', '172927.034000', '172927.037000', '172927.039000', '172927.042000', '172927.045000', '172927.048000', '172927.051000', '172927.054000', '172927.057000', '172927.060000', '172927.063000', '172927.065000', '172927.068000', '172927.071000', '172927.074000', '172927.077000', '172927.084000', '172927.087000', '172927.090000', '172927.093000', '172927.101000', '172927.104000', '172927.107000', '172927.110000', '172927.113000', '172927.115000', '172927.118000', '172927.122000', '172927.125000', '172927.128000', '172927.131000', '172927.134000', '172927.137000', '172927.140000', '172927.142000', '172927.145000', '172927.148000', '172927.151000', '172927.154000', '172927.156000', '172927.159000', '172927.162000', '172927.165000', '172947.034000', '172947.043000', '172947.046000', '172947.049000', '172947.052000', '172947.055000', '172947.057000', '172947.060000', '172947.063000', '172947.066000', '172947.069000', '172947.072000', '172947.074000', '172947.077000', '172947.080000', '172947.083000', '172947.086000', '172947.089000', '172947.092000', '172947.095000', '172947.097000', '172947.100000', '172947.103000', '172947.106000', '172947.109000', '172947.111000', '172947.114000', '172947.117000', '172947.120000', '172947.123000', '172947.126000', '172947.128000', '172947.131000', '172947.134000', '172947.137000', '172947.140000', '172947.142000', '172947.145000', '172947.148000', '172947.151000', '172947.154000', '172947.157000', '172947.159000', '172947.162000', '173007.035000', '173007.038000', '173007.041000', '173007.044000', '173007.046000', '173007.049000', '173007.052000', '173007.055000', '173007.058000', '173007.061000', '173007.064000', '173007.067000', '173007.069000', '173007.072000', '173007.075000', '173007.078000', '173007.081000', '173007.084000', '173007.086000', '173007.090000', '173007.092000', '173007.095000', '173007.098000', '173007.101000', '173007.104000', '173007.106000', '173007.109000', '173007.112000', '173007.115000', '173007.118000', '173007.121000', '173007.124000', '173007.126000', '173007.129000', '173007.132000', '173007.135000', '173007.138000', '173007.140000', '173007.143000', '173007.146000', '173007.149000', '173007.152000', '173007.155000', '173027.035000', '173027.038000', '173027.040000', '173027.043000', '173027.050000', '173027.053000', '173027.056000', '173027.059000', '173027.061000', '173027.064000', '173027.067000', '173027.070000', '173027.073000', '173027.076000', '173027.078000', '173027.081000', '173027.084000', '173027.087000', '173027.090000', '173027.093000', '173027.096000', '173027.099000', '173027.102000', '173027.104000', '173027.107000', '173027.110000', '173027.113000', '173027.116000', '173027.119000', '173027.122000', '173027.124000', '173027.128000', '173027.131000', '173027.134000', '173027.136000', '173027.139000', '173027.142000', '173027.145000', '173027.148000', '173027.150000', '173027.153000', '173027.156000', '173027.159000', '173027.162000', '173047.035000', '173047.038000', '173047.041000', '173047.044000', '173047.047000', '173047.049000', '173047.052000', '173047.055000', '173047.058000', '173047.061000', '173047.064000', '173047.067000', '173047.069000', '173047.072000', '173047.075000', '173047.078000', '173047.081000', '173047.084000', '173047.087000', '173047.090000', '173047.092000', '173047.095000', '173047.098000', '173047.101000', '173047.104000', '173047.107000', '173047.110000', '173047.113000', '173047.115000', '173047.118000', '173047.121000', '173047.135000', '173047.138000', '173047.141000', '173047.144000', '173047.146000', '173047.149000', '173047.152000', '173047.155000', '173047.158000', '173047.162000', '173047.165000', '173047.168000', '173107.034000', '173107.037000', '173107.041000', '173107.044000', '173107.047000', '173107.050000', '173107.053000', '173107.055000', '173107.058000', '173107.061000', '173107.064000', '173107.067000', '173107.070000', '173107.072000', '173107.075000', '173107.078000', '173107.081000', '173107.084000', '173107.087000', '173107.090000', '173107.092000', '173107.095000', '173107.098000', '173107.101000', '173107.104000', '173107.107000', '173107.110000', '173107.112000', '173107.115000', '173107.118000', '173107.121000', '173107.124000', '173107.128000', '173107.130000', '173107.133000', '173107.136000', '173107.139000', '173107.142000', '173107.145000', '173107.148000', '173107.150000', '173107.153000', '173107.156000', '173107.159000', '173127.034000', '173127.037000', '173127.040000', '173127.043000', '173127.045000', '173127.048000', '173127.051000', '173127.054000', '173127.057000', '173127.060000', '173127.063000', '173127.065000', '173127.068000', '173127.071000', '173127.074000', '173127.077000', '173127.080000', '173127.083000', '173127.086000', '173127.088000', '173127.091000', '173127.094000', '173127.097000', '173127.100000', '173127.103000', '173127.106000', '173127.108000', '173127.111000', '173127.114000', '173127.117000', '173127.120000', '173127.122000', '173127.125000', '173127.128000', '173127.131000', '173127.134000', '173127.136000', '173127.139000', '173127.142000', '173127.145000', '173127.148000', '173127.151000', '173127.153000', '173130.061000', '173130.065000', '173130.068000', '173130.071000', '173130.084000', '173130.087000', '173130.090000'], 'InstanceCreationTime': ['172507.072000', '172507.075000', '172507.078000', '172507.081000', '172507.084000', '172507.087000', '172507.090000', '172507.092000', '172507.095000', '172507.098000', '172507.101000', '172507.104000', '172507.107000', '172507.110000', '172507.112000', '172507.115000', '172507.122000', '172507.125000', '172507.128000', '172507.130000', '172507.133000', '172507.136000', '172507.139000', '172507.142000', '172507.145000', '172507.148000', '172507.151000', '172507.153000', '172507.156000', '172507.159000', '172507.165000', '172507.168000', '172507.171000', '172507.174000', '172507.177000', '172507.180000', '172507.182000', '172507.185000', '172507.188000', '172527.035000', '172527.038000', '172527.041000', '172527.044000', '172527.046000', '172527.049000', '172527.052000', '172527.055000', '172527.058000', '172527.060000', '172527.063000', '172527.066000', '172527.069000', '172527.072000', '172527.075000', '172527.078000', '172527.080000', '172527.083000', '172527.087000', '172527.092000', '172527.096000', '172527.098000', '172527.101000', '172527.104000', '172527.107000', '172527.110000', '172527.112000', '172527.115000', '172527.118000', '172527.121000', '172527.124000', '172527.126000', '172527.129000', '172527.132000', '172527.135000', '172527.138000', '172527.141000', '172527.143000', '172527.146000', '172527.149000', '172527.152000', '172527.155000', '172527.157000', '172547.035000', '172547.038000', '172547.041000', '172547.044000', '172547.046000', '172547.049000', '172547.052000', '172547.055000', '172547.058000', '172547.060000', '172547.063000', '172547.066000', '172547.075000', '172547.077000', '172547.080000', '172547.091000', '172547.093000', '172547.096000', '172547.099000', '172547.102000', '172547.105000', '172547.107000', '172547.110000', '172547.113000', '172547.116000', '172547.119000', '172547.121000', '172547.124000', '172547.127000', '172547.130000', '172547.133000', '172547.136000', '172547.138000', '172547.141000', '172547.144000', '172547.147000', '172547.150000', '172547.153000', '172547.155000', '172547.158000', '172547.161000', '172547.164000', '172547.167000', '172547.169000', '172607.035000', '172607.038000', '172607.041000', '172607.044000', '172607.046000', '172607.049000', '172607.052000', '172607.055000', '172607.058000', '172607.061000', '172607.063000', '172607.066000', '172607.069000', '172607.072000', '172607.075000', '172607.078000', '172607.080000', '172607.083000', '172607.086000', '172607.089000', '172607.092000', '172607.095000', '172607.098000', '172607.101000', '172607.104000', '172607.107000', '172607.110000', '172607.112000', '172607.115000', '172607.118000', '172607.121000', '172607.124000', '172607.127000', '172607.130000', '172607.132000', '172607.135000', '172607.138000', '172607.141000', '172607.144000', '172607.147000', '172607.149000', '172607.152000', '172607.155000', '172627.040000', '172627.043000', '172627.046000', '172627.049000', '172627.052000', '172627.055000', '172627.058000', '172627.060000', '172627.063000', '172627.066000', '172627.069000', '172627.072000', '172627.075000', '172627.077000', '172627.081000', '172627.083000', '172627.086000', '172627.089000', '172627.092000', '172627.095000', '172627.098000', '172627.100000', '172627.103000', '172627.106000', '172627.109000', '172627.112000', '172627.115000', '172627.117000', '172627.120000', '172627.123000', '172627.126000', '172627.129000', '172627.132000', '172627.134000', '172627.137000', '172627.140000', '172627.143000', '172627.146000', '172627.149000', '172627.151000', '172627.154000', '172627.157000', '172627.160000', '172627.163000', '172647.034000', '172647.037000', '172647.039000', '172647.042000', '172647.046000', '172647.049000', '172647.052000', '172647.055000', '172647.058000', '172647.060000', '172647.063000', '172647.066000', '172647.069000', '172647.072000', '172647.075000', '172647.078000', '172647.081000', '172647.083000', '172647.086000', '172647.089000', '172647.092000', '172647.095000', '172647.098000', '172647.101000', '172647.104000', '172647.106000', '172647.109000', '172647.112000', '172647.118000', '172647.121000', '172647.125000', '172647.127000', '172647.130000', '172647.133000', '172647.136000', '172647.154000', '172647.157000', '172647.160000', '172647.163000', '172647.166000', '172647.169000', '172647.171000', '172647.174000', '172707.034000', '172707.037000', '172707.040000', '172707.043000', '172707.045000', '172707.048000', '172707.051000', '172707.054000', '172707.057000', '172707.060000', '172707.062000', '172707.065000', '172707.068000', '172707.071000', '172707.074000', '172707.077000', '172707.079000', '172707.082000', '172707.085000', '172707.088000', '172707.091000', '172707.094000', '172707.097000', '172707.100000', '172707.102000', '172707.105000', '172707.108000', '172707.111000', '172707.114000', '172707.117000', '172707.119000', '172707.122000', '172707.125000', '172707.128000', '172707.131000', '172707.133000', '172707.136000', '172707.139000', '172707.142000', '172707.145000', '172707.148000', '172707.151000', '172707.154000', '172707.156000', '172727.034000', '172727.037000', '172727.039000', '172727.042000', '172727.045000', '172727.048000', '172727.051000', '172727.054000', '172727.057000', '172727.059000', '172727.062000', '172727.065000', '172727.068000', '172727.071000', '172727.074000', '172727.077000', '172727.079000', '172727.082000', '172727.085000', '172727.088000', '172727.091000', '172727.093000', '172727.096000', '172727.099000', '172727.102000', '172727.105000', '172727.108000', '172727.111000', '172727.113000', '172727.116000', '172727.119000', '172727.122000', '172727.125000', '172727.127000', '172727.131000', '172727.137000', '172727.140000', '172727.143000', '172727.146000', '172727.148000', '172727.151000', '172727.154000', '172727.157000', '172747.035000', '172747.038000', '172747.040000', '172747.043000', '172747.046000', '172747.057000', '172747.060000', '172747.062000', '172747.065000', '172747.068000', '172747.071000', '172747.074000', '172747.077000', '172747.080000', '172747.083000', '172747.085000', '172747.089000', '172747.091000', '172747.094000', '172747.097000', '172747.100000', '172747.103000', '172747.105000', '172747.108000', '172747.111000', '172747.114000', '172747.117000', '172747.120000', '172747.123000', '172747.125000', '172747.128000', '172747.131000', '172747.134000', '172747.137000', '172747.139000', '172747.142000', '172747.145000', '172747.148000', '172747.151000', '172747.169000', '172747.172000', '172747.175000', '172747.177000', '172747.180000', '172807.035000', '172807.038000', '172807.041000', '172807.043000', '172807.046000', '172807.049000', '172807.052000', '172807.055000', '172807.058000', '172807.061000', '172807.063000', '172807.066000', '172807.069000', '172807.072000', '172807.075000', '172807.077000', '172807.080000', '172807.083000', '172807.087000', '172807.090000', '172807.093000', '172807.095000', '172807.098000', '172807.101000', '172807.104000', '172807.107000', '172807.110000', '172807.113000', '172807.115000', '172807.118000', '172807.121000', '172807.124000', '172807.127000', '172807.130000', '172807.132000', '172807.135000', '172807.138000', '172807.141000', '172807.144000', '172807.147000', '172807.150000', '172807.153000', '172807.156000', '172827.035000', '172827.038000', '172827.040000', '172827.043000', '172827.046000', '172827.049000', '172827.052000', '172827.055000', '172827.058000', '172827.061000', '172827.063000', '172827.066000', '172827.069000', '172827.072000', '172827.075000', '172827.078000', '172827.081000', '172827.083000', '172827.086000', '172827.089000', '172827.092000', '172827.095000', '172827.097000', '172827.100000', '172827.103000', '172827.106000', '172827.109000', '172827.112000', '172827.115000', '172827.117000', '172827.120000', '172827.123000', '172827.126000', '172827.129000', '172827.131000', '172827.134000', '172827.137000', '172827.140000', '172827.143000', '172827.146000', '172827.149000', '172827.151000', '172827.154000', '172827.157000', '172847.034000', '172847.037000', '172847.040000', '172847.042000', '172847.045000', '172847.048000', '172847.051000', '172847.054000', '172847.057000', '172847.060000', '172847.063000', '172847.065000', '172847.068000', '172847.071000', '172847.074000', '172847.077000', '172847.080000', '172847.083000', '172847.086000', '172847.088000', '172847.091000', '172847.094000', '172847.097000', '172847.100000', '172847.103000', '172847.106000', '172847.108000', '172847.111000', '172847.114000', '172847.117000', '172847.120000', '172847.123000', '172847.125000', '172847.128000', '172847.131000', '172847.134000', '172847.137000', '172847.140000', '172847.143000', '172847.146000', '172847.148000', '172847.151000', '172847.154000', '172907.034000', '172907.037000', '172907.040000', '172907.043000', '172907.045000', '172907.048000', '172907.051000', '172907.054000', '172907.057000', '172907.060000', '172907.063000', '172907.065000', '172907.068000', '172907.071000', '172907.074000', '172907.077000', '172907.080000', '172907.082000', '172907.085000', '172907.088000', '172907.091000', '172907.094000', '172907.097000', '172907.099000', '172907.102000', '172907.105000', '172907.108000', '172907.111000', '172907.114000', '172907.116000', '172907.119000', '172907.122000', '172907.125000', '172907.128000', '172907.131000', '172907.134000', '172907.136000', '172907.139000', '172907.142000', '172907.145000', '172907.148000', '172907.151000', '172907.154000', '172907.156000', '172927.034000', '172927.037000', '172927.039000', '172927.042000', '172927.045000', '172927.048000', '172927.051000', '172927.054000', '172927.057000', '172927.060000', '172927.063000', '172927.065000', '172927.068000', '172927.071000', '172927.074000', '172927.077000', '172927.084000', '172927.087000', '172927.090000', '172927.093000', '172927.101000', '172927.104000', '172927.107000', '172927.110000', '172927.113000', '172927.115000', '172927.118000', '172927.122000', '172927.125000', '172927.128000', '172927.131000', '172927.134000', '172927.137000', '172927.140000', '172927.142000', '172927.145000', '172927.148000', '172927.151000', '172927.154000', '172927.156000', '172927.159000', '172927.162000', '172927.165000', '172947.034000', '172947.043000', '172947.046000', '172947.049000', '172947.052000', '172947.055000', '172947.057000', '172947.060000', '172947.063000', '172947.066000', '172947.069000', '172947.072000', '172947.074000', '172947.077000', '172947.080000', '172947.083000', '172947.086000', '172947.089000', '172947.092000', '172947.095000', '172947.097000', '172947.100000', '172947.103000', '172947.106000', '172947.109000', '172947.111000', '172947.114000', '172947.117000', '172947.120000', '172947.123000', '172947.126000', '172947.128000', '172947.131000', '172947.134000', '172947.137000', '172947.140000', '172947.142000', '172947.145000', '172947.148000', '172947.151000', '172947.154000', '172947.157000', '172947.159000', '172947.162000', '173007.035000', '173007.038000', '173007.041000', '173007.044000', '173007.046000', '173007.049000', '173007.052000', '173007.055000', '173007.058000', '173007.061000', '173007.064000', '173007.067000', '173007.069000', '173007.072000', '173007.075000', '173007.078000', '173007.081000', '173007.084000', '173007.086000', '173007.090000', '173007.092000', '173007.095000', '173007.098000', '173007.101000', '173007.104000', '173007.106000', '173007.109000', '173007.112000', '173007.115000', '173007.118000', '173007.121000', '173007.124000', '173007.126000', '173007.129000', '173007.132000', '173007.135000', '173007.138000', '173007.140000', '173007.143000', '173007.146000', '173007.149000', '173007.152000', '173007.155000', '173027.035000', '173027.038000', '173027.040000', '173027.043000', '173027.050000', '173027.053000', '173027.056000', '173027.059000', '173027.061000', '173027.064000', '173027.067000', '173027.070000', '173027.073000', '173027.076000', '173027.078000', '173027.081000', '173027.084000', '173027.087000', '173027.090000', '173027.093000', '173027.096000', '173027.099000', '173027.102000', '173027.104000', '173027.107000', '173027.110000', '173027.113000', '173027.116000', '173027.119000', '173027.122000', '173027.124000', '173027.128000', '173027.131000', '173027.134000', '173027.136000', '173027.139000', '173027.142000', '173027.145000', '173027.148000', '173027.150000', '173027.153000', '173027.156000', '173027.159000', '173027.162000', '173047.035000', '173047.038000', '173047.041000', '173047.044000', '173047.047000', '173047.049000', '173047.052000', '173047.055000', '173047.058000', '173047.061000', '173047.064000', '173047.067000', '173047.069000', '173047.072000', '173047.075000', '173047.078000', '173047.081000', '173047.084000', '173047.087000', '173047.090000', '173047.092000', '173047.095000', '173047.098000', '173047.101000', '173047.104000', '173047.107000', '173047.110000', '173047.113000', '173047.115000', '173047.118000', '173047.121000', '173047.135000', '173047.138000', '173047.141000', '173047.144000', '173047.146000', '173047.149000', '173047.152000', '173047.155000', '173047.158000', '173047.162000', '173047.165000', '173047.168000', '173107.034000', '173107.037000', '173107.041000', '173107.044000', '173107.047000', '173107.050000', '173107.053000', '173107.055000', '173107.058000', '173107.061000', '173107.064000', '173107.067000', '173107.070000', '173107.072000', '173107.075000', '173107.078000', '173107.081000', '173107.084000', '173107.087000', '173107.090000', '173107.092000', '173107.095000', '173107.098000', '173107.101000', '173107.104000', '173107.107000', '173107.110000', '173107.112000', '173107.115000', '173107.118000', '173107.121000', '173107.124000', '173107.128000', '173107.130000', '173107.133000', '173107.136000', '173107.139000', '173107.142000', '173107.145000', '173107.148000', '173107.150000', '173107.153000', '173107.156000', '173107.159000', '173127.034000', '173127.037000', '173127.040000', '173127.043000', '173127.045000', '173127.048000', '173127.051000', '173127.054000', '173127.057000', '173127.060000', '173127.063000', '173127.065000', '173127.068000', '173127.071000', '173127.074000', '173127.077000', '173127.080000', '173127.083000', '173127.086000', '173127.088000', '173127.091000', '173127.094000', '173127.097000', '173127.100000', '173127.103000', '173127.106000', '173127.108000', '173127.111000', '173127.114000', '173127.117000', '173127.120000', '173127.122000', '173127.125000', '173127.128000', '173127.131000', '173127.134000', '173127.136000', '173127.139000', '173127.142000', '173127.145000', '173127.148000', '173127.151000', '173127.153000', '173130.061000', '173130.065000', '173130.068000', '173130.071000', '173130.084000', '173130.087000', '173130.090000'], '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': [12499, 11051, 12405, 14373, 20769, 14931, 16848, 14147, 14886, 13302, 13539, 12788, 13876, 16192, 11136, 12204, 14562, 19543, 14678, 18079, 14217, 14965, 13955, 10541, 11635, 14632, 20800, 14302, 15919, 13740, 11038, 13422, 10599, 12942, 10979, 12859, 10931, 12634, 11375, 11984, 11081, 11537, 14268, 13730, 20576, 14236, 19387, 14046, 18641, 13143, 19374, 11763, 12584, 11658, 11931, 12331, 14928, 14473, 13145, 11901, 13563, 17287, 13847, 17187, 11942, 11445, 11127, 12250, 10774, 13025, 11855, 12885, 10916, 12736, 10483, 11781, 10238, 12096, 11531, 12954, 10980, 11622, 11033, 11022, 12277, 10767, 12047, 11056, 16673, 12744, 12022, 11573, 13013, 15216, 13233, 19053, 13643, 17928, 14344, 17334, 14315, 20250, 13203, 12609, 10011, 13937, 12466, 12139, 12372, 10637, 14456, 17395, 10203, 13591, 13176, 11504, 13348, 12923, 12019, 12846, 12312, 12403, 18142, 11657, 13948, 14791, 12075, 12755, 16907, 13100, 15324, 10276, 12838, 12537, 12077, 11571, 10101, 12367, 12618, 10637, 12805, 12853, 11629, 16709, 11515, 12571, 11699, 14254, 13689, 15142, 14678, 13035, 12175, 13221, 11958, 12978, 15944, 11772, 12551, 10432, 11934, 10761, 11675, 11918, 12219, 10334, 12148, 10440, 11674, 13245, 12281, 11964, 12371, 12772, 12409, 16582, 16235, 13169, 12244, 11924, 11789, 11330, 15990, 10581, 12575, 12022, 12246, 11536, 17059, 11955, 12346, 13771, 19569, 13076, 17021, 12579, 11950, 12319, 9985, 12259, 10169, 12408, 10311, 12422, 11796, 11650, 12294, 16673, 13128, 15108, 12783, 13111, 16186, 12132, 14534, 13069, 11842, 11869, 12122, 12128, 11705, 12784, 11993, 17445, 11541, 13150, 12416, 12279, 13253, 14942, 12280, 11950, 12203, 12434, 12540, 13385, 15694, 12462, 15465, 12743, 10552, 12434, 11064, 12743, 15382, 12705, 11703, 12662, 13556, 20629, 13990, 17644, 13608, 14548, 12957, 14067, 12166, 10420, 12626, 13580, 19194, 12769, 14553, 12406, 9942, 12827, 13547, 16492, 12208, 11214, 12709, 11967, 11589, 13214, 18011, 12668, 12668, 12788, 12418, 14118, 12715, 16825, 12694, 11596, 12472, 11593, 15881, 13119, 15588, 12543, 11795, 16212, 13960, 18452, 12692, 11691, 12522, 10304, 12079, 10671, 12314, 10323, 12606, 12229, 15246, 14017, 20580, 15875, 17349, 12863, 13306, 12334, 13901, 20351, 13329, 15591, 12386, 14213, 19686, 14214, 12125, 12753, 13904, 15847, 12555, 11091, 12212, 9879, 12117, 12471, 11783, 12645, 10979, 12261, 13994, 18497, 12504, 13869, 12574, 13377, 16653, 12312, 11381, 12352, 12086, 11831, 13148, 14256, 12138, 11846, 11902, 13217, 12580, 11630, 13908, 19587, 12955, 13690, 11749, 14276, 18355, 12404, 10957, 12022, 14214, 17747, 12524, 11065, 12221, 14350, 17649, 12442, 12475, 12267, 14078, 17769, 12703, 10840, 11915, 12205, 12087, 13106, 11806, 12071, 11766, 11853, 13023, 16386, 12177, 11175, 13218, 12366, 14335, 12580, 11913, 15634, 13419, 17802, 12274, 10270, 12370, 13692, 17240, 11884, 10636, 12364, 10523, 11745, 13780, 16229, 12064, 12010, 12255, 13919, 18700, 12985, 14247, 12139, 10642, 11658, 11651, 15316, 13061, 18000, 12207, 13915, 20434, 14091, 15364, 11939, 12331, 17485, 12950, 14624, 11982, 11146, 10872, 13410, 13460, 11741, 10579, 11677, 13470, 15476, 12591, 11936, 11573, 11629, 14799, 13198, 15146, 12209, 13710, 12002, 10641, 11725, 11517, 18749, 13047, 17021, 12211, 11828, 12916, 12012, 12103, 12285, 14074, 12666, 16786, 12532, 15265, 16246, 13052, 17184, 12641, 10844, 12346, 10479, 11785, 12253, 11711, 12371, 10973, 12945, 12259, 13630, 16115, 15279, 14115, 19531, 13319, 14671, 16096, 12261, 11871, 11876, 11405, 13425, 14500, 12504, 11343, 12237, 13871, 18121, 12401, 11345, 12041, 12209, 11910, 13344, 12125, 12261, 11555, 13028, 11216, 12550, 12053, 18341, 14525, 19807, 13954, 15033, 13181, 13906, 16926, 13681, 19231, 13094, 14190, 17405, 13718, 17028, 12969, 12385, 14681, 13653, 13742, 12512, 9777, 12236, 13931, 11362, 12359, 11153, 12473, 13757, 16832, 12369, 13392, 11749, 10617, 11720, 13312, 16726, 12144, 11209, 15173, 13207, 15239, 11926, 11058, 15320, 13343, 19043, 12780, 13844, 11775, 13815, 18467, 12475, 12973, 11850, 13871, 19120, 12508, 12962, 12946, 12199, 14312, 12766, 11202, 13205, 13227, 15036, 12671, 10864, 11914, 11044, 11693, 13584, 13936, 11868, 11564, 12086, 11605, 11435, 13302, 15971, 11992, 12225, 11789, 11083, 11815, 13476, 17238, 11852, 14258, 12085, 11961, 12117, 10807, 12366, 13200, 19031, 12636, 13740, 12075, 13201, 19432, 11980, 14284, 12153, 13054, 18255, 12026, 11383, 17816, 12042, 13236, 12003, 12797, 17174, 11870, 10783, 12295, 13567, 17030, 12027, 12423, 11921, 10906, 12039, 13132, 18113, 14493, 11800, 11965, 13502, 18310, 13258, 12729, 12235, 13835, 18528, 12385, 11825, 13227, 11507, 12059, 12361, 12247, 12775, 11766, 12515, 11734, 12183, 13542, 18531, 13612, 15192, 12224, 11751, 12421, 13088, 19217, 12433, 14915, 12164, 11908, 18725, 12734, 14478, 12313, 13344, 18817, 11819, 11206, 12044, 12906, 11581, 12455, 11495, 14507, 12369, 11325, 12177, 13329, 18686, 11857, 10294, 12277, 13293, 16066, 12146, 10610, 12381, 13342, 15067, 12231, 11374, 16240, 13558, 17603, 12080, 13055, 19367, 12396, 14753, 12327, 11950, 13915, 12473, 11560, 12452, 12102, 11956, 12350, 11367, 12226, 11539, 12243, 12826, 16369, 12453, 10926, 12539, 11427, 16507, 13149, 17329, 12475, 12033, 12286, 12975, 19247, 12287, 14526, 11890, 13490, 19126, 12334, 14599, 12256, 13697, 18080, 12074, 13475, 12394, 11582, 12139, 12193, 12409, 12139, 12841, 12307, 12388, 12853, 11181, 12258, 13937, 12944, 11769, 12475, 13694, 19152, 12081, 15154, 13011, 12402, 14710, 12201, 12863, 12355, 12038, 11813, 13198, 12462, 11938, 11153, 11809, 12398, 16720, 11707, 13106, 12321, 12198, 11544, 12386, 15320, 12531, 11925, 11886, 12194, 12074, 11910, 15507, 12395, 12051, 13311, 12313, 11947, 11276, 12289, 12324, 12189, 13925, 18800, 13915, 15013, 14956, 12072, 12026, 14285, 17685, 12142, 14996, 13627, 12491, 13919, 12679, 12249, 12053, 11059, 11939, 14029, 16567, 12297, 13311, 12075, 12110, 11950, 14054, 18541, 12425, 12481, 12038, 11846, 12713, 12788, 16954, 13686, 14726, 13200, 11955, 12598, 12002, 12714, 10550, 12521, 13682, 19256, 13596, 13797, 12146, 13767, 19009, 12405, 11299, 12459, 13607, 17096, 12435], 'WindowCenter': [4516.0, 4481.0, 4478.0, 4495.0, 4524.0, 4484.0, 4489.0, 4472.0, 4479.0, 4467.0, 4457.0, 4458.0, 4458.0, 4479.0, 4440.0, 4449.0, 4469.0, 4498.0, 4467.0, 4476.0, 4458.0, 4455.0, 4457.0, 4415.0, 4424.0, 4454.0, 4486.0, 4455.0, 4465.0, 4455.0, 4424.0, 4455.0, 4422.0, 4446.0, 4423.0, 4459.0, 4437.0, 4459.0, 4448.0, 4462.0, 4451.0, 4451.0, 4470.0, 4469.0, 4501.0, 4471.0, 4488.0, 4458.0, 4485.0, 4447.0, 4487.0, 4437.0, 4447.0, 4435.0, 4434.0, 4444.0, 4454.0, 4456.0, 4443.0, 4434.0, 4445.0, 4472.0, 4456.0, 4475.0, 4435.0, 4424.0, 4426.0, 4436.0, 4426.0, 4447.0, 4436.0, 4458.0, 4426.0, 4444.0, 4413.0, 4435.0, 4415.0, 4446.0, 4435.0, 4460.0, 4437.0, 4450.0, 4441.0, 4441.0, 4462.0, 4440.0, 4447.0, 4441.0, 4490.0, 4459.0, 4449.0, 4451.0, 4458.0, 4481.0, 4460.0, 4499.0, 4456.0, 4488.0, 4467.0, 4477.0, 4457.0, 4486.0, 4444.0, 4435.0, 4414.0, 4457.0, 4435.0, 4435.0, 4433.0, 4414.0, 4456.0, 4476.0, 4415.0, 4455.0, 4445.0, 4436.0, 4457.0, 4447.0, 4445.0, 4457.0, 4435.0, 4448.0, 4489.0, 4437.0, 4468.0, 4468.0, 4444.0, 4446.0, 4478.0, 4456.0, 4465.0, 4428.0, 4458.0, 4446.0, 4447.0, 4450.0, 4430.0, 4461.0, 4460.0, 4439.0, 4474.0, 4471.0, 4453.0, 4491.0, 4449.0, 4460.0, 4451.0, 4466.0, 4459.0, 4468.0, 4468.0, 4460.0, 4447.0, 4458.0, 4435.0, 4458.0, 4477.0, 4449.0, 4460.0, 4436.0, 4450.0, 4439.0, 4448.0, 4449.0, 4447.0, 4429.0, 4449.0, 4428.0, 4436.0, 4458.0, 4450.0, 4448.0, 4458.0, 4456.0, 4447.0, 4479.0, 4478.0, 4446.0, 4445.0, 4445.0, 4433.0, 4433.0, 4477.0, 4427.0, 4448.0, 4445.0, 4445.0, 4437.0, 4476.0, 4437.0, 4446.0, 4469.0, 4498.0, 4446.0, 4475.0, 4437.0, 4431.0, 4445.0, 4414.0, 4445.0, 4413.0, 4447.0, 4426.0, 4459.0, 4447.0, 4445.0, 4459.0, 4490.0, 4459.0, 4475.0, 4460.0, 4459.0, 4475.0, 4447.0, 4466.0, 4457.0, 4434.0, 4447.0, 4447.0, 4446.0, 4449.0, 4471.0, 4461.0, 4486.0, 4437.0, 4457.0, 4455.0, 4446.0, 4469.0, 4478.0, 4445.0, 4437.0, 4447.0, 4447.0, 4446.0, 4456.0, 4466.0, 4444.0, 4464.0, 4458.0, 4439.0, 4448.0, 4438.0, 4458.0, 4474.0, 4460.0, 4449.0, 4447.0, 4456.0, 4496.0, 4458.0, 4476.0, 4456.0, 4454.0, 4446.0, 4455.0, 4436.0, 4413.0, 4445.0, 4457.0, 4481.0, 4443.0, 4455.0, 4445.0, 4414.0, 4446.0, 4458.0, 4475.0, 4434.0, 4424.0, 4457.0, 4446.0, 4433.0, 4456.0, 4486.0, 4458.0, 4447.0, 4457.0, 4458.0, 4454.0, 4447.0, 4475.0, 4457.0, 4437.0, 4459.0, 4449.0, 4477.0, 4454.0, 4477.0, 4449.0, 4448.0, 4463.0, 4456.0, 4473.0, 4446.0, 4432.0, 4447.0, 4415.0, 4435.0, 4425.0, 4447.0, 4427.0, 4447.0, 4448.0, 4467.0, 4456.0, 4500.0, 4467.0, 4475.0, 4445.0, 4445.0, 4432.0, 4440.0, 4481.0, 4441.0, 4463.0, 4431.0, 4442.0, 4472.0, 4441.0, 4421.0, 4432.0, 4452.0, 4449.0, 4433.0, 4410.0, 4435.0, 4413.0, 4431.0, 4445.0, 4433.0, 4446.0, 4424.0, 4447.0, 4454.0, 4475.0, 4432.0, 4442.0, 4435.0, 4456.0, 4472.0, 4432.0, 4423.0, 4435.0, 4433.0, 4431.0, 4456.0, 4455.0, 4433.0, 4434.0, 4433.0, 4457.0, 4444.0, 4437.0, 4455.0, 4485.0, 4442.0, 4443.0, 4422.0, 4455.0, 4474.0, 4431.0, 4412.0, 4432.0, 4441.0, 4459.0, 4431.0, 4420.0, 4433.0, 4453.0, 4471.0, 4430.0, 4431.0, 4422.0, 4450.0, 4472.0, 4431.0, 4409.0, 4421.0, 4429.0, 4432.0, 4442.0, 4422.0, 4433.0, 4431.0, 4423.0, 4442.0, 4462.0, 4432.0, 4425.0, 4445.0, 4445.0, 4455.0, 4446.0, 4435.0, 4460.0, 4440.0, 4473.0, 4434.0, 4411.0, 4444.0, 4453.0, 4472.0, 4437.0, 4420.0, 4445.0, 4424.0, 4446.0, 4465.0, 4474.0, 4448.0, 4444.0, 4445.0, 4469.0, 4487.0, 4457.0, 4456.0, 4446.0, 4428.0, 4436.0, 4447.0, 4481.0, 4471.0, 4489.0, 4448.0, 4456.0, 4495.0, 4457.0, 4452.0, 4433.0, 4433.0, 4470.0, 4433.0, 4454.0, 4435.0, 4422.0, 4422.0, 4445.0, 4442.0, 4421.0, 4412.0, 4424.0, 4445.0, 4453.0, 4433.0, 4424.0, 4424.0, 4424.0, 4451.0, 4445.0, 4454.0, 4436.0, 4444.0, 4436.0, 4413.0, 4432.0, 4434.0, 4495.0, 4458.0, 4475.0, 4447.0, 4436.0, 4445.0, 4431.0, 4436.0, 4433.0, 4456.0, 4444.0, 4472.0, 4447.0, 4464.0, 4464.0, 4446.0, 4472.0, 4446.0, 4423.0, 4432.0, 4411.0, 4434.0, 4437.0, 4434.0, 4449.0, 4436.0, 4457.0, 4457.0, 4470.0, 4481.0, 4468.0, 4459.0, 4483.0, 4443.0, 4453.0, 4453.0, 4422.0, 4423.0, 4434.0, 4435.0, 4457.0, 4453.0, 4444.0, 4425.0, 4447.0, 4454.0, 4473.0, 4435.0, 4422.0, 4434.0, 4434.0, 4434.0, 4454.0, 4435.0, 4444.0, 4436.0, 4459.0, 4434.0, 4449.0, 4447.0, 4488.0, 4455.0, 4485.0, 4455.0, 4453.0, 4446.0, 4446.0, 4462.0, 4445.0, 4472.0, 4444.0, 4441.0, 4463.0, 4441.0, 4459.0, 4443.0, 4433.0, 4438.0, 4439.0, 4439.0, 4428.0, 4401.0, 4429.0, 4453.0, 4422.0, 4443.0, 4422.0, 4447.0, 4453.0, 4471.0, 4446.0, 4455.0, 4448.0, 4435.0, 4448.0, 4465.0, 4476.0, 4446.0, 4436.0, 4466.0, 4458.0, 4466.0, 4449.0, 4435.0, 4463.0, 4456.0, 4497.0, 4447.0, 4456.0, 4435.0, 4455.0, 4474.0, 4431.0, 4441.0, 4422.0, 4451.0, 4484.0, 4434.0, 4441.0, 4430.0, 4433.0, 4451.0, 4441.0, 4419.0, 4443.0, 4444.0, 4449.0, 4441.0, 4412.0, 4431.0, 4422.0, 4434.0, 4456.0, 4454.0, 4435.0, 4431.0, 4432.0, 4434.0, 4433.0, 4456.0, 4465.0, 4433.0, 4434.0, 4433.0, 4423.0, 4435.0, 4456.0, 4475.0, 4446.0, 4455.0, 4447.0, 4432.0, 4445.0, 4436.0, 4446.0, 4458.0, 4498.0, 4448.0, 4452.0, 4446.0, 4457.0, 4495.0, 4433.0, 4464.0, 4444.0, 4458.0, 4483.0, 4433.0, 4436.0, 4482.0, 4446.0, 4445.0, 4432.0, 4445.0, 4474.0, 4433.0, 4421.0, 4446.0, 4454.0, 4475.0, 4446.0, 4445.0, 4447.0, 4434.0, 4444.0, 4456.0, 4486.0, 4457.0, 4433.0, 4436.0, 4466.0, 4484.0, 4446.0, 4444.0, 4446.0, 4468.0, 4484.0, 4442.0, 4435.0, 4444.0, 4434.0, 4434.0, 4457.0, 4444.0, 4445.0, 4435.0, 4445.0, 4436.0, 4447.0, 4454.0, 4485.0, 4458.0, 4466.0, 4448.0, 4446.0, 4443.0, 4455.0, 4498.0, 4445.0, 4463.0, 4447.0, 4447.0, 4484.0, 4444.0, 4456.0, 4431.0, 4442.0, 4483.0, 4431.0, 4421.0, 4434.0, 4443.0, 4422.0, 4431.0, 4434.0, 4450.0, 4444.0, 4422.0, 4431.0, 4445.0, 4481.0, 4434.0, 4410.0, 4431.0, 4456.0, 4464.0, 4443.0, 4422.0, 4441.0, 4454.0, 4463.0, 4445.0, 4432.0, 4471.0, 4453.0, 4474.0, 4432.0, 4443.0, 4481.0, 4432.0, 4454.0, 4441.0, 4432.0, 4450.0, 4442.0, 4423.0, 4430.0, 4442.0, 4431.0, 4443.0, 4433.0, 4443.0, 4433.0, 4444.0, 4457.0, 4476.0, 4455.0, 4425.0, 4446.0, 4436.0, 4477.0, 4456.0, 4473.0, 4447.0, 4446.0, 4432.0, 4456.0, 4483.0, 4445.0, 4455.0, 4432.0, 4456.0, 4482.0, 4444.0, 4451.0, 4435.0, 4453.0, 4473.0, 4434.0, 4443.0, 4442.0, 4431.0, 4434.0, 4443.0, 4440.0, 4446.0, 4442.0, 4447.0, 4446.0, 4458.0, 4433.0, 4444.0, 4468.0, 4445.0, 4436.0, 4446.0, 4466.0, 4495.0, 4443.0, 4466.0, 4442.0, 4446.0, 4451.0, 4444.0, 4444.0, 4441.0, 4434.0, 4433.0, 4454.0, 4444.0, 4432.0, 4434.0, 4444.0, 4458.0, 4472.0, 4448.0, 4453.0, 4443.0, 4445.0, 4436.0, 4458.0, 4474.0, 4446.0, 4436.0, 4444.0, 4446.0, 4446.0, 4445.0, 4479.0, 4446.0, 4435.0, 4444.0, 4435.0, 4443.0, 4447.0, 4458.0, 4460.0, 4457.0, 4478.0, 4501.0, 4457.0, 4466.0, 4466.0, 4443.0, 4443.0, 4465.0, 4486.0, 4432.0, 4454.0, 4452.0, 4445.0, 4443.0, 4445.0, 4433.0, 4431.0, 4419.0, 4434.0, 4454.0, 4473.0, 4432.0, 4444.0, 4443.0, 4435.0, 4433.0, 4454.0, 4483.0, 4442.0, 4432.0, 4435.0, 4434.0, 4444.0, 4445.0, 4473.0, 4455.0, 4451.0, 4457.0, 4433.0, 4445.0, 4433.0, 4455.0, 4424.0, 4445.0, 4456.0, 4487.0, 4457.0, 4453.0, 4433.0, 4451.0, 4482.0, 4444.0, 4432.0, 4443.0, 4454.0, 4471.0, 4442.0], 'WindowWidth': [9927.0, 9869.0, 9855.0, 9872.0, 9917.0, 9852.0, 9857.0, 9833.0, 9840.0, 9823.0, 9808.0, 9807.0, 9809.0, 9840.0, 9784.0, 9797.0, 9824.0, 9870.0, 9819.0, 9833.0, 9806.0, 9798.0, 9803.0, 9744.0, 9757.0, 9794.0, 9847.0, 9797.0, 9813.0, 9799.0, 9754.0, 9798.0, 9750.0, 9789.0, 9753.0, 9811.0, 9779.0, 9812.0, 9796.0, 9822.0, 9805.0, 9805.0, 9830.0, 9828.0, 9878.0, 9829.0, 9852.0, 9806.0, 9844.0, 9790.0, 9848.0, 9776.0, 9792.0, 9773.0, 9770.0, 9784.0, 9798.0, 9800.0, 9782.0, 9768.0, 9785.0, 9820.0, 9801.0, 9826.0, 9770.0, 9756.0, 9758.0, 9775.0, 9760.0, 9791.0, 9773.0, 9809.0, 9762.0, 9781.0, 9736.0, 9768.0, 9743.0, 9790.0, 9772.0, 9815.0, 9780.0, 9800.0, 9789.0, 9789.0, 9818.0, 9788.0, 9796.0, 9789.0, 9854.0, 9812.0, 9799.0, 9802.0, 9810.0, 9843.0, 9813.0, 9870.0, 9805.0, 9851.0, 9818.0, 9833.0, 9804.0, 9845.0, 9781.0, 9771.0, 9740.0, 9803.0, 9771.0, 9771.0, 9766.0, 9744.0, 9800.0, 9830.0, 9744.0, 9800.0, 9788.0, 9775.0, 9803.0, 9792.0, 9787.0, 9805.0, 9774.0, 9793.0, 9853.0, 9780.0, 9822.0, 9823.0, 9784.0, 9791.0, 9839.0, 9805.0, 9817.0, 9767.0, 9807.0, 9790.0, 9793.0, 9797.0, 9769.0, 9819.0, 9816.0, 9788.0, 9842.0, 9831.0, 9808.0, 9860.0, 9799.0, 9815.0, 9802.0, 9818.0, 9811.0, 9821.0, 9822.0, 9812.0, 9792.0, 9810.0, 9773.0, 9807.0, 9835.0, 9796.0, 9814.0, 9777.0, 9800.0, 9784.0, 9796.0, 9797.0, 9794.0, 9769.0, 9797.0, 9767.0, 9778.0, 9808.0, 9798.0, 9794.0, 9812.0, 9805.0, 9794.0, 9841.0, 9836.0, 9790.0, 9788.0, 9788.0, 9770.0, 9767.0, 9832.0, 9764.0, 9793.0, 9787.0, 9788.0, 9777.0, 9832.0, 9777.0, 9789.0, 9822.0, 9868.0, 9788.0, 9829.0, 9777.0, 9763.0, 9788.0, 9743.0, 9786.0, 9742.0, 9792.0, 9764.0, 9813.0, 9795.0, 9790.0, 9812.0, 9856.0, 9812.0, 9834.0, 9814.0, 9813.0, 9832.0, 9792.0, 9816.0, 9806.0, 9771.0, 9792.0, 9792.0, 9793.0, 9797.0, 9833.0, 9820.0, 9848.0, 9777.0, 9805.0, 9802.0, 9792.0, 9827.0, 9839.0, 9788.0, 9776.0, 9790.0, 9791.0, 9788.0, 9805.0, 9818.0, 9786.0, 9812.0, 9808.0, 9783.0, 9795.0, 9780.0, 9810.0, 9828.0, 9815.0, 9796.0, 9793.0, 9807.0, 9862.0, 9807.0, 9830.0, 9801.0, 9798.0, 9786.0, 9798.0, 9775.0, 9740.0, 9788.0, 9805.0, 9836.0, 9781.0, 9798.0, 9785.0, 9741.0, 9787.0, 9807.0, 9826.0, 9770.0, 9756.0, 9805.0, 9791.0, 9770.0, 9802.0, 9845.0, 9806.0, 9792.0, 9809.0, 9809.0, 9798.0, 9789.0, 9830.0, 9805.0, 9780.0, 9812.0, 9797.0, 9833.0, 9799.0, 9834.0, 9796.0, 9795.0, 9808.0, 9799.0, 9826.0, 9788.0, 9766.0, 9792.0, 9745.0, 9772.0, 9759.0, 9792.0, 9764.0, 9791.0, 9792.0, 9819.0, 9804.0, 9874.0, 9819.0, 9828.0, 9786.0, 9786.0, 9763.0, 9772.0, 9835.0, 9774.0, 9806.0, 9761.0, 9774.0, 9821.0, 9774.0, 9745.0, 9762.0, 9790.0, 9784.0, 9763.0, 9732.0, 9771.0, 9739.0, 9762.0, 9785.0, 9768.0, 9787.0, 9757.0, 9793.0, 9797.0, 9829.0, 9765.0, 9778.0, 9770.0, 9800.0, 9819.0, 9764.0, 9752.0, 9771.0, 9767.0, 9763.0, 9800.0, 9799.0, 9769.0, 9769.0, 9767.0, 9805.0, 9785.0, 9778.0, 9797.0, 9842.0, 9776.0, 9779.0, 9748.0, 9795.0, 9824.0, 9762.0, 9735.0, 9762.0, 9773.0, 9798.0, 9762.0, 9743.0, 9763.0, 9793.0, 9817.0, 9759.0, 9759.0, 9748.0, 9786.0, 9819.0, 9760.0, 9729.0, 9746.0, 9755.0, 9761.0, 9777.0, 9749.0, 9766.0, 9761.0, 9753.0, 9778.0, 9806.0, 9766.0, 9760.0, 9784.0, 9784.0, 9798.0, 9789.0, 9772.0, 9801.0, 9773.0, 9822.0, 9769.0, 9737.0, 9786.0, 9794.0, 9823.0, 9777.0, 9747.0, 9790.0, 9759.0, 9791.0, 9815.0, 9829.0, 9795.0, 9786.0, 9791.0, 9822.0, 9850.0, 9804.0, 9803.0, 9792.0, 9768.0, 9776.0, 9792.0, 9842.0, 9830.0, 9852.0, 9792.0, 9802.0, 9860.0, 9801.0, 9790.0, 9767.0, 9766.0, 9817.0, 9764.0, 9795.0, 9770.0, 9748.0, 9751.0, 9785.0, 9775.0, 9747.0, 9734.0, 9753.0, 9783.0, 9794.0, 9766.0, 9754.0, 9753.0, 9753.0, 9788.0, 9783.0, 9796.0, 9774.0, 9780.0, 9774.0, 9738.0, 9765.0, 9771.0, 9859.0, 9808.0, 9828.0, 9789.0, 9774.0, 9787.0, 9762.0, 9773.0, 9767.0, 9800.0, 9783.0, 9823.0, 9790.0, 9814.0, 9809.0, 9787.0, 9819.0, 9787.0, 9751.0, 9764.0, 9734.0, 9769.0, 9775.0, 9769.0, 9795.0, 9777.0, 9808.0, 9807.0, 9829.0, 9847.0, 9824.0, 9808.0, 9840.0, 9779.0, 9793.0, 9792.0, 9746.0, 9749.0, 9768.0, 9772.0, 9801.0, 9794.0, 9784.0, 9757.0, 9792.0, 9796.0, 9823.0, 9769.0, 9749.0, 9766.0, 9767.0, 9767.0, 9798.0, 9771.0, 9785.0, 9775.0, 9809.0, 9772.0, 9797.0, 9792.0, 9848.0, 9800.0, 9844.0, 9798.0, 9795.0, 9787.0, 9788.0, 9806.0, 9781.0, 9820.0, 9780.0, 9776.0, 9806.0, 9771.0, 9798.0, 9778.0, 9764.0, 9766.0, 9766.0, 9767.0, 9754.0, 9719.0, 9755.0, 9791.0, 9748.0, 9780.0, 9751.0, 9792.0, 9796.0, 9819.0, 9785.0, 9797.0, 9796.0, 9774.0, 9794.0, 9816.0, 9833.0, 9788.0, 9773.0, 9815.0, 9805.0, 9819.0, 9797.0, 9775.0, 9811.0, 9802.0, 9865.0, 9791.0, 9801.0, 9771.0, 9799.0, 9826.0, 9762.0, 9775.0, 9749.0, 9788.0, 9840.0, 9768.0, 9776.0, 9758.0, 9765.0, 9787.0, 9775.0, 9745.0, 9778.0, 9780.0, 9785.0, 9775.0, 9737.0, 9761.0, 9749.0, 9768.0, 9803.0, 9798.0, 9773.0, 9766.0, 9765.0, 9767.0, 9766.0, 9801.0, 9813.0, 9767.0, 9768.0, 9769.0, 9753.0, 9770.0, 9799.0, 9829.0, 9790.0, 9801.0, 9790.0, 9766.0, 9790.0, 9775.0, 9791.0, 9807.0, 9866.0, 9795.0, 9796.0, 9792.0, 9806.0, 9859.0, 9770.0, 9812.0, 9786.0, 9808.0, 9839.0, 9769.0, 9775.0, 9836.0, 9786.0, 9785.0, 9765.0, 9786.0, 9824.0, 9768.0, 9750.0, 9790.0, 9797.0, 9827.0, 9788.0, 9786.0, 9792.0, 9772.0, 9786.0, 9804.0, 9847.0, 9806.0, 9767.0, 9776.0, 9817.0, 9844.0, 9789.0, 9781.0, 9790.0, 9820.0, 9841.0, 9779.0, 9770.0, 9783.0, 9770.0, 9771.0, 9805.0, 9786.0, 9785.0, 9770.0, 9785.0, 9775.0, 9791.0, 9799.0, 9845.0, 9808.0, 9814.0, 9796.0, 9787.0, 9782.0, 9800.0, 9866.0, 9787.0, 9811.0, 9792.0, 9793.0, 9841.0, 9783.0, 9803.0, 9761.0, 9778.0, 9837.0, 9765.0, 9748.0, 9769.0, 9783.0, 9751.0, 9764.0, 9768.0, 9789.0, 9785.0, 9752.0, 9763.0, 9785.0, 9833.0, 9768.0, 9734.0, 9762.0, 9801.0, 9809.0, 9781.0, 9752.0, 9778.0, 9798.0, 9809.0, 9786.0, 9765.0, 9819.0, 9795.0, 9825.0, 9767.0, 9782.0, 9834.0, 9765.0, 9796.0, 9776.0, 9765.0, 9789.0, 9778.0, 9752.0, 9761.0, 9778.0, 9763.0, 9784.0, 9768.0, 9782.0, 9768.0, 9784.0, 9806.0, 9833.0, 9802.0, 9760.0, 9790.0, 9776.0, 9833.0, 9801.0, 9826.0, 9793.0, 9790.0, 9767.0, 9800.0, 9842.0, 9786.0, 9800.0, 9768.0, 9800.0, 9837.0, 9782.0, 9792.0, 9773.0, 9794.0, 9824.0, 9769.0, 9781.0, 9778.0, 9762.0, 9769.0, 9783.0, 9776.0, 9787.0, 9782.0, 9793.0, 9789.0, 9809.0, 9772.0, 9786.0, 9825.0, 9789.0, 9776.0, 9790.0, 9817.0, 9861.0, 9783.0, 9819.0, 9781.0, 9788.0, 9792.0, 9784.0, 9784.0, 9777.0, 9769.0, 9768.0, 9798.0, 9784.0, 9768.0, 9771.0, 9788.0, 9808.0, 9825.0, 9794.0, 9797.0, 9785.0, 9788.0, 9776.0, 9811.0, 9829.0, 9789.0, 9777.0, 9786.0, 9792.0, 9791.0, 9789.0, 9841.0, 9789.0, 9769.0, 9781.0, 9771.0, 9783.0, 9793.0, 9809.0, 9815.0, 9810.0, 9838.0, 9878.0, 9807.0, 9817.0, 9815.0, 9780.0, 9781.0, 9815.0, 9845.0, 9766.0, 9797.0, 9792.0, 9785.0, 9782.0, 9784.0, 9766.0, 9764.0, 9743.0, 9769.0, 9796.0, 9823.0, 9765.0, 9785.0, 9782.0, 9770.0, 9767.0, 9795.0, 9838.0, 9779.0, 9763.0, 9772.0, 9767.0, 9781.0, 9784.0, 9825.0, 9797.0, 9793.0, 9803.0, 9768.0, 9788.0, 9769.0, 9803.0, 9757.0, 9786.0, 9801.0, 9853.0, 9805.0, 9795.0, 9768.0, 9789.0, 9835.0, 9784.0, 9766.0, 9785.0, 9798.0, 9818.0, 9780.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.0005722528735632184</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02002652735632184</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.51214192689298</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2990231543037976</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9999219723820488</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.498</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4775.8999</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09833803172052401</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.7241379310344827</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3436658317948016</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3444805804668634</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5534762118476557</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1330407030698866</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00707528</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02134718745946884</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0366363562643528</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.058175244720806</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>20.5376</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.2626</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.4252</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299357.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1191.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>453.7644</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7177</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.9622</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3662.0365</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3822.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77187.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1407.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4811.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>941.7965</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.45493241865188</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> |