=== 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-0115 --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-0115",
"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-0115_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-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0115/figures/sub-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115/ses-03/func/sub-0115_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>82240979501a9c4a1b1f419a14f3efa1</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>20:27:10.952500</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.997473, -0.0194454, -0.0683349, 0.00940126, 0.989484, -0.144339]</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.0808722</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>[4226, -7694, -7314, 192, -144, -79, -115, 101]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>234.828</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>edb89e51-9940-4858-8b7f-18c1d4e94a9a||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.676146984100342, 0.025222893804311752, -0.1901421695947647, 111.4565200805664], [0.05217048525810242, 2.654712438583374, -0.3869946300983429, -97.7342758178711], [-0.18333765864372253, 0.38724976778030396, 2.6653480529785156, -99.50725555419922], [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': ['202710.952500', '202711.412500', '202711.872500', '202712.332500', '202712.792500', '202713.252500', '202713.712500', '202714.172500', '202714.632500', '202715.092500', '202715.552500', '202716.012500', '202716.472500', '202716.932500', '202717.392500', '202717.852500', '202718.312500', '202718.772500', '202719.232500', '202719.692500', '202720.152500', '202720.612500', '202721.072500', '202721.532500', '202721.992500', '202722.452500', '202722.912500', '202723.372500', '202723.832500', '202724.292500', '202724.752500', '202725.212500', '202725.672500', '202726.132500', '202726.592500', '202727.052500', '202727.512500', '202727.972500', '202728.432500', '202728.892500', '202729.352500', '202729.812500', '202730.272500', '202730.732500', '202731.192500', '202731.652500', '202732.112500', '202732.572500', '202733.032500', '202733.492500', '202733.952500', '202734.412500', '202734.872500', '202735.332500', '202735.792500', '202736.252500', '202736.712500', '202737.172500', '202737.632500', '202738.092500', '202738.552500', '202739.012500', '202739.472500', '202739.932500', '202740.392500', '202740.852500', '202741.312500', '202741.772500', '202742.232500', '202742.692500', '202743.152500', '202743.612500', '202744.072500', '202744.532500', '202744.992500', '202745.452500', '202745.912500', '202746.372500', '202746.832500', '202747.292500', '202747.752500', '202748.212500', '202748.672500', '202749.132500', '202749.592500', '202750.052500', '202750.512500', '202750.972500', '202751.432500', '202751.892500', '202752.352500', '202752.812500', '202753.272500', '202753.732500', '202754.192500', '202754.652500', '202755.112500', '202755.572500', '202756.032500', '202756.492500', '202756.952500', '202757.412500', '202757.872500', '202758.332500', '202758.792500', '202759.252500', '202759.712500', '202800.172500', '202800.632500', '202801.092500', '202801.552500', '202802.012500', '202802.472500', '202802.932500', '202803.392500', '202803.852500', '202804.312500', '202804.772500', '202805.232500', '202805.692500', '202806.152500', '202806.612500', '202807.072500', '202807.532500', '202807.992500', '202808.452500', '202808.912500', '202809.372500', '202809.832500', '202810.292500', '202810.752500', '202811.212500', '202811.672500', '202812.132500', '202812.592500', '202813.052500', '202813.512500', '202813.972500', '202814.432500', '202814.892500', '202815.352500', '202815.812500', '202816.272500', '202816.732500', '202817.192500', '202817.652500', '202818.112500', '202818.572500', '202819.032500', '202819.492500', '202819.952500', '202820.412500', '202820.872500', '202821.332500', '202821.792500', '202822.252500', '202822.712500', '202823.172500', '202823.632500', '202824.092500', '202824.552500', '202825.012500', '202825.472500', '202825.932500', '202826.392500', '202826.852500', '202827.312500', '202827.772500', '202828.232500', '202828.692500', '202829.152500', '202829.612500', '202830.072500', '202830.532500', '202830.992500', '202831.452500', '202831.912500', '202832.372500', '202832.832500', '202833.292500', '202833.752500', '202834.212500', '202834.672500', '202835.132500', '202835.592500', '202836.052500', '202836.512500', '202836.972500', '202837.432500', '202837.892500', '202838.352500', '202838.812500', '202839.272500', '202839.732500', '202840.192500', '202840.652500', '202841.112500', '202841.572500', '202842.032500', '202842.492500', '202842.952500', '202843.412500', '202843.872500', '202844.332500', '202844.792500', '202845.252500', '202845.712500', '202846.172500', '202846.632500', '202847.092500', '202847.552500', '202848.012500', '202848.472500', '202848.932500', '202849.392500', '202849.852500', '202850.312500', '202850.772500', '202851.232500', '202851.692500', '202852.152500', '202852.612500', '202853.072500', '202853.532500', '202853.992500', '202854.452500', '202854.912500', '202855.372500', '202855.832500', '202856.292500', '202856.752500', '202857.212500', '202857.672500', '202858.132500', '202858.592500', '202859.052500', '202859.512500', '202859.972500', '202900.432500', '202900.892500', '202901.352500', '202901.812500', '202902.272500', '202902.732500', '202903.192500', '202903.652500', '202904.112500', '202904.572500', '202905.032500', '202905.492500', '202905.952500', '202906.412500', '202906.872500', '202907.332500', '202907.792500', '202908.252500', '202908.712500', '202909.172500', '202909.632500', '202910.092500', '202910.552500', '202911.012500', '202911.472500', '202911.932500', '202912.392500', '202912.852500', '202913.312500', '202913.772500', '202914.232500', '202914.692500', '202915.152500', '202915.612500', '202916.072500', '202916.532500', '202916.992500', '202917.452500', '202917.912500', '202918.372500', '202918.832500', '202919.292500', '202919.752500', '202920.212500', '202920.672500', '202921.132500', '202921.592500', '202922.052500', '202922.512500', '202922.972500', '202923.432500', '202923.892500', '202924.352500', '202924.812500', '202925.272500', '202925.732500', '202926.192500', '202926.652500', '202927.112500', '202927.572500', '202928.032500', '202928.492500', '202928.952500', '202929.412500', '202929.872500', '202930.332500', '202930.792500', '202931.252500', '202931.712500', '202932.172500', '202932.632500', '202933.092500', '202933.552500', '202934.012500', '202934.472500', '202934.932500', '202935.392500', '202935.852500', '202936.312500', '202936.772500', '202937.232500', '202937.692500', '202938.152500', '202938.612500', '202939.072500', '202939.532500', '202939.992500', '202940.452500', '202940.912500', '202941.372500', '202941.832500', '202942.292500', '202942.752500', '202943.212500', '202943.672500', '202944.132500', '202944.592500', '202945.052500', '202945.512500', '202945.972500', '202946.432500', '202946.892500', '202947.352500', '202947.812500', '202948.272500', '202948.732500', '202949.192500', '202949.652500', '202950.112500', '202950.572500', '202951.032500', '202951.492500', '202951.952500', '202952.412500', '202952.872500', '202953.332500', '202953.792500', '202954.252500', '202954.712500', '202955.172500', '202955.632500', '202956.092500', '202956.552500', '202957.012500', '202957.472500', '202957.932500', '202958.392500', '202958.852500', '202959.312500', '202959.772500', '203000.232500', '203000.692500', '203001.152500', '203001.612500', '203002.072500', '203002.532500', '203002.992500', '203003.452500', '203003.912500', '203004.372500', '203004.832500', '203005.292500', '203005.752500', '203006.212500', '203006.672500', '203007.132500', '203007.592500', '203008.052500', '203008.512500', '203008.972500', '203009.432500', '203009.892500', '203010.352500', '203010.812500', '203011.272500', '203011.732500', '203012.192500', '203012.652500', '203013.112500', '203013.572500', '203014.032500', '203014.492500', '203014.952500', '203015.412500', '203015.872500', '203016.332500', '203016.792500', '203017.252500', '203017.712500', '203018.172500', '203018.632500', '203019.092500', '203019.552500', '203020.012500', '203020.472500', '203020.932500', '203021.392500', '203021.852500', '203022.312500', '203022.772500', '203023.232500', '203023.692500', '203024.152500', '203024.612500', '203025.072500', '203025.532500', '203025.992500', '203026.452500', '203026.912500', '203027.372500', '203027.832500', '203028.292500', '203028.752500', '203029.212500', '203029.672500', '203030.132500', '203030.592500', '203031.052500', '203031.512500', '203031.972500', '203032.432500', '203032.892500', '203033.352500', '203033.812500', '203034.272500', '203034.732500', '203035.192500', '203035.652500', '203036.112500', '203036.572500', '203037.032500', '203037.492500', '203037.952500', '203038.412500', '203038.872500', '203039.332500', '203039.792500', '203040.252500', '203040.712500', '203041.172500', '203041.632500', '203042.092500', '203042.552500', '203043.012500', '203043.472500', '203043.932500', '203044.392500', '203044.852500', '203045.312500', '203045.772500', '203046.232500', '203046.692500', '203047.152500', '203047.612500', '203048.072500', '203048.532500', '203048.992500', '203049.452500', '203049.912500', '203050.372500', '203050.832500', '203051.292500', '203051.752500', '203052.212500', '203052.672500', '203053.132500', '203053.592500', '203054.052500', '203054.512500', '203054.972500', '203055.432500', '203055.892500', '203056.352500', '203056.812500', '203057.272500', '203057.732500', '203058.192500', '203058.652500', '203059.112500', '203059.572500', '203100.032500', '203100.492500', '203100.952500', '203101.412500', '203101.872500', '203102.332500', '203102.792500', '203103.252500', '203103.712500', '203104.172500', '203104.632500', '203105.092500', '203105.552500', '203106.012500', '203106.472500', '203106.932500', '203107.392500', '203107.852500', '203108.312500', '203108.772500', '203109.232500', '203109.692500', '203110.152500', '203110.612500', '203111.072500', '203111.532500', '203111.992500', '203112.452500', '203112.912500', '203113.372500', '203113.832500', '203114.292500', '203114.752500', '203115.212500', '203115.672500', '203116.132500', '203116.592500', '203117.052500', '203117.512500', '203117.972500', '203118.432500', '203118.892500', '203119.352500', '203119.812500', '203120.272500', '203120.732500', '203121.192500', '203121.652500', '203122.112500', '203122.572500', '203123.032500', '203123.492500', '203123.952500', '203124.412500', '203124.872500', '203125.332500', '203125.792500', '203126.252500', '203126.712500', '203127.172500', '203127.632500', '203128.092500', '203128.552500', '203129.012500', '203129.472500', '203129.932500', '203130.392500', '203130.852500', '203131.312500', '203131.772500', '203132.232500', '203132.692500', '203133.152500', '203133.612500', '203134.072500', '203134.532500', '203134.992500', '203135.452500', '203135.912500', '203136.372500', '203136.832500', '203137.292500', '203137.752500', '203138.212500', '203138.672500', '203139.132500', '203139.592500', '203140.052500', '203140.512500', '203140.972500', '203141.432500', '203141.892500', '203142.352500', '203142.812500', '203143.272500', '203143.732500', '203144.192500', '203144.652500', '203145.112500', '203145.572500', '203146.032500', '203146.492500', '203146.952500', '203147.412500', '203147.872500', '203148.332500', '203148.792500', '203149.252500', '203149.712500', '203150.172500', '203150.632500', '203151.092500', '203151.552500', '203152.012500', '203152.472500', '203152.932500', '203153.392500', '203153.852500', '203154.312500', '203154.772500', '203155.232500', '203155.692500', '203156.152500', '203156.612500', '203157.072500', '203157.532500', '203157.992500', '203158.452500', '203158.912500', '203159.372500', '203159.832500', '203200.292500', '203200.752500', '203201.212500', '203201.672500', '203202.132500', '203202.592500', '203203.052500', '203203.512500', '203203.972500', '203204.432500', '203204.892500', '203205.352500', '203205.812500', '203206.272500', '203206.732500', '203207.192500', '203207.652500', '203208.112500', '203208.572500', '203209.032500', '203209.492500', '203209.952500', '203210.412500', '203210.872500', '203211.332500', '203211.792500', '203212.252500', '203212.712500', '203213.172500', '203213.632500', '203214.092500', '203214.552500', '203215.012500', '203215.472500', '203215.932500', '203216.392500', '203216.852500', '203217.312500', '203217.772500', '203218.232500', '203218.692500', '203219.152500', '203219.612500', '203220.072500', '203220.532500', '203220.992500', '203221.452500', '203221.912500', '203222.372500', '203222.832500', '203223.292500', '203223.752500', '203224.212500', '203224.672500', '203225.132500', '203225.592500', '203226.052500', '203226.512500', '203226.972500', '203227.432500', '203227.892500', '203228.352500', '203228.812500', '203229.272500', '203229.732500', '203230.192500', '203230.652500', '203231.112500', '203231.572500', '203232.032500', '203232.492500', '203232.952500', '203233.412500', '203233.872500', '203234.332500', '203234.792500', '203235.252500', '203235.712500', '203236.172500', '203236.632500', '203237.092500', '203237.552500', '203238.012500', '203238.472500', '203238.932500', '203239.392500', '203239.852500', '203240.312500', '203240.772500', '203241.232500', '203241.692500', '203242.152500', '203242.612500', '203243.072500', '203243.532500', '203243.992500', '203244.452500', '203244.912500', '203245.372500', '203245.832500', '203246.292500', '203246.752500', '203247.212500', '203247.672500', '203248.132500', '203248.592500', '203249.052500', '203249.512500', '203249.972500', '203250.432500', '203250.892500', '203251.352500', '203251.812500', '203252.272500', '203252.732500', '203253.192500', '203253.652500', '203254.112500', '203254.572500', '203255.032500', '203255.492500', '203255.952500', '203256.412500', '203256.872500', '203257.332500', '203257.792500', '203258.252500', '203258.712500', '203259.172500', '203259.632500', '203300.092500', '203300.552500', '203301.012500', '203301.472500', '203301.932500', '203302.392500', '203302.852500', '203303.312500', '203303.772500', '203304.232500', '203304.692500', '203305.152500', '203305.612500', '203306.072500', '203306.532500', '203306.992500', '203307.452500', '203307.912500', '203308.372500', '203308.832500', '203309.292500', '203309.752500', '203310.212500', '203310.672500', '203311.132500', '203311.592500', '203312.052500', '203312.512500', '203312.972500', '203313.432500', '203313.892500', '203314.352500', '203314.812500', '203315.272500', '203315.732500', '203316.192500', '203316.652500', '203317.112500', '203317.572500', '203318.032500', '203318.492500', '203318.952500', '203319.412500', '203319.872500', '203320.332500', '203320.792500', '203321.252500', '203321.712500', '203322.172500', '203322.632500', '203323.092500', '203323.552500', '203324.012500', '203324.472500', '203324.932500', '203325.392500', '203325.852500', '203326.312500', '203326.772500', '203327.232500', '203327.692500', '203328.152500', '203328.612500', '203329.072500', '203329.532500', '203329.992500', '203330.452500', '203330.912500', '203331.372500', '203331.832500', '203332.292500', '203332.752500', '203333.212500', '203333.672500', '203334.132500', '203334.592500', '203335.052500', '203335.512500', '203335.972500', '203336.432500', '203336.892500', '203337.352500', '203337.812500', '203338.272500', '203338.732500', '203339.192500', '203339.652500', '203340.112500', '203340.572500', '203341.032500', '203341.492500', '203341.952500', '203342.412500', '203342.872500', '203343.332500', '203343.792500', '203344.252500', '203344.712500', '203345.172500', '203345.632500', '203346.092500', '203346.552500', '203347.012500', '203347.472500', '203347.932500', '203348.392500', '203348.852500', '203349.312500', '203349.772500', '203350.232500', '203350.692500', '203351.152500', '203351.612500'], 'ContentTime': ['202739.661000', '202739.664000', '202739.667000', '202739.670000', '202739.673000', '202739.675000', '202739.678000', '202739.680000', '202739.683000', '202739.686000', '202739.695000', '202739.697000', '202739.700000', '202739.703000', '202739.705000', '202739.708000', '202739.710000', '202739.713000', '202739.715000', '202739.718000', '202739.720000', '202739.723000', '202739.726000', '202739.728000', '202739.731000', '202739.733000', '202739.736000', '202739.738000', '202739.741000', '202739.744000', '202739.746000', '202739.749000', '202739.751000', '202739.754000', '202739.756000', '202739.759000', '202739.762000', '202739.765000', '202739.768000', '202739.771000', '202739.773000', '202739.776000', '202739.779000', '202739.781000', '202739.784000', '202739.786000', '202739.789000', '202739.791000', '202739.794000', '202739.796000', '202739.799000', '202739.833000', '202739.836000', '202739.838000', '202739.841000', '202739.843000', '202739.846000', '202739.848000', '202739.851000', '202739.854000', '202759.624000', '202759.627000', '202759.630000', '202759.632000', '202759.635000', '202759.638000', '202759.640000', '202759.643000', '202759.645000', '202759.648000', '202759.650000', '202759.658000', '202759.661000', '202759.664000', '202759.667000', '202759.669000', '202759.672000', '202759.675000', '202759.677000', '202759.680000', '202759.682000', '202759.685000', '202759.687000', '202759.690000', '202759.693000', '202759.695000', '202759.698000', '202759.700000', '202759.703000', '202759.705000', '202759.708000', '202759.710000', '202759.713000', '202759.716000', '202759.718000', '202759.721000', '202759.723000', '202759.726000', '202759.729000', '202759.731000', '202759.734000', '202759.736000', '202759.739000', '202759.741000', '202819.624000', '202819.627000', '202819.630000', '202819.632000', '202819.635000', '202819.638000', '202819.640000', '202819.643000', '202819.665000', '202819.667000', '202819.677000', '202819.680000', '202819.682000', '202819.685000', '202819.687000', '202819.690000', '202819.692000', '202819.695000', '202819.697000', '202819.700000', '202819.703000', '202819.705000', '202819.708000', '202819.710000', '202819.713000', '202819.715000', '202819.718000', '202819.720000', '202819.723000', '202819.726000', '202819.728000', '202819.731000', '202819.733000', '202819.736000', '202819.738000', '202819.741000', '202819.743000', '202819.746000', '202819.749000', '202819.751000', '202819.754000', '202819.756000', '202819.759000', '202839.623000', '202839.626000', '202839.629000', '202839.631000', '202839.634000', '202839.636000', '202839.639000', '202839.642000', '202839.644000', '202839.647000', '202839.649000', '202839.652000', '202839.655000', '202839.657000', '202839.660000', '202839.662000', '202839.665000', '202839.667000', '202839.670000', '202839.672000', '202839.675000', '202839.678000', '202839.680000', '202839.683000', '202839.685000', '202839.688000', '202839.691000', '202839.693000', '202839.696000', '202839.698000', '202839.701000', '202839.704000', '202839.706000', '202839.709000', '202839.712000', '202839.714000', '202839.717000', '202839.719000', '202839.722000', '202839.725000', '202839.727000', '202839.730000', '202839.732000', '202859.623000', '202859.626000', '202859.629000', '202859.631000', '202859.634000', '202859.637000', '202859.639000', '202859.642000', '202859.644000', '202859.647000', '202859.649000', '202859.652000', '202859.655000', '202859.657000', '202859.660000', '202859.662000', '202859.665000', '202859.667000', '202859.670000', '202859.672000', '202859.675000', '202859.678000', '202859.680000', '202859.683000', '202859.685000', '202859.688000', '202859.691000', '202859.693000', '202859.696000', '202859.698000', '202859.701000', '202859.703000', '202859.706000', '202859.708000', '202859.711000', '202859.714000', '202859.716000', '202859.719000', '202859.721000', '202859.724000', '202859.726000', '202859.729000', '202859.732000', '202859.734000', '202919.623000', '202919.626000', '202919.629000', '202919.632000', '202919.634000', '202919.637000', '202919.639000', '202919.642000', '202919.645000', '202919.647000', '202919.650000', '202919.652000', '202919.655000', '202919.657000', '202919.669000', '202919.672000', '202919.674000', '202919.677000', '202919.680000', '202919.682000', '202919.685000', '202919.688000', '202919.690000', '202919.693000', '202919.695000', '202919.698000', '202919.701000', '202919.704000', '202919.707000', '202919.709000', '202919.712000', '202919.715000', '202919.717000', '202919.720000', '202919.723000', '202919.725000', '202919.728000', '202919.731000', '202919.733000', '202919.736000', '202919.738000', '202919.741000', '202919.744000', '202939.624000', '202939.627000', '202939.629000', '202939.632000', '202939.634000', '202939.637000', '202939.640000', '202939.642000', '202939.645000', '202939.647000', '202939.650000', '202939.652000', '202939.655000', '202939.658000', '202939.660000', '202939.663000', '202939.665000', '202939.668000', '202939.670000', '202939.673000', '202939.676000', '202939.678000', '202939.681000', '202939.683000', '202939.686000', '202939.689000', '202939.691000', '202939.694000', '202939.696000', '202939.699000', '202939.701000', '202939.704000', '202939.706000', '202939.709000', '202939.712000', '202939.714000', '202939.717000', '202939.719000', '202939.722000', '202939.725000', '202939.727000', '202939.730000', '202939.732000', '202939.735000', '202959.624000', '202959.627000', '202959.629000', '202959.632000', '202959.641000', '202959.643000', '202959.646000', '202959.649000', '202959.651000', '202959.654000', '202959.656000', '202959.659000', '202959.661000', '202959.664000', '202959.667000', '202959.669000', '202959.672000', '202959.674000', '202959.677000', '202959.680000', '202959.682000', '202959.685000', '202959.687000', '202959.690000', '202959.693000', '202959.696000', '202959.699000', '202959.711000', '202959.714000', '202959.716000', '202959.719000', '202959.722000', '202959.724000', '202959.727000', '202959.730000', '202959.732000', '202959.735000', '202959.737000', '202959.740000', '202959.742000', '202959.745000', '202959.747000', '202959.750000', '203019.625000', '203019.628000', '203019.630000', '203019.633000', '203019.635000', '203019.638000', '203019.640000', '203019.643000', '203019.646000', '203019.648000', '203019.651000', '203019.653000', '203019.656000', '203019.658000', '203019.661000', '203019.663000', '203019.666000', '203019.669000', '203019.671000', '203019.674000', '203019.676000', '203019.679000', '203019.681000', '203019.684000', '203019.686000', '203019.689000', '203019.692000', '203019.694000', '203019.697000', '203019.699000', '203019.702000', '203019.704000', '203019.707000', '203019.710000', '203019.712000', '203019.715000', '203019.717000', '203019.720000', '203019.723000', '203019.725000', '203019.728000', '203019.731000', '203019.733000', '203019.736000', '203039.625000', '203039.627000', '203039.630000', '203039.633000', '203039.635000', '203039.638000', '203039.640000', '203039.643000', '203039.646000', '203039.648000', '203039.651000', '203039.653000', '203039.656000', '203039.658000', '203039.661000', '203039.664000', '203039.666000', '203039.669000', '203039.671000', '203039.674000', '203039.677000', '203039.679000', '203039.682000', '203039.684000', '203039.687000', '203039.690000', '203039.692000', '203039.695000', '203039.698000', '203039.701000', '203039.703000', '203039.706000', '203039.708000', '203039.711000', '203039.713000', '203039.716000', '203039.719000', '203039.721000', '203039.724000', '203039.727000', '203039.729000', '203039.732000', '203039.734000', '203059.624000', '203059.626000', '203059.629000', '203059.632000', '203059.634000', '203059.637000', '203059.639000', '203059.642000', '203059.645000', '203059.647000', '203059.650000', '203059.652000', '203059.655000', '203059.658000', '203059.660000', '203059.663000', '203059.665000', '203059.668000', '203059.671000', '203059.673000', '203059.676000', '203059.678000', '203059.681000', '203059.683000', '203059.686000', '203059.688000', '203059.691000', '203059.694000', '203059.696000', '203059.699000', '203059.701000', '203059.704000', '203059.707000', '203059.709000', '203059.712000', '203059.714000', '203059.717000', '203059.719000', '203059.722000', '203059.725000', '203059.727000', '203059.730000', '203059.732000', '203059.735000', '203119.624000', '203119.626000', '203119.629000', '203119.632000', '203119.634000', '203119.637000', '203119.639000', '203119.651000', '203119.654000', '203119.656000', '203119.659000', '203119.661000', '203119.664000', '203119.667000', '203119.669000', '203119.672000', '203119.674000', '203119.677000', '203119.680000', '203119.682000', '203119.685000', '203119.687000', '203119.691000', '203119.694000', '203119.697000', '203119.699000', '203119.702000', '203119.705000', '203119.707000', '203119.710000', '203119.712000', '203119.715000', '203119.717000', '203119.720000', '203119.723000', '203119.725000', '203119.728000', '203119.730000', '203119.733000', '203119.735000', '203119.738000', '203119.741000', '203119.743000', '203139.624000', '203139.627000', '203139.629000', '203139.632000', '203139.634000', '203139.637000', '203139.639000', '203139.642000', '203139.645000', '203139.647000', '203139.650000', '203139.652000', '203139.655000', '203139.658000', '203139.660000', '203139.663000', '203139.665000', '203139.668000', '203139.671000', '203139.673000', '203139.676000', '203139.678000', '203139.681000', '203139.684000', '203139.686000', '203139.689000', '203139.691000', '203139.694000', '203139.696000', '203139.699000', '203139.702000', '203139.704000', '203139.707000', '203139.709000', '203139.712000', '203139.714000', '203139.717000', '203139.720000', '203139.722000', '203139.725000', '203139.727000', '203139.730000', '203139.733000', '203139.735000', '203159.623000', '203159.626000', '203159.629000', '203159.632000', '203159.634000', '203159.637000', '203159.639000', '203159.642000', '203159.645000', '203159.647000', '203159.650000', '203159.652000', '203159.655000', '203159.657000', '203159.660000', '203159.663000', '203159.665000', '203159.668000', '203159.670000', '203159.673000', '203159.676000', '203159.678000', '203159.681000', '203159.683000', '203159.686000', '203159.689000', '203159.691000', '203159.694000', '203159.696000', '203159.699000', '203159.702000', '203159.704000', '203159.707000', '203159.709000', '203159.712000', '203159.714000', '203159.717000', '203159.720000', '203159.722000', '203159.725000', '203159.728000', '203159.736000', '203159.739000', '203219.624000', '203219.627000', '203219.630000', '203219.632000', '203219.635000', '203219.638000', '203219.640000', '203219.643000', '203219.645000', '203219.648000', '203219.650000', '203219.653000', '203219.655000', '203219.658000', '203219.661000', '203219.663000', '203219.666000', '203219.668000', '203219.671000', '203219.674000', '203219.676000', '203219.679000', '203219.681000', '203219.684000', '203219.687000', '203219.689000', '203219.692000', '203219.694000', '203219.697000', '203219.700000', '203219.702000', '203219.705000', '203219.707000', '203219.710000', '203219.712000', '203219.715000', '203219.718000', '203219.720000', '203219.723000', '203219.725000', '203219.728000', '203219.730000', '203219.733000', '203219.736000', '203239.624000', '203239.627000', '203239.630000', '203239.633000', '203239.635000', '203239.638000', '203239.640000', '203239.643000', '203239.646000', '203239.648000', '203239.651000', '203239.653000', '203239.656000', '203239.659000', '203239.661000', '203239.664000', '203239.666000', '203239.669000', '203239.671000', '203239.674000', '203239.676000', '203239.679000', '203239.682000', '203239.684000', '203239.687000', '203239.689000', '203239.692000', '203239.695000', '203239.697000', '203239.700000', '203239.703000', '203239.705000', '203239.708000', '203239.710000', '203239.713000', '203239.716000', '203239.718000', '203239.721000', '203239.723000', '203239.726000', '203239.728000', '203239.731000', '203239.734000', '203259.624000', '203259.627000', '203259.630000', '203259.633000', '203259.656000', '203259.658000', '203259.661000', '203259.663000', '203259.666000', '203259.668000', '203259.671000', '203259.674000', '203259.676000', '203259.679000', '203259.681000', '203259.684000', '203259.686000', '203259.689000', '203259.692000', '203259.694000', '203259.697000', '203259.699000', '203259.702000', '203259.705000', '203259.707000', '203259.710000', '203259.712000', '203259.715000', '203259.718000', '203259.720000', '203259.723000', '203259.725000', '203259.728000', '203259.731000', '203259.733000', '203259.736000', '203259.738000', '203259.741000', '203259.744000', '203259.746000', '203259.749000', '203259.751000', '203259.754000', '203319.623000', '203319.626000', '203319.629000', '203319.632000', '203319.634000', '203319.638000', '203319.641000', '203319.643000', '203319.646000', '203319.649000', '203319.651000', '203319.654000', '203319.656000', '203319.659000', '203319.662000', '203319.664000', '203319.667000', '203319.669000', '203319.672000', '203319.675000', '203319.677000', '203319.680000', '203319.682000', '203319.685000', '203319.688000', '203319.690000', '203319.693000', '203319.695000', '203319.698000', '203319.701000', '203319.703000', '203319.706000', '203319.709000', '203319.711000', '203319.714000', '203319.716000', '203319.719000', '203319.722000', '203319.724000', '203319.727000', '203319.730000', '203319.732000', '203319.735000', '203319.737000', '203339.623000', '203339.626000', '203339.629000', '203339.631000', '203339.634000', '203339.637000', '203339.639000', '203339.642000', '203339.644000', '203339.647000', '203339.649000', '203339.652000', '203339.655000', '203339.657000', '203339.660000', '203339.662000', '203339.665000', '203339.667000', '203339.670000', '203339.672000', '203339.675000', '203339.678000', '203339.680000', '203339.683000', '203339.685000', '203339.688000', '203339.690000', '203339.693000', '203339.696000', '203339.698000', '203339.701000', '203339.703000', '203339.706000', '203339.709000', '203339.711000', '203339.714000', '203339.716000', '203339.719000', '203339.721000', '203339.724000', '203339.726000', '203339.729000', '203339.732000', '203339.734000', '203352.890000', '203352.893000', '203352.896000', '203352.899000', '203352.902000', '203352.905000', '203352.907000', '203352.910000', '203352.913000', '203352.916000', '203352.919000', '203352.921000', '203352.924000', '203352.927000', '203352.930000', '203352.932000', '203352.935000', '203352.938000', '203352.941000', '203352.943000', '203352.946000', '203352.949000', '203352.952000', '203352.954000', '203352.957000', '203352.960000', '203352.963000', '203352.965000', '203352.968000'], 'InstanceCreationTime': ['202739.661000', '202739.664000', '202739.667000', '202739.670000', '202739.673000', '202739.675000', '202739.678000', '202739.680000', '202739.683000', '202739.686000', '202739.695000', '202739.697000', '202739.700000', '202739.703000', '202739.705000', '202739.708000', '202739.710000', '202739.713000', '202739.715000', '202739.718000', '202739.720000', '202739.723000', '202739.726000', '202739.728000', '202739.731000', '202739.733000', '202739.736000', '202739.738000', '202739.741000', '202739.744000', '202739.746000', '202739.749000', '202739.751000', '202739.754000', '202739.756000', '202739.759000', '202739.762000', '202739.765000', '202739.768000', '202739.771000', '202739.773000', '202739.776000', '202739.779000', '202739.781000', '202739.784000', '202739.786000', '202739.789000', '202739.791000', '202739.794000', '202739.796000', '202739.799000', '202739.833000', '202739.836000', '202739.838000', '202739.841000', '202739.843000', '202739.846000', '202739.848000', '202739.851000', '202739.854000', '202759.624000', '202759.627000', '202759.630000', '202759.632000', '202759.635000', '202759.638000', '202759.640000', '202759.643000', '202759.645000', '202759.648000', '202759.650000', '202759.658000', '202759.661000', '202759.664000', '202759.667000', '202759.669000', '202759.672000', '202759.675000', '202759.677000', '202759.680000', '202759.682000', '202759.685000', '202759.687000', '202759.690000', '202759.693000', '202759.695000', '202759.698000', '202759.700000', '202759.703000', '202759.705000', '202759.708000', '202759.710000', '202759.713000', '202759.716000', '202759.718000', '202759.721000', '202759.723000', '202759.726000', '202759.729000', '202759.731000', '202759.734000', '202759.736000', '202759.739000', '202759.741000', '202819.624000', '202819.627000', '202819.630000', '202819.632000', '202819.635000', '202819.638000', '202819.640000', '202819.643000', '202819.665000', '202819.667000', '202819.677000', '202819.680000', '202819.682000', '202819.685000', '202819.687000', '202819.690000', '202819.692000', '202819.695000', '202819.697000', '202819.700000', '202819.703000', '202819.705000', '202819.708000', '202819.710000', '202819.713000', '202819.715000', '202819.718000', '202819.720000', '202819.723000', '202819.726000', '202819.728000', '202819.731000', '202819.733000', '202819.736000', '202819.738000', '202819.741000', '202819.743000', '202819.746000', '202819.749000', '202819.751000', '202819.754000', '202819.756000', '202819.759000', '202839.623000', '202839.626000', '202839.629000', '202839.631000', '202839.634000', '202839.636000', '202839.639000', '202839.642000', '202839.644000', '202839.647000', '202839.649000', '202839.652000', '202839.655000', '202839.657000', '202839.660000', '202839.662000', '202839.665000', '202839.667000', '202839.670000', '202839.672000', '202839.675000', '202839.678000', '202839.680000', '202839.683000', '202839.685000', '202839.688000', '202839.691000', '202839.693000', '202839.696000', '202839.698000', '202839.701000', '202839.704000', '202839.706000', '202839.709000', '202839.712000', '202839.714000', '202839.717000', '202839.719000', '202839.722000', '202839.725000', '202839.727000', '202839.730000', '202839.732000', '202859.623000', '202859.626000', '202859.629000', '202859.631000', '202859.634000', '202859.637000', '202859.639000', '202859.642000', '202859.644000', '202859.647000', '202859.649000', '202859.652000', '202859.655000', '202859.657000', '202859.660000', '202859.662000', '202859.665000', '202859.667000', '202859.670000', '202859.672000', '202859.675000', '202859.678000', '202859.680000', '202859.683000', '202859.685000', '202859.688000', '202859.691000', '202859.693000', '202859.696000', '202859.698000', '202859.701000', '202859.703000', '202859.706000', '202859.708000', '202859.711000', '202859.714000', '202859.716000', '202859.719000', '202859.721000', '202859.724000', '202859.726000', '202859.729000', '202859.732000', '202859.734000', '202919.623000', '202919.626000', '202919.629000', '202919.632000', '202919.634000', '202919.637000', '202919.639000', '202919.642000', '202919.645000', '202919.647000', '202919.650000', '202919.652000', '202919.655000', '202919.657000', '202919.669000', '202919.672000', '202919.674000', '202919.677000', '202919.680000', '202919.682000', '202919.685000', '202919.688000', '202919.690000', '202919.693000', '202919.695000', '202919.698000', '202919.701000', '202919.704000', '202919.707000', '202919.709000', '202919.712000', '202919.715000', '202919.717000', '202919.720000', '202919.723000', '202919.725000', '202919.728000', '202919.731000', '202919.733000', '202919.736000', '202919.738000', '202919.741000', '202919.744000', '202939.624000', '202939.627000', '202939.629000', '202939.632000', '202939.634000', '202939.637000', '202939.640000', '202939.642000', '202939.645000', '202939.647000', '202939.650000', '202939.652000', '202939.655000', '202939.658000', '202939.660000', '202939.663000', '202939.665000', '202939.668000', '202939.670000', '202939.673000', '202939.676000', '202939.678000', '202939.681000', '202939.683000', '202939.686000', '202939.689000', '202939.691000', '202939.694000', '202939.696000', '202939.699000', '202939.701000', '202939.704000', '202939.706000', '202939.709000', '202939.712000', '202939.714000', '202939.717000', '202939.719000', '202939.722000', '202939.725000', '202939.727000', '202939.730000', '202939.732000', '202939.735000', '202959.624000', '202959.627000', '202959.629000', '202959.632000', '202959.641000', '202959.643000', '202959.646000', '202959.649000', '202959.651000', '202959.654000', '202959.656000', '202959.659000', '202959.661000', '202959.664000', '202959.667000', '202959.669000', '202959.672000', '202959.674000', '202959.677000', '202959.680000', '202959.682000', '202959.685000', '202959.687000', '202959.690000', '202959.693000', '202959.696000', '202959.699000', '202959.711000', '202959.714000', '202959.716000', '202959.719000', '202959.722000', '202959.724000', '202959.727000', '202959.730000', '202959.732000', '202959.735000', '202959.737000', '202959.740000', '202959.742000', '202959.745000', '202959.747000', '202959.750000', '203019.625000', '203019.628000', '203019.630000', '203019.633000', '203019.635000', '203019.638000', '203019.640000', '203019.643000', '203019.646000', '203019.648000', '203019.651000', '203019.653000', '203019.656000', '203019.658000', '203019.661000', '203019.663000', '203019.666000', '203019.669000', '203019.671000', '203019.674000', '203019.676000', '203019.679000', '203019.681000', '203019.684000', '203019.686000', '203019.689000', '203019.692000', '203019.694000', '203019.697000', '203019.699000', '203019.702000', '203019.704000', '203019.707000', '203019.710000', '203019.712000', '203019.715000', '203019.717000', '203019.720000', '203019.723000', '203019.725000', '203019.728000', '203019.731000', '203019.733000', '203019.736000', '203039.625000', '203039.627000', '203039.630000', '203039.633000', '203039.635000', '203039.638000', '203039.640000', '203039.643000', '203039.646000', '203039.648000', '203039.651000', '203039.653000', '203039.656000', '203039.658000', '203039.661000', '203039.664000', '203039.666000', '203039.669000', '203039.671000', '203039.674000', '203039.677000', '203039.679000', '203039.682000', '203039.684000', '203039.687000', '203039.690000', '203039.692000', '203039.695000', '203039.698000', '203039.701000', '203039.703000', '203039.706000', '203039.708000', '203039.711000', '203039.713000', '203039.716000', '203039.719000', '203039.721000', '203039.724000', '203039.727000', '203039.729000', '203039.732000', '203039.734000', '203059.624000', '203059.626000', '203059.629000', '203059.632000', '203059.634000', '203059.637000', '203059.639000', '203059.642000', '203059.645000', '203059.647000', '203059.650000', '203059.652000', '203059.655000', '203059.658000', '203059.660000', '203059.663000', '203059.665000', '203059.668000', '203059.671000', '203059.673000', '203059.676000', '203059.678000', '203059.681000', '203059.683000', '203059.686000', '203059.688000', '203059.691000', '203059.694000', '203059.696000', '203059.699000', '203059.701000', '203059.704000', '203059.707000', '203059.709000', '203059.712000', '203059.714000', '203059.717000', '203059.719000', '203059.722000', '203059.725000', '203059.727000', '203059.730000', '203059.732000', '203059.735000', '203119.624000', '203119.626000', '203119.629000', '203119.632000', '203119.634000', '203119.637000', '203119.639000', '203119.651000', '203119.654000', '203119.656000', '203119.659000', '203119.661000', '203119.664000', '203119.667000', '203119.669000', '203119.672000', '203119.674000', '203119.677000', '203119.680000', '203119.682000', '203119.685000', '203119.687000', '203119.691000', '203119.694000', '203119.697000', '203119.699000', '203119.702000', '203119.705000', '203119.707000', '203119.710000', '203119.712000', '203119.715000', '203119.717000', '203119.720000', '203119.723000', '203119.725000', '203119.728000', '203119.730000', '203119.733000', '203119.735000', '203119.738000', '203119.741000', '203119.743000', '203139.624000', '203139.627000', '203139.629000', '203139.632000', '203139.634000', '203139.637000', '203139.639000', '203139.642000', '203139.645000', '203139.647000', '203139.650000', '203139.652000', '203139.655000', '203139.658000', '203139.660000', '203139.663000', '203139.665000', '203139.668000', '203139.671000', '203139.673000', '203139.676000', '203139.678000', '203139.681000', '203139.684000', '203139.686000', '203139.689000', '203139.691000', '203139.694000', '203139.696000', '203139.699000', '203139.702000', '203139.704000', '203139.707000', '203139.709000', '203139.712000', '203139.714000', '203139.717000', '203139.720000', '203139.722000', '203139.725000', '203139.727000', '203139.730000', '203139.733000', '203139.735000', '203159.623000', '203159.626000', '203159.629000', '203159.632000', '203159.634000', '203159.637000', '203159.639000', '203159.642000', '203159.645000', '203159.647000', '203159.650000', '203159.652000', '203159.655000', '203159.657000', '203159.660000', '203159.663000', '203159.665000', '203159.668000', '203159.670000', '203159.673000', '203159.676000', '203159.678000', '203159.681000', '203159.683000', '203159.686000', '203159.689000', '203159.691000', '203159.694000', '203159.696000', '203159.699000', '203159.702000', '203159.704000', '203159.707000', '203159.709000', '203159.712000', '203159.714000', '203159.717000', '203159.720000', '203159.722000', '203159.725000', '203159.728000', '203159.736000', '203159.739000', '203219.624000', '203219.627000', '203219.630000', '203219.632000', '203219.635000', '203219.638000', '203219.640000', '203219.643000', '203219.645000', '203219.648000', '203219.650000', '203219.653000', '203219.655000', '203219.658000', '203219.661000', '203219.663000', '203219.666000', '203219.668000', '203219.671000', '203219.674000', '203219.676000', '203219.679000', '203219.681000', '203219.684000', '203219.687000', '203219.689000', '203219.692000', '203219.694000', '203219.697000', '203219.700000', '203219.702000', '203219.705000', '203219.707000', '203219.710000', '203219.712000', '203219.715000', '203219.718000', '203219.720000', '203219.723000', '203219.725000', '203219.728000', '203219.730000', '203219.733000', '203219.736000', '203239.624000', '203239.627000', '203239.630000', '203239.633000', '203239.635000', '203239.638000', '203239.640000', '203239.643000', '203239.646000', '203239.648000', '203239.651000', '203239.653000', '203239.656000', '203239.659000', '203239.661000', '203239.664000', '203239.666000', '203239.669000', '203239.671000', '203239.674000', '203239.676000', '203239.679000', '203239.682000', '203239.684000', '203239.687000', '203239.689000', '203239.692000', '203239.695000', '203239.697000', '203239.700000', '203239.703000', '203239.705000', '203239.708000', '203239.710000', '203239.713000', '203239.716000', '203239.718000', '203239.721000', '203239.723000', '203239.726000', '203239.728000', '203239.731000', '203239.734000', '203259.624000', '203259.627000', '203259.630000', '203259.633000', '203259.656000', '203259.658000', '203259.661000', '203259.663000', '203259.666000', '203259.668000', '203259.671000', '203259.674000', '203259.676000', '203259.679000', '203259.681000', '203259.684000', '203259.686000', '203259.689000', '203259.692000', '203259.694000', '203259.697000', '203259.699000', '203259.702000', '203259.705000', '203259.707000', '203259.710000', '203259.712000', '203259.715000', '203259.718000', '203259.720000', '203259.723000', '203259.725000', '203259.728000', '203259.731000', '203259.733000', '203259.736000', '203259.738000', '203259.741000', '203259.744000', '203259.746000', '203259.749000', '203259.751000', '203259.754000', '203319.623000', '203319.626000', '203319.629000', '203319.632000', '203319.634000', '203319.638000', '203319.641000', '203319.643000', '203319.646000', '203319.649000', '203319.651000', '203319.654000', '203319.656000', '203319.659000', '203319.662000', '203319.664000', '203319.667000', '203319.669000', '203319.672000', '203319.675000', '203319.677000', '203319.680000', '203319.682000', '203319.685000', '203319.688000', '203319.690000', '203319.693000', '203319.695000', '203319.698000', '203319.701000', '203319.703000', '203319.706000', '203319.709000', '203319.711000', '203319.714000', '203319.716000', '203319.719000', '203319.722000', '203319.724000', '203319.727000', '203319.730000', '203319.732000', '203319.735000', '203319.737000', '203339.623000', '203339.626000', '203339.629000', '203339.631000', '203339.634000', '203339.637000', '203339.639000', '203339.642000', '203339.644000', '203339.647000', '203339.649000', '203339.652000', '203339.655000', '203339.657000', '203339.660000', '203339.662000', '203339.665000', '203339.667000', '203339.670000', '203339.672000', '203339.675000', '203339.678000', '203339.680000', '203339.683000', '203339.685000', '203339.688000', '203339.690000', '203339.693000', '203339.696000', '203339.698000', '203339.701000', '203339.703000', '203339.706000', '203339.709000', '203339.711000', '203339.714000', '203339.716000', '203339.719000', '203339.721000', '203339.724000', '203339.726000', '203339.729000', '203339.732000', '203339.734000', '203352.890000', '203352.893000', '203352.896000', '203352.899000', '203352.902000', '203352.905000', '203352.907000', '203352.910000', '203352.913000', '203352.916000', '203352.919000', '203352.921000', '203352.924000', '203352.927000', '203352.930000', '203352.932000', '203352.935000', '203352.938000', '203352.941000', '203352.943000', '203352.946000', '203352.949000', '203352.952000', '203352.954000', '203352.957000', '203352.960000', '203352.963000', '203352.965000', '203352.968000'], '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': [8262, 11871, 7677, 12037, 9223, 14917, 9290, 12640, 8167, 11540, 7823, 12211, 9149, 14401, 8818, 12073, 7646, 10625, 7286, 11260, 8410, 12470, 7795, 10457, 7683, 11589, 8606, 10801, 8593, 7535, 8200, 7747, 7969, 10884, 12230, 9745, 9566, 8188, 8582, 11193, 11398, 11255, 10680, 7347, 8417, 7358, 8711, 7285, 14130, 7986, 13217, 7410, 12829, 7455, 12281, 8003, 12940, 8043, 10140, 8056, 11200, 8603, 11649, 10890, 7489, 8479, 7239, 8064, 7173, 12099, 7383, 12134, 7322, 10565, 7176, 11481, 8797, 14746, 9635, 11576, 8207, 10105, 8255, 10298, 9612, 9213, 9015, 7123, 8254, 6950, 10708, 7485, 13169, 7486, 11051, 7267, 11089, 8375, 14003, 8030, 11102, 8050, 11546, 8055, 12909, 8593, 13730, 10880, 12612, 8410, 9394, 8103, 8872, 8150, 8807, 8929, 7325, 8106, 6914, 8487, 6960, 11199, 7843, 12909, 7423, 10510, 7252, 11119, 8449, 14594, 8064, 12836, 7641, 11818, 7517, 13535, 9409, 11287, 7814, 10125, 8109, 10619, 8765, 10293, 9556, 7622, 8171, 7312, 8571, 8131, 10059, 9961, 9642, 7440, 8547, 7640, 7902, 9511, 9181, 10128, 8229, 9116, 7818, 11404, 8035, 12764, 9318, 8187, 7769, 7843, 7670, 9143, 9717, 9561, 9223, 7496, 8298, 7238, 9457, 8015, 15220, 9345, 12638, 7387, 11571, 7696, 13677, 10352, 14587, 8990, 10535, 8099, 9628, 10169, 8196, 9895, 7248, 10764, 7384, 14039, 8093, 10469, 7035, 11349, 7491, 13938, 10310, 11355, 8004, 8689, 8110, 9797, 11221, 8378, 8809, 7516, 8136, 7459, 10162, 8459, 13763, 7204, 10025, 7352, 11514, 7031, 14086, 7861, 10860, 7574, 9359, 7352, 10403, 7670, 13595, 8810, 12162, 7793, 10707, 8008, 12559, 9703, 13553, 10018, 11397, 8233, 12361, 8493, 12443, 9244, 10458, 8162, 10933, 7962, 12773, 10006, 11271, 8307, 9697, 7913, 11167, 8800, 11203, 8644, 7644, 8246, 7803, 8172, 8635, 9578, 7610, 8083, 7146, 8723, 7969, 12301, 8488, 10028, 7173, 8952, 7538, 11027, 8228, 11478, 7131, 8679, 6790, 9634, 6975, 13776, 8288, 11793, 7173, 9656, 7295, 11557, 8467, 12017, 8366, 7820, 8095, 8919, 8840, 10383, 11244, 7385, 8531, 7169, 8823, 7571, 13046, 7707, 9781, 7246, 8861, 7325, 10769, 7268, 12216, 7268, 10782, 7475, 12489, 8758, 14712, 11128, 10922, 8341, 7689, 8404, 8651, 10020, 9920, 10608, 7133, 8313, 7192, 10189, 7184, 14760, 9058, 12531, 7583, 12108, 8012, 13906, 9868, 12204, 8306, 9568, 7905, 9988, 9464, 11011, 11405, 7302, 8584, 6911, 10117, 7171, 14841, 8180, 12820, 7611, 12672, 8844, 12256, 10230, 7368, 8204, 6950, 9588, 7228, 14999, 10840, 15416, 8033, 9771, 8272, 8023, 10001, 7198, 11731, 7160, 10475, 7422, 12889, 8416, 14942, 11241, 10206, 8087, 7423, 8096, 7504, 10929, 7890, 10122, 7169, 8658, 6949, 9553, 6970, 13467, 7539, 11682, 7749, 12324, 7885, 12298, 9907, 8537, 8505, 7235, 7682, 7274, 12502, 7705, 12101, 7591, 10467, 7581, 10045, 9233, 7254, 8869, 6869, 10275, 7341, 14870, 10430, 13888, 7901, 12936, 8333, 13412, 10648, 11678, 8605, 7725, 8165, 7579, 8010, 7250, 10805, 7062, 8948, 7091, 11142, 8015, 11717, 8480, 8274, 7714, 8665, 7929, 12480, 10528, 13026, 10053, 10279, 8320, 12602, 8092, 13217, 9821, 14039, 8576, 12238, 7706, 10852, 7230, 11462, 8469, 11766, 8236, 7422, 7590, 7443, 7511, 7117, 11052, 6780, 9512, 7188, 10487, 7183, 12848, 9332, 13837, 8005, 13311, 8666, 13667, 11214, 15645, 11153, 13187, 7725, 12418, 7469, 12530, 9336, 13341, 7450, 10919, 7319, 9775, 7187, 11366, 8688, 13225, 7399, 10626, 7416, 11369, 8324, 12892, 10306, 10361, 7999, 10505, 8098, 13743, 9282, 14755, 11550, 12402, 8000, 11247, 7940, 12706, 8894, 13149, 9661, 8244, 8276, 7541, 7601, 8971, 8261, 10402, 9492, 7573, 8061, 7401, 8114, 7601, 10492, 9846, 9894, 7374, 8347, 7462, 8971, 10028, 13033, 10547, 10118, 7327, 8994, 7198, 8920, 8162, 12682, 8726, 9993, 7329, 8181, 7159, 8102, 7356, 10130, 7082, 8168, 7212, 8259, 7496, 8199, 8867, 11887, 7505, 8404, 7411, 8295, 7411, 8295, 9639, 8521, 11978, 9308, 6956, 7485, 7326, 8182, 7675, 9358, 7944, 7406, 13002, 11264, 12114, 10840, 7305, 10495, 7537, 14920, 11787, 16016, 13043, 12772, 12329, 11177, 13633, 8518, 15823, 9962, 7694, 9097, 7775, 7294, 7458, 7207, 8064, 8240, 8888, 8472, 9168, 10057, 7612, 13668, 9850, 14721, 9421, 12672, 8356, 10276, 8903, 8651, 9476, 8728, 13085, 7389, 9103, 7080, 8516, 6885, 9199, 7031, 12472, 7218, 9330, 7104, 8336, 7077, 8840, 7831, 11698, 7526, 9704, 7820, 9660, 8034, 10735, 10080, 7828, 8333, 7765, 8909, 8295, 12217, 9460, 13600, 7010, 10326, 7120, 10699, 7228, 13285, 7896, 12679, 7100, 10287, 7066, 10376, 7124, 12895, 7715, 11090, 7191, 10404, 7304, 12211, 9576, 11534, 8422, 10043, 8433, 10942, 9531, 11513, 10980, 7457, 8737, 7024, 10527, 7569, 14891, 9810, 13633, 7570, 10987, 7870, 11282, 9191, 10177, 9284, 7506, 8738, 6928, 10508, 7468, 14412, 8315, 12804, 7495, 11572, 7207, 12588, 8631, 14050, 9388, 13338, 7573, 12736, 7458, 12626, 8157, 13159, 10253, 7603, 7927, 7453, 7773, 6957, 11558, 7951, 14000, 7381, 12386, 7676, 13416, 9956, 15314, 8594, 13445, 7207, 13554, 8956, 14215, 10371, 10351, 7969, 9711, 8018, 10790, 11224, 8227, 8654, 7356, 8569, 7427, 11651, 7694, 12634, 6965, 10348, 7296, 11571, 8263, 14464, 7823, 13182, 7539, 12607, 7823, 13560, 9451, 13490, 9477, 9451, 7906, 7785, 8315, 7959, 10375, 7472, 10691, 6885, 10139, 7163, 12285, 9479, 9743, 9042, 7052, 9155, 6975, 13168, 9572, 15384, 8036, 13135, 7337, 11998, 7481, 13391, 8767, 12313, 7558, 10127, 7183, 11456, 8702, 13115, 8954, 7696, 7872, 7621, 7879, 7127, 13825, 7843, 12840, 7126, 12594, 8535, 14480, 10300, 14123, 7434, 13031, 7662, 13301, 9898, 15467, 10455, 13160, 7496, 10789, 7481, 11068, 8063, 14634, 7540, 9727, 7356, 11320, 8001, 10215, 9144, 6986, 14183, 9684, 12159, 11506, 6937, 10966, 7536, 13474, 9528, 15799], 'WindowCenter': [4157.0, 4180.0, 4116.0, 4163.0, 4131.0, 4170.0, 4118.0, 4157.0, 4106.0, 4135.0, 4095.0, 4145.0, 4115.0, 4156.0, 4115.0, 4145.0, 4094.0, 4123.0, 4084.0, 4134.0, 4106.0, 4145.0, 4095.0, 4125.0, 4096.0, 4147.0, 4107.0, 4137.0, 4117.0, 4096.0, 4107.0, 4096.0, 4107.0, 4137.0, 4160.0, 4127.0, 4127.0, 4105.0, 4105.0, 4136.0, 4136.0, 4136.0, 4125.0, 4083.0, 4093.0, 4082.0, 4103.0, 4083.0, 4156.0, 4094.0, 4145.0, 4084.0, 4144.0, 4084.0, 4144.0, 4105.0, 4145.0, 4094.0, 4124.0, 4094.0, 4134.0, 4105.0, 4134.0, 4136.0, 4083.0, 4093.0, 4082.0, 4093.0, 4083.0, 4145.0, 4084.0, 4146.0, 4084.0, 4124.0, 4084.0, 4135.0, 4105.0, 4166.0, 4126.0, 4135.0, 4104.0, 4123.0, 4104.0, 4124.0, 4115.0, 4115.0, 4115.0, 4084.0, 4104.0, 4084.0, 4125.0, 4085.0, 4156.0, 4084.0, 4134.0, 4084.0, 4134.0, 4106.0, 4156.0, 4095.0, 4135.0, 4094.0, 4134.0, 4094.0, 4144.0, 4104.0, 4154.0, 4136.0, 4144.0, 4093.0, 4112.0, 4092.0, 4102.0, 4093.0, 4103.0, 4114.0, 4083.0, 4094.0, 4084.0, 4104.0, 4085.0, 4136.0, 4106.0, 4157.0, 4096.0, 4135.0, 4085.0, 4135.0, 4107.0, 4168.0, 4106.0, 4157.0, 4096.0, 4146.0, 4096.0, 4156.0, 4129.0, 4147.0, 4096.0, 4136.0, 4106.0, 4137.0, 4117.0, 4137.0, 4127.0, 4096.0, 4106.0, 4095.0, 4117.0, 4106.0, 4127.0, 4127.0, 4127.0, 4096.0, 4106.0, 4095.0, 4106.0, 4115.0, 4117.0, 4126.0, 4106.0, 4115.0, 4096.0, 4147.0, 4106.0, 4157.0, 4128.0, 4107.0, 4096.0, 4106.0, 4097.0, 4127.0, 4128.0, 4129.0, 4128.0, 4097.0, 4107.0, 4097.0, 4128.0, 4108.0, 4180.0, 4129.0, 4159.0, 4097.0, 4147.0, 4097.0, 4157.0, 4138.0, 4168.0, 4117.0, 4136.0, 4096.0, 4126.0, 4126.0, 4106.0, 4126.0, 4085.0, 4136.0, 4096.0, 4167.0, 4106.0, 4137.0, 4085.0, 4136.0, 4096.0, 4156.0, 4140.0, 4137.0, 4096.0, 4104.0, 4095.0, 4125.0, 4138.0, 4105.0, 4105.0, 4084.0, 4093.0, 4082.0, 4124.0, 4093.0, 4145.0, 4072.0, 4112.0, 4071.0, 4122.0, 4072.0, 4143.0, 4082.0, 4123.0, 4082.0, 4102.0, 4083.0, 4123.0, 4083.0, 4155.0, 4105.0, 4145.0, 4084.0, 4123.0, 4094.0, 4143.0, 4116.0, 4156.0, 4125.0, 4135.0, 4094.0, 4144.0, 4104.0, 4145.0, 4115.0, 4124.0, 4093.0, 4122.0, 4093.0, 4143.0, 4126.0, 4134.0, 4093.0, 4113.0, 4093.0, 4123.0, 4104.0, 4134.0, 4104.0, 4083.0, 4093.0, 4082.0, 4104.0, 4104.0, 4126.0, 4095.0, 4095.0, 4084.0, 4105.0, 4095.0, 4147.0, 4105.0, 4115.0, 4073.0, 4104.0, 4083.0, 4124.0, 4094.0, 4134.0, 4073.0, 4092.0, 4061.0, 4113.0, 4073.0, 4144.0, 4094.0, 4135.0, 4074.0, 4113.0, 4084.0, 4135.0, 4107.0, 4146.0, 4107.0, 4096.0, 4106.0, 4117.0, 4117.0, 4127.0, 4149.0, 4086.0, 4106.0, 4085.0, 4116.0, 4095.0, 4158.0, 4096.0, 4126.0, 4085.0, 4115.0, 4085.0, 4135.0, 4086.0, 4146.0, 4085.0, 4136.0, 4086.0, 4157.0, 4118.0, 4167.0, 4150.0, 4137.0, 4107.0, 4096.0, 4106.0, 4106.0, 4127.0, 4128.0, 4137.0, 4086.0, 4105.0, 4085.0, 4126.0, 4085.0, 4168.0, 4116.0, 4146.0, 4084.0, 4145.0, 4095.0, 4155.0, 4127.0, 4146.0, 4106.0, 4125.0, 4095.0, 4125.0, 4126.0, 4136.0, 4147.0, 4085.0, 4105.0, 4085.0, 4136.0, 4086.0, 4169.0, 4106.0, 4157.0, 4096.0, 4157.0, 4117.0, 4147.0, 4139.0, 4096.0, 4106.0, 4086.0, 4126.0, 4097.0, 4168.0, 4139.0, 4179.0, 4107.0, 4126.0, 4105.0, 4095.0, 4126.0, 4086.0, 4147.0, 4086.0, 4136.0, 4085.0, 4156.0, 4106.0, 4166.0, 4148.0, 4125.0, 4095.0, 4083.0, 4094.0, 4084.0, 4135.0, 4095.0, 4125.0, 4084.0, 4104.0, 4084.0, 4114.0, 4084.0, 4156.0, 4095.0, 4145.0, 4095.0, 4146.0, 4106.0, 4146.0, 4127.0, 4105.0, 4105.0, 4095.0, 4095.0, 4095.0, 4157.0, 4096.0, 4147.0, 4096.0, 4136.0, 4096.0, 4126.0, 4128.0, 4096.0, 4117.0, 4076.0, 4137.0, 4096.0, 4167.0, 4138.0, 4157.0, 4106.0, 4156.0, 4105.0, 4156.0, 4137.0, 4146.0, 4105.0, 4094.0, 4093.0, 4094.0, 4094.0, 4084.0, 4136.0, 4085.0, 4115.0, 4085.0, 4147.0, 4108.0, 4148.0, 4118.0, 4117.0, 4108.0, 4117.0, 4108.0, 4159.0, 4139.0, 4158.0, 4128.0, 4126.0, 4106.0, 4146.0, 4095.0, 4146.0, 4126.0, 4156.0, 4106.0, 4145.0, 4095.0, 4134.0, 4095.0, 4146.0, 4107.0, 4147.0, 4107.0, 4097.0, 4108.0, 4098.0, 4098.0, 4098.0, 4161.0, 4090.0, 4140.0, 4100.0, 4150.0, 4101.0, 4171.0, 4143.0, 4182.0, 4121.0, 4170.0, 4121.0, 4170.0, 4150.0, 4180.0, 4149.0, 4158.0, 4096.0, 4146.0, 4086.0, 4146.0, 4116.0, 4157.0, 4085.0, 4136.0, 4085.0, 4125.0, 4085.0, 4146.0, 4118.0, 4157.0, 4097.0, 4136.0, 4097.0, 4148.0, 4108.0, 4158.0, 4139.0, 4127.0, 4107.0, 4137.0, 4107.0, 4168.0, 4128.0, 4168.0, 4150.0, 4157.0, 4097.0, 4136.0, 4106.0, 4157.0, 4117.0, 4157.0, 4129.0, 4107.0, 4107.0, 4096.0, 4097.0, 4117.0, 4108.0, 4138.0, 4130.0, 4098.0, 4108.0, 4098.0, 4109.0, 4109.0, 4150.0, 4139.0, 4128.0, 4098.0, 4108.0, 4097.0, 4118.0, 4128.0, 4159.0, 4139.0, 4139.0, 4097.0, 4116.0, 4086.0, 4117.0, 4106.0, 4158.0, 4107.0, 4127.0, 4085.0, 4105.0, 4085.0, 4096.0, 4085.0, 4138.0, 4085.0, 4106.0, 4086.0, 4106.0, 4096.0, 4107.0, 4117.0, 4149.0, 4097.0, 4107.0, 4096.0, 4107.0, 4096.0, 4108.0, 4128.0, 4118.0, 4149.0, 4129.0, 4100.0, 4099.0, 4099.0, 4119.0, 4110.0, 4130.0, 4123.0, 4123.0, 4185.0, 4164.0, 4174.0, 4153.0, 4112.0, 4150.0, 4110.0, 4181.0, 4162.0, 4208.0, 4174.0, 4162.0, 4162.0, 4151.0, 4169.0, 4119.0, 4180.0, 4140.0, 4109.0, 4127.0, 4109.0, 4100.0, 4111.0, 4113.0, 4123.0, 4134.0, 4133.0, 4133.0, 4143.0, 4143.0, 4112.0, 4174.0, 4143.0, 4183.0, 4145.0, 4161.0, 4107.0, 4114.0, 4103.0, 4092.0, 4103.0, 4093.0, 4145.0, 4073.0, 4103.0, 4073.0, 4091.0, 4072.0, 4103.0, 4073.0, 4145.0, 4084.0, 4104.0, 4074.0, 4105.0, 4085.0, 4116.0, 4108.0, 4148.0, 4099.0, 4129.0, 4110.0, 4129.0, 4111.0, 4151.0, 4153.0, 4111.0, 4121.0, 4110.0, 4120.0, 4110.0, 4161.0, 4130.0, 4171.0, 4089.0, 4139.0, 4088.0, 4138.0, 4098.0, 4159.0, 4109.0, 4159.0, 4087.0, 4127.0, 4087.0, 4127.0, 4086.0, 4159.0, 4098.0, 4149.0, 4088.0, 4138.0, 4099.0, 4160.0, 4142.0, 4150.0, 4120.0, 4140.0, 4109.0, 4150.0, 4130.0, 4152.0, 4151.0, 4099.0, 4118.0, 4088.0, 4138.0, 4099.0, 4180.0, 4140.0, 4171.0, 4110.0, 4139.0, 4109.0, 4150.0, 4131.0, 4141.0, 4130.0, 4100.0, 4119.0, 4100.0, 4151.0, 4100.0, 4182.0, 4121.0, 4171.0, 4100.0, 4151.0, 4100.0, 4161.0, 4132.0, 4182.0, 4142.0, 4172.0, 4111.0, 4170.0, 4100.0, 4161.0, 4111.0, 4172.0, 4154.0, 4111.0, 4122.0, 4111.0, 4122.0, 4103.0, 4175.0, 4134.0, 4196.0, 4114.0, 4174.0, 4113.0, 4184.0, 4143.0, 4194.0, 4122.0, 4172.0, 4101.0, 4171.0, 4132.0, 4172.0, 4141.0, 4141.0, 4110.0, 4130.0, 4110.0, 4151.0, 4152.0, 4120.0, 4119.0, 4099.0, 4119.0, 4099.0, 4149.0, 4099.0, 4160.0, 4088.0, 4138.0, 4099.0, 4149.0, 4109.0, 4170.0, 4098.0, 4170.0, 4109.0, 4159.0, 4109.0, 4170.0, 4130.0, 4170.0, 4141.0, 4140.0, 4109.0, 4108.0, 4120.0, 4110.0, 4152.0, 4111.0, 4153.0, 4114.0, 4153.0, 4102.0, 4173.0, 4158.0, 4156.0, 4145.0, 4113.0, 4142.0, 4102.0, 4172.0, 4142.0, 4183.0, 4121.0, 4171.0, 4100.0, 4161.0, 4100.0, 4170.0, 4120.0, 4160.0, 4109.0, 4139.0, 4099.0, 4160.0, 4131.0, 4171.0, 4132.0, 4111.0, 4121.0, 4111.0, 4122.0, 4102.0, 4185.0, 4123.0, 4173.0, 4101.0, 4173.0, 4132.0, 4182.0, 4153.0, 4182.0, 4111.0, 4171.0, 4111.0, 4172.0, 4142.0, 4182.0, 4151.0, 4171.0, 4100.0, 4148.0, 4097.0, 4148.0, 4108.0, 4169.0, 4097.0, 4126.0, 4085.0, 4136.0, 4106.0, 4138.0, 4128.0, 4087.0, 4180.0, 4140.0, 4161.0, 4163.0, 4099.0, 4149.0, 4098.0, 4169.0, 4130.0, 4180.0], 'WindowWidth': [9264.0, 9278.0, 9186.0, 9238.0, 9194.0, 9239.0, 9170.0, 9217.0, 9149.0, 9182.0, 9131.0, 9195.0, 9158.0, 9210.0, 9157.0, 9195.0, 9126.0, 9164.0, 9115.0, 9178.0, 9146.0, 9196.0, 9131.0, 9168.0, 9135.0, 9201.0, 9149.0, 9190.0, 9164.0, 9136.0, 9150.0, 9136.0, 9151.0, 9190.0, 9225.0, 9178.0, 9175.0, 9145.0, 9144.0, 9185.0, 9184.0, 9184.0, 9168.0, 9111.0, 9123.0, 9109.0, 9138.0, 9111.0, 9212.0, 9128.0, 9197.0, 9116.0, 9192.0, 9116.0, 9194.0, 9146.0, 9198.0, 9130.0, 9169.0, 9127.0, 9180.0, 9143.0, 9181.0, 9188.0, 9111.0, 9126.0, 9110.0, 9124.0, 9113.0, 9195.0, 9117.0, 9198.0, 9118.0, 9168.0, 9117.0, 9182.0, 9146.0, 9225.0, 9174.0, 9184.0, 9143.0, 9165.0, 9143.0, 9168.0, 9158.0, 9157.0, 9156.0, 9116.0, 9141.0, 9117.0, 9169.0, 9118.0, 9211.0, 9117.0, 9181.0, 9116.0, 9180.0, 9147.0, 9211.0, 9131.0, 9184.0, 9129.0, 9181.0, 9129.0, 9193.0, 9142.0, 9206.0, 9187.0, 9193.0, 9127.0, 9149.0, 9122.0, 9135.0, 9126.0, 9139.0, 9156.0, 9115.0, 9129.0, 9117.0, 9143.0, 9121.0, 9187.0, 9149.0, 9215.0, 9135.0, 9184.0, 9119.0, 9184.0, 9150.0, 9231.0, 9149.0, 9217.0, 9135.0, 9200.0, 9136.0, 9215.0, 9185.0, 9202.0, 9138.0, 9189.0, 9150.0, 9190.0, 9166.0, 9190.0, 9179.0, 9137.0, 9150.0, 9134.0, 9164.0, 9149.0, 9178.0, 9177.0, 9176.0, 9134.0, 9147.0, 9131.0, 9148.0, 9158.0, 9163.0, 9175.0, 9149.0, 9159.0, 9136.0, 9202.0, 9149.0, 9215.0, 9179.0, 9150.0, 9136.0, 9149.0, 9138.0, 9178.0, 9181.0, 9183.0, 9180.0, 9138.0, 9152.0, 9138.0, 9180.0, 9154.0, 9252.0, 9182.0, 9221.0, 9139.0, 9201.0, 9137.0, 9216.0, 9194.0, 9233.0, 9164.0, 9188.0, 9134.0, 9173.0, 9175.0, 9147.0, 9173.0, 9118.0, 9187.0, 9137.0, 9230.0, 9149.0, 9188.0, 9120.0, 9186.0, 9135.0, 9212.0, 9199.0, 9189.0, 9134.0, 9142.0, 9130.0, 9170.0, 9191.0, 9144.0, 9143.0, 9114.0, 9124.0, 9110.0, 9166.0, 9123.0, 9195.0, 9094.0, 9147.0, 9092.0, 9160.0, 9094.0, 9189.0, 9109.0, 9162.0, 9110.0, 9134.0, 9111.0, 9164.0, 9113.0, 9208.0, 9143.0, 9196.0, 9114.0, 9164.0, 9128.0, 9192.0, 9159.0, 9211.0, 9171.0, 9181.0, 9126.0, 9194.0, 9141.0, 9195.0, 9155.0, 9167.0, 9125.0, 9160.0, 9125.0, 9190.0, 9172.0, 9179.0, 9125.0, 9149.0, 9125.0, 9163.0, 9139.0, 9180.0, 9139.0, 9111.0, 9126.0, 9110.0, 9142.0, 9141.0, 9175.0, 9130.0, 9130.0, 9115.0, 9144.0, 9130.0, 9201.0, 9144.0, 9155.0, 9100.0, 9140.0, 9112.0, 9168.0, 9126.0, 9179.0, 9098.0, 9121.0, 9081.0, 9148.0, 9098.0, 9192.0, 9126.0, 9181.0, 9101.0, 9151.0, 9116.0, 9183.0, 9151.0, 9200.0, 9149.0, 9133.0, 9149.0, 9162.0, 9164.0, 9174.0, 9207.0, 9120.0, 9147.0, 9120.0, 9161.0, 9132.0, 9218.0, 9132.0, 9171.0, 9117.0, 9157.0, 9118.0, 9185.0, 9121.0, 9200.0, 9119.0, 9186.0, 9122.0, 9214.0, 9166.0, 9229.0, 9211.0, 9189.0, 9150.0, 9134.0, 9148.0, 9149.0, 9177.0, 9180.0, 9190.0, 9122.0, 9145.0, 9120.0, 9172.0, 9120.0, 9231.0, 9160.0, 9199.0, 9115.0, 9196.0, 9132.0, 9211.0, 9179.0, 9201.0, 9148.0, 9170.0, 9131.0, 9172.0, 9174.0, 9188.0, 9204.0, 9119.0, 9144.0, 9120.0, 9187.0, 9125.0, 9235.0, 9150.0, 9217.0, 9136.0, 9217.0, 9165.0, 9205.0, 9195.0, 9136.0, 9148.0, 9123.0, 9174.0, 9138.0, 9233.0, 9195.0, 9251.0, 9152.0, 9177.0, 9146.0, 9134.0, 9176.0, 9122.0, 9204.0, 9123.0, 9187.0, 9120.0, 9213.0, 9149.0, 9225.0, 9206.0, 9171.0, 9131.0, 9113.0, 9129.0, 9116.0, 9185.0, 9132.0, 9171.0, 9116.0, 9141.0, 9116.0, 9155.0, 9117.0, 9214.0, 9134.0, 9198.0, 9132.0, 9200.0, 9147.0, 9199.0, 9179.0, 9145.0, 9145.0, 9131.0, 9133.0, 9133.0, 9216.0, 9136.0, 9202.0, 9135.0, 9188.0, 9136.0, 9175.0, 9181.0, 9135.0, 9164.0, 9108.0, 9189.0, 9137.0, 9230.0, 9192.0, 9217.0, 9147.0, 9212.0, 9146.0, 9212.0, 9191.0, 9200.0, 9143.0, 9128.0, 9127.0, 9127.0, 9128.0, 9117.0, 9186.0, 9118.0, 9160.0, 9121.0, 9203.0, 9155.0, 9206.0, 9167.0, 9166.0, 9154.0, 9164.0, 9155.0, 9221.0, 9196.0, 9219.0, 9181.0, 9174.0, 9148.0, 9199.0, 9133.0, 9198.0, 9173.0, 9213.0, 9147.0, 9198.0, 9131.0, 9182.0, 9133.0, 9199.0, 9151.0, 9202.0, 9152.0, 9141.0, 9156.0, 9143.0, 9143.0, 9144.0, 9229.0, 9134.0, 9202.0, 9147.0, 9213.0, 9150.0, 9241.0, 9212.0, 9258.0, 9177.0, 9240.0, 9176.0, 9238.0, 9213.0, 9253.0, 9210.0, 9218.0, 9135.0, 9199.0, 9121.0, 9199.0, 9162.0, 9216.0, 9120.0, 9184.0, 9121.0, 9173.0, 9121.0, 9198.0, 9166.0, 9217.0, 9138.0, 9189.0, 9138.0, 9205.0, 9154.0, 9217.0, 9196.0, 9177.0, 9151.0, 9190.0, 9151.0, 9231.0, 9180.0, 9230.0, 9211.0, 9216.0, 9136.0, 9186.0, 9149.0, 9215.0, 9163.0, 9214.0, 9181.0, 9150.0, 9151.0, 9135.0, 9138.0, 9165.0, 9153.0, 9193.0, 9186.0, 9139.0, 9155.0, 9142.0, 9159.0, 9156.0, 9213.0, 9197.0, 9181.0, 9141.0, 9152.0, 9138.0, 9168.0, 9181.0, 9223.0, 9195.0, 9194.0, 9137.0, 9161.0, 9120.0, 9162.0, 9149.0, 9219.0, 9148.0, 9174.0, 9118.0, 9144.0, 9118.0, 9133.0, 9121.0, 9193.0, 9119.0, 9147.0, 9121.0, 9148.0, 9136.0, 9151.0, 9163.0, 9209.0, 9136.0, 9150.0, 9136.0, 9150.0, 9134.0, 9154.0, 9179.0, 9168.0, 9209.0, 9186.0, 9147.0, 9146.0, 9146.0, 9173.0, 9161.0, 9188.0, 9184.0, 9187.0, 9269.0, 9238.0, 9252.0, 9223.0, 9167.0, 9214.0, 9161.0, 9256.0, 9233.0, 9307.0, 9252.0, 9233.0, 9235.0, 9216.0, 9238.0, 9172.0, 9254.0, 9202.0, 9161.0, 9180.0, 9157.0, 9149.0, 9166.0, 9170.0, 9183.0, 9199.0, 9195.0, 9195.0, 9209.0, 9209.0, 9166.0, 9251.0, 9210.0, 9262.0, 9212.0, 9229.0, 9148.0, 9153.0, 9135.0, 9119.0, 9134.0, 9122.0, 9194.0, 9095.0, 9134.0, 9097.0, 9118.0, 9094.0, 9135.0, 9097.0, 9196.0, 9113.0, 9138.0, 9101.0, 9143.0, 9119.0, 9160.0, 9156.0, 9206.0, 9143.0, 9182.0, 9158.0, 9182.0, 9162.0, 9213.0, 9220.0, 9161.0, 9174.0, 9160.0, 9172.0, 9158.0, 9228.0, 9185.0, 9241.0, 9128.0, 9194.0, 9125.0, 9192.0, 9141.0, 9219.0, 9154.0, 9218.0, 9125.0, 9174.0, 9122.0, 9176.0, 9123.0, 9219.0, 9140.0, 9207.0, 9127.0, 9191.0, 9143.0, 9223.0, 9205.0, 9211.0, 9172.0, 9196.0, 9157.0, 9211.0, 9184.0, 9216.0, 9215.0, 9143.0, 9166.0, 9128.0, 9192.0, 9143.0, 9250.0, 9199.0, 9239.0, 9158.0, 9196.0, 9157.0, 9213.0, 9188.0, 9202.0, 9186.0, 9149.0, 9171.0, 9147.0, 9214.0, 9148.0, 9256.0, 9177.0, 9242.0, 9149.0, 9214.0, 9149.0, 9228.0, 9194.0, 9256.0, 9207.0, 9243.0, 9162.0, 9239.0, 9147.0, 9227.0, 9164.0, 9243.0, 9224.0, 9166.0, 9181.0, 9167.0, 9182.0, 9158.0, 9253.0, 9201.0, 9282.0, 9172.0, 9249.0, 9170.0, 9263.0, 9210.0, 9277.0, 9179.0, 9244.0, 9149.0, 9241.0, 9191.0, 9243.0, 9203.0, 9202.0, 9162.0, 9185.0, 9160.0, 9215.0, 9220.0, 9172.0, 9171.0, 9142.0, 9170.0, 9144.0, 9209.0, 9142.0, 9224.0, 9129.0, 9193.0, 9144.0, 9208.0, 9157.0, 9237.0, 9142.0, 9237.0, 9156.0, 9222.0, 9158.0, 9237.0, 9186.0, 9238.0, 9202.0, 9199.0, 9160.0, 9155.0, 9173.0, 9162.0, 9220.0, 9164.0, 9222.0, 9175.0, 9224.0, 9155.0, 9248.0, 9239.0, 9235.0, 9217.0, 9174.0, 9207.0, 9155.0, 9246.0, 9208.0, 9260.0, 9176.0, 9241.0, 9148.0, 9228.0, 9149.0, 9240.0, 9173.0, 9226.0, 9158.0, 9195.0, 9146.0, 9225.0, 9191.0, 9242.0, 9193.0, 9164.0, 9178.0, 9164.0, 9180.0, 9154.0, 9270.0, 9184.0, 9251.0, 9155.0, 9248.0, 9194.0, 9257.0, 9223.0, 9257.0, 9165.0, 9242.0, 9165.0, 9243.0, 9205.0, 9257.0, 9216.0, 9240.0, 9148.0, 9205.0, 9140.0, 9206.0, 9153.0, 9235.0, 9139.0, 9174.0, 9121.0, 9188.0, 9149.0, 9193.0, 9180.0, 9128.0, 9253.0, 9200.0, 9228.0, 9238.0, 9147.0, 9211.0, 9142.0, 9236.0, 9186.0, 9250.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.0003872612197928654</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017184805638665132</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.47564336447001</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.169064656797234</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9972247188133643</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4925</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3557.6875</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07937907672164969</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.6110471806674338</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.51061452546541</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5887324837343533</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6081664832710105</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3349446093908672</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0113689</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0005740491324104369</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021158190444111824</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.886338463256262</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>29.7229</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.8889</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.2623</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296544.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>853.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.66</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6149</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.3927</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3300.7781</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3440.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80000.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1164.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4365.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.1464</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.62387205543928</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> |