=== 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-0056 --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-0056",
"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-0056_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0056_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0056/ses-04/func/sub-0056_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>f95750c6c0cd4c7c816f2ec88aa6e1e9</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>18:32:17.162500</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.998507, 0.0503019, 0.021298, -0.0523296, 0.992684, 0.108813]</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.0861828</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>[4160, -7785, -7284, 828, -17, -386, 100, 35]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>226.916</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6fd5647c-f89a-46a8-bfb0-246f3f06ba1c||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.6789212226867676, -0.1403963565826416, 0.042305391281843185, 117.38031768798828], [-0.13495641946792603, 2.6632983684539795, 0.2963653802871704, -100.77108764648438], [0.05714092776179314, -0.29193708300590515, 2.683351993560791, -67.05414581298828], [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': ['183217.162500', '183217.622500', '183218.082500', '183218.542500', '183219.002500', '183219.462500', '183219.922500', '183220.382500', '183220.842500', '183221.302500', '183221.762500', '183222.222500', '183222.682500', '183223.142500', '183223.602500', '183224.062500', '183224.522500', '183224.982500', '183225.442500', '183225.902500', '183226.362500', '183226.822500', '183227.282500', '183227.742500', '183228.202500', '183228.662500', '183229.122500', '183229.582500', '183230.042500', '183230.502500', '183230.962500', '183231.422500', '183231.882500', '183232.342500', '183232.802500', '183233.262500', '183233.722500', '183234.182500', '183234.642500', '183235.102500', '183235.562500', '183236.022500', '183236.482500', '183236.942500', '183237.402500', '183237.862500', '183238.322500', '183238.782500', '183239.242500', '183239.702500', '183240.162500', '183240.622500', '183241.082500', '183241.542500', '183242.002500', '183242.462500', '183242.922500', '183243.382500', '183243.842500', '183244.302500', '183244.762500', '183245.222500', '183245.682500', '183246.142500', '183246.602500', '183247.062500', '183247.522500', '183247.982500', '183248.442500', '183248.902500', '183249.362500', '183249.822500', '183250.282500', '183250.742500', '183251.202500', '183251.662500', '183252.122500', '183252.582500', '183253.042500', '183253.502500', '183253.962500', '183254.422500', '183254.882500', '183255.342500', '183255.802500', '183256.262500', '183256.722500', '183257.182500', '183257.642500', '183258.102500', '183258.562500', '183259.022500', '183259.482500', '183259.942500', '183300.402500', '183300.862500', '183301.322500', '183301.782500', '183302.242500', '183302.702500', '183303.162500', '183303.622500', '183304.082500', '183304.542500', '183305.002500', '183305.462500', '183305.922500', '183306.382500', '183306.842500', '183307.302500', '183307.762500', '183308.222500', '183308.682500', '183309.142500', '183309.602500', '183310.062500', '183310.522500', '183310.982500', '183311.442500', '183311.902500', '183312.362500', '183312.822500', '183313.282500', '183313.742500', '183314.202500', '183314.662500', '183315.122500', '183315.582500', '183316.042500', '183316.502500', '183316.962500', '183317.422500', '183317.882500', '183318.342500', '183318.802500', '183319.262500', '183319.722500', '183320.182500', '183320.642500', '183321.102500', '183321.562500', '183322.022500', '183322.482500', '183322.942500', '183323.402500', '183323.862500', '183324.322500', '183324.782500', '183325.242500', '183325.702500', '183326.162500', '183326.622500', '183327.082500', '183327.542500', '183328.002500', '183328.462500', '183328.922500', '183329.382500', '183329.842500', '183330.302500', '183330.762500', '183331.222500', '183331.682500', '183332.142500', '183332.602500', '183333.062500', '183333.522500', '183333.982500', '183334.442500', '183334.902500', '183335.362500', '183335.822500', '183336.282500', '183336.742500', '183337.202500', '183337.662500', '183338.122500', '183338.582500', '183339.042500', '183339.502500', '183339.962500', '183340.422500', '183340.882500', '183341.342500', '183341.802500', '183342.262500', '183342.722500', '183343.182500', '183343.642500', '183344.102500', '183344.562500', '183345.022500', '183345.482500', '183345.942500', '183346.402500', '183346.862500', '183347.322500', '183347.782500', '183348.242500', '183348.702500', '183349.162500', '183349.622500', '183350.082500', '183350.542500', '183351.002500', '183351.462500', '183351.922500', '183352.382500', '183352.842500', '183353.302500', '183353.762500', '183354.222500', '183354.682500', '183355.142500', '183355.602500', '183356.062500', '183356.522500', '183356.982500', '183357.442500', '183357.902500', '183358.362500', '183358.822500', '183359.282500', '183359.742500', '183400.202500', '183400.662500', '183401.122500', '183401.582500', '183402.042500', '183402.502500', '183402.962500', '183403.422500', '183403.882500', '183404.342500', '183404.802500', '183405.262500', '183405.722500', '183406.182500', '183406.642500', '183407.102500', '183407.562500', '183408.022500', '183408.482500', '183408.942500', '183409.402500', '183409.862500', '183410.322500', '183410.782500', '183411.242500', '183411.702500', '183412.162500', '183412.622500', '183413.082500', '183413.542500', '183414.002500', '183414.462500', '183414.922500', '183415.382500', '183415.842500', '183416.302500', '183416.762500', '183417.222500', '183417.682500', '183418.142500', '183418.602500', '183419.062500', '183419.522500', '183419.982500', '183420.442500', '183420.902500', '183421.362500', '183421.822500', '183422.282500', '183422.742500', '183423.202500', '183423.662500', '183424.122500', '183424.582500', '183425.042500', '183425.502500', '183425.962500', '183426.422500', '183426.882500', '183427.342500', '183427.802500', '183428.262500', '183428.722500', '183429.182500', '183429.642500', '183430.102500', '183430.562500', '183431.022500', '183431.482500', '183431.942500', '183432.402500', '183432.862500', '183433.322500', '183433.782500', '183434.242500', '183434.702500', '183435.162500', '183435.622500', '183436.082500', '183436.542500', '183437.002500', '183437.462500', '183437.922500', '183438.382500', '183438.842500', '183439.302500', '183439.762500', '183440.222500', '183440.682500', '183441.142500', '183441.602500', '183442.062500', '183442.522500', '183442.982500', '183443.442500', '183443.902500', '183444.362500', '183444.822500', '183445.282500', '183445.742500', '183446.202500', '183446.662500', '183447.122500', '183447.582500', '183448.042500', '183448.502500', '183448.962500', '183449.422500', '183449.882500', '183450.342500', '183450.802500', '183451.262500', '183451.722500', '183452.182500', '183452.642500', '183453.102500', '183453.562500', '183454.022500', '183454.482500', '183454.942500', '183455.402500', '183455.862500', '183456.322500', '183456.782500', '183457.242500', '183457.702500', '183458.162500', '183458.622500', '183459.082500', '183459.542500', '183500.002500', '183500.462500', '183500.922500', '183501.382500', '183501.842500', '183502.302500', '183502.762500', '183503.222500', '183503.682500', '183504.142500', '183504.602500', '183505.062500', '183505.522500', '183505.982500', '183506.442500', '183506.902500', '183507.362500', '183507.822500', '183508.282500', '183508.742500', '183509.202500', '183509.662500', '183510.122500', '183510.582500', '183511.042500', '183511.502500', '183511.962500', '183512.422500', '183512.882500', '183513.342500', '183513.802500', '183514.262500', '183514.722500', '183515.182500', '183515.642500', '183516.102500', '183516.562500', '183517.022500', '183517.482500', '183517.942500', '183518.402500', '183518.862500', '183519.322500', '183519.782500', '183520.242500', '183520.702500', '183521.162500', '183521.622500', '183522.082500', '183522.542500', '183523.002500', '183523.462500', '183523.922500', '183524.382500', '183524.842500', '183525.302500', '183525.762500', '183526.222500', '183526.682500', '183527.142500', '183527.602500', '183528.062500', '183528.522500', '183528.982500', '183529.442500', '183529.902500', '183530.362500', '183530.822500', '183531.282500', '183531.742500', '183532.202500', '183532.662500', '183533.122500', '183533.582500', '183534.042500', '183534.502500', '183534.962500', '183535.422500', '183535.882500', '183536.342500', '183536.802500', '183537.262500', '183537.722500', '183538.182500', '183538.642500', '183539.102500', '183539.562500', '183540.022500', '183540.482500', '183540.942500', '183541.402500', '183541.862500', '183542.322500', '183542.782500', '183543.242500', '183543.702500', '183544.162500', '183544.622500', '183545.082500', '183545.542500', '183546.002500', '183546.462500', '183546.922500', '183547.382500', '183547.842500', '183548.302500', '183548.762500', '183549.222500', '183549.682500', '183550.142500', '183550.602500', '183551.062500', '183551.522500', '183551.982500', '183552.442500', '183552.902500', '183553.362500', '183553.822500', '183554.282500', '183554.742500', '183555.202500', '183555.662500', '183556.122500', '183556.582500', '183557.042500', '183557.502500', '183557.962500', '183558.422500', '183558.882500', '183559.342500', '183559.802500', '183600.262500', '183600.722500', '183601.182500', '183601.642500', '183602.102500', '183602.562500', '183603.022500', '183603.482500', '183603.942500', '183604.402500', '183604.862500', '183605.322500', '183605.782500', '183606.242500', '183606.702500', '183607.162500', '183607.622500', '183608.082500', '183608.542500', '183609.002500', '183609.462500', '183609.922500', '183610.382500', '183610.842500', '183611.302500', '183611.762500', '183612.222500', '183612.682500', '183613.142500', '183613.602500', '183614.062500', '183614.522500', '183614.982500', '183615.442500', '183615.902500', '183616.362500', '183616.822500', '183617.282500', '183617.742500', '183618.202500', '183618.662500', '183619.122500', '183619.582500', '183620.042500', '183620.502500', '183620.962500', '183621.422500', '183621.882500', '183622.342500', '183622.802500', '183623.262500', '183623.722500', '183624.182500', '183624.642500', '183625.102500', '183625.562500', '183626.022500', '183626.482500', '183626.942500', '183627.402500', '183627.862500', '183628.322500', '183628.782500', '183629.242500', '183629.702500', '183630.162500', '183630.622500', '183631.082500', '183631.542500', '183632.002500', '183632.462500', '183632.922500', '183633.382500', '183633.842500', '183634.302500', '183634.762500', '183635.222500', '183635.682500', '183636.142500', '183636.602500', '183637.062500', '183637.522500', '183637.982500', '183638.442500', '183638.902500', '183639.362500', '183639.822500', '183640.282500', '183640.742500', '183641.202500', '183641.662500', '183642.122500', '183642.582500', '183643.042500', '183643.502500', '183643.962500', '183644.422500', '183644.882500', '183645.342500', '183645.802500', '183646.262500', '183646.722500', '183647.182500', '183647.642500', '183648.102500', '183648.562500', '183649.022500', '183649.482500', '183649.942500', '183650.402500', '183650.862500', '183651.322500', '183651.782500', '183652.242500', '183652.702500', '183653.162500', '183653.622500', '183654.082500', '183654.542500', '183655.002500', '183655.462500', '183655.922500', '183656.382500', '183656.842500', '183657.302500', '183657.762500', '183658.222500', '183658.682500', '183659.142500', '183659.602500', '183700.062500', '183700.522500', '183700.982500', '183701.442500', '183701.902500', '183702.362500', '183702.822500', '183703.282500', '183703.742500', '183704.202500', '183704.662500', '183705.122500', '183705.582500', '183706.042500', '183706.502500', '183706.962500', '183707.422500', '183707.882500', '183708.342500', '183708.802500', '183709.262500', '183709.722500', '183710.182500', '183710.642500', '183711.102500', '183711.562500', '183712.022500', '183712.482500', '183712.942500', '183713.402500', '183713.862500', '183714.322500', '183714.782500', '183715.242500', '183715.702500', '183716.162500', '183716.622500', '183717.082500', '183717.542500', '183718.002500', '183718.462500', '183718.922500', '183719.382500', '183719.842500', '183720.302500', '183720.762500', '183721.222500', '183721.682500', '183722.142500', '183722.602500', '183723.062500', '183723.522500', '183723.982500', '183724.442500', '183724.902500', '183725.362500', '183725.822500', '183726.282500', '183726.742500', '183727.202500', '183727.662500', '183728.122500', '183728.582500', '183729.042500', '183729.502500', '183729.962500', '183730.422500', '183730.882500', '183731.342500', '183731.802500', '183732.262500', '183732.722500', '183733.182500', '183733.642500', '183734.102500', '183734.562500', '183735.022500', '183735.482500', '183735.942500', '183736.402500', '183736.862500', '183737.322500', '183737.782500', '183738.242500', '183738.702500', '183739.162500', '183739.622500', '183740.082500', '183740.542500', '183741.002500', '183741.462500', '183741.922500', '183742.382500', '183742.842500', '183743.302500', '183743.762500', '183744.222500', '183744.682500', '183745.142500', '183745.602500', '183746.062500', '183746.522500', '183746.982500', '183747.442500', '183747.902500', '183748.362500', '183748.822500', '183749.282500', '183749.742500', '183750.202500', '183750.662500', '183751.122500', '183751.582500', '183752.042500', '183752.502500', '183752.962500', '183753.422500', '183753.882500', '183754.342500', '183754.802500', '183755.262500', '183755.722500', '183756.182500', '183756.642500', '183757.102500', '183757.562500', '183758.022500', '183758.482500', '183758.942500', '183759.402500', '183759.862500', '183800.322500', '183800.782500', '183801.242500', '183801.702500', '183802.162500', '183802.622500', '183803.082500', '183803.542500', '183804.002500', '183804.462500', '183804.922500', '183805.382500', '183805.842500', '183806.302500', '183806.762500', '183807.222500', '183807.682500', '183808.142500', '183808.602500', '183809.062500', '183809.522500', '183809.982500', '183810.442500', '183810.902500', '183811.362500', '183811.822500', '183812.282500', '183812.742500', '183813.202500', '183813.662500', '183814.122500', '183814.582500', '183815.042500', '183815.502500', '183815.962500', '183816.422500', '183816.882500', '183817.342500', '183817.802500', '183818.262500', '183818.722500', '183819.182500', '183819.642500', '183820.102500', '183820.562500', '183821.022500', '183821.482500', '183821.942500', '183822.402500', '183822.862500', '183823.322500', '183823.782500', '183824.242500', '183824.702500', '183825.162500', '183825.622500', '183826.082500', '183826.542500', '183827.002500', '183827.462500', '183827.922500', '183828.382500', '183828.842500', '183829.302500', '183829.762500', '183830.222500', '183830.682500', '183831.142500', '183831.602500', '183832.062500', '183832.522500', '183832.982500', '183833.442500', '183833.902500', '183834.362500', '183834.822500', '183835.282500', '183835.742500', '183836.202500', '183836.662500', '183837.122500', '183837.582500', '183838.042500', '183838.502500', '183838.962500', '183839.422500', '183839.882500', '183840.342500', '183840.802500', '183841.262500', '183841.722500', '183842.182500', '183842.642500', '183843.102500', '183843.562500', '183844.022500', '183844.482500', '183844.942500', '183845.402500', '183845.862500', '183846.322500', '183846.782500', '183847.242500', '183847.702500', '183848.162500', '183848.622500', '183849.082500', '183849.542500', '183850.002500', '183850.462500', '183850.922500', '183851.382500', '183851.842500', '183852.302500', '183852.762500', '183853.222500', '183853.682500', '183854.142500', '183854.602500', '183855.062500', '183855.522500', '183855.982500', '183856.442500', '183856.902500', '183857.362500', '183857.822500'], 'ContentTime': ['183238.485000', '183238.488000', '183238.491000', '183238.493000', '183238.496000', '183238.498000', '183238.501000', '183238.503000', '183238.506000', '183238.508000', '183238.511000', '183238.513000', '183238.516000', '183238.519000', '183238.521000', '183238.524000', '183238.526000', '183238.529000', '183238.536000', '183238.539000', '183238.541000', '183238.544000', '183238.547000', '183238.549000', '183238.552000', '183238.554000', '183238.557000', '183238.559000', '183238.562000', '183238.565000', '183238.567000', '183238.570000', '183238.572000', '183238.575000', '183238.577000', '183238.580000', '183238.582000', '183238.585000', '183238.587000', '183238.590000', '183238.593000', '183238.595000', '183238.599000', '183238.602000', '183258.443000', '183258.446000', '183258.449000', '183258.452000', '183258.454000', '183258.457000', '183258.459000', '183258.462000', '183258.465000', '183258.468000', '183258.471000', '183258.473000', '183258.476000', '183258.478000', '183258.481000', '183258.484000', '183258.486000', '183258.489000', '183258.491000', '183258.494000', '183258.496000', '183258.499000', '183258.501000', '183258.504000', '183258.506000', '183258.509000', '183258.511000', '183258.514000', '183258.516000', '183258.519000', '183258.522000', '183258.524000', '183258.527000', '183258.530000', '183258.532000', '183258.535000', '183258.537000', '183258.540000', '183258.542000', '183258.545000', '183258.576000', '183258.578000', '183258.581000', '183318.442000', '183318.445000', '183318.448000', '183318.450000', '183318.453000', '183318.455000', '183318.458000', '183318.460000', '183318.463000', '183318.466000', '183318.468000', '183318.471000', '183318.473000', '183318.476000', '183318.478000', '183318.481000', '183318.483000', '183318.486000', '183318.489000', '183318.491000', '183318.494000', '183318.496000', '183318.499000', '183318.501000', '183318.504000', '183318.506000', '183318.509000', '183318.512000', '183318.514000', '183318.517000', '183318.527000', '183318.530000', '183318.532000', '183318.535000', '183318.537000', '183318.540000', '183318.543000', '183318.545000', '183318.548000', '183318.550000', '183318.553000', '183318.556000', '183318.558000', '183318.561000', '183338.442000', '183338.445000', '183338.448000', '183338.451000', '183338.453000', '183338.456000', '183338.458000', '183338.461000', '183338.464000', '183338.467000', '183338.470000', '183338.473000', '183338.476000', '183338.478000', '183338.481000', '183338.483000', '183338.486000', '183338.488000', '183338.491000', '183338.493000', '183338.496000', '183338.499000', '183338.501000', '183338.504000', '183338.506000', '183338.509000', '183338.511000', '183338.514000', '183338.516000', '183338.519000', '183338.522000', '183338.524000', '183338.527000', '183338.529000', '183338.532000', '183338.534000', '183338.537000', '183338.539000', '183338.542000', '183338.545000', '183338.547000', '183338.558000', '183338.561000', '183358.442000', '183358.445000', '183358.448000', '183358.450000', '183358.453000', '183358.455000', '183358.458000', '183358.461000', '183358.463000', '183358.466000', '183358.468000', '183358.471000', '183358.473000', '183358.476000', '183358.479000', '183358.481000', '183358.484000', '183358.486000', '183358.489000', '183358.491000', '183358.494000', '183358.496000', '183358.499000', '183358.502000', '183358.504000', '183358.507000', '183358.509000', '183358.512000', '183358.514000', '183358.517000', '183358.529000', '183358.532000', '183358.534000', '183358.537000', '183358.540000', '183358.542000', '183358.545000', '183358.547000', '183358.550000', '183358.552000', '183358.555000', '183358.557000', '183358.560000', '183358.562000', '183418.442000', '183418.445000', '183418.448000', '183418.450000', '183418.453000', '183418.456000', '183418.458000', '183418.461000', '183418.463000', '183418.466000', '183418.468000', '183418.471000', '183418.474000', '183418.476000', '183418.479000', '183418.481000', '183418.484000', '183418.486000', '183418.489000', '183418.491000', '183418.494000', '183418.497000', '183418.499000', '183418.502000', '183418.504000', '183418.508000', '183418.511000', '183418.513000', '183418.522000', '183418.525000', '183418.527000', '183418.530000', '183418.533000', '183418.535000', '183418.538000', '183418.540000', '183418.543000', '183418.546000', '183418.548000', '183418.551000', '183418.553000', '183418.556000', '183418.558000', '183438.444000', '183438.446000', '183438.449000', '183438.452000', '183438.454000', '183438.457000', '183438.459000', '183438.462000', '183438.465000', '183438.467000', '183438.470000', '183438.472000', '183438.475000', '183438.477000', '183438.480000', '183438.482000', '183438.485000', '183438.488000', '183438.490000', '183438.493000', '183438.495000', '183438.530000', '183438.533000', '183438.536000', '183438.538000', '183438.541000', '183438.543000', '183438.546000', '183438.549000', '183438.551000', '183438.554000', '183438.557000', '183438.559000', '183438.562000', '183438.564000', '183438.567000', '183438.570000', '183438.572000', '183438.575000', '183438.577000', '183438.580000', '183438.583000', '183438.585000', '183438.588000', '183458.443000', '183458.446000', '183458.449000', '183458.451000', '183458.454000', '183458.456000', '183458.459000', '183458.462000', '183458.464000', '183458.467000', '183458.470000', '183458.473000', '183458.476000', '183458.479000', '183458.481000', '183458.484000', '183458.486000', '183458.489000', '183458.491000', '183458.494000', '183458.503000', '183458.505000', '183458.508000', '183458.511000', '183458.513000', '183458.516000', '183458.518000', '183458.521000', '183458.524000', '183458.526000', '183458.529000', '183458.531000', '183458.534000', '183458.536000', '183458.539000', '183458.542000', '183458.544000', '183458.547000', '183458.549000', '183458.552000', '183458.554000', '183458.557000', '183458.559000', '183518.443000', '183518.446000', '183518.449000', '183518.452000', '183518.454000', '183518.457000', '183518.459000', '183518.462000', '183518.464000', '183518.467000', '183518.470000', '183518.472000', '183518.475000', '183518.477000', '183518.480000', '183518.482000', '183518.485000', '183518.487000', '183518.490000', '183518.493000', '183518.495000', '183518.498000', '183518.500000', '183518.503000', '183518.506000', '183518.508000', '183518.511000', '183518.513000', '183518.516000', '183518.518000', '183518.521000', '183518.524000', '183518.526000', '183518.529000', '183518.532000', '183518.534000', '183518.537000', '183518.539000', '183518.542000', '183518.544000', '183518.555000', '183518.558000', '183518.560000', '183518.563000', '183538.442000', '183538.445000', '183538.448000', '183538.450000', '183538.453000', '183538.456000', '183538.458000', '183538.461000', '183538.463000', '183538.466000', '183538.468000', '183538.471000', '183538.474000', '183538.476000', '183538.479000', '183538.482000', '183538.485000', '183538.488000', '183538.491000', '183538.493000', '183538.496000', '183538.498000', '183538.501000', '183538.513000', '183538.516000', '183538.518000', '183538.521000', '183538.524000', '183538.526000', '183538.529000', '183538.531000', '183538.534000', '183538.536000', '183538.539000', '183538.542000', '183538.544000', '183538.548000', '183538.550000', '183538.553000', '183538.555000', '183538.558000', '183538.561000', '183538.563000', '183558.443000', '183558.445000', '183558.448000', '183558.450000', '183558.453000', '183558.456000', '183558.458000', '183558.461000', '183558.463000', '183558.466000', '183558.468000', '183558.471000', '183558.474000', '183558.476000', '183558.479000', '183558.481000', '183558.484000', '183558.486000', '183558.489000', '183558.492000', '183558.494000', '183558.497000', '183558.499000', '183558.502000', '183558.504000', '183558.507000', '183558.510000', '183558.512000', '183558.515000', '183558.518000', '183558.520000', '183558.523000', '183558.525000', '183558.528000', '183558.531000', '183558.533000', '183558.536000', '183558.538000', '183558.541000', '183558.544000', '183558.546000', '183558.549000', '183558.551000', '183558.554000', '183618.442000', '183618.445000', '183618.448000', '183618.450000', '183618.453000', '183618.456000', '183618.458000', '183618.461000', '183618.463000', '183618.466000', '183618.468000', '183618.471000', '183618.473000', '183618.476000', '183618.479000', '183618.481000', '183618.484000', '183618.497000', '183618.499000', '183618.502000', '183618.504000', '183618.507000', '183618.509000', '183618.512000', '183618.515000', '183618.517000', '183618.520000', '183618.522000', '183618.525000', '183618.528000', '183618.530000', '183618.533000', '183618.535000', '183618.538000', '183618.541000', '183618.543000', '183618.546000', '183618.549000', '183618.551000', '183618.554000', '183618.556000', '183618.559000', '183618.561000', '183638.442000', '183638.445000', '183638.448000', '183638.450000', '183638.453000', '183638.455000', '183638.458000', '183638.461000', '183638.463000', '183638.466000', '183638.468000', '183638.471000', '183638.473000', '183638.476000', '183638.478000', '183638.481000', '183638.484000', '183638.486000', '183638.489000', '183638.491000', '183638.494000', '183638.496000', '183638.499000', '183638.502000', '183638.505000', '183638.507000', '183638.510000', '183638.512000', '183638.515000', '183638.517000', '183638.520000', '183638.523000', '183638.525000', '183638.528000', '183638.531000', '183638.533000', '183638.536000', '183638.538000', '183638.541000', '183638.543000', '183638.546000', '183638.549000', '183638.551000', '183638.554000', '183658.444000', '183658.446000', '183658.449000', '183658.452000', '183658.454000', '183658.457000', '183658.459000', '183658.462000', '183658.464000', '183658.467000', '183658.470000', '183658.472000', '183658.475000', '183658.477000', '183658.480000', '183658.483000', '183658.485000', '183658.488000', '183658.490000', '183658.493000', '183658.495000', '183658.498000', '183658.501000', '183658.503000', '183658.506000', '183658.508000', '183658.511000', '183658.514000', '183658.516000', '183658.519000', '183658.521000', '183658.524000', '183658.527000', '183658.529000', '183658.532000', '183658.534000', '183658.537000', '183658.539000', '183658.542000', '183658.545000', '183658.547000', '183658.550000', '183658.552000', '183718.444000', '183718.446000', '183718.449000', '183718.452000', '183718.454000', '183718.457000', '183718.459000', '183718.462000', '183718.465000', '183718.467000', '183718.470000', '183718.472000', '183718.475000', '183718.477000', '183718.480000', '183718.483000', '183718.485000', '183718.488000', '183718.490000', '183718.493000', '183718.495000', '183718.498000', '183718.500000', '183718.503000', '183718.506000', '183718.508000', '183718.511000', '183718.513000', '183718.516000', '183718.519000', '183718.521000', '183718.524000', '183718.526000', '183718.529000', '183718.531000', '183718.534000', '183718.537000', '183718.539000', '183718.542000', '183718.544000', '183718.547000', '183718.549000', '183718.552000', '183718.555000', '183738.444000', '183738.446000', '183738.449000', '183738.452000', '183738.454000', '183738.457000', '183738.459000', '183738.462000', '183738.464000', '183738.467000', '183738.470000', '183738.472000', '183738.475000', '183738.477000', '183738.480000', '183738.482000', '183738.485000', '183738.488000', '183738.490000', '183738.493000', '183738.495000', '183738.498000', '183738.501000', '183738.503000', '183738.506000', '183738.508000', '183738.511000', '183738.526000', '183738.528000', '183738.531000', '183738.534000', '183738.536000', '183738.539000', '183738.541000', '183738.544000', '183738.547000', '183738.550000', '183738.553000', '183738.556000', '183738.558000', '183738.561000', '183738.564000', '183738.566000', '183758.443000', '183758.446000', '183758.448000', '183758.451000', '183758.453000', '183758.456000', '183758.458000', '183758.461000', '183758.464000', '183758.466000', '183758.469000', '183758.471000', '183758.474000', '183758.476000', '183758.479000', '183758.482000', '183758.484000', '183758.487000', '183758.489000', '183758.492000', '183758.494000', '183758.497000', '183758.499000', '183758.502000', '183758.505000', '183758.507000', '183758.510000', '183758.513000', '183758.515000', '183758.518000', '183758.520000', '183758.523000', '183758.525000', '183758.528000', '183758.531000', '183758.533000', '183758.536000', '183758.538000', '183758.541000', '183758.544000', '183758.548000', '183758.551000', '183758.553000', '183758.556000', '183818.442000', '183818.445000', '183818.448000', '183818.450000', '183818.453000', '183818.456000', '183818.458000', '183818.461000', '183818.463000', '183818.466000', '183818.468000', '183818.471000', '183818.474000', '183818.476000', '183818.479000', '183818.481000', '183818.484000', '183818.487000', '183818.489000', '183818.492000', '183818.494000', '183818.497000', '183818.499000', '183818.502000', '183818.504000', '183818.507000', '183818.510000', '183818.512000', '183818.515000', '183818.517000', '183818.520000', '183818.522000', '183818.525000', '183818.528000', '183818.530000', '183818.533000', '183818.535000', '183818.538000', '183818.540000', '183818.543000', '183818.546000', '183818.548000', '183818.551000', '183838.442000', '183838.445000', '183838.448000', '183838.450000', '183838.453000', '183838.456000', '183838.458000', '183838.461000', '183838.463000', '183838.466000', '183838.469000', '183838.471000', '183838.474000', '183838.476000', '183838.479000', '183838.481000', '183838.484000', '183838.486000', '183838.489000', '183838.492000', '183838.494000', '183838.497000', '183838.500000', '183838.502000', '183838.505000', '183838.507000', '183838.510000', '183838.513000', '183838.515000', '183838.518000', '183838.520000', '183838.523000', '183838.526000', '183838.528000', '183838.531000', '183838.533000', '183838.536000', '183838.539000', '183838.541000', '183838.544000', '183838.546000', '183838.549000', '183838.551000', '183838.554000', '183858.443000', '183858.445000', '183858.448000', '183858.451000', '183858.453000', '183858.456000', '183858.465000', '183858.468000', '183858.470000', '183858.473000', '183858.476000', '183858.478000', '183858.481000', '183858.483000', '183858.486000', '183858.488000', '183858.491000', '183858.493000', '183858.496000', '183858.499000', '183858.501000', '183858.504000', '183858.506000', '183858.509000', '183858.511000', '183858.514000', '183858.517000', '183858.519000', '183858.522000', '183858.524000', '183858.527000', '183858.530000', '183858.532000', '183858.535000', '183858.537000', '183858.540000', '183858.543000', '183858.545000', '183858.558000', '183858.560000', '183858.563000', '183858.566000', '183858.568000', '183859.041000', '183859.045000'], 'InstanceCreationTime': ['183238.485000', '183238.488000', '183238.491000', '183238.493000', '183238.496000', '183238.498000', '183238.501000', '183238.503000', '183238.506000', '183238.508000', '183238.511000', '183238.513000', '183238.516000', '183238.519000', '183238.521000', '183238.524000', '183238.526000', '183238.529000', '183238.536000', '183238.539000', '183238.541000', '183238.544000', '183238.547000', '183238.549000', '183238.552000', '183238.554000', '183238.557000', '183238.559000', '183238.562000', '183238.565000', '183238.567000', '183238.570000', '183238.572000', '183238.575000', '183238.577000', '183238.580000', '183238.582000', '183238.585000', '183238.587000', '183238.590000', '183238.593000', '183238.595000', '183238.599000', '183238.602000', '183258.443000', '183258.446000', '183258.449000', '183258.452000', '183258.454000', '183258.457000', '183258.459000', '183258.462000', '183258.465000', '183258.468000', '183258.471000', '183258.473000', '183258.476000', '183258.478000', '183258.481000', '183258.484000', '183258.486000', '183258.489000', '183258.491000', '183258.494000', '183258.496000', '183258.499000', '183258.501000', '183258.504000', '183258.506000', '183258.509000', '183258.511000', '183258.514000', '183258.516000', '183258.519000', '183258.522000', '183258.524000', '183258.527000', '183258.530000', '183258.532000', '183258.535000', '183258.537000', '183258.540000', '183258.542000', '183258.545000', '183258.576000', '183258.578000', '183258.581000', '183318.442000', '183318.445000', '183318.448000', '183318.450000', '183318.453000', '183318.455000', '183318.458000', '183318.460000', '183318.463000', '183318.466000', '183318.468000', '183318.471000', '183318.473000', '183318.476000', '183318.478000', '183318.481000', '183318.483000', '183318.486000', '183318.489000', '183318.491000', '183318.494000', '183318.496000', '183318.499000', '183318.501000', '183318.504000', '183318.506000', '183318.509000', '183318.512000', '183318.514000', '183318.517000', '183318.527000', '183318.530000', '183318.532000', '183318.535000', '183318.537000', '183318.540000', '183318.543000', '183318.545000', '183318.548000', '183318.550000', '183318.553000', '183318.556000', '183318.558000', '183318.561000', '183338.442000', '183338.445000', '183338.448000', '183338.451000', '183338.453000', '183338.456000', '183338.458000', '183338.461000', '183338.464000', '183338.467000', '183338.470000', '183338.473000', '183338.476000', '183338.478000', '183338.481000', '183338.483000', '183338.486000', '183338.488000', '183338.491000', '183338.493000', '183338.496000', '183338.499000', '183338.501000', '183338.504000', '183338.506000', '183338.509000', '183338.511000', '183338.514000', '183338.516000', '183338.519000', '183338.522000', '183338.524000', '183338.527000', '183338.529000', '183338.532000', '183338.534000', '183338.537000', '183338.539000', '183338.542000', '183338.545000', '183338.547000', '183338.558000', '183338.561000', '183358.442000', '183358.445000', '183358.448000', '183358.450000', '183358.453000', '183358.455000', '183358.458000', '183358.461000', '183358.463000', '183358.466000', '183358.468000', '183358.471000', '183358.473000', '183358.476000', '183358.479000', '183358.481000', '183358.484000', '183358.486000', '183358.489000', '183358.491000', '183358.494000', '183358.496000', '183358.499000', '183358.502000', '183358.504000', '183358.507000', '183358.509000', '183358.512000', '183358.514000', '183358.517000', '183358.529000', '183358.532000', '183358.534000', '183358.537000', '183358.540000', '183358.542000', '183358.545000', '183358.547000', '183358.550000', '183358.552000', '183358.555000', '183358.557000', '183358.560000', '183358.562000', '183418.442000', '183418.445000', '183418.448000', '183418.450000', '183418.453000', '183418.456000', '183418.458000', '183418.461000', '183418.463000', '183418.466000', '183418.468000', '183418.471000', '183418.474000', '183418.476000', '183418.479000', '183418.481000', '183418.484000', '183418.486000', '183418.489000', '183418.491000', '183418.494000', '183418.497000', '183418.499000', '183418.502000', '183418.504000', '183418.508000', '183418.511000', '183418.513000', '183418.522000', '183418.525000', '183418.527000', '183418.530000', '183418.533000', '183418.535000', '183418.538000', '183418.540000', '183418.543000', '183418.546000', '183418.548000', '183418.551000', '183418.553000', '183418.556000', '183418.558000', '183438.444000', '183438.446000', '183438.449000', '183438.452000', '183438.454000', '183438.457000', '183438.459000', '183438.462000', '183438.465000', '183438.467000', '183438.470000', '183438.472000', '183438.475000', '183438.477000', '183438.480000', '183438.482000', '183438.485000', '183438.488000', '183438.490000', '183438.493000', '183438.495000', '183438.530000', '183438.533000', '183438.536000', '183438.538000', '183438.541000', '183438.543000', '183438.546000', '183438.549000', '183438.551000', '183438.554000', '183438.557000', '183438.559000', '183438.562000', '183438.564000', '183438.567000', '183438.570000', '183438.572000', '183438.575000', '183438.577000', '183438.580000', '183438.583000', '183438.585000', '183438.588000', '183458.443000', '183458.446000', '183458.449000', '183458.451000', '183458.454000', '183458.456000', '183458.459000', '183458.462000', '183458.464000', '183458.467000', '183458.470000', '183458.473000', '183458.476000', '183458.479000', '183458.481000', '183458.484000', '183458.486000', '183458.489000', '183458.491000', '183458.494000', '183458.503000', '183458.505000', '183458.508000', '183458.511000', '183458.513000', '183458.516000', '183458.518000', '183458.521000', '183458.524000', '183458.526000', '183458.529000', '183458.531000', '183458.534000', '183458.536000', '183458.539000', '183458.542000', '183458.544000', '183458.547000', '183458.549000', '183458.552000', '183458.554000', '183458.557000', '183458.559000', '183518.443000', '183518.446000', '183518.449000', '183518.452000', '183518.454000', '183518.457000', '183518.459000', '183518.462000', '183518.464000', '183518.467000', '183518.470000', '183518.472000', '183518.475000', '183518.477000', '183518.480000', '183518.482000', '183518.485000', '183518.487000', '183518.490000', '183518.493000', '183518.495000', '183518.498000', '183518.500000', '183518.503000', '183518.506000', '183518.508000', '183518.511000', '183518.513000', '183518.516000', '183518.518000', '183518.521000', '183518.524000', '183518.526000', '183518.529000', '183518.532000', '183518.534000', '183518.537000', '183518.539000', '183518.542000', '183518.544000', '183518.555000', '183518.558000', '183518.560000', '183518.563000', '183538.442000', '183538.445000', '183538.448000', '183538.450000', '183538.453000', '183538.456000', '183538.458000', '183538.461000', '183538.463000', '183538.466000', '183538.468000', '183538.471000', '183538.474000', '183538.476000', '183538.479000', '183538.482000', '183538.485000', '183538.488000', '183538.491000', '183538.493000', '183538.496000', '183538.498000', '183538.501000', '183538.513000', '183538.516000', '183538.518000', '183538.521000', '183538.524000', '183538.526000', '183538.529000', '183538.531000', '183538.534000', '183538.536000', '183538.539000', '183538.542000', '183538.544000', '183538.548000', '183538.550000', '183538.553000', '183538.555000', '183538.558000', '183538.561000', '183538.563000', '183558.443000', '183558.445000', '183558.448000', '183558.450000', '183558.453000', '183558.456000', '183558.458000', '183558.461000', '183558.463000', '183558.466000', '183558.468000', '183558.471000', '183558.474000', '183558.476000', '183558.479000', '183558.481000', '183558.484000', '183558.486000', '183558.489000', '183558.492000', '183558.494000', '183558.497000', '183558.499000', '183558.502000', '183558.504000', '183558.507000', '183558.510000', '183558.512000', '183558.515000', '183558.518000', '183558.520000', '183558.523000', '183558.525000', '183558.528000', '183558.531000', '183558.533000', '183558.536000', '183558.538000', '183558.541000', '183558.544000', '183558.546000', '183558.549000', '183558.551000', '183558.554000', '183618.442000', '183618.445000', '183618.448000', '183618.450000', '183618.453000', '183618.456000', '183618.458000', '183618.461000', '183618.463000', '183618.466000', '183618.468000', '183618.471000', '183618.473000', '183618.476000', '183618.479000', '183618.481000', '183618.484000', '183618.497000', '183618.499000', '183618.502000', '183618.504000', '183618.507000', '183618.509000', '183618.512000', '183618.515000', '183618.517000', '183618.520000', '183618.522000', '183618.525000', '183618.528000', '183618.530000', '183618.533000', '183618.535000', '183618.538000', '183618.541000', '183618.543000', '183618.546000', '183618.549000', '183618.551000', '183618.554000', '183618.556000', '183618.559000', '183618.561000', '183638.442000', '183638.445000', '183638.448000', '183638.450000', '183638.453000', '183638.455000', '183638.458000', '183638.461000', '183638.463000', '183638.466000', '183638.468000', '183638.471000', '183638.473000', '183638.476000', '183638.478000', '183638.481000', '183638.484000', '183638.486000', '183638.489000', '183638.491000', '183638.494000', '183638.496000', '183638.499000', '183638.502000', '183638.505000', '183638.507000', '183638.510000', '183638.512000', '183638.515000', '183638.517000', '183638.520000', '183638.523000', '183638.525000', '183638.528000', '183638.531000', '183638.533000', '183638.536000', '183638.538000', '183638.541000', '183638.543000', '183638.546000', '183638.549000', '183638.551000', '183638.554000', '183658.444000', '183658.446000', '183658.449000', '183658.452000', '183658.454000', '183658.457000', '183658.459000', '183658.462000', '183658.464000', '183658.467000', '183658.470000', '183658.472000', '183658.475000', '183658.477000', '183658.480000', '183658.483000', '183658.485000', '183658.488000', '183658.490000', '183658.493000', '183658.495000', '183658.498000', '183658.501000', '183658.503000', '183658.506000', '183658.508000', '183658.511000', '183658.514000', '183658.516000', '183658.519000', '183658.521000', '183658.524000', '183658.527000', '183658.529000', '183658.532000', '183658.534000', '183658.537000', '183658.539000', '183658.542000', '183658.545000', '183658.547000', '183658.550000', '183658.552000', '183718.444000', '183718.446000', '183718.449000', '183718.452000', '183718.454000', '183718.457000', '183718.459000', '183718.462000', '183718.465000', '183718.467000', '183718.470000', '183718.472000', '183718.475000', '183718.477000', '183718.480000', '183718.483000', '183718.485000', '183718.488000', '183718.490000', '183718.493000', '183718.495000', '183718.498000', '183718.500000', '183718.503000', '183718.506000', '183718.508000', '183718.511000', '183718.513000', '183718.516000', '183718.519000', '183718.521000', '183718.524000', '183718.526000', '183718.529000', '183718.531000', '183718.534000', '183718.537000', '183718.539000', '183718.542000', '183718.544000', '183718.547000', '183718.549000', '183718.552000', '183718.555000', '183738.444000', '183738.446000', '183738.449000', '183738.452000', '183738.454000', '183738.457000', '183738.459000', '183738.462000', '183738.464000', '183738.467000', '183738.470000', '183738.472000', '183738.475000', '183738.477000', '183738.480000', '183738.482000', '183738.485000', '183738.488000', '183738.490000', '183738.493000', '183738.495000', '183738.498000', '183738.501000', '183738.503000', '183738.506000', '183738.508000', '183738.511000', '183738.526000', '183738.528000', '183738.531000', '183738.534000', '183738.536000', '183738.539000', '183738.541000', '183738.544000', '183738.547000', '183738.550000', '183738.553000', '183738.556000', '183738.558000', '183738.561000', '183738.564000', '183738.566000', '183758.443000', '183758.446000', '183758.448000', '183758.451000', '183758.453000', '183758.456000', '183758.458000', '183758.461000', '183758.464000', '183758.466000', '183758.469000', '183758.471000', '183758.474000', '183758.476000', '183758.479000', '183758.482000', '183758.484000', '183758.487000', '183758.489000', '183758.492000', '183758.494000', '183758.497000', '183758.499000', '183758.502000', '183758.505000', '183758.507000', '183758.510000', '183758.513000', '183758.515000', '183758.518000', '183758.520000', '183758.523000', '183758.525000', '183758.528000', '183758.531000', '183758.533000', '183758.536000', '183758.538000', '183758.541000', '183758.544000', '183758.548000', '183758.551000', '183758.553000', '183758.556000', '183818.442000', '183818.445000', '183818.448000', '183818.450000', '183818.453000', '183818.456000', '183818.458000', '183818.461000', '183818.463000', '183818.466000', '183818.468000', '183818.471000', '183818.474000', '183818.476000', '183818.479000', '183818.481000', '183818.484000', '183818.487000', '183818.489000', '183818.492000', '183818.494000', '183818.497000', '183818.499000', '183818.502000', '183818.504000', '183818.507000', '183818.510000', '183818.512000', '183818.515000', '183818.517000', '183818.520000', '183818.522000', '183818.525000', '183818.528000', '183818.530000', '183818.533000', '183818.535000', '183818.538000', '183818.540000', '183818.543000', '183818.546000', '183818.548000', '183818.551000', '183838.442000', '183838.445000', '183838.448000', '183838.450000', '183838.453000', '183838.456000', '183838.458000', '183838.461000', '183838.463000', '183838.466000', '183838.469000', '183838.471000', '183838.474000', '183838.476000', '183838.479000', '183838.481000', '183838.484000', '183838.486000', '183838.489000', '183838.492000', '183838.494000', '183838.497000', '183838.500000', '183838.502000', '183838.505000', '183838.507000', '183838.510000', '183838.513000', '183838.515000', '183838.518000', '183838.520000', '183838.523000', '183838.526000', '183838.528000', '183838.531000', '183838.533000', '183838.536000', '183838.539000', '183838.541000', '183838.544000', '183838.546000', '183838.549000', '183838.551000', '183838.554000', '183858.443000', '183858.445000', '183858.448000', '183858.451000', '183858.453000', '183858.456000', '183858.465000', '183858.468000', '183858.470000', '183858.473000', '183858.476000', '183858.478000', '183858.481000', '183858.483000', '183858.486000', '183858.488000', '183858.491000', '183858.493000', '183858.496000', '183858.499000', '183858.501000', '183858.504000', '183858.506000', '183858.509000', '183858.511000', '183858.514000', '183858.517000', '183858.519000', '183858.522000', '183858.524000', '183858.527000', '183858.530000', '183858.532000', '183858.535000', '183858.537000', '183858.540000', '183858.543000', '183858.545000', '183858.558000', '183858.560000', '183858.563000', '183858.566000', '183858.568000', '183859.041000', '183859.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': [7509, 7570, 7285, 7608, 7375, 7526, 7629, 7279, 7414, 7309, 7270, 7625, 7491, 7371, 7041, 7602, 7031, 7395, 6952, 7427, 6838, 7198, 6943, 7137, 6767, 7280, 7512, 7217, 7012, 7295, 6870, 7250, 7552, 7510, 7205, 7226, 7206, 7246, 7024, 7130, 7304, 7168, 7203, 7137, 7266, 7281, 7968, 7032, 8051, 7134, 7697, 6826, 7441, 6984, 7218, 6278, 7325, 6729, 7166, 6745, 6811, 7094, 6904, 7310, 7158, 7060, 7080, 7404, 7181, 7123, 7394, 7355, 7237, 7187, 7344, 6823, 8128, 6858, 8217, 7028, 8511, 6769, 8263, 6790, 8093, 7148, 7401, 6842, 7505, 6776, 7413, 6646, 7189, 6861, 7077, 6223, 7129, 7296, 7553, 7389, 7010, 7487, 7069, 7309, 7614, 7350, 7592, 7304, 8050, 7095, 7574, 7159, 7540, 7209, 8004, 6845, 8008, 6889, 7402, 6890, 7380, 6745, 7367, 7080, 7242, 6757, 7271, 7114, 7073, 7235, 7596, 7266, 7225, 7741, 7030, 7737, 6879, 7543, 7057, 8026, 6861, 7802, 6844, 7440, 6768, 7210, 6713, 7046, 6823, 7161, 6572, 7196, 6570, 6952, 6832, 6879, 6943, 7080, 6902, 6955, 7172, 7050, 6920, 6870, 7005, 6925, 7321, 7460, 7022, 7220, 7024, 7287, 7391, 7153, 7073, 7030, 7851, 6936, 7861, 7111, 8752, 7069, 8020, 7109, 7377, 7225, 7418, 7368, 7147, 7154, 7094, 7277, 7410, 7377, 7285, 6926, 7469, 6917, 7488, 6955, 7256, 6797, 7462, 6585, 7080, 6824, 7411, 7323, 7307, 7519, 7401, 7504, 7455, 7520, 7423, 7608, 7307, 7853, 7302, 7481, 6815, 7124, 7631, 7108, 7649, 7422, 8000, 7182, 8312, 6989, 7732, 7447, 7625, 7068, 7684, 6814, 7481, 6928, 7340, 7307, 6906, 7150, 6972, 6710, 6822, 7089, 7535, 7067, 6975, 6886, 7174, 7302, 6939, 7311, 7084, 7639, 6943, 8033, 6840, 7190, 6599, 7450, 6700, 7623, 6993, 6778, 7402, 6846, 7039, 6981, 7162, 7022, 7087, 6816, 7154, 6849, 7072, 6645, 7073, 6530, 6985, 6641, 7218, 6432, 6862, 7103, 6886, 6773, 7320, 7040, 7196, 7294, 6901, 7228, 6703, 7246, 6762, 7530, 6590, 7217, 6660, 7257, 6680, 7279, 7085, 7271, 7385, 7222, 7148, 7246, 7426, 7199, 7834, 7329, 7221, 7397, 6898, 7262, 6856, 7339, 6825, 7668, 6843, 9250, 6810, 8259, 7010, 7636, 7205, 7415, 7010, 6768, 7182, 6643, 7158, 7068, 7034, 6839, 7315, 7063, 7182, 6983, 6892, 7112, 6830, 7118, 6955, 7504, 6820, 8481, 6762, 7780, 6739, 7371, 6654, 7496, 6902, 7328, 6757, 6870, 6546, 6916, 6744, 7522, 6663, 7676, 6541, 7304, 6688, 7454, 6687, 6797, 6762, 6881, 6498, 6908, 6681, 6815, 6588, 6986, 6695, 7089, 6463, 6912, 6751, 7019, 6429, 6929, 6392, 7053, 6604, 7019, 6529, 7095, 6271, 7118, 7015, 6863, 7155, 6801, 7034, 7030, 7299, 7011, 7094, 7027, 6948, 6966, 7125, 6921, 7072, 6902, 7018, 6775, 7224, 6748, 6966, 6772, 7213, 6797, 7054, 6785, 6990, 6709, 6796, 7418, 6888, 7066, 7348, 7382, 6657, 7026, 7310, 6807, 7256, 7089, 7033, 6915, 7548, 6788, 7221, 6914, 6902, 6814, 6985, 6731, 7651, 6939, 7159, 6650, 6727, 7162, 6779, 6864, 6637, 6977, 6722, 6839, 6880, 6673, 6931, 7152, 7142, 7138, 7107, 7271, 6948, 6986, 7078, 7011, 6916, 7178, 6594, 7032, 6402, 6949, 6568, 7028, 7065, 6915, 7098, 7018, 7044, 7491, 7347, 7391, 7129, 7055, 6969, 7097, 7603, 7044, 7472, 7325, 7113, 7937, 6986, 7269, 6695, 7387, 6798, 7176, 6646, 7003, 6720, 6981, 6664, 7184, 6499, 7270, 7324, 7059, 6898, 7134, 7150, 7145, 7177, 7337, 7159, 7207, 7138, 7151, 7130, 7452, 7725, 6965, 7820, 6623, 7672, 6853, 7186, 6697, 7093, 6462, 7150, 6740, 7055, 6601, 7101, 6501, 7343, 6691, 7135, 6706, 7160, 6828, 6798, 7037, 7340, 6884, 7222, 7191, 7205, 7418, 6920, 7459, 6846, 7368, 6370, 7477, 6386, 7122, 6907, 7009, 7192, 6931, 7295, 6930, 7421, 7508, 7589, 7391, 7227, 7300, 7712, 7253, 7596, 6894, 7121, 7079, 6661, 6962, 6966, 7137, 6808, 7177, 6849, 7168, 6586, 8194, 6702, 7831, 6639, 7767, 6583, 7230, 7039, 6984, 7093, 7093, 7028, 6897, 6978, 7302, 7260, 7338, 7173, 7287, 7189, 7096, 7853, 7021, 7320, 7099, 7895, 7223, 8764, 6721, 8395, 6926, 7817, 6811, 6946, 6812, 6804, 7101, 6757, 8149, 6704, 7061, 7028, 7690, 6944, 7688, 6881, 7030, 6830, 7216, 6755, 6844, 6689, 7173, 6479, 7003, 6865, 7297, 6929, 6903, 6844, 6845, 6804, 6825, 7147, 7153, 7232, 6693, 7280, 6773, 7193, 7154, 6918, 6997, 6723, 7325, 6805, 7183, 6843, 6942, 6648, 7194, 6494, 7145, 6617, 7045, 6805, 6827, 7221, 6844, 6953, 7265, 6962, 7050, 7269, 6630, 7538, 7241, 7386, 7006, 7095, 7269, 7049, 7375, 6886, 7427, 6529, 7188, 6575, 7054, 6656, 7062, 6579, 6821, 6947, 6928, 7248, 7077, 7056, 7174, 7068, 6870, 7024, 7340, 6894, 7208, 7219, 6841, 7043, 6618, 7277, 7105, 7044, 7302, 6562, 7239, 6788, 7266, 6897, 7138, 7235, 7447, 7284, 7073, 7536, 7152, 6859, 7415, 7288, 6993, 7207, 6706, 7294, 6677, 7214, 6839, 6919, 6918, 7087, 6902, 7332, 7146, 6947, 7219, 7072, 6977, 7081, 7093, 6943, 7283, 6549, 7185, 6692, 6976, 6944, 6935, 6531, 6877, 6639, 6844, 6995, 6823, 6772, 6993, 6994, 7142, 7248, 6733, 6763, 6409, 7221, 6952, 6763, 7030, 6671, 7186, 6700, 7465, 6907, 6943, 7296, 6852, 6838, 6931, 7028, 6907, 6950, 6964, 6730, 6896, 6863, 7016, 6906, 6802, 6492, 6996, 6614, 7365, 6582, 6904, 6541, 6940, 6686, 6804, 6841, 6973, 6910, 6814, 6836, 7035, 7068, 6682, 7018, 6275, 6961, 7006, 7167, 7178, 7044, 7947, 6750, 7047, 6530, 6796, 6871, 7084, 7316, 6969, 7636, 7022, 6867, 6942, 7177, 7150, 7088, 6724, 7132, 6649, 7180, 6338, 7078, 7048, 6891, 7072, 6718, 7162, 6825, 7084, 7343, 6959, 7529, 7074, 7394, 7449, 7050, 7088, 7122, 6943, 7221, 7157, 7136, 6978, 7144, 6957], 'WindowCenter': [3877.0, 3860.0, 3848.0, 3846.0, 3843.0, 3841.0, 3840.0, 3830.0, 3832.0, 3828.0, 3829.0, 3839.0, 3829.0, 3831.0, 3827.0, 3838.0, 3829.0, 3829.0, 3830.0, 3826.0, 3819.0, 3818.0, 3819.0, 3820.0, 3818.0, 3831.0, 3829.0, 3831.0, 3827.0, 3839.0, 3829.0, 3841.0, 3852.0, 3842.0, 3845.0, 3843.0, 3843.0, 3844.0, 3830.0, 3834.0, 3842.0, 3831.0, 3842.0, 3833.0, 3828.0, 3830.0, 3839.0, 3832.0, 3841.0, 3828.0, 3827.0, 3820.0, 3830.0, 3827.0, 3831.0, 3820.0, 3828.0, 3830.0, 3829.0, 3818.0, 3820.0, 3831.0, 3827.0, 3828.0, 3817.0, 3816.0, 3818.0, 3829.0, 3831.0, 3829.0, 3832.0, 3841.0, 3842.0, 3831.0, 3839.0, 3829.0, 3852.0, 3831.0, 3849.0, 3829.0, 3848.0, 3821.0, 3838.0, 3819.0, 3826.0, 3826.0, 3828.0, 3819.0, 3828.0, 3816.0, 3824.0, 3817.0, 3815.0, 3818.0, 3831.0, 3807.0, 3827.0, 3841.0, 3843.0, 3842.0, 3844.0, 3840.0, 3833.0, 3841.0, 3843.0, 3841.0, 3841.0, 3830.0, 3840.0, 3830.0, 3842.0, 3829.0, 3830.0, 3829.0, 3827.0, 3818.0, 3826.0, 3816.0, 3826.0, 3819.0, 3829.0, 3816.0, 3826.0, 3829.0, 3828.0, 3831.0, 3832.0, 3832.0, 3830.0, 3829.0, 3842.0, 3829.0, 3831.0, 3837.0, 3831.0, 3837.0, 3817.0, 3836.0, 3830.0, 3839.0, 3819.0, 3827.0, 3817.0, 3824.0, 3815.0, 3825.0, 3818.0, 3816.0, 3819.0, 3818.0, 3818.0, 3819.0, 3819.0, 3819.0, 3817.0, 3817.0, 3818.0, 3816.0, 3816.0, 3815.0, 3817.0, 3816.0, 3816.0, 3819.0, 3819.0, 3816.0, 3828.0, 3828.0, 3831.0, 3831.0, 3828.0, 3838.0, 3842.0, 3829.0, 3842.0, 3831.0, 3852.0, 3830.0, 3837.0, 3829.0, 3840.0, 3819.0, 3828.0, 3819.0, 3813.0, 3817.0, 3814.0, 3815.0, 3814.0, 3814.0, 3814.0, 3829.0, 3828.0, 3829.0, 3826.0, 3832.0, 3840.0, 3829.0, 3839.0, 3829.0, 3829.0, 3830.0, 3832.0, 3821.0, 3830.0, 3822.0, 3829.0, 3827.0, 3830.0, 3828.0, 3831.0, 3830.0, 3830.0, 3840.0, 3840.0, 3838.0, 3844.0, 3851.0, 3844.0, 3841.0, 3833.0, 3842.0, 3855.0, 3833.0, 3844.0, 3844.0, 3850.0, 3830.0, 3850.0, 3832.0, 3842.0, 3831.0, 3828.0, 3820.0, 3827.0, 3817.0, 3825.0, 3829.0, 3827.0, 3838.0, 3830.0, 3830.0, 3830.0, 3816.0, 3831.0, 3828.0, 3842.0, 3828.0, 3830.0, 3832.0, 3830.0, 3842.0, 3832.0, 3832.0, 3828.0, 3843.0, 3831.0, 3841.0, 3817.0, 3820.0, 3819.0, 3830.0, 3819.0, 3827.0, 3818.0, 3805.0, 3825.0, 3818.0, 3827.0, 3826.0, 3830.0, 3827.0, 3828.0, 3821.0, 3830.0, 3819.0, 3826.0, 3821.0, 3828.0, 3819.0, 3819.0, 3820.0, 3826.0, 3805.0, 3819.0, 3819.0, 3827.0, 3820.0, 3831.0, 3829.0, 3827.0, 3831.0, 3829.0, 3828.0, 3820.0, 3831.0, 3821.0, 3830.0, 3816.0, 3829.0, 3820.0, 3826.0, 3819.0, 3828.0, 3819.0, 3829.0, 3829.0, 3827.0, 3815.0, 3830.0, 3830.0, 3831.0, 3839.0, 3832.0, 3841.0, 3844.0, 3832.0, 3842.0, 3832.0, 3844.0, 3835.0, 3839.0, 3830.0, 3852.0, 3820.0, 3840.0, 3819.0, 3828.0, 3817.0, 3813.0, 3816.0, 3806.0, 3816.0, 3805.0, 3817.0, 3815.0, 3818.0, 3814.0, 3831.0, 3829.0, 3830.0, 3830.0, 3832.0, 3832.0, 3834.0, 3833.0, 3833.0, 3843.0, 3828.0, 3851.0, 3818.0, 3840.0, 3821.0, 3828.0, 3816.0, 3826.0, 3817.0, 3827.0, 3816.0, 3819.0, 3810.0, 3818.0, 3820.0, 3828.0, 3818.0, 3828.0, 3804.0, 3829.0, 3816.0, 3827.0, 3819.0, 3805.0, 3817.0, 3818.0, 3804.0, 3817.0, 3816.0, 3817.0, 3814.0, 3814.0, 3818.0, 3818.0, 3809.0, 3814.0, 3817.0, 3818.0, 3818.0, 3814.0, 3809.0, 3815.0, 3818.0, 3819.0, 3808.0, 3819.0, 3806.0, 3817.0, 3829.0, 3815.0, 3827.0, 3820.0, 3828.0, 3830.0, 3828.0, 3828.0, 3827.0, 3828.0, 3827.0, 3827.0, 3825.0, 3818.0, 3828.0, 3817.0, 3818.0, 3819.0, 3830.0, 3821.0, 3820.0, 3821.0, 3830.0, 3830.0, 3826.0, 3828.0, 3831.0, 3831.0, 3820.0, 3830.0, 3829.0, 3829.0, 3828.0, 3827.0, 3819.0, 3828.0, 3826.0, 3817.0, 3831.0, 3832.0, 3827.0, 3827.0, 3840.0, 3820.0, 3829.0, 3818.0, 3818.0, 3818.0, 3817.0, 3814.0, 3827.0, 3817.0, 3817.0, 3817.0, 3813.0, 3818.0, 3815.0, 3819.0, 3820.0, 3830.0, 3831.0, 3821.0, 3831.0, 3822.0, 3832.0, 3829.0, 3829.0, 3831.0, 3820.0, 3828.0, 3818.0, 3817.0, 3814.0, 3818.0, 3819.0, 3818.0, 3818.0, 3815.0, 3807.0, 3817.0, 3817.0, 3818.0, 3818.0, 3818.0, 3814.0, 3815.0, 3815.0, 3830.0, 3830.0, 3830.0, 3817.0, 3829.0, 3816.0, 3827.0, 3840.0, 3831.0, 3843.0, 3841.0, 3828.0, 3842.0, 3832.0, 3830.0, 3832.0, 3828.0, 3822.0, 3817.0, 3819.0, 3817.0, 3809.0, 3816.0, 3805.0, 3817.0, 3806.0, 3813.0, 3816.0, 3818.0, 3817.0, 3830.0, 3830.0, 3832.0, 3831.0, 3842.0, 3833.0, 3839.0, 3830.0, 3833.0, 3830.0, 3843.0, 3843.0, 3833.0, 3843.0, 3833.0, 3841.0, 3817.0, 3818.0, 3819.0, 3819.0, 3807.0, 3817.0, 3818.0, 3815.0, 3818.0, 3818.0, 3808.0, 3816.0, 3819.0, 3818.0, 3819.0, 3819.0, 3815.0, 3820.0, 3830.0, 3827.0, 3829.0, 3830.0, 3828.0, 3843.0, 3827.0, 3832.0, 3832.0, 3832.0, 3831.0, 3819.0, 3831.0, 3820.0, 3831.0, 3828.0, 3826.0, 3830.0, 3831.0, 3831.0, 3831.0, 3828.0, 3832.0, 3842.0, 3827.0, 3830.0, 3831.0, 3827.0, 3828.0, 3827.0, 3832.0, 3816.0, 3816.0, 3815.0, 3815.0, 3831.0, 3829.0, 3819.0, 3828.0, 3821.0, 3829.0, 3820.0, 3841.0, 3820.0, 3829.0, 3818.0, 3828.0, 3817.0, 3816.0, 3820.0, 3816.0, 3820.0, 3818.0, 3818.0, 3828.0, 3828.0, 3826.0, 3838.0, 3841.0, 3829.0, 3843.0, 3833.0, 3829.0, 3842.0, 3832.0, 3827.0, 3820.0, 3828.0, 3827.0, 3839.0, 3806.0, 3824.0, 3816.0, 3826.0, 3806.0, 3817.0, 3813.0, 3803.0, 3815.0, 3802.0, 3825.0, 3804.0, 3804.0, 3800.0, 3813.0, 3802.0, 3800.0, 3804.0, 3798.0, 3791.0, 3802.0, 3804.0, 3800.0, 3804.0, 3801.0, 3793.0, 3803.0, 3802.0, 3817.0, 3816.0, 3817.0, 3805.0, 3804.0, 3804.0, 3817.0, 3815.0, 3818.0, 3827.0, 3817.0, 3825.0, 3815.0, 3816.0, 3814.0, 3819.0, 3817.0, 3817.0, 3830.0, 3817.0, 3819.0, 3817.0, 3814.0, 3818.0, 3818.0, 3809.0, 3817.0, 3815.0, 3814.0, 3817.0, 3816.0, 3824.0, 3816.0, 3817.0, 3826.0, 3830.0, 3828.0, 3829.0, 3831.0, 3837.0, 3842.0, 3839.0, 3834.0, 3834.0, 3843.0, 3832.0, 3839.0, 3828.0, 3828.0, 3821.0, 3831.0, 3820.0, 3828.0, 3821.0, 3831.0, 3816.0, 3817.0, 3827.0, 3817.0, 3830.0, 3819.0, 3816.0, 3819.0, 3819.0, 3815.0, 3818.0, 3826.0, 3818.0, 3825.0, 3826.0, 3818.0, 3818.0, 3818.0, 3829.0, 3827.0, 3832.0, 3828.0, 3831.0, 3839.0, 3832.0, 3828.0, 3831.0, 3832.0, 3830.0, 3828.0, 3828.0, 3827.0, 3828.0, 3830.0, 3815.0, 3829.0, 3829.0, 3817.0, 3830.0, 3815.0, 3827.0, 3820.0, 3828.0, 3819.0, 3830.0, 3829.0, 3826.0, 3828.0, 3830.0, 3828.0, 3829.0, 3832.0, 3832.0, 3827.0, 3830.0, 3829.0, 3830.0, 3826.0, 3819.0, 3831.0, 3818.0, 3827.0, 3829.0, 3831.0, 3817.0, 3820.0, 3820.0, 3817.0, 3815.0, 3815.0, 3815.0, 3819.0, 3815.0, 3830.0, 3831.0, 3819.0, 3820.0, 3818.0, 3827.0, 3830.0, 3819.0, 3831.0, 3818.0, 3829.0, 3819.0, 3828.0, 3827.0, 3817.0, 3830.0, 3818.0, 3816.0, 3827.0, 3830.0, 3831.0, 3831.0, 3832.0, 3830.0, 3828.0, 3833.0, 3831.0, 3833.0, 3818.0, 3820.0, 3816.0, 3816.0, 3818.0, 3817.0, 3818.0, 3807.0, 3816.0, 3818.0, 3814.0, 3817.0, 3819.0, 3815.0, 3819.0, 3816.0, 3831.0, 3830.0, 3828.0, 3833.0, 3817.0, 3828.0, 3829.0, 3834.0, 3830.0, 3841.0, 3842.0, 3823.0, 3831.0, 3821.0, 3816.0, 3819.0, 3819.0, 3830.0, 3820.0, 3830.0, 3818.0, 3814.0, 3819.0, 3818.0, 3818.0, 3815.0, 3818.0, 3818.0, 3818.0, 3816.0, 3805.0, 3827.0, 3830.0, 3830.0, 3827.0, 3819.0, 3827.0, 3819.0, 3832.0, 3829.0, 3830.0, 3830.0, 3820.0, 3829.0, 3830.0, 3815.0, 3815.0, 3819.0, 3816.0, 3826.0, 3816.0, 3818.0, 3819.0, 3819.0, 3829.0], 'WindowWidth': [8711.0, 8675.0, 8651.0, 8642.0, 8633.0, 8625.0, 8623.0, 8609.0, 8612.0, 8603.0, 8604.0, 8617.0, 8607.0, 8609.0, 8602.0, 8616.0, 8604.0, 8603.0, 8608.0, 8598.0, 8593.0, 8587.0, 8590.0, 8592.0, 8587.0, 8607.0, 8604.0, 8609.0, 8603.0, 8620.0, 8606.0, 8625.0, 8642.0, 8630.0, 8637.0, 8631.0, 8633.0, 8632.0, 8612.0, 8618.0, 8627.0, 8611.0, 8625.0, 8615.0, 8604.0, 8610.0, 8619.0, 8610.0, 8622.0, 8602.0, 8599.0, 8593.0, 8606.0, 8601.0, 8609.0, 8595.0, 8604.0, 8607.0, 8607.0, 8592.0, 8595.0, 8609.0, 8600.0, 8602.0, 8587.0, 8583.0, 8588.0, 8606.0, 8609.0, 8604.0, 8611.0, 8624.0, 8626.0, 8612.0, 8621.0, 8609.0, 8641.0, 8612.0, 8632.0, 8608.0, 8629.0, 8596.0, 8616.0, 8592.0, 8597.0, 8596.0, 8600.0, 8589.0, 8600.0, 8583.0, 8592.0, 8586.0, 8581.0, 8589.0, 8608.0, 8574.0, 8600.0, 8625.0, 8629.0, 8628.0, 8634.0, 8624.0, 8617.0, 8625.0, 8629.0, 8624.0, 8625.0, 8608.0, 8620.0, 8608.0, 8624.0, 8604.0, 8605.0, 8603.0, 8598.0, 8587.0, 8596.0, 8583.0, 8595.0, 8589.0, 8603.0, 8583.0, 8598.0, 8604.0, 8604.0, 8611.0, 8611.0, 8612.0, 8608.0, 8606.0, 8625.0, 8607.0, 8611.0, 8616.0, 8610.0, 8613.0, 8589.0, 8611.0, 8607.0, 8617.0, 8591.0, 8597.0, 8585.0, 8592.0, 8582.0, 8595.0, 8588.0, 8583.0, 8590.0, 8588.0, 8588.0, 8590.0, 8591.0, 8590.0, 8585.0, 8586.0, 8587.0, 8581.0, 8582.0, 8580.0, 8585.0, 8582.0, 8583.0, 8589.0, 8589.0, 8584.0, 8602.0, 8603.0, 8610.0, 8610.0, 8605.0, 8620.0, 8628.0, 8609.0, 8628.0, 8613.0, 8640.0, 8609.0, 8615.0, 8605.0, 8620.0, 8590.0, 8600.0, 8588.0, 8574.0, 8585.0, 8577.0, 8580.0, 8578.0, 8580.0, 8577.0, 8604.0, 8603.0, 8606.0, 8599.0, 8612.0, 8621.0, 8607.0, 8620.0, 8608.0, 8607.0, 8609.0, 8612.0, 8596.0, 8608.0, 8599.0, 8604.0, 8602.0, 8607.0, 8603.0, 8610.0, 8607.0, 8609.0, 8622.0, 8622.0, 8619.0, 8631.0, 8639.0, 8634.0, 8627.0, 8618.0, 8629.0, 8648.0, 8617.0, 8633.0, 8632.0, 8636.0, 8610.0, 8635.0, 8613.0, 8625.0, 8609.0, 8602.0, 8592.0, 8599.0, 8586.0, 8595.0, 8604.0, 8598.0, 8618.0, 8609.0, 8607.0, 8609.0, 8585.0, 8611.0, 8604.0, 8624.0, 8603.0, 8608.0, 8613.0, 8610.0, 8627.0, 8613.0, 8614.0, 8607.0, 8628.0, 8611.0, 8622.0, 8587.0, 8592.0, 8592.0, 8606.0, 8591.0, 8597.0, 8585.0, 8567.0, 8594.0, 8589.0, 8600.0, 8599.0, 8607.0, 8600.0, 8603.0, 8597.0, 8606.0, 8593.0, 8598.0, 8597.0, 8602.0, 8591.0, 8590.0, 8592.0, 8597.0, 8569.0, 8591.0, 8589.0, 8600.0, 8592.0, 8611.0, 8605.0, 8602.0, 8608.0, 8604.0, 8602.0, 8595.0, 8609.0, 8596.0, 8605.0, 8585.0, 8604.0, 8593.0, 8595.0, 8589.0, 8599.0, 8589.0, 8602.0, 8602.0, 8600.0, 8582.0, 8606.0, 8606.0, 8609.0, 8619.0, 8612.0, 8626.0, 8631.0, 8615.0, 8630.0, 8617.0, 8632.0, 8622.0, 8619.0, 8609.0, 8637.0, 8593.0, 8618.0, 8590.0, 8599.0, 8583.0, 8573.0, 8581.0, 8566.0, 8581.0, 8565.0, 8584.0, 8579.0, 8588.0, 8578.0, 8608.0, 8605.0, 8609.0, 8609.0, 8614.0, 8615.0, 8620.0, 8617.0, 8617.0, 8628.0, 8605.0, 8635.0, 8590.0, 8620.0, 8594.0, 8602.0, 8585.0, 8597.0, 8586.0, 8598.0, 8584.0, 8590.0, 8580.0, 8587.0, 8592.0, 8601.0, 8587.0, 8600.0, 8567.0, 8602.0, 8584.0, 8598.0, 8588.0, 8568.0, 8584.0, 8587.0, 8566.0, 8585.0, 8584.0, 8584.0, 8579.0, 8579.0, 8589.0, 8587.0, 8577.0, 8578.0, 8586.0, 8587.0, 8589.0, 8578.0, 8579.0, 8582.0, 8588.0, 8590.0, 8575.0, 8591.0, 8571.0, 8586.0, 8604.0, 8581.0, 8599.0, 8594.0, 8602.0, 8606.0, 8602.0, 8602.0, 8600.0, 8603.0, 8599.0, 8601.0, 8596.0, 8589.0, 8602.0, 8587.0, 8589.0, 8590.0, 8605.0, 8596.0, 8592.0, 8595.0, 8607.0, 8607.0, 8599.0, 8605.0, 8611.0, 8615.0, 8594.0, 8607.0, 8605.0, 8604.0, 8605.0, 8602.0, 8591.0, 8604.0, 8599.0, 8589.0, 8611.0, 8612.0, 8601.0, 8602.0, 8621.0, 8595.0, 8602.0, 8589.0, 8586.0, 8587.0, 8585.0, 8577.0, 8597.0, 8585.0, 8583.0, 8584.0, 8575.0, 8587.0, 8582.0, 8592.0, 8596.0, 8609.0, 8612.0, 8598.0, 8613.0, 8600.0, 8613.0, 8606.0, 8605.0, 8607.0, 8594.0, 8601.0, 8587.0, 8585.0, 8578.0, 8586.0, 8589.0, 8586.0, 8586.0, 8579.0, 8570.0, 8585.0, 8584.0, 8587.0, 8588.0, 8587.0, 8579.0, 8581.0, 8582.0, 8608.0, 8606.0, 8607.0, 8586.0, 8604.0, 8584.0, 8601.0, 8621.0, 8611.0, 8631.0, 8626.0, 8607.0, 8627.0, 8613.0, 8607.0, 8613.0, 8602.0, 8600.0, 8586.0, 8590.0, 8585.0, 8574.0, 8581.0, 8566.0, 8583.0, 8568.0, 8574.0, 8582.0, 8586.0, 8585.0, 8607.0, 8609.0, 8613.0, 8610.0, 8626.0, 8616.0, 8620.0, 8610.0, 8617.0, 8609.0, 8630.0, 8630.0, 8619.0, 8629.0, 8617.0, 8623.0, 8590.0, 8589.0, 8591.0, 8588.0, 8572.0, 8584.0, 8587.0, 8580.0, 8586.0, 8586.0, 8573.0, 8580.0, 8588.0, 8587.0, 8589.0, 8588.0, 8580.0, 8591.0, 8606.0, 8601.0, 8606.0, 8608.0, 8603.0, 8627.0, 8600.0, 8612.0, 8612.0, 8613.0, 8609.0, 8592.0, 8608.0, 8595.0, 8610.0, 8603.0, 8599.0, 8606.0, 8609.0, 8607.0, 8608.0, 8602.0, 8611.0, 8624.0, 8600.0, 8607.0, 8608.0, 8600.0, 8602.0, 8600.0, 8610.0, 8584.0, 8585.0, 8582.0, 8582.0, 8608.0, 8604.0, 8593.0, 8603.0, 8597.0, 8604.0, 8594.0, 8622.0, 8592.0, 8602.0, 8587.0, 8600.0, 8584.0, 8581.0, 8592.0, 8583.0, 8592.0, 8588.0, 8588.0, 8601.0, 8601.0, 8600.0, 8617.0, 8626.0, 8608.0, 8631.0, 8616.0, 8608.0, 8628.0, 8613.0, 8600.0, 8592.0, 8600.0, 8599.0, 8615.0, 8567.0, 8588.0, 8579.0, 8593.0, 8567.0, 8583.0, 8575.0, 8562.0, 8577.0, 8556.0, 8590.0, 8560.0, 8559.0, 8550.0, 8568.0, 8553.0, 8550.0, 8557.0, 8544.0, 8539.0, 8554.0, 8561.0, 8550.0, 8560.0, 8553.0, 8545.0, 8559.0, 8558.0, 8581.0, 8580.0, 8582.0, 8565.0, 8564.0, 8564.0, 8584.0, 8578.0, 8586.0, 8601.0, 8586.0, 8594.0, 8580.0, 8582.0, 8579.0, 8590.0, 8586.0, 8585.0, 8604.0, 8586.0, 8589.0, 8586.0, 8578.0, 8588.0, 8586.0, 8575.0, 8583.0, 8579.0, 8576.0, 8583.0, 8582.0, 8592.0, 8582.0, 8585.0, 8598.0, 8605.0, 8602.0, 8604.0, 8610.0, 8615.0, 8626.0, 8620.0, 8618.0, 8618.0, 8630.0, 8615.0, 8621.0, 8606.0, 8605.0, 8598.0, 8610.0, 8594.0, 8604.0, 8596.0, 8608.0, 8584.0, 8585.0, 8598.0, 8585.0, 8605.0, 8590.0, 8583.0, 8589.0, 8589.0, 8582.0, 8585.0, 8595.0, 8586.0, 8593.0, 8595.0, 8586.0, 8588.0, 8589.0, 8603.0, 8600.0, 8611.0, 8603.0, 8612.0, 8620.0, 8615.0, 8603.0, 8610.0, 8611.0, 8607.0, 8603.0, 8604.0, 8601.0, 8601.0, 8605.0, 8580.0, 8604.0, 8603.0, 8586.0, 8604.0, 8581.0, 8599.0, 8593.0, 8600.0, 8591.0, 8606.0, 8603.0, 8597.0, 8602.0, 8607.0, 8604.0, 8606.0, 8611.0, 8610.0, 8601.0, 8607.0, 8604.0, 8608.0, 8598.0, 8593.0, 8609.0, 8589.0, 8599.0, 8606.0, 8608.0, 8588.0, 8593.0, 8594.0, 8587.0, 8582.0, 8581.0, 8581.0, 8590.0, 8582.0, 8606.0, 8609.0, 8592.0, 8594.0, 8591.0, 8600.0, 8609.0, 8593.0, 8610.0, 8591.0, 8604.0, 8592.0, 8600.0, 8599.0, 8585.0, 8605.0, 8588.0, 8583.0, 8601.0, 8607.0, 8611.0, 8611.0, 8614.0, 8610.0, 8605.0, 8615.0, 8610.0, 8613.0, 8588.0, 8593.0, 8584.0, 8584.0, 8586.0, 8584.0, 8585.0, 8570.0, 8579.0, 8585.0, 8578.0, 8585.0, 8589.0, 8581.0, 8590.0, 8583.0, 8610.0, 8606.0, 8605.0, 8614.0, 8589.0, 8604.0, 8607.0, 8618.0, 8610.0, 8627.0, 8626.0, 8602.0, 8610.0, 8595.0, 8583.0, 8591.0, 8591.0, 8606.0, 8590.0, 8603.0, 8587.0, 8577.0, 8589.0, 8586.0, 8587.0, 8581.0, 8588.0, 8588.0, 8587.0, 8583.0, 8569.0, 8600.0, 8607.0, 8608.0, 8600.0, 8591.0, 8600.0, 8593.0, 8611.0, 8606.0, 8605.0, 8606.0, 8593.0, 8603.0, 8605.0, 8582.0, 8579.0, 8587.0, 8583.0, 8594.0, 8583.0, 8586.0, 8590.0, 8589.0, 8604.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.00028091954022988505</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.014493284252873563</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.8168855781013</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1548562472842352</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9983736864096663</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4503</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6360.4795</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06926846079460505</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.3448275862068966</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4014748487042916</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3195935810602157</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.591427301851922</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2934036632007375</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00892704</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012182417325675488</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02255508303642273</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.79400808174922</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>31.1532</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.8146</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.1195</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306690.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>626.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>278.6156</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0649</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.3725</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3086.3618</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3273.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69854.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1007.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4084.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>862.6699</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.94292334490456</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> |