=== 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-0057 --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-0057",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0057_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0057_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0057/ses-03/func/sub-0057_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>df7056b630c4cca107e8dc9b92bbc8e9</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>16:00:39.792500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992273, -0.106099, -0.0643224, 0.105868, 0.994355, -0.00699989]</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.112319</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4146, -7782, -7203, 622, -7, -159, -90, 32]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>254.742</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ef0b892a-bcec-4003-9a82-cd6c5077121b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6621956825256348, 0.28403687477111816, -0.17469550669193268, 102.31110382080078], [0.284656822681427, 2.667783260345459, -0.00036746784462593496, -104.79431915283203], [-0.17257235944271088, 0.01878019981086254, 2.6943423748016357, -52.545440673828125], [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': ['160039.792500', '160040.252500', '160040.712500', '160041.172500', '160041.632500', '160042.092500', '160042.552500', '160043.012500', '160043.472500', '160043.932500', '160044.392500', '160044.852500', '160045.312500', '160045.772500', '160046.232500', '160046.692500', '160047.152500', '160047.612500', '160048.072500', '160048.532500', '160048.992500', '160049.452500', '160049.912500', '160050.372500', '160050.832500', '160051.292500', '160051.752500', '160052.212500', '160052.672500', '160053.132500', '160053.592500', '160054.052500', '160054.512500', '160054.972500', '160055.432500', '160055.892500', '160056.352500', '160056.812500', '160057.272500', '160057.732500', '160058.192500', '160058.652500', '160059.112500', '160059.572500', '160100.032500', '160100.492500', '160100.952500', '160101.412500', '160101.872500', '160102.332500', '160102.792500', '160103.252500', '160103.712500', '160104.172500', '160104.632500', '160105.092500', '160105.552500', '160106.012500', '160106.472500', '160106.932500', '160107.392500', '160107.852500', '160108.312500', '160108.772500', '160109.232500', '160109.692500', '160110.152500', '160110.612500', '160111.072500', '160111.532500', '160111.992500', '160112.452500', '160112.912500', '160113.372500', '160113.832500', '160114.292500', '160114.752500', '160115.212500', '160115.672500', '160116.132500', '160116.592500', '160117.052500', '160117.512500', '160117.972500', '160118.432500', '160118.892500', '160119.352500', '160119.812500', '160120.272500', '160120.732500', '160121.192500', '160121.652500', '160122.112500', '160122.572500', '160123.032500', '160123.492500', '160123.952500', '160124.412500', '160124.872500', '160125.332500', '160125.792500', '160126.252500', '160126.712500', '160127.172500', '160127.632500', '160128.092500', '160128.552500', '160129.012500', '160129.472500', '160129.932500', '160130.392500', '160130.852500', '160131.312500', '160131.772500', '160132.232500', '160132.692500', '160133.152500', '160133.612500', '160134.072500', '160134.532500', '160134.992500', '160135.452500', '160135.912500', '160136.372500', '160136.832500', '160137.292500', '160137.752500', '160138.212500', '160138.672500', '160139.132500', '160139.592500', '160140.052500', '160140.512500', '160140.972500', '160141.432500', '160141.892500', '160142.352500', '160142.812500', '160143.272500', '160143.732500', '160144.192500', '160144.652500', '160145.112500', '160145.572500', '160146.032500', '160146.492500', '160146.952500', '160147.412500', '160147.872500', '160148.332500', '160148.792500', '160149.252500', '160149.712500', '160150.172500', '160150.632500', '160151.092500', '160151.552500', '160152.012500', '160152.472500', '160152.932500', '160153.392500', '160153.852500', '160154.312500', '160154.772500', '160155.232500', '160155.692500', '160156.152500', '160156.612500', '160157.072500', '160157.532500', '160157.992500', '160158.452500', '160158.912500', '160159.372500', '160159.832500', '160200.292500', '160200.752500', '160201.212500', '160201.672500', '160202.132500', '160202.592500', '160203.052500', '160203.512500', '160203.972500', '160204.432500', '160204.892500', '160205.352500', '160205.812500', '160206.272500', '160206.732500', '160207.192500', '160207.652500', '160208.112500', '160208.572500', '160209.032500', '160209.492500', '160209.952500', '160210.412500', '160210.872500', '160211.332500', '160211.792500', '160212.252500', '160212.712500', '160213.172500', '160213.632500', '160214.092500', '160214.552500', '160215.012500', '160215.472500', '160215.932500', '160216.392500', '160216.852500', '160217.312500', '160217.772500', '160218.232500', '160218.692500', '160219.152500', '160219.612500', '160220.072500', '160220.532500', '160220.992500', '160221.452500', '160221.912500', '160222.372500', '160222.832500', '160223.292500', '160223.752500', '160224.212500', '160224.672500', '160225.132500', '160225.592500', '160226.052500', '160226.512500', '160226.972500', '160227.432500', '160227.892500', '160228.352500', '160228.812500', '160229.272500', '160229.732500', '160230.192500', '160230.652500', '160231.112500', '160231.572500', '160232.032500', '160232.492500', '160232.952500', '160233.412500', '160233.872500', '160234.332500', '160234.792500', '160235.252500', '160235.712500', '160236.172500', '160236.632500', '160237.092500', '160237.552500', '160238.012500', '160238.472500', '160238.932500', '160239.392500', '160239.852500', '160240.312500', '160240.772500', '160241.232500', '160241.692500', '160242.152500', '160242.612500', '160243.072500', '160243.532500', '160243.992500', '160244.452500', '160244.912500', '160245.372500', '160245.832500', '160246.292500', '160246.752500', '160247.212500', '160247.672500', '160248.132500', '160248.592500', '160249.052500', '160249.512500', '160249.972500', '160250.432500', '160250.892500', '160251.352500', '160251.812500', '160252.272500', '160252.732500', '160253.192500', '160253.652500', '160254.112500', '160254.572500', '160255.032500', '160255.492500', '160255.952500', '160256.412500', '160256.872500', '160257.332500', '160257.792500', '160258.252500', '160258.712500', '160259.172500', '160259.632500', '160300.092500', '160300.552500', '160301.012500', '160301.472500', '160301.932500', '160302.392500', '160302.852500', '160303.312500', '160303.772500', '160304.232500', '160304.692500', '160305.152500', '160305.612500', '160306.072500', '160306.532500', '160306.992500', '160307.452500', '160307.912500', '160308.372500', '160308.832500', '160309.292500', '160309.752500', '160310.212500', '160310.672500', '160311.132500', '160311.592500', '160312.052500', '160312.512500', '160312.972500', '160313.432500', '160313.892500', '160314.352500', '160314.812500', '160315.272500', '160315.732500', '160316.192500', '160316.652500', '160317.112500', '160317.572500', '160318.032500', '160318.492500', '160318.952500', '160319.412500', '160319.872500', '160320.332500', '160320.792500', '160321.252500', '160321.712500', '160322.172500', '160322.632500', '160323.092500', '160323.552500', '160324.012500', '160324.472500', '160324.932500', '160325.392500', '160325.852500', '160326.312500', '160326.772500', '160327.232500', '160327.692500', '160328.152500', '160328.612500', '160329.072500', '160329.532500', '160329.992500', '160330.452500', '160330.912500', '160331.372500', '160331.832500', '160332.292500', '160332.752500', '160333.212500', '160333.672500', '160334.132500', '160334.592500', '160335.052500', '160335.512500', '160335.972500', '160336.432500', '160336.892500', '160337.352500', '160337.812500', '160338.272500', '160338.732500', '160339.192500', '160339.652500', '160340.112500', '160340.572500', '160341.032500', '160341.492500', '160341.952500', '160342.412500', '160342.872500', '160343.332500', '160343.792500', '160344.252500', '160344.712500', '160345.172500', '160345.632500', '160346.092500', '160346.552500', '160347.012500', '160347.472500', '160347.932500', '160348.392500', '160348.852500', '160349.312500', '160349.772500', '160350.232500', '160350.692500', '160351.152500', '160351.612500', '160352.072500', '160352.532500', '160352.992500', '160353.452500', '160353.912500', '160354.372500', '160354.832500', '160355.292500', '160355.752500', '160356.212500', '160356.672500', '160357.132500', '160357.592500', '160358.052500', '160358.512500', '160358.972500', '160359.432500', '160359.892500', '160400.352500', '160400.812500', '160401.272500', '160401.732500', '160402.192500', '160402.652500', '160403.112500', '160403.572500', '160404.032500', '160404.492500', '160404.952500', '160405.412500', '160405.872500', '160406.332500', '160406.792500', '160407.252500', '160407.712500', '160408.172500', '160408.632500', '160409.092500', '160409.552500', '160410.012500', '160410.472500', '160410.932500', '160411.392500', '160411.852500', '160412.312500', '160412.772500', '160413.232500', '160413.692500', '160414.152500', '160414.612500', '160415.072500', '160415.532500', '160415.992500', '160416.452500', '160416.912500', '160417.372500', '160417.832500', '160418.292500', '160418.752500', '160419.212500', '160419.672500', '160420.132500', '160420.592500', '160421.052500', '160421.512500', '160421.972500', '160422.432500', '160422.892500', '160423.352500', '160423.812500', '160424.272500', '160424.732500', '160425.192500', '160425.652500', '160426.112500', '160426.572500', '160427.032500', '160427.492500', '160427.952500', '160428.412500', '160428.872500', '160429.332500', '160429.792500', '160430.252500', '160430.712500', '160431.172500', '160431.632500', '160432.092500', '160432.552500', '160433.012500', '160433.472500', '160433.932500', '160434.392500', '160434.852500', '160435.312500', '160435.772500', '160436.232500', '160436.692500', '160437.152500', '160437.612500', '160438.072500', '160438.532500', '160438.992500', '160439.452500', '160439.912500', '160440.372500', '160440.832500', '160441.292500', '160441.752500', '160442.212500', '160442.672500', '160443.132500', '160443.592500', '160444.052500', '160444.512500', '160444.972500', '160445.432500', '160445.892500', '160446.352500', '160446.812500', '160447.272500', '160447.732500', '160448.192500', '160448.652500', '160449.112500', '160449.572500', '160450.032500', '160450.492500', '160450.952500', '160451.412500', '160451.872500', '160452.332500', '160452.792500', '160453.252500', '160453.712500', '160454.172500', '160454.632500', '160455.092500', '160455.552500', '160456.012500', '160456.472500', '160456.932500', '160457.392500', '160457.852500', '160458.312500', '160458.772500', '160459.232500', '160459.692500', '160500.152500', '160500.612500', '160501.072500', '160501.532500', '160501.992500', '160502.452500', '160502.912500', '160503.372500', '160503.832500', '160504.292500', '160504.752500', '160505.212500', '160505.672500', '160506.132500', '160506.592500', '160507.052500', '160507.512500', '160507.972500', '160508.432500', '160508.892500', '160509.352500', '160509.812500', '160510.272500', '160510.732500', '160511.192500', '160511.652500', '160512.112500', '160512.572500', '160513.032500', '160513.492500', '160513.952500', '160514.412500', '160514.872500', '160515.332500', '160515.792500', '160516.252500', '160516.712500', '160517.172500', '160517.632500', '160518.092500', '160518.552500', '160519.012500', '160519.472500', '160519.932500', '160520.392500', '160520.852500', '160521.312500', '160521.772500', '160522.232500', '160522.692500', '160523.152500', '160523.612500', '160524.072500', '160524.532500', '160524.992500', '160525.452500', '160525.912500', '160526.372500', '160526.832500', '160527.292500', '160527.752500', '160528.212500', '160528.672500', '160529.132500', '160529.592500', '160530.052500', '160530.512500', '160530.972500', '160531.432500', '160531.892500', '160532.352500', '160532.812500', '160533.272500', '160533.732500', '160534.192500', '160534.652500', '160535.112500', '160535.572500', '160536.032500', '160536.492500', '160536.952500', '160537.412500', '160537.872500', '160538.332500', '160538.792500', '160539.252500', '160539.712500', '160540.172500', '160540.632500', '160541.092500', '160541.552500', '160542.012500', '160542.472500', '160542.932500', '160543.392500', '160543.852500', '160544.312500', '160544.772500', '160545.232500', '160545.692500', '160546.152500', '160546.612500', '160547.072500', '160547.532500', '160547.992500', '160548.452500', '160548.912500', '160549.372500', '160549.832500', '160550.292500', '160550.752500', '160551.212500', '160551.672500', '160552.132500', '160552.592500', '160553.052500', '160553.512500', '160553.972500', '160554.432500', '160554.892500', '160555.352500', '160555.812500', '160556.272500', '160556.732500', '160557.192500', '160557.652500', '160558.112500', '160558.572500', '160559.032500', '160559.492500', '160559.952500', '160600.412500', '160600.872500', '160601.332500', '160601.792500', '160602.252500', '160602.712500', '160603.172500', '160603.632500', '160604.092500', '160604.552500', '160605.012500', '160605.472500', '160605.932500', '160606.392500', '160606.852500', '160607.312500', '160607.772500', '160608.232500', '160608.692500', '160609.152500', '160609.612500', '160610.072500', '160610.532500', '160610.992500', '160611.452500', '160611.912500', '160612.372500', '160612.832500', '160613.292500', '160613.752500', '160614.212500', '160614.672500', '160615.132500', '160615.592500', '160616.052500', '160616.512500', '160616.972500', '160617.432500', '160617.892500', '160618.352500', '160618.812500', '160619.272500', '160619.732500', '160620.192500', '160620.652500', '160621.112500', '160621.572500', '160622.032500', '160622.492500', '160622.952500', '160623.412500', '160623.872500', '160624.332500', '160624.792500', '160625.252500', '160625.712500', '160626.172500', '160626.632500', '160627.092500', '160627.552500', '160628.012500', '160628.472500', '160628.932500', '160629.392500', '160629.852500', '160630.312500', '160630.772500', '160631.232500', '160631.692500', '160632.152500', '160632.612500', '160633.072500', '160633.532500', '160633.992500', '160634.452500', '160634.912500', '160635.372500', '160635.832500', '160636.292500', '160636.752500', '160637.212500', '160637.672500', '160638.132500', '160638.592500', '160639.052500', '160639.512500', '160639.972500', '160640.432500', '160640.892500', '160641.352500', '160641.812500', '160642.272500', '160642.732500', '160643.192500', '160643.652500', '160644.112500', '160644.572500', '160645.032500', '160645.492500', '160645.952500', '160646.412500', '160646.872500', '160647.332500', '160647.792500', '160648.252500', '160648.712500', '160649.172500', '160649.632500', '160650.092500', '160650.552500', '160651.012500', '160651.472500', '160651.932500', '160652.392500', '160652.852500', '160653.312500', '160653.772500', '160654.232500', '160654.692500', '160655.152500', '160655.612500', '160656.072500', '160656.532500', '160656.992500', '160657.452500', '160657.912500', '160658.372500', '160658.832500', '160659.292500', '160659.752500', '160700.212500', '160700.672500', '160701.132500', '160701.592500', '160702.052500', '160702.512500', '160702.972500', '160703.432500', '160703.892500', '160704.352500', '160704.812500', '160705.272500', '160705.732500', '160706.192500', '160706.652500', '160707.112500', '160707.572500', '160708.032500', '160708.492500', '160708.952500', '160709.412500', '160709.872500', '160710.332500', '160710.792500', '160711.252500', '160711.712500', '160712.172500', '160712.632500', '160713.092500', '160713.552500', '160714.012500', '160714.472500', '160714.932500', '160715.392500', '160715.852500', '160716.312500', '160716.772500', '160717.232500', '160717.692500', '160718.152500', '160718.612500', '160719.072500', '160719.532500', '160719.992500', '160720.452500'], 'ContentTime': ['160105.306000', '160105.309000', '160105.312000', '160105.314000', '160105.317000', '160105.319000', '160105.322000', '160105.324000', '160105.327000', '160105.330000', '160105.332000', '160105.335000', '160105.337000', '160105.340000', '160105.342000', '160105.345000', '160105.348000', '160105.350000', '160105.353000', '160105.355000', '160105.358000', '160105.360000', '160105.363000', '160105.366000', '160105.369000', '160105.371000', '160105.378000', '160105.380000', '160105.383000', '160105.385000', '160105.388000', '160105.390000', '160105.393000', '160105.395000', '160105.398000', '160105.400000', '160105.403000', '160105.405000', '160105.408000', '160105.411000', '160105.413000', '160105.420000', '160105.422000', '160105.425000', '160105.428000', '160105.430000', '160105.433000', '160105.435000', '160105.438000', '160105.440000', '160105.443000', '160105.445000', '160105.448000', '160105.450000', '160125.283000', '160125.285000', '160125.288000', '160125.291000', '160125.293000', '160125.296000', '160125.298000', '160125.301000', '160125.303000', '160125.306000', '160125.308000', '160125.311000', '160125.313000', '160125.316000', '160125.319000', '160125.321000', '160125.324000', '160125.326000', '160125.329000', '160125.355000', '160125.357000', '160125.360000', '160125.362000', '160125.365000', '160125.367000', '160125.370000', '160125.373000', '160125.376000', '160125.379000', '160125.382000', '160125.385000', '160125.387000', '160125.390000', '160125.392000', '160125.395000', '160125.397000', '160125.400000', '160125.402000', '160125.405000', '160125.407000', '160125.410000', '160125.413000', '160125.415000', '160145.283000', '160145.286000', '160145.289000', '160145.298000', '160145.300000', '160145.303000', '160145.306000', '160145.308000', '160145.311000', '160145.313000', '160145.316000', '160145.318000', '160145.321000', '160145.323000', '160145.326000', '160145.329000', '160145.331000', '160145.334000', '160145.336000', '160145.339000', '160145.341000', '160145.344000', '160145.346000', '160145.349000', '160145.352000', '160145.354000', '160145.357000', '160145.360000', '160145.362000', '160145.365000', '160145.367000', '160145.370000', '160145.373000', '160145.375000', '160145.378000', '160145.381000', '160145.383000', '160145.386000', '160145.388000', '160145.391000', '160145.393000', '160145.396000', '160145.398000', '160145.401000', '160205.283000', '160205.286000', '160205.289000', '160205.291000', '160205.294000', '160205.297000', '160205.299000', '160205.302000', '160205.304000', '160205.307000', '160205.309000', '160205.312000', '160205.315000', '160205.317000', '160205.320000', '160205.322000', '160205.325000', '160205.327000', '160205.330000', '160205.333000', '160205.335000', '160205.338000', '160205.340000', '160205.343000', '160205.345000', '160205.348000', '160205.350000', '160205.353000', '160205.355000', '160205.358000', '160205.361000', '160205.363000', '160205.366000', '160205.368000', '160205.371000', '160205.373000', '160205.376000', '160205.378000', '160205.381000', '160205.384000', '160205.386000', '160205.389000', '160205.391000', '160225.283000', '160225.286000', '160225.289000', '160225.291000', '160225.294000', '160225.296000', '160225.299000', '160225.302000', '160225.305000', '160225.307000', '160225.310000', '160225.312000', '160225.315000', '160225.317000', '160225.320000', '160225.323000', '160225.325000', '160225.328000', '160225.330000', '160225.333000', '160225.335000', '160225.338000', '160225.340000', '160225.343000', '160225.346000', '160225.348000', '160225.351000', '160225.353000', '160225.356000', '160225.358000', '160225.361000', '160225.363000', '160225.366000', '160225.369000', '160225.371000', '160225.374000', '160225.376000', '160225.379000', '160225.381000', '160225.384000', '160225.386000', '160225.389000', '160225.392000', '160225.394000', '160245.284000', '160245.286000', '160245.289000', '160245.292000', '160245.294000', '160245.297000', '160245.299000', '160245.302000', '160245.305000', '160245.307000', '160245.310000', '160245.312000', '160245.315000', '160245.317000', '160245.320000', '160245.322000', '160245.325000', '160245.328000', '160245.330000', '160245.333000', '160245.335000', '160245.338000', '160245.340000', '160245.343000', '160245.346000', '160245.348000', '160245.351000', '160245.353000', '160245.356000', '160245.358000', '160245.361000', '160245.363000', '160245.366000', '160245.369000', '160245.371000', '160245.374000', '160245.376000', '160245.379000', '160245.381000', '160245.384000', '160245.405000', '160245.407000', '160245.410000', '160305.282000', '160305.285000', '160305.288000', '160305.290000', '160305.293000', '160305.295000', '160305.298000', '160305.301000', '160305.303000', '160305.306000', '160305.308000', '160305.311000', '160305.314000', '160305.316000', '160305.319000', '160305.321000', '160305.324000', '160305.326000', '160305.329000', '160305.332000', '160305.334000', '160305.337000', '160305.339000', '160305.342000', '160305.344000', '160305.347000', '160305.350000', '160305.352000', '160305.355000', '160305.357000', '160305.360000', '160305.362000', '160305.365000', '160305.367000', '160305.370000', '160305.373000', '160305.375000', '160305.378000', '160305.380000', '160305.383000', '160305.386000', '160305.388000', '160305.391000', '160305.393000', '160325.282000', '160325.285000', '160325.288000', '160325.290000', '160325.293000', '160325.296000', '160325.298000', '160325.301000', '160325.303000', '160325.306000', '160325.308000', '160325.311000', '160325.314000', '160325.316000', '160325.319000', '160325.321000', '160325.324000', '160325.326000', '160325.329000', '160325.331000', '160325.334000', '160325.336000', '160325.339000', '160325.342000', '160325.344000', '160325.347000', '160325.349000', '160325.352000', '160325.354000', '160325.357000', '160325.360000', '160325.362000', '160325.365000', '160325.367000', '160325.370000', '160325.372000', '160325.375000', '160325.378000', '160325.380000', '160325.383000', '160325.385000', '160325.388000', '160325.390000', '160345.283000', '160345.286000', '160345.289000', '160345.292000', '160345.294000', '160345.297000', '160345.300000', '160345.302000', '160345.305000', '160345.308000', '160345.310000', '160345.313000', '160345.315000', '160345.318000', '160345.321000', '160345.323000', '160345.326000', '160345.328000', '160345.331000', '160345.333000', '160345.336000', '160345.339000', '160345.341000', '160345.344000', '160345.346000', '160345.349000', '160345.352000', '160345.354000', '160345.357000', '160345.360000', '160345.362000', '160345.365000', '160345.367000', '160345.370000', '160345.372000', '160345.375000', '160345.378000', '160345.380000', '160345.383000', '160345.385000', '160345.388000', '160345.391000', '160345.393000', '160345.396000', '160405.283000', '160405.286000', '160405.289000', '160405.291000', '160405.294000', '160405.297000', '160405.299000', '160405.302000', '160405.304000', '160405.307000', '160405.309000', '160405.312000', '160405.315000', '160405.317000', '160405.320000', '160405.322000', '160405.325000', '160405.327000', '160405.330000', '160405.333000', '160405.335000', '160405.356000', '160405.359000', '160405.361000', '160405.364000', '160405.366000', '160405.369000', '160405.371000', '160405.374000', '160405.377000', '160405.379000', '160405.382000', '160405.384000', '160405.387000', '160405.389000', '160405.392000', '160405.395000', '160405.397000', '160405.400000', '160405.402000', '160405.405000', '160405.408000', '160405.410000', '160425.283000', '160425.286000', '160425.289000', '160425.291000', '160425.294000', '160425.296000', '160425.299000', '160425.302000', '160425.304000', '160425.307000', '160425.309000', '160425.312000', '160425.314000', '160425.317000', '160425.320000', '160425.322000', '160425.325000', '160425.327000', '160425.330000', '160425.332000', '160425.335000', '160425.338000', '160425.340000', '160425.343000', '160425.345000', '160425.348000', '160425.350000', '160425.353000', '160425.356000', '160425.358000', '160425.361000', '160425.363000', '160425.366000', '160425.368000', '160425.371000', '160425.373000', '160425.376000', '160425.379000', '160425.382000', '160425.384000', '160425.387000', '160425.389000', '160425.392000', '160425.394000', '160445.284000', '160445.286000', '160445.289000', '160445.291000', '160445.294000', '160445.297000', '160445.299000', '160445.302000', '160445.305000', '160445.307000', '160445.310000', '160445.312000', '160445.315000', '160445.318000', '160445.320000', '160445.323000', '160445.325000', '160445.328000', '160445.330000', '160445.333000', '160445.336000', '160445.338000', '160445.341000', '160445.343000', '160445.346000', '160445.349000', '160445.351000', '160445.354000', '160445.356000', '160445.359000', '160445.362000', '160445.364000', '160445.367000', '160445.369000', '160445.372000', '160445.374000', '160445.377000', '160445.380000', '160445.382000', '160445.385000', '160445.387000', '160445.390000', '160445.392000', '160505.284000', '160505.286000', '160505.289000', '160505.292000', '160505.294000', '160505.297000', '160505.300000', '160505.302000', '160505.305000', '160505.307000', '160505.310000', '160505.313000', '160505.315000', '160505.318000', '160505.320000', '160505.323000', '160505.327000', '160505.329000', '160505.332000', '160505.334000', '160505.337000', '160505.340000', '160505.342000', '160505.345000', '160505.347000', '160505.350000', '160505.352000', '160505.355000', '160505.358000', '160505.360000', '160505.363000', '160505.365000', '160505.368000', '160505.371000', '160505.373000', '160505.376000', '160505.378000', '160505.381000', '160505.384000', '160505.387000', '160505.389000', '160505.392000', '160505.394000', '160525.282000', '160525.285000', '160525.288000', '160525.290000', '160525.293000', '160525.296000', '160525.298000', '160525.301000', '160525.304000', '160525.306000', '160525.309000', '160525.311000', '160525.314000', '160525.317000', '160525.319000', '160525.322000', '160525.324000', '160525.327000', '160525.329000', '160525.332000', '160525.335000', '160525.337000', '160525.340000', '160525.342000', '160525.345000', '160525.347000', '160525.350000', '160525.353000', '160525.355000', '160525.358000', '160525.360000', '160525.363000', '160525.366000', '160525.368000', '160525.371000', '160525.373000', '160525.376000', '160525.379000', '160525.381000', '160525.384000', '160525.387000', '160525.389000', '160525.392000', '160525.394000', '160545.283000', '160545.285000', '160545.288000', '160545.290000', '160545.293000', '160545.296000', '160545.298000', '160545.301000', '160545.304000', '160545.307000', '160545.310000', '160545.313000', '160545.315000', '160545.318000', '160545.320000', '160545.323000', '160545.326000', '160545.328000', '160545.331000', '160545.333000', '160545.336000', '160545.339000', '160545.341000', '160545.344000', '160545.346000', '160545.349000', '160545.351000', '160545.354000', '160545.356000', '160545.359000', '160545.362000', '160545.364000', '160545.367000', '160545.386000', '160545.389000', '160545.392000', '160545.394000', '160545.397000', '160545.400000', '160545.402000', '160545.405000', '160545.407000', '160545.410000', '160605.282000', '160605.285000', '160605.288000', '160605.290000', '160605.293000', '160605.296000', '160605.298000', '160605.301000', '160605.303000', '160605.306000', '160605.309000', '160605.311000', '160605.314000', '160605.316000', '160605.319000', '160605.322000', '160605.324000', '160605.327000', '160605.329000', '160605.332000', '160605.335000', '160605.337000', '160605.340000', '160605.342000', '160605.345000', '160605.347000', '160605.350000', '160605.353000', '160605.355000', '160605.358000', '160605.360000', '160605.363000', '160605.366000', '160605.368000', '160605.371000', '160605.373000', '160605.376000', '160605.378000', '160605.381000', '160605.384000', '160605.386000', '160605.389000', '160605.392000', '160605.394000', '160625.284000', '160625.286000', '160625.289000', '160625.291000', '160625.294000', '160625.297000', '160625.300000', '160625.302000', '160625.305000', '160625.308000', '160625.310000', '160625.313000', '160625.315000', '160625.318000', '160625.320000', '160625.323000', '160625.326000', '160625.328000', '160625.331000', '160625.333000', '160625.336000', '160625.338000', '160625.341000', '160625.344000', '160625.346000', '160625.349000', '160625.352000', '160625.354000', '160625.357000', '160625.359000', '160625.362000', '160625.365000', '160625.368000', '160625.371000', '160625.373000', '160625.376000', '160625.378000', '160625.381000', '160625.384000', '160625.386000', '160625.389000', '160625.391000', '160625.394000', '160645.285000', '160645.288000', '160645.291000', '160645.293000', '160645.296000', '160645.299000', '160645.301000', '160645.304000', '160645.306000', '160645.309000', '160645.312000', '160645.314000', '160645.317000', '160645.319000', '160645.322000', '160645.324000', '160645.327000', '160645.330000', '160645.332000', '160645.335000', '160645.337000', '160645.340000', '160645.342000', '160645.345000', '160645.348000', '160645.350000', '160645.353000', '160645.355000', '160645.358000', '160645.360000', '160645.363000', '160645.366000', '160645.368000', '160645.371000', '160645.373000', '160645.376000', '160645.378000', '160645.381000', '160645.383000', '160645.386000', '160645.389000', '160645.391000', '160645.394000', '160645.396000', '160705.284000', '160705.287000', '160705.289000', '160705.292000', '160705.294000', '160705.297000', '160705.299000', '160705.302000', '160705.305000', '160705.307000', '160705.310000', '160705.312000', '160705.315000', '160705.317000', '160705.320000', '160705.323000', '160705.325000', '160705.328000', '160705.330000', '160705.333000', '160705.335000', '160705.338000', '160705.341000', '160705.343000', '160705.346000', '160705.348000', '160705.351000', '160705.353000', '160705.356000', '160705.359000', '160705.361000', '160705.364000', '160705.366000', '160705.369000', '160705.371000', '160705.374000', '160705.377000', '160705.380000', '160705.383000', '160705.386000', '160705.388000', '160705.391000', '160705.394000', '160721.419000', '160721.422000', '160721.425000', '160721.427000', '160721.430000', '160721.433000', '160721.435000', '160721.438000', '160721.441000', '160721.443000', '160721.446000', '160721.449000', '160721.452000', '160721.455000', '160721.458000', '160721.461000', '160721.464000', '160721.467000', '160721.469000', '160721.473000', '160721.476000', '160721.478000', '160721.485000', '160721.488000', '160721.491000', '160721.493000', '160721.496000', '160721.499000', '160721.501000', '160721.504000', '160721.506000', '160721.509000', '160721.512000', '160721.514000', '160721.517000', '160721.520000'], 'InstanceCreationTime': ['160105.306000', '160105.309000', '160105.312000', '160105.314000', '160105.317000', '160105.319000', '160105.322000', '160105.324000', '160105.327000', '160105.330000', '160105.332000', '160105.335000', '160105.337000', '160105.340000', '160105.342000', '160105.345000', '160105.348000', '160105.350000', '160105.353000', '160105.355000', '160105.358000', '160105.360000', '160105.363000', '160105.366000', '160105.369000', '160105.371000', '160105.378000', '160105.380000', '160105.383000', '160105.385000', '160105.388000', '160105.390000', '160105.393000', '160105.395000', '160105.398000', '160105.400000', '160105.403000', '160105.405000', '160105.408000', '160105.411000', '160105.413000', '160105.420000', '160105.422000', '160105.425000', '160105.428000', '160105.430000', '160105.433000', '160105.435000', '160105.438000', '160105.440000', '160105.443000', '160105.445000', '160105.448000', '160105.450000', '160125.283000', '160125.285000', '160125.288000', '160125.291000', '160125.293000', '160125.296000', '160125.298000', '160125.301000', '160125.303000', '160125.306000', '160125.308000', '160125.311000', '160125.313000', '160125.316000', '160125.319000', '160125.321000', '160125.324000', '160125.326000', '160125.329000', '160125.355000', '160125.357000', '160125.360000', '160125.362000', '160125.365000', '160125.367000', '160125.370000', '160125.373000', '160125.376000', '160125.379000', '160125.382000', '160125.385000', '160125.387000', '160125.390000', '160125.392000', '160125.395000', '160125.397000', '160125.400000', '160125.402000', '160125.405000', '160125.407000', '160125.410000', '160125.413000', '160125.415000', '160145.283000', '160145.286000', '160145.289000', '160145.298000', '160145.300000', '160145.303000', '160145.306000', '160145.308000', '160145.311000', '160145.313000', '160145.316000', '160145.318000', '160145.321000', '160145.323000', '160145.326000', '160145.329000', '160145.331000', '160145.334000', '160145.336000', '160145.339000', '160145.341000', '160145.344000', '160145.346000', '160145.349000', '160145.352000', '160145.354000', '160145.357000', '160145.360000', '160145.362000', '160145.365000', '160145.367000', '160145.370000', '160145.373000', '160145.375000', '160145.378000', '160145.381000', '160145.383000', '160145.386000', '160145.388000', '160145.391000', '160145.393000', '160145.396000', '160145.398000', '160145.401000', '160205.283000', '160205.286000', '160205.289000', '160205.291000', '160205.294000', '160205.297000', '160205.299000', '160205.302000', '160205.304000', '160205.307000', '160205.309000', '160205.312000', '160205.315000', '160205.317000', '160205.320000', '160205.322000', '160205.325000', '160205.327000', '160205.330000', '160205.333000', '160205.335000', '160205.338000', '160205.340000', '160205.343000', '160205.345000', '160205.348000', '160205.350000', '160205.353000', '160205.355000', '160205.358000', '160205.361000', '160205.363000', '160205.366000', '160205.368000', '160205.371000', '160205.373000', '160205.376000', '160205.378000', '160205.381000', '160205.384000', '160205.386000', '160205.389000', '160205.391000', '160225.283000', '160225.286000', '160225.289000', '160225.291000', '160225.294000', '160225.296000', '160225.299000', '160225.302000', '160225.305000', '160225.307000', '160225.310000', '160225.312000', '160225.315000', '160225.317000', '160225.320000', '160225.323000', '160225.325000', '160225.328000', '160225.330000', '160225.333000', '160225.335000', '160225.338000', '160225.340000', '160225.343000', '160225.346000', '160225.348000', '160225.351000', '160225.353000', '160225.356000', '160225.358000', '160225.361000', '160225.363000', '160225.366000', '160225.369000', '160225.371000', '160225.374000', '160225.376000', '160225.379000', '160225.381000', '160225.384000', '160225.386000', '160225.389000', '160225.392000', '160225.394000', '160245.284000', '160245.286000', '160245.289000', '160245.292000', '160245.294000', '160245.297000', '160245.299000', '160245.302000', '160245.305000', '160245.307000', '160245.310000', '160245.312000', '160245.315000', '160245.317000', '160245.320000', '160245.322000', '160245.325000', '160245.328000', '160245.330000', '160245.333000', '160245.335000', '160245.338000', '160245.340000', '160245.343000', '160245.346000', '160245.348000', '160245.351000', '160245.353000', '160245.356000', '160245.358000', '160245.361000', '160245.363000', '160245.366000', '160245.369000', '160245.371000', '160245.374000', '160245.376000', '160245.379000', '160245.381000', '160245.384000', '160245.405000', '160245.407000', '160245.410000', '160305.282000', '160305.285000', '160305.288000', '160305.290000', '160305.293000', '160305.295000', '160305.298000', '160305.301000', '160305.303000', '160305.306000', '160305.308000', '160305.311000', '160305.314000', '160305.316000', '160305.319000', '160305.321000', '160305.324000', '160305.326000', '160305.329000', '160305.332000', '160305.334000', '160305.337000', '160305.339000', '160305.342000', '160305.344000', '160305.347000', '160305.350000', '160305.352000', '160305.355000', '160305.357000', '160305.360000', '160305.362000', '160305.365000', '160305.367000', '160305.370000', '160305.373000', '160305.375000', '160305.378000', '160305.380000', '160305.383000', '160305.386000', '160305.388000', '160305.391000', '160305.393000', '160325.282000', '160325.285000', '160325.288000', '160325.290000', '160325.293000', '160325.296000', '160325.298000', '160325.301000', '160325.303000', '160325.306000', '160325.308000', '160325.311000', '160325.314000', '160325.316000', '160325.319000', '160325.321000', '160325.324000', '160325.326000', '160325.329000', '160325.331000', '160325.334000', '160325.336000', '160325.339000', '160325.342000', '160325.344000', '160325.347000', '160325.349000', '160325.352000', '160325.354000', '160325.357000', '160325.360000', '160325.362000', '160325.365000', '160325.367000', '160325.370000', '160325.372000', '160325.375000', '160325.378000', '160325.380000', '160325.383000', '160325.385000', '160325.388000', '160325.390000', '160345.283000', '160345.286000', '160345.289000', '160345.292000', '160345.294000', '160345.297000', '160345.300000', '160345.302000', '160345.305000', '160345.308000', '160345.310000', '160345.313000', '160345.315000', '160345.318000', '160345.321000', '160345.323000', '160345.326000', '160345.328000', '160345.331000', '160345.333000', '160345.336000', '160345.339000', '160345.341000', '160345.344000', '160345.346000', '160345.349000', '160345.352000', '160345.354000', '160345.357000', '160345.360000', '160345.362000', '160345.365000', '160345.367000', '160345.370000', '160345.372000', '160345.375000', '160345.378000', '160345.380000', '160345.383000', '160345.385000', '160345.388000', '160345.391000', '160345.393000', '160345.396000', '160405.283000', '160405.286000', '160405.289000', '160405.291000', '160405.294000', '160405.297000', '160405.299000', '160405.302000', '160405.304000', '160405.307000', '160405.309000', '160405.312000', '160405.315000', '160405.317000', '160405.320000', '160405.322000', '160405.325000', '160405.327000', '160405.330000', '160405.333000', '160405.335000', '160405.356000', '160405.359000', '160405.361000', '160405.364000', '160405.366000', '160405.369000', '160405.371000', '160405.374000', '160405.377000', '160405.379000', '160405.382000', '160405.384000', '160405.387000', '160405.389000', '160405.392000', '160405.395000', '160405.397000', '160405.400000', '160405.402000', '160405.405000', '160405.408000', '160405.410000', '160425.283000', '160425.286000', '160425.289000', '160425.291000', '160425.294000', '160425.296000', '160425.299000', '160425.302000', '160425.304000', '160425.307000', '160425.309000', '160425.312000', '160425.314000', '160425.317000', '160425.320000', '160425.322000', '160425.325000', '160425.327000', '160425.330000', '160425.332000', '160425.335000', '160425.338000', '160425.340000', '160425.343000', '160425.345000', '160425.348000', '160425.350000', '160425.353000', '160425.356000', '160425.358000', '160425.361000', '160425.363000', '160425.366000', '160425.368000', '160425.371000', '160425.373000', '160425.376000', '160425.379000', '160425.382000', '160425.384000', '160425.387000', '160425.389000', '160425.392000', '160425.394000', '160445.284000', '160445.286000', '160445.289000', '160445.291000', '160445.294000', '160445.297000', '160445.299000', '160445.302000', '160445.305000', '160445.307000', '160445.310000', '160445.312000', '160445.315000', '160445.318000', '160445.320000', '160445.323000', '160445.325000', '160445.328000', '160445.330000', '160445.333000', '160445.336000', '160445.338000', '160445.341000', '160445.343000', '160445.346000', '160445.349000', '160445.351000', '160445.354000', '160445.356000', '160445.359000', '160445.362000', '160445.364000', '160445.367000', '160445.369000', '160445.372000', '160445.374000', '160445.377000', '160445.380000', '160445.382000', '160445.385000', '160445.387000', '160445.390000', '160445.392000', '160505.284000', '160505.286000', '160505.289000', '160505.292000', '160505.294000', '160505.297000', '160505.300000', '160505.302000', '160505.305000', '160505.307000', '160505.310000', '160505.313000', '160505.315000', '160505.318000', '160505.320000', '160505.323000', '160505.327000', '160505.329000', '160505.332000', '160505.334000', '160505.337000', '160505.340000', '160505.342000', '160505.345000', '160505.347000', '160505.350000', '160505.352000', '160505.355000', '160505.358000', '160505.360000', '160505.363000', '160505.365000', '160505.368000', '160505.371000', '160505.373000', '160505.376000', '160505.378000', '160505.381000', '160505.384000', '160505.387000', '160505.389000', '160505.392000', '160505.394000', '160525.282000', '160525.285000', '160525.288000', '160525.290000', '160525.293000', '160525.296000', '160525.298000', '160525.301000', '160525.304000', '160525.306000', '160525.309000', '160525.311000', '160525.314000', '160525.317000', '160525.319000', '160525.322000', '160525.324000', '160525.327000', '160525.329000', '160525.332000', '160525.335000', '160525.337000', '160525.340000', '160525.342000', '160525.345000', '160525.347000', '160525.350000', '160525.353000', '160525.355000', '160525.358000', '160525.360000', '160525.363000', '160525.366000', '160525.368000', '160525.371000', '160525.373000', '160525.376000', '160525.379000', '160525.381000', '160525.384000', '160525.387000', '160525.389000', '160525.392000', '160525.394000', '160545.283000', '160545.285000', '160545.288000', '160545.290000', '160545.293000', '160545.296000', '160545.298000', '160545.301000', '160545.304000', '160545.307000', '160545.310000', '160545.313000', '160545.315000', '160545.318000', '160545.320000', '160545.323000', '160545.326000', '160545.328000', '160545.331000', '160545.333000', '160545.336000', '160545.339000', '160545.341000', '160545.344000', '160545.346000', '160545.349000', '160545.351000', '160545.354000', '160545.356000', '160545.359000', '160545.362000', '160545.364000', '160545.367000', '160545.386000', '160545.389000', '160545.392000', '160545.394000', '160545.397000', '160545.400000', '160545.402000', '160545.405000', '160545.407000', '160545.410000', '160605.282000', '160605.285000', '160605.288000', '160605.290000', '160605.293000', '160605.296000', '160605.298000', '160605.301000', '160605.303000', '160605.306000', '160605.309000', '160605.311000', '160605.314000', '160605.316000', '160605.319000', '160605.322000', '160605.324000', '160605.327000', '160605.329000', '160605.332000', '160605.335000', '160605.337000', '160605.340000', '160605.342000', '160605.345000', '160605.347000', '160605.350000', '160605.353000', '160605.355000', '160605.358000', '160605.360000', '160605.363000', '160605.366000', '160605.368000', '160605.371000', '160605.373000', '160605.376000', '160605.378000', '160605.381000', '160605.384000', '160605.386000', '160605.389000', '160605.392000', '160605.394000', '160625.284000', '160625.286000', '160625.289000', '160625.291000', '160625.294000', '160625.297000', '160625.300000', '160625.302000', '160625.305000', '160625.308000', '160625.310000', '160625.313000', '160625.315000', '160625.318000', '160625.320000', '160625.323000', '160625.326000', '160625.328000', '160625.331000', '160625.333000', '160625.336000', '160625.338000', '160625.341000', '160625.344000', '160625.346000', '160625.349000', '160625.352000', '160625.354000', '160625.357000', '160625.359000', '160625.362000', '160625.365000', '160625.368000', '160625.371000', '160625.373000', '160625.376000', '160625.378000', '160625.381000', '160625.384000', '160625.386000', '160625.389000', '160625.391000', '160625.394000', '160645.285000', '160645.288000', '160645.291000', '160645.293000', '160645.296000', '160645.299000', '160645.301000', '160645.304000', '160645.306000', '160645.309000', '160645.312000', '160645.314000', '160645.317000', '160645.319000', '160645.322000', '160645.324000', '160645.327000', '160645.330000', '160645.332000', '160645.335000', '160645.337000', '160645.340000', '160645.342000', '160645.345000', '160645.348000', '160645.350000', '160645.353000', '160645.355000', '160645.358000', '160645.360000', '160645.363000', '160645.366000', '160645.368000', '160645.371000', '160645.373000', '160645.376000', '160645.378000', '160645.381000', '160645.383000', '160645.386000', '160645.389000', '160645.391000', '160645.394000', '160645.396000', '160705.284000', '160705.287000', '160705.289000', '160705.292000', '160705.294000', '160705.297000', '160705.299000', '160705.302000', '160705.305000', '160705.307000', '160705.310000', '160705.312000', '160705.315000', '160705.317000', '160705.320000', '160705.323000', '160705.325000', '160705.328000', '160705.330000', '160705.333000', '160705.335000', '160705.338000', '160705.341000', '160705.343000', '160705.346000', '160705.348000', '160705.351000', '160705.353000', '160705.356000', '160705.359000', '160705.361000', '160705.364000', '160705.366000', '160705.369000', '160705.371000', '160705.374000', '160705.377000', '160705.380000', '160705.383000', '160705.386000', '160705.388000', '160705.391000', '160705.394000', '160721.419000', '160721.422000', '160721.425000', '160721.427000', '160721.430000', '160721.433000', '160721.435000', '160721.438000', '160721.441000', '160721.443000', '160721.446000', '160721.449000', '160721.452000', '160721.455000', '160721.458000', '160721.461000', '160721.464000', '160721.467000', '160721.469000', '160721.473000', '160721.476000', '160721.478000', '160721.485000', '160721.488000', '160721.491000', '160721.493000', '160721.496000', '160721.499000', '160721.501000', '160721.504000', '160721.506000', '160721.509000', '160721.512000', '160721.514000', '160721.517000', '160721.520000'], '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': [7324, 14297, 8495, 11529, 9485, 7997, 11783, 7546, 12785, 9206, 14185, 8548, 14286, 8310, 14061, 8531, 14188, 7760, 14102, 7901, 13523, 7645, 8517, 7477, 7144, 8827, 7655, 9822, 6154, 12892, 7121, 13457, 7922, 13062, 7926, 13823, 9064, 12218, 8037, 12745, 7274, 13727, 7649, 14061, 8007, 10740, 7224, 13302, 7959, 14535, 8007, 12150, 7168, 13865, 7835, 13624, 8140, 11755, 6691, 10898, 6422, 10173, 7392, 8426, 7550, 7719, 13357, 7575, 13454, 7491, 12145, 7162, 12107, 6536, 11679, 6399, 9543, 6086, 8500, 6764, 7923, 8622, 7748, 10018, 7144, 9802, 6815, 11975, 6883, 12822, 6966, 11526, 6588, 12577, 6842, 11961, 6419, 10230, 6091, 11767, 6125, 9531, 9731, 8114, 13738, 7144, 11657, 6822, 10110, 6636, 11940, 6512, 11034, 6319, 11680, 6153, 11164, 8584, 9168, 7804, 10054, 9472, 8967, 13003, 9449, 12363, 8053, 15004, 8342, 13188, 8310, 13972, 8355, 13094, 8294, 11001, 7331, 12656, 7098, 12366, 6954, 10582, 6570, 12742, 6595, 10719, 7094, 11033, 7902, 10004, 7645, 8839, 7863, 8494, 6964, 8426, 6606, 9336, 6269, 9223, 6385, 12705, 6973, 13507, 7856, 11160, 6568, 11350, 6555, 10355, 6272, 12574, 7686, 8875, 6339, 10308, 6249, 8473, 12242, 9066, 11586, 6392, 12023, 7795, 9836, 6345, 11737, 6396, 11465, 6409, 9457, 6479, 11487, 6495, 11969, 6617, 9405, 6436, 12859, 6728, 12901, 8074, 10499, 7357, 11991, 7513, 11016, 10800, 10315, 9882, 8656, 13331, 8204, 15074, 8647, 12830, 7253, 14206, 7570, 11835, 6925, 12491, 6412, 13284, 6521, 10132, 6442, 11606, 6155, 11640, 6259, 9395, 6178, 9320, 6753, 8363, 9043, 7525, 9364, 7107, 13934, 7439, 13544, 7192, 12863, 6736, 12667, 6799, 12296, 6842, 13466, 6993, 12855, 7914, 12732, 8828, 11324, 7502, 11943, 6944, 11733, 7654, 9509, 6405, 9504, 7197, 9482, 7985, 8350, 6791, 8039, 8439, 7999, 9281, 7991, 8064, 7549, 11251, 7248, 14770, 7174, 12390, 7168, 14004, 7717, 13046, 9584, 10245, 7838, 11169, 8093, 10214, 7948, 10004, 6619, 9577, 6797, 9442, 8989, 8618, 7662, 7583, 11528, 7246, 14305, 7152, 12103, 6550, 12457, 6611, 12483, 6085, 9145, 6116, 11044, 6119, 12277, 6550, 12017, 6490, 6234, 8160, 7430, 9288, 9675, 9318, 8326, 7748, 13644, 7675, 12876, 8299, 10345, 7284, 10827, 6593, 10727, 6260, 10844, 6132, 9791, 5986, 9182, 6002, 9212, 6126, 9826, 6375, 11174, 6405, 9155, 6325, 10998, 7195, 9682, 10260, 10122, 8846, 8523, 12652, 8865, 14640, 8929, 11503, 7503, 13026, 7141, 13019, 7285, 11443, 6893, 12203, 6442, 12472, 6608, 10604, 6186, 11182, 6137, 10971, 7897, 9563, 8654, 9119, 12105, 9876, 11070, 8355, 11515, 7154, 13772, 6784, 11744, 6210, 10571, 6104, 11914, 6370, 11490, 6158, 9141, 6156, 11498, 6151, 11305, 6475, 10001, 9227, 8249, 6631, 10977, 6197, 11114, 6732, 9438, 7314, 10181, 7463, 10911, 7388, 13817, 10196, 13372, 14878, 12352, 9129, 9246, 10195, 9221, 13973, 9207, 8118, 7472, 9990, 7201, 10053, 7566, 11081, 7900, 9891, 8322, 7460, 8438, 6681, 8919, 6099, 10556, 6176, 9414, 6385, 12563, 6539, 12700, 6705, 6696, 7566, 6852, 7991, 7807, 8155, 6165, 10524, 9254, 8685, 10075, 8413, 6246, 8610, 7186, 8369, 6259, 10244, 6512, 13192, 8150, 10514, 7078, 13514, 7968, 13261, 8389, 11430, 7122, 14464, 8044, 14139, 9690, 10785, 6912, 13537, 7094, 13032, 7726, 10434, 6832, 13153, 6883, 12668, 9214, 9699, 7029, 10529, 6560, 9832, 8376, 9404, 6414, 9180, 7464, 8575, 8008, 8070, 6324, 8651, 6288, 9255, 6910, 8494, 6109, 10858, 6522, 9004, 12593, 8464, 8130, 6750, 8973, 6829, 13922, 7171, 12847, 6938, 12809, 6690, 12815, 6936, 12727, 6942, 10903, 6559, 11733, 7068, 12336, 7026, 6460, 7743, 6734, 8712, 9136, 8511, 6894, 10582, 7770, 9848, 13832, 10083, 12798, 8507, 9434, 6919, 13275, 7284, 14572, 7691, 14344, 7626, 9113, 7057, 7263, 8972, 6378, 11010, 6192, 12308, 7274, 12916, 7094, 6469, 9301, 6231, 11385, 7070, 9016, 6354, 11890, 6031, 8313, 6200, 7330, 7989, 5967, 8822, 5865, 11117, 6394, 10348, 8099, 10730, 11055, 10872, 9777, 9799, 8124, 10781, 12509, 13812, 13043, 12739, 10586, 10950, 7224, 10072, 7009, 10560, 7811, 9072, 7238, 12975, 7112, 12205, 6923, 10745, 7512, 9695, 6702, 8694, 8168, 8358, 13305, 7607, 12036, 7063, 11671, 7244, 8899, 7009, 6324, 7206, 6057, 8160, 6528, 8186, 6210, 9857, 6030, 8911, 6460, 8666, 6519, 10648, 6006, 9923, 6354, 9072, 6916, 11016, 6782, 11331, 6702, 10843, 6776, 8309, 8519, 6527, 12787, 7729, 12975, 9446, 9821, 8191, 12769, 8716, 12411, 10260, 9708, 7999, 11246, 7299, 13218, 7040, 11631, 7085, 8911, 8096, 7845, 9173, 6707, 12571, 7581, 13443, 8183, 12793, 9592, 11348, 7745, 11073, 8576, 10920, 14380, 9715, 14739, 8475, 13430, 7241, 12391, 6737, 9012, 6536, 8139, 6958, 9673, 7745, 7204, 7875, 5965, 11418, 6077, 11867, 6597, 11384, 6427, 12847, 6694, 12516, 7393, 7857, 8219, 6039, 12083, 6485, 13511, 7837, 12101, 7210, 14122, 9187, 10958, 8840, 9173, 7625, 11782, 6919, 12355, 7153, 10706, 6584, 13119, 6868, 11420, 7697, 7135, 7475, 7570, 8750, 7889, 9940, 6919, 11579, 6528, 12056, 7817, 9732, 8202, 12607, 7648, 12731, 8216, 10514, 7419, 13302, 7303, 13535, 7925, 10392, 7165, 13385, 7285, 13563, 7925, 12277, 7420, 13740, 8312, 12926, 9073, 10451, 7516, 12911, 7373, 10774, 6804, 10457, 6776, 13035, 6959, 12843, 7274, 10133, 6570, 10268, 7467, 12539, 8319, 8741, 7483, 12469, 6934, 10890, 6963, 8707, 7333, 12924, 7048, 9856, 7080, 13142, 7184, 13489, 7985, 11047, 7542, 13827, 9472, 12230, 8852, 12723, 7686, 12143, 6916, 11725, 7304, 10018, 6575, 11011, 6285, 11143, 6397, 9134, 6329, 9475, 6409, 8627, 14322, 8549, 10475, 7466, 12402, 6776, 10459, 6045, 8456, 6752, 8048, 6818, 7650, 8224, 7592, 9126, 7644, 7592, 8210, 7145, 8689, 8063, 8869, 6224, 10186, 6022, 9505, 8293, 8515, 9049], 'WindowCenter': [3913.0, 3970.0, 3916.0, 3933.0, 3911.0, 3887.0, 3918.0, 3875.0, 3918.0, 3896.0, 3926.0, 3884.0, 3924.0, 3873.0, 3924.0, 3874.0, 3924.0, 3861.0, 3912.0, 3861.0, 3912.0, 3862.0, 3870.0, 3851.0, 3849.0, 3882.0, 3862.0, 3894.0, 3842.0, 3914.0, 3864.0, 3927.0, 3875.0, 3914.0, 3873.0, 3925.0, 3898.0, 3919.0, 3876.0, 3914.0, 3862.0, 3912.0, 3861.0, 3912.0, 3862.0, 3891.0, 3861.0, 3911.0, 3859.0, 3911.0, 3860.0, 3900.0, 3848.0, 3909.0, 3849.0, 3910.0, 3858.0, 3889.0, 3836.0, 3878.0, 3824.0, 3878.0, 3845.0, 3858.0, 3846.0, 3848.0, 3899.0, 3848.0, 3898.0, 3847.0, 3898.0, 3848.0, 3899.0, 3828.0, 3890.0, 3827.0, 3880.0, 3817.0, 3859.0, 3836.0, 3859.0, 3869.0, 3859.0, 3879.0, 3851.0, 3880.0, 3851.0, 3902.0, 3853.0, 3913.0, 3864.0, 3915.0, 3853.0, 3913.0, 3852.0, 3915.0, 3854.0, 3905.0, 3844.0, 3917.0, 3844.0, 3898.0, 3908.0, 3888.0, 3939.0, 3864.0, 3917.0, 3853.0, 3894.0, 3853.0, 3915.0, 3854.0, 3917.0, 3855.0, 3919.0, 3855.0, 3919.0, 3885.0, 3896.0, 3874.0, 3907.0, 3894.0, 3885.0, 3926.0, 3897.0, 3916.0, 3876.0, 3938.0, 3888.0, 3925.0, 3885.0, 3924.0, 3872.0, 3925.0, 3885.0, 3902.0, 3864.0, 3925.0, 3863.0, 3913.0, 3852.0, 3892.0, 3839.0, 3913.0, 3838.0, 3891.0, 3836.0, 3891.0, 3858.0, 3880.0, 3847.0, 3870.0, 3846.0, 3859.0, 3837.0, 3871.0, 3851.0, 3894.0, 3840.0, 3892.0, 3841.0, 3912.0, 3862.0, 3924.0, 3874.0, 3906.0, 3853.0, 3905.0, 3842.0, 3905.0, 3855.0, 3929.0, 3877.0, 3898.0, 3855.0, 3906.0, 3882.0, 3889.0, 3929.0, 3901.0, 3919.0, 3870.0, 3918.0, 3875.0, 3893.0, 3841.0, 3901.0, 3840.0, 3902.0, 3854.0, 3895.0, 3869.0, 3917.0, 3842.0, 3918.0, 3852.0, 3882.0, 3841.0, 3913.0, 3840.0, 3915.0, 3861.0, 3891.0, 3850.0, 3902.0, 3849.0, 3892.0, 3891.0, 3882.0, 3880.0, 3871.0, 3901.0, 3859.0, 3910.0, 3869.0, 3899.0, 3848.0, 3909.0, 3848.0, 3889.0, 3839.0, 3899.0, 3829.0, 3910.0, 3839.0, 3889.0, 3839.0, 3890.0, 3827.0, 3902.0, 3839.0, 3882.0, 3828.0, 3881.0, 3838.0, 3872.0, 3870.0, 3862.0, 3880.0, 3850.0, 3911.0, 3861.0, 3913.0, 3852.0, 3912.0, 3839.0, 3910.0, 3840.0, 3901.0, 3839.0, 3911.0, 3849.0, 3900.0, 3860.0, 3901.0, 3869.0, 3891.0, 3848.0, 3900.0, 3837.0, 3902.0, 3848.0, 3880.0, 3838.0, 3882.0, 3849.0, 3882.0, 3860.0, 3861.0, 3838.0, 3861.0, 3858.0, 3860.0, 3880.0, 3861.0, 3860.0, 3862.0, 3901.0, 3851.0, 3923.0, 3851.0, 3902.0, 3850.0, 3912.0, 3860.0, 3902.0, 3880.0, 3879.0, 3848.0, 3890.0, 3857.0, 3891.0, 3860.0, 3880.0, 3838.0, 3880.0, 3839.0, 3881.0, 3870.0, 3870.0, 3847.0, 3849.0, 3888.0, 3848.0, 3908.0, 3838.0, 3900.0, 3838.0, 3900.0, 3839.0, 3901.0, 3841.0, 3880.0, 3840.0, 3902.0, 3841.0, 3912.0, 3841.0, 3914.0, 3842.0, 3842.0, 3874.0, 3863.0, 3897.0, 3894.0, 3884.0, 3871.0, 3862.0, 3912.0, 3861.0, 3912.0, 3871.0, 3905.0, 3863.0, 3903.0, 3839.0, 3892.0, 3840.0, 3903.0, 3829.0, 3881.0, 3830.0, 3883.0, 3842.0, 3883.0, 3842.0, 3892.0, 3840.0, 3903.0, 3840.0, 3884.0, 3841.0, 3905.0, 3851.0, 3884.0, 3893.0, 3893.0, 3870.0, 3873.0, 3901.0, 3869.0, 3911.0, 3885.0, 3902.0, 3850.0, 3911.0, 3838.0, 3910.0, 3848.0, 3901.0, 3863.0, 3912.0, 3840.0, 3913.0, 3839.0, 3891.0, 3829.0, 3902.0, 3828.0, 3893.0, 3861.0, 3882.0, 3870.0, 3872.0, 3900.0, 3880.0, 3889.0, 3859.0, 3888.0, 3837.0, 3909.0, 3838.0, 3901.0, 3840.0, 3891.0, 3830.0, 3903.0, 3842.0, 3903.0, 3843.0, 3894.0, 3843.0, 3915.0, 3842.0, 3904.0, 3853.0, 3907.0, 3885.0, 3874.0, 3854.0, 3904.0, 3842.0, 3905.0, 3852.0, 3897.0, 3865.0, 3906.0, 3865.0, 3906.0, 3876.0, 3927.0, 3893.0, 3915.0, 3913.0, 3903.0, 3869.0, 3871.0, 3878.0, 3870.0, 3900.0, 3869.0, 3846.0, 3836.0, 3866.0, 3835.0, 3865.0, 3835.0, 3875.0, 3846.0, 3865.0, 3857.0, 3835.0, 3847.0, 3824.0, 3857.0, 3816.0, 3876.0, 3815.0, 3867.0, 3839.0, 3901.0, 3842.0, 3913.0, 3852.0, 3852.0, 3875.0, 3852.0, 3874.0, 3863.0, 3874.0, 3843.0, 3907.0, 3896.0, 3886.0, 3895.0, 3887.0, 3856.0, 3887.0, 3863.0, 3875.0, 3841.0, 3894.0, 3853.0, 3928.0, 3876.0, 3907.0, 3867.0, 3928.0, 3875.0, 3916.0, 3874.0, 3903.0, 3852.0, 3924.0, 3873.0, 3913.0, 3882.0, 3891.0, 3851.0, 3911.0, 3849.0, 3901.0, 3860.0, 3890.0, 3839.0, 3911.0, 3839.0, 3901.0, 3870.0, 3881.0, 3838.0, 3892.0, 3838.0, 3880.0, 3857.0, 3869.0, 3826.0, 3870.0, 3847.0, 3859.0, 3846.0, 3858.0, 3827.0, 3870.0, 3838.0, 3881.0, 3849.0, 3871.0, 3829.0, 3893.0, 3839.0, 3883.0, 3901.0, 3872.0, 3859.0, 3839.0, 3870.0, 3839.0, 3912.0, 3851.0, 3912.0, 3850.0, 3911.0, 3840.0, 3912.0, 3851.0, 3912.0, 3850.0, 3890.0, 3840.0, 3902.0, 3850.0, 3913.0, 3852.0, 3842.0, 3864.0, 3851.0, 3885.0, 3882.0, 3874.0, 3852.0, 3906.0, 3862.0, 3910.0, 3926.0, 3893.0, 3902.0, 3873.0, 3870.0, 3851.0, 3901.0, 3850.0, 3922.0, 3862.0, 3910.0, 3849.0, 3868.0, 3839.0, 3837.0, 3870.0, 3828.0, 3891.0, 3828.0, 3914.0, 3850.0, 3912.0, 3851.0, 3840.0, 3881.0, 3841.0, 3904.0, 3864.0, 3882.0, 3841.0, 3914.0, 3844.0, 3874.0, 3817.0, 3849.0, 3861.0, 3829.0, 3869.0, 3817.0, 3902.0, 3841.0, 3894.0, 3874.0, 3919.0, 3906.0, 3919.0, 3895.0, 3896.0, 3862.0, 3894.0, 3902.0, 3928.0, 3915.0, 3915.0, 3893.0, 3892.0, 3848.0, 3868.0, 3836.0, 3878.0, 3845.0, 3855.0, 3836.0, 3898.0, 3837.0, 3889.0, 3836.0, 3879.0, 3835.0, 3868.0, 3824.0, 3857.0, 3844.0, 3846.0, 3896.0, 3847.0, 3887.0, 3837.0, 3886.0, 3835.0, 3855.0, 3837.0, 3827.0, 3849.0, 3827.0, 3871.0, 3839.0, 3872.0, 3831.0, 3894.0, 3831.0, 3883.0, 3840.0, 3872.0, 3842.0, 3904.0, 3830.0, 3894.0, 3840.0, 3883.0, 3863.0, 3905.0, 3855.0, 3905.0, 3854.0, 3905.0, 3865.0, 3887.0, 3886.0, 3854.0, 3927.0, 3875.0, 3927.0, 3896.0, 3894.0, 3885.0, 3927.0, 3886.0, 3928.0, 3906.0, 3911.0, 3890.0, 3915.0, 3863.0, 3927.0, 3866.0, 3917.0, 3865.0, 3884.0, 3874.0, 3874.0, 3894.0, 3854.0, 3915.0, 3863.0, 3914.0, 3873.0, 3916.0, 3883.0, 3903.0, 3861.0, 3893.0, 3870.0, 3893.0, 3911.0, 3870.0, 3911.0, 3859.0, 3899.0, 3850.0, 3898.0, 3839.0, 3867.0, 3827.0, 3858.0, 3851.0, 3879.0, 3862.0, 3864.0, 3876.0, 3842.0, 3916.0, 3842.0, 3918.0, 3868.0, 3932.0, 3857.0, 3927.0, 3853.0, 3926.0, 3866.0, 3874.0, 3874.0, 3844.0, 3917.0, 3855.0, 3926.0, 3876.0, 3916.0, 3865.0, 3926.0, 3896.0, 3906.0, 3900.0, 3898.0, 3863.0, 3902.0, 3851.0, 3913.0, 3852.0, 3891.0, 3851.0, 3914.0, 3865.0, 3916.0, 3876.0, 3864.0, 3864.0, 3873.0, 3886.0, 3875.0, 3906.0, 3863.0, 3905.0, 3842.0, 3917.0, 3862.0, 3881.0, 3871.0, 3901.0, 3860.0, 3913.0, 3871.0, 3891.0, 3861.0, 3911.0, 3850.0, 3913.0, 3860.0, 3891.0, 3850.0, 3910.0, 3851.0, 3911.0, 3859.0, 3900.0, 3849.0, 3911.0, 3858.0, 3899.0, 3868.0, 3877.0, 3847.0, 3898.0, 3848.0, 3891.0, 3838.0, 3890.0, 3851.0, 3911.0, 3851.0, 3913.0, 3850.0, 3904.0, 3850.0, 3889.0, 3848.0, 3901.0, 3871.0, 3870.0, 3861.0, 3912.0, 3850.0, 3906.0, 3863.0, 3885.0, 3863.0, 3915.0, 3851.0, 3881.0, 3851.0, 3912.0, 3851.0, 3913.0, 3862.0, 3904.0, 3862.0, 3913.0, 3894.0, 3913.0, 3871.0, 3930.0, 3861.0, 3901.0, 3838.0, 3902.0, 3836.0, 3867.0, 3825.0, 3889.0, 3826.0, 3903.0, 3840.0, 3869.0, 3827.0, 3869.0, 3826.0, 3858.0, 3910.0, 3871.0, 3878.0, 3837.0, 3888.0, 3826.0, 3878.0, 3815.0, 3871.0, 3840.0, 3861.0, 3828.0, 3849.0, 3858.0, 3849.0, 3869.0, 3850.0, 3849.0, 3861.0, 3851.0, 3872.0, 3861.0, 3871.0, 3830.0, 3893.0, 3829.0, 3882.0, 3873.0, 3874.0, 3870.0], 'WindowWidth': [8796.0, 8864.0, 8782.0, 8798.0, 8764.0, 8726.0, 8765.0, 8706.0, 8764.0, 8732.0, 8773.0, 8715.0, 8769.0, 8699.0, 8768.0, 8698.0, 8766.0, 8681.0, 8747.0, 8678.0, 8747.0, 8679.0, 8687.0, 8664.0, 8660.0, 8707.0, 8681.0, 8727.0, 8656.0, 8752.0, 8688.0, 8775.0, 8703.0, 8754.0, 8697.0, 8770.0, 8737.0, 8769.0, 8706.0, 8755.0, 8682.0, 8749.0, 8678.0, 8748.0, 8680.0, 8718.0, 8678.0, 8743.0, 8672.0, 8744.0, 8674.0, 8726.0, 8658.0, 8738.0, 8657.0, 8740.0, 8668.0, 8710.0, 8636.0, 8693.0, 8618.0, 8694.0, 8648.0, 8668.0, 8650.0, 8656.0, 8723.0, 8655.0, 8721.0, 8655.0, 8722.0, 8656.0, 8723.0, 8629.0, 8711.0, 8628.0, 8700.0, 8612.0, 8671.0, 8637.0, 8671.0, 8685.0, 8674.0, 8699.0, 8664.0, 8702.0, 8665.0, 8734.0, 8672.0, 8750.0, 8690.0, 8757.0, 8671.0, 8751.0, 8669.0, 8755.0, 8675.0, 8745.0, 8663.0, 8763.0, 8663.0, 8739.0, 8753.0, 8729.0, 8796.0, 8690.0, 8764.0, 8671.0, 8726.0, 8674.0, 8757.0, 8676.0, 8763.0, 8681.0, 8767.0, 8681.0, 8769.0, 8719.0, 8732.0, 8702.0, 8749.0, 8729.0, 8716.0, 8773.0, 8737.0, 8760.0, 8708.0, 8798.0, 8728.0, 8774.0, 8720.0, 8771.0, 8695.0, 8774.0, 8719.0, 8737.0, 8691.0, 8771.0, 8689.0, 8750.0, 8669.0, 8721.0, 8648.0, 8746.0, 8643.0, 8714.0, 8637.0, 8713.0, 8666.0, 8697.0, 8652.0, 8684.0, 8650.0, 8669.0, 8638.0, 8691.0, 8669.0, 8728.0, 8651.0, 8724.0, 8655.0, 8748.0, 8682.0, 8767.0, 8703.0, 8745.0, 8674.0, 8742.0, 8656.0, 8742.0, 8680.0, 8781.0, 8713.0, 8742.0, 8680.0, 8747.0, 8732.0, 8729.0, 8782.0, 8748.0, 8770.0, 8710.0, 8765.0, 8701.0, 8723.0, 8651.0, 8729.0, 8648.0, 8733.0, 8675.0, 8730.0, 8704.0, 8763.0, 8657.0, 8764.0, 8670.0, 8707.0, 8653.0, 8748.0, 8650.0, 8753.0, 8679.0, 8718.0, 8661.0, 8732.0, 8657.0, 8718.0, 8716.0, 8704.0, 8699.0, 8689.0, 8729.0, 8670.0, 8742.0, 8683.0, 8723.0, 8656.0, 8737.0, 8654.0, 8711.0, 8645.0, 8725.0, 8632.0, 8738.0, 8646.0, 8711.0, 8646.0, 8713.0, 8628.0, 8730.0, 8646.0, 8705.0, 8632.0, 8703.0, 8644.0, 8693.0, 8687.0, 8679.0, 8701.0, 8660.0, 8743.0, 8679.0, 8751.0, 8669.0, 8747.0, 8647.0, 8741.0, 8649.0, 8729.0, 8646.0, 8743.0, 8659.0, 8727.0, 8674.0, 8730.0, 8685.0, 8715.0, 8656.0, 8727.0, 8641.0, 8731.0, 8656.0, 8700.0, 8644.0, 8705.0, 8659.0, 8706.0, 8675.0, 8676.0, 8644.0, 8676.0, 8671.0, 8675.0, 8700.0, 8678.0, 8675.0, 8680.0, 8731.0, 8664.0, 8762.0, 8665.0, 8732.0, 8664.0, 8745.0, 8675.0, 8733.0, 8699.0, 8698.0, 8657.0, 8713.0, 8667.0, 8717.0, 8673.0, 8702.0, 8643.0, 8700.0, 8643.0, 8701.0, 8685.0, 8686.0, 8653.0, 8656.0, 8706.0, 8654.0, 8734.0, 8641.0, 8726.0, 8644.0, 8726.0, 8646.0, 8730.0, 8656.0, 8701.0, 8654.0, 8738.0, 8654.0, 8748.0, 8654.0, 8755.0, 8658.0, 8658.0, 8702.0, 8686.0, 8734.0, 8727.0, 8713.0, 8693.0, 8681.0, 8747.0, 8679.0, 8748.0, 8692.0, 8743.0, 8685.0, 8736.0, 8645.0, 8720.0, 8650.0, 8736.0, 8633.0, 8703.0, 8639.0, 8710.0, 8654.0, 8711.0, 8656.0, 8721.0, 8650.0, 8735.0, 8651.0, 8711.0, 8653.0, 8740.0, 8665.0, 8713.0, 8723.0, 8722.0, 8688.0, 8695.0, 8730.0, 8685.0, 8745.0, 8713.0, 8734.0, 8663.0, 8742.0, 8644.0, 8740.0, 8656.0, 8732.0, 8687.0, 8749.0, 8653.0, 8749.0, 8646.0, 8717.0, 8633.0, 8732.0, 8631.0, 8721.0, 8677.0, 8707.0, 8686.0, 8690.0, 8726.0, 8698.0, 8708.0, 8667.0, 8705.0, 8638.0, 8737.0, 8644.0, 8732.0, 8651.0, 8717.0, 8636.0, 8734.0, 8655.0, 8737.0, 8660.0, 8728.0, 8661.0, 8757.0, 8658.0, 8739.0, 8673.0, 8748.0, 8715.0, 8702.0, 8676.0, 8738.0, 8657.0, 8743.0, 8669.0, 8736.0, 8691.0, 8746.0, 8691.0, 8747.0, 8709.0, 8776.0, 8724.0, 8756.0, 8749.0, 8735.0, 8683.0, 8687.0, 8694.0, 8685.0, 8726.0, 8683.0, 8650.0, 8633.0, 8671.0, 8631.0, 8669.0, 8631.0, 8684.0, 8647.0, 8672.0, 8662.0, 8631.0, 8649.0, 8617.0, 8663.0, 8610.0, 8688.0, 8608.0, 8680.0, 8645.0, 8728.0, 8656.0, 8748.0, 8669.0, 8669.0, 8702.0, 8670.0, 8699.0, 8683.0, 8699.0, 8659.0, 8748.0, 8732.0, 8721.0, 8731.0, 8725.0, 8686.0, 8723.0, 8688.0, 8703.0, 8653.0, 8726.0, 8674.0, 8778.0, 8708.0, 8751.0, 8700.0, 8781.0, 8704.0, 8759.0, 8701.0, 8737.0, 8668.0, 8767.0, 8696.0, 8750.0, 8705.0, 8717.0, 8664.0, 8743.0, 8660.0, 8728.0, 8673.0, 8712.0, 8646.0, 8742.0, 8645.0, 8727.0, 8684.0, 8701.0, 8643.0, 8716.0, 8641.0, 8698.0, 8664.0, 8681.0, 8622.0, 8684.0, 8650.0, 8668.0, 8649.0, 8668.0, 8627.0, 8687.0, 8644.0, 8704.0, 8660.0, 8691.0, 8635.0, 8721.0, 8646.0, 8707.0, 8731.0, 8690.0, 8671.0, 8647.0, 8687.0, 8647.0, 8746.0, 8664.0, 8746.0, 8663.0, 8744.0, 8649.0, 8744.0, 8663.0, 8747.0, 8663.0, 8715.0, 8651.0, 8733.0, 8663.0, 8750.0, 8668.0, 8656.0, 8687.0, 8666.0, 8716.0, 8708.0, 8699.0, 8668.0, 8744.0, 8682.0, 8757.0, 8772.0, 8721.0, 8734.0, 8695.0, 8689.0, 8663.0, 8727.0, 8660.0, 8760.0, 8681.0, 8741.0, 8659.0, 8681.0, 8641.0, 8637.0, 8684.0, 8627.0, 8713.0, 8629.0, 8751.0, 8662.0, 8746.0, 8664.0, 8649.0, 8704.0, 8654.0, 8738.0, 8687.0, 8707.0, 8652.0, 8754.0, 8665.0, 8701.0, 8611.0, 8659.0, 8675.0, 8632.0, 8686.0, 8615.0, 8732.0, 8652.0, 8728.0, 8699.0, 8767.0, 8745.0, 8768.0, 8731.0, 8729.0, 8680.0, 8724.0, 8732.0, 8777.0, 8757.0, 8755.0, 8722.0, 8718.0, 8653.0, 8679.0, 8633.0, 8692.0, 8646.0, 8659.0, 8635.0, 8718.0, 8638.0, 8707.0, 8634.0, 8693.0, 8632.0, 8678.0, 8617.0, 8662.0, 8641.0, 8647.0, 8713.0, 8649.0, 8702.0, 8639.0, 8702.0, 8632.0, 8660.0, 8638.0, 8625.0, 8657.0, 8628.0, 8690.0, 8645.0, 8694.0, 8638.0, 8724.0, 8638.0, 8707.0, 8650.0, 8693.0, 8656.0, 8739.0, 8638.0, 8724.0, 8651.0, 8713.0, 8687.0, 8742.0, 8676.0, 8743.0, 8676.0, 8744.0, 8693.0, 8724.0, 8719.0, 8676.0, 8774.0, 8703.0, 8775.0, 8732.0, 8725.0, 8715.0, 8776.0, 8720.0, 8780.0, 8747.0, 8764.0, 8733.0, 8757.0, 8684.0, 8776.0, 8694.0, 8762.0, 8692.0, 8713.0, 8700.0, 8700.0, 8727.0, 8673.0, 8756.0, 8684.0, 8753.0, 8697.0, 8756.0, 8707.0, 8736.0, 8676.0, 8722.0, 8686.0, 8719.0, 8741.0, 8685.0, 8742.0, 8669.0, 8724.0, 8661.0, 8719.0, 8644.0, 8679.0, 8627.0, 8669.0, 8667.0, 8698.0, 8680.0, 8688.0, 8707.0, 8656.0, 8760.0, 8657.0, 8765.0, 8703.0, 8796.0, 8686.0, 8778.0, 8675.0, 8773.0, 8693.0, 8702.0, 8701.0, 8663.0, 8761.0, 8679.0, 8772.0, 8706.0, 8760.0, 8690.0, 8773.0, 8733.0, 8745.0, 8744.0, 8740.0, 8683.0, 8733.0, 8664.0, 8750.0, 8667.0, 8718.0, 8667.0, 8751.0, 8692.0, 8760.0, 8708.0, 8690.0, 8689.0, 8697.0, 8721.0, 8706.0, 8744.0, 8686.0, 8740.0, 8657.0, 8763.0, 8682.0, 8704.0, 8691.0, 8732.0, 8675.0, 8750.0, 8691.0, 8719.0, 8679.0, 8744.0, 8663.0, 8748.0, 8674.0, 8716.0, 8662.0, 8739.0, 8663.0, 8742.0, 8672.0, 8726.0, 8658.0, 8741.0, 8668.0, 8722.0, 8679.0, 8691.0, 8652.0, 8720.0, 8656.0, 8717.0, 8644.0, 8714.0, 8666.0, 8742.0, 8665.0, 8751.0, 8663.0, 8740.0, 8665.0, 8710.0, 8658.0, 8731.0, 8691.0, 8688.0, 8678.0, 8747.0, 8664.0, 8746.0, 8687.0, 8715.0, 8684.0, 8755.0, 8667.0, 8703.0, 8666.0, 8747.0, 8666.0, 8749.0, 8681.0, 8740.0, 8681.0, 8751.0, 8729.0, 8752.0, 8690.0, 8788.0, 8679.0, 8727.0, 8641.0, 8733.0, 8636.0, 8677.0, 8621.0, 8707.0, 8623.0, 8733.0, 8649.0, 8683.0, 8624.0, 8682.0, 8622.0, 8668.0, 8740.0, 8690.0, 8694.0, 8638.0, 8706.0, 8622.0, 8690.0, 8609.0, 8690.0, 8647.0, 8676.0, 8628.0, 8658.0, 8668.0, 8657.0, 8682.0, 8660.0, 8657.0, 8676.0, 8666.0, 8694.0, 8676.0, 8690.0, 8637.0, 8722.0, 8634.0, 8707.0, 8698.0, 8698.0, 8687.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.0013177215189873418</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.028811358573072498</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.81676714319129</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1737724152304163</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0147232815553002</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.484</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3904.019</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1275379729387582</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>132</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>15.189873417721518</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4723874880222216</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.482199577183387</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5660184842758973</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3689444026073807</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0127006</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007327421568334103</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030126234516501427</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.053180720167311</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>25.2653</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.378</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.608</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298359.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>700.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.2638</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7862</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.1376</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3094.1712</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3246.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78185.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1177.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4061.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>800.8474</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.74943333421834</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> |