=== 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-0126 --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-0126",
"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-0126_ses-04_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-0126_ses-04_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-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_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-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_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-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_ses-04_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_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-0126/ses-04/func/sub-0126_ses-04_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>94a35198521d87989a6126ea62bef28b</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:30:9.480000</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.999475, 0.0125274, 0.0298718, -0.0141307, 0.998437, 0.0540794]</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.111059</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>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4206, -7800, -7209, -8, -136, -129, -13, 102]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>295.539</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>96287c24-90df-481c-8351-d79032bbe4bc||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.681519031524658, -0.03791151940822601, 0.07869859784841537, 116.43205261230469], [-0.033610038459300995, 2.6787326335906982, 0.14707744121551514, -86.81262969970703], [0.08014386147260666, -0.14509107172489166, 2.6948423385620117, -72.54352569580078], [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': ['203009.480000', '203009.940000', '203010.400000', '203010.860000', '203011.320000', '203011.780000', '203012.240000', '203012.700000', '203013.160000', '203013.620000', '203014.080000', '203014.540000', '203015.000000', '203015.460000', '203015.920000', '203016.380000', '203016.840000', '203017.300000', '203017.760000', '203018.220000', '203018.680000', '203019.140000', '203019.600000', '203020.060000', '203020.520000', '203020.980000', '203021.440000', '203021.900000', '203022.360000', '203022.820000', '203023.280000', '203023.740000', '203024.200000', '203024.660000', '203025.120000', '203025.580000', '203026.040000', '203026.500000', '203026.960000', '203027.420000', '203027.880000', '203028.340000', '203028.800000', '203029.260000', '203029.720000', '203030.180000', '203030.640000', '203031.100000', '203031.560000', '203032.020000', '203032.480000', '203032.940000', '203033.400000', '203033.860000', '203034.320000', '203034.780000', '203035.240000', '203035.700000', '203036.160000', '203036.620000', '203037.080000', '203037.540000', '203038.000000', '203038.460000', '203038.920000', '203039.380000', '203039.840000', '203040.300000', '203040.760000', '203041.220000', '203041.680000', '203042.140000', '203042.600000', '203043.060000', '203043.520000', '203043.980000', '203044.440000', '203044.900000', '203045.360000', '203045.820000', '203046.280000', '203046.740000', '203047.200000', '203047.660000', '203048.120000', '203048.580000', '203049.040000', '203049.500000', '203049.960000', '203050.420000', '203050.880000', '203051.340000', '203051.800000', '203052.260000', '203052.720000', '203053.180000', '203053.640000', '203054.100000', '203054.560000', '203055.020000', '203055.480000', '203055.940000', '203056.400000', '203056.860000', '203057.320000', '203057.780000', '203058.240000', '203058.700000', '203059.160000', '203059.620000', '203100.080000', '203100.540000', '203101.000000', '203101.460000', '203101.920000', '203102.380000', '203102.840000', '203103.300000', '203103.760000', '203104.220000', '203104.680000', '203105.140000', '203105.600000', '203106.060000', '203106.520000', '203106.980000', '203107.440000', '203107.900000', '203108.360000', '203108.820000', '203109.280000', '203109.740000', '203110.200000', '203110.660000', '203111.120000', '203111.580000', '203112.040000', '203112.500000', '203112.960000', '203113.420000', '203113.880000', '203114.340000', '203114.800000', '203115.260000', '203115.720000', '203116.180000', '203116.640000', '203117.100000', '203117.560000', '203118.020000', '203118.480000', '203118.940000', '203119.400000', '203119.860000', '203120.320000', '203120.780000', '203121.240000', '203121.700000', '203122.160000', '203122.620000', '203123.080000', '203123.540000', '203124.000000', '203124.460000', '203124.920000', '203125.380000', '203125.840000', '203126.300000', '203126.760000', '203127.220000', '203127.680000', '203128.140000', '203128.600000', '203129.060000', '203129.520000', '203129.980000', '203130.440000', '203130.900000', '203131.360000', '203131.820000', '203132.280000', '203132.740000', '203133.200000', '203133.660000', '203134.120000', '203134.580000', '203135.040000', '203135.500000', '203135.960000', '203136.420000', '203136.880000', '203137.340000', '203137.800000', '203138.260000', '203138.720000', '203139.180000', '203139.640000', '203140.100000', '203140.560000', '203141.020000', '203141.480000', '203141.940000', '203142.400000', '203142.860000', '203143.320000', '203143.780000', '203144.240000', '203144.700000', '203145.160000', '203145.620000', '203146.080000', '203146.540000', '203147.000000', '203147.460000', '203147.920000', '203148.380000', '203148.840000', '203149.300000', '203149.760000', '203150.220000', '203150.680000', '203151.140000', '203151.600000', '203152.060000', '203152.520000', '203152.980000', '203153.440000', '203153.900000', '203154.360000', '203154.820000', '203155.280000', '203155.740000', '203156.200000', '203156.660000', '203157.120000', '203157.580000', '203158.040000', '203158.500000', '203158.960000', '203159.420000', '203159.880000', '203200.340000', '203200.800000', '203201.260000', '203201.720000', '203202.180000', '203202.640000', '203203.100000', '203203.560000', '203204.020000', '203204.480000', '203204.940000', '203205.400000', '203205.860000', '203206.320000', '203206.780000', '203207.240000', '203207.700000', '203208.160000', '203208.620000', '203209.080000', '203209.540000', '203210.000000', '203210.460000', '203210.920000', '203211.380000', '203211.840000', '203212.300000', '203212.760000', '203213.220000', '203213.680000', '203214.140000', '203214.600000', '203215.060000', '203215.520000', '203215.980000', '203216.440000', '203216.900000', '203217.360000', '203217.820000', '203218.280000', '203218.740000', '203219.200000', '203219.660000', '203220.120000', '203220.580000', '203221.040000', '203221.500000', '203221.960000', '203222.420000', '203222.880000', '203223.340000', '203223.800000', '203224.260000', '203224.720000', '203225.180000', '203225.640000', '203226.100000', '203226.560000', '203227.020000', '203227.480000', '203227.940000', '203228.400000', '203228.860000', '203229.320000', '203229.780000', '203230.240000', '203230.700000', '203231.160000', '203231.620000', '203232.080000', '203232.540000', '203233.000000', '203233.460000', '203233.920000', '203234.380000', '203234.840000', '203235.300000', '203235.760000', '203236.220000', '203236.680000', '203237.140000', '203237.600000', '203238.060000', '203238.520000', '203238.980000', '203239.440000', '203239.900000', '203240.360000', '203240.820000', '203241.280000', '203241.740000', '203242.200000', '203242.660000', '203243.120000', '203243.580000', '203244.040000', '203244.500000', '203244.960000', '203245.420000', '203245.880000', '203246.340000', '203246.800000', '203247.260000', '203247.720000', '203248.180000', '203248.640000', '203249.100000', '203249.560000', '203250.020000', '203250.480000', '203250.940000', '203251.400000', '203251.860000', '203252.320000', '203252.780000', '203253.240000', '203253.700000', '203254.160000', '203254.620000', '203255.080000', '203255.540000', '203256.000000', '203256.460000', '203256.920000', '203257.380000', '203257.840000', '203258.300000', '203258.760000', '203259.220000', '203259.680000', '203300.140000', '203300.600000', '203301.060000', '203301.520000', '203301.980000', '203302.440000', '203302.900000', '203303.360000', '203303.820000', '203304.280000', '203304.740000', '203305.200000', '203305.660000', '203306.120000', '203306.580000', '203307.040000', '203307.500000', '203307.960000', '203308.420000', '203308.880000', '203309.340000', '203309.800000', '203310.260000', '203310.720000', '203311.180000', '203311.640000', '203312.100000', '203312.560000', '203313.020000', '203313.480000', '203313.940000', '203314.400000', '203314.860000', '203315.320000', '203315.780000', '203316.240000', '203316.700000', '203317.160000', '203317.620000', '203318.080000', '203318.540000', '203319.000000', '203319.460000', '203319.920000', '203320.380000', '203320.840000', '203321.300000', '203321.760000', '203322.220000', '203322.680000', '203323.140000', '203323.600000', '203324.060000', '203324.520000', '203324.980000', '203325.440000', '203325.900000', '203326.360000', '203326.820000', '203327.280000', '203327.740000', '203328.200000', '203328.660000', '203329.120000', '203329.580000', '203330.040000', '203330.500000', '203330.960000', '203331.420000', '203331.880000', '203332.340000', '203332.800000', '203333.260000', '203333.720000', '203334.180000', '203334.640000', '203335.100000', '203335.560000', '203336.020000', '203336.480000', '203336.940000', '203337.400000', '203337.860000', '203338.320000', '203338.780000', '203339.240000', '203339.700000', '203340.160000', '203340.620000', '203341.080000', '203341.540000', '203342.000000', '203342.460000', '203342.920000', '203343.380000', '203343.840000', '203344.300000', '203344.760000', '203345.220000', '203345.680000', '203346.140000', '203346.600000', '203347.060000', '203347.520000', '203347.980000', '203348.440000', '203348.900000', '203349.360000', '203349.820000', '203350.280000', '203350.740000', '203351.200000', '203351.660000', '203352.120000', '203352.580000', '203353.040000', '203353.500000', '203353.960000', '203354.420000', '203354.880000', '203355.340000', '203355.800000', '203356.260000', '203356.720000', '203357.180000', '203357.640000', '203358.100000', '203358.560000', '203359.020000', '203359.480000', '203359.940000', '203400.400000', '203400.860000', '203401.320000', '203401.780000', '203402.240000', '203402.700000', '203403.160000', '203403.620000', '203404.080000', '203404.540000', '203405.000000', '203405.460000', '203405.920000', '203406.380000', '203406.840000', '203407.300000', '203407.760000', '203408.220000', '203408.680000', '203409.140000', '203409.600000', '203410.060000', '203410.520000', '203410.980000', '203411.440000', '203411.900000', '203412.360000', '203412.820000', '203413.280000', '203413.740000', '203414.200000', '203414.660000', '203415.120000', '203415.580000', '203416.040000', '203416.500000', '203416.960000', '203417.420000', '203417.880000', '203418.340000', '203418.800000', '203419.260000', '203419.720000', '203420.180000', '203420.640000', '203421.100000', '203421.560000', '203422.020000', '203422.480000', '203422.940000', '203423.400000', '203423.860000', '203424.320000', '203424.780000', '203425.240000', '203425.700000', '203426.160000', '203426.620000', '203427.080000', '203427.540000', '203428.000000', '203428.460000', '203428.920000', '203429.380000', '203429.840000', '203430.300000', '203430.760000', '203431.220000', '203431.680000', '203432.140000', '203432.600000', '203433.060000', '203433.520000', '203433.980000', '203434.440000', '203434.900000', '203435.360000', '203435.820000', '203436.280000', '203436.740000', '203437.200000', '203437.660000', '203438.120000', '203438.580000', '203439.040000', '203439.500000', '203439.960000', '203440.420000', '203440.880000', '203441.340000', '203441.800000', '203442.260000', '203442.720000', '203443.180000', '203443.640000', '203444.100000', '203444.560000', '203445.020000', '203445.480000', '203445.940000', '203446.400000', '203446.860000', '203447.320000', '203447.780000', '203448.240000', '203448.700000', '203449.160000', '203449.620000', '203450.080000', '203450.540000', '203451.000000', '203451.460000', '203451.920000', '203452.380000', '203452.840000', '203453.300000', '203453.760000', '203454.220000', '203454.680000', '203455.140000', '203455.600000', '203456.060000', '203456.520000', '203456.980000', '203457.440000', '203457.900000', '203458.360000', '203458.820000', '203459.280000', '203459.740000', '203500.200000', '203500.660000', '203501.120000', '203501.580000', '203502.040000', '203502.500000', '203502.960000', '203503.420000', '203503.880000', '203504.340000', '203504.800000', '203505.260000', '203505.720000', '203506.180000', '203506.640000', '203507.100000', '203507.560000', '203508.020000', '203508.480000', '203508.940000', '203509.400000', '203509.860000', '203510.320000', '203510.780000', '203511.240000', '203511.700000', '203512.160000', '203512.620000', '203513.080000', '203513.540000', '203514.000000', '203514.460000', '203514.920000', '203515.380000', '203515.840000', '203516.300000', '203516.760000', '203517.220000', '203517.680000', '203518.140000', '203518.600000', '203519.060000', '203519.520000', '203519.980000', '203520.440000', '203520.900000', '203521.360000', '203521.820000', '203522.280000', '203522.740000', '203523.200000', '203523.660000', '203524.120000', '203524.580000', '203525.040000', '203525.500000', '203525.960000', '203526.420000', '203526.880000', '203527.340000', '203527.800000', '203528.260000', '203528.720000', '203529.180000', '203529.640000', '203530.100000', '203530.560000', '203531.020000', '203531.480000', '203531.940000', '203532.400000', '203532.860000', '203533.320000', '203533.780000', '203534.240000', '203534.700000', '203535.160000', '203535.620000', '203536.080000', '203536.540000', '203537.000000', '203537.460000', '203537.920000', '203538.380000', '203538.840000', '203539.300000', '203539.760000', '203540.220000', '203540.680000', '203541.140000', '203541.600000', '203542.060000', '203542.520000', '203542.980000', '203543.440000', '203543.900000', '203544.360000', '203544.820000', '203545.280000', '203545.740000', '203546.200000', '203546.660000', '203547.120000', '203547.580000', '203548.040000', '203548.500000', '203548.960000', '203549.420000', '203549.880000', '203550.340000', '203550.800000', '203551.260000', '203551.720000', '203552.180000', '203552.640000', '203553.100000', '203553.560000', '203554.020000', '203554.480000', '203554.940000', '203555.400000', '203555.860000', '203556.320000', '203556.780000', '203557.240000', '203557.700000', '203558.160000', '203558.620000', '203559.080000', '203559.540000', '203600.000000', '203600.460000', '203600.920000', '203601.380000', '203601.840000', '203602.300000', '203602.760000', '203603.220000', '203603.680000', '203604.140000', '203604.600000', '203605.060000', '203605.520000', '203605.980000', '203606.440000', '203606.900000', '203607.360000', '203607.820000', '203608.280000', '203608.740000', '203609.200000', '203609.660000', '203610.120000', '203610.580000', '203611.040000', '203611.500000', '203611.960000', '203612.420000', '203612.880000', '203613.340000', '203613.800000', '203614.260000', '203614.720000', '203615.180000', '203615.640000', '203616.100000', '203616.560000', '203617.020000', '203617.480000', '203617.940000', '203618.400000', '203618.860000', '203619.320000', '203619.780000', '203620.240000', '203620.700000', '203621.160000', '203621.620000', '203622.080000', '203622.540000', '203623.000000', '203623.460000', '203623.920000', '203624.380000', '203624.840000', '203625.300000', '203625.760000', '203626.220000', '203626.680000', '203627.140000', '203627.600000', '203628.060000', '203628.520000', '203628.980000', '203629.440000', '203629.900000', '203630.360000', '203630.820000', '203631.280000', '203631.740000', '203632.200000', '203632.660000', '203633.120000', '203633.580000', '203634.040000', '203634.500000', '203634.960000', '203635.420000', '203635.880000', '203636.340000', '203636.800000', '203637.260000', '203637.720000', '203638.180000', '203638.640000', '203639.100000', '203639.560000', '203640.020000', '203640.480000', '203640.940000', '203641.400000', '203641.860000', '203642.320000', '203642.780000', '203643.240000', '203643.700000', '203644.160000', '203644.620000', '203645.080000', '203645.540000', '203646.000000', '203646.460000', '203646.920000', '203647.380000', '203647.840000', '203648.300000', '203648.760000', '203649.220000', '203649.680000', '203650.140000'], 'ContentTime': ['203019.885000', '203019.888000', '203019.891000', '203019.894000', '203019.897000', '203019.899000', '203019.902000', '203019.904000', '203019.907000', '203019.909000', '203019.912000', '203019.925000', '203019.927000', '203019.930000', '203019.937000', '203019.940000', '203019.942000', '203019.945000', '203019.947000', '203019.950000', '203019.953000', '203039.827000', '203039.830000', '203039.833000', '203039.835000', '203039.838000', '203039.840000', '203039.843000', '203039.846000', '203039.848000', '203039.851000', '203039.853000', '203039.856000', '203039.858000', '203039.861000', '203039.863000', '203039.866000', '203039.868000', '203039.871000', '203039.873000', '203039.876000', '203039.879000', '203039.890000', '203039.893000', '203039.895000', '203039.898000', '203039.900000', '203039.903000', '203039.905000', '203039.909000', '203039.912000', '203039.914000', '203039.917000', '203039.921000', '203039.923000', '203039.926000', '203039.928000', '203039.931000', '203039.944000', '203039.946000', '203039.949000', '203039.951000', '203039.954000', '203039.957000', '203059.827000', '203059.830000', '203059.833000', '203059.835000', '203059.838000', '203059.840000', '203059.843000', '203059.846000', '203059.848000', '203059.851000', '203059.853000', '203059.856000', '203059.858000', '203059.861000', '203059.863000', '203059.866000', '203059.869000', '203059.871000', '203059.874000', '203059.876000', '203059.879000', '203059.882000', '203059.884000', '203059.887000', '203059.889000', '203059.892000', '203059.894000', '203059.897000', '203059.899000', '203059.902000', '203059.905000', '203059.907000', '203059.910000', '203059.912000', '203059.943000', '203059.946000', '203059.949000', '203059.951000', '203059.954000', '203059.956000', '203059.959000', '203059.961000', '203059.964000', '203059.967000', '203119.828000', '203119.831000', '203119.834000', '203119.836000', '203119.839000', '203119.842000', '203119.844000', '203119.847000', '203119.849000', '203119.852000', '203119.854000', '203119.857000', '203119.860000', '203119.862000', '203119.865000', '203119.867000', '203119.870000', '203119.872000', '203119.875000', '203119.878000', '203119.880000', '203119.883000', '203119.885000', '203119.888000', '203119.891000', '203119.893000', '203119.896000', '203119.898000', '203119.901000', '203119.903000', '203119.906000', '203119.917000', '203119.919000', '203119.922000', '203119.925000', '203119.927000', '203119.930000', '203119.933000', '203119.935000', '203119.938000', '203119.940000', '203119.943000', '203119.946000', '203139.829000', '203139.831000', '203139.834000', '203139.837000', '203139.839000', '203139.842000', '203139.845000', '203139.847000', '203139.850000', '203139.852000', '203139.855000', '203139.858000', '203139.860000', '203139.863000', '203139.865000', '203139.868000', '203139.870000', '203139.873000', '203139.876000', '203139.878000', '203139.881000', '203139.884000', '203139.886000', '203139.889000', '203139.891000', '203139.894000', '203139.896000', '203139.899000', '203139.902000', '203139.904000', '203139.907000', '203139.909000', '203139.912000', '203139.915000', '203139.917000', '203139.920000', '203139.923000', '203139.925000', '203139.928000', '203139.930000', '203139.933000', '203139.936000', '203139.938000', '203139.941000', '203159.827000', '203159.830000', '203159.833000', '203159.836000', '203159.838000', '203159.841000', '203159.843000', '203159.846000', '203159.849000', '203159.851000', '203159.854000', '203159.856000', '203159.859000', '203159.861000', '203159.864000', '203159.866000', '203159.869000', '203159.882000', '203159.884000', '203159.887000', '203159.889000', '203159.892000', '203159.894000', '203159.897000', '203159.900000', '203159.902000', '203159.905000', '203159.907000', '203159.910000', '203159.912000', '203159.915000', '203159.918000', '203159.920000', '203159.923000', '203159.925000', '203159.928000', '203159.930000', '203159.933000', '203159.936000', '203159.938000', '203159.941000', '203159.943000', '203159.946000', '203219.827000', '203219.830000', '203219.833000', '203219.835000', '203219.838000', '203219.841000', '203219.843000', '203219.846000', '203219.848000', '203219.851000', '203219.853000', '203219.856000', '203219.859000', '203219.861000', '203219.864000', '203219.866000', '203219.869000', '203219.872000', '203219.874000', '203219.877000', '203219.879000', '203219.882000', '203219.884000', '203219.887000', '203219.890000', '203219.892000', '203219.895000', '203219.897000', '203219.900000', '203219.902000', '203219.905000', '203219.908000', '203219.910000', '203219.913000', '203219.915000', '203219.918000', '203219.921000', '203219.923000', '203219.926000', '203219.928000', '203219.931000', '203219.934000', '203219.936000', '203219.939000', '203239.828000', '203239.830000', '203239.833000', '203239.836000', '203239.838000', '203239.841000', '203239.843000', '203239.846000', '203239.848000', '203239.851000', '203239.854000', '203239.856000', '203239.859000', '203239.861000', '203239.864000', '203239.867000', '203239.869000', '203239.872000', '203239.874000', '203239.877000', '203239.879000', '203239.882000', '203239.885000', '203239.887000', '203239.890000', '203239.892000', '203239.895000', '203239.897000', '203239.900000', '203239.911000', '203239.914000', '203239.917000', '203239.919000', '203239.922000', '203239.925000', '203239.927000', '203239.930000', '203239.932000', '203239.935000', '203239.937000', '203239.940000', '203239.942000', '203239.945000', '203259.828000', '203259.830000', '203259.833000', '203259.835000', '203259.838000', '203259.841000', '203259.843000', '203259.846000', '203259.848000', '203259.851000', '203259.853000', '203259.856000', '203259.859000', '203259.861000', '203259.864000', '203259.866000', '203259.869000', '203259.872000', '203259.874000', '203259.877000', '203259.879000', '203259.882000', '203259.884000', '203259.887000', '203259.890000', '203259.892000', '203259.895000', '203259.897000', '203259.900000', '203259.902000', '203259.905000', '203259.908000', '203259.910000', '203259.913000', '203259.915000', '203259.918000', '203259.920000', '203259.923000', '203259.926000', '203259.928000', '203259.931000', '203259.933000', '203259.936000', '203259.939000', '203319.827000', '203319.830000', '203319.833000', '203319.835000', '203319.838000', '203319.841000', '203319.844000', '203319.846000', '203319.849000', '203319.851000', '203319.854000', '203319.857000', '203319.859000', '203319.862000', '203319.864000', '203319.867000', '203319.870000', '203319.872000', '203319.875000', '203319.877000', '203319.880000', '203319.883000', '203319.885000', '203319.888000', '203319.891000', '203319.893000', '203319.896000', '203319.898000', '203319.901000', '203319.904000', '203319.906000', '203319.909000', '203319.912000', '203319.914000', '203319.917000', '203319.919000', '203319.922000', '203319.925000', '203319.927000', '203319.930000', '203319.932000', '203319.935000', '203319.937000', '203339.829000', '203339.831000', '203339.834000', '203339.837000', '203339.839000', '203339.842000', '203339.844000', '203339.847000', '203339.850000', '203339.852000', '203339.855000', '203339.857000', '203339.860000', '203339.863000', '203339.865000', '203339.868000', '203339.870000', '203339.873000', '203339.876000', '203339.884000', '203339.887000', '203339.890000', '203339.892000', '203339.895000', '203339.897000', '203339.900000', '203339.902000', '203339.905000', '203339.908000', '203339.910000', '203339.913000', '203339.915000', '203339.918000', '203339.920000', '203339.923000', '203339.926000', '203339.928000', '203339.931000', '203339.934000', '203339.936000', '203339.939000', '203339.942000', '203339.944000', '203339.954000', '203359.827000', '203359.830000', '203359.833000', '203359.836000', '203359.838000', '203359.841000', '203359.843000', '203359.846000', '203359.848000', '203359.851000', '203359.854000', '203359.856000', '203359.859000', '203359.862000', '203359.864000', '203359.867000', '203359.869000', '203359.872000', '203359.875000', '203359.877000', '203359.880000', '203359.882000', '203359.885000', '203359.887000', '203359.890000', '203359.893000', '203359.895000', '203359.898000', '203359.900000', '203359.903000', '203359.906000', '203359.908000', '203359.911000', '203359.913000', '203359.916000', '203359.918000', '203359.921000', '203359.924000', '203359.926000', '203359.929000', '203359.931000', '203359.934000', '203359.937000', '203419.827000', '203419.830000', '203419.833000', '203419.840000', '203419.843000', '203419.846000', '203419.848000', '203419.851000', '203419.853000', '203419.856000', '203419.858000', '203419.869000', '203419.872000', '203419.875000', '203419.877000', '203419.880000', '203419.882000', '203419.885000', '203419.888000', '203419.890000', '203419.893000', '203419.895000', '203419.898000', '203419.901000', '203419.903000', '203419.906000', '203419.908000', '203419.911000', '203419.914000', '203419.916000', '203419.919000', '203419.921000', '203419.924000', '203419.926000', '203419.929000', '203419.932000', '203419.934000', '203419.937000', '203419.940000', '203419.942000', '203419.945000', '203419.947000', '203419.950000', '203419.953000', '203439.828000', '203439.830000', '203439.833000', '203439.836000', '203439.838000', '203439.841000', '203439.843000', '203439.846000', '203439.849000', '203439.851000', '203439.854000', '203439.856000', '203439.859000', '203439.862000', '203439.864000', '203439.867000', '203439.869000', '203439.872000', '203439.875000', '203439.877000', '203439.880000', '203439.882000', '203439.885000', '203439.887000', '203439.890000', '203439.893000', '203439.895000', '203439.898000', '203439.901000', '203439.903000', '203439.906000', '203439.908000', '203439.911000', '203439.913000', '203439.916000', '203439.919000', '203439.921000', '203439.924000', '203439.926000', '203439.929000', '203439.932000', '203439.934000', '203439.937000', '203459.827000', '203459.830000', '203459.833000', '203459.835000', '203459.838000', '203459.841000', '203459.844000', '203459.847000', '203459.849000', '203459.852000', '203459.855000', '203459.857000', '203459.860000', '203459.862000', '203459.865000', '203459.867000', '203459.870000', '203459.873000', '203459.875000', '203459.878000', '203459.880000', '203459.883000', '203459.886000', '203459.888000', '203459.891000', '203459.893000', '203459.896000', '203459.899000', '203459.901000', '203459.904000', '203459.906000', '203459.909000', '203459.912000', '203459.914000', '203459.917000', '203459.919000', '203459.922000', '203459.925000', '203459.927000', '203459.930000', '203459.933000', '203459.935000', '203459.938000', '203459.940000', '203519.828000', '203519.830000', '203519.833000', '203519.836000', '203519.838000', '203519.841000', '203519.844000', '203519.846000', '203519.849000', '203519.852000', '203519.854000', '203519.857000', '203519.860000', '203519.862000', '203519.865000', '203519.867000', '203519.870000', '203519.872000', '203519.875000', '203519.878000', '203519.880000', '203519.883000', '203519.886000', '203519.888000', '203519.891000', '203519.893000', '203519.896000', '203519.899000', '203519.901000', '203519.904000', '203519.906000', '203519.909000', '203519.912000', '203519.914000', '203519.917000', '203519.919000', '203519.922000', '203519.925000', '203519.927000', '203519.930000', '203519.932000', '203519.935000', '203519.938000', '203539.828000', '203539.830000', '203539.833000', '203539.836000', '203539.838000', '203539.841000', '203539.844000', '203539.846000', '203539.849000', '203539.851000', '203539.854000', '203539.857000', '203539.859000', '203539.862000', '203539.864000', '203539.867000', '203539.869000', '203539.872000', '203539.875000', '203539.877000', '203539.880000', '203539.883000', '203539.885000', '203539.888000', '203539.890000', '203539.893000', '203539.895000', '203539.898000', '203539.901000', '203539.903000', '203539.906000', '203539.909000', '203539.911000', '203539.914000', '203539.916000', '203539.919000', '203539.930000', '203539.933000', '203539.935000', '203539.938000', '203539.940000', '203539.943000', '203539.946000', '203539.948000', '203559.829000', '203559.831000', '203559.834000', '203559.837000', '203559.839000', '203559.842000', '203559.844000', '203559.847000', '203559.850000', '203559.852000', '203559.855000', '203559.858000', '203559.860000', '203559.863000', '203559.866000', '203559.870000', '203559.873000', '203559.875000', '203559.884000', '203559.887000', '203559.889000', '203559.892000', '203559.894000', '203559.897000', '203559.900000', '203559.902000', '203559.905000', '203559.907000', '203559.910000', '203559.913000', '203559.915000', '203559.918000', '203559.920000', '203559.923000', '203559.926000', '203559.928000', '203559.931000', '203559.934000', '203559.936000', '203559.939000', '203559.941000', '203559.944000', '203559.947000', '203619.827000', '203619.830000', '203619.833000', '203619.835000', '203619.838000', '203619.841000', '203619.843000', '203619.846000', '203619.848000', '203619.851000', '203619.854000', '203619.856000', '203619.859000', '203619.861000', '203619.864000', '203619.867000', '203619.869000', '203619.872000', '203619.874000', '203619.877000', '203619.880000', '203619.882000', '203619.886000', '203619.888000', '203619.891000', '203619.894000', '203619.896000', '203619.899000', '203619.902000', '203619.904000', '203619.907000', '203619.909000', '203619.912000', '203619.915000', '203619.917000', '203619.920000', '203619.922000', '203619.925000', '203619.927000', '203619.930000', '203619.933000', '203619.935000', '203619.938000', '203639.828000', '203639.830000', '203639.833000', '203639.836000', '203639.838000', '203639.841000', '203639.843000', '203639.846000', '203639.849000', '203639.851000', '203639.854000', '203639.856000', '203639.859000', '203639.862000', '203639.864000', '203639.867000', '203639.869000', '203639.872000', '203639.875000', '203639.877000', '203639.880000', '203639.882000', '203639.885000', '203639.888000', '203639.890000', '203639.893000', '203639.895000', '203639.898000', '203639.900000', '203639.903000', '203639.906000', '203639.908000', '203639.911000', '203639.913000', '203639.916000', '203639.919000', '203639.921000', '203639.924000', '203639.926000', '203639.929000', '203639.931000', '203639.934000', '203639.937000', '203639.939000', '203651.109000', '203651.112000', '203651.115000', '203651.117000', '203651.120000', '203651.122000', '203651.125000', '203651.128000', '203651.130000', '203651.133000', '203651.136000', '203651.138000', '203651.141000', '203651.143000', '203651.146000', '203651.149000', '203651.151000', '203651.154000', '203651.157000', '203651.160000', '203651.163000', '203651.165000', '203651.168000', '203651.171000', '203651.173000'], 'InstanceCreationTime': ['203019.885000', '203019.888000', '203019.891000', '203019.894000', '203019.897000', '203019.899000', '203019.902000', '203019.904000', '203019.907000', '203019.909000', '203019.912000', '203019.925000', '203019.927000', '203019.930000', '203019.937000', '203019.940000', '203019.942000', '203019.945000', '203019.947000', '203019.950000', '203019.953000', '203039.827000', '203039.830000', '203039.833000', '203039.835000', '203039.838000', '203039.840000', '203039.843000', '203039.846000', '203039.848000', '203039.851000', '203039.853000', '203039.856000', '203039.858000', '203039.861000', '203039.863000', '203039.866000', '203039.868000', '203039.871000', '203039.873000', '203039.876000', '203039.879000', '203039.890000', '203039.893000', '203039.895000', '203039.898000', '203039.900000', '203039.903000', '203039.905000', '203039.909000', '203039.912000', '203039.914000', '203039.917000', '203039.921000', '203039.923000', '203039.926000', '203039.928000', '203039.931000', '203039.944000', '203039.946000', '203039.949000', '203039.951000', '203039.954000', '203039.957000', '203059.827000', '203059.830000', '203059.833000', '203059.835000', '203059.838000', '203059.840000', '203059.843000', '203059.846000', '203059.848000', '203059.851000', '203059.853000', '203059.856000', '203059.858000', '203059.861000', '203059.863000', '203059.866000', '203059.869000', '203059.871000', '203059.874000', '203059.876000', '203059.879000', '203059.882000', '203059.884000', '203059.887000', '203059.889000', '203059.892000', '203059.894000', '203059.897000', '203059.899000', '203059.902000', '203059.905000', '203059.907000', '203059.910000', '203059.912000', '203059.943000', '203059.946000', '203059.949000', '203059.951000', '203059.954000', '203059.956000', '203059.959000', '203059.961000', '203059.964000', '203059.967000', '203119.828000', '203119.831000', '203119.834000', '203119.836000', '203119.839000', '203119.842000', '203119.844000', '203119.847000', '203119.849000', '203119.852000', '203119.854000', '203119.857000', '203119.860000', '203119.862000', '203119.865000', '203119.867000', '203119.870000', '203119.872000', '203119.875000', '203119.878000', '203119.880000', '203119.883000', '203119.885000', '203119.888000', '203119.891000', '203119.893000', '203119.896000', '203119.898000', '203119.901000', '203119.903000', '203119.906000', '203119.917000', '203119.919000', '203119.922000', '203119.925000', '203119.927000', '203119.930000', '203119.933000', '203119.935000', '203119.938000', '203119.940000', '203119.943000', '203119.946000', '203139.829000', '203139.831000', '203139.834000', '203139.837000', '203139.839000', '203139.842000', '203139.845000', '203139.847000', '203139.850000', '203139.852000', '203139.855000', '203139.858000', '203139.860000', '203139.863000', '203139.865000', '203139.868000', '203139.870000', '203139.873000', '203139.876000', '203139.878000', '203139.881000', '203139.884000', '203139.886000', '203139.889000', '203139.891000', '203139.894000', '203139.896000', '203139.899000', '203139.902000', '203139.904000', '203139.907000', '203139.909000', '203139.912000', '203139.915000', '203139.917000', '203139.920000', '203139.923000', '203139.925000', '203139.928000', '203139.930000', '203139.933000', '203139.936000', '203139.938000', '203139.941000', '203159.827000', '203159.830000', '203159.833000', '203159.836000', '203159.838000', '203159.841000', '203159.843000', '203159.846000', '203159.849000', '203159.851000', '203159.854000', '203159.856000', '203159.859000', '203159.861000', '203159.864000', '203159.866000', '203159.869000', '203159.882000', '203159.884000', '203159.887000', '203159.889000', '203159.892000', '203159.894000', '203159.897000', '203159.900000', '203159.902000', '203159.905000', '203159.907000', '203159.910000', '203159.912000', '203159.915000', '203159.918000', '203159.920000', '203159.923000', '203159.925000', '203159.928000', '203159.930000', '203159.933000', '203159.936000', '203159.938000', '203159.941000', '203159.943000', '203159.946000', '203219.827000', '203219.830000', '203219.833000', '203219.835000', '203219.838000', '203219.841000', '203219.843000', '203219.846000', '203219.848000', '203219.851000', '203219.853000', '203219.856000', '203219.859000', '203219.861000', '203219.864000', '203219.866000', '203219.869000', '203219.872000', '203219.874000', '203219.877000', '203219.879000', '203219.882000', '203219.884000', '203219.887000', '203219.890000', '203219.892000', '203219.895000', '203219.897000', '203219.900000', '203219.902000', '203219.905000', '203219.908000', '203219.910000', '203219.913000', '203219.915000', '203219.918000', '203219.921000', '203219.923000', '203219.926000', '203219.928000', '203219.931000', '203219.934000', '203219.936000', '203219.939000', '203239.828000', '203239.830000', '203239.833000', '203239.836000', '203239.838000', '203239.841000', '203239.843000', '203239.846000', '203239.848000', '203239.851000', '203239.854000', '203239.856000', '203239.859000', '203239.861000', '203239.864000', '203239.867000', '203239.869000', '203239.872000', '203239.874000', '203239.877000', '203239.879000', '203239.882000', '203239.885000', '203239.887000', '203239.890000', '203239.892000', '203239.895000', '203239.897000', '203239.900000', '203239.911000', '203239.914000', '203239.917000', '203239.919000', '203239.922000', '203239.925000', '203239.927000', '203239.930000', '203239.932000', '203239.935000', '203239.937000', '203239.940000', '203239.942000', '203239.945000', '203259.828000', '203259.830000', '203259.833000', '203259.835000', '203259.838000', '203259.841000', '203259.843000', '203259.846000', '203259.848000', '203259.851000', '203259.853000', '203259.856000', '203259.859000', '203259.861000', '203259.864000', '203259.866000', '203259.869000', '203259.872000', '203259.874000', '203259.877000', '203259.879000', '203259.882000', '203259.884000', '203259.887000', '203259.890000', '203259.892000', '203259.895000', '203259.897000', '203259.900000', '203259.902000', '203259.905000', '203259.908000', '203259.910000', '203259.913000', '203259.915000', '203259.918000', '203259.920000', '203259.923000', '203259.926000', '203259.928000', '203259.931000', '203259.933000', '203259.936000', '203259.939000', '203319.827000', '203319.830000', '203319.833000', '203319.835000', '203319.838000', '203319.841000', '203319.844000', '203319.846000', '203319.849000', '203319.851000', '203319.854000', '203319.857000', '203319.859000', '203319.862000', '203319.864000', '203319.867000', '203319.870000', '203319.872000', '203319.875000', '203319.877000', '203319.880000', '203319.883000', '203319.885000', '203319.888000', '203319.891000', '203319.893000', '203319.896000', '203319.898000', '203319.901000', '203319.904000', '203319.906000', '203319.909000', '203319.912000', '203319.914000', '203319.917000', '203319.919000', '203319.922000', '203319.925000', '203319.927000', '203319.930000', '203319.932000', '203319.935000', '203319.937000', '203339.829000', '203339.831000', '203339.834000', '203339.837000', '203339.839000', '203339.842000', '203339.844000', '203339.847000', '203339.850000', '203339.852000', '203339.855000', '203339.857000', '203339.860000', '203339.863000', '203339.865000', '203339.868000', '203339.870000', '203339.873000', '203339.876000', '203339.884000', '203339.887000', '203339.890000', '203339.892000', '203339.895000', '203339.897000', '203339.900000', '203339.902000', '203339.905000', '203339.908000', '203339.910000', '203339.913000', '203339.915000', '203339.918000', '203339.920000', '203339.923000', '203339.926000', '203339.928000', '203339.931000', '203339.934000', '203339.936000', '203339.939000', '203339.942000', '203339.944000', '203339.954000', '203359.827000', '203359.830000', '203359.833000', '203359.836000', '203359.838000', '203359.841000', '203359.843000', '203359.846000', '203359.848000', '203359.851000', '203359.854000', '203359.856000', '203359.859000', '203359.862000', '203359.864000', '203359.867000', '203359.869000', '203359.872000', '203359.875000', '203359.877000', '203359.880000', '203359.882000', '203359.885000', '203359.887000', '203359.890000', '203359.893000', '203359.895000', '203359.898000', '203359.900000', '203359.903000', '203359.906000', '203359.908000', '203359.911000', '203359.913000', '203359.916000', '203359.918000', '203359.921000', '203359.924000', '203359.926000', '203359.929000', '203359.931000', '203359.934000', '203359.937000', '203419.827000', '203419.830000', '203419.833000', '203419.840000', '203419.843000', '203419.846000', '203419.848000', '203419.851000', '203419.853000', '203419.856000', '203419.858000', '203419.869000', '203419.872000', '203419.875000', '203419.877000', '203419.880000', '203419.882000', '203419.885000', '203419.888000', '203419.890000', '203419.893000', '203419.895000', '203419.898000', '203419.901000', '203419.903000', '203419.906000', '203419.908000', '203419.911000', '203419.914000', '203419.916000', '203419.919000', '203419.921000', '203419.924000', '203419.926000', '203419.929000', '203419.932000', '203419.934000', '203419.937000', '203419.940000', '203419.942000', '203419.945000', '203419.947000', '203419.950000', '203419.953000', '203439.828000', '203439.830000', '203439.833000', '203439.836000', '203439.838000', '203439.841000', '203439.843000', '203439.846000', '203439.849000', '203439.851000', '203439.854000', '203439.856000', '203439.859000', '203439.862000', '203439.864000', '203439.867000', '203439.869000', '203439.872000', '203439.875000', '203439.877000', '203439.880000', '203439.882000', '203439.885000', '203439.887000', '203439.890000', '203439.893000', '203439.895000', '203439.898000', '203439.901000', '203439.903000', '203439.906000', '203439.908000', '203439.911000', '203439.913000', '203439.916000', '203439.919000', '203439.921000', '203439.924000', '203439.926000', '203439.929000', '203439.932000', '203439.934000', '203439.937000', '203459.827000', '203459.830000', '203459.833000', '203459.835000', '203459.838000', '203459.841000', '203459.844000', '203459.847000', '203459.849000', '203459.852000', '203459.855000', '203459.857000', '203459.860000', '203459.862000', '203459.865000', '203459.867000', '203459.870000', '203459.873000', '203459.875000', '203459.878000', '203459.880000', '203459.883000', '203459.886000', '203459.888000', '203459.891000', '203459.893000', '203459.896000', '203459.899000', '203459.901000', '203459.904000', '203459.906000', '203459.909000', '203459.912000', '203459.914000', '203459.917000', '203459.919000', '203459.922000', '203459.925000', '203459.927000', '203459.930000', '203459.933000', '203459.935000', '203459.938000', '203459.940000', '203519.828000', '203519.830000', '203519.833000', '203519.836000', '203519.838000', '203519.841000', '203519.844000', '203519.846000', '203519.849000', '203519.852000', '203519.854000', '203519.857000', '203519.860000', '203519.862000', '203519.865000', '203519.867000', '203519.870000', '203519.872000', '203519.875000', '203519.878000', '203519.880000', '203519.883000', '203519.886000', '203519.888000', '203519.891000', '203519.893000', '203519.896000', '203519.899000', '203519.901000', '203519.904000', '203519.906000', '203519.909000', '203519.912000', '203519.914000', '203519.917000', '203519.919000', '203519.922000', '203519.925000', '203519.927000', '203519.930000', '203519.932000', '203519.935000', '203519.938000', '203539.828000', '203539.830000', '203539.833000', '203539.836000', '203539.838000', '203539.841000', '203539.844000', '203539.846000', '203539.849000', '203539.851000', '203539.854000', '203539.857000', '203539.859000', '203539.862000', '203539.864000', '203539.867000', '203539.869000', '203539.872000', '203539.875000', '203539.877000', '203539.880000', '203539.883000', '203539.885000', '203539.888000', '203539.890000', '203539.893000', '203539.895000', '203539.898000', '203539.901000', '203539.903000', '203539.906000', '203539.909000', '203539.911000', '203539.914000', '203539.916000', '203539.919000', '203539.930000', '203539.933000', '203539.935000', '203539.938000', '203539.940000', '203539.943000', '203539.946000', '203539.948000', '203559.829000', '203559.831000', '203559.834000', '203559.837000', '203559.839000', '203559.842000', '203559.844000', '203559.847000', '203559.850000', '203559.852000', '203559.855000', '203559.858000', '203559.860000', '203559.863000', '203559.866000', '203559.870000', '203559.873000', '203559.875000', '203559.884000', '203559.887000', '203559.889000', '203559.892000', '203559.894000', '203559.897000', '203559.900000', '203559.902000', '203559.905000', '203559.907000', '203559.910000', '203559.913000', '203559.915000', '203559.918000', '203559.920000', '203559.923000', '203559.926000', '203559.928000', '203559.931000', '203559.934000', '203559.936000', '203559.939000', '203559.941000', '203559.944000', '203559.947000', '203619.827000', '203619.830000', '203619.833000', '203619.835000', '203619.838000', '203619.841000', '203619.843000', '203619.846000', '203619.848000', '203619.851000', '203619.854000', '203619.856000', '203619.859000', '203619.861000', '203619.864000', '203619.867000', '203619.869000', '203619.872000', '203619.874000', '203619.877000', '203619.880000', '203619.882000', '203619.886000', '203619.888000', '203619.891000', '203619.894000', '203619.896000', '203619.899000', '203619.902000', '203619.904000', '203619.907000', '203619.909000', '203619.912000', '203619.915000', '203619.917000', '203619.920000', '203619.922000', '203619.925000', '203619.927000', '203619.930000', '203619.933000', '203619.935000', '203619.938000', '203639.828000', '203639.830000', '203639.833000', '203639.836000', '203639.838000', '203639.841000', '203639.843000', '203639.846000', '203639.849000', '203639.851000', '203639.854000', '203639.856000', '203639.859000', '203639.862000', '203639.864000', '203639.867000', '203639.869000', '203639.872000', '203639.875000', '203639.877000', '203639.880000', '203639.882000', '203639.885000', '203639.888000', '203639.890000', '203639.893000', '203639.895000', '203639.898000', '203639.900000', '203639.903000', '203639.906000', '203639.908000', '203639.911000', '203639.913000', '203639.916000', '203639.919000', '203639.921000', '203639.924000', '203639.926000', '203639.929000', '203639.931000', '203639.934000', '203639.937000', '203639.939000', '203651.109000', '203651.112000', '203651.115000', '203651.117000', '203651.120000', '203651.122000', '203651.125000', '203651.128000', '203651.130000', '203651.133000', '203651.136000', '203651.138000', '203651.141000', '203651.143000', '203651.146000', '203651.149000', '203651.151000', '203651.154000', '203651.157000', '203651.160000', '203651.163000', '203651.165000', '203651.168000', '203651.171000', '203651.173000'], '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': [10180, 8920, 9980, 8104, 14738, 9361, 13867, 8592, 7991, 9055, 9575, 9394, 9399, 8326, 9281, 7232, 8545, 9180, 8844, 8166, 10253, 6730, 8799, 8831, 8639, 8064, 9626, 9177, 8398, 8307, 8854, 7933, 7658, 8667, 8728, 8345, 7806, 12435, 8535, 7831, 8940, 7365, 8315, 9016, 9584, 7772, 8695, 8994, 8494, 9044, 9969, 8439, 9430, 13039, 7876, 8559, 8672, 8016, 12186, 8522, 7013, 8143, 8563, 7042, 9412, 8643, 7156, 8741, 8539, 7789, 10756, 9745, 7043, 12901, 8834, 7324, 10364, 8725, 7858, 9835, 9330, 6951, 9646, 8691, 8228, 11678, 8450, 8173, 14364, 10652, 8533, 7719, 7868, 8822, 11072, 9351, 7394, 7525, 8478, 7836, 8370, 8767, 7389, 8818, 7855, 9581, 12872, 8451, 10626, 13890, 7862, 8896, 7312, 7258, 8616, 8279, 7017, 7406, 7943, 7277, 9261, 8938, 7856, 8736, 10338, 7077, 7830, 8769, 7971, 15631, 12924, 8296, 9798, 8905, 7554, 9586, 7899, 8306, 9112, 8656, 7869, 9996, 8059, 8596, 13256, 7096, 8988, 8076, 7568, 9151, 8291, 7126, 7449, 8276, 8046, 7518, 7966, 7366, 7668, 7983, 8545, 13858, 9744, 9951, 13150, 7056, 7852, 8298, 7264, 8314, 7962, 7283, 8008, 7774, 8957, 7483, 9700, 7839, 8134, 7936, 8326, 9733, 15236, 10709, 10062, 7696, 9163, 9974, 9459, 7372, 12745, 8595, 7346, 8755, 7834, 8364, 8273, 8044, 8373, 7691, 7632, 8501, 8538, 9589, 9947, 8747, 7625, 9291, 8314, 10904, 8881, 7448, 7273, 9028, 7295, 9239, 10718, 8242, 8557, 7830, 8017, 7575, 10447, 7493, 8768, 8965, 7768, 9490, 10798, 7910, 10827, 8686, 7027, 8897, 8491, 7793, 10230, 12904, 7314, 8861, 8704, 7722, 8740, 8818, 7617, 8746, 8170, 7508, 8716, 8784, 7704, 8910, 8224, 8270, 8749, 9268, 7868, 15583, 12722, 8319, 10242, 8438, 10350, 10168, 8005, 8029, 9054, 8895, 7918, 11041, 8044, 7559, 8104, 7670, 7741, 11038, 9715, 7781, 11422, 8195, 10317, 9384, 8020, 10065, 12617, 6759, 8140, 8532, 7521, 10577, 12447, 7205, 7921, 9094, 7450, 7862, 8045, 7612, 8148, 7304, 7073, 8235, 8067, 7873, 10601, 8643, 7339, 7966, 7357, 7589, 8993, 10947, 6980, 8609, 7786, 7639, 8936, 8661, 7299, 9547, 7716, 8697, 8859, 8694, 8155, 10488, 8913, 7384, 7435, 7710, 7739, 9536, 11368, 7962, 8355, 8799, 7736, 10187, 11526, 9284, 7735, 6903, 7527, 7452, 8655, 8409, 7535, 8822, 8846, 8415, 14624, 11143, 8382, 13347, 9180, 8518, 12079, 8817, 10322, 13376, 7311, 8057, 7752, 9148, 7755, 9348, 8932, 8114, 8005, 7317, 8448, 9429, 8587, 7772, 7951, 8201, 7186, 7567, 8607, 8007, 8792, 9715, 7692, 8485, 9660, 8775, 7098, 7913, 6750, 7363, 8541, 8596, 7558, 11190, 10848, 7184, 8492, 10210, 9455, 9781, 15090, 8797, 7395, 8125, 8487, 9127, 8183, 12466, 7456, 8669, 11165, 10063, 8750, 10013, 8740, 7191, 7401, 9024, 7680, 7381, 8153, 8274, 7234, 7888, 9952, 8737, 7514, 8029, 7708, 7516, 8364, 11990, 7429, 12607, 13067, 9473, 7822, 7350, 9347, 11755, 7210, 8449, 7696, 7937, 8883, 11700, 13904, 7592, 8547, 10353, 9072, 8127, 10461, 7854, 7207, 8861, 8531, 8018, 9967, 10428, 7424, 6866, 7922, 8359, 7145, 8082, 7812, 7567, 7763, 8053, 7987, 7157, 8735, 8473, 7401, 13715, 7931, 7861, 9922, 9712, 7625, 14654, 7570, 8572, 9874, 8095, 7151, 9758, 8387, 7419, 7759, 11014, 8345, 7140, 9290, 6940, 7654, 7457, 8286, 8245, 7267, 7064, 7666, 8133, 7714, 10480, 7998, 10693, 12716, 7159, 7246, 8079, 8087, 10073, 8896, 6893, 7125, 8123, 7798, 8291, 11798, 9902, 10995, 8459, 8352, 13376, 9161, 7431, 11433, 9290, 7139, 8016, 8310, 7694, 9908, 9765, 7467, 9350, 7513, 6772, 7152, 8505, 8424, 7256, 8080, 10973, 7492, 6819, 8314, 8720, 8459, 10121, 14568, 11901, 7869, 9848, 7890, 7619, 8428, 7988, 6660, 6939, 8511, 8814, 9223, 12514, 9771, 9777, 11302, 6953, 7209, 8040, 7924, 11381, 9319, 7822, 7410, 7568, 7754, 8913, 9399, 6598, 7271, 8637, 8207, 7852, 10901, 7936, 7569, 7449, 7731, 7927, 9292, 8961, 7338, 7390, 8331, 8197, 7984, 8501, 7912, 14340, 8042, 7104, 8576, 7700, 7810, 7426, 7165, 8071, 8874, 7590, 10169, 8788, 7491, 8582, 7675, 7358, 8798, 7982, 8637, 9791, 7245, 7045, 8569, 8072, 9770, 8728, 7755, 10195, 9028, 7868, 9680, 9449, 8002, 11685, 7111, 8683, 9115, 8956, 8506, 13547, 10706, 6966, 7250, 7920, 8001, 9892, 12142, 7852, 7752, 7740, 8161, 7538, 8781, 10729, 7057, 8069, 9399, 10000, 8058, 14219, 10953, 7756, 12043, 8253, 8163, 12522, 8598, 8547, 8043, 7700, 7483, 9780, 8897, 6865, 8031, 6664, 7060, 7641, 9430, 8179, 6911, 6950, 7005, 7611, 7598, 9594, 9069, 7959, 13220, 7844, 9603, 10405, 11008, 14342, 11413, 8278, 7581, 8528, 8141, 11981, 9537, 7204, 6871, 7595, 8158, 9434, 8645, 7722, 9684, 7696, 7833, 7150, 8669, 7873, 13161, 10105, 7959, 10255, 9861, 7545, 12859, 8016, 7719, 6850, 7905, 7708, 8083, 7850, 7636, 7680, 8990, 7842, 11952, 9995, 14104, 11363, 8404, 7828, 9403, 7688, 9609, 8350, 7189, 8044, 7548, 7795, 8710, 7563, 8638, 10080, 7268, 7217, 8735, 8073, 12923, 9391, 7249, 7176, 8401, 7431, 8246, 8798, 6894, 7396, 6926, 6755, 8060, 8302, 8230, 6984, 10343, 8937, 7559, 13221, 9491, 10049, 14636, 7625, 7475, 8935, 8716, 10177, 11366, 7111, 7037, 7948, 7317, 9749, 8657, 7356, 7106, 7424, 7891, 7748, 8910, 8669, 7514, 10729, 9485, 8240, 14742, 11277, 12871, 12208, 6786, 7584, 8513, 8890, 7728, 8534, 7726, 7009, 9911, 11155, 8697, 7178, 8283, 6849, 7395, 8693, 11438, 8371, 7169, 7582, 7720, 7657, 9142, 14100, 10198, 7609, 8425, 7861, 7454, 9710, 8260, 7758, 7679, 7678, 8120, 8201, 7680, 7656, 8052, 6944, 8209, 10655, 9356, 8081, 10845, 8180, 7299, 7188, 7586, 8085, 8885, 11106, 7595, 6896, 7708, 7550, 7250, 8294, 8248, 7062, 7189, 6973, 7839, 7870, 10854, 9449], 'WindowCenter': [4007.0, 3969.0, 3977.0, 3941.0, 4004.0, 3947.0, 3981.0, 3927.0, 3927.0, 3936.0, 3946.0, 3948.0, 3934.0, 3926.0, 3946.0, 3917.0, 3937.0, 3948.0, 3948.0, 3925.0, 3945.0, 3880.0, 3923.0, 3933.0, 3921.0, 3914.0, 3933.0, 3932.0, 3924.0, 3935.0, 3935.0, 3911.0, 3902.0, 3923.0, 3923.0, 3923.0, 3916.0, 3964.0, 3924.0, 3903.0, 3937.0, 3927.0, 3942.0, 3920.0, 3918.0, 3889.0, 3909.0, 3923.0, 3938.0, 3937.0, 3943.0, 3911.0, 3923.0, 3965.0, 3916.0, 3926.0, 3925.0, 3925.0, 3979.0, 3936.0, 3892.0, 3912.0, 3925.0, 3892.0, 3934.0, 3924.0, 3920.0, 3941.0, 3937.0, 3927.0, 3983.0, 3976.0, 3919.0, 3963.0, 3920.0, 3888.0, 3929.0, 3923.0, 3912.0, 3977.0, 3990.0, 3947.0, 3962.0, 3937.0, 3924.0, 3968.0, 3912.0, 3926.0, 3975.0, 3946.0, 3937.0, 3915.0, 3927.0, 3936.0, 3944.0, 3931.0, 3904.0, 3913.0, 3923.0, 3914.0, 3923.0, 3924.0, 3903.0, 3925.0, 3911.0, 3930.0, 3964.0, 3912.0, 3931.0, 3965.0, 3911.0, 3919.0, 3903.0, 3901.0, 3923.0, 3922.0, 3904.0, 3903.0, 3926.0, 3904.0, 3946.0, 3934.0, 3915.0, 3937.0, 3945.0, 3894.0, 3914.0, 3925.0, 3912.0, 3976.0, 3968.0, 3923.0, 3944.0, 3935.0, 3914.0, 3934.0, 3913.0, 3924.0, 3935.0, 3925.0, 3926.0, 3947.0, 3915.0, 3925.0, 3978.0, 3905.0, 3936.0, 3913.0, 3914.0, 3933.0, 3925.0, 3904.0, 3901.0, 3923.0, 3922.0, 3904.0, 3915.0, 3914.0, 3914.0, 3927.0, 3926.0, 3977.0, 3935.0, 3946.0, 3964.0, 3905.0, 3913.0, 3925.0, 3903.0, 3923.0, 3912.0, 3914.0, 3925.0, 3913.0, 3948.0, 3914.0, 3947.0, 3925.0, 3927.0, 3927.0, 3937.0, 3945.0, 3985.0, 3955.0, 3945.0, 3912.0, 3932.0, 3943.0, 3945.0, 3912.0, 3977.0, 3935.0, 3914.0, 3923.0, 3911.0, 3921.0, 3922.0, 3923.0, 3925.0, 3913.0, 3916.0, 3932.0, 3933.0, 3944.0, 3955.0, 3936.0, 3915.0, 3946.0, 3924.0, 3954.0, 3936.0, 3916.0, 3913.0, 3936.0, 3916.0, 3946.0, 3943.0, 3925.0, 3934.0, 3915.0, 3924.0, 3911.0, 3944.0, 3900.0, 3922.0, 3934.0, 3912.0, 3945.0, 3956.0, 3910.0, 3954.0, 3924.0, 3903.0, 3934.0, 3920.0, 3910.0, 3940.0, 3965.0, 3901.0, 3932.0, 3923.0, 3913.0, 3922.0, 3923.0, 3913.0, 3924.0, 3923.0, 3900.0, 3935.0, 3934.0, 3913.0, 3935.0, 3922.0, 3925.0, 3936.0, 3945.0, 3912.0, 3983.0, 3968.0, 3925.0, 3947.0, 3926.0, 3943.0, 3943.0, 3926.0, 3914.0, 3932.0, 3934.0, 3913.0, 3955.0, 3925.0, 3913.0, 3922.0, 3913.0, 3924.0, 3955.0, 3946.0, 3913.0, 3963.0, 3924.0, 3945.0, 3934.0, 3914.0, 3944.0, 3964.0, 3890.0, 3914.0, 3930.0, 3914.0, 3943.0, 3966.0, 3902.0, 3913.0, 3931.0, 3902.0, 3921.0, 3912.0, 3913.0, 3914.0, 3901.0, 3905.0, 3922.0, 3926.0, 3913.0, 3956.0, 3934.0, 3914.0, 3925.0, 3914.0, 3914.0, 3931.0, 3957.0, 3902.0, 3935.0, 3915.0, 3915.0, 3948.0, 3926.0, 3905.0, 3946.0, 3913.0, 3932.0, 3931.0, 3933.0, 3923.0, 3953.0, 3935.0, 3915.0, 3913.0, 3916.0, 3925.0, 3947.0, 3967.0, 3926.0, 3922.0, 3934.0, 3915.0, 3943.0, 3953.0, 3946.0, 3912.0, 3904.0, 3915.0, 3912.0, 3936.0, 3925.0, 3913.0, 3936.0, 3936.0, 3923.0, 3987.0, 3953.0, 3922.0, 3975.0, 3932.0, 3922.0, 3963.0, 3920.0, 3931.0, 3963.0, 3900.0, 3912.0, 3911.0, 3932.0, 3911.0, 3931.0, 3922.0, 3913.0, 3911.0, 3904.0, 3921.0, 3933.0, 3923.0, 3913.0, 3924.0, 3925.0, 3904.0, 3925.0, 3934.0, 3924.0, 3938.0, 3944.0, 3917.0, 3949.0, 3944.0, 3925.0, 3905.0, 3926.0, 3894.0, 3916.0, 3936.0, 3934.0, 3912.0, 3969.0, 3968.0, 3903.0, 3936.0, 3956.0, 3943.0, 3943.0, 3987.0, 3935.0, 3902.0, 3927.0, 3934.0, 3931.0, 3925.0, 3964.0, 3901.0, 3924.0, 3955.0, 3933.0, 3920.0, 3945.0, 3921.0, 3891.0, 3901.0, 3931.0, 3912.0, 3903.0, 3924.0, 3922.0, 3914.0, 3927.0, 3945.0, 3923.0, 3913.0, 3925.0, 3912.0, 3914.0, 3923.0, 3967.0, 3918.0, 3968.0, 3976.0, 3946.0, 3927.0, 3914.0, 3936.0, 3968.0, 3905.0, 3923.0, 3914.0, 3927.0, 3935.0, 3956.0, 3977.0, 3912.0, 3923.0, 3944.0, 3932.0, 3913.0, 3942.0, 3915.0, 3903.0, 3933.0, 3924.0, 3924.0, 3944.0, 3945.0, 3905.0, 3894.0, 3925.0, 3924.0, 3902.0, 3927.0, 3915.0, 3914.0, 3914.0, 3926.0, 3926.0, 3919.0, 3938.0, 3925.0, 3913.0, 3991.0, 3925.0, 3924.0, 3956.0, 3948.0, 3917.0, 3990.0, 3916.0, 3937.0, 3943.0, 3915.0, 3904.0, 3947.0, 3922.0, 3914.0, 3927.0, 3957.0, 3925.0, 3905.0, 3945.0, 3903.0, 3915.0, 3916.0, 3924.0, 3921.0, 3917.0, 3906.0, 3914.0, 3926.0, 3915.0, 3956.0, 3912.0, 3955.0, 3978.0, 3902.0, 3903.0, 3925.0, 3927.0, 3946.0, 3934.0, 3906.0, 3906.0, 3925.0, 3925.0, 3938.0, 3966.0, 3959.0, 3956.0, 3926.0, 3926.0, 3978.0, 3935.0, 3904.0, 3954.0, 3947.0, 3904.0, 3915.0, 3923.0, 3916.0, 3944.0, 3945.0, 3915.0, 3944.0, 3916.0, 3907.0, 3921.0, 3940.0, 3939.0, 3916.0, 3940.0, 3969.0, 3916.0, 3904.0, 3935.0, 3937.0, 3938.0, 3944.0, 3979.0, 3968.0, 3915.0, 3947.0, 3915.0, 3916.0, 3924.0, 3913.0, 3893.0, 3906.0, 3936.0, 3936.0, 3949.0, 3969.0, 3944.0, 3945.0, 3954.0, 3904.0, 3903.0, 3927.0, 3913.0, 3956.0, 3934.0, 3914.0, 3904.0, 3915.0, 3915.0, 3925.0, 3937.0, 3893.0, 3903.0, 3923.0, 3926.0, 3926.0, 3957.0, 3927.0, 3914.0, 3912.0, 3913.0, 3927.0, 3935.0, 3936.0, 3916.0, 3905.0, 3923.0, 3926.0, 3923.0, 3936.0, 3926.0, 3976.0, 3915.0, 3904.0, 3925.0, 3914.0, 3915.0, 3904.0, 3904.0, 3912.0, 3936.0, 3915.0, 3958.0, 3924.0, 3915.0, 3935.0, 3915.0, 3914.0, 3936.0, 3927.0, 3936.0, 3959.0, 3916.0, 3906.0, 3936.0, 3928.0, 3945.0, 3938.0, 3917.0, 3957.0, 3935.0, 3926.0, 3958.0, 3946.0, 3925.0, 3969.0, 3903.0, 3937.0, 3935.0, 3935.0, 3925.0, 3966.0, 3958.0, 3905.0, 3904.0, 3926.0, 3927.0, 3945.0, 3968.0, 3924.0, 3915.0, 3915.0, 3935.0, 3926.0, 3936.0, 3958.0, 3905.0, 3927.0, 3946.0, 3959.0, 3927.0, 3989.0, 3970.0, 3915.0, 3966.0, 3926.0, 3924.0, 3964.0, 3937.0, 3924.0, 3911.0, 3911.0, 3914.0, 3945.0, 3932.0, 3893.0, 3914.0, 3894.0, 3904.0, 3915.0, 3946.0, 3927.0, 3916.0, 3904.0, 3904.0, 3927.0, 3928.0, 3948.0, 3951.0, 3929.0, 3980.0, 3926.0, 3949.0, 3958.0, 3956.0, 3989.0, 3954.0, 3924.0, 3913.0, 3924.0, 3911.0, 3955.0, 3933.0, 3902.0, 3891.0, 3914.0, 3925.0, 3934.0, 3923.0, 3913.0, 3945.0, 3913.0, 3914.0, 3905.0, 3934.0, 3914.0, 3964.0, 3945.0, 3915.0, 3946.0, 3946.0, 3914.0, 3966.0, 3915.0, 3914.0, 3893.0, 3924.0, 3928.0, 3912.0, 3926.0, 3916.0, 3914.0, 3934.0, 3926.0, 3968.0, 3946.0, 3975.0, 3954.0, 3924.0, 3911.0, 3934.0, 3914.0, 3934.0, 3924.0, 3902.0, 3921.0, 3915.0, 3925.0, 3935.0, 3912.0, 3922.0, 3945.0, 3913.0, 3904.0, 3923.0, 3913.0, 3962.0, 3935.0, 3904.0, 3902.0, 3922.0, 3915.0, 3925.0, 3923.0, 3905.0, 3905.0, 3902.0, 3894.0, 3926.0, 3924.0, 3926.0, 3906.0, 3955.0, 3936.0, 3913.0, 3978.0, 3947.0, 3946.0, 3989.0, 3912.0, 3902.0, 3935.0, 3937.0, 3945.0, 3955.0, 3891.0, 3904.0, 3913.0, 3911.0, 3945.0, 3923.0, 3915.0, 3905.0, 3904.0, 3926.0, 3928.0, 3936.0, 3936.0, 3916.0, 3967.0, 3959.0, 3926.0, 3990.0, 3970.0, 3979.0, 3980.0, 3906.0, 3930.0, 3937.0, 3935.0, 3917.0, 3937.0, 3913.0, 3903.0, 3944.0, 3955.0, 3925.0, 3905.0, 3925.0, 3894.0, 3903.0, 3935.0, 3954.0, 3924.0, 3905.0, 3913.0, 3914.0, 3914.0, 3948.0, 3977.0, 3945.0, 3913.0, 3924.0, 3913.0, 3915.0, 3944.0, 3912.0, 3914.0, 3915.0, 3914.0, 3913.0, 3924.0, 3912.0, 3913.0, 3914.0, 3892.0, 3924.0, 3954.0, 3935.0, 3913.0, 3944.0, 3924.0, 3902.0, 3903.0, 3913.0, 3925.0, 3933.0, 3956.0, 3916.0, 3903.0, 3914.0, 3915.0, 3915.0, 3937.0, 3926.0, 3906.0, 3906.0, 3906.0, 3916.0, 3926.0, 3956.0, 3947.0], 'WindowWidth': [8946.0, 8880.0, 8886.0, 8831.0, 8919.0, 8829.0, 8878.0, 8798.0, 8801.0, 8810.0, 8824.0, 8829.0, 8805.0, 8792.0, 8822.0, 8784.0, 8813.0, 8829.0, 8827.0, 8789.0, 8814.0, 8725.0, 8785.0, 8799.0, 8783.0, 8775.0, 8796.0, 8796.0, 8790.0, 8808.0, 8803.0, 8766.0, 8754.0, 8784.0, 8786.0, 8789.0, 8780.0, 8842.0, 8787.0, 8757.0, 8809.0, 8802.0, 8828.0, 8778.0, 8767.0, 8729.0, 8759.0, 8785.0, 8815.0, 8809.0, 8813.0, 8766.0, 8783.0, 8846.0, 8780.0, 8793.0, 8788.0, 8792.0, 8871.0, 8809.0, 8741.0, 8768.0, 8790.0, 8743.0, 8801.0, 8788.0, 8796.0, 8824.0, 8810.0, 8799.0, 8884.0, 8881.0, 8794.0, 8838.0, 8776.0, 8728.0, 8783.0, 8783.0, 8769.0, 8883.0, 8908.0, 8847.0, 8854.0, 8809.0, 8790.0, 8854.0, 8767.0, 8790.0, 8858.0, 8818.0, 8809.0, 8780.0, 8798.0, 8806.0, 8813.0, 8793.0, 8760.0, 8772.0, 8785.0, 8776.0, 8786.0, 8786.0, 8757.0, 8788.0, 8768.0, 8791.0, 8844.0, 8769.0, 8792.0, 8844.0, 8766.0, 8776.0, 8758.0, 8758.0, 8784.0, 8783.0, 8762.0, 8761.0, 8793.0, 8763.0, 8821.0, 8804.0, 8778.0, 8809.0, 8818.0, 8750.0, 8774.0, 8790.0, 8770.0, 8864.0, 8853.0, 8787.0, 8816.0, 8803.0, 8774.0, 8799.0, 8773.0, 8789.0, 8805.0, 8791.0, 8795.0, 8824.0, 8777.0, 8790.0, 8865.0, 8764.0, 8803.0, 8772.0, 8776.0, 8797.0, 8791.0, 8763.0, 8756.0, 8787.0, 8788.0, 8762.0, 8777.0, 8778.0, 8777.0, 8795.0, 8794.0, 8866.0, 8805.0, 8819.0, 8844.0, 8764.0, 8772.0, 8791.0, 8762.0, 8786.0, 8772.0, 8780.0, 8792.0, 8777.0, 8827.0, 8779.0, 8826.0, 8797.0, 8800.0, 8799.0, 8811.0, 8822.0, 8876.0, 8833.0, 8820.0, 8774.0, 8799.0, 8816.0, 8818.0, 8773.0, 8866.0, 8807.0, 8776.0, 8787.0, 8770.0, 8782.0, 8784.0, 8787.0, 8792.0, 8775.0, 8782.0, 8803.0, 8804.0, 8817.0, 8836.0, 8808.0, 8780.0, 8822.0, 8792.0, 8830.0, 8808.0, 8783.0, 8777.0, 8809.0, 8784.0, 8823.0, 8814.0, 8794.0, 8802.0, 8777.0, 8790.0, 8769.0, 8815.0, 8754.0, 8784.0, 8803.0, 8773.0, 8821.0, 8833.0, 8767.0, 8830.0, 8788.0, 8761.0, 8803.0, 8781.0, 8766.0, 8805.0, 8846.0, 8757.0, 8798.0, 8787.0, 8774.0, 8784.0, 8786.0, 8772.0, 8787.0, 8787.0, 8755.0, 8807.0, 8801.0, 8775.0, 8806.0, 8787.0, 8795.0, 8811.0, 8821.0, 8772.0, 8873.0, 8852.0, 8790.0, 8823.0, 8794.0, 8812.0, 8814.0, 8795.0, 8776.0, 8799.0, 8803.0, 8772.0, 8830.0, 8794.0, 8777.0, 8787.0, 8775.0, 8795.0, 8833.0, 8820.0, 8775.0, 8840.0, 8789.0, 8818.0, 8804.0, 8774.0, 8814.0, 8842.0, 8741.0, 8773.0, 8796.0, 8777.0, 8812.0, 8846.0, 8759.0, 8774.0, 8796.0, 8759.0, 8785.0, 8769.0, 8775.0, 8776.0, 8757.0, 8766.0, 8788.0, 8795.0, 8775.0, 8836.0, 8804.0, 8778.0, 8793.0, 8778.0, 8777.0, 8797.0, 8837.0, 8759.0, 8806.0, 8777.0, 8779.0, 8828.0, 8794.0, 8766.0, 8820.0, 8774.0, 8800.0, 8797.0, 8802.0, 8787.0, 8826.0, 8805.0, 8781.0, 8776.0, 8783.0, 8796.0, 8825.0, 8850.0, 8796.0, 8786.0, 8803.0, 8778.0, 8814.0, 8827.0, 8821.0, 8774.0, 8764.0, 8779.0, 8775.0, 8808.0, 8793.0, 8776.0, 8809.0, 8809.0, 8790.0, 8881.0, 8827.0, 8784.0, 8860.0, 8796.0, 8782.0, 8841.0, 8780.0, 8793.0, 8840.0, 8751.0, 8769.0, 8769.0, 8796.0, 8771.0, 8796.0, 8783.0, 8773.0, 8769.0, 8762.0, 8783.0, 8800.0, 8785.0, 8772.0, 8791.0, 8792.0, 8765.0, 8796.0, 8803.0, 8789.0, 8812.0, 8817.0, 8783.0, 8832.0, 8819.0, 8790.0, 8764.0, 8793.0, 8750.0, 8782.0, 8810.0, 8805.0, 8773.0, 8855.0, 8856.0, 8764.0, 8810.0, 8838.0, 8815.0, 8815.0, 8882.0, 8805.0, 8759.0, 8800.0, 8805.0, 8797.0, 8795.0, 8846.0, 8756.0, 8788.0, 8834.0, 8799.0, 8778.0, 8815.0, 8781.0, 8742.0, 8758.0, 8795.0, 8770.0, 8759.0, 8791.0, 8786.0, 8777.0, 8799.0, 8821.0, 8787.0, 8775.0, 8793.0, 8771.0, 8779.0, 8787.0, 8852.0, 8787.0, 8852.0, 8862.0, 8822.0, 8800.0, 8781.0, 8807.0, 8853.0, 8766.0, 8788.0, 8778.0, 8797.0, 8805.0, 8832.0, 8864.0, 8772.0, 8786.0, 8816.0, 8798.0, 8771.0, 8810.0, 8777.0, 8760.0, 8800.0, 8788.0, 8793.0, 8816.0, 8816.0, 8763.0, 8749.0, 8791.0, 8788.0, 8761.0, 8799.0, 8778.0, 8776.0, 8778.0, 8795.0, 8796.0, 8793.0, 8815.0, 8792.0, 8776.0, 8889.0, 8795.0, 8792.0, 8838.0, 8825.0, 8784.0, 8889.0, 8781.0, 8809.0, 8817.0, 8777.0, 8764.0, 8826.0, 8786.0, 8778.0, 8800.0, 8841.0, 8792.0, 8765.0, 8820.0, 8763.0, 8779.0, 8783.0, 8792.0, 8783.0, 8786.0, 8769.0, 8778.0, 8796.0, 8779.0, 8836.0, 8772.0, 8830.0, 8867.0, 8759.0, 8761.0, 8791.0, 8798.0, 8820.0, 8803.0, 8770.0, 8769.0, 8793.0, 8796.0, 8814.0, 8848.0, 8844.0, 8835.0, 8792.0, 8792.0, 8865.0, 8802.0, 8763.0, 8831.0, 8824.0, 8761.0, 8777.0, 8789.0, 8780.0, 8816.0, 8819.0, 8778.0, 8818.0, 8782.0, 8772.0, 8797.0, 8820.0, 8817.0, 8786.0, 8822.0, 8857.0, 8782.0, 8766.0, 8808.0, 8814.0, 8814.0, 8816.0, 8869.0, 8850.0, 8778.0, 8822.0, 8777.0, 8782.0, 8789.0, 8771.0, 8747.0, 8767.0, 8807.0, 8807.0, 8829.0, 8855.0, 8815.0, 8817.0, 8830.0, 8762.0, 8761.0, 8796.0, 8773.0, 8830.0, 8803.0, 8775.0, 8763.0, 8778.0, 8777.0, 8788.0, 8808.0, 8747.0, 8760.0, 8787.0, 8794.0, 8794.0, 8834.0, 8798.0, 8777.0, 8773.0, 8774.0, 8797.0, 8806.0, 8806.0, 8783.0, 8765.0, 8786.0, 8795.0, 8789.0, 8806.0, 8794.0, 8863.0, 8775.0, 8763.0, 8789.0, 8775.0, 8779.0, 8763.0, 8763.0, 8771.0, 8805.0, 8778.0, 8840.0, 8789.0, 8779.0, 8806.0, 8780.0, 8777.0, 8807.0, 8798.0, 8806.0, 8843.0, 8781.0, 8768.0, 8806.0, 8802.0, 8821.0, 8811.0, 8783.0, 8837.0, 8806.0, 8796.0, 8844.0, 8822.0, 8791.0, 8857.0, 8762.0, 8810.0, 8806.0, 8805.0, 8790.0, 8846.0, 8839.0, 8765.0, 8763.0, 8797.0, 8798.0, 8816.0, 8852.0, 8791.0, 8779.0, 8778.0, 8807.0, 8796.0, 8806.0, 8841.0, 8768.0, 8798.0, 8824.0, 8842.0, 8799.0, 8884.0, 8862.0, 8780.0, 8849.0, 8795.0, 8790.0, 8843.0, 8810.0, 8789.0, 8769.0, 8768.0, 8777.0, 8817.0, 8796.0, 8748.0, 8775.0, 8747.0, 8763.0, 8781.0, 8823.0, 8795.0, 8785.0, 8765.0, 8765.0, 8800.0, 8803.0, 8826.0, 8836.0, 8803.0, 8872.0, 8795.0, 8830.0, 8838.0, 8835.0, 8884.0, 8830.0, 8789.0, 8772.0, 8789.0, 8770.0, 8830.0, 8801.0, 8757.0, 8742.0, 8774.0, 8792.0, 8804.0, 8787.0, 8774.0, 8819.0, 8772.0, 8776.0, 8768.0, 8804.0, 8774.0, 8844.0, 8819.0, 8777.0, 8821.0, 8821.0, 8775.0, 8846.0, 8778.0, 8776.0, 8747.0, 8790.0, 8802.0, 8772.0, 8793.0, 8782.0, 8777.0, 8803.0, 8794.0, 8855.0, 8821.0, 8859.0, 8827.0, 8788.0, 8768.0, 8799.0, 8777.0, 8802.0, 8788.0, 8759.0, 8783.0, 8779.0, 8795.0, 8808.0, 8773.0, 8784.0, 8818.0, 8776.0, 8763.0, 8786.0, 8771.0, 8837.0, 8803.0, 8762.0, 8758.0, 8784.0, 8779.0, 8794.0, 8786.0, 8765.0, 8766.0, 8758.0, 8751.0, 8797.0, 8790.0, 8796.0, 8769.0, 8834.0, 8809.0, 8774.0, 8867.0, 8823.0, 8818.0, 8884.0, 8771.0, 8759.0, 8806.0, 8810.0, 8817.0, 8832.0, 8744.0, 8762.0, 8772.0, 8771.0, 8817.0, 8785.0, 8779.0, 8766.0, 8762.0, 8795.0, 8801.0, 8809.0, 8810.0, 8783.0, 8853.0, 8845.0, 8794.0, 8889.0, 8858.0, 8867.0, 8872.0, 8770.0, 8808.0, 8813.0, 8804.0, 8784.0, 8809.0, 8774.0, 8761.0, 8815.0, 8833.0, 8791.0, 8766.0, 8791.0, 8748.0, 8759.0, 8804.0, 8829.0, 8788.0, 8764.0, 8773.0, 8775.0, 8777.0, 8828.0, 8864.0, 8819.0, 8773.0, 8788.0, 8771.0, 8780.0, 8816.0, 8770.0, 8775.0, 8777.0, 8775.0, 8775.0, 8793.0, 8773.0, 8773.0, 8777.0, 8745.0, 8789.0, 8830.0, 8805.0, 8773.0, 8813.0, 8788.0, 8758.0, 8760.0, 8773.0, 8791.0, 8799.0, 8835.0, 8781.0, 8761.0, 8777.0, 8779.0, 8781.0, 8812.0, 8793.0, 8770.0, 8769.0, 8768.0, 8784.0, 8796.0, 8837.0, 8821.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.006348862068965516</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02789476977011494</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.65715433794013</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2222789327387795</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1063929981588039</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4901</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3450.7395</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15407393441290107</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>226</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>25.977011494252874</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5083049010778375</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.510839940136911</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7564970251890806</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2575777379075204</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00437848</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004137321840971708</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018610704690217972</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7101312347746287</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>22.89</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.2898</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.5725</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299694.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>848.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>344.988</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9414</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.6177</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3115.2689</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3319.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76850.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>936.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4137.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>894.5717</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.63294273801148</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> |