=== 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-0109 --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-0109",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0109_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-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0109/figures/sub-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109/ses-03/func/sub-0109_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>65dfe929e0b8a3f4357b66b38a0741e9</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>17:03:25.220000</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.999862, -0.0100209, 0.013271, 0.00855113, 0.994274, 0.106513]</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.259</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.0923893</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>[4235, -7784, -7210, 386, -86, 40, 50, 65]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.436</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ad11a2fa-64d2-4f10-ac36-0c770dbad4db||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.682555913925171, 0.02294205129146576, 0.03850828856229782, 110.25814056396484], [0.026885224506258965, 2.6675658226013184, 0.287240207195282, -114.78016662597656], [0.03560500591993332, -0.28576788306236267, 2.684401273727417, -56.71669006347656], [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': ['170325.220000', '170325.680000', '170326.140000', '170326.600000', '170327.060000', '170327.520000', '170327.980000', '170328.440000', '170328.900000', '170329.360000', '170329.820000', '170330.280000', '170330.740000', '170331.200000', '170331.660000', '170332.120000', '170332.580000', '170333.040000', '170333.500000', '170333.960000', '170334.420000', '170334.880000', '170335.340000', '170335.800000', '170336.260000', '170336.720000', '170337.180000', '170337.640000', '170338.100000', '170338.560000', '170339.020000', '170339.480000', '170339.940000', '170340.400000', '170340.860000', '170341.320000', '170341.780000', '170342.240000', '170342.700000', '170343.160000', '170343.620000', '170344.080000', '170344.540000', '170345.000000', '170345.460000', '170345.920000', '170346.380000', '170346.840000', '170347.300000', '170347.760000', '170348.220000', '170348.680000', '170349.140000', '170349.600000', '170350.060000', '170350.520000', '170350.980000', '170351.440000', '170351.900000', '170352.360000', '170352.820000', '170353.280000', '170353.740000', '170354.200000', '170354.660000', '170355.120000', '170355.580000', '170356.040000', '170356.500000', '170356.960000', '170357.420000', '170357.880000', '170358.340000', '170358.800000', '170359.260000', '170359.720000', '170400.180000', '170400.640000', '170401.100000', '170401.560000', '170402.020000', '170402.480000', '170402.940000', '170403.400000', '170403.860000', '170404.320000', '170404.780000', '170405.240000', '170405.700000', '170406.160000', '170406.620000', '170407.080000', '170407.540000', '170408.000000', '170408.460000', '170408.920000', '170409.380000', '170409.840000', '170410.300000', '170410.760000', '170411.220000', '170411.680000', '170412.140000', '170412.600000', '170413.060000', '170413.520000', '170413.980000', '170414.440000', '170414.900000', '170415.360000', '170415.820000', '170416.280000', '170416.740000', '170417.200000', '170417.660000', '170418.120000', '170418.580000', '170419.040000', '170419.500000', '170419.960000', '170420.420000', '170420.880000', '170421.340000', '170421.800000', '170422.260000', '170422.720000', '170423.180000', '170423.640000', '170424.100000', '170424.560000', '170425.020000', '170425.480000', '170425.940000', '170426.400000', '170426.860000', '170427.320000', '170427.780000', '170428.240000', '170428.700000', '170429.160000', '170429.620000', '170430.080000', '170430.540000', '170431.000000', '170431.460000', '170431.920000', '170432.380000', '170432.840000', '170433.300000', '170433.760000', '170434.220000', '170434.680000', '170435.140000', '170435.600000', '170436.060000', '170436.520000', '170436.980000', '170437.440000', '170437.900000', '170438.360000', '170438.820000', '170439.280000', '170439.740000', '170440.200000', '170440.660000', '170441.120000', '170441.580000', '170442.040000', '170442.500000', '170442.960000', '170443.420000', '170443.880000', '170444.340000', '170444.800000', '170445.260000', '170445.720000', '170446.180000', '170446.640000', '170447.100000', '170447.560000', '170448.020000', '170448.480000', '170448.940000', '170449.400000', '170449.860000', '170450.320000', '170450.780000', '170451.240000', '170451.700000', '170452.160000', '170452.620000', '170453.080000', '170453.540000', '170454.000000', '170454.460000', '170454.920000', '170455.380000', '170455.840000', '170456.300000', '170456.760000', '170457.220000', '170457.680000', '170458.140000', '170458.600000', '170459.060000', '170459.520000', '170459.980000', '170500.440000', '170500.900000', '170501.360000', '170501.820000', '170502.280000', '170502.740000', '170503.200000', '170503.660000', '170504.120000', '170504.580000', '170505.040000', '170505.500000', '170505.960000', '170506.420000', '170506.880000', '170507.340000', '170507.800000', '170508.260000', '170508.720000', '170509.180000', '170509.640000', '170510.100000', '170510.560000', '170511.020000', '170511.480000', '170511.940000', '170512.400000', '170512.860000', '170513.320000', '170513.780000', '170514.240000', '170514.700000', '170515.160000', '170515.620000', '170516.080000', '170516.540000', '170517.000000', '170517.460000', '170517.920000', '170518.380000', '170518.840000', '170519.300000', '170519.760000', '170520.220000', '170520.680000', '170521.140000', '170521.600000', '170522.060000', '170522.520000', '170522.980000', '170523.440000', '170523.900000', '170524.360000', '170524.820000', '170525.280000', '170525.740000', '170526.200000', '170526.660000', '170527.120000', '170527.580000', '170528.040000', '170528.500000', '170528.960000', '170529.420000', '170529.880000', '170530.340000', '170530.800000', '170531.260000', '170531.720000', '170532.180000', '170532.640000', '170533.100000', '170533.560000', '170534.020000', '170534.480000', '170534.940000', '170535.400000', '170535.860000', '170536.320000', '170536.780000', '170537.240000', '170537.700000', '170538.160000', '170538.620000', '170539.080000', '170539.540000', '170540.000000', '170540.460000', '170540.920000', '170541.380000', '170541.840000', '170542.300000', '170542.760000', '170543.220000', '170543.680000', '170544.140000', '170544.600000', '170545.060000', '170545.520000', '170545.980000', '170546.440000', '170546.900000', '170547.360000', '170547.820000', '170548.280000', '170548.740000', '170549.200000', '170549.660000', '170550.120000', '170550.580000', '170551.040000', '170551.500000', '170551.960000', '170552.420000', '170552.880000', '170553.340000', '170553.800000', '170554.260000', '170554.720000', '170555.180000', '170555.640000', '170556.100000', '170556.560000', '170557.020000', '170557.480000', '170557.940000', '170558.400000', '170558.860000', '170559.320000', '170559.780000', '170600.240000', '170600.700000', '170601.160000', '170601.620000', '170602.080000', '170602.540000', '170603.000000', '170603.460000', '170603.920000', '170604.380000', '170604.840000', '170605.300000', '170605.760000', '170606.220000', '170606.680000', '170607.140000', '170607.600000', '170608.060000', '170608.520000', '170608.980000', '170609.440000', '170609.900000', '170610.360000', '170610.820000', '170611.280000', '170611.740000', '170612.200000', '170612.660000', '170613.120000', '170613.580000', '170614.040000', '170614.500000', '170614.960000', '170615.420000', '170615.880000', '170616.340000', '170616.800000', '170617.260000', '170617.720000', '170618.180000', '170618.640000', '170619.100000', '170619.560000', '170620.020000', '170620.480000', '170620.940000', '170621.400000', '170621.860000', '170622.320000', '170622.780000', '170623.240000', '170623.700000', '170624.160000', '170624.620000', '170625.080000', '170625.540000', '170626.000000', '170626.460000', '170626.920000', '170627.380000', '170627.840000', '170628.300000', '170628.760000', '170629.220000', '170629.680000', '170630.140000', '170630.600000', '170631.060000', '170631.520000', '170631.980000', '170632.440000', '170632.900000', '170633.360000', '170633.820000', '170634.280000', '170634.740000', '170635.200000', '170635.660000', '170636.120000', '170636.580000', '170637.040000', '170637.500000', '170637.960000', '170638.420000', '170638.880000', '170639.340000', '170639.800000', '170640.260000', '170640.720000', '170641.180000', '170641.640000', '170642.100000', '170642.560000', '170643.020000', '170643.480000', '170643.940000', '170644.400000', '170644.860000', '170645.320000', '170645.780000', '170646.240000', '170646.700000', '170647.160000', '170647.620000', '170648.080000', '170648.540000', '170649.000000', '170649.460000', '170649.920000', '170650.380000', '170650.840000', '170651.300000', '170651.760000', '170652.220000', '170652.680000', '170653.140000', '170653.600000', '170654.060000', '170654.520000', '170654.980000', '170655.440000', '170655.900000', '170656.360000', '170656.820000', '170657.280000', '170657.740000', '170658.200000', '170658.660000', '170659.120000', '170659.580000', '170700.040000', '170700.500000', '170700.960000', '170701.420000', '170701.880000', '170702.340000', '170702.800000', '170703.260000', '170703.720000', '170704.180000', '170704.640000', '170705.100000', '170705.560000', '170706.020000', '170706.480000', '170706.940000', '170707.400000', '170707.860000', '170708.320000', '170708.780000', '170709.240000', '170709.700000', '170710.160000', '170710.620000', '170711.080000', '170711.540000', '170712.000000', '170712.460000', '170712.920000', '170713.380000', '170713.840000', '170714.300000', '170714.760000', '170715.220000', '170715.680000', '170716.140000', '170716.600000', '170717.060000', '170717.520000', '170717.980000', '170718.440000', '170718.900000', '170719.360000', '170719.820000', '170720.280000', '170720.740000', '170721.200000', '170721.660000', '170722.120000', '170722.580000', '170723.040000', '170723.500000', '170723.960000', '170724.420000', '170724.880000', '170725.340000', '170725.800000', '170726.260000', '170726.720000', '170727.180000', '170727.640000', '170728.100000', '170728.560000', '170729.020000', '170729.480000', '170729.940000', '170730.400000', '170730.860000', '170731.320000', '170731.780000', '170732.240000', '170732.700000', '170733.160000', '170733.620000', '170734.080000', '170734.540000', '170735.000000', '170735.460000', '170735.920000', '170736.380000', '170736.840000', '170737.300000', '170737.760000', '170738.220000', '170738.680000', '170739.140000', '170739.600000', '170740.060000', '170740.520000', '170740.980000', '170741.440000', '170741.900000', '170742.360000', '170742.820000', '170743.280000', '170743.740000', '170744.200000', '170744.660000', '170745.120000', '170745.580000', '170746.040000', '170746.500000', '170746.960000', '170747.420000', '170747.880000', '170748.340000', '170748.800000', '170749.260000', '170749.720000', '170750.180000', '170750.640000', '170751.100000', '170751.560000', '170752.020000', '170752.480000', '170752.940000', '170753.400000', '170753.860000', '170754.320000', '170754.780000', '170755.240000', '170755.700000', '170756.160000', '170756.620000', '170757.080000', '170757.540000', '170758.000000', '170758.460000', '170758.920000', '170759.380000', '170759.840000', '170800.300000', '170800.760000', '170801.220000', '170801.680000', '170802.140000', '170802.600000', '170803.060000', '170803.520000', '170803.980000', '170804.440000', '170804.900000', '170805.360000', '170805.820000', '170806.280000', '170806.740000', '170807.200000', '170807.660000', '170808.120000', '170808.580000', '170809.040000', '170809.500000', '170809.960000', '170810.420000', '170810.880000', '170811.340000', '170811.800000', '170812.260000', '170812.720000', '170813.180000', '170813.640000', '170814.100000', '170814.560000', '170815.020000', '170815.480000', '170815.940000', '170816.400000', '170816.860000', '170817.320000', '170817.780000', '170818.240000', '170818.700000', '170819.160000', '170819.620000', '170820.080000', '170820.540000', '170821.000000', '170821.460000', '170821.920000', '170822.380000', '170822.840000', '170823.300000', '170823.760000', '170824.220000', '170824.680000', '170825.140000', '170825.600000', '170826.060000', '170826.520000', '170826.980000', '170827.440000', '170827.900000', '170828.360000', '170828.820000', '170829.280000', '170829.740000', '170830.200000', '170830.660000', '170831.120000', '170831.580000', '170832.040000', '170832.500000', '170832.960000', '170833.420000', '170833.880000', '170834.340000', '170834.800000', '170835.260000', '170835.720000', '170836.180000', '170836.640000', '170837.100000', '170837.560000', '170838.020000', '170838.480000', '170838.940000', '170839.400000', '170839.860000', '170840.320000', '170840.780000', '170841.240000', '170841.700000', '170842.160000', '170842.620000', '170843.080000', '170843.540000', '170844.000000', '170844.460000', '170844.920000', '170845.380000', '170845.840000', '170846.300000', '170846.760000', '170847.220000', '170847.680000', '170848.140000', '170848.600000', '170849.060000', '170849.520000', '170849.980000', '170850.440000', '170850.900000', '170851.360000', '170851.820000', '170852.280000', '170852.740000', '170853.200000', '170853.660000', '170854.120000', '170854.580000', '170855.040000', '170855.500000', '170855.960000', '170856.420000', '170856.880000', '170857.340000', '170857.800000', '170858.260000', '170858.720000', '170859.180000', '170859.640000', '170900.100000', '170900.560000', '170901.020000', '170901.480000', '170901.940000', '170902.400000', '170902.860000', '170903.320000', '170903.780000', '170904.240000', '170904.700000', '170905.160000', '170905.620000', '170906.080000', '170906.540000', '170907.000000', '170907.460000', '170907.920000', '170908.380000', '170908.840000', '170909.300000', '170909.760000', '170910.220000', '170910.680000', '170911.140000', '170911.600000', '170912.060000', '170912.520000', '170912.980000', '170913.440000', '170913.900000', '170914.360000', '170914.820000', '170915.280000', '170915.740000', '170916.200000', '170916.660000', '170917.120000', '170917.580000', '170918.040000', '170918.500000', '170918.960000', '170919.420000', '170919.880000', '170920.340000', '170920.800000', '170921.260000', '170921.720000', '170922.180000', '170922.640000', '170923.100000', '170923.560000', '170924.020000', '170924.480000', '170924.940000', '170925.400000', '170925.860000', '170926.320000', '170926.780000', '170927.240000', '170927.700000', '170928.160000', '170928.620000', '170929.080000', '170929.540000', '170930.000000', '170930.460000', '170930.920000', '170931.380000', '170931.840000', '170932.300000', '170932.760000', '170933.220000', '170933.680000', '170934.140000', '170934.600000', '170935.060000', '170935.520000', '170935.980000', '170936.440000', '170936.900000', '170937.360000', '170937.820000', '170938.280000', '170938.740000', '170939.200000', '170939.660000', '170940.120000', '170940.580000', '170941.040000', '170941.500000', '170941.960000', '170942.420000', '170942.880000', '170943.340000', '170943.800000', '170944.260000', '170944.720000', '170945.180000', '170945.640000', '170946.100000', '170946.560000', '170947.020000', '170947.480000', '170947.940000', '170948.400000', '170948.860000', '170949.320000', '170949.780000', '170950.240000', '170950.700000', '170951.160000', '170951.620000', '170952.080000', '170952.540000', '170953.000000', '170953.460000', '170953.920000', '170954.380000', '170954.840000', '170955.300000', '170955.760000', '170956.220000', '170956.680000', '170957.140000', '170957.600000', '170958.060000', '170958.520000', '170958.980000', '170959.440000', '170959.900000', '171000.360000', '171000.820000', '171001.280000', '171001.740000', '171002.200000', '171002.660000', '171003.120000', '171003.580000', '171004.040000', '171004.500000', '171004.960000', '171005.420000', '171005.880000'], 'ContentTime': ['170351.880000', '170351.883000', '170351.886000', '170351.888000', '170351.891000', '170351.894000', '170351.896000', '170351.899000', '170351.901000', '170351.904000', '170351.907000', '170351.909000', '170351.912000', '170351.914000', '170351.917000', '170351.919000', '170351.922000', '170351.925000', '170351.927000', '170351.930000', '170351.932000', '170351.935000', '170351.946000', '170351.949000', '170351.951000', '170351.954000', '170351.957000', '170351.971000', '170351.973000', '170351.976000', '170351.978000', '170351.981000', '170351.983000', '170351.986000', '170351.989000', '170351.991000', '170351.994000', '170351.996000', '170352.005000', '170352.008000', '170352.011000', '170352.013000', '170352.016000', '170352.019000', '170352.021000', '170352.024000', '170352.026000', '170352.029000', '170352.031000', '170352.034000', '170352.036000', '170352.039000', '170352.042000', '170352.044000', '170352.047000', '170352.049000', '170411.850000', '170411.853000', '170411.856000', '170411.858000', '170411.861000', '170411.863000', '170411.866000', '170411.868000', '170411.871000', '170411.873000', '170411.876000', '170411.879000', '170411.881000', '170411.884000', '170411.886000', '170411.889000', '170411.891000', '170411.898000', '170411.900000', '170411.903000', '170411.905000', '170411.908000', '170411.910000', '170411.913000', '170411.915000', '170411.918000', '170411.921000', '170411.923000', '170411.926000', '170411.928000', '170411.931000', '170411.933000', '170411.936000', '170411.939000', '170411.941000', '170411.944000', '170411.946000', '170411.949000', '170411.951000', '170411.954000', '170411.956000', '170411.959000', '170411.962000', '170431.850000', '170431.853000', '170431.856000', '170431.861000', '170431.864000', '170431.866000', '170431.869000', '170431.872000', '170431.874000', '170431.877000', '170431.879000', '170431.882000', '170431.884000', '170431.887000', '170431.890000', '170431.892000', '170431.895000', '170431.897000', '170431.900000', '170431.902000', '170431.905000', '170431.908000', '170431.910000', '170431.913000', '170431.915000', '170431.918000', '170431.920000', '170431.923000', '170431.926000', '170431.928000', '170431.931000', '170431.933000', '170431.936000', '170431.938000', '170431.941000', '170431.943000', '170431.946000', '170431.949000', '170431.951000', '170431.954000', '170431.957000', '170431.959000', '170431.962000', '170431.965000', '170451.850000', '170451.884000', '170451.891000', '170451.894000', '170451.897000', '170451.899000', '170451.902000', '170451.904000', '170451.907000', '170451.909000', '170451.912000', '170451.915000', '170451.917000', '170451.920000', '170451.922000', '170451.925000', '170451.927000', '170451.930000', '170451.933000', '170451.935000', '170451.938000', '170451.940000', '170451.943000', '170451.946000', '170451.948000', '170451.951000', '170451.953000', '170451.956000', '170451.959000', '170451.961000', '170451.964000', '170451.966000', '170451.969000', '170451.971000', '170451.974000', '170451.977000', '170451.979000', '170451.982000', '170451.984000', '170451.987000', '170451.990000', '170451.992000', '170451.995000', '170511.852000', '170511.854000', '170511.857000', '170511.860000', '170511.862000', '170511.865000', '170511.867000', '170511.870000', '170511.872000', '170511.875000', '170511.878000', '170511.880000', '170511.883000', '170511.886000', '170511.888000', '170511.891000', '170511.893000', '170511.896000', '170511.899000', '170511.901000', '170511.904000', '170511.906000', '170511.909000', '170511.911000', '170511.914000', '170511.917000', '170511.919000', '170511.922000', '170511.924000', '170511.927000', '170511.930000', '170511.932000', '170511.935000', '170511.937000', '170511.940000', '170511.942000', '170511.945000', '170511.947000', '170511.950000', '170511.953000', '170511.955000', '170511.958000', '170511.960000', '170511.963000', '170531.851000', '170531.854000', '170531.857000', '170531.859000', '170531.862000', '170531.864000', '170531.867000', '170531.870000', '170531.872000', '170531.875000', '170531.889000', '170531.891000', '170531.894000', '170531.896000', '170531.899000', '170531.901000', '170531.904000', '170531.906000', '170531.909000', '170531.912000', '170531.914000', '170531.917000', '170531.919000', '170531.922000', '170531.925000', '170531.927000', '170531.930000', '170531.932000', '170531.935000', '170531.938000', '170531.940000', '170531.943000', '170531.945000', '170531.948000', '170531.950000', '170531.953000', '170531.956000', '170531.958000', '170531.961000', '170531.963000', '170531.966000', '170531.968000', '170531.971000', '170551.851000', '170551.854000', '170551.857000', '170551.859000', '170551.862000', '170551.864000', '170551.867000', '170551.870000', '170551.872000', '170551.875000', '170551.878000', '170551.880000', '170551.883000', '170551.886000', '170551.888000', '170551.891000', '170551.893000', '170551.896000', '170551.898000', '170551.901000', '170551.904000', '170551.906000', '170551.909000', '170551.911000', '170551.914000', '170551.917000', '170551.919000', '170551.922000', '170551.924000', '170551.927000', '170551.929000', '170551.932000', '170551.935000', '170551.937000', '170551.940000', '170551.942000', '170551.945000', '170551.947000', '170551.950000', '170551.953000', '170551.955000', '170551.958000', '170551.961000', '170551.963000', '170611.852000', '170611.887000', '170611.890000', '170611.892000', '170611.895000', '170611.897000', '170611.900000', '170611.902000', '170611.905000', '170611.908000', '170611.910000', '170611.913000', '170611.915000', '170611.918000', '170611.929000', '170611.931000', '170611.934000', '170611.937000', '170611.939000', '170611.942000', '170611.944000', '170611.947000', '170611.950000', '170611.952000', '170611.955000', '170611.957000', '170611.960000', '170611.963000', '170611.965000', '170611.968000', '170611.970000', '170611.973000', '170611.975000', '170611.978000', '170611.981000', '170611.983000', '170611.986000', '170611.988000', '170611.991000', '170611.993000', '170611.996000', '170612.000000', '170612.002000', '170631.850000', '170631.853000', '170631.856000', '170631.859000', '170631.862000', '170631.865000', '170631.867000', '170631.870000', '170631.873000', '170631.877000', '170631.880000', '170631.882000', '170631.885000', '170631.887000', '170631.890000', '170631.893000', '170631.895000', '170631.898000', '170631.901000', '170631.904000', '170631.906000', '170631.909000', '170631.912000', '170631.914000', '170631.917000', '170631.919000', '170631.922000', '170631.925000', '170631.927000', '170631.930000', '170631.932000', '170631.935000', '170631.938000', '170631.940000', '170631.943000', '170631.945000', '170631.948000', '170631.951000', '170631.953000', '170631.956000', '170631.958000', '170631.961000', '170631.963000', '170631.966000', '170651.851000', '170651.853000', '170651.856000', '170651.858000', '170651.861000', '170651.864000', '170651.866000', '170651.869000', '170651.871000', '170651.874000', '170651.877000', '170651.879000', '170651.882000', '170651.884000', '170651.887000', '170651.889000', '170651.892000', '170651.895000', '170651.897000', '170651.900000', '170651.902000', '170651.905000', '170651.908000', '170651.910000', '170651.913000', '170651.915000', '170651.918000', '170651.920000', '170651.923000', '170651.926000', '170651.928000', '170651.931000', '170651.933000', '170651.936000', '170651.939000', '170651.941000', '170651.944000', '170651.946000', '170651.949000', '170651.951000', '170651.954000', '170651.957000', '170651.959000', '170711.850000', '170711.853000', '170711.856000', '170711.892000', '170711.895000', '170711.898000', '170711.908000', '170711.911000', '170711.913000', '170711.916000', '170711.918000', '170711.921000', '170711.923000', '170711.926000', '170711.929000', '170711.936000', '170711.938000', '170711.941000', '170711.944000', '170711.946000', '170711.949000', '170711.951000', '170711.954000', '170711.957000', '170711.959000', '170711.962000', '170711.964000', '170711.967000', '170711.969000', '170711.972000', '170711.975000', '170711.977000', '170711.980000', '170711.982000', '170711.985000', '170711.988000', '170711.990000', '170711.993000', '170711.995000', '170711.998000', '170712.001000', '170712.004000', '170712.006000', '170712.009000', '170731.851000', '170731.854000', '170731.857000', '170731.859000', '170731.862000', '170731.865000', '170731.867000', '170731.870000', '170731.872000', '170731.875000', '170731.878000', '170731.880000', '170731.892000', '170731.895000', '170731.897000', '170731.900000', '170731.903000', '170731.905000', '170731.908000', '170731.911000', '170731.913000', '170731.916000', '170731.918000', '170731.921000', '170731.923000', '170731.926000', '170731.928000', '170731.931000', '170731.934000', '170731.936000', '170731.939000', '170731.942000', '170731.944000', '170731.947000', '170731.949000', '170731.952000', '170731.954000', '170731.957000', '170731.960000', '170731.962000', '170731.965000', '170731.967000', '170731.970000', '170751.851000', '170751.854000', '170751.857000', '170751.859000', '170751.862000', '170751.865000', '170751.868000', '170751.871000', '170751.874000', '170751.877000', '170751.879000', '170751.882000', '170751.884000', '170751.887000', '170751.889000', '170751.892000', '170751.895000', '170751.898000', '170751.901000', '170751.904000', '170751.906000', '170751.909000', '170751.911000', '170751.914000', '170751.916000', '170751.919000', '170751.922000', '170751.924000', '170751.927000', '170751.929000', '170751.932000', '170751.935000', '170751.937000', '170751.940000', '170751.942000', '170751.945000', '170751.948000', '170751.950000', '170751.953000', '170751.956000', '170751.958000', '170751.961000', '170751.964000', '170811.851000', '170811.854000', '170811.857000', '170811.859000', '170811.862000', '170811.865000', '170811.873000', '170811.876000', '170811.878000', '170811.881000', '170811.883000', '170811.886000', '170811.888000', '170811.891000', '170811.893000', '170811.896000', '170811.899000', '170811.901000', '170811.904000', '170811.906000', '170811.909000', '170811.912000', '170811.914000', '170811.917000', '170811.919000', '170811.922000', '170811.924000', '170811.927000', '170811.929000', '170811.932000', '170811.935000', '170811.937000', '170811.940000', '170811.942000', '170811.945000', '170811.948000', '170811.950000', '170811.953000', '170811.955000', '170811.958000', '170811.960000', '170811.963000', '170811.966000', '170811.968000', '170831.851000', '170831.854000', '170831.857000', '170831.860000', '170831.862000', '170831.865000', '170831.867000', '170831.870000', '170831.873000', '170831.875000', '170831.878000', '170831.880000', '170831.883000', '170831.886000', '170831.888000', '170831.891000', '170831.894000', '170831.896000', '170831.899000', '170831.902000', '170831.905000', '170831.907000', '170831.910000', '170831.913000', '170831.915000', '170831.918000', '170831.920000', '170831.923000', '170831.926000', '170831.928000', '170831.931000', '170831.947000', '170831.949000', '170831.952000', '170831.954000', '170831.957000', '170831.960000', '170831.962000', '170831.965000', '170831.967000', '170831.970000', '170831.973000', '170831.975000', '170851.851000', '170851.872000', '170851.875000', '170851.878000', '170851.880000', '170851.883000', '170851.885000', '170851.888000', '170851.890000', '170851.893000', '170851.896000', '170851.898000', '170851.901000', '170851.904000', '170851.906000', '170851.909000', '170851.912000', '170851.914000', '170851.917000', '170851.920000', '170851.922000', '170851.925000', '170851.928000', '170851.930000', '170851.933000', '170851.935000', '170851.938000', '170851.940000', '170851.943000', '170851.946000', '170851.948000', '170851.951000', '170851.953000', '170851.956000', '170851.959000', '170851.961000', '170851.964000', '170851.966000', '170851.969000', '170851.972000', '170851.974000', '170851.977000', '170851.979000', '170851.982000', '170911.850000', '170911.857000', '170911.860000', '170911.862000', '170911.865000', '170911.868000', '170911.870000', '170911.873000', '170911.875000', '170911.878000', '170911.881000', '170911.883000', '170911.886000', '170911.888000', '170911.891000', '170911.894000', '170911.896000', '170911.899000', '170911.901000', '170911.904000', '170911.906000', '170911.909000', '170911.912000', '170911.914000', '170911.917000', '170911.919000', '170911.922000', '170911.924000', '170911.927000', '170911.930000', '170911.932000', '170911.935000', '170911.938000', '170911.941000', '170911.944000', '170911.946000', '170911.949000', '170911.952000', '170911.954000', '170911.957000', '170911.959000', '170911.962000', '170911.965000', '170931.851000', '170931.905000', '170931.908000', '170931.911000', '170931.913000', '170931.916000', '170931.918000', '170931.921000', '170931.923000', '170931.926000', '170931.928000', '170931.931000', '170931.934000', '170931.936000', '170931.939000', '170931.941000', '170931.944000', '170931.947000', '170931.949000', '170931.952000', '170931.954000', '170931.957000', '170931.959000', '170931.962000', '170931.964000', '170931.967000', '170931.970000', '170931.972000', '170931.975000', '170931.977000', '170931.980000', '170931.982000', '170931.985000', '170931.988000', '170931.990000', '170931.993000', '170931.996000', '170931.998000', '170932.002000', '170932.004000', '170932.007000', '170932.009000', '170932.012000', '170932.015000', '170951.852000', '170951.854000', '170951.857000', '170951.860000', '170951.862000', '170951.865000', '170951.867000', '170951.870000', '170951.873000', '170951.875000', '170951.878000', '170951.880000', '170951.883000', '170951.886000', '170951.888000', '170951.891000', '170951.893000', '170951.896000', '170951.899000', '170951.901000', '170951.904000', '170951.908000', '170951.911000', '170951.913000', '170951.916000', '170951.918000', '170951.921000', '170951.924000', '170951.926000', '170951.929000', '170951.931000', '170951.934000', '170951.937000', '170951.939000', '170951.942000', '170951.944000', '170951.947000', '170951.950000', '170951.952000', '170951.955000', '170951.957000', '170951.960000', '170951.994000', '171007.106000', '171007.109000', '171007.112000', '171007.115000', '171007.118000', '171007.121000', '171007.123000', '171007.126000', '171007.129000', '171007.132000', '171007.134000', '171007.137000', '171007.140000', '171007.143000', '171007.145000', '171007.148000', '171007.151000', '171007.153000', '171007.156000', '171007.159000', '171007.162000', '171007.165000', '171007.167000', '171007.170000', '171007.172000', '171007.175000', '171007.178000', '171007.180000', '171007.183000', '171007.186000', '171007.189000', '171007.192000', '171007.195000', '171007.197000'], 'InstanceCreationTime': ['170351.880000', '170351.883000', '170351.886000', '170351.888000', '170351.891000', '170351.894000', '170351.896000', '170351.899000', '170351.901000', '170351.904000', '170351.907000', '170351.909000', '170351.912000', '170351.914000', '170351.917000', '170351.919000', '170351.922000', '170351.925000', '170351.927000', '170351.930000', '170351.932000', '170351.935000', '170351.946000', '170351.949000', '170351.951000', '170351.954000', '170351.957000', '170351.971000', '170351.973000', '170351.976000', '170351.978000', '170351.981000', '170351.983000', '170351.986000', '170351.989000', '170351.991000', '170351.994000', '170351.996000', '170352.005000', '170352.008000', '170352.011000', '170352.013000', '170352.016000', '170352.019000', '170352.021000', '170352.024000', '170352.026000', '170352.029000', '170352.031000', '170352.034000', '170352.036000', '170352.039000', '170352.042000', '170352.044000', '170352.047000', '170352.049000', '170411.850000', '170411.853000', '170411.856000', '170411.858000', '170411.861000', '170411.863000', '170411.866000', '170411.868000', '170411.871000', '170411.873000', '170411.876000', '170411.879000', '170411.881000', '170411.884000', '170411.886000', '170411.889000', '170411.891000', '170411.898000', '170411.900000', '170411.903000', '170411.905000', '170411.908000', '170411.910000', '170411.913000', '170411.915000', '170411.918000', '170411.921000', '170411.923000', '170411.926000', '170411.928000', '170411.931000', '170411.933000', '170411.936000', '170411.939000', '170411.941000', '170411.944000', '170411.946000', '170411.949000', '170411.951000', '170411.954000', '170411.956000', '170411.959000', '170411.962000', '170431.850000', '170431.853000', '170431.856000', '170431.861000', '170431.864000', '170431.866000', '170431.869000', '170431.872000', '170431.874000', '170431.877000', '170431.879000', '170431.882000', '170431.884000', '170431.887000', '170431.890000', '170431.892000', '170431.895000', '170431.897000', '170431.900000', '170431.902000', '170431.905000', '170431.908000', '170431.910000', '170431.913000', '170431.915000', '170431.918000', '170431.920000', '170431.923000', '170431.926000', '170431.928000', '170431.931000', '170431.933000', '170431.936000', '170431.938000', '170431.941000', '170431.943000', '170431.946000', '170431.949000', '170431.951000', '170431.954000', '170431.957000', '170431.959000', '170431.962000', '170431.965000', '170451.850000', '170451.884000', '170451.891000', '170451.894000', '170451.897000', '170451.899000', '170451.902000', '170451.904000', '170451.907000', '170451.909000', '170451.912000', '170451.915000', '170451.917000', '170451.920000', '170451.922000', '170451.925000', '170451.927000', '170451.930000', '170451.933000', '170451.935000', '170451.938000', '170451.940000', '170451.943000', '170451.946000', '170451.948000', '170451.951000', '170451.953000', '170451.956000', '170451.959000', '170451.961000', '170451.964000', '170451.966000', '170451.969000', '170451.971000', '170451.974000', '170451.977000', '170451.979000', '170451.982000', '170451.984000', '170451.987000', '170451.990000', '170451.992000', '170451.995000', '170511.852000', '170511.854000', '170511.857000', '170511.860000', '170511.862000', '170511.865000', '170511.867000', '170511.870000', '170511.872000', '170511.875000', '170511.878000', '170511.880000', '170511.883000', '170511.886000', '170511.888000', '170511.891000', '170511.893000', '170511.896000', '170511.899000', '170511.901000', '170511.904000', '170511.906000', '170511.909000', '170511.911000', '170511.914000', '170511.917000', '170511.919000', '170511.922000', '170511.924000', '170511.927000', '170511.930000', '170511.932000', '170511.935000', '170511.937000', '170511.940000', '170511.942000', '170511.945000', '170511.947000', '170511.950000', '170511.953000', '170511.955000', '170511.958000', '170511.960000', '170511.963000', '170531.851000', '170531.854000', '170531.857000', '170531.859000', '170531.862000', '170531.864000', '170531.867000', '170531.870000', '170531.872000', '170531.875000', '170531.889000', '170531.891000', '170531.894000', '170531.896000', '170531.899000', '170531.901000', '170531.904000', '170531.906000', '170531.909000', '170531.912000', '170531.914000', '170531.917000', '170531.919000', '170531.922000', '170531.925000', '170531.927000', '170531.930000', '170531.932000', '170531.935000', '170531.938000', '170531.940000', '170531.943000', '170531.945000', '170531.948000', '170531.950000', '170531.953000', '170531.956000', '170531.958000', '170531.961000', '170531.963000', '170531.966000', '170531.968000', '170531.971000', '170551.851000', '170551.854000', '170551.857000', '170551.859000', '170551.862000', '170551.864000', '170551.867000', '170551.870000', '170551.872000', '170551.875000', '170551.878000', '170551.880000', '170551.883000', '170551.886000', '170551.888000', '170551.891000', '170551.893000', '170551.896000', '170551.898000', '170551.901000', '170551.904000', '170551.906000', '170551.909000', '170551.911000', '170551.914000', '170551.917000', '170551.919000', '170551.922000', '170551.924000', '170551.927000', '170551.929000', '170551.932000', '170551.935000', '170551.937000', '170551.940000', '170551.942000', '170551.945000', '170551.947000', '170551.950000', '170551.953000', '170551.955000', '170551.958000', '170551.961000', '170551.963000', '170611.852000', '170611.887000', '170611.890000', '170611.892000', '170611.895000', '170611.897000', '170611.900000', '170611.902000', '170611.905000', '170611.908000', '170611.910000', '170611.913000', '170611.915000', '170611.918000', '170611.929000', '170611.931000', '170611.934000', '170611.937000', '170611.939000', '170611.942000', '170611.944000', '170611.947000', '170611.950000', '170611.952000', '170611.955000', '170611.957000', '170611.960000', '170611.963000', '170611.965000', '170611.968000', '170611.970000', '170611.973000', '170611.975000', '170611.978000', '170611.981000', '170611.983000', '170611.986000', '170611.988000', '170611.991000', '170611.993000', '170611.996000', '170612.000000', '170612.002000', '170631.850000', '170631.853000', '170631.856000', '170631.859000', '170631.862000', '170631.865000', '170631.867000', '170631.870000', '170631.873000', '170631.877000', '170631.880000', '170631.882000', '170631.885000', '170631.887000', '170631.890000', '170631.893000', '170631.895000', '170631.898000', '170631.901000', '170631.904000', '170631.906000', '170631.909000', '170631.912000', '170631.914000', '170631.917000', '170631.919000', '170631.922000', '170631.925000', '170631.927000', '170631.930000', '170631.932000', '170631.935000', '170631.938000', '170631.940000', '170631.943000', '170631.945000', '170631.948000', '170631.951000', '170631.953000', '170631.956000', '170631.958000', '170631.961000', '170631.963000', '170631.966000', '170651.851000', '170651.853000', '170651.856000', '170651.858000', '170651.861000', '170651.864000', '170651.866000', '170651.869000', '170651.871000', '170651.874000', '170651.877000', '170651.879000', '170651.882000', '170651.884000', '170651.887000', '170651.889000', '170651.892000', '170651.895000', '170651.897000', '170651.900000', '170651.902000', '170651.905000', '170651.908000', '170651.910000', '170651.913000', '170651.915000', '170651.918000', '170651.920000', '170651.923000', '170651.926000', '170651.928000', '170651.931000', '170651.933000', '170651.936000', '170651.939000', '170651.941000', '170651.944000', '170651.946000', '170651.949000', '170651.951000', '170651.954000', '170651.957000', '170651.959000', '170711.850000', '170711.853000', '170711.856000', '170711.892000', '170711.895000', '170711.898000', '170711.908000', '170711.911000', '170711.913000', '170711.916000', '170711.918000', '170711.921000', '170711.923000', '170711.926000', '170711.929000', '170711.936000', '170711.938000', '170711.941000', '170711.944000', '170711.946000', '170711.949000', '170711.951000', '170711.954000', '170711.957000', '170711.959000', '170711.962000', '170711.964000', '170711.967000', '170711.969000', '170711.972000', '170711.975000', '170711.977000', '170711.980000', '170711.982000', '170711.985000', '170711.988000', '170711.990000', '170711.993000', '170711.995000', '170711.998000', '170712.001000', '170712.004000', '170712.006000', '170712.009000', '170731.851000', '170731.854000', '170731.857000', '170731.859000', '170731.862000', '170731.865000', '170731.867000', '170731.870000', '170731.872000', '170731.875000', '170731.878000', '170731.880000', '170731.892000', '170731.895000', '170731.897000', '170731.900000', '170731.903000', '170731.905000', '170731.908000', '170731.911000', '170731.913000', '170731.916000', '170731.918000', '170731.921000', '170731.923000', '170731.926000', '170731.928000', '170731.931000', '170731.934000', '170731.936000', '170731.939000', '170731.942000', '170731.944000', '170731.947000', '170731.949000', '170731.952000', '170731.954000', '170731.957000', '170731.960000', '170731.962000', '170731.965000', '170731.967000', '170731.970000', '170751.851000', '170751.854000', '170751.857000', '170751.859000', '170751.862000', '170751.865000', '170751.868000', '170751.871000', '170751.874000', '170751.877000', '170751.879000', '170751.882000', '170751.884000', '170751.887000', '170751.889000', '170751.892000', '170751.895000', '170751.898000', '170751.901000', '170751.904000', '170751.906000', '170751.909000', '170751.911000', '170751.914000', '170751.916000', '170751.919000', '170751.922000', '170751.924000', '170751.927000', '170751.929000', '170751.932000', '170751.935000', '170751.937000', '170751.940000', '170751.942000', '170751.945000', '170751.948000', '170751.950000', '170751.953000', '170751.956000', '170751.958000', '170751.961000', '170751.964000', '170811.851000', '170811.854000', '170811.857000', '170811.859000', '170811.862000', '170811.865000', '170811.873000', '170811.876000', '170811.878000', '170811.881000', '170811.883000', '170811.886000', '170811.888000', '170811.891000', '170811.893000', '170811.896000', '170811.899000', '170811.901000', '170811.904000', '170811.906000', '170811.909000', '170811.912000', '170811.914000', '170811.917000', '170811.919000', '170811.922000', '170811.924000', '170811.927000', '170811.929000', '170811.932000', '170811.935000', '170811.937000', '170811.940000', '170811.942000', '170811.945000', '170811.948000', '170811.950000', '170811.953000', '170811.955000', '170811.958000', '170811.960000', '170811.963000', '170811.966000', '170811.968000', '170831.851000', '170831.854000', '170831.857000', '170831.860000', '170831.862000', '170831.865000', '170831.867000', '170831.870000', '170831.873000', '170831.875000', '170831.878000', '170831.880000', '170831.883000', '170831.886000', '170831.888000', '170831.891000', '170831.894000', '170831.896000', '170831.899000', '170831.902000', '170831.905000', '170831.907000', '170831.910000', '170831.913000', '170831.915000', '170831.918000', '170831.920000', '170831.923000', '170831.926000', '170831.928000', '170831.931000', '170831.947000', '170831.949000', '170831.952000', '170831.954000', '170831.957000', '170831.960000', '170831.962000', '170831.965000', '170831.967000', '170831.970000', '170831.973000', '170831.975000', '170851.851000', '170851.872000', '170851.875000', '170851.878000', '170851.880000', '170851.883000', '170851.885000', '170851.888000', '170851.890000', '170851.893000', '170851.896000', '170851.898000', '170851.901000', '170851.904000', '170851.906000', '170851.909000', '170851.912000', '170851.914000', '170851.917000', '170851.920000', '170851.922000', '170851.925000', '170851.928000', '170851.930000', '170851.933000', '170851.935000', '170851.938000', '170851.940000', '170851.943000', '170851.946000', '170851.948000', '170851.951000', '170851.953000', '170851.956000', '170851.959000', '170851.961000', '170851.964000', '170851.966000', '170851.969000', '170851.972000', '170851.974000', '170851.977000', '170851.979000', '170851.982000', '170911.850000', '170911.857000', '170911.860000', '170911.862000', '170911.865000', '170911.868000', '170911.870000', '170911.873000', '170911.875000', '170911.878000', '170911.881000', '170911.883000', '170911.886000', '170911.888000', '170911.891000', '170911.894000', '170911.896000', '170911.899000', '170911.901000', '170911.904000', '170911.906000', '170911.909000', '170911.912000', '170911.914000', '170911.917000', '170911.919000', '170911.922000', '170911.924000', '170911.927000', '170911.930000', '170911.932000', '170911.935000', '170911.938000', '170911.941000', '170911.944000', '170911.946000', '170911.949000', '170911.952000', '170911.954000', '170911.957000', '170911.959000', '170911.962000', '170911.965000', '170931.851000', '170931.905000', '170931.908000', '170931.911000', '170931.913000', '170931.916000', '170931.918000', '170931.921000', '170931.923000', '170931.926000', '170931.928000', '170931.931000', '170931.934000', '170931.936000', '170931.939000', '170931.941000', '170931.944000', '170931.947000', '170931.949000', '170931.952000', '170931.954000', '170931.957000', '170931.959000', '170931.962000', '170931.964000', '170931.967000', '170931.970000', '170931.972000', '170931.975000', '170931.977000', '170931.980000', '170931.982000', '170931.985000', '170931.988000', '170931.990000', '170931.993000', '170931.996000', '170931.998000', '170932.002000', '170932.004000', '170932.007000', '170932.009000', '170932.012000', '170932.015000', '170951.852000', '170951.854000', '170951.857000', '170951.860000', '170951.862000', '170951.865000', '170951.867000', '170951.870000', '170951.873000', '170951.875000', '170951.878000', '170951.880000', '170951.883000', '170951.886000', '170951.888000', '170951.891000', '170951.893000', '170951.896000', '170951.899000', '170951.901000', '170951.904000', '170951.908000', '170951.911000', '170951.913000', '170951.916000', '170951.918000', '170951.921000', '170951.924000', '170951.926000', '170951.929000', '170951.931000', '170951.934000', '170951.937000', '170951.939000', '170951.942000', '170951.944000', '170951.947000', '170951.950000', '170951.952000', '170951.955000', '170951.957000', '170951.960000', '170951.994000', '171007.106000', '171007.109000', '171007.112000', '171007.115000', '171007.118000', '171007.121000', '171007.123000', '171007.126000', '171007.129000', '171007.132000', '171007.134000', '171007.137000', '171007.140000', '171007.143000', '171007.145000', '171007.148000', '171007.151000', '171007.153000', '171007.156000', '171007.159000', '171007.162000', '171007.165000', '171007.167000', '171007.170000', '171007.172000', '171007.175000', '171007.178000', '171007.180000', '171007.183000', '171007.186000', '171007.189000', '171007.192000', '171007.195000', '171007.197000'], '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': [12466, 8931, 11908, 8652, 12004, 8411, 11621, 8681, 12025, 7870, 11348, 8125, 11630, 8901, 11150, 8605, 11530, 8848, 11864, 9857, 8187, 9810, 7343, 12009, 8924, 12408, 10494, 10035, 12896, 9887, 13352, 9613, 14062, 10310, 14259, 10216, 12997, 8750, 12436, 9969, 12225, 10659, 12145, 9026, 11415, 9081, 12094, 9922, 10854, 10294, 9931, 9900, 9728, 10624, 9068, 10921, 8026, 11005, 8463, 11695, 8915, 12424, 8387, 12418, 9307, 11670, 10164, 12799, 9644, 13432, 10235, 13609, 10433, 14012, 9170, 12425, 9697, 13253, 10334, 12538, 8983, 11149, 9195, 12483, 10541, 10833, 10522, 10960, 11119, 13665, 11278, 11381, 11231, 9380, 10735, 9734, 10905, 9766, 11056, 8498, 10584, 9196, 10389, 11957, 10798, 10553, 10036, 9549, 10045, 11182, 10204, 7680, 9931, 7420, 10698, 8727, 11756, 8095, 11805, 8571, 12183, 8557, 12903, 11477, 11621, 12851, 10709, 11246, 11130, 11105, 9670, 11967, 9553, 13241, 10330, 11909, 8951, 12130, 9205, 12165, 9875, 12124, 8024, 12053, 8441, 11750, 8939, 11167, 8548, 11831, 8797, 11442, 9501, 11978, 9526, 12447, 8715, 12406, 9205, 12228, 8818, 11828, 8833, 10951, 9938, 10295, 13032, 10174, 12701, 9808, 12557, 8308, 11566, 8296, 11147, 9013, 11212, 8184, 11272, 8339, 11173, 9872, 10237, 8866, 9228, 9876, 8581, 10473, 7781, 11925, 8215, 12137, 10136, 12346, 9374, 11136, 10838, 12175, 13570, 11692, 11426, 10598, 10907, 10698, 10364, 10799, 10525, 10270, 12581, 10048, 13365, 10164, 10966, 9161, 9587, 10341, 10678, 10490, 9579, 10112, 9904, 10514, 12575, 10713, 10296, 9526, 11573, 10020, 14048, 10780, 13406, 9564, 13096, 9399, 12463, 10143, 12296, 9338, 11742, 8483, 11625, 9389, 11250, 9550, 12097, 9045, 12139, 10088, 11747, 9646, 12034, 9044, 11892, 10023, 11642, 9430, 12476, 9776, 13276, 10647, 13045, 9409, 12502, 8719, 12211, 9064, 12085, 8468, 12055, 8398, 11830, 8636, 11460, 8823, 11713, 8720, 11194, 9181, 11708, 9802, 10853, 9622, 9786, 10816, 8387, 11680, 8968, 11448, 8806, 12610, 8377, 12209, 9031, 12508, 10328, 13065, 8990, 12191, 9428, 12597, 10145, 11810, 9274, 11222, 9625, 9612, 10472, 7483, 11426, 8169, 11471, 9630, 12645, 10071, 7855, 11151, 8168, 12077, 8978, 14286, 10974, 14350, 10160, 13229, 10206, 13456, 10981, 13801, 9835, 12783, 9467, 12185, 10227, 12063, 9072, 11885, 8975, 11987, 9919, 12052, 9956, 12558, 8928, 11807, 9048, 11836, 9822, 11887, 9016, 12614, 9522, 12903, 10583, 12139, 9189, 12119, 9502, 11912, 9945, 11789, 8936, 11887, 8898, 11828, 9411, 11429, 9328, 11930, 8413, 11549, 8703, 11772, 8778, 12083, 8295, 11785, 8662, 11564, 9049, 12128, 8566, 11790, 8660, 11514, 9887, 12029, 8973, 12066, 9371, 11869, 10167, 12905, 9040, 12656, 9144, 12638, 9381, 13154, 9485, 12382, 8564, 12517, 8401, 12350, 9230, 11765, 8426, 12168, 8891, 12129, 8657, 12179, 8682, 12275, 8878, 12277, 9008, 12247, 8418, 12173, 8100, 11979, 8629, 11509, 9006, 11703, 8423, 11721, 9283, 11509, 9641, 12445, 8717, 12414, 9438, 12091, 8776, 12425, 8425, 11940, 8627, 11661, 8758, 11962, 8221, 11453, 8750, 11572, 8345, 12145, 8514, 11654, 8926, 11759, 8391, 11902, 8597, 11903, 8902, 11725, 9269, 12126, 8759, 11771, 8786, 12091, 9726, 11928, 10298, 12904, 10670, 13408, 9713, 12466, 9378, 12245, 9905, 12345, 8935, 12358, 8744, 12087, 9171, 11776, 8552, 11953, 8279, 11707, 8583, 11168, 9107, 10478, 8858, 10663, 9836, 11934, 10795, 16332, 9559, 13913, 10159, 12419, 10265, 13641, 9330, 11305, 9725, 12263, 9254, 9570, 11225, 8425, 11754, 8261, 11516, 9048, 11366, 8708, 12496, 8031, 12520, 8985, 12418, 8813, 11602, 8512, 12227, 8463, 12134, 8835, 12158, 8995, 12353, 9192, 12362, 8765, 12277, 8998, 11639, 9010, 12261, 8668, 12382, 8694, 12086, 8906, 11969, 9808, 12405, 8818, 11764, 8567, 11883, 9135, 11476, 9136, 12058, 8197, 11683, 8313, 11551, 9818, 11650, 9260, 11860, 9849, 12346, 10567, 13119, 9328, 11896, 9462, 11996, 9945, 11740, 8502, 11758, 9110, 11333, 9552, 11459, 8725, 11471, 9502, 11515, 9915, 13154, 9320, 12127, 9725, 11888, 10524, 13108, 9197, 11861, 9353, 12892, 10750, 15250, 10210, 11116, 9925, 10497, 10922, 11449, 11059, 14049, 10254, 12171, 10443, 14441, 10522, 13700, 9171, 12026, 9018, 11513, 10288, 10947, 8828, 11189, 8597, 11154, 9393, 10754, 8992, 11594, 8883, 11344, 10141, 13002, 10467, 13965, 10007, 12467, 10307, 12666, 10236, 13073, 9233, 12061, 9940, 11844, 10203, 12337, 9145, 11371, 9638, 11126, 10424, 8173, 10955, 8284, 11537, 8280, 11112, 8430, 11871, 8387, 11754, 8621, 12331, 9434, 12441, 8950, 12284, 9255, 12955, 10082, 13784, 9765, 12353, 8923, 11284, 9656, 9918, 10721, 8230, 11511, 8653, 11908, 8240, 12040, 8901, 11987, 9092, 11894, 8869, 12213, 9339, 12276, 8515, 12024, 8747, 11529, 9709, 11929, 8480, 11338, 9154, 11383, 10242, 10649, 9529, 13416, 9940, 12931, 10747, 12780, 8929, 11801, 9109, 12060, 10146, 9637, 9518, 8843, 10535, 12772, 10604, 13081, 9853, 13387, 9454, 12303, 9731, 11556, 8716, 11234, 8596, 11135, 9146, 10660, 9161, 11525, 8477, 11413, 9193, 11675, 9336, 9972, 9141, 10682, 10090, 9270, 10752, 8210, 10894, 8143, 11551, 9188, 11757, 9264, 12441, 9588, 13454, 10748, 13527, 12258, 14244, 11321, 13643, 10774, 13267, 10915, 13714, 11171, 13856, 9875, 12473, 9369, 12021, 8735, 11907, 8463, 11914, 8726, 11209, 8253, 11861, 8641, 11359, 8629, 11011, 8186, 11475, 8327, 11366, 8493, 10720, 8435, 10420, 8332, 10545, 9243, 10726, 8529, 10985, 8305, 10813, 9403, 11016, 8928, 11551, 8536, 11224, 9095, 11294, 10361, 11037, 9169, 10267, 10391, 10141, 13091, 10598, 10686, 10658, 8290, 11117, 8369, 11898, 8780, 11735, 9152, 12925, 9235, 11920, 9264, 11717, 9231, 12016, 8499, 11908, 9109, 12078, 8774, 11855, 8757, 11581, 8460, 11135, 8567, 10979, 8946, 11563, 8276, 11253, 9024, 10773, 10205, 12711, 9297, 12090, 9816, 13279, 10760, 15499, 9854, 12144, 9618, 11868, 10606, 11806, 9343, 11761, 8951, 11434, 9949, 11392, 9043, 11500], 'WindowCenter': [4464.0, 4396.0, 4411.0, 4368.0, 4406.0, 4368.0, 4395.0, 4353.0, 4391.0, 4343.0, 4382.0, 4355.0, 4385.0, 4363.0, 4382.0, 4354.0, 4382.0, 4365.0, 4395.0, 4375.0, 4351.0, 4373.0, 4333.0, 4393.0, 4364.0, 4397.0, 4387.0, 4375.0, 4407.0, 4373.0, 4393.0, 4362.0, 4405.0, 4374.0, 4390.0, 4362.0, 4380.0, 4350.0, 4380.0, 4373.0, 4382.0, 4370.0, 4380.0, 4351.0, 4369.0, 4351.0, 4381.0, 4372.0, 4371.0, 4372.0, 4361.0, 4374.0, 4375.0, 4383.0, 4351.0, 4370.0, 4330.0, 4371.0, 4353.0, 4384.0, 4352.0, 4382.0, 4353.0, 4393.0, 4365.0, 4382.0, 4375.0, 4382.0, 4361.0, 4390.0, 4373.0, 4393.0, 4372.0, 4390.0, 4351.0, 4378.0, 4362.0, 4394.0, 4374.0, 4380.0, 4352.0, 4368.0, 4361.0, 4393.0, 4372.0, 4371.0, 4371.0, 4372.0, 4371.0, 4392.0, 4371.0, 4370.0, 4370.0, 4348.0, 4369.0, 4349.0, 4373.0, 4361.0, 4371.0, 4339.0, 4370.0, 4349.0, 4371.0, 4383.0, 4370.0, 4359.0, 4360.0, 4348.0, 4361.0, 4370.0, 4360.0, 4331.0, 4361.0, 4331.0, 4374.0, 4354.0, 4394.0, 4342.0, 4381.0, 4351.0, 4383.0, 4352.0, 4392.0, 4380.0, 4381.0, 4380.0, 4371.0, 4370.0, 4371.0, 4369.0, 4360.0, 4378.0, 4362.0, 4392.0, 4372.0, 4380.0, 4351.0, 4378.0, 4362.0, 4381.0, 4361.0, 4381.0, 4340.0, 4379.0, 4340.0, 4380.0, 4351.0, 4370.0, 4352.0, 4381.0, 4352.0, 4383.0, 4361.0, 4381.0, 4361.0, 4380.0, 4339.0, 4379.0, 4349.0, 4380.0, 4339.0, 4369.0, 4337.0, 4368.0, 4348.0, 4359.0, 4379.0, 4370.0, 4378.0, 4359.0, 4367.0, 4339.0, 4369.0, 4352.0, 4381.0, 4361.0, 4379.0, 4352.0, 4380.0, 4367.0, 4394.0, 4374.0, 4372.0, 4363.0, 4363.0, 4387.0, 4365.0, 4386.0, 4344.0, 4395.0, 4367.0, 4407.0, 4385.0, 4396.0, 4363.0, 4383.0, 4384.0, 4394.0, 4392.0, 4382.0, 4371.0, 4370.0, 4371.0, 4374.0, 4360.0, 4372.0, 4359.0, 4361.0, 4379.0, 4374.0, 4390.0, 4371.0, 4368.0, 4350.0, 4351.0, 4373.0, 4373.0, 4372.0, 4360.0, 4362.0, 4361.0, 4373.0, 4381.0, 4373.0, 4361.0, 4361.0, 4381.0, 4372.0, 4391.0, 4372.0, 4380.0, 4361.0, 4379.0, 4350.0, 4382.0, 4371.0, 4380.0, 4350.0, 4367.0, 4350.0, 4379.0, 4363.0, 4371.0, 4361.0, 4379.0, 4352.0, 4380.0, 4372.0, 4369.0, 4361.0, 4370.0, 4351.0, 4382.0, 4363.0, 4369.0, 4363.0, 4380.0, 4361.0, 4392.0, 4373.0, 4381.0, 4349.0, 4368.0, 4337.0, 4380.0, 4350.0, 4369.0, 4341.0, 4368.0, 4339.0, 4381.0, 4353.0, 4371.0, 4351.0, 4379.0, 4351.0, 4381.0, 4364.0, 4381.0, 4373.0, 4370.0, 4361.0, 4363.0, 4372.0, 4341.0, 4383.0, 4348.0, 4369.0, 4339.0, 4393.0, 4341.0, 4381.0, 4363.0, 4392.0, 4371.0, 4381.0, 4350.0, 4378.0, 4361.0, 4382.0, 4372.0, 4380.0, 4362.0, 4371.0, 4363.0, 4361.0, 4372.0, 4332.0, 4381.0, 4352.0, 4394.0, 4376.0, 4394.0, 4375.0, 4343.0, 4384.0, 4353.0, 4395.0, 4366.0, 4404.0, 4385.0, 4393.0, 4373.0, 4381.0, 4375.0, 4392.0, 4374.0, 4389.0, 4361.0, 4378.0, 4360.0, 4380.0, 4360.0, 4379.0, 4350.0, 4368.0, 4350.0, 4381.0, 4372.0, 4379.0, 4361.0, 4378.0, 4351.0, 4370.0, 4363.0, 4380.0, 4362.0, 4369.0, 4351.0, 4379.0, 4361.0, 4382.0, 4371.0, 4368.0, 4348.0, 4368.0, 4360.0, 4380.0, 4360.0, 4369.0, 4351.0, 4369.0, 4351.0, 4381.0, 4363.0, 4371.0, 4351.0, 4369.0, 4341.0, 4370.0, 4352.0, 4381.0, 4341.0, 4381.0, 4339.0, 4381.0, 4362.0, 4382.0, 4351.0, 4382.0, 4351.0, 4380.0, 4365.0, 4381.0, 4374.0, 4380.0, 4352.0, 4382.0, 4364.0, 4383.0, 4374.0, 4391.0, 4353.0, 4382.0, 4351.0, 4382.0, 4362.0, 4389.0, 4360.0, 4380.0, 4340.0, 4381.0, 4341.0, 4393.0, 4361.0, 4380.0, 4341.0, 4380.0, 4351.0, 4382.0, 4352.0, 4382.0, 4340.0, 4380.0, 4351.0, 4382.0, 4351.0, 4380.0, 4341.0, 4379.0, 4331.0, 4380.0, 4352.0, 4382.0, 4351.0, 4381.0, 4341.0, 4380.0, 4364.0, 4381.0, 4362.0, 4381.0, 4340.0, 4381.0, 4363.0, 4370.0, 4352.0, 4380.0, 4340.0, 4380.0, 4352.0, 4381.0, 4352.0, 4381.0, 4341.0, 4383.0, 4353.0, 4381.0, 4342.0, 4381.0, 4353.0, 4384.0, 4352.0, 4381.0, 4343.0, 4380.0, 4351.0, 4381.0, 4352.0, 4382.0, 4362.0, 4381.0, 4352.0, 4381.0, 4353.0, 4382.0, 4362.0, 4382.0, 4372.0, 4381.0, 4373.0, 4380.0, 4361.0, 4380.0, 4362.0, 4382.0, 4361.0, 4379.0, 4350.0, 4379.0, 4341.0, 4380.0, 4351.0, 4371.0, 4340.0, 4369.0, 4338.0, 4381.0, 4353.0, 4371.0, 4363.0, 4372.0, 4364.0, 4386.0, 4386.0, 4384.0, 4387.0, 4403.0, 4362.0, 4391.0, 4373.0, 4381.0, 4372.0, 4390.0, 4361.0, 4369.0, 4360.0, 4380.0, 4364.0, 4374.0, 4383.0, 4353.0, 4382.0, 4342.0, 4381.0, 4351.0, 4380.0, 4352.0, 4382.0, 4343.0, 4382.0, 4352.0, 4393.0, 4354.0, 4381.0, 4353.0, 4381.0, 4351.0, 4381.0, 4353.0, 4394.0, 4362.0, 4382.0, 4353.0, 4380.0, 4352.0, 4380.0, 4353.0, 4382.0, 4351.0, 4380.0, 4340.0, 4380.0, 4340.0, 4382.0, 4351.0, 4381.0, 4361.0, 4379.0, 4351.0, 4370.0, 4342.0, 4369.0, 4362.0, 4382.0, 4351.0, 4380.0, 4341.0, 4379.0, 4353.0, 4381.0, 4362.0, 4370.0, 4361.0, 4380.0, 4374.0, 4382.0, 4372.0, 4380.0, 4350.0, 4370.0, 4363.0, 4380.0, 4362.0, 4371.0, 4351.0, 4380.0, 4363.0, 4371.0, 4362.0, 4381.0, 4351.0, 4381.0, 4375.0, 4382.0, 4375.0, 4392.0, 4361.0, 4381.0, 4374.0, 4382.0, 4374.0, 4390.0, 4364.0, 4381.0, 4363.0, 4395.0, 4383.0, 4402.0, 4373.0, 4371.0, 4361.0, 4372.0, 4383.0, 4371.0, 4372.0, 4380.0, 4360.0, 4368.0, 4372.0, 4389.0, 4361.0, 4379.0, 4349.0, 4368.0, 4351.0, 4372.0, 4361.0, 4370.0, 4350.0, 4370.0, 4351.0, 4371.0, 4362.0, 4371.0, 4352.0, 4371.0, 4352.0, 4383.0, 4374.0, 4391.0, 4372.0, 4389.0, 4360.0, 4380.0, 4360.0, 4380.0, 4361.0, 4378.0, 4350.0, 4380.0, 4363.0, 4369.0, 4372.0, 4380.0, 4351.0, 4381.0, 4374.0, 4382.0, 4373.0, 4339.0, 4371.0, 4340.0, 4384.0, 4352.0, 4383.0, 4342.0, 4381.0, 4353.0, 4384.0, 4354.0, 4382.0, 4363.0, 4383.0, 4353.0, 4380.0, 4361.0, 4382.0, 4361.0, 4381.0, 4361.0, 4379.0, 4351.0, 4368.0, 4363.0, 4373.0, 4382.0, 4342.0, 4383.0, 4340.0, 4381.0, 4354.0, 4382.0, 4350.0, 4380.0, 4349.0, 4379.0, 4352.0, 4380.0, 4351.0, 4380.0, 4351.0, 4381.0, 4352.0, 4370.0, 4363.0, 4380.0, 4350.0, 4380.0, 4364.0, 4382.0, 4372.0, 4372.0, 4362.0, 4379.0, 4364.0, 4381.0, 4371.0, 4378.0, 4349.0, 4380.0, 4363.0, 4382.0, 4374.0, 4362.0, 4362.0, 4350.0, 4373.0, 4394.0, 4371.0, 4380.0, 4360.0, 4377.0, 4350.0, 4381.0, 4350.0, 4368.0, 4340.0, 4358.0, 4340.0, 4371.0, 4362.0, 4361.0, 4363.0, 4371.0, 4342.0, 4383.0, 4366.0, 4381.0, 4363.0, 4361.0, 4361.0, 4371.0, 4375.0, 4362.0, 4383.0, 4342.0, 4382.0, 4358.0, 4395.0, 4375.0, 4396.0, 4376.0, 4393.0, 4375.0, 4404.0, 4388.0, 4405.0, 4395.0, 4392.0, 4372.0, 4380.0, 4370.0, 4380.0, 4372.0, 4391.0, 4371.0, 4379.0, 4361.0, 4380.0, 4352.0, 4379.0, 4341.0, 4369.0, 4339.0, 4381.0, 4350.0, 4369.0, 4340.0, 4370.0, 4340.0, 4382.0, 4340.0, 4370.0, 4340.0, 4370.0, 4340.0, 4382.0, 4352.0, 4373.0, 4340.0, 4371.0, 4340.0, 4371.0, 4361.0, 4373.0, 4341.0, 4371.0, 4340.0, 4371.0, 4351.0, 4372.0, 4350.0, 4382.0, 4350.0, 4370.0, 4351.0, 4382.0, 4360.0, 4372.0, 4350.0, 4361.0, 4357.0, 4362.0, 4381.0, 4371.0, 4361.0, 4371.0, 4340.0, 4371.0, 4340.0, 4381.0, 4351.0, 4382.0, 4352.0, 4381.0, 4350.0, 4371.0, 4361.0, 4380.0, 4350.0, 4380.0, 4340.0, 4370.0, 4351.0, 4380.0, 4339.0, 4370.0, 4337.0, 4369.0, 4328.0, 4370.0, 4352.0, 4370.0, 4350.0, 4368.0, 4340.0, 4372.0, 4366.0, 4382.0, 4374.0, 4382.0, 4352.0, 4381.0, 4374.0, 4391.0, 4389.0, 4405.0, 4361.0, 4380.0, 4362.0, 4384.0, 4371.0, 4369.0, 4350.0, 4370.0, 4363.0, 4382.0, 4373.0, 4380.0, 4352.0, 4370.0], 'WindowWidth': [9826.0, 9717.0, 9727.0, 9661.0, 9707.0, 9658.0, 9688.0, 9630.0, 9676.0, 9616.0, 9664.0, 9637.0, 9672.0, 9641.0, 9665.0, 9631.0, 9664.0, 9646.0, 9687.0, 9660.0, 9622.0, 9654.0, 9600.0, 9681.0, 9644.0, 9692.0, 9682.0, 9660.0, 9706.0, 9654.0, 9679.0, 9638.0, 9698.0, 9656.0, 9672.0, 9635.0, 9656.0, 9618.0, 9656.0, 9655.0, 9663.0, 9647.0, 9657.0, 9622.0, 9640.0, 9621.0, 9661.0, 9652.0, 9646.0, 9650.0, 9634.0, 9655.0, 9661.0, 9669.0, 9622.0, 9646.0, 9590.0, 9649.0, 9627.0, 9669.0, 9622.0, 9662.0, 9626.0, 9680.0, 9648.0, 9663.0, 9658.0, 9664.0, 9636.0, 9670.0, 9655.0, 9678.0, 9650.0, 9671.0, 9621.0, 9653.0, 9638.0, 9682.0, 9656.0, 9656.0, 9624.0, 9640.0, 9636.0, 9680.0, 9652.0, 9649.0, 9648.0, 9647.0, 9647.0, 9677.0, 9647.0, 9643.0, 9644.0, 9612.0, 9642.0, 9615.0, 9651.0, 9631.0, 9646.0, 9599.0, 9643.0, 9613.0, 9648.0, 9665.0, 9645.0, 9627.0, 9630.0, 9610.0, 9634.0, 9645.0, 9632.0, 9592.0, 9635.0, 9593.0, 9655.0, 9630.0, 9683.0, 9612.0, 9663.0, 9620.0, 9665.0, 9624.0, 9677.0, 9658.0, 9660.0, 9655.0, 9645.0, 9646.0, 9648.0, 9642.0, 9632.0, 9653.0, 9636.0, 9678.0, 9650.0, 9656.0, 9621.0, 9653.0, 9638.0, 9659.0, 9634.0, 9657.0, 9605.0, 9653.0, 9605.0, 9659.0, 9620.0, 9644.0, 9623.0, 9660.0, 9624.0, 9667.0, 9637.0, 9660.0, 9635.0, 9657.0, 9602.0, 9653.0, 9617.0, 9658.0, 9600.0, 9642.0, 9595.0, 9638.0, 9609.0, 9627.0, 9653.0, 9645.0, 9651.0, 9628.0, 9636.0, 9601.0, 9639.0, 9627.0, 9661.0, 9637.0, 9656.0, 9625.0, 9659.0, 9653.0, 9687.0, 9659.0, 9652.0, 9643.0, 9640.0, 9681.0, 9647.0, 9676.0, 9618.0, 9688.0, 9652.0, 9708.0, 9674.0, 9690.0, 9640.0, 9666.0, 9670.0, 9684.0, 9677.0, 9665.0, 9644.0, 9644.0, 9645.0, 9654.0, 9631.0, 9650.0, 9627.0, 9632.0, 9654.0, 9654.0, 9673.0, 9648.0, 9639.0, 9618.0, 9618.0, 9655.0, 9654.0, 9650.0, 9629.0, 9635.0, 9633.0, 9654.0, 9661.0, 9654.0, 9632.0, 9633.0, 9660.0, 9653.0, 9674.0, 9650.0, 9656.0, 9632.0, 9653.0, 9619.0, 9664.0, 9649.0, 9655.0, 9619.0, 9636.0, 9618.0, 9658.0, 9640.0, 9645.0, 9634.0, 9653.0, 9621.0, 9660.0, 9652.0, 9641.0, 9633.0, 9641.0, 9620.0, 9662.0, 9639.0, 9642.0, 9638.0, 9657.0, 9634.0, 9676.0, 9651.0, 9658.0, 9615.0, 9637.0, 9594.0, 9657.0, 9618.0, 9639.0, 9604.0, 9638.0, 9602.0, 9661.0, 9627.0, 9644.0, 9621.0, 9654.0, 9620.0, 9661.0, 9641.0, 9660.0, 9653.0, 9644.0, 9635.0, 9640.0, 9651.0, 9605.0, 9664.0, 9613.0, 9640.0, 9599.0, 9682.0, 9607.0, 9660.0, 9643.0, 9676.0, 9649.0, 9659.0, 9619.0, 9651.0, 9637.0, 9664.0, 9652.0, 9655.0, 9635.0, 9646.0, 9641.0, 9635.0, 9651.0, 9597.0, 9660.0, 9625.0, 9683.0, 9665.0, 9683.0, 9660.0, 9615.0, 9671.0, 9628.0, 9686.0, 9651.0, 9696.0, 9672.0, 9680.0, 9652.0, 9659.0, 9659.0, 9679.0, 9654.0, 9668.0, 9633.0, 9651.0, 9632.0, 9658.0, 9632.0, 9653.0, 9618.0, 9637.0, 9617.0, 9661.0, 9650.0, 9654.0, 9633.0, 9652.0, 9620.0, 9643.0, 9640.0, 9658.0, 9635.0, 9641.0, 9619.0, 9654.0, 9633.0, 9662.0, 9646.0, 9639.0, 9614.0, 9636.0, 9630.0, 9658.0, 9632.0, 9642.0, 9620.0, 9640.0, 9618.0, 9661.0, 9639.0, 9645.0, 9620.0, 9641.0, 9605.0, 9643.0, 9623.0, 9659.0, 9608.0, 9658.0, 9604.0, 9660.0, 9641.0, 9663.0, 9621.0, 9661.0, 9621.0, 9658.0, 9647.0, 9661.0, 9657.0, 9659.0, 9624.0, 9662.0, 9645.0, 9666.0, 9654.0, 9674.0, 9625.0, 9660.0, 9619.0, 9662.0, 9638.0, 9670.0, 9631.0, 9657.0, 9606.0, 9658.0, 9606.0, 9678.0, 9635.0, 9657.0, 9608.0, 9657.0, 9620.0, 9663.0, 9624.0, 9662.0, 9605.0, 9655.0, 9619.0, 9663.0, 9620.0, 9657.0, 9606.0, 9654.0, 9593.0, 9660.0, 9625.0, 9662.0, 9622.0, 9659.0, 9608.0, 9660.0, 9644.0, 9660.0, 9637.0, 9658.0, 9605.0, 9660.0, 9638.0, 9641.0, 9620.0, 9657.0, 9605.0, 9658.0, 9625.0, 9660.0, 9623.0, 9659.0, 9607.0, 9666.0, 9627.0, 9660.0, 9611.0, 9661.0, 9626.0, 9669.0, 9624.0, 9659.0, 9611.0, 9657.0, 9620.0, 9659.0, 9625.0, 9665.0, 9637.0, 9660.0, 9623.0, 9659.0, 9626.0, 9660.0, 9638.0, 9663.0, 9653.0, 9660.0, 9653.0, 9658.0, 9633.0, 9656.0, 9637.0, 9663.0, 9633.0, 9654.0, 9618.0, 9654.0, 9605.0, 9657.0, 9620.0, 9645.0, 9603.0, 9640.0, 9601.0, 9662.0, 9628.0, 9648.0, 9641.0, 9651.0, 9643.0, 9675.0, 9678.0, 9669.0, 9677.0, 9694.0, 9637.0, 9677.0, 9653.0, 9659.0, 9650.0, 9670.0, 9633.0, 9641.0, 9633.0, 9658.0, 9645.0, 9658.0, 9669.0, 9628.0, 9665.0, 9609.0, 9661.0, 9622.0, 9656.0, 9621.0, 9663.0, 9611.0, 9662.0, 9622.0, 9679.0, 9628.0, 9660.0, 9626.0, 9660.0, 9621.0, 9660.0, 9625.0, 9683.0, 9639.0, 9662.0, 9625.0, 9656.0, 9621.0, 9655.0, 9626.0, 9663.0, 9620.0, 9656.0, 9605.0, 9655.0, 9604.0, 9662.0, 9623.0, 9659.0, 9633.0, 9653.0, 9621.0, 9644.0, 9609.0, 9642.0, 9638.0, 9662.0, 9622.0, 9656.0, 9606.0, 9655.0, 9627.0, 9662.0, 9638.0, 9645.0, 9634.0, 9658.0, 9657.0, 9664.0, 9651.0, 9658.0, 9618.0, 9642.0, 9640.0, 9660.0, 9637.0, 9644.0, 9621.0, 9655.0, 9641.0, 9647.0, 9638.0, 9660.0, 9623.0, 9661.0, 9662.0, 9663.0, 9658.0, 9676.0, 9635.0, 9661.0, 9658.0, 9662.0, 9656.0, 9671.0, 9641.0, 9659.0, 9642.0, 9686.0, 9669.0, 9690.0, 9652.0, 9647.0, 9633.0, 9649.0, 9668.0, 9646.0, 9647.0, 9657.0, 9630.0, 9638.0, 9649.0, 9669.0, 9633.0, 9652.0, 9614.0, 9636.0, 9621.0, 9648.0, 9632.0, 9642.0, 9619.0, 9642.0, 9619.0, 9649.0, 9638.0, 9645.0, 9624.0, 9646.0, 9623.0, 9666.0, 9657.0, 9673.0, 9650.0, 9668.0, 9632.0, 9657.0, 9633.0, 9655.0, 9633.0, 9650.0, 9616.0, 9656.0, 9638.0, 9640.0, 9650.0, 9655.0, 9620.0, 9660.0, 9656.0, 9664.0, 9651.0, 9603.0, 9646.0, 9605.0, 9669.0, 9624.0, 9664.0, 9610.0, 9662.0, 9626.0, 9670.0, 9631.0, 9663.0, 9640.0, 9664.0, 9624.0, 9658.0, 9637.0, 9664.0, 9633.0, 9658.0, 9633.0, 9653.0, 9621.0, 9639.0, 9638.0, 9654.0, 9665.0, 9610.0, 9664.0, 9604.0, 9660.0, 9629.0, 9662.0, 9618.0, 9658.0, 9614.0, 9657.0, 9623.0, 9658.0, 9619.0, 9657.0, 9619.0, 9659.0, 9626.0, 9644.0, 9639.0, 9657.0, 9620.0, 9660.0, 9646.0, 9664.0, 9652.0, 9649.0, 9636.0, 9655.0, 9640.0, 9660.0, 9648.0, 9652.0, 9617.0, 9657.0, 9641.0, 9664.0, 9655.0, 9635.0, 9635.0, 9618.0, 9652.0, 9682.0, 9646.0, 9655.0, 9629.0, 9650.0, 9615.0, 9657.0, 9617.0, 9637.0, 9602.0, 9624.0, 9602.0, 9647.0, 9637.0, 9631.0, 9639.0, 9645.0, 9610.0, 9667.0, 9648.0, 9660.0, 9642.0, 9633.0, 9636.0, 9650.0, 9659.0, 9638.0, 9668.0, 9611.0, 9665.0, 9641.0, 9686.0, 9662.0, 9690.0, 9665.0, 9682.0, 9661.0, 9698.0, 9683.0, 9698.0, 9685.0, 9675.0, 9650.0, 9655.0, 9643.0, 9658.0, 9651.0, 9672.0, 9647.0, 9654.0, 9631.0, 9655.0, 9622.0, 9653.0, 9605.0, 9639.0, 9602.0, 9660.0, 9619.0, 9640.0, 9605.0, 9643.0, 9602.0, 9664.0, 9604.0, 9642.0, 9603.0, 9644.0, 9603.0, 9663.0, 9624.0, 9650.0, 9604.0, 9645.0, 9604.0, 9645.0, 9635.0, 9652.0, 9607.0, 9648.0, 9602.0, 9646.0, 9619.0, 9650.0, 9618.0, 9663.0, 9617.0, 9644.0, 9621.0, 9664.0, 9631.0, 9648.0, 9616.0, 9632.0, 9622.0, 9635.0, 9660.0, 9647.0, 9632.0, 9647.0, 9605.0, 9647.0, 9604.0, 9661.0, 9623.0, 9661.0, 9622.0, 9658.0, 9617.0, 9644.0, 9635.0, 9660.0, 9619.0, 9656.0, 9605.0, 9643.0, 9617.0, 9659.0, 9602.0, 9643.0, 9596.0, 9640.0, 9585.0, 9643.0, 9622.0, 9643.0, 9615.0, 9639.0, 9605.0, 9649.0, 9652.0, 9665.0, 9655.0, 9661.0, 9622.0, 9661.0, 9655.0, 9674.0, 9685.0, 9701.0, 9635.0, 9655.0, 9637.0, 9667.0, 9646.0, 9640.0, 9618.0, 9642.0, 9640.0, 9663.0, 9653.0, 9658.0, 9625.0, 9644.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.0003135558112773303</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016506117951668585</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.8149457350576</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2299292635253474</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0030090164170495</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4699</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6239.9575</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06575724491994377</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4823192116792963</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.521503667155395</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.562265120729021</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.363188847153472</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00712718</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01503138616681099</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027575435116887093</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9786540871398075</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>33.8881</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.943</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.5237</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300338.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>728.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.7232</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0102</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.5921</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3580.2304</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3765.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76206.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1217.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4668.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>946.2937</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>48.369380991207436</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> |