=== 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-0074 --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-0074",
"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-0074_ses-01_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-0074_ses-01_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-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_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-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_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-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0074/figures/sub-0074_ses-01_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_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-0074/ses-01/func/sub-0074_ses-01_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>bf9c05fffb5a487dfd6e924b06a99b61</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>21:34:15.022500</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.999073, -0.0306153, 0.0302706, 0.0308736, 0.99949, -0.0081007]</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.252</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.0989478</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>[4127, -7732, -7219, 562, -141, -179, -101, 62]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>228.938</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>11438e62-b6ff-4466-a316-b8888a4ff057||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.6804392337799072, 0.08283152431249619, 0.08101928979158401, 108.51210021972656], [0.08213867992162704, 2.6815598011016846, -0.02437492273747921, -100.71482849121094], [0.08121374249458313, 0.021733585745096207, 2.698673963546753, -53.65828323364258], [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': ['213415.022500', '213415.482500', '213415.942500', '213416.402500', '213416.862500', '213417.322500', '213417.782500', '213418.242500', '213418.702500', '213419.162500', '213419.622500', '213420.082500', '213420.542500', '213421.002500', '213421.462500', '213421.922500', '213422.382500', '213422.842500', '213423.302500', '213423.762500', '213424.222500', '213424.682500', '213425.142500', '213425.602500', '213426.062500', '213426.522500', '213426.982500', '213427.442500', '213427.902500', '213428.362500', '213428.822500', '213429.282500', '213429.742500', '213430.202500', '213430.662500', '213431.122500', '213431.582500', '213432.042500', '213432.502500', '213432.962500', '213433.422500', '213433.882500', '213434.342500', '213434.802500', '213435.262500', '213435.722500', '213436.182500', '213436.642500', '213437.102500', '213437.562500', '213438.022500', '213438.482500', '213438.942500', '213439.402500', '213439.862500', '213440.322500', '213440.782500', '213441.242500', '213441.702500', '213442.162500', '213442.622500', '213443.082500', '213443.542500', '213444.002500', '213444.462500', '213444.922500', '213445.382500', '213445.842500', '213446.302500', '213446.762500', '213447.222500', '213447.682500', '213448.142500', '213448.602500', '213449.062500', '213449.522500', '213449.982500', '213450.442500', '213450.902500', '213451.362500', '213451.822500', '213452.282500', '213452.742500', '213453.202500', '213453.662500', '213454.122500', '213454.582500', '213455.042500', '213455.502500', '213455.962500', '213456.422500', '213456.882500', '213457.342500', '213457.802500', '213458.262500', '213458.722500', '213459.182500', '213459.642500', '213500.102500', '213500.562500', '213501.022500', '213501.482500', '213501.942500', '213502.402500', '213502.862500', '213503.322500', '213503.782500', '213504.242500', '213504.702500', '213505.162500', '213505.622500', '213506.082500', '213506.542500', '213507.002500', '213507.462500', '213507.922500', '213508.382500', '213508.842500', '213509.302500', '213509.762500', '213510.222500', '213510.682500', '213511.142500', '213511.602500', '213512.062500', '213512.522500', '213512.982500', '213513.442500', '213513.902500', '213514.362500', '213514.822500', '213515.282500', '213515.742500', '213516.202500', '213516.662500', '213517.122500', '213517.582500', '213518.042500', '213518.502500', '213518.962500', '213519.422500', '213519.882500', '213520.342500', '213520.802500', '213521.262500', '213521.722500', '213522.182500', '213522.642500', '213523.102500', '213523.562500', '213524.022500', '213524.482500', '213524.942500', '213525.402500', '213525.862500', '213526.322500', '213526.782500', '213527.242500', '213527.702500', '213528.162500', '213528.622500', '213529.082500', '213529.542500', '213530.002500', '213530.462500', '213530.922500', '213531.382500', '213531.842500', '213532.302500', '213532.762500', '213533.222500', '213533.682500', '213534.142500', '213534.602500', '213535.062500', '213535.522500', '213535.982500', '213536.442500', '213536.902500', '213537.362500', '213537.822500', '213538.282500', '213538.742500', '213539.202500', '213539.662500', '213540.122500', '213540.582500', '213541.042500', '213541.502500', '213541.962500', '213542.422500', '213542.882500', '213543.342500', '213543.802500', '213544.262500', '213544.722500', '213545.182500', '213545.642500', '213546.102500', '213546.562500', '213547.022500', '213547.482500', '213547.942500', '213548.402500', '213548.862500', '213549.322500', '213549.782500', '213550.242500', '213550.702500', '213551.162500', '213551.622500', '213552.082500', '213552.542500', '213553.002500', '213553.462500', '213553.922500', '213554.382500', '213554.842500', '213555.302500', '213555.762500', '213556.222500', '213556.682500', '213557.142500', '213557.602500', '213558.062500', '213558.522500', '213558.982500', '213559.442500', '213559.902500', '213600.362500', '213600.822500', '213601.282500', '213601.742500', '213602.202500', '213602.662500', '213603.122500', '213603.582500', '213604.042500', '213604.502500', '213604.962500', '213605.422500', '213605.882500', '213606.342500', '213606.802500', '213607.262500', '213607.722500', '213608.182500', '213608.642500', '213609.102500', '213609.562500', '213610.022500', '213610.482500', '213610.942500', '213611.402500', '213611.862500', '213612.322500', '213612.782500', '213613.242500', '213613.702500', '213614.162500', '213614.622500', '213615.082500', '213615.542500', '213616.002500', '213616.462500', '213616.922500', '213617.382500', '213617.842500', '213618.302500', '213618.762500', '213619.222500', '213619.682500', '213620.142500', '213620.602500', '213621.062500', '213621.522500', '213621.982500', '213622.442500', '213622.902500', '213623.362500', '213623.822500', '213624.282500', '213624.742500', '213625.202500', '213625.662500', '213626.122500', '213626.582500', '213627.042500', '213627.502500', '213627.962500', '213628.422500', '213628.882500', '213629.342500', '213629.802500', '213630.262500', '213630.722500', '213631.182500', '213631.642500', '213632.102500', '213632.562500', '213633.022500', '213633.482500', '213633.942500', '213634.402500', '213634.862500', '213635.322500', '213635.782500', '213636.242500', '213636.702500', '213637.162500', '213637.622500', '213638.082500', '213638.542500', '213639.002500', '213639.462500', '213639.922500', '213640.382500', '213640.842500', '213641.302500', '213641.762500', '213642.222500', '213642.682500', '213643.142500', '213643.602500', '213644.062500', '213644.522500', '213644.982500', '213645.442500', '213645.902500', '213646.362500', '213646.822500', '213647.282500', '213647.742500', '213648.202500', '213648.662500', '213649.122500', '213649.582500', '213650.042500', '213650.502500', '213650.962500', '213651.422500', '213651.882500', '213652.342500', '213652.802500', '213653.262500', '213653.722500', '213654.182500', '213654.642500', '213655.102500', '213655.562500', '213656.022500', '213656.482500', '213656.942500', '213657.402500', '213657.862500', '213658.322500', '213658.782500', '213659.242500', '213659.702500', '213700.162500', '213700.622500', '213701.082500', '213701.542500', '213702.002500', '213702.462500', '213702.922500', '213703.382500', '213703.842500', '213704.302500', '213704.762500', '213705.222500', '213705.682500', '213706.142500', '213706.602500', '213707.062500', '213707.522500', '213707.982500', '213708.442500', '213708.902500', '213709.362500', '213709.822500', '213710.282500', '213710.742500', '213711.202500', '213711.662500', '213712.122500', '213712.582500', '213713.042500', '213713.502500', '213713.962500', '213714.422500', '213714.882500', '213715.342500', '213715.802500', '213716.262500', '213716.722500', '213717.182500', '213717.642500', '213718.102500', '213718.562500', '213719.022500', '213719.482500', '213719.942500', '213720.402500', '213720.862500', '213721.322500', '213721.782500', '213722.242500', '213722.702500', '213723.162500', '213723.622500', '213724.082500', '213724.542500', '213725.002500', '213725.462500', '213725.922500', '213726.382500', '213726.842500', '213727.302500', '213727.762500', '213728.222500', '213728.682500', '213729.142500', '213729.602500', '213730.062500', '213730.522500', '213730.982500', '213731.442500', '213731.902500', '213732.362500', '213732.822500', '213733.282500', '213733.742500', '213734.202500', '213734.662500', '213735.122500', '213735.582500', '213736.042500', '213736.502500', '213736.962500', '213737.422500', '213737.882500', '213738.342500', '213738.802500', '213739.262500', '213739.722500', '213740.182500', '213740.642500', '213741.102500', '213741.562500', '213742.022500', '213742.482500', '213742.942500', '213743.402500', '213743.862500', '213744.322500', '213744.782500', '213745.242500', '213745.702500', '213746.162500', '213746.622500', '213747.082500', '213747.542500', '213748.002500', '213748.462500', '213748.922500', '213749.382500', '213749.842500', '213750.302500', '213750.762500', '213751.222500', '213751.682500', '213752.142500', '213752.602500', '213753.062500', '213753.522500', '213753.982500', '213754.442500', '213754.902500', '213755.362500', '213755.822500', '213756.282500', '213756.742500', '213757.202500', '213757.662500', '213758.122500', '213758.582500', '213759.042500', '213759.502500', '213759.962500', '213800.422500', '213800.882500', '213801.342500', '213801.802500', '213802.262500', '213802.722500', '213803.182500', '213803.642500', '213804.102500', '213804.562500', '213805.022500', '213805.482500', '213805.942500', '213806.402500', '213806.862500', '213807.322500', '213807.782500', '213808.242500', '213808.702500', '213809.162500', '213809.622500', '213810.082500', '213810.542500', '213811.002500', '213811.462500', '213811.922500', '213812.382500', '213812.842500', '213813.302500', '213813.762500', '213814.222500', '213814.682500', '213815.142500', '213815.602500', '213816.062500', '213816.522500', '213816.982500', '213817.442500', '213817.902500', '213818.362500', '213818.822500', '213819.282500', '213819.742500', '213820.202500', '213820.662500', '213821.122500', '213821.582500', '213822.042500', '213822.502500', '213822.962500', '213823.422500', '213823.882500', '213824.342500', '213824.802500', '213825.262500', '213825.722500', '213826.182500', '213826.642500', '213827.102500', '213827.562500', '213828.022500', '213828.482500', '213828.942500', '213829.402500', '213829.862500', '213830.322500', '213830.782500', '213831.242500', '213831.702500', '213832.162500', '213832.622500', '213833.082500', '213833.542500', '213834.002500', '213834.462500', '213834.922500', '213835.382500', '213835.842500', '213836.302500', '213836.762500', '213837.222500', '213837.682500', '213838.142500', '213838.602500', '213839.062500', '213839.522500', '213839.982500', '213840.442500', '213840.902500', '213841.362500', '213841.822500', '213842.282500', '213842.742500', '213843.202500', '213843.662500', '213844.122500', '213844.582500', '213845.042500', '213845.502500', '213845.962500', '213846.422500', '213846.882500', '213847.342500', '213847.802500', '213848.262500', '213848.722500', '213849.182500', '213849.642500', '213850.102500', '213850.562500', '213851.022500', '213851.482500', '213851.942500', '213852.402500', '213852.862500', '213853.322500', '213853.782500', '213854.242500', '213854.702500', '213855.162500', '213855.622500', '213856.082500', '213856.542500', '213857.002500', '213857.462500', '213857.922500', '213858.382500', '213858.842500', '213859.302500', '213859.762500', '213900.222500', '213900.682500', '213901.142500', '213901.602500', '213902.062500', '213902.522500', '213902.982500', '213903.442500', '213903.902500', '213904.362500', '213904.822500', '213905.282500', '213905.742500', '213906.202500', '213906.662500', '213907.122500', '213907.582500', '213908.042500', '213908.502500', '213908.962500', '213909.422500', '213909.882500', '213910.342500', '213910.802500', '213911.262500', '213911.722500', '213912.182500', '213912.642500', '213913.102500', '213913.562500', '213914.022500', '213914.482500', '213914.942500', '213915.402500', '213915.862500', '213916.322500', '213916.782500', '213917.242500', '213917.702500', '213918.162500', '213918.622500', '213919.082500', '213919.542500', '213920.002500', '213920.462500', '213920.922500', '213921.382500', '213921.842500', '213922.302500', '213922.762500', '213923.222500', '213923.682500', '213924.142500', '213924.602500', '213925.062500', '213925.522500', '213925.982500', '213926.442500', '213926.902500', '213927.362500', '213927.822500', '213928.282500', '213928.742500', '213929.202500', '213929.662500', '213930.122500', '213930.582500', '213931.042500', '213931.502500', '213931.962500', '213932.422500', '213932.882500', '213933.342500', '213933.802500', '213934.262500', '213934.722500', '213935.182500', '213935.642500', '213936.102500', '213936.562500', '213937.022500', '213937.482500', '213937.942500', '213938.402500', '213938.862500', '213939.322500', '213939.782500', '213940.242500', '213940.702500', '213941.162500', '213941.622500', '213942.082500', '213942.542500', '213943.002500', '213943.462500', '213943.922500', '213944.382500', '213944.842500', '213945.302500', '213945.762500', '213946.222500', '213946.682500', '213947.142500', '213947.602500', '213948.062500', '213948.522500', '213948.982500', '213949.442500', '213949.902500', '213950.362500', '213950.822500', '213951.282500', '213951.742500', '213952.202500', '213952.662500', '213953.122500', '213953.582500', '213954.042500', '213954.502500', '213954.962500', '213955.422500', '213955.882500', '213956.342500', '213956.802500', '213957.262500', '213957.722500', '213958.182500', '213958.642500', '213959.102500', '213959.562500', '214000.022500', '214000.482500', '214000.942500', '214001.402500', '214001.862500', '214002.322500', '214002.782500', '214003.242500', '214003.702500', '214004.162500', '214004.622500', '214005.082500', '214005.542500', '214006.002500', '214006.462500', '214006.922500', '214007.382500', '214007.842500', '214008.302500', '214008.762500', '214009.222500', '214009.682500', '214010.142500', '214010.602500', '214011.062500', '214011.522500', '214011.982500', '214012.442500', '214012.902500', '214013.362500', '214013.822500', '214014.282500', '214014.742500', '214015.202500', '214015.662500', '214016.122500', '214016.582500', '214017.042500', '214017.502500', '214017.962500', '214018.422500', '214018.882500', '214019.342500', '214019.802500', '214020.262500', '214020.722500', '214021.182500', '214021.642500', '214022.102500', '214022.562500', '214023.022500', '214023.482500', '214023.942500', '214024.402500', '214024.862500', '214025.322500', '214025.782500', '214026.242500', '214026.702500', '214027.162500', '214027.622500', '214028.082500', '214028.542500', '214029.002500', '214029.462500', '214029.922500', '214030.382500', '214030.842500', '214031.302500', '214031.762500', '214032.222500', '214032.682500', '214033.142500', '214033.602500', '214034.062500', '214034.522500', '214034.982500', '214035.442500', '214035.902500', '214036.362500', '214036.822500', '214037.282500', '214037.742500', '214038.202500', '214038.662500', '214039.122500', '214039.582500', '214040.042500', '214040.502500', '214040.962500', '214041.422500', '214041.882500', '214042.342500', '214042.802500', '214043.262500', '214043.722500', '214044.182500', '214044.642500', '214045.102500', '214045.562500', '214046.022500', '214046.482500', '214046.942500', '214047.402500', '214047.862500', '214048.322500', '214048.782500', '214049.242500', '214049.702500', '214050.162500', '214050.622500', '214051.082500', '214051.542500', '214052.002500', '214052.462500', '214052.922500', '214053.382500', '214053.842500', '214054.302500', '214054.762500', '214055.222500', '214055.682500'], 'ContentTime': ['213431.841000', '213431.844000', '213431.846000', '213431.849000', '213431.852000', '213431.854000', '213431.857000', '213431.860000', '213431.863000', '213431.865000', '213431.868000', '213431.870000', '213431.873000', '213431.876000', '213431.878000', '213431.881000', '213431.884000', '213431.886000', '213431.889000', '213431.901000', '213431.904000', '213431.916000', '213431.919000', '213431.926000', '213431.928000', '213431.931000', '213431.934000', '213431.937000', '213431.939000', '213431.942000', '213431.944000', '213431.947000', '213431.950000', '213431.952000', '213451.791000', '213451.793000', '213451.796000', '213451.799000', '213451.802000', '213451.804000', '213451.807000', '213451.809000', '213451.812000', '213451.815000', '213451.817000', '213451.820000', '213451.822000', '213451.825000', '213451.827000', '213451.830000', '213451.833000', '213451.835000', '213451.838000', '213451.841000', '213451.845000', '213451.847000', '213451.850000', '213451.852000', '213451.855000', '213451.858000', '213451.860000', '213451.863000', '213451.866000', '213451.868000', '213451.871000', '213451.873000', '213451.876000', '213451.878000', '213451.881000', '213451.884000', '213451.886000', '213451.889000', '213451.892000', '213451.894000', '213451.897000', '213451.900000', '213451.902000', '213511.790000', '213511.793000', '213511.796000', '213511.799000', '213511.801000', '213511.804000', '213511.820000', '213511.823000', '213511.825000', '213511.828000', '213511.830000', '213511.833000', '213511.836000', '213511.838000', '213511.841000', '213511.843000', '213511.846000', '213511.849000', '213511.851000', '213511.854000', '213511.857000', '213511.859000', '213511.862000', '213511.864000', '213511.867000', '213511.869000', '213511.872000', '213511.875000', '213511.877000', '213511.880000', '213511.882000', '213511.885000', '213511.888000', '213511.890000', '213511.900000', '213511.903000', '213511.905000', '213511.908000', '213511.910000', '213511.913000', '213511.916000', '213511.918000', '213511.921000', '213511.924000', '213531.790000', '213531.794000', '213531.796000', '213531.799000', '213531.801000', '213531.804000', '213531.807000', '213531.809000', '213531.812000', '213531.815000', '213531.817000', '213531.820000', '213531.823000', '213531.825000', '213531.828000', '213531.831000', '213531.833000', '213531.836000', '213531.839000', '213531.841000', '213531.844000', '213531.847000', '213531.849000', '213531.852000', '213531.855000', '213531.857000', '213531.860000', '213531.862000', '213531.865000', '213531.868000', '213531.870000', '213531.873000', '213531.876000', '213531.878000', '213531.881000', '213531.883000', '213531.886000', '213531.889000', '213531.891000', '213531.894000', '213531.896000', '213531.899000', '213531.902000', '213551.789000', '213551.792000', '213551.795000', '213551.798000', '213551.801000', '213551.803000', '213551.806000', '213551.809000', '213551.811000', '213551.814000', '213551.816000', '213551.819000', '213551.822000', '213551.824000', '213551.827000', '213551.830000', '213551.832000', '213551.835000', '213551.837000', '213551.840000', '213551.843000', '213551.845000', '213551.848000', '213551.850000', '213551.853000', '213551.856000', '213551.858000', '213551.861000', '213551.864000', '213551.866000', '213551.869000', '213551.871000', '213551.874000', '213551.877000', '213551.879000', '213551.882000', '213551.885000', '213551.887000', '213551.890000', '213551.892000', '213551.895000', '213551.898000', '213551.900000', '213551.903000', '213611.790000', '213611.792000', '213611.795000', '213611.798000', '213611.801000', '213611.803000', '213611.806000', '213611.808000', '213611.811000', '213611.814000', '213611.817000', '213611.820000', '213611.823000', '213611.825000', '213611.828000', '213611.831000', '213611.833000', '213611.836000', '213611.839000', '213611.841000', '213611.844000', '213611.846000', '213611.849000', '213611.852000', '213611.854000', '213611.857000', '213611.860000', '213611.862000', '213611.865000', '213611.867000', '213611.870000', '213611.873000', '213611.875000', '213611.878000', '213611.881000', '213611.884000', '213611.887000', '213611.889000', '213611.892000', '213611.895000', '213611.897000', '213611.900000', '213611.903000', '213631.790000', '213631.794000', '213631.796000', '213631.799000', '213631.802000', '213631.805000', '213631.808000', '213631.810000', '213631.813000', '213631.815000', '213631.818000', '213631.821000', '213631.823000', '213631.826000', '213631.829000', '213631.831000', '213631.834000', '213631.837000', '213631.839000', '213631.842000', '213631.844000', '213631.847000', '213631.850000', '213631.852000', '213631.855000', '213631.858000', '213631.860000', '213631.863000', '213631.865000', '213631.868000', '213631.871000', '213631.874000', '213631.876000', '213631.879000', '213631.881000', '213631.884000', '213631.887000', '213631.889000', '213631.892000', '213631.894000', '213631.897000', '213631.900000', '213631.902000', '213631.905000', '213651.791000', '213651.793000', '213651.796000', '213651.799000', '213651.801000', '213651.804000', '213651.806000', '213651.809000', '213651.812000', '213651.814000', '213651.817000', '213651.820000', '213651.822000', '213651.825000', '213651.827000', '213651.830000', '213651.847000', '213651.851000', '213651.853000', '213651.856000', '213651.859000', '213651.861000', '213651.864000', '213651.866000', '213651.869000', '213651.872000', '213651.875000', '213651.877000', '213651.880000', '213651.883000', '213651.885000', '213651.888000', '213651.890000', '213651.893000', '213651.896000', '213651.898000', '213651.901000', '213651.904000', '213651.906000', '213651.909000', '213651.911000', '213651.914000', '213651.917000', '213711.791000', '213711.794000', '213711.796000', '213711.799000', '213711.802000', '213711.804000', '213711.807000', '213711.809000', '213711.812000', '213711.815000', '213711.817000', '213711.820000', '213711.823000', '213711.825000', '213711.828000', '213711.831000', '213711.833000', '213711.836000', '213711.838000', '213711.841000', '213711.844000', '213711.846000', '213711.849000', '213711.851000', '213711.854000', '213711.857000', '213711.859000', '213711.862000', '213711.865000', '213711.867000', '213711.870000', '213711.872000', '213711.875000', '213711.878000', '213711.880000', '213711.883000', '213711.886000', '213711.888000', '213711.891000', '213711.894000', '213711.896000', '213711.899000', '213711.902000', '213711.904000', '213731.791000', '213731.794000', '213731.796000', '213731.799000', '213731.802000', '213731.804000', '213731.807000', '213731.810000', '213731.812000', '213731.815000', '213731.817000', '213731.820000', '213731.823000', '213731.826000', '213731.828000', '213731.831000', '213731.834000', '213731.836000', '213731.839000', '213731.842000', '213731.844000', '213731.847000', '213731.850000', '213731.852000', '213731.855000', '213731.857000', '213731.860000', '213731.863000', '213731.865000', '213731.868000', '213731.871000', '213731.873000', '213731.876000', '213731.879000', '213731.881000', '213731.884000', '213731.887000', '213731.889000', '213731.892000', '213731.894000', '213731.897000', '213731.900000', '213731.902000', '213751.791000', '213751.793000', '213751.796000', '213751.799000', '213751.801000', '213751.804000', '213751.807000', '213751.809000', '213751.812000', '213751.815000', '213751.817000', '213751.820000', '213751.823000', '213751.825000', '213751.828000', '213751.831000', '213751.833000', '213751.836000', '213751.838000', '213751.841000', '213751.844000', '213751.846000', '213751.849000', '213751.852000', '213751.854000', '213751.857000', '213751.860000', '213751.862000', '213751.865000', '213751.868000', '213751.870000', '213751.873000', '213751.876000', '213751.878000', '213751.881000', '213751.883000', '213751.886000', '213751.889000', '213751.891000', '213751.894000', '213751.897000', '213751.899000', '213751.902000', '213751.905000', '213811.790000', '213811.793000', '213811.796000', '213811.798000', '213811.801000', '213811.804000', '213811.806000', '213811.809000', '213811.812000', '213811.815000', '213811.817000', '213811.820000', '213811.823000', '213811.825000', '213811.828000', '213811.831000', '213811.833000', '213811.836000', '213811.839000', '213811.841000', '213811.844000', '213811.846000', '213811.849000', '213811.852000', '213811.854000', '213811.857000', '213811.860000', '213811.862000', '213811.865000', '213811.868000', '213811.871000', '213811.874000', '213811.877000', '213811.880000', '213811.883000', '213811.885000', '213811.888000', '213811.890000', '213811.893000', '213811.896000', '213811.898000', '213811.912000', '213811.915000', '213831.790000', '213831.793000', '213831.796000', '213831.798000', '213831.801000', '213831.803000', '213831.806000', '213831.809000', '213831.812000', '213831.814000', '213831.817000', '213831.820000', '213831.822000', '213831.825000', '213831.828000', '213831.830000', '213831.833000', '213831.835000', '213831.838000', '213831.841000', '213831.843000', '213831.846000', '213831.849000', '213831.852000', '213831.854000', '213831.857000', '213831.860000', '213831.862000', '213831.865000', '213831.868000', '213831.870000', '213831.873000', '213831.875000', '213831.878000', '213831.881000', '213831.883000', '213831.886000', '213831.888000', '213831.891000', '213831.894000', '213831.896000', '213831.899000', '213831.902000', '213831.904000', '213851.791000', '213851.794000', '213851.796000', '213851.799000', '213851.802000', '213851.804000', '213851.807000', '213851.810000', '213851.812000', '213851.815000', '213851.818000', '213851.820000', '213851.823000', '213851.826000', '213851.828000', '213851.831000', '213851.834000', '213851.836000', '213851.839000', '213851.841000', '213851.844000', '213851.847000', '213851.849000', '213851.852000', '213851.855000', '213851.857000', '213851.860000', '213851.863000', '213851.865000', '213851.868000', '213851.871000', '213851.873000', '213851.876000', '213851.879000', '213851.881000', '213851.884000', '213851.887000', '213851.889000', '213851.892000', '213851.894000', '213851.897000', '213851.900000', '213851.902000', '213911.790000', '213911.793000', '213911.796000', '213911.799000', '213911.801000', '213911.804000', '213911.807000', '213911.809000', '213911.812000', '213911.815000', '213911.817000', '213911.820000', '213911.823000', '213911.826000', '213911.828000', '213911.831000', '213911.833000', '213911.842000', '213911.844000', '213911.847000', '213911.849000', '213911.852000', '213911.855000', '213911.857000', '213911.860000', '213911.863000', '213911.866000', '213911.868000', '213911.871000', '213911.874000', '213911.876000', '213911.879000', '213911.881000', '213911.884000', '213911.887000', '213911.889000', '213911.892000', '213911.895000', '213911.897000', '213911.900000', '213911.902000', '213911.905000', '213911.908000', '213911.910000', '213931.791000', '213931.793000', '213931.796000', '213931.799000', '213931.802000', '213931.804000', '213931.807000', '213931.810000', '213931.812000', '213931.815000', '213931.818000', '213931.820000', '213931.823000', '213931.826000', '213931.828000', '213931.831000', '213931.833000', '213931.836000', '213931.839000', '213931.841000', '213931.844000', '213931.847000', '213931.849000', '213931.852000', '213931.855000', '213931.857000', '213931.860000', '213931.863000', '213931.865000', '213931.868000', '213931.870000', '213931.873000', '213931.877000', '213931.879000', '213931.882000', '213931.885000', '213931.887000', '213931.890000', '213931.893000', '213931.895000', '213931.898000', '213931.901000', '213931.903000', '213951.791000', '213951.794000', '213951.796000', '213951.799000', '213951.802000', '213951.804000', '213951.807000', '213951.809000', '213951.845000', '213951.848000', '213951.850000', '213951.853000', '213951.856000', '213951.858000', '213951.861000', '213951.863000', '213951.866000', '213951.879000', '213951.882000', '213951.884000', '213951.887000', '213951.890000', '213951.892000', '213951.895000', '213951.898000', '213951.900000', '213951.903000', '213951.906000', '213951.908000', '213951.911000', '213951.913000', '213951.916000', '213951.919000', '213951.921000', '213951.924000', '213951.927000', '213951.929000', '213951.932000', '213951.935000', '213951.937000', '213951.940000', '213951.943000', '213951.946000', '213951.948000', '214011.791000', '214011.793000', '214011.796000', '214011.799000', '214011.802000', '214011.804000', '214011.807000', '214011.809000', '214011.812000', '214011.815000', '214011.818000', '214011.820000', '214011.823000', '214011.825000', '214011.828000', '214011.831000', '214011.833000', '214011.836000', '214011.838000', '214011.841000', '214011.844000', '214011.846000', '214011.849000', '214011.852000', '214011.854000', '214011.857000', '214011.859000', '214011.862000', '214011.865000', '214011.869000', '214011.872000', '214011.874000', '214011.877000', '214011.880000', '214011.883000', '214011.885000', '214011.888000', '214011.891000', '214011.893000', '214011.896000', '214011.898000', '214011.901000', '214011.904000', '214031.790000', '214031.792000', '214031.795000', '214031.798000', '214031.800000', '214031.803000', '214031.806000', '214031.808000', '214031.811000', '214031.814000', '214031.816000', '214031.819000', '214031.822000', '214031.824000', '214031.827000', '214031.830000', '214031.832000', '214031.835000', '214031.837000', '214031.840000', '214031.843000', '214031.845000', '214031.848000', '214031.851000', '214031.853000', '214031.856000', '214031.859000', '214031.861000', '214031.864000', '214031.867000', '214031.869000', '214031.872000', '214031.875000', '214031.877000', '214031.880000', '214031.883000', '214031.885000', '214031.888000', '214031.890000', '214031.893000', '214031.896000', '214031.899000', '214031.901000', '214031.904000', '214051.790000', '214051.793000', '214051.795000', '214051.798000', '214051.800000', '214051.803000', '214051.806000', '214051.808000', '214051.811000', '214051.814000', '214051.816000', '214051.819000', '214051.821000', '214051.824000', '214051.827000', '214051.829000', '214051.832000', '214051.835000', '214051.837000', '214051.840000', '214051.843000', '214051.845000', '214051.848000', '214051.850000', '214051.853000', '214051.856000', '214051.858000', '214051.861000', '214051.864000', '214051.866000', '214051.869000', '214051.872000', '214051.874000', '214051.877000', '214051.880000', '214051.882000', '214051.885000', '214051.887000', '214051.890000', '214051.893000', '214051.895000', '214051.898000', '214051.901000', '214057.014000', '214057.017000', '214057.020000', '214057.023000', '214057.026000', '214057.028000', '214057.031000', '214057.034000', '214057.037000', '214057.039000', '214057.042000', '214057.045000'], 'InstanceCreationTime': ['213431.841000', '213431.844000', '213431.846000', '213431.849000', '213431.852000', '213431.854000', '213431.857000', '213431.860000', '213431.863000', '213431.865000', '213431.868000', '213431.870000', '213431.873000', '213431.876000', '213431.878000', '213431.881000', '213431.884000', '213431.886000', '213431.889000', '213431.901000', '213431.904000', '213431.916000', '213431.919000', '213431.926000', '213431.928000', '213431.931000', '213431.934000', '213431.937000', '213431.939000', '213431.942000', '213431.944000', '213431.947000', '213431.950000', '213431.952000', '213451.791000', '213451.793000', '213451.796000', '213451.799000', '213451.802000', '213451.804000', '213451.807000', '213451.809000', '213451.812000', '213451.815000', '213451.817000', '213451.820000', '213451.822000', '213451.825000', '213451.827000', '213451.830000', '213451.833000', '213451.835000', '213451.838000', '213451.841000', '213451.845000', '213451.847000', '213451.850000', '213451.852000', '213451.855000', '213451.858000', '213451.860000', '213451.863000', '213451.866000', '213451.868000', '213451.871000', '213451.873000', '213451.876000', '213451.878000', '213451.881000', '213451.884000', '213451.886000', '213451.889000', '213451.892000', '213451.894000', '213451.897000', '213451.900000', '213451.902000', '213511.790000', '213511.793000', '213511.796000', '213511.799000', '213511.801000', '213511.804000', '213511.820000', '213511.823000', '213511.825000', '213511.828000', '213511.830000', '213511.833000', '213511.836000', '213511.838000', '213511.841000', '213511.843000', '213511.846000', '213511.849000', '213511.851000', '213511.854000', '213511.857000', '213511.859000', '213511.862000', '213511.864000', '213511.867000', '213511.869000', '213511.872000', '213511.875000', '213511.877000', '213511.880000', '213511.882000', '213511.885000', '213511.888000', '213511.890000', '213511.900000', '213511.903000', '213511.905000', '213511.908000', '213511.910000', '213511.913000', '213511.916000', '213511.918000', '213511.921000', '213511.924000', '213531.790000', '213531.794000', '213531.796000', '213531.799000', '213531.801000', '213531.804000', '213531.807000', '213531.809000', '213531.812000', '213531.815000', '213531.817000', '213531.820000', '213531.823000', '213531.825000', '213531.828000', '213531.831000', '213531.833000', '213531.836000', '213531.839000', '213531.841000', '213531.844000', '213531.847000', '213531.849000', '213531.852000', '213531.855000', '213531.857000', '213531.860000', '213531.862000', '213531.865000', '213531.868000', '213531.870000', '213531.873000', '213531.876000', '213531.878000', '213531.881000', '213531.883000', '213531.886000', '213531.889000', '213531.891000', '213531.894000', '213531.896000', '213531.899000', '213531.902000', '213551.789000', '213551.792000', '213551.795000', '213551.798000', '213551.801000', '213551.803000', '213551.806000', '213551.809000', '213551.811000', '213551.814000', '213551.816000', '213551.819000', '213551.822000', '213551.824000', '213551.827000', '213551.830000', '213551.832000', '213551.835000', '213551.837000', '213551.840000', '213551.843000', '213551.845000', '213551.848000', '213551.850000', '213551.853000', '213551.856000', '213551.858000', '213551.861000', '213551.864000', '213551.866000', '213551.869000', '213551.871000', '213551.874000', '213551.877000', '213551.879000', '213551.882000', '213551.885000', '213551.887000', '213551.890000', '213551.892000', '213551.895000', '213551.898000', '213551.900000', '213551.903000', '213611.790000', '213611.792000', '213611.795000', '213611.798000', '213611.801000', '213611.803000', '213611.806000', '213611.808000', '213611.811000', '213611.814000', '213611.817000', '213611.820000', '213611.823000', '213611.825000', '213611.828000', '213611.831000', '213611.833000', '213611.836000', '213611.839000', '213611.841000', '213611.844000', '213611.846000', '213611.849000', '213611.852000', '213611.854000', '213611.857000', '213611.860000', '213611.862000', '213611.865000', '213611.867000', '213611.870000', '213611.873000', '213611.875000', '213611.878000', '213611.881000', '213611.884000', '213611.887000', '213611.889000', '213611.892000', '213611.895000', '213611.897000', '213611.900000', '213611.903000', '213631.790000', '213631.794000', '213631.796000', '213631.799000', '213631.802000', '213631.805000', '213631.808000', '213631.810000', '213631.813000', '213631.815000', '213631.818000', '213631.821000', '213631.823000', '213631.826000', '213631.829000', '213631.831000', '213631.834000', '213631.837000', '213631.839000', '213631.842000', '213631.844000', '213631.847000', '213631.850000', '213631.852000', '213631.855000', '213631.858000', '213631.860000', '213631.863000', '213631.865000', '213631.868000', '213631.871000', '213631.874000', '213631.876000', '213631.879000', '213631.881000', '213631.884000', '213631.887000', '213631.889000', '213631.892000', '213631.894000', '213631.897000', '213631.900000', '213631.902000', '213631.905000', '213651.791000', '213651.793000', '213651.796000', '213651.799000', '213651.801000', '213651.804000', '213651.806000', '213651.809000', '213651.812000', '213651.814000', '213651.817000', '213651.820000', '213651.822000', '213651.825000', '213651.827000', '213651.830000', '213651.847000', '213651.851000', '213651.853000', '213651.856000', '213651.859000', '213651.861000', '213651.864000', '213651.866000', '213651.869000', '213651.872000', '213651.875000', '213651.877000', '213651.880000', '213651.883000', '213651.885000', '213651.888000', '213651.890000', '213651.893000', '213651.896000', '213651.898000', '213651.901000', '213651.904000', '213651.906000', '213651.909000', '213651.911000', '213651.914000', '213651.917000', '213711.791000', '213711.794000', '213711.796000', '213711.799000', '213711.802000', '213711.804000', '213711.807000', '213711.809000', '213711.812000', '213711.815000', '213711.817000', '213711.820000', '213711.823000', '213711.825000', '213711.828000', '213711.831000', '213711.833000', '213711.836000', '213711.838000', '213711.841000', '213711.844000', '213711.846000', '213711.849000', '213711.851000', '213711.854000', '213711.857000', '213711.859000', '213711.862000', '213711.865000', '213711.867000', '213711.870000', '213711.872000', '213711.875000', '213711.878000', '213711.880000', '213711.883000', '213711.886000', '213711.888000', '213711.891000', '213711.894000', '213711.896000', '213711.899000', '213711.902000', '213711.904000', '213731.791000', '213731.794000', '213731.796000', '213731.799000', '213731.802000', '213731.804000', '213731.807000', '213731.810000', '213731.812000', '213731.815000', '213731.817000', '213731.820000', '213731.823000', '213731.826000', '213731.828000', '213731.831000', '213731.834000', '213731.836000', '213731.839000', '213731.842000', '213731.844000', '213731.847000', '213731.850000', '213731.852000', '213731.855000', '213731.857000', '213731.860000', '213731.863000', '213731.865000', '213731.868000', '213731.871000', '213731.873000', '213731.876000', '213731.879000', '213731.881000', '213731.884000', '213731.887000', '213731.889000', '213731.892000', '213731.894000', '213731.897000', '213731.900000', '213731.902000', '213751.791000', '213751.793000', '213751.796000', '213751.799000', '213751.801000', '213751.804000', '213751.807000', '213751.809000', '213751.812000', '213751.815000', '213751.817000', '213751.820000', '213751.823000', '213751.825000', '213751.828000', '213751.831000', '213751.833000', '213751.836000', '213751.838000', '213751.841000', '213751.844000', '213751.846000', '213751.849000', '213751.852000', '213751.854000', '213751.857000', '213751.860000', '213751.862000', '213751.865000', '213751.868000', '213751.870000', '213751.873000', '213751.876000', '213751.878000', '213751.881000', '213751.883000', '213751.886000', '213751.889000', '213751.891000', '213751.894000', '213751.897000', '213751.899000', '213751.902000', '213751.905000', '213811.790000', '213811.793000', '213811.796000', '213811.798000', '213811.801000', '213811.804000', '213811.806000', '213811.809000', '213811.812000', '213811.815000', '213811.817000', '213811.820000', '213811.823000', '213811.825000', '213811.828000', '213811.831000', '213811.833000', '213811.836000', '213811.839000', '213811.841000', '213811.844000', '213811.846000', '213811.849000', '213811.852000', '213811.854000', '213811.857000', '213811.860000', '213811.862000', '213811.865000', '213811.868000', '213811.871000', '213811.874000', '213811.877000', '213811.880000', '213811.883000', '213811.885000', '213811.888000', '213811.890000', '213811.893000', '213811.896000', '213811.898000', '213811.912000', '213811.915000', '213831.790000', '213831.793000', '213831.796000', '213831.798000', '213831.801000', '213831.803000', '213831.806000', '213831.809000', '213831.812000', '213831.814000', '213831.817000', '213831.820000', '213831.822000', '213831.825000', '213831.828000', '213831.830000', '213831.833000', '213831.835000', '213831.838000', '213831.841000', '213831.843000', '213831.846000', '213831.849000', '213831.852000', '213831.854000', '213831.857000', '213831.860000', '213831.862000', '213831.865000', '213831.868000', '213831.870000', '213831.873000', '213831.875000', '213831.878000', '213831.881000', '213831.883000', '213831.886000', '213831.888000', '213831.891000', '213831.894000', '213831.896000', '213831.899000', '213831.902000', '213831.904000', '213851.791000', '213851.794000', '213851.796000', '213851.799000', '213851.802000', '213851.804000', '213851.807000', '213851.810000', '213851.812000', '213851.815000', '213851.818000', '213851.820000', '213851.823000', '213851.826000', '213851.828000', '213851.831000', '213851.834000', '213851.836000', '213851.839000', '213851.841000', '213851.844000', '213851.847000', '213851.849000', '213851.852000', '213851.855000', '213851.857000', '213851.860000', '213851.863000', '213851.865000', '213851.868000', '213851.871000', '213851.873000', '213851.876000', '213851.879000', '213851.881000', '213851.884000', '213851.887000', '213851.889000', '213851.892000', '213851.894000', '213851.897000', '213851.900000', '213851.902000', '213911.790000', '213911.793000', '213911.796000', '213911.799000', '213911.801000', '213911.804000', '213911.807000', '213911.809000', '213911.812000', '213911.815000', '213911.817000', '213911.820000', '213911.823000', '213911.826000', '213911.828000', '213911.831000', '213911.833000', '213911.842000', '213911.844000', '213911.847000', '213911.849000', '213911.852000', '213911.855000', '213911.857000', '213911.860000', '213911.863000', '213911.866000', '213911.868000', '213911.871000', '213911.874000', '213911.876000', '213911.879000', '213911.881000', '213911.884000', '213911.887000', '213911.889000', '213911.892000', '213911.895000', '213911.897000', '213911.900000', '213911.902000', '213911.905000', '213911.908000', '213911.910000', '213931.791000', '213931.793000', '213931.796000', '213931.799000', '213931.802000', '213931.804000', '213931.807000', '213931.810000', '213931.812000', '213931.815000', '213931.818000', '213931.820000', '213931.823000', '213931.826000', '213931.828000', '213931.831000', '213931.833000', '213931.836000', '213931.839000', '213931.841000', '213931.844000', '213931.847000', '213931.849000', '213931.852000', '213931.855000', '213931.857000', '213931.860000', '213931.863000', '213931.865000', '213931.868000', '213931.870000', '213931.873000', '213931.877000', '213931.879000', '213931.882000', '213931.885000', '213931.887000', '213931.890000', '213931.893000', '213931.895000', '213931.898000', '213931.901000', '213931.903000', '213951.791000', '213951.794000', '213951.796000', '213951.799000', '213951.802000', '213951.804000', '213951.807000', '213951.809000', '213951.845000', '213951.848000', '213951.850000', '213951.853000', '213951.856000', '213951.858000', '213951.861000', '213951.863000', '213951.866000', '213951.879000', '213951.882000', '213951.884000', '213951.887000', '213951.890000', '213951.892000', '213951.895000', '213951.898000', '213951.900000', '213951.903000', '213951.906000', '213951.908000', '213951.911000', '213951.913000', '213951.916000', '213951.919000', '213951.921000', '213951.924000', '213951.927000', '213951.929000', '213951.932000', '213951.935000', '213951.937000', '213951.940000', '213951.943000', '213951.946000', '213951.948000', '214011.791000', '214011.793000', '214011.796000', '214011.799000', '214011.802000', '214011.804000', '214011.807000', '214011.809000', '214011.812000', '214011.815000', '214011.818000', '214011.820000', '214011.823000', '214011.825000', '214011.828000', '214011.831000', '214011.833000', '214011.836000', '214011.838000', '214011.841000', '214011.844000', '214011.846000', '214011.849000', '214011.852000', '214011.854000', '214011.857000', '214011.859000', '214011.862000', '214011.865000', '214011.869000', '214011.872000', '214011.874000', '214011.877000', '214011.880000', '214011.883000', '214011.885000', '214011.888000', '214011.891000', '214011.893000', '214011.896000', '214011.898000', '214011.901000', '214011.904000', '214031.790000', '214031.792000', '214031.795000', '214031.798000', '214031.800000', '214031.803000', '214031.806000', '214031.808000', '214031.811000', '214031.814000', '214031.816000', '214031.819000', '214031.822000', '214031.824000', '214031.827000', '214031.830000', '214031.832000', '214031.835000', '214031.837000', '214031.840000', '214031.843000', '214031.845000', '214031.848000', '214031.851000', '214031.853000', '214031.856000', '214031.859000', '214031.861000', '214031.864000', '214031.867000', '214031.869000', '214031.872000', '214031.875000', '214031.877000', '214031.880000', '214031.883000', '214031.885000', '214031.888000', '214031.890000', '214031.893000', '214031.896000', '214031.899000', '214031.901000', '214031.904000', '214051.790000', '214051.793000', '214051.795000', '214051.798000', '214051.800000', '214051.803000', '214051.806000', '214051.808000', '214051.811000', '214051.814000', '214051.816000', '214051.819000', '214051.821000', '214051.824000', '214051.827000', '214051.829000', '214051.832000', '214051.835000', '214051.837000', '214051.840000', '214051.843000', '214051.845000', '214051.848000', '214051.850000', '214051.853000', '214051.856000', '214051.858000', '214051.861000', '214051.864000', '214051.866000', '214051.869000', '214051.872000', '214051.874000', '214051.877000', '214051.880000', '214051.882000', '214051.885000', '214051.887000', '214051.890000', '214051.893000', '214051.895000', '214051.898000', '214051.901000', '214057.014000', '214057.017000', '214057.020000', '214057.023000', '214057.026000', '214057.028000', '214057.031000', '214057.034000', '214057.037000', '214057.039000', '214057.042000', '214057.045000'], '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': [14256, 9091, 14419, 9967, 14363, 10718, 9969, 8809, 9615, 8164, 14436, 9772, 9399, 8507, 9040, 10207, 12881, 11901, 9174, 8437, 15879, 8301, 15961, 9334, 11794, 8507, 12999, 8796, 12045, 8637, 11569, 8554, 10986, 9023, 11204, 8511, 11204, 8431, 11474, 8613, 12800, 9614, 14865, 8848, 10048, 8868, 8857, 9147, 11238, 9341, 12144, 8827, 8346, 8554, 8281, 8680, 12613, 8951, 13863, 9220, 14295, 9945, 10159, 8997, 13430, 9144, 12075, 9203, 9942, 8595, 9514, 8068, 8892, 8290, 8394, 7682, 8426, 8642, 8987, 9527, 8973, 10229, 8712, 9519, 8397, 9787, 8869, 10347, 8264, 11255, 8427, 9347, 8483, 9147, 8773, 8356, 12181, 8390, 9736, 8178, 13117, 8258, 15632, 8109, 10016, 8265, 8494, 14810, 9932, 15494, 8275, 15449, 8462, 12815, 8585, 11564, 8120, 11069, 8357, 8446, 8112, 8329, 7893, 8469, 8392, 7938, 8185, 8486, 12476, 8915, 10114, 8722, 11242, 8360, 10766, 8437, 8416, 8063, 8851, 8416, 9012, 8984, 9300, 11375, 9210, 10100, 9022, 10563, 8322, 9406, 8841, 8683, 8400, 8347, 8422, 8827, 8249, 9063, 8298, 9227, 8348, 8693, 8140, 9652, 8162, 9314, 8481, 8700, 8163, 11191, 8549, 8815, 8659, 9066, 9449, 10951, 8935, 9062, 8943, 8949, 12919, 8566, 8942, 10497, 8616, 14750, 8041, 15963, 8124, 12790, 8442, 10681, 8486, 9603, 8885, 9293, 8334, 8858, 8715, 8564, 8315, 8418, 8007, 7974, 8138, 7782, 7860, 8507, 7958, 8177, 8218, 8229, 8017, 8532, 8138, 8342, 9792, 8243, 8674, 8173, 12838, 8612, 14881, 9737, 12880, 7770, 12729, 8334, 12734, 8540, 7927, 9136, 8527, 9014, 8282, 7767, 8663, 8166, 11677, 8948, 14492, 9893, 14726, 10767, 15373, 10556, 17122, 10637, 16892, 13358, 12614, 19556, 12848, 16461, 10399, 12991, 8218, 10485, 8240, 9092, 12505, 8510, 12057, 8612, 10983, 8805, 10407, 7854, 9583, 7790, 9194, 8017, 9627, 8020, 10567, 7854, 10404, 8639, 10292, 7722, 9776, 7786, 11095, 8378, 11627, 9047, 8195, 8129, 8959, 11061, 8566, 10594, 8406, 9187, 9793, 8478, 10867, 8688, 11669, 8645, 9978, 8485, 9465, 11965, 7863, 16567, 7936, 17896, 8067, 13892, 7850, 11956, 7909, 10437, 8050, 8921, 7996, 8073, 8300, 8130, 9423, 7926, 7723, 7391, 7872, 9309, 7617, 9996, 8062, 9370, 7587, 8067, 8816, 8177, 10543, 9182, 9597, 8140, 9067, 11239, 8781, 14512, 10944, 8227, 9957, 9602, 8911, 15255, 9070, 16656, 9447, 17515, 10479, 16573, 11653, 15723, 11713, 17237, 11092, 17300, 12325, 17035, 9006, 14938, 10991, 9159, 13781, 8687, 17890, 8385, 13881, 8791, 9494, 8271, 8454, 13147, 8818, 10922, 8559, 10760, 8516, 9748, 8698, 8116, 8794, 8280, 8464, 8466, 8246, 8609, 8497, 8763, 8948, 8482, 9304, 8028, 8152, 8333, 8758, 12169, 7947, 7769, 8467, 7560, 11044, 8376, 11604, 8094, 11522, 8130, 11442, 8206, 11707, 8213, 12030, 9252, 8908, 17773, 8321, 13622, 8614, 12213, 8912, 9194, 7570, 8202, 13861, 7950, 11982, 7960, 11118, 7791, 10878, 7764, 10411, 7946, 10970, 7846, 11610, 7996, 11307, 7855, 11062, 8031, 11031, 8002, 11173, 7887, 11144, 8318, 10961, 8693, 11606, 9025, 11011, 7839, 8707, 8498, 8470, 8787, 7948, 10553, 8298, 11117, 8355, 11118, 8066, 10208, 8162, 9120, 8554, 9777, 8565, 8661, 11041, 8031, 11742, 8272, 13214, 8718, 12736, 8338, 14804, 8837, 13632, 8110, 15390, 9954, 16271, 13716, 9542, 17485, 7846, 11575, 9527, 8511, 13905, 13632, 15035, 18099, 12989, 15889, 12361, 16646, 9660, 15722, 9926, 12697, 16138, 8868, 16177, 8754, 12987, 8450, 12671, 9360, 9050, 9267, 9253, 16833, 9117, 13156, 9386, 10925, 8674, 10790, 8108, 9746, 7781, 8523, 7981, 10653, 8208, 11696, 10001, 9201, 8595, 7912, 9048, 8121, 9794, 8297, 10027, 7754, 10274, 7598, 8188, 7891, 8198, 9284, 7720, 11370, 7772, 11535, 8007, 7982, 7975, 8822, 8741, 9149, 10823, 9152, 8140, 8245, 11027, 8908, 8929, 8858, 8243, 11590, 8443, 12787, 8504, 14583, 8819, 13793, 10394, 15011, 11652, 15339, 11554, 15909, 9533, 15726, 8947, 13185, 10055, 11746, 9944, 11496, 10920, 10190, 10727, 10102, 9976, 8439, 7770, 7857, 9075, 7986, 8116, 8129, 9555, 8317, 8783, 7812, 8798, 9953, 8744, 7552, 7776, 8972, 10014, 7926, 11514, 8192, 11776, 8626, 12578, 9150, 11342, 8768, 8047, 8465, 8208, 11475, 7834, 15286, 8447, 12843, 8873, 11553, 9720, 9182, 11142, 9166, 15899, 9294, 12753, 9938, 11245, 16809, 11169, 16811, 11206, 17015, 12237, 17188, 13336, 13797, 17174, 12380, 17276, 9735, 14823, 9785, 12902, 9247, 11433, 8878, 9096, 8816, 9245, 9442, 12154, 9699, 8986, 8986, 9243, 8990, 8752, 8895, 8713, 12105, 8964, 10633, 9528, 10713, 11338, 11701, 8780, 12284, 8876, 14858, 9600, 15499, 9568, 12771, 9866, 11586, 10201, 10309, 9297, 11149, 8012, 13259, 9702, 10475, 10352, 10568, 10225, 10267, 11115, 10071, 12653, 10065, 12348, 9893, 12843, 10110, 11522, 9949, 13327, 9974, 13115, 9848, 11902, 9923, 10259, 9789, 9976, 9122, 10408, 12234, 9179, 9615, 8586, 8220, 12843, 8056, 11115, 8131, 7786, 12135, 9733, 13766, 9644, 15671, 11218, 16419, 10433, 16233, 10402, 15736, 13807, 11465, 17521, 13270, 18171, 9555, 14085, 9346, 14860, 9100, 9501, 9313, 8421, 9679, 8770, 10357, 8872, 12885, 8716, 13435, 9294, 12522, 8747, 11176, 8664, 10576, 9371, 10054, 9536, 9605, 9039, 9314, 10434, 9962, 11321, 9722, 11379, 9434, 12408, 8956, 10329, 8687, 10751, 8698, 10048, 8515, 8838, 9574, 9263, 10408, 8934, 12528, 7816, 9697, 8570, 8234, 10015, 7840, 11628, 7700, 11567, 7942, 11209, 7942, 11663, 8068, 12803, 7917, 12162, 7859, 13071, 7898, 12668, 7504, 12989, 7879, 11886, 8396, 9192, 9287, 8135, 13355, 8400, 10646, 9068, 12453, 8066, 13923, 8551, 9881, 9025, 7175, 7367, 8044, 9140, 8300, 9019, 9559, 8664, 9726, 8661, 10374, 12075, 10581, 16505, 12184, 16222, 13676, 15843, 11369, 15655, 8705, 11869, 8300, 8608, 8550, 8856, 14515, 8886, 13340, 8900, 11529, 8810, 11350, 8657, 9644, 8757, 7954], 'WindowCenter': [4369.0, 4294.0, 4340.0, 4288.0, 4324.0, 4284.0, 4271.0, 4250.0, 4258.0, 4252.0, 4300.0, 4259.0, 4245.0, 4236.0, 4235.0, 4258.0, 4276.0, 4277.0, 4232.0, 4224.0, 4282.0, 4223.0, 4293.0, 4232.0, 4251.0, 4237.0, 4265.0, 4203.0, 4244.0, 4199.0, 4230.0, 4212.0, 4232.0, 4211.0, 4230.0, 4212.0, 4254.0, 4214.0, 4242.0, 4215.0, 4251.0, 4223.0, 4264.0, 4215.0, 4212.0, 4202.0, 4188.0, 4188.0, 4218.0, 4186.0, 4225.0, 4194.0, 4175.0, 4186.0, 4186.0, 4199.0, 4238.0, 4197.0, 4248.0, 4209.0, 4249.0, 4218.0, 4208.0, 4197.0, 4236.0, 4206.0, 4250.0, 4220.0, 4211.0, 4197.0, 4196.0, 4177.0, 4200.0, 4190.0, 4202.0, 4179.0, 4202.0, 4198.0, 4223.0, 4222.0, 4223.0, 4235.0, 4224.0, 4236.0, 4227.0, 4246.0, 4238.0, 4249.0, 4233.0, 4258.0, 4230.0, 4250.0, 4232.0, 4239.0, 4231.0, 4219.0, 4269.0, 4207.0, 4225.0, 4206.0, 4266.0, 4205.0, 4279.0, 4193.0, 4226.0, 4192.0, 4206.0, 4264.0, 4222.0, 4263.0, 4189.0, 4262.0, 4194.0, 4242.0, 4190.0, 4229.0, 4176.0, 4216.0, 4190.0, 4203.0, 4192.0, 4201.0, 4190.0, 4190.0, 4202.0, 4192.0, 4202.0, 4202.0, 4241.0, 4201.0, 4208.0, 4198.0, 4229.0, 4191.0, 4232.0, 4190.0, 4203.0, 4193.0, 4214.0, 4198.0, 4210.0, 4198.0, 4212.0, 4242.0, 4214.0, 4220.0, 4214.0, 4232.0, 4200.0, 4216.0, 4214.0, 4205.0, 4205.0, 4205.0, 4204.0, 4215.0, 4205.0, 4215.0, 4206.0, 4228.0, 4206.0, 4216.0, 4195.0, 4226.0, 4193.0, 4216.0, 4202.0, 4203.0, 4183.0, 4222.0, 4181.0, 4192.0, 4192.0, 4201.0, 4213.0, 4234.0, 4202.0, 4199.0, 4212.0, 4216.0, 4253.0, 4192.0, 4203.0, 4222.0, 4203.0, 4251.0, 4183.0, 4250.0, 4166.0, 4227.0, 4178.0, 4206.0, 4188.0, 4198.0, 4199.0, 4211.0, 4203.0, 4214.0, 4203.0, 4204.0, 4203.0, 4204.0, 4206.0, 4204.0, 4193.0, 4196.0, 4193.0, 4215.0, 4206.0, 4216.0, 4203.0, 4207.0, 4194.0, 4216.0, 4203.0, 4214.0, 4225.0, 4207.0, 4203.0, 4205.0, 4252.0, 4203.0, 4266.0, 4214.0, 4243.0, 4197.0, 4255.0, 4205.0, 4267.0, 4216.0, 4194.0, 4201.0, 4180.0, 4176.0, 4177.0, 4168.0, 4188.0, 4179.0, 4232.0, 4216.0, 4267.0, 4224.0, 4265.0, 4222.0, 4252.0, 4199.0, 4239.0, 4185.0, 4227.0, 4202.0, 4195.0, 4220.0, 4178.0, 4199.0, 4147.0, 4164.0, 4111.0, 4141.0, 4100.0, 4122.0, 4164.0, 4126.0, 4165.0, 4135.0, 4155.0, 4149.0, 4167.0, 4125.0, 4154.0, 4128.0, 4158.0, 4152.0, 4171.0, 4153.0, 4180.0, 4153.0, 4184.0, 4163.0, 4183.0, 4156.0, 4183.0, 4157.0, 4221.0, 4182.0, 4219.0, 4190.0, 4178.0, 4181.0, 4190.0, 4219.0, 4194.0, 4221.0, 4206.0, 4215.0, 4224.0, 4191.0, 4221.0, 4191.0, 4231.0, 4192.0, 4210.0, 4181.0, 4201.0, 4220.0, 4181.0, 4250.0, 4168.0, 4248.0, 4168.0, 4226.0, 4166.0, 4218.0, 4165.0, 4197.0, 4157.0, 4177.0, 4155.0, 4166.0, 4177.0, 4156.0, 4176.0, 4180.0, 4157.0, 4158.0, 4181.0, 4200.0, 4171.0, 4213.0, 4196.0, 4202.0, 4184.0, 4183.0, 4204.0, 4208.0, 4237.0, 4233.0, 4230.0, 4209.0, 4219.0, 4250.0, 4218.0, 4268.0, 4248.0, 4206.0, 4228.0, 4215.0, 4205.0, 4253.0, 4204.0, 4264.0, 4205.0, 4264.0, 4214.0, 4252.0, 4223.0, 4240.0, 4209.0, 4238.0, 4199.0, 4250.0, 4220.0, 4226.0, 4153.0, 4202.0, 4171.0, 4150.0, 4190.0, 4139.0, 4211.0, 4127.0, 4188.0, 4141.0, 4148.0, 4126.0, 4128.0, 4178.0, 4149.0, 4170.0, 4153.0, 4195.0, 4153.0, 4173.0, 4153.0, 4141.0, 4151.0, 4154.0, 4152.0, 4167.0, 4156.0, 4166.0, 4180.0, 4192.0, 4193.0, 4195.0, 4203.0, 4183.0, 4182.0, 4182.0, 4182.0, 4231.0, 4169.0, 4181.0, 4196.0, 4184.0, 4223.0, 4195.0, 4233.0, 4184.0, 4224.0, 4184.0, 4223.0, 4183.0, 4234.0, 4183.0, 4233.0, 4190.0, 4191.0, 4248.0, 4167.0, 4228.0, 4165.0, 4207.0, 4165.0, 4177.0, 4144.0, 4167.0, 4216.0, 4157.0, 4218.0, 4183.0, 4220.0, 4156.0, 4206.0, 4157.0, 4198.0, 4170.0, 4208.0, 4182.0, 4228.0, 4181.0, 4229.0, 4184.0, 4222.0, 4182.0, 4221.0, 4195.0, 4234.0, 4196.0, 4243.0, 4217.0, 4247.0, 4219.0, 4245.0, 4227.0, 4248.0, 4207.0, 4227.0, 4225.0, 4204.0, 4215.0, 4208.0, 4246.0, 4228.0, 4257.0, 4218.0, 4254.0, 4222.0, 4248.0, 4219.0, 4236.0, 4230.0, 4250.0, 4228.0, 4229.0, 4273.0, 4218.0, 4271.0, 4230.0, 4282.0, 4219.0, 4272.0, 4220.0, 4290.0, 4207.0, 4256.0, 4196.0, 4276.0, 4226.0, 4277.0, 4256.0, 4205.0, 4261.0, 4169.0, 4206.0, 4188.0, 4180.0, 4242.0, 4228.0, 4244.0, 4248.0, 4218.0, 4229.0, 4219.0, 4238.0, 4161.0, 4216.0, 4148.0, 4180.0, 4199.0, 4140.0, 4199.0, 4127.0, 4165.0, 4112.0, 4163.0, 4123.0, 4124.0, 4121.0, 4122.0, 4182.0, 4125.0, 4174.0, 4134.0, 4144.0, 4124.0, 4167.0, 4126.0, 4147.0, 4114.0, 4124.0, 4126.0, 4165.0, 4151.0, 4188.0, 4171.0, 4159.0, 4163.0, 4153.0, 4164.0, 4152.0, 4186.0, 4154.0, 4186.0, 4168.0, 4200.0, 4155.0, 4180.0, 4168.0, 4168.0, 4175.0, 4157.0, 4207.0, 4171.0, 4218.0, 4180.0, 4194.0, 4191.0, 4214.0, 4215.0, 4225.0, 4232.0, 4209.0, 4181.0, 4193.0, 4222.0, 4205.0, 4191.0, 4216.0, 4219.0, 4245.0, 4220.0, 4267.0, 4220.0, 4268.0, 4218.0, 4254.0, 4225.0, 4251.0, 4223.0, 4252.0, 4233.0, 4251.0, 4216.0, 4252.0, 4191.0, 4228.0, 4200.0, 4207.0, 4189.0, 4209.0, 4209.0, 4186.0, 4196.0, 4186.0, 4199.0, 4177.0, 4168.0, 4168.0, 4188.0, 4180.0, 4164.0, 4194.0, 4211.0, 4193.0, 4216.0, 4195.0, 4213.0, 4224.0, 4219.0, 4197.0, 4208.0, 4228.0, 4237.0, 4208.0, 4245.0, 4217.0, 4245.0, 4218.0, 4258.0, 4228.0, 4245.0, 4218.0, 4193.0, 4218.0, 4218.0, 4260.0, 4186.0, 4288.0, 4206.0, 4266.0, 4231.0, 4245.0, 4211.0, 4190.0, 4219.0, 4190.0, 4249.0, 4189.0, 4218.0, 4190.0, 4197.0, 4252.0, 4196.0, 4239.0, 4197.0, 4229.0, 4194.0, 4215.0, 4179.0, 4190.0, 4211.0, 4179.0, 4200.0, 4134.0, 4175.0, 4121.0, 4152.0, 4111.0, 4140.0, 4111.0, 4110.0, 4111.0, 4121.0, 4133.0, 4176.0, 4144.0, 4132.0, 4132.0, 4144.0, 4145.0, 4148.0, 4173.0, 4173.0, 4216.0, 4177.0, 4195.0, 4186.0, 4183.0, 4195.0, 4193.0, 4163.0, 4192.0, 4163.0, 4212.0, 4160.0, 4209.0, 4161.0, 4187.0, 4160.0, 4177.0, 4170.0, 4170.0, 4171.0, 4193.0, 4156.0, 4212.0, 4184.0, 4205.0, 4194.0, 4206.0, 4206.0, 4207.0, 4205.0, 4197.0, 4225.0, 4198.0, 4228.0, 4208.0, 4237.0, 4221.0, 4217.0, 4209.0, 4237.0, 4209.0, 4239.0, 4220.0, 4229.0, 4211.0, 4223.0, 4235.0, 4223.0, 4215.0, 4237.0, 4255.0, 4204.0, 4189.0, 4180.0, 4187.0, 4232.0, 4188.0, 4226.0, 4176.0, 4162.0, 4225.0, 4217.0, 4232.0, 4190.0, 4229.0, 4196.0, 4229.0, 4172.0, 4216.0, 4173.0, 4214.0, 4189.0, 4159.0, 4200.0, 4166.0, 4183.0, 4123.0, 4152.0, 4109.0, 4175.0, 4110.0, 4110.0, 4096.0, 4100.0, 4109.0, 4098.0, 4129.0, 4112.0, 4149.0, 4115.0, 4163.0, 4147.0, 4168.0, 4128.0, 4156.0, 4126.0, 4158.0, 4149.0, 4158.0, 4160.0, 4157.0, 4150.0, 4160.0, 4184.0, 4174.0, 4207.0, 4188.0, 4205.0, 4177.0, 4213.0, 4178.0, 4197.0, 4181.0, 4210.0, 4181.0, 4199.0, 4179.0, 4177.0, 4188.0, 4187.0, 4211.0, 4191.0, 4220.0, 4156.0, 4175.0, 4180.0, 4177.0, 4200.0, 4169.0, 4220.0, 4158.0, 4209.0, 4171.0, 4222.0, 4171.0, 4223.0, 4172.0, 4231.0, 4172.0, 4219.0, 4157.0, 4219.0, 4158.0, 4230.0, 4159.0, 4240.0, 4180.0, 4221.0, 4180.0, 4188.0, 4199.0, 4172.0, 4244.0, 4171.0, 4211.0, 4193.0, 4219.0, 4171.0, 4228.0, 4180.0, 4198.0, 4165.0, 4124.0, 4134.0, 4156.0, 4175.0, 4177.0, 4176.0, 4187.0, 4178.0, 4189.0, 4167.0, 4198.0, 4205.0, 4211.0, 4237.0, 4208.0, 4216.0, 4203.0, 4203.0, 4171.0, 4190.0, 4116.0, 4168.0, 4115.0, 4115.0, 4115.0, 4138.0, 4176.0, 4137.0, 4178.0, 4126.0, 4167.0, 4126.0, 4160.0, 4127.0, 4138.0, 4130.0, 4131.0], 'WindowWidth': [9622.0, 9508.0, 9559.0, 9484.0, 9527.0, 9469.0, 9442.0, 9414.0, 9423.0, 9421.0, 9480.0, 9424.0, 9396.0, 9386.0, 9381.0, 9419.0, 9438.0, 9442.0, 9373.0, 9365.0, 9442.0, 9364.0, 9458.0, 9373.0, 9394.0, 9388.0, 9413.0, 9327.0, 9380.0, 9317.0, 9355.0, 9338.0, 9363.0, 9336.0, 9356.0, 9338.0, 9399.0, 9345.0, 9376.0, 9343.0, 9387.0, 9353.0, 9406.0, 9344.0, 9332.0, 9321.0, 9294.0, 9290.0, 9333.0, 9287.0, 9339.0, 9304.0, 9276.0, 9291.0, 9290.0, 9315.0, 9365.0, 9310.0, 9380.0, 9330.0, 9379.0, 9339.0, 9321.0, 9309.0, 9358.0, 9322.0, 9386.0, 9348.0, 9330.0, 9307.0, 9303.0, 9280.0, 9316.0, 9301.0, 9322.0, 9288.0, 9322.0, 9313.0, 9355.0, 9351.0, 9356.0, 9371.0, 9358.0, 9378.0, 9370.0, 9394.0, 9385.0, 9399.0, 9382.0, 9407.0, 9378.0, 9403.0, 9380.0, 9386.0, 9378.0, 9356.0, 9424.0, 9337.0, 9361.0, 9334.0, 9419.0, 9332.0, 9435.0, 9312.0, 9358.0, 9307.0, 9331.0, 9408.0, 9348.0, 9402.0, 9300.0, 9400.0, 9308.0, 9372.0, 9303.0, 9351.0, 9275.0, 9328.0, 9300.0, 9326.0, 9308.0, 9321.0, 9305.0, 9305.0, 9323.0, 9308.0, 9325.0, 9323.0, 9373.0, 9318.0, 9322.0, 9310.0, 9355.0, 9307.0, 9362.0, 9305.0, 9325.0, 9312.0, 9343.0, 9314.0, 9332.0, 9313.0, 9338.0, 9375.0, 9342.0, 9346.0, 9340.0, 9362.0, 9320.0, 9345.0, 9341.0, 9331.0, 9328.0, 9331.0, 9328.0, 9346.0, 9332.0, 9347.0, 9332.0, 9365.0, 9332.0, 9349.0, 9318.0, 9361.0, 9311.0, 9346.0, 9322.0, 9324.0, 9293.0, 9343.0, 9287.0, 9304.0, 9305.0, 9318.0, 9336.0, 9365.0, 9322.0, 9313.0, 9335.0, 9346.0, 9394.0, 9306.0, 9324.0, 9343.0, 9321.0, 9385.0, 9294.0, 9378.0, 9262.0, 9344.0, 9280.0, 9315.0, 9294.0, 9308.0, 9311.0, 9330.0, 9324.0, 9341.0, 9325.0, 9328.0, 9325.0, 9331.0, 9335.0, 9331.0, 9313.0, 9322.0, 9312.0, 9345.0, 9334.0, 9349.0, 9326.0, 9338.0, 9314.0, 9348.0, 9327.0, 9347.0, 9358.0, 9336.0, 9324.0, 9331.0, 9389.0, 9327.0, 9411.0, 9339.0, 9375.0, 9321.0, 9397.0, 9333.0, 9416.0, 9348.0, 9314.0, 9315.0, 9282.0, 9273.0, 9274.0, 9265.0, 9294.0, 9281.0, 9359.0, 9345.0, 9413.0, 9352.0, 9408.0, 9343.0, 9382.0, 9303.0, 9362.0, 9277.0, 9341.0, 9293.0, 9291.0, 9317.0, 9254.0, 9285.0, 9210.0, 9229.0, 9151.0, 9192.0, 9133.0, 9169.0, 9224.0, 9179.0, 9229.0, 9192.0, 9218.0, 9220.0, 9241.0, 9182.0, 9219.0, 9191.0, 9231.0, 9228.0, 9253.0, 9233.0, 9266.0, 9234.0, 9275.0, 9248.0, 9273.0, 9241.0, 9275.0, 9246.0, 9338.0, 9289.0, 9332.0, 9296.0, 9279.0, 9284.0, 9296.0, 9332.0, 9308.0, 9342.0, 9332.0, 9339.0, 9350.0, 9300.0, 9341.0, 9301.0, 9356.0, 9302.0, 9324.0, 9284.0, 9313.0, 9335.0, 9285.0, 9376.0, 9264.0, 9370.0, 9264.0, 9338.0, 9258.0, 9329.0, 9256.0, 9300.0, 9244.0, 9272.0, 9242.0, 9259.0, 9274.0, 9242.0, 9268.0, 9284.0, 9248.0, 9253.0, 9285.0, 9310.0, 9271.0, 9332.0, 9314.0, 9318.0, 9295.0, 9292.0, 9324.0, 9339.0, 9375.0, 9375.0, 9370.0, 9339.0, 9354.0, 9397.0, 9353.0, 9416.0, 9391.0, 9332.0, 9365.0, 9337.0, 9326.0, 9385.0, 9322.0, 9402.0, 9323.0, 9402.0, 9334.0, 9380.0, 9343.0, 9361.0, 9316.0, 9357.0, 9302.0, 9374.0, 9333.0, 9335.0, 9227.0, 9294.0, 9248.0, 9218.0, 9272.0, 9202.0, 9302.0, 9183.0, 9266.0, 9207.0, 9212.0, 9179.0, 9185.0, 9252.0, 9217.0, 9245.0, 9230.0, 9288.0, 9231.0, 9257.0, 9229.0, 9210.0, 9223.0, 9232.0, 9229.0, 9256.0, 9239.0, 9255.0, 9279.0, 9300.0, 9303.0, 9311.0, 9317.0, 9293.0, 9288.0, 9286.0, 9287.0, 9350.0, 9267.0, 9288.0, 9313.0, 9295.0, 9344.0, 9311.0, 9359.0, 9295.0, 9345.0, 9293.0, 9343.0, 9290.0, 9359.0, 9288.0, 9357.0, 9293.0, 9295.0, 9370.0, 9259.0, 9342.0, 9252.0, 9311.0, 9250.0, 9268.0, 9221.0, 9255.0, 9319.0, 9245.0, 9328.0, 9291.0, 9334.0, 9246.0, 9309.0, 9244.0, 9301.0, 9267.0, 9318.0, 9289.0, 9347.0, 9287.0, 9350.0, 9294.0, 9341.0, 9290.0, 9338.0, 9316.0, 9365.0, 9316.0, 9378.0, 9350.0, 9389.0, 9355.0, 9380.0, 9362.0, 9392.0, 9341.0, 9369.0, 9362.0, 9330.0, 9347.0, 9339.0, 9389.0, 9369.0, 9406.0, 9353.0, 9395.0, 9366.0, 9395.0, 9359.0, 9376.0, 9376.0, 9401.0, 9371.0, 9372.0, 9436.0, 9356.0, 9433.0, 9375.0, 9448.0, 9357.0, 9434.0, 9359.0, 9453.0, 9331.0, 9397.0, 9318.0, 9425.0, 9361.0, 9425.0, 9398.0, 9323.0, 9392.0, 9264.0, 9308.0, 9287.0, 9284.0, 9371.0, 9345.0, 9373.0, 9368.0, 9327.0, 9347.0, 9332.0, 9358.0, 9240.0, 9321.0, 9213.0, 9259.0, 9283.0, 9204.0, 9283.0, 9182.0, 9228.0, 9153.0, 9222.0, 9168.0, 9172.0, 9161.0, 9163.0, 9247.0, 9175.0, 9242.0, 9187.0, 9198.0, 9175.0, 9238.0, 9181.0, 9211.0, 9163.0, 9172.0, 9180.0, 9233.0, 9225.0, 9271.0, 9253.0, 9235.0, 9245.0, 9234.0, 9248.0, 9231.0, 9280.0, 9234.0, 9281.0, 9264.0, 9308.0, 9240.0, 9282.0, 9262.0, 9260.0, 9266.0, 9245.0, 9313.0, 9269.0, 9328.0, 9284.0, 9309.0, 9304.0, 9341.0, 9345.0, 9356.0, 9359.0, 9326.0, 9288.0, 9306.0, 9339.0, 9324.0, 9299.0, 9342.0, 9353.0, 9385.0, 9356.0, 9420.0, 9357.0, 9414.0, 9348.0, 9388.0, 9353.0, 9381.0, 9345.0, 9383.0, 9359.0, 9378.0, 9340.0, 9382.0, 9297.0, 9346.0, 9309.0, 9312.0, 9288.0, 9314.0, 9318.0, 9282.0, 9293.0, 9279.0, 9303.0, 9273.0, 9263.0, 9261.0, 9290.0, 9286.0, 9253.0, 9309.0, 9329.0, 9309.0, 9344.0, 9317.0, 9339.0, 9354.0, 9352.0, 9321.0, 9339.0, 9364.0, 9377.0, 9340.0, 9384.0, 9350.0, 9384.0, 9353.0, 9403.0, 9364.0, 9381.0, 9349.0, 9311.0, 9352.0, 9352.0, 9411.0, 9305.0, 9444.0, 9330.0, 9414.0, 9373.0, 9383.0, 9329.0, 9297.0, 9332.0, 9294.0, 9372.0, 9290.0, 9325.0, 9293.0, 9296.0, 9385.0, 9292.0, 9360.0, 9296.0, 9349.0, 9285.0, 9317.0, 9256.0, 9277.0, 9304.0, 9258.0, 9286.0, 9186.0, 9241.0, 9163.0, 9205.0, 9146.0, 9185.0, 9146.0, 9144.0, 9145.0, 9161.0, 9184.0, 9248.0, 9204.0, 9186.0, 9187.0, 9202.0, 9208.0, 9217.0, 9261.0, 9261.0, 9326.0, 9273.0, 9294.0, 9284.0, 9273.0, 9293.0, 9285.0, 9245.0, 9280.0, 9246.0, 9309.0, 9234.0, 9299.0, 9236.0, 9267.0, 9235.0, 9254.0, 9247.0, 9249.0, 9257.0, 9284.0, 9241.0, 9310.0, 9280.0, 9308.0, 9292.0, 9311.0, 9313.0, 9314.0, 9308.0, 9299.0, 9334.0, 9302.0, 9344.0, 9322.0, 9356.0, 9340.0, 9329.0, 9322.0, 9356.0, 9323.0, 9364.0, 9341.0, 9350.0, 9328.0, 9350.0, 9370.0, 9350.0, 9341.0, 9374.0, 9396.0, 9321.0, 9291.0, 9278.0, 9299.0, 9350.0, 9300.0, 9347.0, 9279.0, 9253.0, 9346.0, 9342.0, 9353.0, 9292.0, 9346.0, 9292.0, 9344.0, 9251.0, 9322.0, 9256.0, 9315.0, 9268.0, 9227.0, 9283.0, 9229.0, 9251.0, 9168.0, 9201.0, 9138.0, 9241.0, 9145.0, 9141.0, 9117.0, 9130.0, 9136.0, 9125.0, 9168.0, 9147.0, 9192.0, 9159.0, 9220.0, 9209.0, 9234.0, 9182.0, 9216.0, 9179.0, 9221.0, 9217.0, 9224.0, 9230.0, 9225.0, 9221.0, 9231.0, 9272.0, 9257.0, 9310.0, 9286.0, 9307.0, 9270.0, 9314.0, 9273.0, 9298.0, 9282.0, 9318.0, 9282.0, 9302.0, 9279.0, 9272.0, 9287.0, 9284.0, 9323.0, 9297.0, 9330.0, 9243.0, 9263.0, 9281.0, 9275.0, 9308.0, 9263.0, 9332.0, 9246.0, 9316.0, 9269.0, 9340.0, 9270.0, 9342.0, 9274.0, 9348.0, 9271.0, 9327.0, 9240.0, 9327.0, 9247.0, 9349.0, 9254.0, 9364.0, 9284.0, 9337.0, 9283.0, 9292.0, 9307.0, 9274.0, 9371.0, 9270.0, 9322.0, 9301.0, 9329.0, 9268.0, 9342.0, 9282.0, 9304.0, 9248.0, 9191.0, 9206.0, 9242.0, 9265.0, 9274.0, 9269.0, 9285.0, 9273.0, 9290.0, 9253.0, 9300.0, 9302.0, 9324.0, 9348.0, 9310.0, 9316.0, 9294.0, 9293.0, 9243.0, 9267.0, 9161.0, 9235.0, 9160.0, 9159.0, 9158.0, 9195.0, 9241.0, 9194.0, 9247.0, 9175.0, 9233.0, 9176.0, 9226.0, 9177.0, 9193.0, 9186.0, 9196.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.005913663594470046</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.12316146923963134</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.57414579114186</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0980665757208756</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9655801441983838</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4537</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6339.3018</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.25293984044378426</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>369</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>42.51152073732719</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5478728468931235</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3608768528032185</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7190528442636377</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.563688843612515</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0164694</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01670876517891884</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028143716976046562</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.092690134675808</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>32.5821</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1155</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.5765</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307616.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>708.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.3076</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1039</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.4754</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3439.4006</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3601.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68928.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1361.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4499.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.855</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>17.1372875556699</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> |