=== 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-0131 --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-0131",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0131_ses-03_task-social_acq-mb8_run-03_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-0131_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-03_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-0131/ses-03/func/sub-0131_ses-03_task-social_acq-mb8_run-03_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>733d0c78cbafc9dac4a3b731007c9206</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>21:12:50.670000</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.997541, -0.0287203, -0.06393, 0.032569, 0.997667, 0.0599971]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.095939</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4214, -7787, -7241, 416, -141, 45, 17, 115]</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>233.119</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7f3cc6f9-c2cb-4c32-800c-1584f80408a6||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.6763296127319336, 0.08738034963607788, -0.16755592823028564, 109.14598083496094], [0.07705456763505936, 2.6766679286956787, 0.16721564531326294, -110.36207580566406], [-0.17151959240436554, -0.1609678566455841, 2.689602851867676, -50.98103713989258], [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': ['211250.670000', '211251.130000', '211251.590000', '211252.050000', '211252.510000', '211252.970000', '211253.430000', '211253.890000', '211254.350000', '211254.810000', '211255.270000', '211255.730000', '211256.190000', '211256.650000', '211257.110000', '211257.570000', '211258.030000', '211258.490000', '211258.950000', '211259.410000', '211259.870000', '211300.330000', '211300.790000', '211301.250000', '211301.710000', '211302.170000', '211302.630000', '211303.090000', '211303.550000', '211304.010000', '211304.470000', '211304.930000', '211305.390000', '211305.850000', '211306.310000', '211306.770000', '211307.230000', '211307.690000', '211308.150000', '211308.610000', '211309.070000', '211309.530000', '211309.990000', '211310.450000', '211310.910000', '211311.370000', '211311.830000', '211312.290000', '211312.750000', '211313.210000', '211313.670000', '211314.130000', '211314.590000', '211315.050000', '211315.510000', '211315.970000', '211316.430000', '211316.890000', '211317.350000', '211317.810000', '211318.270000', '211318.730000', '211319.190000', '211319.650000', '211320.110000', '211320.570000', '211321.030000', '211321.490000', '211321.950000', '211322.410000', '211322.870000', '211323.330000', '211323.790000', '211324.250000', '211324.710000', '211325.170000', '211325.630000', '211326.090000', '211326.550000', '211327.010000', '211327.470000', '211327.930000', '211328.390000', '211328.850000', '211329.310000', '211329.770000', '211330.230000', '211330.690000', '211331.150000', '211331.610000', '211332.070000', '211332.530000', '211332.990000', '211333.450000', '211333.910000', '211334.370000', '211334.830000', '211335.290000', '211335.750000', '211336.210000', '211336.670000', '211337.130000', '211337.590000', '211338.050000', '211338.510000', '211338.970000', '211339.430000', '211339.890000', '211340.350000', '211340.810000', '211341.270000', '211341.730000', '211342.190000', '211342.650000', '211343.110000', '211343.570000', '211344.030000', '211344.490000', '211344.950000', '211345.410000', '211345.870000', '211346.330000', '211346.790000', '211347.250000', '211347.710000', '211348.170000', '211348.630000', '211349.090000', '211349.550000', '211350.010000', '211350.470000', '211350.930000', '211351.390000', '211351.850000', '211352.310000', '211352.770000', '211353.230000', '211353.690000', '211354.150000', '211354.610000', '211355.070000', '211355.530000', '211355.990000', '211356.450000', '211356.910000', '211357.370000', '211357.830000', '211358.290000', '211358.750000', '211359.210000', '211359.670000', '211400.130000', '211400.590000', '211401.050000', '211401.510000', '211401.970000', '211402.430000', '211402.890000', '211403.350000', '211403.810000', '211404.270000', '211404.730000', '211405.190000', '211405.650000', '211406.110000', '211406.570000', '211407.030000', '211407.490000', '211407.950000', '211408.410000', '211408.870000', '211409.330000', '211409.790000', '211410.250000', '211410.710000', '211411.170000', '211411.630000', '211412.090000', '211412.550000', '211413.010000', '211413.470000', '211413.930000', '211414.390000', '211414.850000', '211415.310000', '211415.770000', '211416.230000', '211416.690000', '211417.150000', '211417.610000', '211418.070000', '211418.530000', '211418.990000', '211419.450000', '211419.910000', '211420.370000', '211420.830000', '211421.290000', '211421.750000', '211422.210000', '211422.670000', '211423.130000', '211423.590000', '211424.050000', '211424.510000', '211424.970000', '211425.430000', '211425.890000', '211426.350000', '211426.810000', '211427.270000', '211427.730000', '211428.190000', '211428.650000', '211429.110000', '211429.570000', '211430.030000', '211430.490000', '211430.950000', '211431.410000', '211431.870000', '211432.330000', '211432.790000', '211433.250000', '211433.710000', '211434.170000', '211434.630000', '211435.090000', '211435.550000', '211436.010000', '211436.470000', '211436.930000', '211437.390000', '211437.850000', '211438.310000', '211438.770000', '211439.230000', '211439.690000', '211440.150000', '211440.610000', '211441.070000', '211441.530000', '211441.990000', '211442.450000', '211442.910000', '211443.370000', '211443.830000', '211444.290000', '211444.750000', '211445.210000', '211445.670000', '211446.130000', '211446.590000', '211447.050000', '211447.510000', '211447.970000', '211448.430000', '211448.890000', '211449.350000', '211449.810000', '211450.270000', '211450.730000', '211451.190000', '211451.650000', '211452.110000', '211452.570000', '211453.030000', '211453.490000', '211453.950000', '211454.410000', '211454.870000', '211455.330000', '211455.790000', '211456.250000', '211456.710000', '211457.170000', '211457.630000', '211458.090000', '211458.550000', '211459.010000', '211459.470000', '211459.930000', '211500.390000', '211500.850000', '211501.310000', '211501.770000', '211502.230000', '211502.690000', '211503.150000', '211503.610000', '211504.070000', '211504.530000', '211504.990000', '211505.450000', '211505.910000', '211506.370000', '211506.830000', '211507.290000', '211507.750000', '211508.210000', '211508.670000', '211509.130000', '211509.590000', '211510.050000', '211510.510000', '211510.970000', '211511.430000', '211511.890000', '211512.350000', '211512.810000', '211513.270000', '211513.730000', '211514.190000', '211514.650000', '211515.110000', '211515.570000', '211516.030000', '211516.490000', '211516.950000', '211517.410000', '211517.870000', '211518.330000', '211518.790000', '211519.250000', '211519.710000', '211520.170000', '211520.630000', '211521.090000', '211521.550000', '211522.010000', '211522.470000', '211522.930000', '211523.390000', '211523.850000', '211524.310000', '211524.770000', '211525.230000', '211525.690000', '211526.150000', '211526.610000', '211527.070000', '211527.530000', '211527.990000', '211528.450000', '211528.910000', '211529.370000', '211529.830000', '211530.290000', '211530.750000', '211531.210000', '211531.670000', '211532.130000', '211532.590000', '211533.050000', '211533.510000', '211533.970000', '211534.430000', '211534.890000', '211535.350000', '211535.810000', '211536.270000', '211536.730000', '211537.190000', '211537.650000', '211538.110000', '211538.570000', '211539.030000', '211539.490000', '211539.950000', '211540.410000', '211540.870000', '211541.330000', '211541.790000', '211542.250000', '211542.710000', '211543.170000', '211543.630000', '211544.090000', '211544.550000', '211545.010000', '211545.470000', '211545.930000', '211546.390000', '211546.850000', '211547.310000', '211547.770000', '211548.230000', '211548.690000', '211549.150000', '211549.610000', '211550.070000', '211550.530000', '211550.990000', '211551.450000', '211551.910000', '211552.370000', '211552.830000', '211553.290000', '211553.750000', '211554.210000', '211554.670000', '211555.130000', '211555.590000', '211556.050000', '211556.510000', '211556.970000', '211557.430000', '211557.890000', '211558.350000', '211558.810000', '211559.270000', '211559.730000', '211600.190000', '211600.650000', '211601.110000', '211601.570000', '211602.030000', '211602.490000', '211602.950000', '211603.410000', '211603.870000', '211604.330000', '211604.790000', '211605.250000', '211605.710000', '211606.170000', '211606.630000', '211607.090000', '211607.550000', '211608.010000', '211608.470000', '211608.930000', '211609.390000', '211609.850000', '211610.310000', '211610.770000', '211611.230000', '211611.690000', '211612.150000', '211612.610000', '211613.070000', '211613.530000', '211613.990000', '211614.450000', '211614.910000', '211615.370000', '211615.830000', '211616.290000', '211616.750000', '211617.210000', '211617.670000', '211618.130000', '211618.590000', '211619.050000', '211619.510000', '211619.970000', '211620.430000', '211620.890000', '211621.350000', '211621.810000', '211622.270000', '211622.730000', '211623.190000', '211623.650000', '211624.110000', '211624.570000', '211625.030000', '211625.490000', '211625.950000', '211626.410000', '211626.870000', '211627.330000', '211627.790000', '211628.250000', '211628.710000', '211629.170000', '211629.630000', '211630.090000', '211630.550000', '211631.010000', '211631.470000', '211631.930000', '211632.390000', '211632.850000', '211633.310000', '211633.770000', '211634.230000', '211634.690000', '211635.150000', '211635.610000', '211636.070000', '211636.530000', '211636.990000', '211637.450000', '211637.910000', '211638.370000', '211638.830000', '211639.290000', '211639.750000', '211640.210000', '211640.670000', '211641.130000', '211641.590000', '211642.050000', '211642.510000', '211642.970000', '211643.430000', '211643.890000', '211644.350000', '211644.810000', '211645.270000', '211645.730000', '211646.190000', '211646.650000', '211647.110000', '211647.570000', '211648.030000', '211648.490000', '211648.950000', '211649.410000', '211649.870000', '211650.330000', '211650.790000', '211651.250000', '211651.710000', '211652.170000', '211652.630000', '211653.090000', '211653.550000', '211654.010000', '211654.470000', '211654.930000', '211655.390000', '211655.850000', '211656.310000', '211656.770000', '211657.230000', '211657.690000', '211658.150000', '211658.610000', '211659.070000', '211659.530000', '211659.990000', '211700.450000', '211700.910000', '211701.370000', '211701.830000', '211702.290000', '211702.750000', '211703.210000', '211703.670000', '211704.130000', '211704.590000', '211705.050000', '211705.510000', '211705.970000', '211706.430000', '211706.890000', '211707.350000', '211707.810000', '211708.270000', '211708.730000', '211709.190000', '211709.650000', '211710.110000', '211710.570000', '211711.030000', '211711.490000', '211711.950000', '211712.410000', '211712.870000', '211713.330000', '211713.790000', '211714.250000', '211714.710000', '211715.170000', '211715.630000', '211716.090000', '211716.550000', '211717.010000', '211717.470000', '211717.930000', '211718.390000', '211718.850000', '211719.310000', '211719.770000', '211720.230000', '211720.690000', '211721.150000', '211721.610000', '211722.070000', '211722.530000', '211722.990000', '211723.450000', '211723.910000', '211724.370000', '211724.830000', '211725.290000', '211725.750000', '211726.210000', '211726.670000', '211727.130000', '211727.590000', '211728.050000', '211728.510000', '211728.970000', '211729.430000', '211729.890000', '211730.350000', '211730.810000', '211731.270000', '211731.730000', '211732.190000', '211732.650000', '211733.110000', '211733.570000', '211734.030000', '211734.490000', '211734.950000', '211735.410000', '211735.870000', '211736.330000', '211736.790000', '211737.250000', '211737.710000', '211738.170000', '211738.630000', '211739.090000', '211739.550000', '211740.010000', '211740.470000', '211740.930000', '211741.390000', '211741.850000', '211742.310000', '211742.770000', '211743.230000', '211743.690000', '211744.150000', '211744.610000', '211745.070000', '211745.530000', '211745.990000', '211746.450000', '211746.910000', '211747.370000', '211747.830000', '211748.290000', '211748.750000', '211749.210000', '211749.670000', '211750.130000', '211750.590000', '211751.050000', '211751.510000', '211751.970000', '211752.430000', '211752.890000', '211753.350000', '211753.810000', '211754.270000', '211754.730000', '211755.190000', '211755.650000', '211756.110000', '211756.570000', '211757.030000', '211757.490000', '211757.950000', '211758.410000', '211758.870000', '211759.330000', '211759.790000', '211800.250000', '211800.710000', '211801.170000', '211801.630000', '211802.090000', '211802.550000', '211803.010000', '211803.470000', '211803.930000', '211804.390000', '211804.850000', '211805.310000', '211805.770000', '211806.230000', '211806.690000', '211807.150000', '211807.610000', '211808.070000', '211808.530000', '211808.990000', '211809.450000', '211809.910000', '211810.370000', '211810.830000', '211811.290000', '211811.750000', '211812.210000', '211812.670000', '211813.130000', '211813.590000', '211814.050000', '211814.510000', '211814.970000', '211815.430000', '211815.890000', '211816.350000', '211816.810000', '211817.270000', '211817.730000', '211818.190000', '211818.650000', '211819.110000', '211819.570000', '211820.030000', '211820.490000', '211820.950000', '211821.410000', '211821.870000', '211822.330000', '211822.790000', '211823.250000', '211823.710000', '211824.170000', '211824.630000', '211825.090000', '211825.550000', '211826.010000', '211826.470000', '211826.930000', '211827.390000', '211827.850000', '211828.310000', '211828.770000', '211829.230000', '211829.690000', '211830.150000', '211830.610000', '211831.070000', '211831.530000', '211831.990000', '211832.450000', '211832.910000', '211833.370000', '211833.830000', '211834.290000', '211834.750000', '211835.210000', '211835.670000', '211836.130000', '211836.590000', '211837.050000', '211837.510000', '211837.970000', '211838.430000', '211838.890000', '211839.350000', '211839.810000', '211840.270000', '211840.730000', '211841.190000', '211841.650000', '211842.110000', '211842.570000', '211843.030000', '211843.490000', '211843.950000', '211844.410000', '211844.870000', '211845.330000', '211845.790000', '211846.250000', '211846.710000', '211847.170000', '211847.630000', '211848.090000', '211848.550000', '211849.010000', '211849.470000', '211849.930000', '211850.390000', '211850.850000', '211851.310000', '211851.770000', '211852.230000', '211852.690000', '211853.150000', '211853.610000', '211854.070000', '211854.530000', '211854.990000', '211855.450000', '211855.910000', '211856.370000', '211856.830000', '211857.290000', '211857.750000', '211858.210000', '211858.670000', '211859.130000', '211859.590000', '211900.050000', '211900.510000', '211900.970000', '211901.430000', '211901.890000', '211902.350000', '211902.810000', '211903.270000', '211903.730000', '211904.190000', '211904.650000', '211905.110000', '211905.570000', '211906.030000', '211906.490000', '211906.950000', '211907.410000', '211907.870000', '211908.330000', '211908.790000', '211909.250000', '211909.710000', '211910.170000', '211910.630000', '211911.090000', '211911.550000', '211912.010000', '211912.470000', '211912.930000', '211913.390000', '211913.850000', '211914.310000', '211914.770000', '211915.230000', '211915.690000', '211916.150000', '211916.610000', '211917.070000', '211917.530000', '211917.990000', '211918.450000', '211918.910000', '211919.370000', '211919.830000', '211920.290000', '211920.750000', '211921.210000', '211921.670000', '211922.130000', '211922.590000', '211923.050000', '211923.510000', '211923.970000', '211924.430000', '211924.890000', '211925.350000', '211925.810000', '211926.270000', '211926.730000', '211927.190000', '211927.650000', '211928.110000', '211928.570000', '211929.030000', '211929.490000', '211929.950000', '211930.410000', '211930.870000', '211931.330000'], 'ContentTime': ['211319.768000', '211319.771000', '211319.774000', '211319.776000', '211319.785000', '211319.788000', '211319.791000', '211319.793000', '211319.796000', '211319.798000', '211319.801000', '211319.803000', '211319.806000', '211319.809000', '211319.811000', '211319.814000', '211319.816000', '211319.819000', '211319.821000', '211319.824000', '211319.826000', '211319.829000', '211319.831000', '211319.834000', '211319.837000', '211319.839000', '211319.842000', '211319.845000', '211319.847000', '211319.850000', '211319.852000', '211319.855000', '211319.857000', '211319.860000', '211319.862000', '211319.865000', '211319.868000', '211319.870000', '211319.873000', '211319.875000', '211319.878000', '211319.880000', '211319.883000', '211319.886000', '211319.888000', '211319.891000', '211319.893000', '211319.896000', '211319.902000', '211319.905000', '211319.907000', '211319.910000', '211319.912000', '211319.915000', '211319.918000', '211319.920000', '211319.923000', '211319.925000', '211319.928000', '211319.930000', '211319.933000', '211339.733000', '211339.735000', '211339.738000', '211339.741000', '211339.743000', '211339.746000', '211339.749000', '211339.751000', '211339.754000', '211339.757000', '211339.760000', '211339.762000', '211339.765000', '211339.767000', '211339.770000', '211339.772000', '211339.775000', '211339.778000', '211339.780000', '211339.783000', '211339.785000', '211339.788000', '211339.790000', '211339.793000', '211339.796000', '211339.798000', '211339.801000', '211339.803000', '211339.806000', '211339.808000', '211339.811000', '211339.814000', '211339.816000', '211339.819000', '211339.821000', '211339.824000', '211339.826000', '211339.829000', '211339.831000', '211339.834000', '211339.837000', '211339.841000', '211339.844000', '211359.732000', '211359.735000', '211359.738000', '211359.740000', '211359.743000', '211359.746000', '211359.748000', '211359.751000', '211359.753000', '211359.756000', '211359.758000', '211359.761000', '211359.763000', '211359.766000', '211359.769000', '211359.771000', '211359.774000', '211359.776000', '211359.779000', '211359.781000', '211359.784000', '211359.786000', '211359.789000', '211359.792000', '211359.794000', '211359.797000', '211359.799000', '211359.802000', '211359.804000', '211359.807000', '211359.810000', '211359.812000', '211359.815000', '211359.817000', '211359.820000', '211359.822000', '211359.825000', '211359.828000', '211359.830000', '211359.833000', '211359.835000', '211359.838000', '211359.840000', '211359.843000', '211419.732000', '211419.735000', '211419.738000', '211419.740000', '211419.743000', '211419.745000', '211419.748000', '211419.751000', '211419.753000', '211419.756000', '211419.758000', '211419.761000', '211419.764000', '211419.767000', '211419.771000', '211419.773000', '211419.776000', '211419.779000', '211419.781000', '211419.784000', '211419.786000', '211419.789000', '211419.792000', '211419.794000', '211419.797000', '211419.800000', '211419.802000', '211419.805000', '211419.807000', '211419.810000', '211419.812000', '211419.815000', '211419.818000', '211419.820000', '211419.823000', '211419.825000', '211419.830000', '211419.832000', '211419.835000', '211419.837000', '211419.840000', '211419.842000', '211419.845000', '211439.733000', '211439.735000', '211439.738000', '211439.741000', '211439.743000', '211439.746000', '211439.759000', '211439.761000', '211439.764000', '211439.766000', '211439.769000', '211439.772000', '211439.774000', '211439.777000', '211439.779000', '211439.782000', '211439.784000', '211439.787000', '211439.789000', '211439.792000', '211439.795000', '211439.797000', '211439.800000', '211439.803000', '211439.805000', '211439.808000', '211439.810000', '211439.813000', '211439.815000', '211439.818000', '211439.821000', '211439.823000', '211439.826000', '211439.828000', '211439.831000', '211439.833000', '211439.836000', '211439.838000', '211439.841000', '211439.844000', '211439.846000', '211439.849000', '211439.851000', '211439.854000', '211459.734000', '211459.736000', '211459.739000', '211459.742000', '211459.744000', '211459.747000', '211459.750000', '211459.752000', '211459.755000', '211459.757000', '211459.760000', '211459.762000', '211459.765000', '211459.768000', '211459.770000', '211459.773000', '211459.775000', '211459.778000', '211459.780000', '211459.783000', '211459.786000', '211459.788000', '211459.791000', '211459.793000', '211459.796000', '211459.799000', '211459.801000', '211459.804000', '211459.806000', '211459.809000', '211459.812000', '211459.814000', '211459.817000', '211459.820000', '211459.822000', '211459.825000', '211459.827000', '211459.830000', '211459.832000', '211459.835000', '211459.838000', '211459.841000', '211459.844000', '211519.732000', '211519.735000', '211519.738000', '211519.740000', '211519.743000', '211519.746000', '211519.748000', '211519.751000', '211519.753000', '211519.756000', '211519.758000', '211519.761000', '211519.764000', '211519.766000', '211519.769000', '211519.771000', '211519.774000', '211519.776000', '211519.779000', '211519.781000', '211519.784000', '211519.787000', '211519.789000', '211519.792000', '211519.794000', '211519.797000', '211519.799000', '211519.802000', '211519.805000', '211519.807000', '211519.810000', '211519.812000', '211519.815000', '211519.817000', '211519.820000', '211519.823000', '211519.825000', '211519.828000', '211519.830000', '211519.833000', '211519.835000', '211519.838000', '211519.841000', '211519.843000', '211539.733000', '211539.735000', '211539.738000', '211539.741000', '211539.743000', '211539.746000', '211539.749000', '211539.751000', '211539.754000', '211539.756000', '211539.759000', '211539.762000', '211539.764000', '211539.767000', '211539.770000', '211539.772000', '211539.775000', '211539.787000', '211539.790000', '211539.792000', '211539.795000', '211539.797000', '211539.800000', '211539.803000', '211539.805000', '211539.808000', '211539.810000', '211539.813000', '211539.816000', '211539.818000', '211539.821000', '211539.823000', '211539.826000', '211539.829000', '211539.832000', '211539.835000', '211539.838000', '211539.841000', '211539.844000', '211539.847000', '211539.849000', '211539.852000', '211539.854000', '211559.732000', '211559.735000', '211559.738000', '211559.741000', '211559.743000', '211559.746000', '211559.748000', '211559.751000', '211559.754000', '211559.756000', '211559.759000', '211559.761000', '211559.764000', '211559.766000', '211559.769000', '211559.771000', '211559.774000', '211559.777000', '211559.779000', '211559.782000', '211559.784000', '211559.787000', '211559.790000', '211559.792000', '211559.795000', '211559.797000', '211559.800000', '211559.803000', '211559.805000', '211559.808000', '211559.810000', '211559.860000', '211559.862000', '211559.865000', '211559.868000', '211559.870000', '211559.873000', '211559.875000', '211559.878000', '211559.880000', '211559.883000', '211559.886000', '211559.888000', '211559.891000', '211619.733000', '211619.736000', '211619.738000', '211619.741000', '211619.743000', '211619.746000', '211619.748000', '211619.751000', '211619.754000', '211619.756000', '211619.759000', '211619.761000', '211619.764000', '211619.766000', '211619.769000', '211619.772000', '211619.774000', '211619.777000', '211619.779000', '211619.782000', '211619.785000', '211619.791000', '211619.794000', '211619.796000', '211619.799000', '211619.802000', '211619.804000', '211619.807000', '211619.810000', '211619.812000', '211619.815000', '211619.817000', '211619.820000', '211619.823000', '211619.825000', '211619.828000', '211619.831000', '211619.833000', '211619.836000', '211619.839000', '211619.841000', '211619.844000', '211619.847000', '211639.732000', '211639.735000', '211639.738000', '211639.741000', '211639.743000', '211639.746000', '211639.748000', '211639.751000', '211639.753000', '211639.756000', '211639.759000', '211639.761000', '211639.764000', '211639.766000', '211639.769000', '211639.771000', '211639.774000', '211639.776000', '211639.779000', '211639.781000', '211639.784000', '211639.787000', '211639.789000', '211639.792000', '211639.794000', '211639.797000', '211639.799000', '211639.802000', '211639.805000', '211639.807000', '211639.810000', '211639.812000', '211639.815000', '211639.817000', '211639.820000', '211639.823000', '211639.825000', '211639.828000', '211639.830000', '211639.833000', '211639.835000', '211639.838000', '211639.841000', '211639.843000', '211659.732000', '211659.735000', '211659.738000', '211659.740000', '211659.743000', '211659.745000', '211659.748000', '211659.751000', '211659.753000', '211659.756000', '211659.758000', '211659.761000', '211659.766000', '211659.769000', '211659.771000', '211659.774000', '211659.777000', '211659.779000', '211659.782000', '211659.785000', '211659.787000', '211659.790000', '211659.792000', '211659.795000', '211659.798000', '211659.800000', '211659.803000', '211659.805000', '211659.808000', '211659.811000', '211659.813000', '211659.816000', '211659.818000', '211659.821000', '211659.823000', '211659.826000', '211659.828000', '211659.831000', '211659.834000', '211659.836000', '211659.839000', '211659.841000', '211659.844000', '211719.734000', '211719.737000', '211719.739000', '211719.742000', '211719.744000', '211719.747000', '211719.749000', '211719.752000', '211719.755000', '211719.757000', '211719.760000', '211719.762000', '211719.765000', '211719.767000', '211719.770000', '211719.773000', '211719.775000', '211719.778000', '211719.780000', '211719.783000', '211719.785000', '211719.788000', '211719.791000', '211719.793000', '211719.796000', '211719.798000', '211719.801000', '211719.804000', '211719.806000', '211719.809000', '211719.811000', '211719.814000', '211719.816000', '211719.819000', '211719.822000', '211719.824000', '211719.827000', '211719.829000', '211719.832000', '211719.834000', '211719.837000', '211719.840000', '211719.842000', '211719.845000', '211739.732000', '211739.735000', '211739.738000', '211739.741000', '211739.743000', '211739.746000', '211739.748000', '211739.751000', '211739.753000', '211739.756000', '211739.759000', '211739.761000', '211739.772000', '211739.775000', '211739.777000', '211739.780000', '211739.782000', '211739.785000', '211739.788000', '211739.790000', '211739.793000', '211739.795000', '211739.798000', '211739.801000', '211739.803000', '211739.806000', '211739.808000', '211739.811000', '211739.814000', '211739.816000', '211739.819000', '211739.821000', '211739.824000', '211739.826000', '211739.829000', '211739.831000', '211739.834000', '211739.837000', '211739.839000', '211739.842000', '211739.844000', '211739.847000', '211739.850000', '211759.733000', '211759.736000', '211759.738000', '211759.741000', '211759.743000', '211759.746000', '211759.748000', '211759.751000', '211759.753000', '211759.756000', '211759.759000', '211759.761000', '211759.764000', '211759.767000', '211759.769000', '211759.772000', '211759.775000', '211759.777000', '211759.780000', '211759.782000', '211759.785000', '211759.787000', '211759.790000', '211759.793000', '211759.795000', '211759.798000', '211759.801000', '211759.803000', '211759.806000', '211759.808000', '211759.811000', '211759.814000', '211759.816000', '211759.819000', '211759.821000', '211759.824000', '211759.826000', '211759.829000', '211759.832000', '211759.834000', '211759.837000', '211759.839000', '211759.842000', '211759.844000', '211819.733000', '211819.735000', '211819.738000', '211819.741000', '211819.743000', '211819.746000', '211819.748000', '211819.751000', '211819.753000', '211819.756000', '211819.759000', '211819.761000', '211819.764000', '211819.767000', '211819.769000', '211819.772000', '211819.774000', '211819.777000', '211819.779000', '211819.782000', '211819.785000', '211819.787000', '211819.790000', '211819.793000', '211819.795000', '211819.798000', '211819.801000', '211819.803000', '211819.806000', '211819.808000', '211819.811000', '211819.813000', '211819.816000', '211819.819000', '211819.821000', '211819.824000', '211819.827000', '211819.829000', '211819.832000', '211819.834000', '211819.837000', '211819.840000', '211819.842000', '211839.732000', '211839.735000', '211839.738000', '211839.740000', '211839.743000', '211839.746000', '211839.749000', '211839.752000', '211839.754000', '211839.757000', '211839.760000', '211839.762000', '211839.765000', '211839.767000', '211839.770000', '211839.772000', '211839.775000', '211839.778000', '211839.780000', '211839.783000', '211839.785000', '211839.788000', '211839.790000', '211839.793000', '211839.796000', '211839.798000', '211839.801000', '211839.803000', '211839.806000', '211839.809000', '211839.811000', '211839.814000', '211839.816000', '211839.819000', '211839.822000', '211839.824000', '211839.827000', '211839.829000', '211839.832000', '211839.834000', '211839.837000', '211839.840000', '211839.842000', '211859.733000', '211859.735000', '211859.738000', '211859.741000', '211859.743000', '211859.746000', '211859.748000', '211859.751000', '211859.753000', '211859.756000', '211859.759000', '211859.761000', '211859.764000', '211859.766000', '211859.769000', '211859.771000', '211859.774000', '211859.778000', '211859.781000', '211859.783000', '211859.786000', '211859.788000', '211859.791000', '211859.793000', '211859.796000', '211859.799000', '211859.801000', '211859.804000', '211859.806000', '211859.809000', '211859.812000', '211859.814000', '211859.817000', '211859.819000', '211859.822000', '211859.824000', '211859.827000', '211859.830000', '211859.844000', '211859.846000', '211859.849000', '211859.852000', '211859.854000', '211859.857000', '211919.733000', '211919.735000', '211919.738000', '211919.741000', '211919.743000', '211919.746000', '211919.749000', '211919.752000', '211919.755000', '211919.757000', '211919.760000', '211919.762000', '211919.765000', '211919.767000', '211919.770000', '211919.773000', '211919.775000', '211919.778000', '211919.780000', '211919.783000', '211919.786000', '211919.788000', '211919.791000', '211919.793000', '211919.796000', '211919.799000', '211919.801000', '211919.804000', '211919.806000', '211919.809000', '211919.812000', '211919.814000', '211919.817000', '211919.819000', '211919.822000', '211919.825000', '211919.827000', '211919.830000', '211919.832000', '211919.835000', '211919.837000', '211919.840000', '211919.843000', '211919.845000', '211932.574000', '211932.578000', '211932.580000', '211932.583000', '211932.586000', '211932.589000', '211932.592000', '211932.595000', '211932.598000', '211932.600000', '211932.603000', '211932.606000', '211932.610000', '211932.612000', '211932.615000', '211932.618000', '211932.620000', '211932.623000', '211932.626000', '211932.628000', '211932.631000', '211932.634000', '211932.638000', '211932.641000', '211932.643000', '211932.646000', '211932.653000', '211932.656000'], 'InstanceCreationTime': ['211319.768000', '211319.771000', '211319.774000', '211319.776000', '211319.785000', '211319.788000', '211319.791000', '211319.793000', '211319.796000', '211319.798000', '211319.801000', '211319.803000', '211319.806000', '211319.809000', '211319.811000', '211319.814000', '211319.816000', '211319.819000', '211319.821000', '211319.824000', '211319.826000', '211319.829000', '211319.831000', '211319.834000', '211319.837000', '211319.839000', '211319.842000', '211319.845000', '211319.847000', '211319.850000', '211319.852000', '211319.855000', '211319.857000', '211319.860000', '211319.862000', '211319.865000', '211319.868000', '211319.870000', '211319.873000', '211319.875000', '211319.878000', '211319.880000', '211319.883000', '211319.886000', '211319.888000', '211319.891000', '211319.893000', '211319.896000', '211319.902000', '211319.905000', '211319.907000', '211319.910000', '211319.912000', '211319.915000', '211319.918000', '211319.920000', '211319.923000', '211319.925000', '211319.928000', '211319.930000', '211319.933000', '211339.733000', '211339.735000', '211339.738000', '211339.741000', '211339.743000', '211339.746000', '211339.749000', '211339.751000', '211339.754000', '211339.757000', '211339.760000', '211339.762000', '211339.765000', '211339.767000', '211339.770000', '211339.772000', '211339.775000', '211339.778000', '211339.780000', '211339.783000', '211339.785000', '211339.788000', '211339.790000', '211339.793000', '211339.796000', '211339.798000', '211339.801000', '211339.803000', '211339.806000', '211339.808000', '211339.811000', '211339.814000', '211339.816000', '211339.819000', '211339.821000', '211339.824000', '211339.826000', '211339.829000', '211339.831000', '211339.834000', '211339.837000', '211339.841000', '211339.844000', '211359.732000', '211359.735000', '211359.738000', '211359.740000', '211359.743000', '211359.746000', '211359.748000', '211359.751000', '211359.753000', '211359.756000', '211359.758000', '211359.761000', '211359.763000', '211359.766000', '211359.769000', '211359.771000', '211359.774000', '211359.776000', '211359.779000', '211359.781000', '211359.784000', '211359.786000', '211359.789000', '211359.792000', '211359.794000', '211359.797000', '211359.799000', '211359.802000', '211359.804000', '211359.807000', '211359.810000', '211359.812000', '211359.815000', '211359.817000', '211359.820000', '211359.822000', '211359.825000', '211359.828000', '211359.830000', '211359.833000', '211359.835000', '211359.838000', '211359.840000', '211359.843000', '211419.732000', '211419.735000', '211419.738000', '211419.740000', '211419.743000', '211419.745000', '211419.748000', '211419.751000', '211419.753000', '211419.756000', '211419.758000', '211419.761000', '211419.764000', '211419.767000', '211419.771000', '211419.773000', '211419.776000', '211419.779000', '211419.781000', '211419.784000', '211419.786000', '211419.789000', '211419.792000', '211419.794000', '211419.797000', '211419.800000', '211419.802000', '211419.805000', '211419.807000', '211419.810000', '211419.812000', '211419.815000', '211419.818000', '211419.820000', '211419.823000', '211419.825000', '211419.830000', '211419.832000', '211419.835000', '211419.837000', '211419.840000', '211419.842000', '211419.845000', '211439.733000', '211439.735000', '211439.738000', '211439.741000', '211439.743000', '211439.746000', '211439.759000', '211439.761000', '211439.764000', '211439.766000', '211439.769000', '211439.772000', '211439.774000', '211439.777000', '211439.779000', '211439.782000', '211439.784000', '211439.787000', '211439.789000', '211439.792000', '211439.795000', '211439.797000', '211439.800000', '211439.803000', '211439.805000', '211439.808000', '211439.810000', '211439.813000', '211439.815000', '211439.818000', '211439.821000', '211439.823000', '211439.826000', '211439.828000', '211439.831000', '211439.833000', '211439.836000', '211439.838000', '211439.841000', '211439.844000', '211439.846000', '211439.849000', '211439.851000', '211439.854000', '211459.734000', '211459.736000', '211459.739000', '211459.742000', '211459.744000', '211459.747000', '211459.750000', '211459.752000', '211459.755000', '211459.757000', '211459.760000', '211459.762000', '211459.765000', '211459.768000', '211459.770000', '211459.773000', '211459.775000', '211459.778000', '211459.780000', '211459.783000', '211459.786000', '211459.788000', '211459.791000', '211459.793000', '211459.796000', '211459.799000', '211459.801000', '211459.804000', '211459.806000', '211459.809000', '211459.812000', '211459.814000', '211459.817000', '211459.820000', '211459.822000', '211459.825000', '211459.827000', '211459.830000', '211459.832000', '211459.835000', '211459.838000', '211459.841000', '211459.844000', '211519.732000', '211519.735000', '211519.738000', '211519.740000', '211519.743000', '211519.746000', '211519.748000', '211519.751000', '211519.753000', '211519.756000', '211519.758000', '211519.761000', '211519.764000', '211519.766000', '211519.769000', '211519.771000', '211519.774000', '211519.776000', '211519.779000', '211519.781000', '211519.784000', '211519.787000', '211519.789000', '211519.792000', '211519.794000', '211519.797000', '211519.799000', '211519.802000', '211519.805000', '211519.807000', '211519.810000', '211519.812000', '211519.815000', '211519.817000', '211519.820000', '211519.823000', '211519.825000', '211519.828000', '211519.830000', '211519.833000', '211519.835000', '211519.838000', '211519.841000', '211519.843000', '211539.733000', '211539.735000', '211539.738000', '211539.741000', '211539.743000', '211539.746000', '211539.749000', '211539.751000', '211539.754000', '211539.756000', '211539.759000', '211539.762000', '211539.764000', '211539.767000', '211539.770000', '211539.772000', '211539.775000', '211539.787000', '211539.790000', '211539.792000', '211539.795000', '211539.797000', '211539.800000', '211539.803000', '211539.805000', '211539.808000', '211539.810000', '211539.813000', '211539.816000', '211539.818000', '211539.821000', '211539.823000', '211539.826000', '211539.829000', '211539.832000', '211539.835000', '211539.838000', '211539.841000', '211539.844000', '211539.847000', '211539.849000', '211539.852000', '211539.854000', '211559.732000', '211559.735000', '211559.738000', '211559.741000', '211559.743000', '211559.746000', '211559.748000', '211559.751000', '211559.754000', '211559.756000', '211559.759000', '211559.761000', '211559.764000', '211559.766000', '211559.769000', '211559.771000', '211559.774000', '211559.777000', '211559.779000', '211559.782000', '211559.784000', '211559.787000', '211559.790000', '211559.792000', '211559.795000', '211559.797000', '211559.800000', '211559.803000', '211559.805000', '211559.808000', '211559.810000', '211559.860000', '211559.862000', '211559.865000', '211559.868000', '211559.870000', '211559.873000', '211559.875000', '211559.878000', '211559.880000', '211559.883000', '211559.886000', '211559.888000', '211559.891000', '211619.733000', '211619.736000', '211619.738000', '211619.741000', '211619.743000', '211619.746000', '211619.748000', '211619.751000', '211619.754000', '211619.756000', '211619.759000', '211619.761000', '211619.764000', '211619.766000', '211619.769000', '211619.772000', '211619.774000', '211619.777000', '211619.779000', '211619.782000', '211619.785000', '211619.791000', '211619.794000', '211619.796000', '211619.799000', '211619.802000', '211619.804000', '211619.807000', '211619.810000', '211619.812000', '211619.815000', '211619.817000', '211619.820000', '211619.823000', '211619.825000', '211619.828000', '211619.831000', '211619.833000', '211619.836000', '211619.839000', '211619.841000', '211619.844000', '211619.847000', '211639.732000', '211639.735000', '211639.738000', '211639.741000', '211639.743000', '211639.746000', '211639.748000', '211639.751000', '211639.753000', '211639.756000', '211639.759000', '211639.761000', '211639.764000', '211639.766000', '211639.769000', '211639.771000', '211639.774000', '211639.776000', '211639.779000', '211639.781000', '211639.784000', '211639.787000', '211639.789000', '211639.792000', '211639.794000', '211639.797000', '211639.799000', '211639.802000', '211639.805000', '211639.807000', '211639.810000', '211639.812000', '211639.815000', '211639.817000', '211639.820000', '211639.823000', '211639.825000', '211639.828000', '211639.830000', '211639.833000', '211639.835000', '211639.838000', '211639.841000', '211639.843000', '211659.732000', '211659.735000', '211659.738000', '211659.740000', '211659.743000', '211659.745000', '211659.748000', '211659.751000', '211659.753000', '211659.756000', '211659.758000', '211659.761000', '211659.766000', '211659.769000', '211659.771000', '211659.774000', '211659.777000', '211659.779000', '211659.782000', '211659.785000', '211659.787000', '211659.790000', '211659.792000', '211659.795000', '211659.798000', '211659.800000', '211659.803000', '211659.805000', '211659.808000', '211659.811000', '211659.813000', '211659.816000', '211659.818000', '211659.821000', '211659.823000', '211659.826000', '211659.828000', '211659.831000', '211659.834000', '211659.836000', '211659.839000', '211659.841000', '211659.844000', '211719.734000', '211719.737000', '211719.739000', '211719.742000', '211719.744000', '211719.747000', '211719.749000', '211719.752000', '211719.755000', '211719.757000', '211719.760000', '211719.762000', '211719.765000', '211719.767000', '211719.770000', '211719.773000', '211719.775000', '211719.778000', '211719.780000', '211719.783000', '211719.785000', '211719.788000', '211719.791000', '211719.793000', '211719.796000', '211719.798000', '211719.801000', '211719.804000', '211719.806000', '211719.809000', '211719.811000', '211719.814000', '211719.816000', '211719.819000', '211719.822000', '211719.824000', '211719.827000', '211719.829000', '211719.832000', '211719.834000', '211719.837000', '211719.840000', '211719.842000', '211719.845000', '211739.732000', '211739.735000', '211739.738000', '211739.741000', '211739.743000', '211739.746000', '211739.748000', '211739.751000', '211739.753000', '211739.756000', '211739.759000', '211739.761000', '211739.772000', '211739.775000', '211739.777000', '211739.780000', '211739.782000', '211739.785000', '211739.788000', '211739.790000', '211739.793000', '211739.795000', '211739.798000', '211739.801000', '211739.803000', '211739.806000', '211739.808000', '211739.811000', '211739.814000', '211739.816000', '211739.819000', '211739.821000', '211739.824000', '211739.826000', '211739.829000', '211739.831000', '211739.834000', '211739.837000', '211739.839000', '211739.842000', '211739.844000', '211739.847000', '211739.850000', '211759.733000', '211759.736000', '211759.738000', '211759.741000', '211759.743000', '211759.746000', '211759.748000', '211759.751000', '211759.753000', '211759.756000', '211759.759000', '211759.761000', '211759.764000', '211759.767000', '211759.769000', '211759.772000', '211759.775000', '211759.777000', '211759.780000', '211759.782000', '211759.785000', '211759.787000', '211759.790000', '211759.793000', '211759.795000', '211759.798000', '211759.801000', '211759.803000', '211759.806000', '211759.808000', '211759.811000', '211759.814000', '211759.816000', '211759.819000', '211759.821000', '211759.824000', '211759.826000', '211759.829000', '211759.832000', '211759.834000', '211759.837000', '211759.839000', '211759.842000', '211759.844000', '211819.733000', '211819.735000', '211819.738000', '211819.741000', '211819.743000', '211819.746000', '211819.748000', '211819.751000', '211819.753000', '211819.756000', '211819.759000', '211819.761000', '211819.764000', '211819.767000', '211819.769000', '211819.772000', '211819.774000', '211819.777000', '211819.779000', '211819.782000', '211819.785000', '211819.787000', '211819.790000', '211819.793000', '211819.795000', '211819.798000', '211819.801000', '211819.803000', '211819.806000', '211819.808000', '211819.811000', '211819.813000', '211819.816000', '211819.819000', '211819.821000', '211819.824000', '211819.827000', '211819.829000', '211819.832000', '211819.834000', '211819.837000', '211819.840000', '211819.842000', '211839.732000', '211839.735000', '211839.738000', '211839.740000', '211839.743000', '211839.746000', '211839.749000', '211839.752000', '211839.754000', '211839.757000', '211839.760000', '211839.762000', '211839.765000', '211839.767000', '211839.770000', '211839.772000', '211839.775000', '211839.778000', '211839.780000', '211839.783000', '211839.785000', '211839.788000', '211839.790000', '211839.793000', '211839.796000', '211839.798000', '211839.801000', '211839.803000', '211839.806000', '211839.809000', '211839.811000', '211839.814000', '211839.816000', '211839.819000', '211839.822000', '211839.824000', '211839.827000', '211839.829000', '211839.832000', '211839.834000', '211839.837000', '211839.840000', '211839.842000', '211859.733000', '211859.735000', '211859.738000', '211859.741000', '211859.743000', '211859.746000', '211859.748000', '211859.751000', '211859.753000', '211859.756000', '211859.759000', '211859.761000', '211859.764000', '211859.766000', '211859.769000', '211859.771000', '211859.774000', '211859.778000', '211859.781000', '211859.783000', '211859.786000', '211859.788000', '211859.791000', '211859.793000', '211859.796000', '211859.799000', '211859.801000', '211859.804000', '211859.806000', '211859.809000', '211859.812000', '211859.814000', '211859.817000', '211859.819000', '211859.822000', '211859.824000', '211859.827000', '211859.830000', '211859.844000', '211859.846000', '211859.849000', '211859.852000', '211859.854000', '211859.857000', '211919.733000', '211919.735000', '211919.738000', '211919.741000', '211919.743000', '211919.746000', '211919.749000', '211919.752000', '211919.755000', '211919.757000', '211919.760000', '211919.762000', '211919.765000', '211919.767000', '211919.770000', '211919.773000', '211919.775000', '211919.778000', '211919.780000', '211919.783000', '211919.786000', '211919.788000', '211919.791000', '211919.793000', '211919.796000', '211919.799000', '211919.801000', '211919.804000', '211919.806000', '211919.809000', '211919.812000', '211919.814000', '211919.817000', '211919.819000', '211919.822000', '211919.825000', '211919.827000', '211919.830000', '211919.832000', '211919.835000', '211919.837000', '211919.840000', '211919.843000', '211919.845000', '211932.574000', '211932.578000', '211932.580000', '211932.583000', '211932.586000', '211932.589000', '211932.592000', '211932.595000', '211932.598000', '211932.600000', '211932.603000', '211932.606000', '211932.610000', '211932.612000', '211932.615000', '211932.618000', '211932.620000', '211932.623000', '211932.626000', '211932.628000', '211932.631000', '211932.634000', '211932.638000', '211932.641000', '211932.643000', '211932.646000', '211932.653000', '211932.656000'], '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': [13579, 12397, 16657, 12926, 15837, 11927, 13542, 11222, 10657, 13350, 11389, 14531, 9215, 13655, 10489, 13681, 15199, 12021, 16072, 12332, 14449, 9961, 14301, 10051, 13317, 13402, 10949, 14474, 11852, 13928, 9112, 13140, 10166, 12772, 13246, 11354, 15331, 11453, 13817, 10741, 13955, 9268, 13116, 9839, 13280, 12394, 11535, 15489, 11862, 14216, 10376, 14711, 11332, 11547, 15430, 12277, 14645, 9072, 13461, 11099, 12370, 15407, 12060, 14674, 10539, 13848, 10148, 14012, 9426, 13170, 11034, 13796, 10809, 13554, 10012, 13243, 10479, 14178, 9192, 13983, 10618, 13857, 14860, 12259, 16588, 12224, 14758, 11185, 14806, 9346, 13954, 11030, 13004, 13851, 11791, 15267, 11530, 13696, 10893, 13707, 10947, 13441, 10403, 13958, 10425, 13944, 9514, 14024, 9786, 14376, 9674, 12932, 14230, 11364, 15064, 11751, 14514, 10107, 13801, 10211, 14407, 9254, 13389, 9041, 14071, 9831, 14131, 9229, 13009, 11815, 12714, 12052, 11297, 13935, 11793, 14180, 11679, 14423, 11156, 15110, 12056, 13979, 11139, 15050, 11399, 14536, 11088, 14682, 10556, 13800, 9612, 14407, 9340, 13868, 10353, 12499, 11919, 12600, 10410, 12523, 12261, 11698, 13914, 11508, 13534, 10506, 14302, 11364, 13843, 11250, 14737, 11012, 14166, 10817, 14444, 10526, 12821, 10303, 9978, 12443, 10248, 13690, 8972, 13602, 9529, 14280, 11400, 14305, 10832, 12181, 14494, 12015, 14708, 11701, 14487, 10874, 13480, 10970, 13052, 10420, 13632, 10904, 13971, 10311, 14150, 9338, 13983, 11352, 14042, 13172, 11610, 15593, 11865, 14857, 10569, 14496, 8929, 13704, 11070, 13699, 9503, 12835, 10079, 13293, 11001, 13113, 10895, 12036, 14903, 12179, 15113, 10780, 14930, 9326, 14517, 13939, 12252, 15741, 11389, 15205, 10073, 14568, 9362, 13180, 11908, 11351, 14877, 12048, 13850, 10510, 13248, 10125, 13597, 10545, 14075, 10435, 14057, 9954, 14411, 8670, 13863, 13217, 11437, 15764, 12408, 14642, 10135, 14116, 9636, 13717, 11612, 11063, 15428, 11579, 14425, 10671, 13471, 9194, 12845, 9505, 13563, 10937, 13476, 11115, 13910, 9695, 13847, 10124, 14513, 9086, 13495, 9815, 13780, 12745, 12264, 14141, 11208, 15670, 11583, 15114, 10764, 14815, 8947, 13808, 11654, 12609, 14931, 11378, 15260, 11333, 14439, 9516, 14073, 10011, 12618, 13419, 11531, 14980, 11098, 14325, 10999, 14252, 11389, 14270, 10713, 14349, 11474, 14735, 11075, 14794, 10381, 14741, 10852, 14954, 9984, 13055, 15124, 11693, 15245, 11261, 14623, 8899, 12683, 13678, 11423, 14917, 10419, 13334, 8970, 13374, 9188, 13007, 9711, 12571, 11804, 11954, 12662, 10894, 14674, 11607, 14597, 9277, 14434, 10038, 14051, 11432, 13387, 13208, 11228, 15301, 12555, 14630, 11257, 14674, 10880, 14163, 10231, 14233, 10978, 11888, 11194, 10934, 13606, 9034, 14173, 9980, 14439, 12136, 13498, 15847, 11439, 15954, 12424, 15284, 9356, 14476, 10807, 13340, 13017, 11397, 14964, 11291, 13961, 11525, 12735, 10710, 14530, 11284, 14824, 11509, 15015, 11031, 14861, 10966, 15307, 10609, 15020, 9415, 13918, 13051, 12233, 14617, 11178, 15288, 11481, 14953, 10585, 14685, 8825, 13839, 10170, 13627, 10023, 12536, 13145, 11649, 13469, 11760, 14977, 11758, 15013, 11183, 15101, 10063, 14639, 10053, 13542, 14391, 11811, 15719, 11908, 14604, 10409, 14387, 9292, 13884, 9735, 12868, 11810, 12603, 11979, 11112, 14071, 11667, 14664, 11354, 14568, 10616, 14042, 9529, 14266, 10631, 12678, 15112, 11959, 14970, 11124, 14781, 8715, 13354, 13265, 11673, 15401, 11088, 13448, 9661, 14189, 9022, 13279, 9466, 13003, 10763, 13433, 9163, 13426, 10045, 13651, 10391, 13955, 10641, 13420, 13020, 13514, 13136, 12598, 15480, 12180, 16117, 12168, 15367, 9951, 14325, 10258, 14558, 11962, 12310, 15809, 12305, 15035, 11173, 15024, 9283, 14303, 9807, 14420, 10272, 12376, 12307, 11994, 10366, 13987, 10028, 14755, 11588, 13837, 10689, 14641, 11358, 15197, 11884, 15817, 10947, 14951, 10027, 14758, 10053, 13079, 13376, 11879, 14231, 11839, 13746, 10499, 14688, 11247, 14438, 10630, 14708, 8920, 13517, 14857, 11849, 15433, 10896, 14615, 9285, 13799, 12853, 11842, 15157, 11167, 14790, 10972, 14549, 10406, 14743, 9081, 14384, 9680, 14612, 9398, 14016, 10753, 13681, 13021, 13250, 12540, 11931, 14146, 12191, 14254, 11835, 15598, 11611, 14942, 11172, 14230, 10668, 14073, 10862, 11896, 11812, 13063, 12630, 15054, 10726, 16158, 11923, 15263, 10407, 14617, 9655, 13738, 11613, 13245, 10304, 12207, 11954, 12390, 13653, 11731, 13012, 10881, 15148, 12450, 15814, 12198, 15400, 11148, 14686, 11184, 15203, 9052, 14053, 12255, 12848, 14522, 11351, 15332, 11610, 14251, 10546, 14371, 8909, 13286, 9970, 13503, 11156, 12021, 14096, 11392, 15241, 11949, 14609, 10495, 13674, 10555, 14155, 10358, 12768, 10806, 11175, 11820, 9682, 14374, 10278, 13954, 9262, 14205, 12977, 13462, 16984, 12337, 15541, 10617, 14642, 9776, 13233, 13213, 11421, 15165, 12134, 13822, 10454, 12507, 10515, 13382, 10433, 13622, 10805, 13687, 11043, 14736, 11036, 14992, 10828, 15340, 10190, 15111, 10949, 13342, 15703, 12587, 15583, 11187, 14269, 10278, 14665, 9037, 13863, 11706, 12365, 15527, 12608, 15190, 10819, 14085, 9575, 14877, 9929, 13888, 12059, 11362, 15675, 12689, 14580, 11317, 14335, 10880, 13990, 10999, 14176, 10578, 12344, 10655, 10620, 13204, 10486, 14341, 9501, 14109, 9828, 14358, 12381, 13907, 14905, 11484, 16342, 12668, 15369, 10594, 14221, 9775, 13688, 13332, 11944, 16003, 11403, 13802, 9391, 14203, 10392, 11838, 15466, 11837, 13925, 10302, 14281, 9215, 12916, 15378, 12080, 14732, 9742, 13782, 10911, 12872, 14186, 11365, 14795, 11256, 13831, 10378, 14078, 9041, 13634, 9829, 14339, 9731, 13882, 9408, 14366, 10361, 14733, 10508, 12663, 16497, 13002, 15345, 10809, 15525, 10341, 15280, 11433, 15479, 9807, 15008, 9706, 15160, 10081, 14759, 9320, 13728, 11800, 12827, 12398, 11227, 16140, 12051, 15188, 11139, 14846, 9010, 13550, 10572, 13339, 12061, 11561, 15560, 12074, 14632, 10627, 14482, 8628, 13675, 9975, 13207, 9233, 13008, 9803, 13768, 11556, 12305, 10514, 11906, 11241, 13898, 12494, 13070, 12125, 16350, 13136, 15973, 11993, 15406, 11015, 14631, 10241, 14865, 9843, 13087, 12418, 12604, 13401, 11774, 15514, 11645, 13608, 10435, 14418, 10121, 13987], 'WindowCenter': [5055.0, 5031.0, 5033.0, 5001.0, 5017.0, 4989.0, 4996.0, 4971.0, 4963.0, 4995.0, 4979.0, 4995.0, 4957.0, 4983.0, 4952.0, 4983.0, 4981.0, 4972.0, 4989.0, 4969.0, 4970.0, 4942.0, 4969.0, 4939.0, 4969.0, 4968.0, 4949.0, 4967.0, 4957.0, 4968.0, 4940.0, 4967.0, 4950.0, 4969.0, 4980.0, 4961.0, 4978.0, 4973.0, 4981.0, 4962.0, 4992.0, 4942.0, 4970.0, 4950.0, 4982.0, 4970.0, 4961.0, 4978.0, 4959.0, 4980.0, 4952.0, 4980.0, 4959.0, 4972.0, 4978.0, 4958.0, 4977.0, 4939.0, 4965.0, 4948.0, 4968.0, 4988.0, 4970.0, 4976.0, 4948.0, 4980.0, 4938.0, 4980.0, 4941.0, 4968.0, 4948.0, 4969.0, 4952.0, 4981.0, 4952.0, 4972.0, 4950.0, 4982.0, 4953.0, 4981.0, 4953.0, 4983.0, 4982.0, 4972.0, 4990.0, 4959.0, 4971.0, 4948.0, 4967.0, 4929.0, 4968.0, 4948.0, 4965.0, 4968.0, 4958.0, 4974.0, 4946.0, 4966.0, 4947.0, 4977.0, 4960.0, 4968.0, 4947.0, 4979.0, 4949.0, 4981.0, 4941.0, 4980.0, 4939.0, 4981.0, 4950.0, 4970.0, 4968.0, 4958.0, 4975.0, 4959.0, 4978.0, 4948.0, 4978.0, 4950.0, 4980.0, 4952.0, 4981.0, 4942.0, 4981.0, 4952.0, 4980.0, 4940.0, 4970.0, 4961.0, 4972.0, 4980.0, 4962.0, 4979.0, 4971.0, 4981.0, 4972.0, 4979.0, 4962.0, 4979.0, 4970.0, 4981.0, 4958.0, 4979.0, 4960.0, 4980.0, 4959.0, 4981.0, 4949.0, 4969.0, 4939.0, 4970.0, 4938.0, 4967.0, 4938.0, 4959.0, 4957.0, 4956.0, 4949.0, 4969.0, 4968.0, 4971.0, 4969.0, 4960.0, 4980.0, 4950.0, 4978.0, 4958.0, 4980.0, 4962.0, 4978.0, 4960.0, 4980.0, 4975.0, 4992.0, 4962.0, 4982.0, 4962.0, 4949.0, 4971.0, 4947.0, 4970.0, 4943.0, 4967.0, 4943.0, 4981.0, 4960.0, 4978.0, 4960.0, 4959.0, 4968.0, 4959.0, 4979.0, 4960.0, 4977.0, 4950.0, 4969.0, 4959.0, 4978.0, 4963.0, 4981.0, 4964.0, 4980.0, 4963.0, 4982.0, 4941.0, 4982.0, 4951.0, 4979.0, 4972.0, 4974.0, 4993.0, 4975.0, 4982.0, 4962.0, 4980.0, 4937.0, 4979.0, 4948.0, 4981.0, 4953.0, 4971.0, 4949.0, 4982.0, 4962.0, 4985.0, 4974.0, 4974.0, 4993.0, 4974.0, 4993.0, 4973.0, 4992.0, 4940.0, 4979.0, 4970.0, 4962.0, 4980.0, 4949.0, 4978.0, 4939.0, 4979.0, 4939.0, 4968.0, 4956.0, 4959.0, 4979.0, 4958.0, 4979.0, 4950.0, 4966.0, 4951.0, 4971.0, 4962.0, 4979.0, 4951.0, 4982.0, 4952.0, 4978.0, 4942.0, 4971.0, 4971.0, 4962.0, 4979.0, 4958.0, 4980.0, 4950.0, 4968.0, 4937.0, 4966.0, 4958.0, 4947.0, 4976.0, 4949.0, 4968.0, 4961.0, 4970.0, 4941.0, 4970.0, 4952.0, 4978.0, 4964.0, 4971.0, 4975.0, 4983.0, 4937.0, 4970.0, 4951.0, 4979.0, 4942.0, 4969.0, 4951.0, 4981.0, 4968.0, 4959.0, 4979.0, 4958.0, 4979.0, 4960.0, 4979.0, 4950.0, 4981.0, 4930.0, 4969.0, 4948.0, 4957.0, 4978.0, 4960.0, 4977.0, 4950.0, 4968.0, 4940.0, 4967.0, 4937.0, 4969.0, 4968.0, 4958.0, 4977.0, 4960.0, 4978.0, 4960.0, 4978.0, 4959.0, 4982.0, 4951.0, 4978.0, 4960.0, 4977.0, 4959.0, 4976.0, 4947.0, 4982.0, 4948.0, 4980.0, 4937.0, 4956.0, 4964.0, 4945.0, 4964.0, 4935.0, 4963.0, 4915.0, 4945.0, 4954.0, 4937.0, 4962.0, 4934.0, 4955.0, 4914.0, 4954.0, 4928.0, 4957.0, 4925.0, 4957.0, 4959.0, 4956.0, 4969.0, 4952.0, 4981.0, 4959.0, 4980.0, 4937.0, 4969.0, 4937.0, 4968.0, 4947.0, 4969.0, 4966.0, 4949.0, 4977.0, 4959.0, 4977.0, 4959.0, 4980.0, 4964.0, 4980.0, 4949.0, 4979.0, 4960.0, 4971.0, 4963.0, 4961.0, 4982.0, 4943.0, 4982.0, 4951.0, 4980.0, 4960.0, 4982.0, 4990.0, 4959.0, 4977.0, 4969.0, 4978.0, 4940.0, 4967.0, 4948.0, 4968.0, 4967.0, 4960.0, 4976.0, 4959.0, 4977.0, 4959.0, 4971.0, 4960.0, 4979.0, 4960.0, 4979.0, 4961.0, 4989.0, 4960.0, 4977.0, 4947.0, 4977.0, 4949.0, 4978.0, 4929.0, 4969.0, 4957.0, 4956.0, 4978.0, 4947.0, 4975.0, 4957.0, 4977.0, 4947.0, 4976.0, 4929.0, 4968.0, 4938.0, 4967.0, 4948.0, 4957.0, 4959.0, 4958.0, 4969.0, 4960.0, 4979.0, 4958.0, 4978.0, 4949.0, 4977.0, 4939.0, 4969.0, 4937.0, 4957.0, 4969.0, 4945.0, 4976.0, 4946.0, 4963.0, 4935.0, 4966.0, 4928.0, 4957.0, 4925.0, 4957.0, 4957.0, 4959.0, 4955.0, 4957.0, 4966.0, 4959.0, 4978.0, 4957.0, 4974.0, 4950.0, 4979.0, 4938.0, 4967.0, 4947.0, 4969.0, 4976.0, 4958.0, 4976.0, 4948.0, 4966.0, 4918.0, 4967.0, 4968.0, 4947.0, 4976.0, 4947.0, 4968.0, 4938.0, 4978.0, 4939.0, 4968.0, 4940.0, 4979.0, 4962.0, 4980.0, 4952.0, 4981.0, 4952.0, 4993.0, 4964.0, 4992.0, 4960.0, 4983.0, 4981.0, 4983.0, 4983.0, 4984.0, 4990.0, 4971.0, 4992.0, 4969.0, 4990.0, 4950.0, 4982.0, 4951.0, 4980.0, 4959.0, 4970.0, 4980.0, 4959.0, 4979.0, 4950.0, 4977.0, 4930.0, 4970.0, 4941.0, 4981.0, 4949.0, 4971.0, 4970.0, 4971.0, 4960.0, 4982.0, 4952.0, 4989.0, 4972.0, 4992.0, 4962.0, 4980.0, 4964.0, 4991.0, 4972.0, 4994.0, 4947.0, 4990.0, 4952.0, 4981.0, 4942.0, 4967.0, 4968.0, 4970.0, 4981.0, 4968.0, 4992.0, 4962.0, 4977.0, 4960.0, 4981.0, 4962.0, 4980.0, 4942.0, 4969.0, 4978.0, 4961.0, 4978.0, 4962.0, 4982.0, 4936.0, 4968.0, 4957.0, 4958.0, 4981.0, 4958.0, 4978.0, 4949.0, 4978.0, 4951.0, 4988.0, 4940.0, 4980.0, 4941.0, 4980.0, 4953.0, 4979.0, 4951.0, 4980.0, 4970.0, 4971.0, 4970.0, 4962.0, 4969.0, 4969.0, 4978.0, 4971.0, 4989.0, 4959.0, 4977.0, 4962.0, 4982.0, 4950.0, 4981.0, 4951.0, 4960.0, 4960.0, 4970.0, 4961.0, 4982.0, 4952.0, 4978.0, 4947.0, 4975.0, 4949.0, 4976.0, 4929.0, 4967.0, 4946.0, 4957.0, 4950.0, 4958.0, 4958.0, 4968.0, 4968.0, 4961.0, 4970.0, 4963.0, 4982.0, 4972.0, 4981.0, 4961.0, 4979.0, 4949.0, 4969.0, 4950.0, 4980.0, 4930.0, 4968.0, 4948.0, 4958.0, 4969.0, 4948.0, 4966.0, 4946.0, 4964.0, 4937.0, 4965.0, 4928.0, 4956.0, 4936.0, 4967.0, 4948.0, 4957.0, 4966.0, 4949.0, 4977.0, 4957.0, 4965.0, 4936.0, 4970.0, 4950.0, 4981.0, 4951.0, 4968.0, 4960.0, 4960.0, 4972.0, 4951.0, 4982.0, 4953.0, 4983.0, 4942.0, 4982.0, 4970.0, 4968.0, 4987.0, 4957.0, 4978.0, 4936.0, 4965.0, 4938.0, 4955.0, 4956.0, 4947.0, 4968.0, 4957.0, 4965.0, 4948.0, 4958.0, 4962.0, 4979.0, 4962.0, 4980.0, 4974.0, 4981.0, 4964.0, 4994.0, 4963.0, 4979.0, 4963.0, 4980.0, 4963.0, 4981.0, 4951.0, 4979.0, 4989.0, 4969.0, 4988.0, 4961.0, 4978.0, 4948.0, 4979.0, 4942.0, 4968.0, 4959.0, 4968.0, 4977.0, 4959.0, 4978.0, 4947.0, 4968.0, 4938.0, 4979.0, 4938.0, 4969.0, 4957.0, 4959.0, 4978.0, 4958.0, 4978.0, 4957.0, 4979.0, 4949.0, 4978.0, 4973.0, 4992.0, 4967.0, 4980.0, 4964.0, 4960.0, 4984.0, 4963.0, 4982.0, 4955.0, 4984.0, 4951.0, 4983.0, 4961.0, 4980.0, 4981.0, 4961.0, 4977.0, 4959.0, 4966.0, 4950.0, 4968.0, 4936.0, 4967.0, 4958.0, 4947.0, 4975.0, 4948.0, 4968.0, 4928.0, 4965.0, 4936.0, 4958.0, 4965.0, 4957.0, 4969.0, 4939.0, 4966.0, 4927.0, 4958.0, 4964.0, 4945.0, 4965.0, 4928.0, 4957.0, 4937.0, 4959.0, 4966.0, 4948.0, 4964.0, 4959.0, 4969.0, 4948.0, 4970.0, 4929.0, 4980.0, 4953.0, 4981.0, 4954.0, 4982.0, 4953.0, 4995.0, 4964.0, 4994.0, 4952.0, 4973.0, 4991.0, 4971.0, 4980.0, 4948.0, 4978.0, 4951.0, 4982.0, 4959.0, 4981.0, 4942.0, 4979.0, 4940.0, 4978.0, 4949.0, 4978.0, 4931.0, 4969.0, 4959.0, 4958.0, 4968.0, 4959.0, 4978.0, 4960.0, 4978.0, 4948.0, 4980.0, 4929.0, 4968.0, 4936.0, 4967.0, 4960.0, 4959.0, 4976.0, 4957.0, 4968.0, 4946.0, 4969.0, 4928.0, 4982.0, 4952.0, 4970.0, 4953.0, 4978.0, 4950.0, 4979.0, 4962.0, 4971.0, 4960.0, 4971.0, 4962.0, 4981.0, 4970.0, 4982.0, 4972.0, 4979.0, 4969.0, 4981.0, 4961.0, 4976.0, 4948.0, 4979.0, 4937.0, 4968.0, 4939.0, 4968.0, 4960.0, 4960.0, 4970.0, 4959.0, 4976.0, 4958.0, 4969.0, 4951.0, 4981.0, 4951.0, 4969.0], 'WindowWidth': [10973.0, 10926.0, 10918.0, 10864.0, 10881.0, 10839.0, 10846.0, 10808.0, 10795.0, 10844.0, 10822.0, 10842.0, 10790.0, 10821.0, 10775.0, 10819.0, 10816.0, 10802.0, 10828.0, 10795.0, 10797.0, 10759.0, 10792.0, 10753.0, 10795.0, 10791.0, 10766.0, 10788.0, 10775.0, 10792.0, 10758.0, 10788.0, 10770.0, 10793.0, 10814.0, 10787.0, 10806.0, 10807.0, 10812.0, 10792.0, 10833.0, 10761.0, 10798.0, 10771.0, 10818.0, 10798.0, 10787.0, 10807.0, 10782.0, 10813.0, 10772.0, 10811.0, 10781.0, 10803.0, 10808.0, 10777.0, 10804.0, 10753.0, 10785.0, 10764.0, 10791.0, 10822.0, 10799.0, 10801.0, 10763.0, 10812.0, 10751.0, 10811.0, 10759.0, 10791.0, 10764.0, 10795.0, 10772.0, 10814.0, 10775.0, 10802.0, 10771.0, 10819.0, 10781.0, 10817.0, 10778.0, 10822.0, 10819.0, 10803.0, 10829.0, 10779.0, 10801.0, 10762.0, 10788.0, 10738.0, 10788.0, 10763.0, 10784.0, 10791.0, 10778.0, 10796.0, 10759.0, 10786.0, 10762.0, 10806.0, 10785.0, 10790.0, 10765.0, 10808.0, 10769.0, 10814.0, 10758.0, 10811.0, 10753.0, 10813.0, 10773.0, 10796.0, 10793.0, 10778.0, 10801.0, 10784.0, 10807.0, 10767.0, 10808.0, 10770.0, 10812.0, 10778.0, 10813.0, 10761.0, 10813.0, 10776.0, 10815.0, 10757.0, 10798.0, 10786.0, 10802.0, 10814.0, 10791.0, 10812.0, 10800.0, 10816.0, 10805.0, 10813.0, 10788.0, 10812.0, 10797.0, 10816.0, 10782.0, 10809.0, 10785.0, 10811.0, 10782.0, 10813.0, 10768.0, 10796.0, 10753.0, 10796.0, 10752.0, 10790.0, 10749.0, 10779.0, 10775.0, 10773.0, 10768.0, 10796.0, 10795.0, 10799.0, 10797.0, 10784.0, 10814.0, 10771.0, 10807.0, 10781.0, 10813.0, 10790.0, 10807.0, 10784.0, 10814.0, 10815.0, 10832.0, 10790.0, 10820.0, 10793.0, 10770.0, 10801.0, 10764.0, 10797.0, 10764.0, 10791.0, 10762.0, 10813.0, 10780.0, 10806.0, 10783.0, 10781.0, 10791.0, 10779.0, 10809.0, 10784.0, 10804.0, 10770.0, 10795.0, 10780.0, 10810.0, 10792.0, 10815.0, 10793.0, 10812.0, 10793.0, 10819.0, 10760.0, 10815.0, 10771.0, 10810.0, 10804.0, 10811.0, 10839.0, 10811.0, 10817.0, 10791.0, 10811.0, 10749.0, 10810.0, 10765.0, 10814.0, 10780.0, 10801.0, 10767.0, 10818.0, 10789.0, 10825.0, 10812.0, 10810.0, 10835.0, 10808.0, 10837.0, 10808.0, 10830.0, 10757.0, 10810.0, 10797.0, 10785.0, 10812.0, 10765.0, 10806.0, 10754.0, 10806.0, 10754.0, 10791.0, 10773.0, 10782.0, 10808.0, 10776.0, 10809.0, 10770.0, 10789.0, 10772.0, 10800.0, 10790.0, 10812.0, 10773.0, 10816.0, 10775.0, 10808.0, 10762.0, 10799.0, 10799.0, 10787.0, 10811.0, 10779.0, 10810.0, 10767.0, 10794.0, 10746.0, 10787.0, 10777.0, 10762.0, 10799.0, 10765.0, 10792.0, 10787.0, 10798.0, 10756.0, 10798.0, 10778.0, 10810.0, 10794.0, 10801.0, 10810.0, 10821.0, 10749.0, 10796.0, 10770.0, 10807.0, 10762.0, 10796.0, 10770.0, 10813.0, 10793.0, 10781.0, 10812.0, 10778.0, 10806.0, 10782.0, 10806.0, 10769.0, 10812.0, 10742.0, 10792.0, 10763.0, 10774.0, 10807.0, 10781.0, 10801.0, 10767.0, 10792.0, 10756.0, 10789.0, 10748.0, 10794.0, 10793.0, 10777.0, 10806.0, 10781.0, 10804.0, 10784.0, 10805.0, 10783.0, 10816.0, 10773.0, 10808.0, 10783.0, 10806.0, 10781.0, 10804.0, 10763.0, 10816.0, 10763.0, 10808.0, 10748.0, 10772.0, 10780.0, 10754.0, 10780.0, 10740.0, 10778.0, 10712.0, 10752.0, 10764.0, 10739.0, 10773.0, 10736.0, 10766.0, 10710.0, 10764.0, 10733.0, 10772.0, 10728.0, 10774.0, 10778.0, 10773.0, 10794.0, 10772.0, 10813.0, 10780.0, 10809.0, 10749.0, 10792.0, 10746.0, 10790.0, 10761.0, 10793.0, 10788.0, 10765.0, 10804.0, 10779.0, 10805.0, 10780.0, 10813.0, 10796.0, 10810.0, 10769.0, 10812.0, 10788.0, 10801.0, 10791.0, 10786.0, 10816.0, 10766.0, 10816.0, 10774.0, 10813.0, 10784.0, 10817.0, 10827.0, 10780.0, 10805.0, 10797.0, 10808.0, 10755.0, 10789.0, 10764.0, 10792.0, 10790.0, 10782.0, 10802.0, 10780.0, 10804.0, 10781.0, 10802.0, 10786.0, 10811.0, 10785.0, 10812.0, 10787.0, 10825.0, 10784.0, 10804.0, 10765.0, 10804.0, 10766.0, 10808.0, 10739.0, 10794.0, 10775.0, 10773.0, 10808.0, 10762.0, 10799.0, 10774.0, 10803.0, 10762.0, 10801.0, 10739.0, 10791.0, 10748.0, 10787.0, 10767.0, 10777.0, 10779.0, 10778.0, 10794.0, 10784.0, 10811.0, 10780.0, 10808.0, 10767.0, 10805.0, 10754.0, 10793.0, 10745.0, 10774.0, 10792.0, 10756.0, 10801.0, 10758.0, 10779.0, 10743.0, 10785.0, 10735.0, 10773.0, 10728.0, 10775.0, 10773.0, 10777.0, 10773.0, 10776.0, 10789.0, 10782.0, 10806.0, 10778.0, 10800.0, 10769.0, 10808.0, 10750.0, 10791.0, 10764.0, 10793.0, 10803.0, 10777.0, 10801.0, 10763.0, 10788.0, 10722.0, 10790.0, 10791.0, 10763.0, 10802.0, 10762.0, 10790.0, 10751.0, 10807.0, 10755.0, 10793.0, 10755.0, 10811.0, 10788.0, 10814.0, 10779.0, 10817.0, 10777.0, 10835.0, 10796.0, 10833.0, 10788.0, 10820.0, 10818.0, 10821.0, 10822.0, 10824.0, 10828.0, 10802.0, 10833.0, 10797.0, 10827.0, 10770.0, 10816.0, 10770.0, 10809.0, 10783.0, 10797.0, 10812.0, 10781.0, 10808.0, 10769.0, 10804.0, 10742.0, 10795.0, 10757.0, 10811.0, 10768.0, 10801.0, 10798.0, 10802.0, 10786.0, 10818.0, 10777.0, 10825.0, 10806.0, 10835.0, 10792.0, 10814.0, 10796.0, 10831.0, 10804.0, 10837.0, 10766.0, 10831.0, 10774.0, 10811.0, 10759.0, 10791.0, 10792.0, 10798.0, 10815.0, 10794.0, 10833.0, 10791.0, 10805.0, 10785.0, 10815.0, 10788.0, 10812.0, 10762.0, 10797.0, 10809.0, 10784.0, 10808.0, 10790.0, 10815.0, 10746.0, 10793.0, 10777.0, 10777.0, 10814.0, 10780.0, 10804.0, 10767.0, 10808.0, 10772.0, 10823.0, 10759.0, 10811.0, 10760.0, 10813.0, 10781.0, 10811.0, 10771.0, 10812.0, 10800.0, 10801.0, 10798.0, 10788.0, 10794.0, 10794.0, 10809.0, 10802.0, 10825.0, 10780.0, 10807.0, 10793.0, 10817.0, 10769.0, 10813.0, 10773.0, 10782.0, 10783.0, 10796.0, 10785.0, 10816.0, 10772.0, 10805.0, 10761.0, 10797.0, 10766.0, 10801.0, 10736.0, 10788.0, 10757.0, 10774.0, 10769.0, 10778.0, 10776.0, 10793.0, 10793.0, 10785.0, 10799.0, 10790.0, 10814.0, 10802.0, 10813.0, 10784.0, 10809.0, 10766.0, 10794.0, 10766.0, 10808.0, 10741.0, 10790.0, 10762.0, 10775.0, 10793.0, 10762.0, 10784.0, 10757.0, 10782.0, 10746.0, 10785.0, 10736.0, 10770.0, 10743.0, 10786.0, 10763.0, 10775.0, 10785.0, 10766.0, 10805.0, 10776.0, 10785.0, 10744.0, 10793.0, 10772.0, 10814.0, 10773.0, 10793.0, 10785.0, 10786.0, 10804.0, 10775.0, 10818.0, 10778.0, 10820.0, 10760.0, 10815.0, 10795.0, 10791.0, 10820.0, 10774.0, 10805.0, 10744.0, 10781.0, 10746.0, 10768.0, 10770.0, 10760.0, 10790.0, 10774.0, 10786.0, 10765.0, 10779.0, 10788.0, 10811.0, 10790.0, 10813.0, 10810.0, 10815.0, 10795.0, 10837.0, 10792.0, 10810.0, 10791.0, 10812.0, 10794.0, 10815.0, 10772.0, 10810.0, 10825.0, 10794.0, 10823.0, 10785.0, 10807.0, 10766.0, 10806.0, 10762.0, 10794.0, 10779.0, 10792.0, 10806.0, 10780.0, 10807.0, 10762.0, 10792.0, 10749.0, 10807.0, 10749.0, 10794.0, 10775.0, 10779.0, 10806.0, 10777.0, 10806.0, 10777.0, 10808.0, 10769.0, 10807.0, 10810.0, 10832.0, 10803.0, 10815.0, 10797.0, 10787.0, 10824.0, 10793.0, 10818.0, 10782.0, 10820.0, 10771.0, 10818.0, 10786.0, 10812.0, 10816.0, 10785.0, 10806.0, 10777.0, 10787.0, 10768.0, 10790.0, 10745.0, 10788.0, 10777.0, 10761.0, 10801.0, 10762.0, 10790.0, 10734.0, 10782.0, 10745.0, 10775.0, 10784.0, 10774.0, 10792.0, 10750.0, 10786.0, 10732.0, 10775.0, 10781.0, 10754.0, 10783.0, 10733.0, 10772.0, 10743.0, 10775.0, 10785.0, 10762.0, 10782.0, 10782.0, 10792.0, 10763.0, 10794.0, 10739.0, 10810.0, 10775.0, 10814.0, 10783.0, 10818.0, 10780.0, 10839.0, 10795.0, 10836.0, 10776.0, 10804.0, 10829.0, 10799.0, 10811.0, 10767.0, 10807.0, 10770.0, 10816.0, 10780.0, 10812.0, 10760.0, 10806.0, 10756.0, 10805.0, 10768.0, 10805.0, 10741.0, 10793.0, 10778.0, 10778.0, 10794.0, 10782.0, 10806.0, 10781.0, 10806.0, 10764.0, 10808.0, 10737.0, 10788.0, 10744.0, 10787.0, 10780.0, 10781.0, 10800.0, 10775.0, 10793.0, 10759.0, 10792.0, 10737.0, 10818.0, 10773.0, 10797.0, 10779.0, 10808.0, 10772.0, 10811.0, 10789.0, 10801.0, 10786.0, 10799.0, 10790.0, 10816.0, 10799.0, 10818.0, 10802.0, 10810.0, 10793.0, 10811.0, 10784.0, 10801.0, 10763.0, 10808.0, 10748.0, 10789.0, 10754.0, 10790.0, 10780.0, 10782.0, 10798.0, 10781.0, 10801.0, 10778.0, 10792.0, 10770.0, 10813.0, 10773.0, 10794.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.0008047235023041475</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020379050921658988</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.15290239409462</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2822687355247977</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0002155152710495</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4846</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6428.4512</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10148905153980269</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.184331797235023</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.514032928117014</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4729969410391583</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.695179663014637</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3739221802972477</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00628136</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0037954282015562057</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02597775124013424</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.19387045467014</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>27.2746</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.2897</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.6034</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295099.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1005.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>425.7199</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3323</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.1587</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4165.3616</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4370.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81445.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1647.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5363.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1041.9905</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.45525650680065</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> |