=== 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-0100 --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-0100",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0100_ses-03_task-social_acq-mb8_run-04_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-0100_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-04_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-0100/ses-03/func/sub-0100_ses-03_task-social_acq-mb8_run-04_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>fd7ce8cf94b818df3d9807ccf721a6d7</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>09:26:42.515000</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.998857, 0.0099587, 0.0467509, -0.000522931, 0.980274, -0.197642]</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-04_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.116302</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4225, -7755, -7222, 72, -151, -77, 69, 59]</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>305.621</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>337bff83-63a8-4881-a32f-84396d0c116a||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.6798601150512695, -0.0014029855374246836, 0.1290517896413803, 109.62295532226562], [-0.026718467473983765, 2.6300039291381836, -0.5329564809799194, -74.9377212524414], [0.12542924284934998, 0.530258059501648, 2.6437289714813232, -102.9595718383789], [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': ['092642.515000', '092642.975000', '092643.435000', '092643.895000', '092644.355000', '092644.815000', '092645.275000', '092645.735000', '092646.195000', '092646.655000', '092647.115000', '092647.575000', '092648.035000', '092648.495000', '092648.955000', '092649.415000', '092649.875000', '092650.335000', '092650.795000', '092651.255000', '092651.715000', '092652.175000', '092652.635000', '092653.095000', '092653.555000', '092654.015000', '092654.475000', '092654.935000', '092655.395000', '092655.855000', '092656.315000', '092656.775000', '092657.235000', '092657.695000', '092658.155000', '092658.615000', '092659.075000', '092659.535000', '092659.995000', '092700.455000', '092700.915000', '092701.375000', '092701.835000', '092702.295000', '092702.755000', '092703.215000', '092703.675000', '092704.135000', '092704.595000', '092705.055000', '092705.515000', '092705.975000', '092706.435000', '092706.895000', '092707.355000', '092707.815000', '092708.275000', '092708.735000', '092709.195000', '092709.655000', '092710.115000', '092710.575000', '092711.035000', '092711.495000', '092711.955000', '092712.415000', '092712.875000', '092713.335000', '092713.795000', '092714.255000', '092714.715000', '092715.175000', '092715.635000', '092716.095000', '092716.555000', '092717.015000', '092717.475000', '092717.935000', '092718.395000', '092718.855000', '092719.315000', '092719.775000', '092720.235000', '092720.695000', '092721.155000', '092721.615000', '092722.075000', '092722.535000', '092722.995000', '092723.455000', '092723.915000', '092724.375000', '092724.835000', '092725.295000', '092725.755000', '092726.215000', '092726.675000', '092727.135000', '092727.595000', '092728.055000', '092728.515000', '092728.975000', '092729.435000', '092729.895000', '092730.355000', '092730.815000', '092731.275000', '092731.735000', '092732.195000', '092732.655000', '092733.115000', '092733.575000', '092734.035000', '092734.495000', '092734.955000', '092735.415000', '092735.875000', '092736.335000', '092736.795000', '092737.255000', '092737.715000', '092738.175000', '092738.635000', '092739.095000', '092739.555000', '092740.015000', '092740.475000', '092740.935000', '092741.395000', '092741.855000', '092742.315000', '092742.775000', '092743.235000', '092743.695000', '092744.155000', '092744.615000', '092745.075000', '092745.535000', '092745.995000', '092746.455000', '092746.915000', '092747.375000', '092747.835000', '092748.295000', '092748.755000', '092749.215000', '092749.675000', '092750.135000', '092750.595000', '092751.055000', '092751.515000', '092751.975000', '092752.435000', '092752.895000', '092753.355000', '092753.815000', '092754.275000', '092754.735000', '092755.195000', '092755.655000', '092756.115000', '092756.575000', '092757.035000', '092757.495000', '092757.955000', '092758.415000', '092758.875000', '092759.335000', '092759.795000', '092800.255000', '092800.715000', '092801.175000', '092801.635000', '092802.095000', '092802.555000', '092803.015000', '092803.475000', '092803.935000', '092804.395000', '092804.855000', '092805.315000', '092805.775000', '092806.235000', '092806.695000', '092807.155000', '092807.615000', '092808.075000', '092808.535000', '092808.995000', '092809.455000', '092809.915000', '092810.375000', '092810.835000', '092811.295000', '092811.755000', '092812.215000', '092812.675000', '092813.135000', '092813.595000', '092814.055000', '092814.515000', '092814.975000', '092815.435000', '092815.895000', '092816.355000', '092816.815000', '092817.275000', '092817.735000', '092818.195000', '092818.655000', '092819.115000', '092819.575000', '092820.035000', '092820.495000', '092820.955000', '092821.415000', '092821.875000', '092822.335000', '092822.795000', '092823.255000', '092823.715000', '092824.175000', '092824.635000', '092825.095000', '092825.555000', '092826.015000', '092826.475000', '092826.935000', '092827.395000', '092827.855000', '092828.315000', '092828.775000', '092829.235000', '092829.695000', '092830.155000', '092830.615000', '092831.075000', '092831.535000', '092831.995000', '092832.455000', '092832.915000', '092833.375000', '092833.835000', '092834.295000', '092834.755000', '092835.215000', '092835.675000', '092836.135000', '092836.595000', '092837.055000', '092837.515000', '092837.975000', '092838.435000', '092838.895000', '092839.355000', '092839.815000', '092840.275000', '092840.735000', '092841.195000', '092841.655000', '092842.115000', '092842.575000', '092843.035000', '092843.495000', '092843.955000', '092844.415000', '092844.875000', '092845.335000', '092845.795000', '092846.255000', '092846.715000', '092847.175000', '092847.635000', '092848.095000', '092848.555000', '092849.015000', '092849.475000', '092849.935000', '092850.395000', '092850.855000', '092851.315000', '092851.775000', '092852.235000', '092852.695000', '092853.155000', '092853.615000', '092854.075000', '092854.535000', '092854.995000', '092855.455000', '092855.915000', '092856.375000', '092856.835000', '092857.295000', '092857.755000', '092858.215000', '092858.675000', '092859.135000', '092859.595000', '092900.055000', '092900.515000', '092900.975000', '092901.435000', '092901.895000', '092902.355000', '092902.815000', '092903.275000', '092903.735000', '092904.195000', '092904.655000', '092905.115000', '092905.575000', '092906.035000', '092906.495000', '092906.955000', '092907.415000', '092907.875000', '092908.335000', '092908.795000', '092909.255000', '092909.715000', '092910.175000', '092910.635000', '092911.095000', '092911.555000', '092912.015000', '092912.475000', '092912.935000', '092913.395000', '092913.855000', '092914.315000', '092914.775000', '092915.235000', '092915.695000', '092916.155000', '092916.615000', '092917.075000', '092917.535000', '092917.995000', '092918.455000', '092918.915000', '092919.375000', '092919.835000', '092920.295000', '092920.755000', '092921.215000', '092921.675000', '092922.135000', '092922.595000', '092923.055000', '092923.515000', '092923.975000', '092924.435000', '092924.895000', '092925.355000', '092925.815000', '092926.275000', '092926.735000', '092927.195000', '092927.655000', '092928.115000', '092928.575000', '092929.035000', '092929.495000', '092929.955000', '092930.415000', '092930.875000', '092931.335000', '092931.795000', '092932.255000', '092932.715000', '092933.175000', '092933.635000', '092934.095000', '092934.555000', '092935.015000', '092935.475000', '092935.935000', '092936.395000', '092936.855000', '092937.315000', '092937.775000', '092938.235000', '092938.695000', '092939.155000', '092939.615000', '092940.075000', '092940.535000', '092940.995000', '092941.455000', '092941.915000', '092942.375000', '092942.835000', '092943.295000', '092943.755000', '092944.215000', '092944.675000', '092945.135000', '092945.595000', '092946.055000', '092946.515000', '092946.975000', '092947.435000', '092947.895000', '092948.355000', '092948.815000', '092949.275000', '092949.735000', '092950.195000', '092950.655000', '092951.115000', '092951.575000', '092952.035000', '092952.495000', '092952.955000', '092953.415000', '092953.875000', '092954.335000', '092954.795000', '092955.255000', '092955.715000', '092956.175000', '092956.635000', '092957.095000', '092957.555000', '092958.015000', '092958.475000', '092958.935000', '092959.395000', '092959.855000', '093000.315000', '093000.775000', '093001.235000', '093001.695000', '093002.155000', '093002.615000', '093003.075000', '093003.535000', '093003.995000', '093004.455000', '093004.915000', '093005.375000', '093005.835000', '093006.295000', '093006.755000', '093007.215000', '093007.675000', '093008.135000', '093008.595000', '093009.055000', '093009.515000', '093009.975000', '093010.435000', '093010.895000', '093011.355000', '093011.815000', '093012.275000', '093012.735000', '093013.195000', '093013.655000', '093014.115000', '093014.575000', '093015.035000', '093015.495000', '093015.955000', '093016.415000', '093016.875000', '093017.335000', '093017.795000', '093018.255000', '093018.715000', '093019.175000', '093019.635000', '093020.095000', '093020.555000', '093021.015000', '093021.475000', '093021.935000', '093022.395000', '093022.855000', '093023.315000', '093023.775000', '093024.235000', '093024.695000', '093025.155000', '093025.615000', '093026.075000', '093026.535000', '093026.995000', '093027.455000', '093027.915000', '093028.375000', '093028.835000', '093029.295000', '093029.755000', '093030.215000', '093030.675000', '093031.135000', '093031.595000', '093032.055000', '093032.515000', '093032.975000', '093033.435000', '093033.895000', '093034.355000', '093034.815000', '093035.275000', '093035.735000', '093036.195000', '093036.655000', '093037.115000', '093037.575000', '093038.035000', '093038.495000', '093038.955000', '093039.415000', '093039.875000', '093040.335000', '093040.795000', '093041.255000', '093041.715000', '093042.175000', '093042.635000', '093043.095000', '093043.555000', '093044.015000', '093044.475000', '093044.935000', '093045.395000', '093045.855000', '093046.315000', '093046.775000', '093047.235000', '093047.695000', '093048.155000', '093048.615000', '093049.075000', '093049.535000', '093049.995000', '093050.455000', '093050.915000', '093051.375000', '093051.835000', '093052.295000', '093052.755000', '093053.215000', '093053.675000', '093054.135000', '093054.595000', '093055.055000', '093055.515000', '093055.975000', '093056.435000', '093056.895000', '093057.355000', '093057.815000', '093058.275000', '093058.735000', '093059.195000', '093059.655000', '093100.115000', '093100.575000', '093101.035000', '093101.495000', '093101.955000', '093102.415000', '093102.875000', '093103.335000', '093103.795000', '093104.255000', '093104.715000', '093105.175000', '093105.635000', '093106.095000', '093106.555000', '093107.015000', '093107.475000', '093107.935000', '093108.395000', '093108.855000', '093109.315000', '093109.775000', '093110.235000', '093110.695000', '093111.155000', '093111.615000', '093112.075000', '093112.535000', '093112.995000', '093113.455000', '093113.915000', '093114.375000', '093114.835000', '093115.295000', '093115.755000', '093116.215000', '093116.675000', '093117.135000', '093117.595000', '093118.055000', '093118.515000', '093118.975000', '093119.435000', '093119.895000', '093120.355000', '093120.815000', '093121.275000', '093121.735000', '093122.195000', '093122.655000', '093123.115000', '093123.575000', '093124.035000', '093124.495000', '093124.955000', '093125.415000', '093125.875000', '093126.335000', '093126.795000', '093127.255000', '093127.715000', '093128.175000', '093128.635000', '093129.095000', '093129.555000', '093130.015000', '093130.475000', '093130.935000', '093131.395000', '093131.855000', '093132.315000', '093132.775000', '093133.235000', '093133.695000', '093134.155000', '093134.615000', '093135.075000', '093135.535000', '093135.995000', '093136.455000', '093136.915000', '093137.375000', '093137.835000', '093138.295000', '093138.755000', '093139.215000', '093139.675000', '093140.135000', '093140.595000', '093141.055000', '093141.515000', '093141.975000', '093142.435000', '093142.895000', '093143.355000', '093143.815000', '093144.275000', '093144.735000', '093145.195000', '093145.655000', '093146.115000', '093146.575000', '093147.035000', '093147.495000', '093147.955000', '093148.415000', '093148.875000', '093149.335000', '093149.795000', '093150.255000', '093150.715000', '093151.175000', '093151.635000', '093152.095000', '093152.555000', '093153.015000', '093153.475000', '093153.935000', '093154.395000', '093154.855000', '093155.315000', '093155.775000', '093156.235000', '093156.695000', '093157.155000', '093157.615000', '093158.075000', '093158.535000', '093158.995000', '093159.455000', '093159.915000', '093200.375000', '093200.835000', '093201.295000', '093201.755000', '093202.215000', '093202.675000', '093203.135000', '093203.595000', '093204.055000', '093204.515000', '093204.975000', '093205.435000', '093205.895000', '093206.355000', '093206.815000', '093207.275000', '093207.735000', '093208.195000', '093208.655000', '093209.115000', '093209.575000', '093210.035000', '093210.495000', '093210.955000', '093211.415000', '093211.875000', '093212.335000', '093212.795000', '093213.255000', '093213.715000', '093214.175000', '093214.635000', '093215.095000', '093215.555000', '093216.015000', '093216.475000', '093216.935000', '093217.395000', '093217.855000', '093218.315000', '093218.775000', '093219.235000', '093219.695000', '093220.155000', '093220.615000', '093221.075000', '093221.535000', '093221.995000', '093222.455000', '093222.915000', '093223.375000', '093223.835000', '093224.295000', '093224.755000', '093225.215000', '093225.675000', '093226.135000', '093226.595000', '093227.055000', '093227.515000', '093227.975000', '093228.435000', '093228.895000', '093229.355000', '093229.815000', '093230.275000', '093230.735000', '093231.195000', '093231.655000', '093232.115000', '093232.575000', '093233.035000', '093233.495000', '093233.955000', '093234.415000', '093234.875000', '093235.335000', '093235.795000', '093236.255000', '093236.715000', '093237.175000', '093237.635000', '093238.095000', '093238.555000', '093239.015000', '093239.475000', '093239.935000', '093240.395000', '093240.855000', '093241.315000', '093241.775000', '093242.235000', '093242.695000', '093243.155000', '093243.615000', '093244.075000', '093244.535000', '093244.995000', '093245.455000', '093245.915000', '093246.375000', '093246.835000', '093247.295000', '093247.755000', '093248.215000', '093248.675000', '093249.135000', '093249.595000', '093250.055000', '093250.515000', '093250.975000', '093251.435000', '093251.895000', '093252.355000', '093252.815000', '093253.275000', '093253.735000', '093254.195000', '093254.655000', '093255.115000', '093255.575000', '093256.035000', '093256.495000', '093256.955000', '093257.415000', '093257.875000', '093258.335000', '093258.795000', '093259.255000', '093259.715000', '093300.175000', '093300.635000', '093301.095000', '093301.555000', '093302.015000', '093302.475000', '093302.935000', '093303.395000', '093303.855000', '093304.315000', '093304.775000', '093305.235000', '093305.695000', '093306.155000', '093306.615000', '093307.075000', '093307.535000', '093307.995000', '093308.455000', '093308.915000', '093309.375000', '093309.835000', '093310.295000', '093310.755000', '093311.215000', '093311.675000', '093312.135000', '093312.595000', '093313.055000', '093313.515000', '093313.975000', '093314.435000', '093314.895000', '093315.355000', '093315.815000', '093316.275000', '093316.735000', '093317.195000', '093317.655000', '093318.115000', '093318.575000', '093319.035000', '093319.495000', '093319.955000', '093320.415000', '093320.875000', '093321.335000', '093321.795000', '093322.255000', '093322.715000', '093323.175000'], 'ContentTime': ['092657.682000', '092657.686000', '092657.688000', '092657.691000', '092657.696000', '092657.699000', '092657.701000', '092657.704000', '092657.706000', '092657.709000', '092657.712000', '092657.714000', '092657.717000', '092657.720000', '092657.722000', '092657.725000', '092657.727000', '092657.730000', '092657.733000', '092657.735000', '092657.738000', '092657.740000', '092657.743000', '092657.745000', '092657.748000', '092657.758000', '092657.761000', '092657.763000', '092657.767000', '092657.770000', '092717.595000', '092717.597000', '092717.600000', '092717.603000', '092717.605000', '092717.608000', '092717.611000', '092717.613000', '092717.616000', '092717.618000', '092717.621000', '092717.624000', '092717.626000', '092717.629000', '092717.632000', '092717.634000', '092717.637000', '092717.639000', '092717.642000', '092717.645000', '092717.647000', '092717.650000', '092717.653000', '092717.660000', '092717.663000', '092717.666000', '092717.668000', '092717.671000', '092717.674000', '092717.676000', '092717.679000', '092717.689000', '092717.691000', '092717.694000', '092717.697000', '092717.699000', '092717.702000', '092717.705000', '092717.707000', '092717.710000', '092717.712000', '092717.715000', '092717.718000', '092717.720000', '092737.594000', '092737.597000', '092737.600000', '092737.602000', '092737.605000', '092737.608000', '092737.610000', '092737.613000', '092737.616000', '092737.618000', '092737.621000', '092737.623000', '092737.626000', '092737.629000', '092737.640000', '092737.643000', '092737.646000', '092737.648000', '092737.651000', '092737.654000', '092737.656000', '092737.659000', '092737.661000', '092737.664000', '092737.677000', '092737.679000', '092737.682000', '092737.693000', '092737.695000', '092737.698000', '092737.700000', '092737.703000', '092737.706000', '092737.708000', '092737.711000', '092737.713000', '092737.716000', '092737.719000', '092737.721000', '092737.724000', '092737.726000', '092737.729000', '092737.732000', '092757.594000', '092757.597000', '092757.600000', '092757.603000', '092757.605000', '092757.608000', '092757.610000', '092757.613000', '092757.616000', '092757.618000', '092757.621000', '092757.624000', '092757.626000', '092757.629000', '092757.631000', '092757.634000', '092757.637000', '092757.639000', '092757.642000', '092757.645000', '092757.647000', '092757.650000', '092757.652000', '092757.662000', '092757.665000', '092757.667000', '092757.670000', '092757.673000', '092757.675000', '092757.678000', '092757.681000', '092757.683000', '092757.686000', '092757.688000', '092757.691000', '092757.694000', '092757.697000', '092757.699000', '092757.702000', '092757.705000', '092757.707000', '092757.710000', '092757.713000', '092817.595000', '092817.597000', '092817.600000', '092817.602000', '092817.606000', '092817.608000', '092817.614000', '092817.617000', '092817.620000', '092817.623000', '092817.625000', '092817.628000', '092817.630000', '092817.633000', '092817.636000', '092817.638000', '092817.641000', '092817.644000', '092817.646000', '092817.649000', '092817.651000', '092817.654000', '092817.657000', '092817.659000', '092817.662000', '092817.664000', '092817.667000', '092817.670000', '092817.672000', '092817.675000', '092817.678000', '092817.680000', '092817.683000', '092817.685000', '092817.688000', '092817.691000', '092817.693000', '092817.696000', '092817.698000', '092817.701000', '092817.704000', '092817.706000', '092817.709000', '092817.711000', '092837.594000', '092837.597000', '092837.599000', '092837.602000', '092837.605000', '092837.608000', '092837.611000', '092837.613000', '092837.616000', '092837.619000', '092837.622000', '092837.625000', '092837.628000', '092837.630000', '092837.633000', '092837.636000', '092837.638000', '092837.641000', '092837.644000', '092837.646000', '092837.649000', '092837.652000', '092837.654000', '092837.657000', '092837.660000', '092837.662000', '092837.665000', '092837.667000', '092837.670000', '092837.673000', '092837.676000', '092837.679000', '092837.682000', '092837.684000', '092837.687000', '092837.689000', '092837.692000', '092837.695000', '092837.697000', '092837.700000', '092837.703000', '092837.705000', '092837.708000', '092857.594000', '092857.596000', '092857.599000', '092857.602000', '092857.604000', '092857.607000', '092857.609000', '092857.612000', '092857.615000', '092857.617000', '092857.620000', '092857.623000', '092857.625000', '092857.628000', '092857.630000', '092857.633000', '092857.636000', '092857.638000', '092857.641000', '092857.644000', '092857.646000', '092857.649000', '092857.651000', '092857.654000', '092857.657000', '092857.659000', '092857.662000', '092857.664000', '092857.667000', '092857.670000', '092857.672000', '092857.675000', '092857.677000', '092857.680000', '092857.683000', '092857.685000', '092857.688000', '092857.691000', '092857.693000', '092857.696000', '092857.698000', '092857.701000', '092857.704000', '092857.706000', '092917.594000', '092917.596000', '092917.599000', '092917.602000', '092917.604000', '092917.607000', '092917.609000', '092917.612000', '092917.614000', '092917.617000', '092917.620000', '092917.622000', '092917.625000', '092917.628000', '092917.630000', '092917.633000', '092917.636000', '092917.639000', '092917.642000', '092917.644000', '092917.667000', '092917.670000', '092917.673000', '092917.675000', '092917.678000', '092917.680000', '092917.683000', '092917.686000', '092917.689000', '092917.691000', '092917.694000', '092917.696000', '092917.700000', '092917.703000', '092917.705000', '092917.708000', '092917.711000', '092917.713000', '092917.716000', '092917.718000', '092917.721000', '092917.724000', '092917.726000', '092937.595000', '092937.597000', '092937.601000', '092937.603000', '092937.606000', '092937.609000', '092937.611000', '092937.614000', '092937.616000', '092937.619000', '092937.622000', '092937.624000', '092937.627000', '092937.630000', '092937.632000', '092937.635000', '092937.637000', '092937.640000', '092937.643000', '092937.645000', '092937.648000', '092937.651000', '092937.653000', '092937.656000', '092937.658000', '092937.661000', '092937.664000', '092937.666000', '092937.669000', '092937.672000', '092937.674000', '092937.677000', '092937.679000', '092937.682000', '092937.685000', '092937.687000', '092937.690000', '092937.693000', '092937.695000', '092937.698000', '092937.700000', '092937.703000', '092937.706000', '092937.709000', '092957.594000', '092957.597000', '092957.600000', '092957.602000', '092957.605000', '092957.608000', '092957.610000', '092957.613000', '092957.616000', '092957.618000', '092957.621000', '092957.623000', '092957.626000', '092957.629000', '092957.631000', '092957.634000', '092957.637000', '092957.639000', '092957.642000', '092957.645000', '092957.647000', '092957.650000', '092957.652000', '092957.655000', '092957.658000', '092957.660000', '092957.664000', '092957.668000', '092957.671000', '092957.674000', '092957.676000', '092957.679000', '092957.682000', '092957.684000', '092957.687000', '092957.690000', '092957.692000', '092957.695000', '092957.697000', '092957.700000', '092957.703000', '092957.705000', '092957.708000', '093017.594000', '093017.597000', '093017.600000', '093017.603000', '093017.605000', '093017.608000', '093017.611000', '093017.613000', '093017.616000', '093017.619000', '093017.621000', '093017.624000', '093017.626000', '093017.629000', '093017.632000', '093017.634000', '093017.637000', '093017.640000', '093017.642000', '093017.645000', '093017.648000', '093017.650000', '093017.653000', '093017.655000', '093017.658000', '093017.661000', '093017.663000', '093017.666000', '093017.669000', '093017.671000', '093017.674000', '093017.677000', '093017.679000', '093017.682000', '093017.684000', '093017.687000', '093017.690000', '093017.692000', '093017.695000', '093017.698000', '093017.700000', '093017.703000', '093017.705000', '093017.708000', '093037.595000', '093037.597000', '093037.600000', '093037.603000', '093037.605000', '093037.608000', '093037.611000', '093037.613000', '093037.616000', '093037.619000', '093037.621000', '093037.624000', '093037.627000', '093037.629000', '093037.632000', '093037.635000', '093037.637000', '093037.640000', '093037.642000', '093037.645000', '093037.648000', '093037.650000', '093037.653000', '093037.656000', '093037.658000', '093037.661000', '093037.671000', '093037.674000', '093037.676000', '093037.679000', '093037.681000', '093037.684000', '093037.687000', '093037.689000', '093037.692000', '093037.695000', '093037.697000', '093037.700000', '093037.703000', '093037.705000', '093037.708000', '093037.711000', '093037.713000', '093057.594000', '093057.596000', '093057.608000', '093057.610000', '093057.614000', '093057.616000', '093057.619000', '093057.622000', '093057.624000', '093057.627000', '093057.630000', '093057.632000', '093057.635000', '093057.638000', '093057.640000', '093057.643000', '093057.646000', '093057.648000', '093057.651000', '093057.653000', '093057.656000', '093057.659000', '093057.661000', '093057.664000', '093057.667000', '093057.669000', '093057.672000', '093057.674000', '093057.677000', '093057.680000', '093057.683000', '093057.685000', '093057.688000', '093057.690000', '093057.693000', '093057.696000', '093057.698000', '093057.701000', '093057.704000', '093057.706000', '093057.709000', '093057.711000', '093057.714000', '093057.717000', '093117.594000', '093117.597000', '093117.599000', '093117.602000', '093117.605000', '093117.607000', '093117.610000', '093117.613000', '093117.615000', '093117.618000', '093117.620000', '093117.623000', '093117.626000', '093117.628000', '093117.631000', '093117.634000', '093117.636000', '093117.639000', '093117.641000', '093117.644000', '093117.647000', '093117.649000', '093117.652000', '093117.654000', '093117.657000', '093117.660000', '093117.662000', '093117.665000', '093117.668000', '093117.670000', '093117.673000', '093117.676000', '093117.678000', '093117.681000', '093117.684000', '093117.687000', '093117.689000', '093117.692000', '093117.694000', '093117.697000', '093117.700000', '093117.703000', '093117.706000', '093137.594000', '093137.597000', '093137.600000', '093137.603000', '093137.605000', '093137.608000', '093137.610000', '093137.613000', '093137.616000', '093137.618000', '093137.621000', '093137.624000', '093137.626000', '093137.629000', '093137.631000', '093137.634000', '093137.637000', '093137.639000', '093137.642000', '093137.645000', '093137.647000', '093137.650000', '093137.652000', '093137.655000', '093137.658000', '093137.660000', '093137.663000', '093137.666000', '093137.668000', '093137.671000', '093137.674000', '093137.677000', '093137.679000', '093137.682000', '093137.684000', '093137.687000', '093137.690000', '093137.692000', '093137.695000', '093137.698000', '093137.700000', '093137.703000', '093137.706000', '093137.708000', '093157.594000', '093157.597000', '093157.600000', '093157.603000', '093157.605000', '093157.608000', '093157.611000', '093157.613000', '093157.616000', '093157.618000', '093157.621000', '093157.624000', '093157.626000', '093157.629000', '093157.632000', '093157.634000', '093157.637000', '093157.639000', '093157.642000', '093157.645000', '093157.647000', '093157.650000', '093157.653000', '093157.655000', '093157.658000', '093157.660000', '093157.663000', '093157.666000', '093157.668000', '093157.671000', '093157.674000', '093157.676000', '093157.679000', '093157.682000', '093157.684000', '093157.687000', '093157.690000', '093157.692000', '093157.695000', '093157.697000', '093157.700000', '093157.708000', '093157.710000', '093217.595000', '093217.597000', '093217.600000', '093217.603000', '093217.605000', '093217.608000', '093217.611000', '093217.614000', '093217.616000', '093217.619000', '093217.622000', '093217.624000', '093217.627000', '093217.629000', '093217.632000', '093217.635000', '093217.637000', '093217.640000', '093217.643000', '093217.645000', '093217.648000', '093217.651000', '093217.653000', '093217.656000', '093217.659000', '093217.661000', '093217.664000', '093217.698000', '093217.700000', '093217.703000', '093217.706000', '093217.708000', '093217.711000', '093217.713000', '093217.716000', '093217.719000', '093217.721000', '093217.724000', '093217.727000', '093217.729000', '093217.732000', '093217.734000', '093217.737000', '093217.740000', '093237.595000', '093237.597000', '093237.600000', '093237.603000', '093237.606000', '093237.608000', '093237.611000', '093237.613000', '093237.616000', '093237.619000', '093237.621000', '093237.624000', '093237.627000', '093237.629000', '093237.632000', '093237.634000', '093237.641000', '093237.644000', '093237.646000', '093237.649000', '093237.652000', '093237.655000', '093237.657000', '093237.660000', '093237.662000', '093237.665000', '093237.668000', '093237.670000', '093237.673000', '093237.675000', '093237.678000', '093237.681000', '093237.683000', '093237.686000', '093237.688000', '093237.691000', '093237.694000', '093237.696000', '093237.699000', '093237.701000', '093237.704000', '093237.708000', '093237.711000', '093257.595000', '093257.597000', '093257.600000', '093257.603000', '093257.605000', '093257.608000', '093257.611000', '093257.613000', '093257.616000', '093257.619000', '093257.621000', '093257.624000', '093257.626000', '093257.629000', '093257.632000', '093257.635000', '093257.637000', '093257.640000', '093257.643000', '093257.645000', '093257.648000', '093257.651000', '093257.653000', '093257.656000', '093257.658000', '093257.661000', '093257.664000', '093257.666000', '093257.669000', '093257.672000', '093257.674000', '093257.677000', '093257.680000', '093257.682000', '093257.685000', '093257.687000', '093257.690000', '093257.693000', '093257.696000', '093257.698000', '093257.701000', '093257.704000', '093257.706000', '093257.709000', '093317.594000', '093317.597000', '093317.599000', '093317.602000', '093317.605000', '093317.607000', '093317.610000', '093317.613000', '093317.615000', '093317.618000', '093317.621000', '093317.624000', '093317.626000', '093317.629000', '093317.631000', '093317.634000', '093317.637000', '093317.639000', '093317.642000', '093317.644000', '093317.647000', '093317.650000', '093317.652000', '093317.655000', '093317.658000', '093317.660000', '093317.663000', '093317.666000', '093317.668000', '093317.671000', '093317.673000', '093317.676000', '093317.679000', '093317.681000', '093317.684000', '093317.687000', '093317.697000', '093317.699000', '093317.702000', '093317.705000', '093317.708000', '093317.710000', '093317.713000', '093324.630000', '093324.633000', '093324.636000', '093324.639000', '093324.642000', '093324.645000', '093324.648000', '093324.650000', '093324.653000', '093324.656000', '093324.660000', '093324.662000', '093324.666000', '093324.668000', '093324.671000', '093324.674000'], 'InstanceCreationTime': ['092657.682000', '092657.686000', '092657.688000', '092657.691000', '092657.696000', '092657.699000', '092657.701000', '092657.704000', '092657.706000', '092657.709000', '092657.712000', '092657.714000', '092657.717000', '092657.720000', '092657.722000', '092657.725000', '092657.727000', '092657.730000', '092657.733000', '092657.735000', '092657.738000', '092657.740000', '092657.743000', '092657.745000', '092657.748000', '092657.758000', '092657.761000', '092657.763000', '092657.767000', '092657.770000', '092717.595000', '092717.597000', '092717.600000', '092717.603000', '092717.605000', '092717.608000', '092717.611000', '092717.613000', '092717.616000', '092717.618000', '092717.621000', '092717.624000', '092717.626000', '092717.629000', '092717.632000', '092717.634000', '092717.637000', '092717.639000', '092717.642000', '092717.645000', '092717.647000', '092717.650000', '092717.653000', '092717.660000', '092717.663000', '092717.666000', '092717.668000', '092717.671000', '092717.674000', '092717.676000', '092717.679000', '092717.689000', '092717.691000', '092717.694000', '092717.697000', '092717.699000', '092717.702000', '092717.705000', '092717.707000', '092717.710000', '092717.712000', '092717.715000', '092717.718000', '092717.720000', '092737.594000', '092737.597000', '092737.600000', '092737.602000', '092737.605000', '092737.608000', '092737.610000', '092737.613000', '092737.616000', '092737.618000', '092737.621000', '092737.623000', '092737.626000', '092737.629000', '092737.640000', '092737.643000', '092737.646000', '092737.648000', '092737.651000', '092737.654000', '092737.656000', '092737.659000', '092737.661000', '092737.664000', '092737.677000', '092737.679000', '092737.682000', '092737.693000', '092737.695000', '092737.698000', '092737.700000', '092737.703000', '092737.706000', '092737.708000', '092737.711000', '092737.713000', '092737.716000', '092737.719000', '092737.721000', '092737.724000', '092737.726000', '092737.729000', '092737.732000', '092757.594000', '092757.597000', '092757.600000', '092757.603000', '092757.605000', '092757.608000', '092757.610000', '092757.613000', '092757.616000', '092757.618000', '092757.621000', '092757.624000', '092757.626000', '092757.629000', '092757.631000', '092757.634000', '092757.637000', '092757.639000', '092757.642000', '092757.645000', '092757.647000', '092757.650000', '092757.652000', '092757.662000', '092757.665000', '092757.667000', '092757.670000', '092757.673000', '092757.675000', '092757.678000', '092757.681000', '092757.683000', '092757.686000', '092757.688000', '092757.691000', '092757.694000', '092757.697000', '092757.699000', '092757.702000', '092757.705000', '092757.707000', '092757.710000', '092757.713000', '092817.595000', '092817.597000', '092817.600000', '092817.602000', '092817.606000', '092817.608000', '092817.614000', '092817.617000', '092817.620000', '092817.623000', '092817.625000', '092817.628000', '092817.630000', '092817.633000', '092817.636000', '092817.638000', '092817.641000', '092817.644000', '092817.646000', '092817.649000', '092817.651000', '092817.654000', '092817.657000', '092817.659000', '092817.662000', '092817.664000', '092817.667000', '092817.670000', '092817.672000', '092817.675000', '092817.678000', '092817.680000', '092817.683000', '092817.685000', '092817.688000', '092817.691000', '092817.693000', '092817.696000', '092817.698000', '092817.701000', '092817.704000', '092817.706000', '092817.709000', '092817.711000', '092837.594000', '092837.597000', '092837.599000', '092837.602000', '092837.605000', '092837.608000', '092837.611000', '092837.613000', '092837.616000', '092837.619000', '092837.622000', '092837.625000', '092837.628000', '092837.630000', '092837.633000', '092837.636000', '092837.638000', '092837.641000', '092837.644000', '092837.646000', '092837.649000', '092837.652000', '092837.654000', '092837.657000', '092837.660000', '092837.662000', '092837.665000', '092837.667000', '092837.670000', '092837.673000', '092837.676000', '092837.679000', '092837.682000', '092837.684000', '092837.687000', '092837.689000', '092837.692000', '092837.695000', '092837.697000', '092837.700000', '092837.703000', '092837.705000', '092837.708000', '092857.594000', '092857.596000', '092857.599000', '092857.602000', '092857.604000', '092857.607000', '092857.609000', '092857.612000', '092857.615000', '092857.617000', '092857.620000', '092857.623000', '092857.625000', '092857.628000', '092857.630000', '092857.633000', '092857.636000', '092857.638000', '092857.641000', '092857.644000', '092857.646000', '092857.649000', '092857.651000', '092857.654000', '092857.657000', '092857.659000', '092857.662000', '092857.664000', '092857.667000', '092857.670000', '092857.672000', '092857.675000', '092857.677000', '092857.680000', '092857.683000', '092857.685000', '092857.688000', '092857.691000', '092857.693000', '092857.696000', '092857.698000', '092857.701000', '092857.704000', '092857.706000', '092917.594000', '092917.596000', '092917.599000', '092917.602000', '092917.604000', '092917.607000', '092917.609000', '092917.612000', '092917.614000', '092917.617000', '092917.620000', '092917.622000', '092917.625000', '092917.628000', '092917.630000', '092917.633000', '092917.636000', '092917.639000', '092917.642000', '092917.644000', '092917.667000', '092917.670000', '092917.673000', '092917.675000', '092917.678000', '092917.680000', '092917.683000', '092917.686000', '092917.689000', '092917.691000', '092917.694000', '092917.696000', '092917.700000', '092917.703000', '092917.705000', '092917.708000', '092917.711000', '092917.713000', '092917.716000', '092917.718000', '092917.721000', '092917.724000', '092917.726000', '092937.595000', '092937.597000', '092937.601000', '092937.603000', '092937.606000', '092937.609000', '092937.611000', '092937.614000', '092937.616000', '092937.619000', '092937.622000', '092937.624000', '092937.627000', '092937.630000', '092937.632000', '092937.635000', '092937.637000', '092937.640000', '092937.643000', '092937.645000', '092937.648000', '092937.651000', '092937.653000', '092937.656000', '092937.658000', '092937.661000', '092937.664000', '092937.666000', '092937.669000', '092937.672000', '092937.674000', '092937.677000', '092937.679000', '092937.682000', '092937.685000', '092937.687000', '092937.690000', '092937.693000', '092937.695000', '092937.698000', '092937.700000', '092937.703000', '092937.706000', '092937.709000', '092957.594000', '092957.597000', '092957.600000', '092957.602000', '092957.605000', '092957.608000', '092957.610000', '092957.613000', '092957.616000', '092957.618000', '092957.621000', '092957.623000', '092957.626000', '092957.629000', '092957.631000', '092957.634000', '092957.637000', '092957.639000', '092957.642000', '092957.645000', '092957.647000', '092957.650000', '092957.652000', '092957.655000', '092957.658000', '092957.660000', '092957.664000', '092957.668000', '092957.671000', '092957.674000', '092957.676000', '092957.679000', '092957.682000', '092957.684000', '092957.687000', '092957.690000', '092957.692000', '092957.695000', '092957.697000', '092957.700000', '092957.703000', '092957.705000', '092957.708000', '093017.594000', '093017.597000', '093017.600000', '093017.603000', '093017.605000', '093017.608000', '093017.611000', '093017.613000', '093017.616000', '093017.619000', '093017.621000', '093017.624000', '093017.626000', '093017.629000', '093017.632000', '093017.634000', '093017.637000', '093017.640000', '093017.642000', '093017.645000', '093017.648000', '093017.650000', '093017.653000', '093017.655000', '093017.658000', '093017.661000', '093017.663000', '093017.666000', '093017.669000', '093017.671000', '093017.674000', '093017.677000', '093017.679000', '093017.682000', '093017.684000', '093017.687000', '093017.690000', '093017.692000', '093017.695000', '093017.698000', '093017.700000', '093017.703000', '093017.705000', '093017.708000', '093037.595000', '093037.597000', '093037.600000', '093037.603000', '093037.605000', '093037.608000', '093037.611000', '093037.613000', '093037.616000', '093037.619000', '093037.621000', '093037.624000', '093037.627000', '093037.629000', '093037.632000', '093037.635000', '093037.637000', '093037.640000', '093037.642000', '093037.645000', '093037.648000', '093037.650000', '093037.653000', '093037.656000', '093037.658000', '093037.661000', '093037.671000', '093037.674000', '093037.676000', '093037.679000', '093037.681000', '093037.684000', '093037.687000', '093037.689000', '093037.692000', '093037.695000', '093037.697000', '093037.700000', '093037.703000', '093037.705000', '093037.708000', '093037.711000', '093037.713000', '093057.594000', '093057.596000', '093057.608000', '093057.610000', '093057.614000', '093057.616000', '093057.619000', '093057.622000', '093057.624000', '093057.627000', '093057.630000', '093057.632000', '093057.635000', '093057.638000', '093057.640000', '093057.643000', '093057.646000', '093057.648000', '093057.651000', '093057.653000', '093057.656000', '093057.659000', '093057.661000', '093057.664000', '093057.667000', '093057.669000', '093057.672000', '093057.674000', '093057.677000', '093057.680000', '093057.683000', '093057.685000', '093057.688000', '093057.690000', '093057.693000', '093057.696000', '093057.698000', '093057.701000', '093057.704000', '093057.706000', '093057.709000', '093057.711000', '093057.714000', '093057.717000', '093117.594000', '093117.597000', '093117.599000', '093117.602000', '093117.605000', '093117.607000', '093117.610000', '093117.613000', '093117.615000', '093117.618000', '093117.620000', '093117.623000', '093117.626000', '093117.628000', '093117.631000', '093117.634000', '093117.636000', '093117.639000', '093117.641000', '093117.644000', '093117.647000', '093117.649000', '093117.652000', '093117.654000', '093117.657000', '093117.660000', '093117.662000', '093117.665000', '093117.668000', '093117.670000', '093117.673000', '093117.676000', '093117.678000', '093117.681000', '093117.684000', '093117.687000', '093117.689000', '093117.692000', '093117.694000', '093117.697000', '093117.700000', '093117.703000', '093117.706000', '093137.594000', '093137.597000', '093137.600000', '093137.603000', '093137.605000', '093137.608000', '093137.610000', '093137.613000', '093137.616000', '093137.618000', '093137.621000', '093137.624000', '093137.626000', '093137.629000', '093137.631000', '093137.634000', '093137.637000', '093137.639000', '093137.642000', '093137.645000', '093137.647000', '093137.650000', '093137.652000', '093137.655000', '093137.658000', '093137.660000', '093137.663000', '093137.666000', '093137.668000', '093137.671000', '093137.674000', '093137.677000', '093137.679000', '093137.682000', '093137.684000', '093137.687000', '093137.690000', '093137.692000', '093137.695000', '093137.698000', '093137.700000', '093137.703000', '093137.706000', '093137.708000', '093157.594000', '093157.597000', '093157.600000', '093157.603000', '093157.605000', '093157.608000', '093157.611000', '093157.613000', '093157.616000', '093157.618000', '093157.621000', '093157.624000', '093157.626000', '093157.629000', '093157.632000', '093157.634000', '093157.637000', '093157.639000', '093157.642000', '093157.645000', '093157.647000', '093157.650000', '093157.653000', '093157.655000', '093157.658000', '093157.660000', '093157.663000', '093157.666000', '093157.668000', '093157.671000', '093157.674000', '093157.676000', '093157.679000', '093157.682000', '093157.684000', '093157.687000', '093157.690000', '093157.692000', '093157.695000', '093157.697000', '093157.700000', '093157.708000', '093157.710000', '093217.595000', '093217.597000', '093217.600000', '093217.603000', '093217.605000', '093217.608000', '093217.611000', '093217.614000', '093217.616000', '093217.619000', '093217.622000', '093217.624000', '093217.627000', '093217.629000', '093217.632000', '093217.635000', '093217.637000', '093217.640000', '093217.643000', '093217.645000', '093217.648000', '093217.651000', '093217.653000', '093217.656000', '093217.659000', '093217.661000', '093217.664000', '093217.698000', '093217.700000', '093217.703000', '093217.706000', '093217.708000', '093217.711000', '093217.713000', '093217.716000', '093217.719000', '093217.721000', '093217.724000', '093217.727000', '093217.729000', '093217.732000', '093217.734000', '093217.737000', '093217.740000', '093237.595000', '093237.597000', '093237.600000', '093237.603000', '093237.606000', '093237.608000', '093237.611000', '093237.613000', '093237.616000', '093237.619000', '093237.621000', '093237.624000', '093237.627000', '093237.629000', '093237.632000', '093237.634000', '093237.641000', '093237.644000', '093237.646000', '093237.649000', '093237.652000', '093237.655000', '093237.657000', '093237.660000', '093237.662000', '093237.665000', '093237.668000', '093237.670000', '093237.673000', '093237.675000', '093237.678000', '093237.681000', '093237.683000', '093237.686000', '093237.688000', '093237.691000', '093237.694000', '093237.696000', '093237.699000', '093237.701000', '093237.704000', '093237.708000', '093237.711000', '093257.595000', '093257.597000', '093257.600000', '093257.603000', '093257.605000', '093257.608000', '093257.611000', '093257.613000', '093257.616000', '093257.619000', '093257.621000', '093257.624000', '093257.626000', '093257.629000', '093257.632000', '093257.635000', '093257.637000', '093257.640000', '093257.643000', '093257.645000', '093257.648000', '093257.651000', '093257.653000', '093257.656000', '093257.658000', '093257.661000', '093257.664000', '093257.666000', '093257.669000', '093257.672000', '093257.674000', '093257.677000', '093257.680000', '093257.682000', '093257.685000', '093257.687000', '093257.690000', '093257.693000', '093257.696000', '093257.698000', '093257.701000', '093257.704000', '093257.706000', '093257.709000', '093317.594000', '093317.597000', '093317.599000', '093317.602000', '093317.605000', '093317.607000', '093317.610000', '093317.613000', '093317.615000', '093317.618000', '093317.621000', '093317.624000', '093317.626000', '093317.629000', '093317.631000', '093317.634000', '093317.637000', '093317.639000', '093317.642000', '093317.644000', '093317.647000', '093317.650000', '093317.652000', '093317.655000', '093317.658000', '093317.660000', '093317.663000', '093317.666000', '093317.668000', '093317.671000', '093317.673000', '093317.676000', '093317.679000', '093317.681000', '093317.684000', '093317.687000', '093317.697000', '093317.699000', '093317.702000', '093317.705000', '093317.708000', '093317.710000', '093317.713000', '093324.630000', '093324.633000', '093324.636000', '093324.639000', '093324.642000', '093324.645000', '093324.648000', '093324.650000', '093324.653000', '093324.656000', '093324.660000', '093324.662000', '093324.666000', '093324.668000', '093324.671000', '093324.674000'], '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': [13520, 8676, 8630, 8194, 8692, 9316, 8691, 9348, 8067, 9010, 8668, 8552, 8729, 8431, 8583, 8054, 9287, 8478, 12536, 8418, 10100, 8236, 9699, 8352, 12836, 9192, 8340, 8157, 8122, 8264, 7876, 13793, 8400, 8533, 8436, 8960, 8569, 8504, 11433, 8043, 9101, 8582, 8678, 8987, 8668, 10550, 7882, 8672, 8233, 8614, 9166, 8533, 9737, 8730, 9706, 8436, 13623, 10833, 11506, 8190, 7896, 8373, 8121, 10562, 8502, 9378, 8254, 8418, 8410, 8724, 8368, 8279, 8418, 8611, 9572, 8448, 8726, 8496, 9142, 8073, 8192, 8727, 8509, 8920, 8440, 8669, 10468, 9040, 11479, 8493, 8467, 8416, 8377, 8993, 8451, 11076, 8697, 8512, 8325, 8615, 8804, 8675, 8284, 8663, 9466, 8714, 9310, 8595, 8442, 8411, 8234, 9541, 8677, 8902, 8424, 9826, 8904, 11316, 8666, 9173, 8714, 8655, 8725, 8618, 9054, 8174, 9360, 8834, 8751, 8833, 9242, 9039, 8612, 8718, 8881, 9558, 8434, 11124, 8560, 9580, 8552, 9841, 8527, 8629, 8579, 8548, 9243, 8665, 12365, 8272, 8572, 8586, 8527, 9098, 10375, 11498, 9011, 8870, 8323, 9815, 8917, 11100, 9712, 8181, 8680, 8470, 8773, 8779, 10539, 8728, 8888, 8141, 8801, 8265, 8365, 8361, 9041, 8190, 8355, 9521, 8440, 8528, 8175, 8667, 9219, 9480, 12512, 8463, 9622, 8250, 9823, 8446, 13789, 10480, 8251, 8169, 8380, 8899, 8397, 8854, 8215, 8540, 8327, 8732, 8659, 8535, 8058, 8411, 8008, 8502, 10094, 8598, 9015, 8698, 8858, 9198, 8718, 10346, 8204, 9490, 8835, 9679, 8553, 9753, 9023, 8806, 8568, 8260, 10248, 8981, 8590, 8377, 8185, 8586, 8545, 10589, 10433, 16205, 12060, 8938, 8281, 7883, 8356, 8571, 10952, 8602, 9101, 8244, 8809, 8138, 8584, 9512, 8651, 8626, 8230, 8885, 10648, 8743, 8820, 8063, 7963, 9771, 9959, 11264, 8167, 8250, 8403, 8691, 10785, 8421, 9526, 8557, 9419, 8781, 8026, 8025, 8394, 9328, 8808, 8355, 8552, 8147, 7935, 8483, 8710, 8750, 9361, 8569, 8150, 8169, 8747, 8819, 8850, 9180, 8678, 9176, 8712, 8273, 9066, 8504, 8671, 8625, 9826, 8785, 9084, 8382, 8392, 8658, 8668, 11637, 8256, 9767, 8567, 9184, 8723, 12245, 9878, 8771, 8655, 8198, 13164, 10143, 11424, 8163, 8557, 8176, 8140, 10375, 8821, 9874, 8465, 9109, 8274, 8132, 8469, 8438, 8278, 8407, 8493, 8374, 9900, 7974, 8443, 8095, 7997, 11191, 8172, 10084, 8492, 9366, 8036, 14352, 10234, 9199, 8208, 8491, 7809, 8395, 10823, 7849, 10017, 8265, 8817, 8374, 8955, 12810, 8459, 9851, 8088, 10252, 8265, 14992, 13215, 8317, 8813, 8293, 9188, 7784, 10626, 8169, 10126, 8358, 8857, 8326, 8811, 9130, 8242, 8940, 8795, 8939, 7991, 11051, 8269, 8023, 8038, 8142, 9609, 8292, 12963, 8093, 8211, 7932, 8139, 8999, 8405, 8293, 8319, 9190, 8671, 8179, 9552, 8047, 8135, 8345, 8091, 12777, 11786, 12040, 8283, 8240, 9288, 7842, 16297, 11206, 8428, 7925, 8816, 9064, 7973, 10937, 7852, 8359, 8593, 8127, 11293, 11099, 9669, 7795, 8952, 7626, 7555, 10113, 8835, 8550, 8294, 8706, 8234, 7946, 8174, 8523, 8465, 8152, 9391, 8395, 8410, 8064, 8341, 8167, 7874, 9488, 8348, 8407, 8110, 8207, 8848, 7780, 12172, 9046, 9336, 7908, 7926, 8330, 8041, 15393, 9600, 9901, 8121, 8514, 8556, 9080, 9438, 8683, 8371, 7790, 12632, 9057, 8726, 7831, 7987, 8066, 7794, 11129, 8721, 9813, 8071, 8789, 7799, 7668, 10855, 8668, 9158, 8476, 8456, 7859, 8250, 8430, 8090, 9095, 8659, 9202, 8582, 8630, 8628, 8829, 8226, 8631, 7681, 7784, 8819, 8578, 8855, 8133, 9240, 8117, 9691, 8101, 8263, 8302, 8952, 7917, 8058, 11012, 8441, 8903, 8900, 8699, 7864, 9761, 8393, 9387, 8381, 8588, 8093, 8300, 9579, 8714, 9430, 7836, 14553, 10589, 8066, 7975, 8442, 9039, 7821, 15528, 9749, 9159, 7782, 8485, 9000, 10667, 14568, 8172, 9387, 8140, 10035, 8088, 11650, 7716, 9708, 8201, 8308, 8029, 8368, 8082, 8033, 8105, 8655, 7649, 7727, 8419, 8610, 8380, 8657, 8289, 7589, 10082, 8157, 8651, 8184, 8270, 7880, 8828, 8020, 8270, 8141, 8535, 8061, 8734, 9638, 7916, 10764, 8283, 8886, 8197, 8652, 8116, 9649, 10166, 7867, 9603, 7661, 14026, 7994, 11069, 8117, 9207, 8039, 9331, 8966, 8372, 9145, 7672, 14357, 8400, 10528, 8663, 9452, 7934, 12487, 15675, 16819, 17205, 11479, 10022, 8198, 7718, 8305, 8819, 8517, 7935, 8183, 8668, 8731, 8585, 8858, 7969, 8637, 8819, 8294, 9015, 11279, 8381, 13064, 8166, 14439, 9767, 13201, 9319, 8234, 8232, 8550, 8961, 8270, 9110, 7953, 10948, 8372, 8286, 8930, 8369, 7848, 8771, 8196, 8558, 8188, 8125, 8266, 8587, 9260, 8052, 11247, 8486, 8663, 8602, 8761, 7896, 8004, 9295, 8399, 9740, 8242, 12926, 8450, 10329, 8466, 9477, 8156, 8823, 8185, 8368, 8272, 8260, 8359, 8235, 8829, 8873, 8865, 8076, 9598, 7486, 9656, 7886, 7910, 8308, 8902, 9569, 8891, 10425, 8035, 8133, 8030, 8394, 9124, 8748, 11649, 8032, 10508, 7993, 9068, 7863, 8099, 13524, 8286, 10897, 7995, 14138, 9532, 15060, 10242, 10637, 8124, 9587, 11298, 7608, 9883, 8222, 9500, 7714, 10551, 8342, 9708, 8333, 8544, 7843, 9438, 8187, 8183, 7751, 8989, 8204, 7748, 8048, 8338, 8859, 7678, 10131, 8077, 7909, 7996, 8215, 8178, 8570, 10195, 7935, 9144, 8351, 8958, 8276, 8666, 8115, 7946, 8238, 7827, 10184, 10979, 11948, 8146, 10456, 8312, 12844, 8834, 12262, 8511, 9168, 8151, 8547, 8359, 7511, 9365, 9125, 9089, 7754, 9084, 7669, 8472, 7676, 7747, 8196, 8654, 9804, 7855, 8201, 7845, 7985, 8362, 8503, 10034, 7957, 9190, 8450, 8130, 8777, 8264, 11038, 10200, 15564, 11999, 10621, 8248, 9976, 8657, 13650, 14953, 10876, 12829, 7944, 9590, 8418, 11006, 8650, 15860, 12313, 8945, 7854, 7945, 8455, 8219, 8693, 8011, 9054, 8275, 8434, 7548, 8556, 8011, 8455, 8300, 8400, 10178, 8083, 9185, 8123, 9492, 7705, 12534, 8101, 8060, 7947, 8754, 8550], 'WindowCenter': [4506.0, 4415.0, 4383.0, 4382.0, 4377.0, 4384.0, 4374.0, 4371.0, 4349.0, 4356.0, 4373.0, 4369.0, 4372.0, 4362.0, 4360.0, 4348.0, 4382.0, 4359.0, 4413.0, 4360.0, 4365.0, 4346.0, 4379.0, 4348.0, 4410.0, 4368.0, 4333.0, 4333.0, 4349.0, 4358.0, 4347.0, 4418.0, 4346.0, 4344.0, 4333.0, 4369.0, 4358.0, 4370.0, 4401.0, 4348.0, 4355.0, 4372.0, 4369.0, 4368.0, 4372.0, 4390.0, 4348.0, 4345.0, 4373.0, 4359.0, 4380.0, 4372.0, 4368.0, 4346.0, 4380.0, 4360.0, 4417.0, 4402.0, 4399.0, 4346.0, 4333.0, 4347.0, 4348.0, 4377.0, 4360.0, 4355.0, 4347.0, 4358.0, 4359.0, 4357.0, 4346.0, 4347.0, 4360.0, 4370.0, 4368.0, 4358.0, 4370.0, 4369.0, 4380.0, 4359.0, 4358.0, 4356.0, 4357.0, 4355.0, 4347.0, 4372.0, 4388.0, 4370.0, 4412.0, 4359.0, 4346.0, 4345.0, 4372.0, 4368.0, 4360.0, 4400.0, 4359.0, 4345.0, 4361.0, 4371.0, 4372.0, 4359.0, 4347.0, 4373.0, 4380.0, 4372.0, 4370.0, 4359.0, 4347.0, 4373.0, 4360.0, 4382.0, 4360.0, 4359.0, 4373.0, 4380.0, 4370.0, 4401.0, 4360.0, 4367.0, 4371.0, 4368.0, 4358.0, 4383.0, 4372.0, 4360.0, 4369.0, 4383.0, 4371.0, 4371.0, 4383.0, 4384.0, 4360.0, 4358.0, 4383.0, 4380.0, 4362.0, 4389.0, 4359.0, 4366.0, 4373.0, 4379.0, 4373.0, 4358.0, 4358.0, 4370.0, 4368.0, 4369.0, 4422.0, 4359.0, 4355.0, 4372.0, 4370.0, 4369.0, 4392.0, 4413.0, 4370.0, 4357.0, 4362.0, 4380.0, 4369.0, 4387.0, 4381.0, 4359.0, 4346.0, 4345.0, 4357.0, 4371.0, 4389.0, 4373.0, 4357.0, 4348.0, 4369.0, 4372.0, 4360.0, 4360.0, 4358.0, 4361.0, 4360.0, 4381.0, 4362.0, 4358.0, 4359.0, 4372.0, 4381.0, 4380.0, 4423.0, 4361.0, 4368.0, 4361.0, 4379.0, 4358.0, 4421.0, 4379.0, 4333.0, 4332.0, 4347.0, 4355.0, 4345.0, 4356.0, 4346.0, 4356.0, 4372.0, 4358.0, 4371.0, 4358.0, 4348.0, 4361.0, 4363.0, 4371.0, 4393.0, 4372.0, 4368.0, 4385.0, 4382.0, 4381.0, 4373.0, 4393.0, 4361.0, 4368.0, 4384.0, 4379.0, 4358.0, 4380.0, 4370.0, 4359.0, 4357.0, 4361.0, 4388.0, 4370.0, 4371.0, 4361.0, 4358.0, 4359.0, 4372.0, 4390.0, 4389.0, 4438.0, 4410.0, 4368.0, 4348.0, 4346.0, 4357.0, 4370.0, 4388.0, 4359.0, 4371.0, 4358.0, 4358.0, 4360.0, 4370.0, 4380.0, 4372.0, 4358.0, 4361.0, 4371.0, 4391.0, 4374.0, 4369.0, 4347.0, 4362.0, 4379.0, 4393.0, 4389.0, 4347.0, 4358.0, 4360.0, 4369.0, 4401.0, 4359.0, 4368.0, 4371.0, 4369.0, 4371.0, 4347.0, 4335.0, 4361.0, 4367.0, 4368.0, 4359.0, 4359.0, 4346.0, 4360.0, 4370.0, 4356.0, 4373.0, 4380.0, 4359.0, 4347.0, 4372.0, 4371.0, 4370.0, 4373.0, 4367.0, 4358.0, 4380.0, 4371.0, 4360.0, 4372.0, 4359.0, 4357.0, 4372.0, 4380.0, 4372.0, 4359.0, 4348.0, 4360.0, 4371.0, 4369.0, 4414.0, 4360.0, 4367.0, 4373.0, 4380.0, 4370.0, 4412.0, 4381.0, 4359.0, 4357.0, 4360.0, 4408.0, 4389.0, 4399.0, 4347.0, 4345.0, 4359.0, 4358.0, 4377.0, 4370.0, 4365.0, 4346.0, 4355.0, 4359.0, 4347.0, 4358.0, 4345.0, 4333.0, 4360.0, 4357.0, 4359.0, 4379.0, 4348.0, 4347.0, 4361.0, 4359.0, 4400.0, 4360.0, 4377.0, 4357.0, 4367.0, 4360.0, 4418.0, 4378.0, 4353.0, 4333.0, 4342.0, 4334.0, 4343.0, 4387.0, 4360.0, 4377.0, 4347.0, 4368.0, 4370.0, 4368.0, 4422.0, 4360.0, 4366.0, 4336.0, 4377.0, 4358.0, 4426.0, 4420.0, 4334.0, 4344.0, 4332.0, 4355.0, 4346.0, 4375.0, 4346.0, 4362.0, 4332.0, 4353.0, 4357.0, 4354.0, 4367.0, 4344.0, 4342.0, 4356.0, 4366.0, 4347.0, 4388.0, 4347.0, 4335.0, 4334.0, 4346.0, 4364.0, 4345.0, 4419.0, 4347.0, 4344.0, 4334.0, 4358.0, 4365.0, 4371.0, 4359.0, 4358.0, 4369.0, 4370.0, 4360.0, 4393.0, 4351.0, 4347.0, 4359.0, 4360.0, 4409.0, 4414.0, 4399.0, 4346.0, 4344.0, 4368.0, 4347.0, 4438.0, 4388.0, 4334.0, 4332.0, 4356.0, 4354.0, 4345.0, 4376.0, 4333.0, 4331.0, 4344.0, 4346.0, 4385.0, 4388.0, 4353.0, 4323.0, 4342.0, 4335.0, 4333.0, 4375.0, 4342.0, 4329.0, 4357.0, 4354.0, 4344.0, 4346.0, 4345.0, 4345.0, 4342.0, 4359.0, 4366.0, 4357.0, 4359.0, 4349.0, 4347.0, 4359.0, 4359.0, 4366.0, 4359.0, 4359.0, 4348.0, 4347.0, 4369.0, 4347.0, 4396.0, 4372.0, 4369.0, 4348.0, 4346.0, 4357.0, 4345.0, 4429.0, 4369.0, 4365.0, 4336.0, 4357.0, 4356.0, 4368.0, 4356.0, 4344.0, 4345.0, 4337.0, 4395.0, 4369.0, 4344.0, 4322.0, 4332.0, 4347.0, 4346.0, 4388.0, 4357.0, 4353.0, 4332.0, 4356.0, 4346.0, 4334.0, 4376.0, 4344.0, 4352.0, 4346.0, 4357.0, 4347.0, 4358.0, 4348.0, 4335.0, 4355.0, 4368.0, 4367.0, 4359.0, 4344.0, 4344.0, 4354.0, 4360.0, 4357.0, 4336.0, 4347.0, 4358.0, 4357.0, 4356.0, 4360.0, 4369.0, 4347.0, 4380.0, 4350.0, 4345.0, 4344.0, 4357.0, 4348.0, 4346.0, 4389.0, 4346.0, 4344.0, 4357.0, 4357.0, 4348.0, 4377.0, 4347.0, 4354.0, 4360.0, 4357.0, 4347.0, 4360.0, 4367.0, 4345.0, 4368.0, 4348.0, 4427.0, 4391.0, 4347.0, 4347.0, 4347.0, 4367.0, 4335.0, 4440.0, 4380.0, 4355.0, 4324.0, 4360.0, 4357.0, 4388.0, 4419.0, 4345.0, 4353.0, 4347.0, 4366.0, 4347.0, 4374.0, 4324.0, 4352.0, 4345.0, 4343.0, 4333.0, 4331.0, 4335.0, 4332.0, 4334.0, 4357.0, 4335.0, 4337.0, 4346.0, 4346.0, 4347.0, 4358.0, 4358.0, 4347.0, 4377.0, 4348.0, 4342.0, 4345.0, 4344.0, 4349.0, 4356.0, 4348.0, 4361.0, 4361.0, 4359.0, 4360.0, 4372.0, 4379.0, 4351.0, 4402.0, 4362.0, 4358.0, 4361.0, 4360.0, 4360.0, 4381.0, 4379.0, 4347.0, 4379.0, 4337.0, 4420.0, 4348.0, 4375.0, 4349.0, 4367.0, 4349.0, 4367.0, 4357.0, 4344.0, 4368.0, 4336.0, 4418.0, 4347.0, 4363.0, 4343.0, 4366.0, 4345.0, 4396.0, 4430.0, 4444.0, 4439.0, 4384.0, 4352.0, 4329.0, 4319.0, 4332.0, 4342.0, 4356.0, 4347.0, 4347.0, 4359.0, 4358.0, 4358.0, 4368.0, 4335.0, 4357.0, 4356.0, 4360.0, 4373.0, 4402.0, 4349.0, 4397.0, 4362.0, 4419.0, 4367.0, 4392.0, 4355.0, 4320.0, 4321.0, 4330.0, 4342.0, 4345.0, 4354.0, 4333.0, 4363.0, 4330.0, 4317.0, 4341.0, 4343.0, 4334.0, 4340.0, 4344.0, 4344.0, 4345.0, 4334.0, 4344.0, 4357.0, 4354.0, 4336.0, 4389.0, 4359.0, 4346.0, 4347.0, 4358.0, 4348.0, 4349.0, 4370.0, 4347.0, 4368.0, 4361.0, 4411.0, 4349.0, 4366.0, 4336.0, 4367.0, 4361.0, 4369.0, 4359.0, 4346.0, 4347.0, 4360.0, 4359.0, 4360.0, 4357.0, 4358.0, 4357.0, 4362.0, 4378.0, 4338.0, 4367.0, 4349.0, 4347.0, 4347.0, 4371.0, 4367.0, 4368.0, 4390.0, 4364.0, 4350.0, 4351.0, 4360.0, 4381.0, 4358.0, 4399.0, 4364.0, 4390.0, 4350.0, 4359.0, 4361.0, 4360.0, 4433.0, 4361.0, 4390.0, 4351.0, 4420.0, 4370.0, 4420.0, 4368.0, 4363.0, 4336.0, 4354.0, 4386.0, 4322.0, 4354.0, 4332.0, 4354.0, 4334.0, 4364.0, 4333.0, 4341.0, 4344.0, 4343.0, 4334.0, 4342.0, 4332.0, 4343.0, 4347.0, 4354.0, 4345.0, 4336.0, 4335.0, 4346.0, 4367.0, 4347.0, 4364.0, 4349.0, 4347.0, 4349.0, 4345.0, 4358.0, 4357.0, 4377.0, 4350.0, 4368.0, 4348.0, 4357.0, 4361.0, 4358.0, 4362.0, 4348.0, 4347.0, 4351.0, 4390.0, 4401.0, 4400.0, 4350.0, 4366.0, 4359.0, 4408.0, 4358.0, 4385.0, 4346.0, 4353.0, 4347.0, 4355.0, 4343.0, 4325.0, 4355.0, 4344.0, 4343.0, 4348.0, 4367.0, 4334.0, 4347.0, 4336.0, 4336.0, 4345.0, 4357.0, 4376.0, 4347.0, 4372.0, 4363.0, 4350.0, 4360.0, 4372.0, 4379.0, 4360.0, 4382.0, 4362.0, 4349.0, 4359.0, 4362.0, 4401.0, 4390.0, 4442.0, 4413.0, 4377.0, 4347.0, 4366.0, 4358.0, 4405.0, 4415.0, 4377.0, 4394.0, 4320.0, 4340.0, 4333.0, 4373.0, 4331.0, 4411.0, 4385.0, 4330.0, 4318.0, 4306.0, 4317.0, 4332.0, 4341.0, 4334.0, 4342.0, 4332.0, 4344.0, 4333.0, 4345.0, 4334.0, 4331.0, 4332.0, 4344.0, 4363.0, 4334.0, 4341.0, 4334.0, 4352.0, 4321.0, 4382.0, 4332.0, 4320.0, 4319.0, 4343.0, 4354.0], 'WindowWidth': [9938.0, 9787.0, 9718.0, 9715.0, 9697.0, 9698.0, 9684.0, 9674.0, 9638.0, 9642.0, 9681.0, 9669.0, 9674.0, 9659.0, 9654.0, 9632.0, 9688.0, 9652.0, 9730.0, 9652.0, 9652.0, 9626.0, 9681.0, 9635.0, 9720.0, 9660.0, 9604.0, 9604.0, 9639.0, 9652.0, 9634.0, 9730.0, 9630.0, 9619.0, 9605.0, 9665.0, 9649.0, 9670.0, 9710.0, 9634.0, 9637.0, 9675.0, 9666.0, 9661.0, 9674.0, 9693.0, 9632.0, 9624.0, 9677.0, 9653.0, 9682.0, 9674.0, 9661.0, 9627.0, 9680.0, 9656.0, 9729.0, 9716.0, 9702.0, 9627.0, 9603.0, 9633.0, 9637.0, 9674.0, 9653.0, 9639.0, 9632.0, 9651.0, 9653.0, 9646.0, 9627.0, 9632.0, 9657.0, 9669.0, 9663.0, 9648.0, 9671.0, 9666.0, 9683.0, 9653.0, 9650.0, 9643.0, 9646.0, 9638.0, 9631.0, 9678.0, 9691.0, 9667.0, 9725.0, 9650.0, 9627.0, 9624.0, 9674.0, 9664.0, 9654.0, 9705.0, 9648.0, 9624.0, 9656.0, 9670.0, 9672.0, 9650.0, 9629.0, 9679.0, 9681.0, 9674.0, 9666.0, 9649.0, 9631.0, 9679.0, 9653.0, 9687.0, 9652.0, 9649.0, 9678.0, 9682.0, 9666.0, 9710.0, 9651.0, 9657.0, 9674.0, 9665.0, 9649.0, 9691.0, 9672.0, 9652.0, 9661.0, 9689.0, 9673.0, 9670.0, 9689.0, 9691.0, 9651.0, 9645.0, 9689.0, 9682.0, 9659.0, 9691.0, 9649.0, 9653.0, 9676.0, 9679.0, 9676.0, 9648.0, 9647.0, 9668.0, 9665.0, 9667.0, 9741.0, 9648.0, 9638.0, 9673.0, 9669.0, 9665.0, 9701.0, 9727.0, 9665.0, 9642.0, 9659.0, 9680.0, 9666.0, 9684.0, 9685.0, 9648.0, 9626.0, 9622.0, 9643.0, 9673.0, 9692.0, 9674.0, 9645.0, 9632.0, 9664.0, 9674.0, 9653.0, 9653.0, 9648.0, 9661.0, 9659.0, 9687.0, 9660.0, 9647.0, 9649.0, 9677.0, 9687.0, 9684.0, 9744.0, 9654.0, 9660.0, 9656.0, 9680.0, 9649.0, 9737.0, 9674.0, 9603.0, 9600.0, 9634.0, 9640.0, 9627.0, 9642.0, 9629.0, 9641.0, 9676.0, 9649.0, 9673.0, 9648.0, 9634.0, 9657.0, 9666.0, 9674.0, 9704.0, 9672.0, 9660.0, 9696.0, 9690.0, 9686.0, 9676.0, 9701.0, 9654.0, 9659.0, 9693.0, 9680.0, 9649.0, 9680.0, 9667.0, 9648.0, 9645.0, 9661.0, 9691.0, 9667.0, 9671.0, 9656.0, 9647.0, 9652.0, 9676.0, 9696.0, 9690.0, 9756.0, 9720.0, 9662.0, 9633.0, 9627.0, 9647.0, 9672.0, 9689.0, 9652.0, 9671.0, 9648.0, 9647.0, 9658.0, 9670.0, 9683.0, 9672.0, 9647.0, 9660.0, 9672.0, 9700.0, 9679.0, 9663.0, 9631.0, 9663.0, 9681.0, 9703.0, 9690.0, 9631.0, 9649.0, 9657.0, 9666.0, 9711.0, 9651.0, 9661.0, 9672.0, 9666.0, 9670.0, 9629.0, 9611.0, 9660.0, 9662.0, 9663.0, 9650.0, 9652.0, 9629.0, 9656.0, 9669.0, 9645.0, 9677.0, 9680.0, 9649.0, 9631.0, 9675.0, 9671.0, 9668.0, 9674.0, 9657.0, 9646.0, 9682.0, 9672.0, 9655.0, 9673.0, 9648.0, 9643.0, 9675.0, 9682.0, 9675.0, 9650.0, 9633.0, 9655.0, 9673.0, 9666.0, 9733.0, 9652.0, 9655.0, 9676.0, 9683.0, 9670.0, 9728.0, 9682.0, 9645.0, 9642.0, 9655.0, 9716.0, 9691.0, 9704.0, 9630.0, 9622.0, 9651.0, 9651.0, 9673.0, 9665.0, 9651.0, 9627.0, 9638.0, 9654.0, 9633.0, 9647.0, 9622.0, 9602.0, 9654.0, 9646.0, 9653.0, 9676.0, 9634.0, 9630.0, 9657.0, 9654.0, 9707.0, 9653.0, 9669.0, 9642.0, 9657.0, 9655.0, 9727.0, 9673.0, 9629.0, 9603.0, 9616.0, 9612.0, 9619.0, 9683.0, 9654.0, 9669.0, 9630.0, 9660.0, 9670.0, 9660.0, 9739.0, 9650.0, 9652.0, 9610.0, 9672.0, 9648.0, 9736.0, 9733.0, 9606.0, 9619.0, 9600.0, 9637.0, 9630.0, 9665.0, 9625.0, 9638.0, 9599.0, 9630.0, 9645.0, 9636.0, 9658.0, 9621.0, 9612.0, 9641.0, 9657.0, 9631.0, 9686.0, 9629.0, 9608.0, 9607.0, 9628.0, 9648.0, 9626.0, 9729.0, 9631.0, 9619.0, 9609.0, 9651.0, 9655.0, 9672.0, 9651.0, 9646.0, 9662.0, 9671.0, 9656.0, 9702.0, 9642.0, 9629.0, 9648.0, 9656.0, 9718.0, 9731.0, 9701.0, 9625.0, 9620.0, 9663.0, 9632.0, 9756.0, 9685.0, 9605.0, 9601.0, 9642.0, 9635.0, 9624.0, 9666.0, 9604.0, 9598.0, 9621.0, 9632.0, 9681.0, 9685.0, 9631.0, 9588.0, 9615.0, 9614.0, 9607.0, 9665.0, 9614.0, 9592.0, 9645.0, 9639.0, 9623.0, 9629.0, 9624.0, 9621.0, 9616.0, 9653.0, 9655.0, 9645.0, 9650.0, 9635.0, 9630.0, 9651.0, 9654.0, 9656.0, 9651.0, 9650.0, 9633.0, 9630.0, 9666.0, 9634.0, 9697.0, 9673.0, 9661.0, 9631.0, 9628.0, 9645.0, 9626.0, 9746.0, 9662.0, 9649.0, 9611.0, 9646.0, 9643.0, 9662.0, 9641.0, 9619.0, 9622.0, 9618.0, 9693.0, 9664.0, 9618.0, 9587.0, 9598.0, 9633.0, 9629.0, 9686.0, 9643.0, 9628.0, 9600.0, 9643.0, 9629.0, 9611.0, 9666.0, 9619.0, 9626.0, 9627.0, 9645.0, 9632.0, 9646.0, 9630.0, 9609.0, 9636.0, 9663.0, 9658.0, 9646.0, 9618.0, 9618.0, 9631.0, 9652.0, 9646.0, 9614.0, 9629.0, 9644.0, 9639.0, 9636.0, 9654.0, 9663.0, 9631.0, 9676.0, 9635.0, 9619.0, 9617.0, 9644.0, 9632.0, 9625.0, 9685.0, 9624.0, 9617.0, 9642.0, 9643.0, 9632.0, 9669.0, 9627.0, 9630.0, 9652.0, 9645.0, 9631.0, 9649.0, 9655.0, 9623.0, 9662.0, 9634.0, 9739.0, 9696.0, 9629.0, 9627.0, 9628.0, 9658.0, 9612.0, 9760.0, 9676.0, 9634.0, 9592.0, 9650.0, 9643.0, 9686.0, 9729.0, 9622.0, 9629.0, 9628.0, 9656.0, 9630.0, 9658.0, 9592.0, 9624.0, 9621.0, 9620.0, 9606.0, 9596.0, 9608.0, 9599.0, 9605.0, 9644.0, 9611.0, 9614.0, 9623.0, 9622.0, 9626.0, 9646.0, 9647.0, 9629.0, 9666.0, 9628.0, 9612.0, 9620.0, 9620.0, 9636.0, 9640.0, 9631.0, 9653.0, 9652.0, 9645.0, 9652.0, 9672.0, 9675.0, 9639.0, 9709.0, 9655.0, 9644.0, 9651.0, 9652.0, 9653.0, 9678.0, 9674.0, 9628.0, 9676.0, 9616.0, 9731.0, 9631.0, 9662.0, 9635.0, 9656.0, 9636.0, 9656.0, 9640.0, 9619.0, 9661.0, 9615.0, 9728.0, 9627.0, 9640.0, 9614.0, 9655.0, 9626.0, 9694.0, 9752.0, 9785.0, 9764.0, 9673.0, 9626.0, 9592.0, 9581.0, 9600.0, 9614.0, 9640.0, 9630.0, 9630.0, 9650.0, 9646.0, 9647.0, 9659.0, 9611.0, 9641.0, 9639.0, 9652.0, 9674.0, 9712.0, 9633.0, 9695.0, 9657.0, 9730.0, 9655.0, 9681.0, 9635.0, 9579.0, 9581.0, 9593.0, 9612.0, 9626.0, 9633.0, 9603.0, 9640.0, 9592.0, 9568.0, 9609.0, 9619.0, 9608.0, 9607.0, 9620.0, 9617.0, 9621.0, 9604.0, 9618.0, 9643.0, 9634.0, 9611.0, 9687.0, 9646.0, 9623.0, 9625.0, 9645.0, 9631.0, 9632.0, 9660.0, 9626.0, 9656.0, 9654.0, 9719.0, 9631.0, 9649.0, 9607.0, 9656.0, 9656.0, 9662.0, 9646.0, 9624.0, 9625.0, 9653.0, 9649.0, 9647.0, 9640.0, 9641.0, 9638.0, 9658.0, 9674.0, 9620.0, 9653.0, 9632.0, 9627.0, 9627.0, 9667.0, 9656.0, 9658.0, 9689.0, 9661.0, 9636.0, 9638.0, 9649.0, 9681.0, 9646.0, 9700.0, 9664.0, 9691.0, 9635.0, 9646.0, 9656.0, 9651.0, 9756.0, 9653.0, 9689.0, 9638.0, 9731.0, 9662.0, 9729.0, 9654.0, 9640.0, 9612.0, 9632.0, 9679.0, 9586.0, 9630.0, 9597.0, 9632.0, 9606.0, 9646.0, 9601.0, 9607.0, 9620.0, 9618.0, 9605.0, 9610.0, 9598.0, 9617.0, 9630.0, 9635.0, 9623.0, 9612.0, 9609.0, 9622.0, 9658.0, 9630.0, 9645.0, 9634.0, 9627.0, 9631.0, 9621.0, 9646.0, 9644.0, 9666.0, 9637.0, 9656.0, 9629.0, 9639.0, 9654.0, 9646.0, 9655.0, 9630.0, 9627.0, 9641.0, 9693.0, 9707.0, 9703.0, 9635.0, 9648.0, 9647.0, 9712.0, 9645.0, 9673.0, 9621.0, 9626.0, 9628.0, 9637.0, 9615.0, 9592.0, 9630.0, 9615.0, 9612.0, 9634.0, 9655.0, 9606.0, 9624.0, 9610.0, 9609.0, 9618.0, 9644.0, 9666.0, 9629.0, 9668.0, 9657.0, 9634.0, 9648.0, 9673.0, 9675.0, 9650.0, 9683.0, 9657.0, 9632.0, 9645.0, 9659.0, 9708.0, 9689.0, 9766.0, 9726.0, 9667.0, 9625.0, 9649.0, 9646.0, 9702.0, 9718.0, 9666.0, 9685.0, 9577.0, 9604.0, 9603.0, 9656.0, 9596.0, 9704.0, 9675.0, 9592.0, 9571.0, 9553.0, 9571.0, 9600.0, 9612.0, 9609.0, 9615.0, 9600.0, 9620.0, 9606.0, 9624.0, 9606.0, 9595.0, 9600.0, 9622.0, 9646.0, 9607.0, 9609.0, 9609.0, 9630.0, 9586.0, 9668.0, 9602.0, 9580.0, 9577.0, 9618.0, 9635.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.00034329493087557607</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03526077246543779</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.64198956618216</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1583249296885807</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9614955387197218</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5325</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2863.165</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2591945433593081</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>492</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>56.68202764976959</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3235998326034957</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2211376743166786</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4563211232549227</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2933407002388866</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00882527</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009539689868688583</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04900094121694565</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.291321151995663</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>20.1047</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.7438</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>247.3916</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>286526.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1099.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>433.2308</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7168</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.5258</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3541.6765</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3632.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>90018.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1676.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4678.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.3547</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.753715534461662</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> |