=== 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-0104 --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-0104",
"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-0104_ses-01_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-0104_ses-01_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-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_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-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_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-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0104_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0104/figures/sub-0104_ses-01_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-0104/figures/sub-0104_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-01_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-0104/ses-01/func/sub-0104_ses-01_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>3c3c0d4665a53bbe9aa2267dcb79599d</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:22:37.507500</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.996525, -0.0408717, -0.0725763, 0.0503074, 0.989791, 0.133351]</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.115212</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>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4206, -7806, -7202, 342, -101, -158, -2, 119]</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>266.038</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>64b90fba-2979-4d16-a53e-e063ece517a2||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.6736037731170654, 0.13497112691402435, -0.17923983931541443, 113.60630798339844], [0.10965587943792343, 2.6555376052856445, 0.3686542212963104, -106.09335327148438], [-0.19471697509288788, -0.3577706217765808, 2.668701410293579, -42.06920623779297], [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': ['172237.507500', '172237.967500', '172238.427500', '172238.887500', '172239.347500', '172239.807500', '172240.267500', '172240.727500', '172241.187500', '172241.647500', '172242.107500', '172242.567500', '172243.027500', '172243.487500', '172243.947500', '172244.407500', '172244.867500', '172245.327500', '172245.787500', '172246.247500', '172246.707500', '172247.167500', '172247.627500', '172248.087500', '172248.547500', '172249.007500', '172249.467500', '172249.927500', '172250.387500', '172250.847500', '172251.307500', '172251.767500', '172252.227500', '172252.687500', '172253.147500', '172253.607500', '172254.067500', '172254.527500', '172254.987500', '172255.447500', '172255.907500', '172256.367500', '172256.827500', '172257.287500', '172257.747500', '172258.207500', '172258.667500', '172259.127500', '172259.587500', '172300.047500', '172300.507500', '172300.967500', '172301.427500', '172301.887500', '172302.347500', '172302.807500', '172303.267500', '172303.727500', '172304.187500', '172304.647500', '172305.107500', '172305.567500', '172306.027500', '172306.487500', '172306.947500', '172307.407500', '172307.867500', '172308.327500', '172308.787500', '172309.247500', '172309.707500', '172310.167500', '172310.627500', '172311.087500', '172311.547500', '172312.007500', '172312.467500', '172312.927500', '172313.387500', '172313.847500', '172314.307500', '172314.767500', '172315.227500', '172315.687500', '172316.147500', '172316.607500', '172317.067500', '172317.527500', '172317.987500', '172318.447500', '172318.907500', '172319.367500', '172319.827500', '172320.287500', '172320.747500', '172321.207500', '172321.667500', '172322.127500', '172322.587500', '172323.047500', '172323.507500', '172323.967500', '172324.427500', '172324.887500', '172325.347500', '172325.807500', '172326.267500', '172326.727500', '172327.187500', '172327.647500', '172328.107500', '172328.567500', '172329.027500', '172329.487500', '172329.947500', '172330.407500', '172330.867500', '172331.327500', '172331.787500', '172332.247500', '172332.707500', '172333.167500', '172333.627500', '172334.087500', '172334.547500', '172335.007500', '172335.467500', '172335.927500', '172336.387500', '172336.847500', '172337.307500', '172337.767500', '172338.227500', '172338.687500', '172339.147500', '172339.607500', '172340.067500', '172340.527500', '172340.987500', '172341.447500', '172341.907500', '172342.367500', '172342.827500', '172343.287500', '172343.747500', '172344.207500', '172344.667500', '172345.127500', '172345.587500', '172346.047500', '172346.507500', '172346.967500', '172347.427500', '172347.887500', '172348.347500', '172348.807500', '172349.267500', '172349.727500', '172350.187500', '172350.647500', '172351.107500', '172351.567500', '172352.027500', '172352.487500', '172352.947500', '172353.407500', '172353.867500', '172354.327500', '172354.787500', '172355.247500', '172355.707500', '172356.167500', '172356.627500', '172357.087500', '172357.547500', '172358.007500', '172358.467500', '172358.927500', '172359.387500', '172359.847500', '172400.307500', '172400.767500', '172401.227500', '172401.687500', '172402.147500', '172402.607500', '172403.067500', '172403.527500', '172403.987500', '172404.447500', '172404.907500', '172405.367500', '172405.827500', '172406.287500', '172406.747500', '172407.207500', '172407.667500', '172408.127500', '172408.587500', '172409.047500', '172409.507500', '172409.967500', '172410.427500', '172410.887500', '172411.347500', '172411.807500', '172412.267500', '172412.727500', '172413.187500', '172413.647500', '172414.107500', '172414.567500', '172415.027500', '172415.487500', '172415.947500', '172416.407500', '172416.867500', '172417.327500', '172417.787500', '172418.247500', '172418.707500', '172419.167500', '172419.627500', '172420.087500', '172420.547500', '172421.007500', '172421.467500', '172421.927500', '172422.387500', '172422.847500', '172423.307500', '172423.767500', '172424.227500', '172424.687500', '172425.147500', '172425.607500', '172426.067500', '172426.527500', '172426.987500', '172427.447500', '172427.907500', '172428.367500', '172428.827500', '172429.287500', '172429.747500', '172430.207500', '172430.667500', '172431.127500', '172431.587500', '172432.047500', '172432.507500', '172432.967500', '172433.427500', '172433.887500', '172434.347500', '172434.807500', '172435.267500', '172435.727500', '172436.187500', '172436.647500', '172437.107500', '172437.567500', '172438.027500', '172438.487500', '172438.947500', '172439.407500', '172439.867500', '172440.327500', '172440.787500', '172441.247500', '172441.707500', '172442.167500', '172442.627500', '172443.087500', '172443.547500', '172444.007500', '172444.467500', '172444.927500', '172445.387500', '172445.847500', '172446.307500', '172446.767500', '172447.227500', '172447.687500', '172448.147500', '172448.607500', '172449.067500', '172449.527500', '172449.987500', '172450.447500', '172450.907500', '172451.367500', '172451.827500', '172452.287500', '172452.747500', '172453.207500', '172453.667500', '172454.127500', '172454.587500', '172455.047500', '172455.507500', '172455.967500', '172456.427500', '172456.887500', '172457.347500', '172457.807500', '172458.267500', '172458.727500', '172459.187500', '172459.647500', '172500.107500', '172500.567500', '172501.027500', '172501.487500', '172501.947500', '172502.407500', '172502.867500', '172503.327500', '172503.787500', '172504.247500', '172504.707500', '172505.167500', '172505.627500', '172506.087500', '172506.547500', '172507.007500', '172507.467500', '172507.927500', '172508.387500', '172508.847500', '172509.307500', '172509.767500', '172510.227500', '172510.687500', '172511.147500', '172511.607500', '172512.067500', '172512.527500', '172512.987500', '172513.447500', '172513.907500', '172514.367500', '172514.827500', '172515.287500', '172515.747500', '172516.207500', '172516.667500', '172517.127500', '172517.587500', '172518.047500', '172518.507500', '172518.967500', '172519.427500', '172519.887500', '172520.347500', '172520.807500', '172521.267500', '172521.727500', '172522.187500', '172522.647500', '172523.107500', '172523.567500', '172524.027500', '172524.487500', '172524.947500', '172525.407500', '172525.867500', '172526.327500', '172526.787500', '172527.247500', '172527.707500', '172528.167500', '172528.627500', '172529.087500', '172529.547500', '172530.007500', '172530.467500', '172530.927500', '172531.387500', '172531.847500', '172532.307500', '172532.767500', '172533.227500', '172533.687500', '172534.147500', '172534.607500', '172535.067500', '172535.527500', '172535.987500', '172536.447500', '172536.907500', '172537.367500', '172537.827500', '172538.287500', '172538.747500', '172539.207500', '172539.667500', '172540.127500', '172540.587500', '172541.047500', '172541.507500', '172541.967500', '172542.427500', '172542.887500', '172543.347500', '172543.807500', '172544.267500', '172544.727500', '172545.187500', '172545.647500', '172546.107500', '172546.567500', '172547.027500', '172547.487500', '172547.947500', '172548.407500', '172548.867500', '172549.327500', '172549.787500', '172550.247500', '172550.707500', '172551.167500', '172551.627500', '172552.087500', '172552.547500', '172553.007500', '172553.467500', '172553.927500', '172554.387500', '172554.847500', '172555.307500', '172555.767500', '172556.227500', '172556.687500', '172557.147500', '172557.607500', '172558.067500', '172558.527500', '172558.987500', '172559.447500', '172559.907500', '172600.367500', '172600.827500', '172601.287500', '172601.747500', '172602.207500', '172602.667500', '172603.127500', '172603.587500', '172604.047500', '172604.507500', '172604.967500', '172605.427500', '172605.887500', '172606.347500', '172606.807500', '172607.267500', '172607.727500', '172608.187500', '172608.647500', '172609.107500', '172609.567500', '172610.027500', '172610.487500', '172610.947500', '172611.407500', '172611.867500', '172612.327500', '172612.787500', '172613.247500', '172613.707500', '172614.167500', '172614.627500', '172615.087500', '172615.547500', '172616.007500', '172616.467500', '172616.927500', '172617.387500', '172617.847500', '172618.307500', '172618.767500', '172619.227500', '172619.687500', '172620.147500', '172620.607500', '172621.067500', '172621.527500', '172621.987500', '172622.447500', '172622.907500', '172623.367500', '172623.827500', '172624.287500', '172624.747500', '172625.207500', '172625.667500', '172626.127500', '172626.587500', '172627.047500', '172627.507500', '172627.967500', '172628.427500', '172628.887500', '172629.347500', '172629.807500', '172630.267500', '172630.727500', '172631.187500', '172631.647500', '172632.107500', '172632.567500', '172633.027500', '172633.487500', '172633.947500', '172634.407500', '172634.867500', '172635.327500', '172635.787500', '172636.247500', '172636.707500', '172637.167500', '172637.627500', '172638.087500', '172638.547500', '172639.007500', '172639.467500', '172639.927500', '172640.387500', '172640.847500', '172641.307500', '172641.767500', '172642.227500', '172642.687500', '172643.147500', '172643.607500', '172644.067500', '172644.527500', '172644.987500', '172645.447500', '172645.907500', '172646.367500', '172646.827500', '172647.287500', '172647.747500', '172648.207500', '172648.667500', '172649.127500', '172649.587500', '172650.047500', '172650.507500', '172650.967500', '172651.427500', '172651.887500', '172652.347500', '172652.807500', '172653.267500', '172653.727500', '172654.187500', '172654.647500', '172655.107500', '172655.567500', '172656.027500', '172656.487500', '172656.947500', '172657.407500', '172657.867500', '172658.327500', '172658.787500', '172659.247500', '172659.707500', '172700.167500', '172700.627500', '172701.087500', '172701.547500', '172702.007500', '172702.467500', '172702.927500', '172703.387500', '172703.847500', '172704.307500', '172704.767500', '172705.227500', '172705.687500', '172706.147500', '172706.607500', '172707.067500', '172707.527500', '172707.987500', '172708.447500', '172708.907500', '172709.367500', '172709.827500', '172710.287500', '172710.747500', '172711.207500', '172711.667500', '172712.127500', '172712.587500', '172713.047500', '172713.507500', '172713.967500', '172714.427500', '172714.887500', '172715.347500', '172715.807500', '172716.267500', '172716.727500', '172717.187500', '172717.647500', '172718.107500', '172718.567500', '172719.027500', '172719.487500', '172719.947500', '172720.407500', '172720.867500', '172721.327500', '172721.787500', '172722.247500', '172722.707500', '172723.167500', '172723.627500', '172724.087500', '172724.547500', '172725.007500', '172725.467500', '172725.927500', '172726.387500', '172726.847500', '172727.307500', '172727.767500', '172728.227500', '172728.687500', '172729.147500', '172729.607500', '172730.067500', '172730.527500', '172730.987500', '172731.447500', '172731.907500', '172732.367500', '172732.827500', '172733.287500', '172733.747500', '172734.207500', '172734.667500', '172735.127500', '172735.587500', '172736.047500', '172736.507500', '172736.967500', '172737.427500', '172737.887500', '172738.347500', '172738.807500', '172739.267500', '172739.727500', '172740.187500', '172740.647500', '172741.107500', '172741.567500', '172742.027500', '172742.487500', '172742.947500', '172743.407500', '172743.867500', '172744.327500', '172744.787500', '172745.247500', '172745.707500', '172746.167500', '172746.627500', '172747.087500', '172747.547500', '172748.007500', '172748.467500', '172748.927500', '172749.387500', '172749.847500', '172750.307500', '172750.767500', '172751.227500', '172751.687500', '172752.147500', '172752.607500', '172753.067500', '172753.527500', '172753.987500', '172754.447500', '172754.907500', '172755.367500', '172755.827500', '172756.287500', '172756.747500', '172757.207500', '172757.667500', '172758.127500', '172758.587500', '172759.047500', '172759.507500', '172759.967500', '172800.427500', '172800.887500', '172801.347500', '172801.807500', '172802.267500', '172802.727500', '172803.187500', '172803.647500', '172804.107500', '172804.567500', '172805.027500', '172805.487500', '172805.947500', '172806.407500', '172806.867500', '172807.327500', '172807.787500', '172808.247500', '172808.707500', '172809.167500', '172809.627500', '172810.087500', '172810.547500', '172811.007500', '172811.467500', '172811.927500', '172812.387500', '172812.847500', '172813.307500', '172813.767500', '172814.227500', '172814.687500', '172815.147500', '172815.607500', '172816.067500', '172816.527500', '172816.987500', '172817.447500', '172817.907500', '172818.367500', '172818.827500', '172819.287500', '172819.747500', '172820.207500', '172820.667500', '172821.127500', '172821.587500', '172822.047500', '172822.507500', '172822.967500', '172823.427500', '172823.887500', '172824.347500', '172824.807500', '172825.267500', '172825.727500', '172826.187500', '172826.647500', '172827.107500', '172827.567500', '172828.027500', '172828.487500', '172828.947500', '172829.407500', '172829.867500', '172830.327500', '172830.787500', '172831.247500', '172831.707500', '172832.167500', '172832.627500', '172833.087500', '172833.547500', '172834.007500', '172834.467500', '172834.927500', '172835.387500', '172835.847500', '172836.307500', '172836.767500', '172837.227500', '172837.687500', '172838.147500', '172838.607500', '172839.067500', '172839.527500', '172839.987500', '172840.447500', '172840.907500', '172841.367500', '172841.827500', '172842.287500', '172842.747500', '172843.207500', '172843.667500', '172844.127500', '172844.587500', '172845.047500', '172845.507500', '172845.967500', '172846.427500', '172846.887500', '172847.347500', '172847.807500', '172848.267500', '172848.727500', '172849.187500', '172849.647500', '172850.107500', '172850.567500', '172851.027500', '172851.487500', '172851.947500', '172852.407500', '172852.867500', '172853.327500', '172853.787500', '172854.247500', '172854.707500', '172855.167500', '172855.627500', '172856.087500', '172856.547500', '172857.007500', '172857.467500', '172857.927500', '172858.387500', '172858.847500', '172859.307500', '172859.767500', '172900.227500', '172900.687500', '172901.147500', '172901.607500', '172902.067500', '172902.527500', '172902.987500', '172903.447500', '172903.907500', '172904.367500', '172904.827500', '172905.287500', '172905.747500', '172906.207500', '172906.667500', '172907.127500', '172907.587500', '172908.047500', '172908.507500', '172908.967500', '172909.427500', '172909.887500', '172910.347500', '172910.807500', '172911.267500', '172911.727500', '172912.187500', '172912.647500', '172913.107500', '172913.567500', '172914.027500', '172914.487500', '172914.947500', '172915.407500', '172915.867500', '172916.327500', '172916.787500', '172917.247500', '172917.707500', '172918.167500'], 'ContentTime': ['172252.986000', '172252.989000', '172252.992000', '172252.994000', '172252.997000', '172253.000000', '172253.003000', '172253.006000', '172253.008000', '172253.011000', '172253.014000', '172253.016000', '172253.019000', '172253.021000', '172253.024000', '172253.027000', '172253.029000', '172253.032000', '172253.034000', '172253.037000', '172253.039000', '172253.047000', '172253.049000', '172253.052000', '172253.055000', '172253.057000', '172253.060000', '172253.062000', '172253.065000', '172253.067000', '172253.070000', '172253.073000', '172312.943000', '172312.946000', '172312.949000', '172312.951000', '172312.954000', '172312.957000', '172312.959000', '172312.962000', '172312.964000', '172312.967000', '172312.969000', '172312.972000', '172312.975000', '172312.977000', '172312.980000', '172312.982000', '172312.986000', '172312.989000', '172312.992000', '172312.994000', '172312.997000', '172313.000000', '172313.003000', '172313.006000', '172313.008000', '172313.011000', '172313.013000', '172313.016000', '172313.019000', '172313.021000', '172313.024000', '172313.026000', '172313.029000', '172313.031000', '172313.034000', '172313.036000', '172313.039000', '172313.042000', '172313.044000', '172313.047000', '172313.049000', '172313.052000', '172313.054000', '172313.057000', '172332.944000', '172332.946000', '172332.949000', '172332.952000', '172332.954000', '172332.957000', '172332.959000', '172332.962000', '172332.964000', '172332.967000', '172332.969000', '172332.972000', '172332.975000', '172332.977000', '172332.980000', '172332.982000', '172332.985000', '172332.987000', '172332.990000', '172332.993000', '172332.995000', '172332.998000', '172333.002000', '172333.004000', '172333.007000', '172333.009000', '172333.012000', '172333.015000', '172333.017000', '172333.020000', '172333.022000', '172333.025000', '172333.033000', '172333.036000', '172333.038000', '172333.041000', '172333.044000', '172333.046000', '172333.049000', '172333.051000', '172333.054000', '172333.057000', '172333.059000', '172352.943000', '172352.946000', '172352.949000', '172352.951000', '172352.954000', '172352.956000', '172352.959000', '172352.962000', '172352.964000', '172352.967000', '172352.969000', '172352.972000', '172352.975000', '172352.977000', '172352.980000', '172352.982000', '172352.985000', '172352.988000', '172352.990000', '172352.993000', '172352.995000', '172353.015000', '172353.017000', '172353.020000', '172353.023000', '172353.025000', '172353.028000', '172353.030000', '172353.033000', '172353.036000', '172353.038000', '172353.041000', '172353.043000', '172353.046000', '172353.049000', '172353.051000', '172353.054000', '172353.056000', '172353.059000', '172353.062000', '172353.064000', '172353.067000', '172353.069000', '172353.072000', '172412.944000', '172412.946000', '172412.949000', '172412.952000', '172412.954000', '172412.957000', '172412.959000', '172412.962000', '172412.965000', '172412.967000', '172412.970000', '172412.972000', '172412.975000', '172412.977000', '172412.980000', '172412.983000', '172412.985000', '172412.988000', '172412.991000', '172412.993000', '172412.996000', '172412.998000', '172413.002000', '172413.005000', '172413.007000', '172413.010000', '172413.012000', '172413.015000', '172413.017000', '172413.020000', '172413.023000', '172413.025000', '172413.028000', '172413.030000', '172413.033000', '172413.036000', '172413.038000', '172413.041000', '172413.043000', '172413.046000', '172413.049000', '172413.051000', '172413.054000', '172432.942000', '172432.945000', '172432.948000', '172432.950000', '172432.953000', '172432.956000', '172432.958000', '172432.961000', '172432.963000', '172432.966000', '172432.969000', '172432.971000', '172432.975000', '172432.977000', '172432.980000', '172432.982000', '172432.985000', '172432.988000', '172432.990000', '172432.993000', '172432.995000', '172432.998000', '172433.002000', '172433.004000', '172433.007000', '172433.009000', '172433.012000', '172433.015000', '172433.017000', '172433.020000', '172433.022000', '172433.025000', '172433.028000', '172433.030000', '172433.033000', '172433.036000', '172433.038000', '172433.041000', '172433.043000', '172433.046000', '172433.048000', '172433.051000', '172433.054000', '172452.944000', '172452.946000', '172452.949000', '172452.952000', '172452.955000', '172452.957000', '172452.960000', '172452.963000', '172452.965000', '172452.968000', '172452.971000', '172452.973000', '172452.976000', '172452.978000', '172452.981000', '172452.984000', '172452.986000', '172452.989000', '172452.992000', '172452.994000', '172452.997000', '172452.999000', '172453.002000', '172453.005000', '172453.007000', '172453.010000', '172453.012000', '172453.015000', '172453.017000', '172453.020000', '172453.023000', '172453.025000', '172453.028000', '172453.031000', '172453.033000', '172453.036000', '172453.039000', '172453.041000', '172453.044000', '172453.046000', '172453.049000', '172453.051000', '172453.054000', '172453.057000', '172512.943000', '172512.946000', '172512.949000', '172512.951000', '172512.954000', '172512.957000', '172512.959000', '172512.962000', '172512.965000', '172512.967000', '172512.970000', '172512.973000', '172512.975000', '172512.978000', '172512.981000', '172512.983000', '172512.986000', '172512.989000', '172512.991000', '172512.994000', '172512.997000', '172513.000000', '172513.007000', '172513.010000', '172513.012000', '172513.015000', '172513.018000', '172513.020000', '172513.023000', '172513.026000', '172513.028000', '172513.031000', '172513.034000', '172513.036000', '172513.039000', '172513.042000', '172513.044000', '172513.047000', '172513.049000', '172513.052000', '172513.055000', '172513.057000', '172513.060000', '172532.944000', '172532.947000', '172532.949000', '172532.952000', '172532.955000', '172532.957000', '172532.960000', '172532.962000', '172532.965000', '172532.968000', '172532.970000', '172532.973000', '172532.976000', '172532.978000', '172532.981000', '172532.983000', '172532.986000', '172533.007000', '172533.009000', '172533.012000', '172533.014000', '172533.017000', '172533.020000', '172533.022000', '172533.025000', '172533.027000', '172533.030000', '172533.033000', '172533.035000', '172533.038000', '172533.040000', '172533.043000', '172533.045000', '172533.048000', '172533.051000', '172533.053000', '172533.056000', '172533.059000', '172533.061000', '172533.064000', '172533.066000', '172533.069000', '172533.071000', '172533.074000', '172552.943000', '172552.946000', '172552.949000', '172552.952000', '172552.954000', '172552.957000', '172552.959000', '172552.962000', '172552.965000', '172552.967000', '172552.970000', '172552.973000', '172552.976000', '172552.978000', '172552.981000', '172552.984000', '172552.986000', '172552.989000', '172552.991000', '172552.994000', '172552.997000', '172553.000000', '172553.003000', '172553.005000', '172553.008000', '172553.011000', '172553.015000', '172553.018000', '172553.020000', '172553.023000', '172553.026000', '172553.028000', '172553.031000', '172553.033000', '172553.036000', '172553.039000', '172553.041000', '172553.044000', '172553.046000', '172553.049000', '172553.052000', '172553.054000', '172553.057000', '172612.944000', '172612.947000', '172612.949000', '172612.952000', '172612.955000', '172612.957000', '172612.960000', '172612.962000', '172612.965000', '172612.968000', '172612.970000', '172612.973000', '172612.979000', '172612.982000', '172612.984000', '172612.987000', '172612.990000', '172612.992000', '172612.995000', '172612.998000', '172613.001000', '172613.004000', '172613.006000', '172613.009000', '172613.012000', '172613.014000', '172613.017000', '172613.019000', '172613.022000', '172613.025000', '172613.027000', '172613.030000', '172613.033000', '172613.035000', '172613.038000', '172613.040000', '172613.043000', '172613.045000', '172613.048000', '172613.051000', '172613.053000', '172613.056000', '172613.058000', '172613.061000', '172632.943000', '172632.946000', '172632.949000', '172632.952000', '172632.954000', '172632.957000', '172632.960000', '172632.962000', '172632.965000', '172632.967000', '172632.970000', '172632.973000', '172632.975000', '172632.978000', '172632.980000', '172632.983000', '172632.986000', '172632.988000', '172632.991000', '172632.993000', '172632.996000', '172633.000000', '172633.002000', '172633.005000', '172633.008000', '172633.010000', '172633.013000', '172633.015000', '172633.018000', '172633.021000', '172633.023000', '172633.026000', '172633.029000', '172633.031000', '172633.034000', '172633.037000', '172633.039000', '172633.042000', '172633.044000', '172633.047000', '172633.050000', '172633.052000', '172633.055000', '172652.943000', '172652.945000', '172652.948000', '172652.951000', '172652.954000', '172652.956000', '172652.959000', '172652.962000', '172652.964000', '172652.967000', '172652.969000', '172652.972000', '172652.975000', '172652.977000', '172652.980000', '172652.983000', '172652.985000', '172652.988000', '172652.990000', '172652.993000', '172652.995000', '172652.998000', '172653.002000', '172653.004000', '172653.007000', '172653.009000', '172653.012000', '172653.015000', '172653.017000', '172653.020000', '172653.022000', '172653.025000', '172653.028000', '172653.030000', '172653.033000', '172653.035000', '172653.038000', '172653.041000', '172653.043000', '172653.046000', '172653.048000', '172653.051000', '172653.062000', '172653.064000', '172712.943000', '172712.946000', '172712.949000', '172712.952000', '172712.954000', '172712.957000', '172712.959000', '172712.962000', '172712.965000', '172712.967000', '172712.970000', '172712.972000', '172712.975000', '172712.978000', '172712.980000', '172712.983000', '172712.986000', '172712.989000', '172712.991000', '172712.994000', '172712.998000', '172713.001000', '172713.004000', '172713.006000', '172713.009000', '172713.011000', '172713.014000', '172713.017000', '172713.019000', '172713.022000', '172713.024000', '172713.027000', '172713.030000', '172713.032000', '172713.035000', '172713.038000', '172713.040000', '172713.043000', '172713.045000', '172713.048000', '172713.051000', '172713.055000', '172713.057000', '172732.943000', '172732.946000', '172732.949000', '172732.952000', '172732.955000', '172732.957000', '172732.960000', '172732.963000', '172732.965000', '172732.968000', '172732.970000', '172732.973000', '172732.975000', '172732.978000', '172732.981000', '172732.983000', '172732.986000', '172732.988000', '172732.991000', '172732.994000', '172732.996000', '172733.000000', '172733.002000', '172733.005000', '172733.008000', '172733.010000', '172733.013000', '172733.016000', '172733.019000', '172733.021000', '172733.024000', '172733.027000', '172733.029000', '172733.032000', '172733.034000', '172733.037000', '172733.040000', '172733.042000', '172733.045000', '172733.048000', '172733.050000', '172733.053000', '172733.055000', '172733.058000', '172752.944000', '172752.946000', '172752.949000', '172752.952000', '172752.954000', '172752.957000', '172752.960000', '172752.962000', '172752.965000', '172752.967000', '172752.970000', '172752.973000', '172752.975000', '172752.978000', '172752.981000', '172752.983000', '172752.986000', '172752.989000', '172752.991000', '172752.994000', '172752.996000', '172753.000000', '172753.003000', '172753.006000', '172753.009000', '172753.012000', '172753.015000', '172753.018000', '172753.020000', '172753.023000', '172753.025000', '172753.028000', '172753.031000', '172753.033000', '172753.036000', '172753.039000', '172753.041000', '172753.044000', '172753.046000', '172753.049000', '172753.052000', '172753.054000', '172753.057000', '172812.944000', '172812.947000', '172812.950000', '172812.952000', '172812.955000', '172812.957000', '172812.960000', '172812.963000', '172812.965000', '172812.968000', '172812.971000', '172812.973000', '172812.976000', '172812.978000', '172812.981000', '172812.983000', '172812.986000', '172812.989000', '172812.991000', '172812.994000', '172812.996000', '172813.000000', '172813.003000', '172813.005000', '172813.008000', '172813.011000', '172813.013000', '172813.016000', '172813.018000', '172813.021000', '172813.024000', '172813.026000', '172813.029000', '172813.032000', '172813.034000', '172813.037000', '172813.039000', '172813.042000', '172813.044000', '172813.047000', '172813.050000', '172813.053000', '172813.055000', '172813.058000', '172832.944000', '172832.946000', '172832.949000', '172832.952000', '172832.954000', '172832.957000', '172832.960000', '172832.962000', '172832.965000', '172832.979000', '172832.982000', '172832.985000', '172832.987000', '172832.990000', '172832.992000', '172832.996000', '172832.998000', '172833.002000', '172833.004000', '172833.009000', '172833.011000', '172833.014000', '172833.016000', '172833.019000', '172833.021000', '172833.024000', '172833.027000', '172833.029000', '172833.032000', '172833.034000', '172833.037000', '172833.040000', '172833.043000', '172833.045000', '172833.048000', '172833.050000', '172833.053000', '172833.056000', '172833.058000', '172833.061000', '172833.064000', '172833.066000', '172833.069000', '172852.943000', '172852.946000', '172852.949000', '172852.951000', '172852.954000', '172852.957000', '172852.959000', '172852.962000', '172852.965000', '172852.967000', '172852.970000', '172852.972000', '172852.975000', '172852.978000', '172852.980000', '172852.983000', '172852.985000', '172852.988000', '172852.990000', '172852.993000', '172852.996000', '172852.998000', '172853.002000', '172853.004000', '172853.007000', '172853.010000', '172853.013000', '172853.015000', '172853.018000', '172853.021000', '172853.023000', '172853.026000', '172853.028000', '172853.031000', '172853.034000', '172853.036000', '172853.039000', '172853.042000', '172853.044000', '172853.047000', '172853.049000', '172853.052000', '172853.055000', '172853.057000', '172912.943000', '172912.946000', '172912.949000', '172912.951000', '172912.954000', '172912.956000', '172912.959000', '172912.962000', '172912.964000', '172912.967000', '172912.970000', '172912.973000', '172912.975000', '172912.978000', '172912.980000', '172912.983000', '172912.986000', '172912.988000', '172912.991000', '172912.994000', '172912.996000', '172913.000000', '172913.003000', '172913.005000', '172913.008000', '172913.010000', '172913.013000', '172913.016000', '172913.018000', '172913.021000', '172913.024000', '172913.026000', '172913.029000', '172913.031000', '172913.034000', '172913.037000', '172913.039000', '172913.042000', '172913.045000', '172913.047000', '172913.050000', '172913.052000', '172913.055000', '172919.044000', '172919.047000', '172919.050000', '172919.053000', '172919.056000', '172919.058000', '172919.061000', '172919.064000', '172919.067000', '172919.070000', '172919.072000', '172919.075000', '172919.078000', '172919.081000'], 'InstanceCreationTime': ['172252.986000', '172252.989000', '172252.992000', '172252.994000', '172252.997000', '172253.000000', '172253.003000', '172253.006000', '172253.008000', '172253.011000', '172253.014000', '172253.016000', '172253.019000', '172253.021000', '172253.024000', '172253.027000', '172253.029000', '172253.032000', '172253.034000', '172253.037000', '172253.039000', '172253.047000', '172253.049000', '172253.052000', '172253.055000', '172253.057000', '172253.060000', '172253.062000', '172253.065000', '172253.067000', '172253.070000', '172253.073000', '172312.943000', '172312.946000', '172312.949000', '172312.951000', '172312.954000', '172312.957000', '172312.959000', '172312.962000', '172312.964000', '172312.967000', '172312.969000', '172312.972000', '172312.975000', '172312.977000', '172312.980000', '172312.982000', '172312.986000', '172312.989000', '172312.992000', '172312.994000', '172312.997000', '172313.000000', '172313.003000', '172313.006000', '172313.008000', '172313.011000', '172313.013000', '172313.016000', '172313.019000', '172313.021000', '172313.024000', '172313.026000', '172313.029000', '172313.031000', '172313.034000', '172313.036000', '172313.039000', '172313.042000', '172313.044000', '172313.047000', '172313.049000', '172313.052000', '172313.054000', '172313.057000', '172332.944000', '172332.946000', '172332.949000', '172332.952000', '172332.954000', '172332.957000', '172332.959000', '172332.962000', '172332.964000', '172332.967000', '172332.969000', '172332.972000', '172332.975000', '172332.977000', '172332.980000', '172332.982000', '172332.985000', '172332.987000', '172332.990000', '172332.993000', '172332.995000', '172332.998000', '172333.002000', '172333.004000', '172333.007000', '172333.009000', '172333.012000', '172333.015000', '172333.017000', '172333.020000', '172333.022000', '172333.025000', '172333.033000', '172333.036000', '172333.038000', '172333.041000', '172333.044000', '172333.046000', '172333.049000', '172333.051000', '172333.054000', '172333.057000', '172333.059000', '172352.943000', '172352.946000', '172352.949000', '172352.951000', '172352.954000', '172352.956000', '172352.959000', '172352.962000', '172352.964000', '172352.967000', '172352.969000', '172352.972000', '172352.975000', '172352.977000', '172352.980000', '172352.982000', '172352.985000', '172352.988000', '172352.990000', '172352.993000', '172352.995000', '172353.015000', '172353.017000', '172353.020000', '172353.023000', '172353.025000', '172353.028000', '172353.030000', '172353.033000', '172353.036000', '172353.038000', '172353.041000', '172353.043000', '172353.046000', '172353.049000', '172353.051000', '172353.054000', '172353.056000', '172353.059000', '172353.062000', '172353.064000', '172353.067000', '172353.069000', '172353.072000', '172412.944000', '172412.946000', '172412.949000', '172412.952000', '172412.954000', '172412.957000', '172412.959000', '172412.962000', '172412.965000', '172412.967000', '172412.970000', '172412.972000', '172412.975000', '172412.977000', '172412.980000', '172412.983000', '172412.985000', '172412.988000', '172412.991000', '172412.993000', '172412.996000', '172412.998000', '172413.002000', '172413.005000', '172413.007000', '172413.010000', '172413.012000', '172413.015000', '172413.017000', '172413.020000', '172413.023000', '172413.025000', '172413.028000', '172413.030000', '172413.033000', '172413.036000', '172413.038000', '172413.041000', '172413.043000', '172413.046000', '172413.049000', '172413.051000', '172413.054000', '172432.942000', '172432.945000', '172432.948000', '172432.950000', '172432.953000', '172432.956000', '172432.958000', '172432.961000', '172432.963000', '172432.966000', '172432.969000', '172432.971000', '172432.975000', '172432.977000', '172432.980000', '172432.982000', '172432.985000', '172432.988000', '172432.990000', '172432.993000', '172432.995000', '172432.998000', '172433.002000', '172433.004000', '172433.007000', '172433.009000', '172433.012000', '172433.015000', '172433.017000', '172433.020000', '172433.022000', '172433.025000', '172433.028000', '172433.030000', '172433.033000', '172433.036000', '172433.038000', '172433.041000', '172433.043000', '172433.046000', '172433.048000', '172433.051000', '172433.054000', '172452.944000', '172452.946000', '172452.949000', '172452.952000', '172452.955000', '172452.957000', '172452.960000', '172452.963000', '172452.965000', '172452.968000', '172452.971000', '172452.973000', '172452.976000', '172452.978000', '172452.981000', '172452.984000', '172452.986000', '172452.989000', '172452.992000', '172452.994000', '172452.997000', '172452.999000', '172453.002000', '172453.005000', '172453.007000', '172453.010000', '172453.012000', '172453.015000', '172453.017000', '172453.020000', '172453.023000', '172453.025000', '172453.028000', '172453.031000', '172453.033000', '172453.036000', '172453.039000', '172453.041000', '172453.044000', '172453.046000', '172453.049000', '172453.051000', '172453.054000', '172453.057000', '172512.943000', '172512.946000', '172512.949000', '172512.951000', '172512.954000', '172512.957000', '172512.959000', '172512.962000', '172512.965000', '172512.967000', '172512.970000', '172512.973000', '172512.975000', '172512.978000', '172512.981000', '172512.983000', '172512.986000', '172512.989000', '172512.991000', '172512.994000', '172512.997000', '172513.000000', '172513.007000', '172513.010000', '172513.012000', '172513.015000', '172513.018000', '172513.020000', '172513.023000', '172513.026000', '172513.028000', '172513.031000', '172513.034000', '172513.036000', '172513.039000', '172513.042000', '172513.044000', '172513.047000', '172513.049000', '172513.052000', '172513.055000', '172513.057000', '172513.060000', '172532.944000', '172532.947000', '172532.949000', '172532.952000', '172532.955000', '172532.957000', '172532.960000', '172532.962000', '172532.965000', '172532.968000', '172532.970000', '172532.973000', '172532.976000', '172532.978000', '172532.981000', '172532.983000', '172532.986000', '172533.007000', '172533.009000', '172533.012000', '172533.014000', '172533.017000', '172533.020000', '172533.022000', '172533.025000', '172533.027000', '172533.030000', '172533.033000', '172533.035000', '172533.038000', '172533.040000', '172533.043000', '172533.045000', '172533.048000', '172533.051000', '172533.053000', '172533.056000', '172533.059000', '172533.061000', '172533.064000', '172533.066000', '172533.069000', '172533.071000', '172533.074000', '172552.943000', '172552.946000', '172552.949000', '172552.952000', '172552.954000', '172552.957000', '172552.959000', '172552.962000', '172552.965000', '172552.967000', '172552.970000', '172552.973000', '172552.976000', '172552.978000', '172552.981000', '172552.984000', '172552.986000', '172552.989000', '172552.991000', '172552.994000', '172552.997000', '172553.000000', '172553.003000', '172553.005000', '172553.008000', '172553.011000', '172553.015000', '172553.018000', '172553.020000', '172553.023000', '172553.026000', '172553.028000', '172553.031000', '172553.033000', '172553.036000', '172553.039000', '172553.041000', '172553.044000', '172553.046000', '172553.049000', '172553.052000', '172553.054000', '172553.057000', '172612.944000', '172612.947000', '172612.949000', '172612.952000', '172612.955000', '172612.957000', '172612.960000', '172612.962000', '172612.965000', '172612.968000', '172612.970000', '172612.973000', '172612.979000', '172612.982000', '172612.984000', '172612.987000', '172612.990000', '172612.992000', '172612.995000', '172612.998000', '172613.001000', '172613.004000', '172613.006000', '172613.009000', '172613.012000', '172613.014000', '172613.017000', '172613.019000', '172613.022000', '172613.025000', '172613.027000', '172613.030000', '172613.033000', '172613.035000', '172613.038000', '172613.040000', '172613.043000', '172613.045000', '172613.048000', '172613.051000', '172613.053000', '172613.056000', '172613.058000', '172613.061000', '172632.943000', '172632.946000', '172632.949000', '172632.952000', '172632.954000', '172632.957000', '172632.960000', '172632.962000', '172632.965000', '172632.967000', '172632.970000', '172632.973000', '172632.975000', '172632.978000', '172632.980000', '172632.983000', '172632.986000', '172632.988000', '172632.991000', '172632.993000', '172632.996000', '172633.000000', '172633.002000', '172633.005000', '172633.008000', '172633.010000', '172633.013000', '172633.015000', '172633.018000', '172633.021000', '172633.023000', '172633.026000', '172633.029000', '172633.031000', '172633.034000', '172633.037000', '172633.039000', '172633.042000', '172633.044000', '172633.047000', '172633.050000', '172633.052000', '172633.055000', '172652.943000', '172652.945000', '172652.948000', '172652.951000', '172652.954000', '172652.956000', '172652.959000', '172652.962000', '172652.964000', '172652.967000', '172652.969000', '172652.972000', '172652.975000', '172652.977000', '172652.980000', '172652.983000', '172652.985000', '172652.988000', '172652.990000', '172652.993000', '172652.995000', '172652.998000', '172653.002000', '172653.004000', '172653.007000', '172653.009000', '172653.012000', '172653.015000', '172653.017000', '172653.020000', '172653.022000', '172653.025000', '172653.028000', '172653.030000', '172653.033000', '172653.035000', '172653.038000', '172653.041000', '172653.043000', '172653.046000', '172653.048000', '172653.051000', '172653.062000', '172653.064000', '172712.943000', '172712.946000', '172712.949000', '172712.952000', '172712.954000', '172712.957000', '172712.959000', '172712.962000', '172712.965000', '172712.967000', '172712.970000', '172712.972000', '172712.975000', '172712.978000', '172712.980000', '172712.983000', '172712.986000', '172712.989000', '172712.991000', '172712.994000', '172712.998000', '172713.001000', '172713.004000', '172713.006000', '172713.009000', '172713.011000', '172713.014000', '172713.017000', '172713.019000', '172713.022000', '172713.024000', '172713.027000', '172713.030000', '172713.032000', '172713.035000', '172713.038000', '172713.040000', '172713.043000', '172713.045000', '172713.048000', '172713.051000', '172713.055000', '172713.057000', '172732.943000', '172732.946000', '172732.949000', '172732.952000', '172732.955000', '172732.957000', '172732.960000', '172732.963000', '172732.965000', '172732.968000', '172732.970000', '172732.973000', '172732.975000', '172732.978000', '172732.981000', '172732.983000', '172732.986000', '172732.988000', '172732.991000', '172732.994000', '172732.996000', '172733.000000', '172733.002000', '172733.005000', '172733.008000', '172733.010000', '172733.013000', '172733.016000', '172733.019000', '172733.021000', '172733.024000', '172733.027000', '172733.029000', '172733.032000', '172733.034000', '172733.037000', '172733.040000', '172733.042000', '172733.045000', '172733.048000', '172733.050000', '172733.053000', '172733.055000', '172733.058000', '172752.944000', '172752.946000', '172752.949000', '172752.952000', '172752.954000', '172752.957000', '172752.960000', '172752.962000', '172752.965000', '172752.967000', '172752.970000', '172752.973000', '172752.975000', '172752.978000', '172752.981000', '172752.983000', '172752.986000', '172752.989000', '172752.991000', '172752.994000', '172752.996000', '172753.000000', '172753.003000', '172753.006000', '172753.009000', '172753.012000', '172753.015000', '172753.018000', '172753.020000', '172753.023000', '172753.025000', '172753.028000', '172753.031000', '172753.033000', '172753.036000', '172753.039000', '172753.041000', '172753.044000', '172753.046000', '172753.049000', '172753.052000', '172753.054000', '172753.057000', '172812.944000', '172812.947000', '172812.950000', '172812.952000', '172812.955000', '172812.957000', '172812.960000', '172812.963000', '172812.965000', '172812.968000', '172812.971000', '172812.973000', '172812.976000', '172812.978000', '172812.981000', '172812.983000', '172812.986000', '172812.989000', '172812.991000', '172812.994000', '172812.996000', '172813.000000', '172813.003000', '172813.005000', '172813.008000', '172813.011000', '172813.013000', '172813.016000', '172813.018000', '172813.021000', '172813.024000', '172813.026000', '172813.029000', '172813.032000', '172813.034000', '172813.037000', '172813.039000', '172813.042000', '172813.044000', '172813.047000', '172813.050000', '172813.053000', '172813.055000', '172813.058000', '172832.944000', '172832.946000', '172832.949000', '172832.952000', '172832.954000', '172832.957000', '172832.960000', '172832.962000', '172832.965000', '172832.979000', '172832.982000', '172832.985000', '172832.987000', '172832.990000', '172832.992000', '172832.996000', '172832.998000', '172833.002000', '172833.004000', '172833.009000', '172833.011000', '172833.014000', '172833.016000', '172833.019000', '172833.021000', '172833.024000', '172833.027000', '172833.029000', '172833.032000', '172833.034000', '172833.037000', '172833.040000', '172833.043000', '172833.045000', '172833.048000', '172833.050000', '172833.053000', '172833.056000', '172833.058000', '172833.061000', '172833.064000', '172833.066000', '172833.069000', '172852.943000', '172852.946000', '172852.949000', '172852.951000', '172852.954000', '172852.957000', '172852.959000', '172852.962000', '172852.965000', '172852.967000', '172852.970000', '172852.972000', '172852.975000', '172852.978000', '172852.980000', '172852.983000', '172852.985000', '172852.988000', '172852.990000', '172852.993000', '172852.996000', '172852.998000', '172853.002000', '172853.004000', '172853.007000', '172853.010000', '172853.013000', '172853.015000', '172853.018000', '172853.021000', '172853.023000', '172853.026000', '172853.028000', '172853.031000', '172853.034000', '172853.036000', '172853.039000', '172853.042000', '172853.044000', '172853.047000', '172853.049000', '172853.052000', '172853.055000', '172853.057000', '172912.943000', '172912.946000', '172912.949000', '172912.951000', '172912.954000', '172912.956000', '172912.959000', '172912.962000', '172912.964000', '172912.967000', '172912.970000', '172912.973000', '172912.975000', '172912.978000', '172912.980000', '172912.983000', '172912.986000', '172912.988000', '172912.991000', '172912.994000', '172912.996000', '172913.000000', '172913.003000', '172913.005000', '172913.008000', '172913.010000', '172913.013000', '172913.016000', '172913.018000', '172913.021000', '172913.024000', '172913.026000', '172913.029000', '172913.031000', '172913.034000', '172913.037000', '172913.039000', '172913.042000', '172913.045000', '172913.047000', '172913.050000', '172913.052000', '172913.055000', '172919.044000', '172919.047000', '172919.050000', '172919.053000', '172919.056000', '172919.058000', '172919.061000', '172919.064000', '172919.067000', '172919.070000', '172919.072000', '172919.075000', '172919.078000', '172919.081000'], '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': [11823, 14592, 9176, 10336, 7156, 8961, 12026, 8043, 14063, 10077, 14117, 7671, 9106, 13470, 7880, 14706, 11777, 13047, 7768, 12704, 11135, 11253, 15687, 13101, 13044, 7896, 11311, 7799, 11892, 15018, 12000, 12369, 7789, 11780, 7460, 10650, 9581, 11851, 7033, 7919, 13016, 7174, 13084, 9653, 12823, 7328, 8053, 13577, 7506, 12891, 9674, 13896, 8520, 9121, 14502, 7846, 13039, 9548, 13700, 8649, 9462, 12818, 7946, 13755, 9339, 14246, 8910, 10542, 14614, 7750, 11735, 8409, 12334, 10432, 10019, 12951, 7707, 12281, 7449, 12447, 11033, 11582, 13045, 7769, 12402, 7460, 12855, 9137, 13685, 8111, 8984, 7037, 8144, 12049, 11082, 10103, 10210, 10442, 9173, 6926, 12438, 15889, 11698, 14133, 9478, 9809, 12732, 7737, 12306, 7727, 13640, 9096, 9950, 9881, 7832, 13002, 7710, 13502, 9072, 12173, 7204, 9079, 7061, 9474, 15194, 12091, 13369, 7779, 11822, 8981, 11177, 13960, 12622, 13284, 8497, 12731, 8683, 12717, 11341, 12288, 14409, 8709, 11784, 7287, 10047, 13414, 11112, 12759, 7363, 9914, 7277, 8281, 13532, 8379, 12341, 6940, 10206, 7222, 8103, 14168, 10830, 14025, 8658, 9746, 14699, 7631, 12145, 9484, 13045, 12973, 8887, 12924, 7267, 11733, 10680, 11236, 13736, 7652, 12803, 7297, 12015, 9608, 12233, 8124, 8030, 13502, 7276, 12379, 9458, 12884, 13651, 7762, 12983, 8240, 11481, 15505, 13652, 12772, 7536, 11130, 10211, 9124, 14755, 11690, 12672, 7383, 10445, 7142, 8218, 14379, 10112, 12668, 7969, 9021, 13899, 7409, 11929, 9195, 12587, 11174, 8589, 13865, 7309, 11687, 10937, 11056, 13665, 7979, 13129, 8658, 10979, 13064, 12395, 13249, 8196, 13046, 7501, 11515, 8936, 11763, 12832, 9861, 13382, 7846, 12245, 9107, 11576, 12253, 11661, 12460, 7685, 11848, 8435, 10636, 14425, 12444, 12762, 7749, 11479, 7395, 9159, 13041, 9817, 12668, 7621, 11872, 7449, 10439, 10870, 11415, 13933, 7548, 12917, 7704, 12898, 9106, 13457, 9243, 8776, 14586, 8519, 13148, 9733, 13292, 7668, 9084, 9154, 7914, 13645, 9898, 13666, 8110, 9957, 10703, 7912, 14370, 10373, 14022, 8802, 10412, 14540, 7870, 12362, 8806, 10687, 11518, 9262, 12483, 7287, 11719, 7000, 10605, 11848, 10414, 12312, 7449, 11396, 8160, 9598, 15010, 11913, 11551, 7029, 8526, 13820, 7366, 13786, 10441, 12076, 7466, 10438, 14096, 8757, 14017, 9910, 12575, 7174, 8785, 14249, 8515, 14079, 9654, 11825, 7670, 9033, 14655, 7705, 14008, 9960, 13246, 6932, 9293, 12768, 7872, 14059, 10011, 13645, 9122, 9202, 14123, 7601, 13086, 9642, 12434, 9968, 8156, 12879, 7579, 12777, 9500, 13219, 8561, 9139, 7354, 7734, 14201, 10602, 13977, 10330, 10428, 14599, 7937, 12883, 9057, 12116, 11153, 9211, 13278, 7574, 11896, 7284, 12011, 8454, 12323, 7200, 7946, 11107, 7453, 13994, 10355, 13922, 8781, 10010, 11731, 7735, 14834, 11577, 14420, 7436, 10168, 11973, 7732, 14179, 10807, 12194, 7448, 9367, 10788, 8358, 14453, 10420, 12327, 7261, 9766, 7818, 9426, 15511, 12439, 13121, 7803, 11580, 8232, 9050, 15090, 11885, 13593, 7692, 11774, 8076, 8744, 14998, 11426, 13691, 8053, 8099, 7287, 11057, 10890, 9444, 14528, 11716, 12285, 7742, 12618, 7784, 13019, 9959, 13504, 11654, 9376, 13626, 7727, 11961, 12145, 11195, 14373, 7842, 12083, 7675, 9888, 9873, 9726, 13594, 7938, 12749, 7551, 10241, 13808, 8979, 13440, 8380, 11663, 8896, 7848, 12873, 7270, 12666, 7472, 11617, 7147, 8729, 14056, 7760, 13924, 9993, 12511, 8877, 9038, 14933, 9916, 13709, 9796, 11241, 7399, 8362, 14321, 8405, 14269, 10185, 12562, 7278, 9494, 14600, 8114, 13869, 9925, 12461, 7392, 8239, 7548, 7920, 9583, 10685, 8820, 14074, 8587, 11572, 15362, 10676, 13894, 9683, 10702, 9096, 7762, 13934, 8799, 13540, 9278, 11558, 7010, 7710, 13626, 7002, 13196, 9860, 12211, 7054, 8127, 14459, 8306, 13144, 9857, 12785, 7737, 8451, 14303, 8885, 13370, 9526, 12192, 14274, 8077, 13111, 8548, 10689, 12673, 11376, 14034, 7914, 12556, 7352, 10810, 11669, 9891, 14270, 8182, 12759, 7109, 10496, 8720, 10686, 14932, 11903, 12240, 7394, 10527, 10389, 9200, 14699, 10521, 12399, 7237, 10513, 7372, 10044, 15268, 12902, 12528, 7711, 12733, 9223, 12792, 12627, 12201, 13602, 8704, 13937, 9167, 14083, 10395, 11794, 7547, 8778, 10992, 7763, 12849, 9048, 13282, 7082, 8914, 12423, 7641, 12756, 8548, 13447, 8701, 9296, 12844, 7761, 12197, 7324, 12627, 9003, 13057, 6867, 8761, 7148, 7214, 13944, 10027, 12934, 7218, 11449, 15356, 9828, 13360, 9125, 10363, 13750, 7720, 12528, 8869, 10609, 14627, 9506, 12037, 7544, 10473, 6823, 9887, 10223, 9495, 9910, 7421, 13442, 8964, 11243, 12947, 11884, 13212, 7862, 13319, 9532, 10722, 15093, 11819, 11383, 7329, 10305, 10874, 8775, 14338, 11424, 11175, 6793, 8394, 14265, 7337, 13709, 9253, 11667, 7366, 8889, 14917, 8980, 13991, 9800, 11607, 6796, 9278, 15001, 9074, 13375, 9533, 11478, 13848, 8337, 12826, 8272, 9441, 15170, 10716, 12428, 7318, 10201, 12681, 7460, 13698, 10138, 10726, 7139, 7635, 13711, 7438, 12905, 8970, 10576, 7396, 8288, 14585, 7945, 14241, 11513, 13539, 7842, 12660, 8716, 10113, 15168, 12321, 13917, 8213, 12267, 7223, 11038, 8675, 12994, 9214, 8924, 14262, 7716, 12753, 8058, 13388, 9434, 10070, 7426, 8023, 8779, 7381, 14534, 11124, 13881, 7929, 12692, 13422, 10486, 14947, 10444, 11301, 7303, 7996, 12458, 7160, 12905, 8215, 11138, 7372, 8779, 7252, 8830, 14676, 11421, 12015, 7321, 11571, 8996, 9708, 14161, 11351, 13772, 8573, 10754, 7406, 8382, 12907, 7244, 13540, 10177, 11691, 7534, 9221, 13100, 8634, 14660, 10835, 12111, 7634, 8552, 14735, 8922, 13523, 9790, 12707, 7329, 8283, 14429, 9010, 13439, 9471, 14165, 9259, 9135, 13473, 7779, 13211, 9855, 13625, 8751, 9258, 14132, 7757, 14099, 9984, 12458, 6937, 9136, 14290, 7451, 13767, 10277, 11868, 7259, 9604, 8368, 9350, 14725, 11270, 12700, 7340, 10742, 11072, 8382, 14710, 10853, 12055, 7363, 9387, 10926, 7551, 14304, 10371, 12528, 7350, 9861, 7206, 8142, 14553, 11708, 12631, 7667, 13318], 'WindowCenter': [4114.0, 4116.0, 4051.0, 4061.0, 4006.0, 4036.0, 4066.0, 4013.0, 4075.0, 4053.0, 4078.0, 4021.0, 4044.0, 4083.0, 4024.0, 4094.0, 4065.0, 4084.0, 4013.0, 4075.0, 4062.0, 4054.0, 4073.0, 4065.0, 4071.0, 4003.0, 4041.0, 4001.0, 4061.0, 4080.0, 4060.0, 4051.0, 4009.0, 4055.0, 3999.0, 4052.0, 4040.0, 4052.0, 4000.0, 4022.0, 4062.0, 3994.0, 4074.0, 4034.0, 4075.0, 4001.0, 4017.0, 4075.0, 4005.0, 4075.0, 4033.0, 4085.0, 4022.0, 4037.0, 4083.0, 4015.0, 4067.0, 4034.0, 4077.0, 4032.0, 4044.0, 4065.0, 4016.0, 4084.0, 4034.0, 4078.0, 4022.0, 4053.0, 4074.0, 4004.0, 4052.0, 4022.0, 4066.0, 4043.0, 4053.0, 4064.0, 4012.0, 4072.0, 4004.0, 4074.0, 4055.0, 4054.0, 4071.0, 4015.0, 4065.0, 4005.0, 4078.0, 4034.0, 4085.0, 4020.0, 4043.0, 3993.0, 4027.0, 4085.0, 4077.0, 4054.0, 4056.0, 4055.0, 4055.0, 4007.0, 4081.0, 4101.0, 4068.0, 4076.0, 4032.0, 4035.0, 4052.0, 4000.0, 4055.0, 4001.0, 4076.0, 4022.0, 4041.0, 4039.0, 4000.0, 4063.0, 4001.0, 4061.0, 4023.0, 4051.0, 4009.0, 4032.0, 3992.0, 4049.0, 4086.0, 4068.0, 4078.0, 4016.0, 4074.0, 4042.0, 4065.0, 4083.0, 4068.0, 4065.0, 4022.0, 4065.0, 4024.0, 4073.0, 4043.0, 4062.0, 4063.0, 4031.0, 4059.0, 3992.0, 4040.0, 4062.0, 4052.0, 4071.0, 4010.0, 4040.0, 3999.0, 4031.0, 4075.0, 4025.0, 4064.0, 4013.0, 4044.0, 4004.0, 4024.0, 4078.0, 4055.0, 4078.0, 4032.0, 4033.0, 4074.0, 4004.0, 4064.0, 4031.0, 4077.0, 4064.0, 4042.0, 4065.0, 4010.0, 4067.0, 4044.0, 4056.0, 4075.0, 4022.0, 4062.0, 4004.0, 4074.0, 4034.0, 4066.0, 4013.0, 4023.0, 4073.0, 4005.0, 4067.0, 4043.0, 4078.0, 4076.0, 4024.0, 4084.0, 4033.0, 4066.0, 4088.0, 4076.0, 4068.0, 4022.0, 4063.0, 4043.0, 4033.0, 4074.0, 4053.0, 4062.0, 4011.0, 4047.0, 3990.0, 4026.0, 4075.0, 4046.0, 4067.0, 4015.0, 4043.0, 4074.0, 4012.0, 4064.0, 4035.0, 4064.0, 4053.0, 4026.0, 4082.0, 4006.0, 4067.0, 4044.0, 4054.0, 4075.0, 4015.0, 4066.0, 4032.0, 4063.0, 4071.0, 4065.0, 4072.0, 4021.0, 4064.0, 4000.0, 4055.0, 4022.0, 4055.0, 4064.0, 4035.0, 4063.0, 4014.0, 4062.0, 4031.0, 4055.0, 4051.0, 4054.0, 4070.0, 4005.0, 4062.0, 4020.0, 4042.0, 4071.0, 4063.0, 4063.0, 4004.0, 4061.0, 3989.0, 4036.0, 4071.0, 4051.0, 4072.0, 4012.0, 4072.0, 4011.0, 4058.0, 4064.0, 4065.0, 4076.0, 4023.0, 4073.0, 4013.0, 4085.0, 4032.0, 4085.0, 4034.0, 4025.0, 4075.0, 4025.0, 4072.0, 4031.0, 4077.0, 4010.0, 4033.0, 4041.0, 4023.0, 4077.0, 4046.0, 4074.0, 4022.0, 4054.0, 4044.0, 4023.0, 4077.0, 4053.0, 4079.0, 4021.0, 4053.0, 4073.0, 4021.0, 4065.0, 4031.0, 4052.0, 4053.0, 4035.0, 4063.0, 4006.0, 4055.0, 3994.0, 4063.0, 4056.0, 4055.0, 4065.0, 4012.0, 4064.0, 4013.0, 4046.0, 4084.0, 4066.0, 4061.0, 4000.0, 4033.0, 4075.0, 4003.0, 4077.0, 4057.0, 4074.0, 4005.0, 4058.0, 4076.0, 4026.0, 4078.0, 4044.0, 4066.0, 3991.0, 4033.0, 4076.0, 4034.0, 4084.0, 4036.0, 4057.0, 4014.0, 4038.0, 4086.0, 4014.0, 4078.0, 4054.0, 4085.0, 3994.0, 4036.0, 4072.0, 4013.0, 4084.0, 4045.0, 4077.0, 4021.0, 4043.0, 4081.0, 4004.0, 4064.0, 4031.0, 4064.0, 4030.0, 4011.0, 4063.0, 4009.0, 4072.0, 4031.0, 4071.0, 4012.0, 4033.0, 4003.0, 4011.0, 4077.0, 4045.0, 4076.0, 4032.0, 4045.0, 4076.0, 4010.0, 4051.0, 4023.0, 4054.0, 4040.0, 4023.0, 4052.0, 4008.0, 4060.0, 3999.0, 4052.0, 4012.0, 4072.0, 3992.0, 4022.0, 4054.0, 4004.0, 4074.0, 4046.0, 4078.0, 4024.0, 4054.0, 4065.0, 4023.0, 4094.0, 4056.0, 4088.0, 4003.0, 4053.0, 4053.0, 4015.0, 4076.0, 4056.0, 4072.0, 4001.0, 4043.0, 4055.0, 4025.0, 4073.0, 4054.0, 4073.0, 4004.0, 4053.0, 4000.0, 4043.0, 4085.0, 4064.0, 4065.0, 4004.0, 4064.0, 4011.0, 4043.0, 4086.0, 4064.0, 4074.0, 4005.0, 4054.0, 4021.0, 4033.0, 4083.0, 4062.0, 4075.0, 4014.0, 4011.0, 4003.0, 4056.0, 4054.0, 4042.0, 4076.0, 4075.0, 4066.0, 4024.0, 4074.0, 4018.0, 4080.0, 4045.0, 4080.0, 4056.0, 4038.0, 4077.0, 4015.0, 4065.0, 4065.0, 4056.0, 4075.0, 4022.0, 4072.0, 4001.0, 4053.0, 4045.0, 4054.0, 4083.0, 4026.0, 4078.0, 4023.0, 4054.0, 4076.0, 4037.0, 4075.0, 4026.0, 4058.0, 4022.0, 4023.0, 4076.0, 4003.0, 4084.0, 4017.0, 4068.0, 4005.0, 4039.0, 4088.0, 4017.0, 4089.0, 4048.0, 4080.0, 4036.0, 4038.0, 4087.0, 4047.0, 4085.0, 4033.0, 4054.0, 4003.0, 4024.0, 4075.0, 4026.0, 4076.0, 4044.0, 4067.0, 4005.0, 4046.0, 4093.0, 4016.0, 4084.0, 4050.0, 4086.0, 4013.0, 4029.0, 4016.0, 4048.0, 4069.0, 4070.0, 4050.0, 4103.0, 4038.0, 4079.0, 4101.0, 4059.0, 4076.0, 4034.0, 4056.0, 4022.0, 4016.0, 4077.0, 4035.0, 4078.0, 4042.0, 4056.0, 3992.0, 4003.0, 4081.0, 4002.0, 4076.0, 4047.0, 4065.0, 3992.0, 4017.0, 4077.0, 4024.0, 4077.0, 4046.0, 4065.0, 4003.0, 4026.0, 4076.0, 4035.0, 4078.0, 4034.0, 4066.0, 4083.0, 4015.0, 4066.0, 4031.0, 4046.0, 4071.0, 4053.0, 4075.0, 4022.0, 4071.0, 4010.0, 4056.0, 4055.0, 4045.0, 4073.0, 4012.0, 4073.0, 3993.0, 4053.0, 4022.0, 4058.0, 4087.0, 4068.0, 4074.0, 4012.0, 4057.0, 4044.0, 4037.0, 4086.0, 4057.0, 4066.0, 4013.0, 4056.0, 4002.0, 4048.0, 4085.0, 4080.0, 4065.0, 4016.0, 4084.0, 4035.0, 4079.0, 4066.0, 4068.0, 4083.0, 4024.0, 4076.0, 4033.0, 4075.0, 4043.0, 4064.0, 4001.0, 4033.0, 4043.0, 4003.0, 4072.0, 4032.0, 4077.0, 3991.0, 4033.0, 4064.0, 4022.0, 4067.0, 4023.0, 4083.0, 4024.0, 4037.0, 4064.0, 4002.0, 4054.0, 4005.0, 4067.0, 4036.0, 4079.0, 3996.0, 4035.0, 4006.0, 4019.0, 4087.0, 4059.0, 4088.0, 4025.0, 4068.0, 4089.0, 4046.0, 4079.0, 4036.0, 4048.0, 4072.0, 4005.0, 4074.0, 4022.0, 4053.0, 4074.0, 4042.0, 4061.0, 4002.0, 4052.0, 3983.0, 4054.0, 4053.0, 4048.0, 4044.0, 4017.0, 4085.0, 4038.0, 4067.0, 4067.0, 4076.0, 4066.0, 4017.0, 4077.0, 4042.0, 4064.0, 4075.0, 4064.0, 4052.0, 4011.0, 4046.0, 4044.0, 4025.0, 4075.0, 4055.0, 4055.0, 3984.0, 4015.0, 4075.0, 4005.0, 4084.0, 4035.0, 4054.0, 4000.0, 4034.0, 4083.0, 4034.0, 4083.0, 4045.0, 4063.0, 3984.0, 4042.0, 4076.0, 4035.0, 4078.0, 4034.0, 4063.0, 4075.0, 4015.0, 4072.0, 4020.0, 4034.0, 4074.0, 4045.0, 4072.0, 4004.0, 4045.0, 4072.0, 4004.0, 4073.0, 4041.0, 4052.0, 3981.0, 4011.0, 4062.0, 4012.0, 4067.0, 4022.0, 4065.0, 4002.0, 4028.0, 4095.0, 4028.0, 4095.0, 4068.0, 4086.0, 4017.0, 4079.0, 4026.0, 4044.0, 4075.0, 4067.0, 4083.0, 4022.0, 4063.0, 4001.0, 4054.0, 4025.0, 4078.0, 4035.0, 4037.0, 4074.0, 4017.0, 4066.0, 4026.0, 4078.0, 4036.0, 4048.0, 4005.0, 4028.0, 4037.0, 4019.0, 4090.0, 4071.0, 4091.0, 4029.0, 4089.0, 4079.0, 4066.0, 4098.0, 4058.0, 4057.0, 4004.0, 4013.0, 4066.0, 4006.0, 4067.0, 4029.0, 4058.0, 4004.0, 4036.0, 4006.0, 4037.0, 4089.0, 4070.0, 4076.0, 4007.0, 4070.0, 4036.0, 4047.0, 4076.0, 4056.0, 4078.0, 4025.0, 4064.0, 4005.0, 4035.0, 4077.0, 4015.0, 4078.0, 4060.0, 4069.0, 4018.0, 4050.0, 4079.0, 4039.0, 4089.0, 4058.0, 4068.0, 4005.0, 4034.0, 4087.0, 4037.0, 4077.0, 4052.0, 4075.0, 4004.0, 4025.0, 4083.0, 4027.0, 4077.0, 4041.0, 4084.0, 4023.0, 4033.0, 4071.0, 4004.0, 4063.0, 4041.0, 4077.0, 4023.0, 4036.0, 4072.0, 4010.0, 4075.0, 4032.0, 4073.0, 3992.0, 4042.0, 4073.0, 4004.0, 4073.0, 4045.0, 4055.0, 4005.0, 4036.0, 4024.0, 4044.0, 4086.0, 4065.0, 4063.0, 4002.0, 4064.0, 4055.0, 4026.0, 4084.0, 4064.0, 4066.0, 4005.0, 4036.0, 4056.0, 4024.0, 4088.0, 4047.0, 4075.0, 4007.0, 4049.0, 4007.0, 4029.0, 4090.0, 4071.0, 4087.0, 4019.0, 4090.0], 'WindowWidth': [9140.0, 9129.0, 9028.0, 9040.0, 8959.0, 9000.0, 9037.0, 8966.0, 9049.0, 9023.0, 9055.0, 8978.0, 9012.0, 9063.0, 8980.0, 9079.0, 9036.0, 9064.0, 8964.0, 9055.0, 9033.0, 9018.0, 9042.0, 9032.0, 9041.0, 8945.0, 8994.0, 8940.0, 9030.0, 9052.0, 9027.0, 9007.0, 8960.0, 9016.0, 8944.0, 9019.0, 9000.0, 9013.0, 8947.0, 8980.0, 9024.0, 8938.0, 9044.0, 8992.0, 9047.0, 8944.0, 8971.0, 9046.0, 8954.0, 9048.0, 8990.0, 9069.0, 8974.0, 9000.0, 9063.0, 8967.0, 9038.0, 8993.0, 9052.0, 8994.0, 9007.0, 9033.0, 8971.0, 9065.0, 8992.0, 9056.0, 8973.0, 9023.0, 9044.0, 8951.0, 9012.0, 8974.0, 9035.0, 9001.0, 9022.0, 9029.0, 8960.0, 9045.0, 8953.0, 9054.0, 9020.0, 9017.0, 9044.0, 8967.0, 9032.0, 8955.0, 9054.0, 8991.0, 9068.0, 8975.0, 9010.0, 8936.0, 8985.0, 9069.0, 9063.0, 9021.0, 9026.0, 9021.0, 9031.0, 8963.0, 9068.0, 9094.0, 9044.0, 9052.0, 8985.0, 8991.0, 9011.0, 8941.0, 9016.0, 8942.0, 9047.0, 8972.0, 9003.0, 8998.0, 8941.0, 9026.0, 8944.0, 9024.0, 8974.0, 9010.0, 8960.0, 8987.0, 8934.0, 9017.0, 9065.0, 9042.0, 9053.0, 8970.0, 9052.0, 9008.0, 9042.0, 9064.0, 9040.0, 9032.0, 8974.0, 9033.0, 8976.0, 9051.0, 9000.0, 9034.0, 9026.0, 8989.0, 9024.0, 8930.0, 9002.0, 9025.0, 9012.0, 9042.0, 8963.0, 9002.0, 8940.0, 8992.0, 9046.0, 8981.0, 9031.0, 8971.0, 9005.0, 8951.0, 8987.0, 9055.0, 9022.0, 9056.0, 8994.0, 8989.0, 9044.0, 8950.0, 9032.0, 8985.0, 9051.0, 9031.0, 9007.0, 9032.0, 8963.0, 9038.0, 9003.0, 9023.0, 9045.0, 8982.0, 9026.0, 8952.0, 9053.0, 8990.0, 9037.0, 8963.0, 8984.0, 9043.0, 8956.0, 9040.0, 9004.0, 9057.0, 9049.0, 8987.0, 9066.0, 8997.0, 9039.0, 9068.0, 9050.0, 9038.0, 8981.0, 9037.0, 9000.0, 8989.0, 9044.0, 9014.0, 9026.0, 8965.0, 9010.0, 8929.0, 8984.0, 9048.0, 9010.0, 9039.0, 8967.0, 9010.0, 9044.0, 8968.0, 9032.0, 8992.0, 9032.0, 9015.0, 8983.0, 9059.0, 8955.0, 9038.0, 9003.0, 9018.0, 9045.0, 8967.0, 9036.0, 8992.0, 9037.0, 9044.0, 9034.0, 9045.0, 8978.0, 9028.0, 8948.0, 9019.0, 8972.0, 9020.0, 9030.0, 8993.0, 9027.0, 8964.0, 9033.0, 8990.0, 9022.0, 9012.0, 9017.0, 9041.0, 8954.0, 9032.0, 8973.0, 9001.0, 9037.0, 9028.0, 9026.0, 8951.0, 9029.0, 8927.0, 8995.0, 9045.0, 9020.0, 9047.0, 8962.0, 9048.0, 8968.0, 9027.0, 9038.0, 9036.0, 9048.0, 8985.0, 9050.0, 8965.0, 9070.0, 8987.0, 9068.0, 8990.0, 8980.0, 9045.0, 8979.0, 9048.0, 8983.0, 9050.0, 8963.0, 8996.0, 9004.0, 8984.0, 9052.0, 9010.0, 9047.0, 8982.0, 9025.0, 9004.0, 8983.0, 9052.0, 9024.0, 9056.0, 8971.0, 9022.0, 9041.0, 8977.0, 9030.0, 8989.0, 9019.0, 9012.0, 8991.0, 9027.0, 8955.0, 9017.0, 8939.0, 9038.0, 9022.0, 9021.0, 9032.0, 8969.0, 9040.0, 8962.0, 9010.0, 9058.0, 9036.0, 9030.0, 8949.0, 8996.0, 9045.0, 8952.0, 9052.0, 9024.0, 9050.0, 8955.0, 9028.0, 9050.0, 8982.0, 9054.0, 9005.0, 9036.0, 8932.0, 8998.0, 9049.0, 8999.0, 9065.0, 8996.0, 9023.0, 8965.0, 9001.0, 9062.0, 8967.0, 9054.0, 9025.0, 9067.0, 8938.0, 8997.0, 9047.0, 8964.0, 9065.0, 9007.0, 9051.0, 8971.0, 9008.0, 9057.0, 8949.0, 9031.0, 8981.0, 9029.0, 8979.0, 8957.0, 9025.0, 8959.0, 9047.0, 8984.0, 9046.0, 8959.0, 8987.0, 8948.0, 8966.0, 9051.0, 9007.0, 9049.0, 8985.0, 9005.0, 9046.0, 8960.0, 9009.0, 8973.0, 9016.0, 8992.0, 8973.0, 9008.0, 8957.0, 9025.0, 8947.0, 9013.0, 8957.0, 9047.0, 8931.0, 8982.0, 9017.0, 8955.0, 9046.0, 9010.0, 9055.0, 8979.0, 9027.0, 9032.0, 8985.0, 9080.0, 9024.0, 9067.0, 8950.0, 9022.0, 9015.0, 8966.0, 9047.0, 9022.0, 9045.0, 8946.0, 9009.0, 9020.0, 8981.0, 9042.0, 9024.0, 9048.0, 8951.0, 9021.0, 8942.0, 9010.0, 9061.0, 9033.0, 9033.0, 8953.0, 9038.0, 8958.0, 9011.0, 9062.0, 9033.0, 9044.0, 8954.0, 9018.0, 8976.0, 8996.0, 9056.0, 9035.0, 9047.0, 8966.0, 8956.0, 8948.0, 9021.0, 9018.0, 9009.0, 9049.0, 9055.0, 9036.0, 8988.0, 9052.0, 8975.0, 9061.0, 9010.0, 9061.0, 9024.0, 9001.0, 9051.0, 8968.0, 9035.0, 9032.0, 9021.0, 9046.0, 8980.0, 9045.0, 8945.0, 9024.0, 9006.0, 9026.0, 9065.0, 8985.0, 9053.0, 8983.0, 9028.0, 9051.0, 8998.0, 9048.0, 8982.0, 9027.0, 8971.0, 8982.0, 9049.0, 8953.0, 9067.0, 8974.0, 9042.0, 8957.0, 9005.0, 9070.0, 8977.0, 9071.0, 9017.0, 9059.0, 8996.0, 9002.0, 9066.0, 9013.0, 9068.0, 8990.0, 9018.0, 8949.0, 8978.0, 9046.0, 8983.0, 9050.0, 9006.0, 9036.0, 8953.0, 9010.0, 9078.0, 8970.0, 9066.0, 9020.0, 9070.0, 8972.0, 8992.0, 8970.0, 9028.0, 9055.0, 9051.0, 9024.0, 9097.0, 9005.0, 9063.0, 9093.0, 9031.0, 9051.0, 8992.0, 9022.0, 8973.0, 8970.0, 9050.0, 8995.0, 9052.0, 9005.0, 9022.0, 8932.0, 8949.0, 9057.0, 8956.0, 9049.0, 9010.0, 9036.0, 8935.0, 8972.0, 9050.0, 8978.0, 9052.0, 9008.0, 9033.0, 8947.0, 8982.0, 9049.0, 8993.0, 9055.0, 8990.0, 9036.0, 9061.0, 8966.0, 9032.0, 8989.0, 9008.0, 9044.0, 9015.0, 9045.0, 8980.0, 9043.0, 8962.0, 9022.0, 9018.0, 9007.0, 9041.0, 8960.0, 9048.0, 8936.0, 9023.0, 8974.0, 9028.0, 9064.0, 9040.0, 9050.0, 8968.0, 9025.0, 9004.0, 9000.0, 9062.0, 9024.0, 9036.0, 8971.0, 9024.0, 8949.0, 9016.0, 9062.0, 9060.0, 9034.0, 8970.0, 9067.0, 8995.0, 9058.0, 9036.0, 9042.0, 9063.0, 8978.0, 9047.0, 8990.0, 9049.0, 9001.0, 9033.0, 8944.0, 8996.0, 9000.0, 8950.0, 9047.0, 8993.0, 9050.0, 8930.0, 8990.0, 9030.0, 8981.0, 9036.0, 8976.0, 9064.0, 8977.0, 8996.0, 9028.0, 8947.0, 9016.0, 8955.0, 9038.0, 8996.0, 9055.0, 8943.0, 8996.0, 8958.0, 8979.0, 9067.0, 9034.0, 9077.0, 8991.0, 9045.0, 9072.0, 9011.0, 9057.0, 8993.0, 9012.0, 9047.0, 8952.0, 9050.0, 8971.0, 9020.0, 9043.0, 9006.0, 9027.0, 8946.0, 9018.0, 8923.0, 9024.0, 9022.0, 9014.0, 9004.0, 8975.0, 9069.0, 9002.0, 9040.0, 9038.0, 9058.0, 9036.0, 8972.0, 9052.0, 9007.0, 9039.0, 9046.0, 9037.0, 9010.0, 8964.0, 9008.0, 9002.0, 8980.0, 9045.0, 9020.0, 9017.0, 8924.0, 8967.0, 9046.0, 8954.0, 9063.0, 8993.0, 9017.0, 8950.0, 8997.0, 9062.0, 8990.0, 9062.0, 9006.0, 9033.0, 8925.0, 9009.0, 9049.0, 8994.0, 9055.0, 8989.0, 9036.0, 9044.0, 8966.0, 9045.0, 8974.0, 8990.0, 9042.0, 9005.0, 9046.0, 8950.0, 9007.0, 9044.0, 8950.0, 9040.0, 9002.0, 9018.0, 8916.0, 8965.0, 9024.0, 8967.0, 9036.0, 8974.0, 9040.0, 8948.0, 8988.0, 9081.0, 8990.0, 9083.0, 9042.0, 9071.0, 8972.0, 9058.0, 8981.0, 9006.0, 9048.0, 9037.0, 9063.0, 8981.0, 9034.0, 8945.0, 9018.0, 8979.0, 9054.0, 8994.0, 8998.0, 9044.0, 8971.0, 9036.0, 8985.0, 9054.0, 8996.0, 9014.0, 8956.0, 8989.0, 9000.0, 8982.0, 9077.0, 9052.0, 9077.0, 8992.0, 9081.0, 9058.0, 9047.0, 9091.0, 9028.0, 9025.0, 8950.0, 8964.0, 9035.0, 8957.0, 9037.0, 8989.0, 9026.0, 8953.0, 8997.0, 8957.0, 9001.0, 9073.0, 9048.0, 9056.0, 8962.0, 9046.0, 8994.0, 9009.0, 9048.0, 9022.0, 9053.0, 8980.0, 9038.0, 8954.0, 9001.0, 9052.0, 8972.0, 9057.0, 9037.0, 9045.0, 8977.0, 9021.0, 9057.0, 9006.0, 9072.0, 9030.0, 9041.0, 8954.0, 9000.0, 9064.0, 8999.0, 9052.0, 9020.0, 9055.0, 8950.0, 8981.0, 9063.0, 8984.0, 9051.0, 9004.0, 9065.0, 8973.0, 8987.0, 9043.0, 8949.0, 9027.0, 9003.0, 9050.0, 8973.0, 8994.0, 9038.0, 8963.0, 9044.0, 8984.0, 9046.0, 8931.0, 9006.0, 9038.0, 8951.0, 9042.0, 9005.0, 9018.0, 8951.0, 8995.0, 8977.0, 9012.0, 9063.0, 9041.0, 9029.0, 8948.0, 9039.0, 9017.0, 8983.0, 9065.0, 9038.0, 9034.0, 8953.0, 8996.0, 9020.0, 8988.0, 9068.0, 9013.0, 9054.0, 8960.0, 9016.0, 8959.0, 8994.0, 9074.0, 9049.0, 9074.0, 8980.0, 9074.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.00023616091954022992</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015255362873563216</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.712273223417775</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1835842860184118</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9995242443268118</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4781</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4104.2817</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07597646149381333</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.3793103448275863</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.422521158956327</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3380883078919945</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.752430570740578</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.177044598236409</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00496167</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022213291376829147</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023719435557723045</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.5816644822033257</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>31.0393</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9719</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.8627</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301980.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>840.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.7457</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7217</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.4546</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3209.8253</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3423.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74564.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>870.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4318.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>955.6945</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.688374172430485</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> |