=== 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-0090 --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-0090",
"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-0090_ses-01_task-social_acq-mb8_run-05_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-0090_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-05_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-0090/ses-01/func/sub-0090_ses-01_task-social_acq-mb8_run-05_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>68d390ebcf8e596940ccdbb8485a5276</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:17:48.702500</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.99972, 0.0121716, 0.0202886, -0.0129126, 0.999239, 0.0367998]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.104787</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4177, -7732, -7232, 587, 43, -90, -95, -7]</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>252.257</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5a42dfa2-7eef-436d-b07b-d21ca2d05fec||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.682175874710083, -0.03464346006512642, 0.05352826789021492, 113.68807220458984], [-0.03265548497438431, 2.6808857917785645, 0.10003899782896042, -93.50882720947266], [0.05443291366100311, -0.09873118251562119, 2.697615146636963, -60.951210021972656], [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': ['211748.702500', '211749.162500', '211749.622500', '211750.082500', '211750.542500', '211751.002500', '211751.462500', '211751.922500', '211752.382500', '211752.842500', '211753.302500', '211753.762500', '211754.222500', '211754.682500', '211755.142500', '211755.602500', '211756.062500', '211756.522500', '211756.982500', '211757.442500', '211757.902500', '211758.362500', '211758.822500', '211759.282500', '211759.742500', '211800.202500', '211800.662500', '211801.122500', '211801.582500', '211802.042500', '211802.502500', '211802.962500', '211803.422500', '211803.882500', '211804.342500', '211804.802500', '211805.262500', '211805.722500', '211806.182500', '211806.642500', '211807.102500', '211807.562500', '211808.022500', '211808.482500', '211808.942500', '211809.402500', '211809.862500', '211810.322500', '211810.782500', '211811.242500', '211811.702500', '211812.162500', '211812.622500', '211813.082500', '211813.542500', '211814.002500', '211814.462500', '211814.922500', '211815.382500', '211815.842500', '211816.302500', '211816.762500', '211817.222500', '211817.682500', '211818.142500', '211818.602500', '211819.062500', '211819.522500', '211819.982500', '211820.442500', '211820.902500', '211821.362500', '211821.822500', '211822.282500', '211822.742500', '211823.202500', '211823.662500', '211824.122500', '211824.582500', '211825.042500', '211825.502500', '211825.962500', '211826.422500', '211826.882500', '211827.342500', '211827.802500', '211828.262500', '211828.722500', '211829.182500', '211829.642500', '211830.102500', '211830.562500', '211831.022500', '211831.482500', '211831.942500', '211832.402500', '211832.862500', '211833.322500', '211833.782500', '211834.242500', '211834.702500', '211835.162500', '211835.622500', '211836.082500', '211836.542500', '211837.002500', '211837.462500', '211837.922500', '211838.382500', '211838.842500', '211839.302500', '211839.762500', '211840.222500', '211840.682500', '211841.142500', '211841.602500', '211842.062500', '211842.522500', '211842.982500', '211843.442500', '211843.902500', '211844.362500', '211844.822500', '211845.282500', '211845.742500', '211846.202500', '211846.662500', '211847.122500', '211847.582500', '211848.042500', '211848.502500', '211848.962500', '211849.422500', '211849.882500', '211850.342500', '211850.802500', '211851.262500', '211851.722500', '211852.182500', '211852.642500', '211853.102500', '211853.562500', '211854.022500', '211854.482500', '211854.942500', '211855.402500', '211855.862500', '211856.322500', '211856.782500', '211857.242500', '211857.702500', '211858.162500', '211858.622500', '211859.082500', '211859.542500', '211900.002500', '211900.462500', '211900.922500', '211901.382500', '211901.842500', '211902.302500', '211902.762500', '211903.222500', '211903.682500', '211904.142500', '211904.602500', '211905.062500', '211905.522500', '211905.982500', '211906.442500', '211906.902500', '211907.362500', '211907.822500', '211908.282500', '211908.742500', '211909.202500', '211909.662500', '211910.122500', '211910.582500', '211911.042500', '211911.502500', '211911.962500', '211912.422500', '211912.882500', '211913.342500', '211913.802500', '211914.262500', '211914.722500', '211915.182500', '211915.642500', '211916.102500', '211916.562500', '211917.022500', '211917.482500', '211917.942500', '211918.402500', '211918.862500', '211919.322500', '211919.782500', '211920.242500', '211920.702500', '211921.162500', '211921.622500', '211922.082500', '211922.542500', '211923.002500', '211923.462500', '211923.922500', '211924.382500', '211924.842500', '211925.302500', '211925.762500', '211926.222500', '211926.682500', '211927.142500', '211927.602500', '211928.062500', '211928.522500', '211928.982500', '211929.442500', '211929.902500', '211930.362500', '211930.822500', '211931.282500', '211931.742500', '211932.202500', '211932.662500', '211933.122500', '211933.582500', '211934.042500', '211934.502500', '211934.962500', '211935.422500', '211935.882500', '211936.342500', '211936.802500', '211937.262500', '211937.722500', '211938.182500', '211938.642500', '211939.102500', '211939.562500', '211940.022500', '211940.482500', '211940.942500', '211941.402500', '211941.862500', '211942.322500', '211942.782500', '211943.242500', '211943.702500', '211944.162500', '211944.622500', '211945.082500', '211945.542500', '211946.002500', '211946.462500', '211946.922500', '211947.382500', '211947.842500', '211948.302500', '211948.762500', '211949.222500', '211949.682500', '211950.142500', '211950.602500', '211951.062500', '211951.522500', '211951.982500', '211952.442500', '211952.902500', '211953.362500', '211953.822500', '211954.282500', '211954.742500', '211955.202500', '211955.662500', '211956.122500', '211956.582500', '211957.042500', '211957.502500', '211957.962500', '211958.422500', '211958.882500', '211959.342500', '211959.802500', '212000.262500', '212000.722500', '212001.182500', '212001.642500', '212002.102500', '212002.562500', '212003.022500', '212003.482500', '212003.942500', '212004.402500', '212004.862500', '212005.322500', '212005.782500', '212006.242500', '212006.702500', '212007.162500', '212007.622500', '212008.082500', '212008.542500', '212009.002500', '212009.462500', '212009.922500', '212010.382500', '212010.842500', '212011.302500', '212011.762500', '212012.222500', '212012.682500', '212013.142500', '212013.602500', '212014.062500', '212014.522500', '212014.982500', '212015.442500', '212015.902500', '212016.362500', '212016.822500', '212017.282500', '212017.742500', '212018.202500', '212018.662500', '212019.122500', '212019.582500', '212020.042500', '212020.502500', '212020.962500', '212021.422500', '212021.882500', '212022.342500', '212022.802500', '212023.262500', '212023.722500', '212024.182500', '212024.642500', '212025.102500', '212025.562500', '212026.022500', '212026.482500', '212026.942500', '212027.402500', '212027.862500', '212028.322500', '212028.782500', '212029.242500', '212029.702500', '212030.162500', '212030.622500', '212031.082500', '212031.542500', '212032.002500', '212032.462500', '212032.922500', '212033.382500', '212033.842500', '212034.302500', '212034.762500', '212035.222500', '212035.682500', '212036.142500', '212036.602500', '212037.062500', '212037.522500', '212037.982500', '212038.442500', '212038.902500', '212039.362500', '212039.822500', '212040.282500', '212040.742500', '212041.202500', '212041.662500', '212042.122500', '212042.582500', '212043.042500', '212043.502500', '212043.962500', '212044.422500', '212044.882500', '212045.342500', '212045.802500', '212046.262500', '212046.722500', '212047.182500', '212047.642500', '212048.102500', '212048.562500', '212049.022500', '212049.482500', '212049.942500', '212050.402500', '212050.862500', '212051.322500', '212051.782500', '212052.242500', '212052.702500', '212053.162500', '212053.622500', '212054.082500', '212054.542500', '212055.002500', '212055.462500', '212055.922500', '212056.382500', '212056.842500', '212057.302500', '212057.762500', '212058.222500', '212058.682500', '212059.142500', '212059.602500', '212100.062500', '212100.522500', '212100.982500', '212101.442500', '212101.902500', '212102.362500', '212102.822500', '212103.282500', '212103.742500', '212104.202500', '212104.662500', '212105.122500', '212105.582500', '212106.042500', '212106.502500', '212106.962500', '212107.422500', '212107.882500', '212108.342500', '212108.802500', '212109.262500', '212109.722500', '212110.182500', '212110.642500', '212111.102500', '212111.562500', '212112.022500', '212112.482500', '212112.942500', '212113.402500', '212113.862500', '212114.322500', '212114.782500', '212115.242500', '212115.702500', '212116.162500', '212116.622500', '212117.082500', '212117.542500', '212118.002500', '212118.462500', '212118.922500', '212119.382500', '212119.842500', '212120.302500', '212120.762500', '212121.222500', '212121.682500', '212122.142500', '212122.602500', '212123.062500', '212123.522500', '212123.982500', '212124.442500', '212124.902500', '212125.362500', '212125.822500', '212126.282500', '212126.742500', '212127.202500', '212127.662500', '212128.122500', '212128.582500', '212129.042500', '212129.502500', '212129.962500', '212130.422500', '212130.882500', '212131.342500', '212131.802500', '212132.262500', '212132.722500', '212133.182500', '212133.642500', '212134.102500', '212134.562500', '212135.022500', '212135.482500', '212135.942500', '212136.402500', '212136.862500', '212137.322500', '212137.782500', '212138.242500', '212138.702500', '212139.162500', '212139.622500', '212140.082500', '212140.542500', '212141.002500', '212141.462500', '212141.922500', '212142.382500', '212142.842500', '212143.302500', '212143.762500', '212144.222500', '212144.682500', '212145.142500', '212145.602500', '212146.062500', '212146.522500', '212146.982500', '212147.442500', '212147.902500', '212148.362500', '212148.822500', '212149.282500', '212149.742500', '212150.202500', '212150.662500', '212151.122500', '212151.582500', '212152.042500', '212152.502500', '212152.962500', '212153.422500', '212153.882500', '212154.342500', '212154.802500', '212155.262500', '212155.722500', '212156.182500', '212156.642500', '212157.102500', '212157.562500', '212158.022500', '212158.482500', '212158.942500', '212159.402500', '212159.862500', '212200.322500', '212200.782500', '212201.242500', '212201.702500', '212202.162500', '212202.622500', '212203.082500', '212203.542500', '212204.002500', '212204.462500', '212204.922500', '212205.382500', '212205.842500', '212206.302500', '212206.762500', '212207.222500', '212207.682500', '212208.142500', '212208.602500', '212209.062500', '212209.522500', '212209.982500', '212210.442500', '212210.902500', '212211.362500', '212211.822500', '212212.282500', '212212.742500', '212213.202500', '212213.662500', '212214.122500', '212214.582500', '212215.042500', '212215.502500', '212215.962500', '212216.422500', '212216.882500', '212217.342500', '212217.802500', '212218.262500', '212218.722500', '212219.182500', '212219.642500', '212220.102500', '212220.562500', '212221.022500', '212221.482500', '212221.942500', '212222.402500', '212222.862500', '212223.322500', '212223.782500', '212224.242500', '212224.702500', '212225.162500', '212225.622500', '212226.082500', '212226.542500', '212227.002500', '212227.462500', '212227.922500', '212228.382500', '212228.842500', '212229.302500', '212229.762500', '212230.222500', '212230.682500', '212231.142500', '212231.602500', '212232.062500', '212232.522500', '212232.982500', '212233.442500', '212233.902500', '212234.362500', '212234.822500', '212235.282500', '212235.742500', '212236.202500', '212236.662500', '212237.122500', '212237.582500', '212238.042500', '212238.502500', '212238.962500', '212239.422500', '212239.882500', '212240.342500', '212240.802500', '212241.262500', '212241.722500', '212242.182500', '212242.642500', '212243.102500', '212243.562500', '212244.022500', '212244.482500', '212244.942500', '212245.402500', '212245.862500', '212246.322500', '212246.782500', '212247.242500', '212247.702500', '212248.162500', '212248.622500', '212249.082500', '212249.542500', '212250.002500', '212250.462500', '212250.922500', '212251.382500', '212251.842500', '212252.302500', '212252.762500', '212253.222500', '212253.682500', '212254.142500', '212254.602500', '212255.062500', '212255.522500', '212255.982500', '212256.442500', '212256.902500', '212257.362500', '212257.822500', '212258.282500', '212258.742500', '212259.202500', '212259.662500', '212300.122500', '212300.582500', '212301.042500', '212301.502500', '212301.962500', '212302.422500', '212302.882500', '212303.342500', '212303.802500', '212304.262500', '212304.722500', '212305.182500', '212305.642500', '212306.102500', '212306.562500', '212307.022500', '212307.482500', '212307.942500', '212308.402500', '212308.862500', '212309.322500', '212309.782500', '212310.242500', '212310.702500', '212311.162500', '212311.622500', '212312.082500', '212312.542500', '212313.002500', '212313.462500', '212313.922500', '212314.382500', '212314.842500', '212315.302500', '212315.762500', '212316.222500', '212316.682500', '212317.142500', '212317.602500', '212318.062500', '212318.522500', '212318.982500', '212319.442500', '212319.902500', '212320.362500', '212320.822500', '212321.282500', '212321.742500', '212322.202500', '212322.662500', '212323.122500', '212323.582500', '212324.042500', '212324.502500', '212324.962500', '212325.422500', '212325.882500', '212326.342500', '212326.802500', '212327.262500', '212327.722500', '212328.182500', '212328.642500', '212329.102500', '212329.562500', '212330.022500', '212330.482500', '212330.942500', '212331.402500', '212331.862500', '212332.322500', '212332.782500', '212333.242500', '212333.702500', '212334.162500', '212334.622500', '212335.082500', '212335.542500', '212336.002500', '212336.462500', '212336.922500', '212337.382500', '212337.842500', '212338.302500', '212338.762500', '212339.222500', '212339.682500', '212340.142500', '212340.602500', '212341.062500', '212341.522500', '212341.982500', '212342.442500', '212342.902500', '212343.362500', '212343.822500', '212344.282500', '212344.742500', '212345.202500', '212345.662500', '212346.122500', '212346.582500', '212347.042500', '212347.502500', '212347.962500', '212348.422500', '212348.882500', '212349.342500', '212349.802500', '212350.262500', '212350.722500', '212351.182500', '212351.642500', '212352.102500', '212352.562500', '212353.022500', '212353.482500', '212353.942500', '212354.402500', '212354.862500', '212355.322500', '212355.782500', '212356.242500', '212356.702500', '212357.162500', '212357.622500', '212358.082500', '212358.542500', '212359.002500', '212359.462500', '212359.922500', '212400.382500', '212400.842500', '212401.302500', '212401.762500', '212402.222500', '212402.682500', '212403.142500', '212403.602500', '212404.062500', '212404.522500', '212404.982500', '212405.442500', '212405.902500', '212406.362500', '212406.822500', '212407.282500', '212407.742500', '212408.202500', '212408.662500', '212409.122500', '212409.582500', '212410.042500', '212410.502500', '212410.962500', '212411.422500', '212411.882500', '212412.342500', '212412.802500', '212413.262500', '212413.722500', '212414.182500', '212414.642500', '212415.102500', '212415.562500', '212416.022500', '212416.482500', '212416.942500', '212417.402500', '212417.862500', '212418.322500', '212418.782500', '212419.242500', '212419.702500', '212420.162500', '212420.622500', '212421.082500', '212421.542500', '212422.002500', '212422.462500', '212422.922500', '212423.382500', '212423.842500', '212424.302500', '212424.762500', '212425.222500', '212425.682500', '212426.142500', '212426.602500', '212427.062500', '212427.522500', '212427.982500', '212428.442500', '212428.902500', '212429.362500'], 'ContentTime': ['211814.553000', '211814.556000', '211814.559000', '211814.561000', '211814.564000', '211814.567000', '211814.569000', '211814.572000', '211814.574000', '211814.577000', '211814.580000', '211814.583000', '211814.586000', '211814.588000', '211814.591000', '211814.593000', '211814.596000', '211814.599000', '211814.601000', '211814.604000', '211814.607000', '211814.609000', '211814.615000', '211814.618000', '211814.620000', '211814.623000', '211814.626000', '211814.628000', '211814.631000', '211814.633000', '211814.636000', '211814.639000', '211814.641000', '211814.644000', '211814.646000', '211814.649000', '211814.652000', '211814.654000', '211814.657000', '211814.659000', '211814.674000', '211814.677000', '211814.679000', '211814.682000', '211814.685000', '211814.687000', '211814.690000', '211814.693000', '211814.695000', '211814.698000', '211814.700000', '211814.703000', '211814.705000', '211834.517000', '211834.520000', '211834.523000', '211834.526000', '211834.528000', '211834.531000', '211834.533000', '211834.536000', '211834.539000', '211834.541000', '211834.544000', '211834.546000', '211834.549000', '211834.552000', '211834.579000', '211834.582000', '211834.584000', '211834.587000', '211834.590000', '211834.592000', '211834.595000', '211834.597000', '211834.600000', '211834.603000', '211834.605000', '211834.608000', '211834.610000', '211834.613000', '211834.616000', '211834.618000', '211834.621000', '211834.623000', '211834.626000', '211834.629000', '211834.631000', '211834.634000', '211834.636000', '211834.639000', '211834.642000', '211834.644000', '211834.656000', '211834.658000', '211834.661000', '211834.663000', '211854.517000', '211854.520000', '211854.523000', '211854.525000', '211854.528000', '211854.530000', '211854.533000', '211854.536000', '211854.538000', '211854.541000', '211854.544000', '211854.546000', '211854.549000', '211854.551000', '211854.554000', '211854.557000', '211854.559000', '211854.562000', '211854.564000', '211854.567000', '211854.570000', '211854.572000', '211854.575000', '211854.577000', '211854.580000', '211854.582000', '211854.585000', '211854.588000', '211854.590000', '211854.593000', '211854.596000', '211854.598000', '211854.601000', '211854.604000', '211854.606000', '211854.609000', '211854.611000', '211854.614000', '211854.617000', '211854.619000', '211854.622000', '211854.624000', '211854.627000', '211854.653000', '211914.517000', '211914.520000', '211914.523000', '211914.526000', '211914.528000', '211914.531000', '211914.533000', '211914.536000', '211914.539000', '211914.541000', '211914.559000', '211914.562000', '211914.565000', '211914.567000', '211914.570000', '211914.572000', '211914.575000', '211914.578000', '211914.580000', '211914.583000', '211914.586000', '211914.588000', '211914.591000', '211914.594000', '211914.596000', '211914.599000', '211914.602000', '211914.604000', '211914.607000', '211914.609000', '211914.612000', '211914.615000', '211914.618000', '211914.620000', '211914.623000', '211914.625000', '211914.628000', '211914.631000', '211914.633000', '211914.636000', '211914.638000', '211914.641000', '211914.644000', '211934.517000', '211934.520000', '211934.523000', '211934.525000', '211934.528000', '211934.531000', '211934.533000', '211934.536000', '211934.539000', '211934.542000', '211934.555000', '211934.558000', '211934.561000', '211934.564000', '211934.566000', '211934.569000', '211934.572000', '211934.574000', '211934.577000', '211934.579000', '211934.582000', '211934.585000', '211934.587000', '211934.590000', '211934.593000', '211934.595000', '211934.598000', '211934.600000', '211934.603000', '211934.606000', '211934.608000', '211934.611000', '211934.614000', '211934.616000', '211934.619000', '211934.622000', '211934.625000', '211934.627000', '211934.630000', '211934.633000', '211934.635000', '211934.638000', '211934.640000', '211954.517000', '211954.520000', '211954.523000', '211954.525000', '211954.528000', '211954.531000', '211954.533000', '211954.536000', '211954.539000', '211954.541000', '211954.544000', '211954.546000', '211954.549000', '211954.552000', '211954.554000', '211954.557000', '211954.559000', '211954.562000', '211954.565000', '211954.567000', '211954.586000', '211954.589000', '211954.592000', '211954.594000', '211954.597000', '211954.599000', '211954.602000', '211954.605000', '211954.607000', '211954.610000', '211954.612000', '211954.615000', '211954.618000', '211954.620000', '211954.623000', '211954.626000', '211954.628000', '211954.631000', '211954.634000', '211954.636000', '211954.639000', '211954.641000', '211954.644000', '211954.647000', '212014.517000', '212014.520000', '212014.522000', '212014.525000', '212014.527000', '212014.530000', '212014.533000', '212014.535000', '212014.538000', '212014.540000', '212014.543000', '212014.546000', '212014.548000', '212014.551000', '212014.554000', '212014.556000', '212014.559000', '212014.562000', '212014.564000', '212014.567000', '212014.569000', '212014.572000', '212014.575000', '212014.577000', '212014.580000', '212014.583000', '212014.585000', '212014.588000', '212014.590000', '212014.593000', '212014.596000', '212014.599000', '212014.601000', '212014.604000', '212014.606000', '212014.609000', '212014.612000', '212014.615000', '212014.618000', '212014.620000', '212014.623000', '212014.625000', '212014.628000', '212034.516000', '212034.519000', '212034.522000', '212034.525000', '212034.527000', '212034.530000', '212034.532000', '212034.535000', '212034.538000', '212034.540000', '212034.543000', '212034.546000', '212034.548000', '212034.551000', '212034.553000', '212034.556000', '212034.559000', '212034.561000', '212034.564000', '212034.566000', '212034.569000', '212034.572000', '212034.574000', '212034.577000', '212034.580000', '212034.582000', '212034.585000', '212034.587000', '212034.590000', '212034.593000', '212034.595000', '212034.598000', '212034.601000', '212034.603000', '212034.606000', '212034.608000', '212034.611000', '212034.614000', '212034.616000', '212034.619000', '212034.633000', '212034.635000', '212034.638000', '212034.641000', '212054.518000', '212054.521000', '212054.523000', '212054.526000', '212054.529000', '212054.531000', '212054.534000', '212054.536000', '212054.539000', '212054.542000', '212054.545000', '212054.548000', '212054.551000', '212054.554000', '212054.557000', '212054.559000', '212054.562000', '212054.564000', '212054.567000', '212054.570000', '212054.572000', '212054.575000', '212054.577000', '212054.580000', '212054.583000', '212054.585000', '212054.588000', '212054.591000', '212054.593000', '212054.596000', '212054.599000', '212054.601000', '212054.604000', '212054.607000', '212054.610000', '212054.612000', '212054.615000', '212054.618000', '212054.620000', '212054.623000', '212054.626000', '212054.628000', '212054.631000', '212114.518000', '212114.521000', '212114.523000', '212114.526000', '212114.529000', '212114.531000', '212114.534000', '212114.536000', '212114.539000', '212114.542000', '212114.544000', '212114.547000', '212114.550000', '212114.552000', '212114.555000', '212114.558000', '212114.560000', '212114.563000', '212114.565000', '212114.568000', '212114.571000', '212114.573000', '212114.596000', '212114.599000', '212114.602000', '212114.604000', '212114.607000', '212114.610000', '212114.613000', '212114.615000', '212114.618000', '212114.621000', '212114.623000', '212114.626000', '212114.629000', '212114.631000', '212114.634000', '212114.636000', '212114.639000', '212114.642000', '212114.644000', '212114.647000', '212114.649000', '212114.652000', '212134.517000', '212134.520000', '212134.523000', '212134.526000', '212134.528000', '212134.531000', '212134.533000', '212134.536000', '212134.539000', '212134.550000', '212134.552000', '212134.555000', '212134.558000', '212134.560000', '212134.563000', '212134.565000', '212134.568000', '212134.571000', '212134.573000', '212134.576000', '212134.581000', '212134.584000', '212134.586000', '212134.589000', '212134.592000', '212134.594000', '212134.597000', '212134.600000', '212134.603000', '212134.605000', '212134.608000', '212134.611000', '212134.613000', '212134.616000', '212134.619000', '212134.622000', '212134.624000', '212134.627000', '212134.630000', '212134.633000', '212134.635000', '212134.638000', '212134.641000', '212154.517000', '212154.520000', '212154.523000', '212154.526000', '212154.528000', '212154.531000', '212154.533000', '212154.536000', '212154.539000', '212154.541000', '212154.544000', '212154.547000', '212154.549000', '212154.552000', '212154.555000', '212154.557000', '212154.560000', '212154.562000', '212154.565000', '212154.568000', '212154.571000', '212154.573000', '212154.576000', '212154.579000', '212154.581000', '212154.584000', '212154.587000', '212154.589000', '212154.592000', '212154.594000', '212154.597000', '212154.600000', '212154.602000', '212154.605000', '212154.608000', '212154.610000', '212154.613000', '212154.616000', '212154.618000', '212154.621000', '212154.624000', '212154.626000', '212154.629000', '212154.632000', '212214.517000', '212214.519000', '212214.522000', '212214.525000', '212214.527000', '212214.530000', '212214.533000', '212214.535000', '212214.538000', '212214.540000', '212214.543000', '212214.546000', '212214.548000', '212214.551000', '212214.554000', '212214.556000', '212214.559000', '212214.562000', '212214.564000', '212214.567000', '212214.570000', '212214.572000', '212214.575000', '212214.578000', '212214.580000', '212214.583000', '212214.586000', '212214.589000', '212214.591000', '212214.594000', '212214.597000', '212214.600000', '212214.602000', '212214.605000', '212214.607000', '212214.610000', '212214.613000', '212214.615000', '212214.618000', '212214.621000', '212214.624000', '212214.626000', '212214.629000', '212234.517000', '212234.520000', '212234.522000', '212234.525000', '212234.527000', '212234.530000', '212234.533000', '212234.535000', '212234.538000', '212234.540000', '212234.543000', '212234.546000', '212234.548000', '212234.551000', '212234.554000', '212234.556000', '212234.559000', '212234.561000', '212234.564000', '212234.567000', '212234.569000', '212234.572000', '212234.575000', '212234.577000', '212234.580000', '212234.582000', '212234.585000', '212234.588000', '212234.590000', '212234.593000', '212234.595000', '212234.598000', '212234.601000', '212234.604000', '212234.607000', '212234.609000', '212234.612000', '212234.615000', '212234.617000', '212234.620000', '212234.623000', '212234.625000', '212234.628000', '212234.631000', '212254.516000', '212254.519000', '212254.522000', '212254.525000', '212254.527000', '212254.530000', '212254.533000', '212254.535000', '212254.538000', '212254.540000', '212254.543000', '212254.546000', '212254.548000', '212254.551000', '212254.553000', '212254.570000', '212254.573000', '212254.575000', '212254.578000', '212254.581000', '212254.583000', '212254.586000', '212254.589000', '212254.591000', '212254.594000', '212254.596000', '212254.599000', '212254.602000', '212254.613000', '212254.615000', '212254.618000', '212254.621000', '212254.623000', '212254.626000', '212254.629000', '212254.631000', '212254.634000', '212254.637000', '212254.639000', '212254.642000', '212254.645000', '212254.647000', '212254.650000', '212314.518000', '212314.521000', '212314.523000', '212314.526000', '212314.528000', '212314.531000', '212314.534000', '212314.536000', '212314.539000', '212314.542000', '212314.544000', '212314.547000', '212314.550000', '212314.552000', '212314.555000', '212314.558000', '212314.560000', '212314.563000', '212314.565000', '212314.568000', '212314.571000', '212314.573000', '212314.576000', '212314.578000', '212314.581000', '212314.584000', '212314.586000', '212314.589000', '212314.592000', '212314.594000', '212314.597000', '212314.600000', '212314.602000', '212314.605000', '212314.607000', '212314.610000', '212314.613000', '212314.615000', '212314.618000', '212314.621000', '212314.623000', '212314.626000', '212314.629000', '212314.632000', '212334.517000', '212334.520000', '212334.523000', '212334.526000', '212334.528000', '212334.531000', '212334.534000', '212334.536000', '212334.539000', '212334.542000', '212334.544000', '212334.547000', '212334.550000', '212334.552000', '212334.555000', '212334.558000', '212334.560000', '212334.563000', '212334.566000', '212334.568000', '212334.571000', '212334.573000', '212334.576000', '212334.579000', '212334.581000', '212334.586000', '212334.588000', '212334.591000', '212334.593000', '212334.596000', '212334.599000', '212334.601000', '212334.604000', '212334.607000', '212334.609000', '212334.612000', '212334.614000', '212334.617000', '212334.620000', '212334.623000', '212334.625000', '212334.628000', '212334.630000', '212354.518000', '212354.520000', '212354.523000', '212354.526000', '212354.529000', '212354.531000', '212354.534000', '212354.536000', '212354.539000', '212354.542000', '212354.545000', '212354.547000', '212354.550000', '212354.553000', '212354.555000', '212354.558000', '212354.561000', '212354.563000', '212354.566000', '212354.568000', '212354.571000', '212354.574000', '212354.576000', '212354.579000', '212354.582000', '212354.584000', '212354.587000', '212354.590000', '212354.592000', '212354.595000', '212354.598000', '212354.600000', '212354.603000', '212354.606000', '212354.608000', '212354.611000', '212354.613000', '212354.616000', '212354.619000', '212354.621000', '212354.624000', '212354.627000', '212354.629000', '212354.632000', '212414.518000', '212414.521000', '212414.523000', '212414.526000', '212414.528000', '212414.531000', '212414.534000', '212414.536000', '212414.539000', '212414.542000', '212414.544000', '212414.547000', '212414.549000', '212414.552000', '212414.555000', '212414.557000', '212414.560000', '212414.562000', '212414.565000', '212414.568000', '212414.570000', '212414.573000', '212414.576000', '212414.579000', '212414.581000', '212414.584000', '212414.587000', '212414.589000', '212414.592000', '212414.594000', '212414.597000', '212414.600000', '212414.603000', '212414.605000', '212414.608000', '212414.630000', '212414.633000', '212414.636000', '212414.638000', '212414.641000', '212414.644000', '212414.646000', '212414.649000', '212430.759000', '212430.762000', '212430.764000', '212430.767000', '212430.770000', '212430.772000', '212430.775000', '212430.778000', '212430.780000', '212430.783000', '212430.786000', '212430.788000', '212430.791000', '212430.794000', '212430.797000', '212430.799000', '212430.802000', '212430.805000', '212430.808000', '212430.811000', '212430.813000', '212430.816000', '212430.819000', '212430.823000', '212430.826000', '212430.828000', '212430.831000', '212430.834000', '212430.837000', '212430.840000', '212430.843000', '212430.845000', '212430.848000', '212430.852000', '212430.854000', '212430.857000'], 'InstanceCreationTime': ['211814.553000', '211814.556000', '211814.559000', '211814.561000', '211814.564000', '211814.567000', '211814.569000', '211814.572000', '211814.574000', '211814.577000', '211814.580000', '211814.583000', '211814.586000', '211814.588000', '211814.591000', '211814.593000', '211814.596000', '211814.599000', '211814.601000', '211814.604000', '211814.607000', '211814.609000', '211814.615000', '211814.618000', '211814.620000', '211814.623000', '211814.626000', '211814.628000', '211814.631000', '211814.633000', '211814.636000', '211814.639000', '211814.641000', '211814.644000', '211814.646000', '211814.649000', '211814.652000', '211814.654000', '211814.657000', '211814.659000', '211814.674000', '211814.677000', '211814.679000', '211814.682000', '211814.685000', '211814.687000', '211814.690000', '211814.693000', '211814.695000', '211814.698000', '211814.700000', '211814.703000', '211814.705000', '211834.517000', '211834.520000', '211834.523000', '211834.526000', '211834.528000', '211834.531000', '211834.533000', '211834.536000', '211834.539000', '211834.541000', '211834.544000', '211834.546000', '211834.549000', '211834.552000', '211834.579000', '211834.582000', '211834.584000', '211834.587000', '211834.590000', '211834.592000', '211834.595000', '211834.597000', '211834.600000', '211834.603000', '211834.605000', '211834.608000', '211834.610000', '211834.613000', '211834.616000', '211834.618000', '211834.621000', '211834.623000', '211834.626000', '211834.629000', '211834.631000', '211834.634000', '211834.636000', '211834.639000', '211834.642000', '211834.644000', '211834.656000', '211834.658000', '211834.661000', '211834.663000', '211854.517000', '211854.520000', '211854.523000', '211854.525000', '211854.528000', '211854.530000', '211854.533000', '211854.536000', '211854.538000', '211854.541000', '211854.544000', '211854.546000', '211854.549000', '211854.551000', '211854.554000', '211854.557000', '211854.559000', '211854.562000', '211854.564000', '211854.567000', '211854.570000', '211854.572000', '211854.575000', '211854.577000', '211854.580000', '211854.582000', '211854.585000', '211854.588000', '211854.590000', '211854.593000', '211854.596000', '211854.598000', '211854.601000', '211854.604000', '211854.606000', '211854.609000', '211854.611000', '211854.614000', '211854.617000', '211854.619000', '211854.622000', '211854.624000', '211854.627000', '211854.653000', '211914.517000', '211914.520000', '211914.523000', '211914.526000', '211914.528000', '211914.531000', '211914.533000', '211914.536000', '211914.539000', '211914.541000', '211914.559000', '211914.562000', '211914.565000', '211914.567000', '211914.570000', '211914.572000', '211914.575000', '211914.578000', '211914.580000', '211914.583000', '211914.586000', '211914.588000', '211914.591000', '211914.594000', '211914.596000', '211914.599000', '211914.602000', '211914.604000', '211914.607000', '211914.609000', '211914.612000', '211914.615000', '211914.618000', '211914.620000', '211914.623000', '211914.625000', '211914.628000', '211914.631000', '211914.633000', '211914.636000', '211914.638000', '211914.641000', '211914.644000', '211934.517000', '211934.520000', '211934.523000', '211934.525000', '211934.528000', '211934.531000', '211934.533000', '211934.536000', '211934.539000', '211934.542000', '211934.555000', '211934.558000', '211934.561000', '211934.564000', '211934.566000', '211934.569000', '211934.572000', '211934.574000', '211934.577000', '211934.579000', '211934.582000', '211934.585000', '211934.587000', '211934.590000', '211934.593000', '211934.595000', '211934.598000', '211934.600000', '211934.603000', '211934.606000', '211934.608000', '211934.611000', '211934.614000', '211934.616000', '211934.619000', '211934.622000', '211934.625000', '211934.627000', '211934.630000', '211934.633000', '211934.635000', '211934.638000', '211934.640000', '211954.517000', '211954.520000', '211954.523000', '211954.525000', '211954.528000', '211954.531000', '211954.533000', '211954.536000', '211954.539000', '211954.541000', '211954.544000', '211954.546000', '211954.549000', '211954.552000', '211954.554000', '211954.557000', '211954.559000', '211954.562000', '211954.565000', '211954.567000', '211954.586000', '211954.589000', '211954.592000', '211954.594000', '211954.597000', '211954.599000', '211954.602000', '211954.605000', '211954.607000', '211954.610000', '211954.612000', '211954.615000', '211954.618000', '211954.620000', '211954.623000', '211954.626000', '211954.628000', '211954.631000', '211954.634000', '211954.636000', '211954.639000', '211954.641000', '211954.644000', '211954.647000', '212014.517000', '212014.520000', '212014.522000', '212014.525000', '212014.527000', '212014.530000', '212014.533000', '212014.535000', '212014.538000', '212014.540000', '212014.543000', '212014.546000', '212014.548000', '212014.551000', '212014.554000', '212014.556000', '212014.559000', '212014.562000', '212014.564000', '212014.567000', '212014.569000', '212014.572000', '212014.575000', '212014.577000', '212014.580000', '212014.583000', '212014.585000', '212014.588000', '212014.590000', '212014.593000', '212014.596000', '212014.599000', '212014.601000', '212014.604000', '212014.606000', '212014.609000', '212014.612000', '212014.615000', '212014.618000', '212014.620000', '212014.623000', '212014.625000', '212014.628000', '212034.516000', '212034.519000', '212034.522000', '212034.525000', '212034.527000', '212034.530000', '212034.532000', '212034.535000', '212034.538000', '212034.540000', '212034.543000', '212034.546000', '212034.548000', '212034.551000', '212034.553000', '212034.556000', '212034.559000', '212034.561000', '212034.564000', '212034.566000', '212034.569000', '212034.572000', '212034.574000', '212034.577000', '212034.580000', '212034.582000', '212034.585000', '212034.587000', '212034.590000', '212034.593000', '212034.595000', '212034.598000', '212034.601000', '212034.603000', '212034.606000', '212034.608000', '212034.611000', '212034.614000', '212034.616000', '212034.619000', '212034.633000', '212034.635000', '212034.638000', '212034.641000', '212054.518000', '212054.521000', '212054.523000', '212054.526000', '212054.529000', '212054.531000', '212054.534000', '212054.536000', '212054.539000', '212054.542000', '212054.545000', '212054.548000', '212054.551000', '212054.554000', '212054.557000', '212054.559000', '212054.562000', '212054.564000', '212054.567000', '212054.570000', '212054.572000', '212054.575000', '212054.577000', '212054.580000', '212054.583000', '212054.585000', '212054.588000', '212054.591000', '212054.593000', '212054.596000', '212054.599000', '212054.601000', '212054.604000', '212054.607000', '212054.610000', '212054.612000', '212054.615000', '212054.618000', '212054.620000', '212054.623000', '212054.626000', '212054.628000', '212054.631000', '212114.518000', '212114.521000', '212114.523000', '212114.526000', '212114.529000', '212114.531000', '212114.534000', '212114.536000', '212114.539000', '212114.542000', '212114.544000', '212114.547000', '212114.550000', '212114.552000', '212114.555000', '212114.558000', '212114.560000', '212114.563000', '212114.565000', '212114.568000', '212114.571000', '212114.573000', '212114.596000', '212114.599000', '212114.602000', '212114.604000', '212114.607000', '212114.610000', '212114.613000', '212114.615000', '212114.618000', '212114.621000', '212114.623000', '212114.626000', '212114.629000', '212114.631000', '212114.634000', '212114.636000', '212114.639000', '212114.642000', '212114.644000', '212114.647000', '212114.649000', '212114.652000', '212134.517000', '212134.520000', '212134.523000', '212134.526000', '212134.528000', '212134.531000', '212134.533000', '212134.536000', '212134.539000', '212134.550000', '212134.552000', '212134.555000', '212134.558000', '212134.560000', '212134.563000', '212134.565000', '212134.568000', '212134.571000', '212134.573000', '212134.576000', '212134.581000', '212134.584000', '212134.586000', '212134.589000', '212134.592000', '212134.594000', '212134.597000', '212134.600000', '212134.603000', '212134.605000', '212134.608000', '212134.611000', '212134.613000', '212134.616000', '212134.619000', '212134.622000', '212134.624000', '212134.627000', '212134.630000', '212134.633000', '212134.635000', '212134.638000', '212134.641000', '212154.517000', '212154.520000', '212154.523000', '212154.526000', '212154.528000', '212154.531000', '212154.533000', '212154.536000', '212154.539000', '212154.541000', '212154.544000', '212154.547000', '212154.549000', '212154.552000', '212154.555000', '212154.557000', '212154.560000', '212154.562000', '212154.565000', '212154.568000', '212154.571000', '212154.573000', '212154.576000', '212154.579000', '212154.581000', '212154.584000', '212154.587000', '212154.589000', '212154.592000', '212154.594000', '212154.597000', '212154.600000', '212154.602000', '212154.605000', '212154.608000', '212154.610000', '212154.613000', '212154.616000', '212154.618000', '212154.621000', '212154.624000', '212154.626000', '212154.629000', '212154.632000', '212214.517000', '212214.519000', '212214.522000', '212214.525000', '212214.527000', '212214.530000', '212214.533000', '212214.535000', '212214.538000', '212214.540000', '212214.543000', '212214.546000', '212214.548000', '212214.551000', '212214.554000', '212214.556000', '212214.559000', '212214.562000', '212214.564000', '212214.567000', '212214.570000', '212214.572000', '212214.575000', '212214.578000', '212214.580000', '212214.583000', '212214.586000', '212214.589000', '212214.591000', '212214.594000', '212214.597000', '212214.600000', '212214.602000', '212214.605000', '212214.607000', '212214.610000', '212214.613000', '212214.615000', '212214.618000', '212214.621000', '212214.624000', '212214.626000', '212214.629000', '212234.517000', '212234.520000', '212234.522000', '212234.525000', '212234.527000', '212234.530000', '212234.533000', '212234.535000', '212234.538000', '212234.540000', '212234.543000', '212234.546000', '212234.548000', '212234.551000', '212234.554000', '212234.556000', '212234.559000', '212234.561000', '212234.564000', '212234.567000', '212234.569000', '212234.572000', '212234.575000', '212234.577000', '212234.580000', '212234.582000', '212234.585000', '212234.588000', '212234.590000', '212234.593000', '212234.595000', '212234.598000', '212234.601000', '212234.604000', '212234.607000', '212234.609000', '212234.612000', '212234.615000', '212234.617000', '212234.620000', '212234.623000', '212234.625000', '212234.628000', '212234.631000', '212254.516000', '212254.519000', '212254.522000', '212254.525000', '212254.527000', '212254.530000', '212254.533000', '212254.535000', '212254.538000', '212254.540000', '212254.543000', '212254.546000', '212254.548000', '212254.551000', '212254.553000', '212254.570000', '212254.573000', '212254.575000', '212254.578000', '212254.581000', '212254.583000', '212254.586000', '212254.589000', '212254.591000', '212254.594000', '212254.596000', '212254.599000', '212254.602000', '212254.613000', '212254.615000', '212254.618000', '212254.621000', '212254.623000', '212254.626000', '212254.629000', '212254.631000', '212254.634000', '212254.637000', '212254.639000', '212254.642000', '212254.645000', '212254.647000', '212254.650000', '212314.518000', '212314.521000', '212314.523000', '212314.526000', '212314.528000', '212314.531000', '212314.534000', '212314.536000', '212314.539000', '212314.542000', '212314.544000', '212314.547000', '212314.550000', '212314.552000', '212314.555000', '212314.558000', '212314.560000', '212314.563000', '212314.565000', '212314.568000', '212314.571000', '212314.573000', '212314.576000', '212314.578000', '212314.581000', '212314.584000', '212314.586000', '212314.589000', '212314.592000', '212314.594000', '212314.597000', '212314.600000', '212314.602000', '212314.605000', '212314.607000', '212314.610000', '212314.613000', '212314.615000', '212314.618000', '212314.621000', '212314.623000', '212314.626000', '212314.629000', '212314.632000', '212334.517000', '212334.520000', '212334.523000', '212334.526000', '212334.528000', '212334.531000', '212334.534000', '212334.536000', '212334.539000', '212334.542000', '212334.544000', '212334.547000', '212334.550000', '212334.552000', '212334.555000', '212334.558000', '212334.560000', '212334.563000', '212334.566000', '212334.568000', '212334.571000', '212334.573000', '212334.576000', '212334.579000', '212334.581000', '212334.586000', '212334.588000', '212334.591000', '212334.593000', '212334.596000', '212334.599000', '212334.601000', '212334.604000', '212334.607000', '212334.609000', '212334.612000', '212334.614000', '212334.617000', '212334.620000', '212334.623000', '212334.625000', '212334.628000', '212334.630000', '212354.518000', '212354.520000', '212354.523000', '212354.526000', '212354.529000', '212354.531000', '212354.534000', '212354.536000', '212354.539000', '212354.542000', '212354.545000', '212354.547000', '212354.550000', '212354.553000', '212354.555000', '212354.558000', '212354.561000', '212354.563000', '212354.566000', '212354.568000', '212354.571000', '212354.574000', '212354.576000', '212354.579000', '212354.582000', '212354.584000', '212354.587000', '212354.590000', '212354.592000', '212354.595000', '212354.598000', '212354.600000', '212354.603000', '212354.606000', '212354.608000', '212354.611000', '212354.613000', '212354.616000', '212354.619000', '212354.621000', '212354.624000', '212354.627000', '212354.629000', '212354.632000', '212414.518000', '212414.521000', '212414.523000', '212414.526000', '212414.528000', '212414.531000', '212414.534000', '212414.536000', '212414.539000', '212414.542000', '212414.544000', '212414.547000', '212414.549000', '212414.552000', '212414.555000', '212414.557000', '212414.560000', '212414.562000', '212414.565000', '212414.568000', '212414.570000', '212414.573000', '212414.576000', '212414.579000', '212414.581000', '212414.584000', '212414.587000', '212414.589000', '212414.592000', '212414.594000', '212414.597000', '212414.600000', '212414.603000', '212414.605000', '212414.608000', '212414.630000', '212414.633000', '212414.636000', '212414.638000', '212414.641000', '212414.644000', '212414.646000', '212414.649000', '212430.759000', '212430.762000', '212430.764000', '212430.767000', '212430.770000', '212430.772000', '212430.775000', '212430.778000', '212430.780000', '212430.783000', '212430.786000', '212430.788000', '212430.791000', '212430.794000', '212430.797000', '212430.799000', '212430.802000', '212430.805000', '212430.808000', '212430.811000', '212430.813000', '212430.816000', '212430.819000', '212430.823000', '212430.826000', '212430.828000', '212430.831000', '212430.834000', '212430.837000', '212430.840000', '212430.843000', '212430.845000', '212430.848000', '212430.852000', '212430.854000', '212430.857000'], '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': [16915, 13637, 13837, 15409, 9847, 17152, 13918, 10263, 17361, 12579, 16084, 13606, 10422, 15918, 14315, 10167, 17128, 13223, 11689, 15969, 10553, 17545, 12301, 16108, 12916, 13880, 14238, 9538, 16172, 11106, 16236, 13161, 14260, 12387, 8801, 15094, 9757, 16950, 12195, 13959, 12665, 9157, 16805, 11058, 15061, 12106, 9784, 16100, 10620, 15906, 11922, 15404, 14126, 9802, 15245, 11595, 16021, 13389, 10413, 14592, 10827, 16352, 13711, 9911, 15133, 11534, 15640, 14561, 11202, 15901, 11991, 18204, 13942, 13600, 14501, 12715, 17816, 13523, 13157, 14498, 11517, 15222, 13735, 11907, 16171, 12533, 10748, 16794, 12456, 15724, 12366, 12320, 14911, 12351, 15025, 11651, 14304, 13481, 9498, 14637, 10884, 15232, 12818, 9784, 14024, 10150, 16445, 12909, 9547, 15181, 11058, 13851, 14499, 10031, 15335, 13445, 10010, 17195, 13130, 9442, 15310, 13020, 10182, 16176, 12103, 9890, 15625, 13603, 10408, 15848, 12178, 9850, 15632, 11355, 11239, 16661, 12701, 16545, 13273, 9704, 14230, 10490, 16063, 13497, 9490, 14257, 10570, 16355, 13090, 10378, 13349, 9611, 17084, 12764, 15274, 12642, 9568, 16502, 11740, 16198, 13166, 9755, 16125, 12546, 15292, 14464, 9795, 16166, 13046, 14680, 14472, 10970, 15713, 12707, 11884, 15549, 12464, 15887, 12917, 11121, 16386, 12615, 14162, 12830, 9495, 16014, 11263, 14753, 12243, 10020, 15197, 10712, 14701, 12230, 9618, 16187, 11564, 13312, 13670, 10632, 16816, 12979, 10109, 15457, 12357, 10785, 15614, 11130, 15708, 12526, 10688, 14757, 9875, 16418, 12020, 14340, 12588, 9449, 16170, 11442, 13234, 12881, 9607, 16935, 12369, 11469, 14310, 9862, 16362, 12083, 12220, 14288, 9973, 16736, 12026, 14510, 12580, 13025, 14411, 9834, 14634, 10690, 15682, 12680, 11967, 13263, 10576, 15034, 13098, 10188, 15477, 12466, 14285, 14425, 10468, 15862, 10166, 16714, 12590, 17021, 12733, 10242, 16163, 12212, 15554, 12304, 14834, 12886, 11436, 13633, 9647, 15864, 11513, 12379, 15729, 12174, 14531, 13733, 10083, 15849, 12261, 13089, 15513, 10589, 16140, 13291, 9949, 17043, 12104, 14956, 13838, 10100, 16823, 13321, 18388, 12495, 9993, 16199, 12564, 17608, 12459, 9914, 16477, 13064, 11531, 15597, 12730, 9903, 15294, 13804, 10285, 15943, 12316, 13308, 14978, 10944, 14714, 9956, 15341, 11460, 15290, 11873, 10168, 14297, 9718, 16765, 11950, 14653, 11860, 11198, 14898, 9737, 15423, 11577, 14543, 13204, 10340, 14822, 10621, 15947, 12806, 12723, 14556, 9521, 16756, 12859, 16405, 13381, 9864, 16133, 11910, 16055, 13754, 10063, 14938, 10684, 16062, 12839, 15685, 12687, 10264, 14880, 11103, 15694, 10802, 14973, 12136, 13745, 13151, 9908, 15730, 11873, 13236, 14732, 10600, 16035, 12545, 14360, 14910, 10425, 16094, 12926, 11853, 15179, 10805, 15245, 12270, 16157, 14501, 12514, 15584, 11295, 15708, 12925, 11373, 14169, 10660, 15471, 12861, 12717, 13511, 10131, 16104, 11466, 13436, 10844, 13277, 14421, 10273, 14908, 10768, 16934, 13858, 14250, 12792, 10261, 15334, 10672, 15982, 10637, 15729, 12827, 17442, 13475, 10297, 14249, 9223, 17817, 12413, 15603, 13075, 9396, 17204, 12671, 16677, 12963, 10145, 16237, 11305, 16859, 13093, 14295, 14457, 10997, 16865, 11909, 15956, 13012, 13414, 14671, 9720, 16269, 11787, 17287, 13669, 9939, 14560, 9347, 17333, 12393, 14924, 11920, 9982, 14669, 9858, 15434, 12164, 12886, 14099, 10049, 16891, 11814, 15832, 12596, 12344, 15135, 10130, 15970, 12313, 16627, 13864, 9781, 15292, 11523, 11194, 13957, 11792, 9389, 17002, 13672, 9847, 15721, 13396, 12159, 16113, 12300, 15326, 12105, 16799, 13512, 11298, 14308, 10104, 15696, 12263, 15568, 12142, 9708, 15230, 9942, 16587, 11832, 11561, 12857, 9382, 16962, 11696, 15257, 12567, 11562, 15233, 10039, 16272, 12536, 15525, 14004, 10951, 16126, 11197, 16377, 13260, 15814, 14274, 10655, 15846, 13755, 9401, 16341, 12661, 9603, 15849, 12790, 13098, 15405, 10598, 16252, 11948, 16504, 12831, 12514, 12023, 14614, 10173, 15484, 10795, 15440, 12222, 12956, 14832, 9695, 15928, 12187, 16047, 13725, 9390, 15953, 11696, 16358, 13569, 9858, 14987, 11333, 16180, 13430, 10196, 14531, 9733, 16943, 13212, 15651, 13083, 9004, 15548, 10469, 15938, 12476, 14547, 12856, 9814, 16151, 11142, 15630, 12518, 11768, 15301, 9626, 15856, 10930, 16850, 12569, 15211, 11584, 9611, 16249, 12265, 13904, 13383, 9600, 16725, 12752, 13161, 15056, 10662, 16824, 12937, 12826, 15411, 10050, 16529, 12068, 15575, 18414, 13629, 12682, 14481, 10182, 17325, 12728, 15124, 13227, 9696, 16566, 11882, 15248, 12323, 15219, 12523, 13527, 14032, 9617, 15146, 10780, 16865, 13250, 12609, 13184, 9423, 16652, 12450, 14690, 12704, 9718, 15726, 11660, 14915, 12715, 12063, 14630, 10111, 15008, 10903, 15469, 13057, 11473, 14559, 10281, 15839, 11811, 16009, 12909, 10073, 14308, 9859, 17138, 12765, 15227, 12678, 9107, 15780, 11268, 14781, 12638, 9984, 15525, 10971, 15205, 11783, 11641, 14435, 11646, 9711, 15565, 11446, 9451, 15729, 11626, 17009, 13510, 10827, 14632, 9530, 16135, 10827, 15258, 9577, 15748, 10679, 15980, 12672, 11548, 13222, 9403, 16600, 11921, 15668, 12185, 10172, 14563, 10209, 17064, 12118, 15503, 12676, 15408, 14087, 10091, 14484, 9488, 16385, 11986, 15902, 12047, 9612, 15000, 11633, 16287, 12130, 9461, 15257, 10696, 16708, 13073, 14939, 12014, 14850, 13810, 11396, 14405, 10480, 16250, 13120, 11150, 12981, 9381, 16250, 11668, 14376, 11949, 11571, 14206, 9812, 12555, 15954, 11506, 15879, 11736, 14614, 11816, 14424, 12390, 15505, 13135, 9518, 14555, 10024, 16250, 10935, 10735, 16200, 12683, 16513, 12722, 11489, 13325, 9976, 16489, 11616, 15270, 12297, 11571, 14586, 9802, 16107, 11642, 15427, 12369, 14760, 13825, 9924, 15896, 10892, 16256, 13001, 10675, 14038, 9812, 16770, 13104, 15053, 12849, 9601, 16244, 12027, 16459, 12452, 9903, 15263, 11510, 14689, 12036, 10570, 14719, 10517, 15078, 11927, 12504, 14011, 9910, 16182, 11654, 14239, 12474, 9858, 15765, 10711, 14705, 12214, 15175, 12232, 11125, 13114, 9344, 16085, 10558, 16046, 12759, 10004, 16568, 12631, 10287, 13315, 14829, 10498, 15397, 10907, 15750, 11985, 16747, 13195, 10050, 13856, 10174, 16987, 12368, 13465, 12807, 9896, 15722, 10845, 14628, 12356, 10380], 'WindowCenter': [4918.0, 4885.0, 4872.0, 4881.0, 4830.0, 4886.0, 4868.0, 4839.0, 4889.0, 4859.0, 4888.0, 4872.0, 4843.0, 4889.0, 4880.0, 4842.0, 4902.0, 4873.0, 4861.0, 4890.0, 4851.0, 4902.0, 4862.0, 4889.0, 4872.0, 4869.0, 4879.0, 4830.0, 4889.0, 4848.0, 4890.0, 4865.0, 4881.0, 4855.0, 4831.0, 4879.0, 4836.0, 4899.0, 4873.0, 4881.0, 4872.0, 4842.0, 4911.0, 4861.0, 4891.0, 4871.0, 4853.0, 4913.0, 4868.0, 4914.0, 4888.0, 4919.0, 4907.0, 4866.0, 4901.0, 4878.0, 4915.0, 4898.0, 4867.0, 4904.0, 4876.0, 4925.0, 4905.0, 4869.0, 4906.0, 4878.0, 4917.0, 4905.0, 4876.0, 4905.0, 4876.0, 4923.0, 4892.0, 4880.0, 4893.0, 4884.0, 4912.0, 4882.0, 4883.0, 4888.0, 4864.0, 4901.0, 4882.0, 4873.0, 4903.0, 4874.0, 4864.0, 4903.0, 4875.0, 4892.0, 4868.0, 4869.0, 4881.0, 4860.0, 4877.0, 4859.0, 4880.0, 4871.0, 4828.0, 4878.0, 4849.0, 4887.0, 4871.0, 4830.0, 4865.0, 4851.0, 4900.0, 4871.0, 4843.0, 4891.0, 4861.0, 4893.0, 4894.0, 4856.0, 4903.0, 4881.0, 4858.0, 4915.0, 4884.0, 4855.0, 4902.0, 4883.0, 4853.0, 4911.0, 4875.0, 4852.0, 4901.0, 4892.0, 4863.0, 4904.0, 4872.0, 4856.0, 4906.0, 4860.0, 4865.0, 4903.0, 4871.0, 4899.0, 4872.0, 4835.0, 4877.0, 4851.0, 4900.0, 4876.0, 4842.0, 4876.0, 4853.0, 4898.0, 4879.0, 4850.0, 4878.0, 4841.0, 4902.0, 4870.0, 4890.0, 4869.0, 4838.0, 4902.0, 4873.0, 4900.0, 4882.0, 4845.0, 4903.0, 4885.0, 4903.0, 4893.0, 4854.0, 4899.0, 4883.0, 4894.0, 4888.0, 4851.0, 4887.0, 4871.0, 4860.0, 4894.0, 4874.0, 4890.0, 4871.0, 4849.0, 4892.0, 4855.0, 4867.0, 4857.0, 4827.0, 4885.0, 4847.0, 4877.0, 4856.0, 4839.0, 4879.0, 4838.0, 4879.0, 4860.0, 4842.0, 4899.0, 4862.0, 4879.0, 4879.0, 4851.0, 4899.0, 4872.0, 4850.0, 4890.0, 4867.0, 4849.0, 4901.0, 4862.0, 4891.0, 4870.0, 4848.0, 4880.0, 4840.0, 4887.0, 4858.0, 4877.0, 4868.0, 4836.0, 4891.0, 4860.0, 4868.0, 4865.0, 4843.0, 4902.0, 4870.0, 4861.0, 4880.0, 4853.0, 4902.0, 4873.0, 4857.0, 4879.0, 4842.0, 4900.0, 4862.0, 4880.0, 4869.0, 4869.0, 4882.0, 4840.0, 4880.0, 4835.0, 4890.0, 4869.0, 4860.0, 4865.0, 4850.0, 4901.0, 4882.0, 4852.0, 4902.0, 4872.0, 4890.0, 4889.0, 4852.0, 4901.0, 4843.0, 4898.0, 4861.0, 4898.0, 4857.0, 4835.0, 4886.0, 4860.0, 4891.0, 4861.0, 4878.0, 4859.0, 4850.0, 4866.0, 4826.0, 4888.0, 4845.0, 4859.0, 4876.0, 4859.0, 4878.0, 4866.0, 4837.0, 4888.0, 4874.0, 4883.0, 4902.0, 4865.0, 4904.0, 4893.0, 4866.0, 4914.0, 4887.0, 4904.0, 4889.0, 4854.0, 4904.0, 4886.0, 4913.0, 4862.0, 4842.0, 4888.0, 4872.0, 4897.0, 4871.0, 4841.0, 4901.0, 4871.0, 4860.0, 4891.0, 4872.0, 4852.0, 4889.0, 4878.0, 4855.0, 4893.0, 4862.0, 4868.0, 4880.0, 4850.0, 4879.0, 4840.0, 4890.0, 4852.0, 4878.0, 4849.0, 4836.0, 4876.0, 4842.0, 4885.0, 4862.0, 4878.0, 4860.0, 4849.0, 4891.0, 4841.0, 4889.0, 4862.0, 4881.0, 4881.0, 4852.0, 4889.0, 4851.0, 4901.0, 4882.0, 4883.0, 4890.0, 4842.0, 4902.0, 4882.0, 4898.0, 4882.0, 4842.0, 4904.0, 4872.0, 4900.0, 4879.0, 4843.0, 4890.0, 4849.0, 4892.0, 4872.0, 4891.0, 4870.0, 4840.0, 4892.0, 4849.0, 4888.0, 4849.0, 4878.0, 4861.0, 4868.0, 4867.0, 4840.0, 4889.0, 4871.0, 4880.0, 4891.0, 4855.0, 4902.0, 4876.0, 4890.0, 4895.0, 4853.0, 4899.0, 4872.0, 4861.0, 4890.0, 4849.0, 4889.0, 4871.0, 4891.0, 4881.0, 4858.0, 4889.0, 4852.0, 4890.0, 4857.0, 4844.0, 4867.0, 4840.0, 4880.0, 4858.0, 4856.0, 4867.0, 4836.0, 4902.0, 4864.0, 4867.0, 4835.0, 4855.0, 4866.0, 4832.0, 4875.0, 4836.0, 4885.0, 4868.0, 4865.0, 4859.0, 4825.0, 4874.0, 4836.0, 4875.0, 4839.0, 4871.0, 4855.0, 4883.0, 4865.0, 4827.0, 4866.0, 4815.0, 4896.0, 4858.0, 4889.0, 4858.0, 4830.0, 4900.0, 4869.0, 4900.0, 4872.0, 4850.0, 4902.0, 4861.0, 4902.0, 4869.0, 4878.0, 4883.0, 4852.0, 4899.0, 4862.0, 4889.0, 4870.0, 4868.0, 4881.0, 4830.0, 4890.0, 4861.0, 4901.0, 4883.0, 4838.0, 4878.0, 4832.0, 4902.0, 4871.0, 4879.0, 4858.0, 4845.0, 4892.0, 4841.0, 4888.0, 4872.0, 4872.0, 4892.0, 4852.0, 4914.0, 4873.0, 4893.0, 4872.0, 4872.0, 4891.0, 4852.0, 4894.0, 4876.0, 4901.0, 4884.0, 4856.0, 4892.0, 4862.0, 4865.0, 4880.0, 4870.0, 4841.0, 4911.0, 4895.0, 4857.0, 4902.0, 4881.0, 4872.0, 4904.0, 4862.0, 4876.0, 4858.0, 4891.0, 4870.0, 4850.0, 4877.0, 4840.0, 4885.0, 4860.0, 4889.0, 4856.0, 4838.0, 4889.0, 4848.0, 4898.0, 4871.0, 4859.0, 4871.0, 4843.0, 4900.0, 4871.0, 4890.0, 4873.0, 4876.0, 4905.0, 4852.0, 4902.0, 4871.0, 4892.0, 4880.0, 4852.0, 4890.0, 4851.0, 4889.0, 4870.0, 4879.0, 4877.0, 4841.0, 4875.0, 4868.0, 4829.0, 4889.0, 4872.0, 4827.0, 4890.0, 4869.0, 4870.0, 4888.0, 4851.0, 4888.0, 4856.0, 4888.0, 4858.0, 4856.0, 4843.0, 4880.0, 4825.0, 4876.0, 4833.0, 4876.0, 4859.0, 4866.0, 4890.0, 4841.0, 4888.0, 4871.0, 4902.0, 4879.0, 4839.0, 4893.0, 4872.0, 4903.0, 4883.0, 4852.0, 4892.0, 4863.0, 4901.0, 4883.0, 4850.0, 4880.0, 4843.0, 4902.0, 4873.0, 4890.0, 4868.0, 4833.0, 4890.0, 4846.0, 4891.0, 4861.0, 4877.0, 4857.0, 4837.0, 4888.0, 4850.0, 4877.0, 4861.0, 4859.0, 4888.0, 4839.0, 4886.0, 4851.0, 4896.0, 4860.0, 4890.0, 4860.0, 4844.0, 4900.0, 4872.0, 4881.0, 4880.0, 4842.0, 4912.0, 4883.0, 4885.0, 4905.0, 4867.0, 4914.0, 4886.0, 4880.0, 4891.0, 4843.0, 4902.0, 4873.0, 4905.0, 4909.0, 4867.0, 4856.0, 4881.0, 4837.0, 4901.0, 4874.0, 4879.0, 4870.0, 4830.0, 4888.0, 4859.0, 4889.0, 4861.0, 4879.0, 4868.0, 4869.0, 4867.0, 4828.0, 4878.0, 4850.0, 4884.0, 4870.0, 4855.0, 4869.0, 4827.0, 4885.0, 4858.0, 4880.0, 4860.0, 4840.0, 4887.0, 4859.0, 4878.0, 4871.0, 4861.0, 4876.0, 4837.0, 4877.0, 4848.0, 4876.0, 4872.0, 4851.0, 4879.0, 4838.0, 4890.0, 4862.0, 4887.0, 4867.0, 4841.0, 4880.0, 4843.0, 4896.0, 4867.0, 4878.0, 4859.0, 4831.0, 4889.0, 4851.0, 4880.0, 4858.0, 4837.0, 4892.0, 4866.0, 4889.0, 4861.0, 4861.0, 4878.0, 4860.0, 4844.0, 4902.0, 4865.0, 4845.0, 4888.0, 4862.0, 4901.0, 4884.0, 4850.0, 4880.0, 4828.0, 4890.0, 4836.0, 4878.0, 4824.0, 4879.0, 4837.0, 4878.0, 4867.0, 4849.0, 4867.0, 4831.0, 4896.0, 4862.0, 4889.0, 4871.0, 4839.0, 4888.0, 4849.0, 4900.0, 4875.0, 4891.0, 4869.0, 4890.0, 4880.0, 4843.0, 4881.0, 4832.0, 4891.0, 4863.0, 4894.0, 4862.0, 4837.0, 4891.0, 4864.0, 4904.0, 4874.0, 4842.0, 4904.0, 4862.0, 4905.0, 4881.0, 4891.0, 4873.0, 4892.0, 4878.0, 4847.0, 4878.0, 4851.0, 4889.0, 4871.0, 4849.0, 4870.0, 4828.0, 4899.0, 4859.0, 4876.0, 4861.0, 4849.0, 4881.0, 4842.0, 4861.0, 4875.0, 4848.0, 4887.0, 4849.0, 4876.0, 4847.0, 4876.0, 4860.0, 4874.0, 4859.0, 4829.0, 4866.0, 4827.0, 4884.0, 4836.0, 4838.0, 4887.0, 4859.0, 4888.0, 4859.0, 4846.0, 4870.0, 4828.0, 4890.0, 4847.0, 4892.0, 4861.0, 4859.0, 4892.0, 4839.0, 4892.0, 4861.0, 4888.0, 4871.0, 4879.0, 4871.0, 4841.0, 4891.0, 4851.0, 4887.0, 4869.0, 4850.0, 4876.0, 4841.0, 4901.0, 4873.0, 4887.0, 4871.0, 4843.0, 4902.0, 4870.0, 4892.0, 4859.0, 4838.0, 4891.0, 4858.0, 4883.0, 4860.0, 4838.0, 4879.0, 4849.0, 4877.0, 4862.0, 4868.0, 4881.0, 4840.0, 4901.0, 4864.0, 4878.0, 4860.0, 4841.0, 4891.0, 4850.0, 4879.0, 4858.0, 4881.0, 4859.0, 4850.0, 4866.0, 4829.0, 4888.0, 4839.0, 4887.0, 4870.0, 4840.0, 4900.0, 4871.0, 4853.0, 4893.0, 4904.0, 4856.0, 4903.0, 4851.0, 4889.0, 4862.0, 4890.0, 4870.0, 4839.0, 4871.0, 4841.0, 4899.0, 4858.0, 4868.0, 4871.0, 4840.0, 4891.0, 4853.0, 4885.0, 4872.0, 4853.0], 'WindowWidth': [10694.0, 10637.0, 10611.0, 10619.0, 10545.0, 10619.0, 10595.0, 10557.0, 10625.0, 10584.0, 10625.0, 10600.0, 10564.0, 10626.0, 10614.0, 10564.0, 10648.0, 10608.0, 10589.0, 10628.0, 10574.0, 10645.0, 10591.0, 10626.0, 10605.0, 10598.0, 10611.0, 10544.0, 10624.0, 10568.0, 10625.0, 10591.0, 10615.0, 10577.0, 10545.0, 10610.0, 10553.0, 10640.0, 10609.0, 10617.0, 10605.0, 10566.0, 10662.0, 10594.0, 10635.0, 10608.0, 10585.0, 10668.0, 10608.0, 10669.0, 10637.0, 10683.0, 10666.0, 10606.0, 10651.0, 10623.0, 10675.0, 10652.0, 10609.0, 10657.0, 10622.0, 10690.0, 10663.0, 10613.0, 10662.0, 10627.0, 10679.0, 10663.0, 10621.0, 10660.0, 10619.0, 10685.0, 10641.0, 10619.0, 10639.0, 10626.0, 10665.0, 10627.0, 10624.0, 10629.0, 10598.0, 10650.0, 10624.0, 10611.0, 10654.0, 10612.0, 10598.0, 10656.0, 10615.0, 10636.0, 10598.0, 10601.0, 10618.0, 10586.0, 10608.0, 10585.0, 10615.0, 10602.0, 10540.0, 10608.0, 10571.0, 10621.0, 10603.0, 10545.0, 10589.0, 10577.0, 10645.0, 10605.0, 10568.0, 10632.0, 10596.0, 10639.0, 10640.0, 10589.0, 10652.0, 10622.0, 10595.0, 10673.0, 10630.0, 10589.0, 10650.0, 10626.0, 10585.0, 10665.0, 10616.0, 10583.0, 10653.0, 10638.0, 10598.0, 10656.0, 10610.0, 10589.0, 10658.0, 10591.0, 10598.0, 10652.0, 10603.0, 10645.0, 10608.0, 10551.0, 10609.0, 10577.0, 10645.0, 10611.0, 10566.0, 10609.0, 10582.0, 10642.0, 10618.0, 10577.0, 10614.0, 10566.0, 10648.0, 10604.0, 10631.0, 10601.0, 10561.0, 10650.0, 10611.0, 10648.0, 10622.0, 10574.0, 10652.0, 10631.0, 10652.0, 10640.0, 10586.0, 10644.0, 10626.0, 10639.0, 10631.0, 10577.0, 10625.0, 10605.0, 10589.0, 10641.0, 10610.0, 10630.0, 10602.0, 10573.0, 10636.0, 10578.0, 10594.0, 10580.0, 10541.0, 10622.0, 10568.0, 10610.0, 10578.0, 10558.0, 10612.0, 10557.0, 10612.0, 10586.0, 10564.0, 10640.0, 10591.0, 10612.0, 10613.0, 10578.0, 10643.0, 10607.0, 10575.0, 10629.0, 10598.0, 10575.0, 10647.0, 10594.0, 10635.0, 10601.0, 10570.0, 10614.0, 10562.0, 10626.0, 10584.0, 10610.0, 10597.0, 10555.0, 10632.0, 10588.0, 10596.0, 10591.0, 10567.0, 10649.0, 10604.0, 10589.0, 10617.0, 10582.0, 10649.0, 10609.0, 10584.0, 10614.0, 10566.0, 10645.0, 10592.0, 10616.0, 10602.0, 10600.0, 10618.0, 10560.0, 10614.0, 10549.0, 10629.0, 10599.0, 10587.0, 10590.0, 10574.0, 10650.0, 10623.0, 10581.0, 10649.0, 10608.0, 10632.0, 10629.0, 10580.0, 10647.0, 10565.0, 10639.0, 10590.0, 10642.0, 10581.0, 10549.0, 10621.0, 10589.0, 10630.0, 10588.0, 10614.0, 10585.0, 10571.0, 10590.0, 10534.0, 10622.0, 10563.0, 10583.0, 10603.0, 10582.0, 10610.0, 10592.0, 10555.0, 10625.0, 10612.0, 10626.0, 10650.0, 10602.0, 10656.0, 10640.0, 10607.0, 10671.0, 10635.0, 10657.0, 10631.0, 10587.0, 10657.0, 10630.0, 10668.0, 10592.0, 10566.0, 10629.0, 10607.0, 10643.0, 10604.0, 10563.0, 10648.0, 10605.0, 10589.0, 10634.0, 10605.0, 10581.0, 10632.0, 10617.0, 10585.0, 10637.0, 10594.0, 10599.0, 10616.0, 10572.0, 10610.0, 10559.0, 10629.0, 10577.0, 10612.0, 10570.0, 10550.0, 10604.0, 10564.0, 10618.0, 10591.0, 10611.0, 10587.0, 10573.0, 10630.0, 10561.0, 10625.0, 10591.0, 10618.0, 10618.0, 10578.0, 10627.0, 10578.0, 10647.0, 10623.0, 10623.0, 10631.0, 10568.0, 10649.0, 10625.0, 10645.0, 10624.0, 10566.0, 10650.0, 10607.0, 10648.0, 10617.0, 10568.0, 10630.0, 10574.0, 10635.0, 10609.0, 10632.0, 10601.0, 10560.0, 10632.0, 10570.0, 10624.0, 10571.0, 10610.0, 10589.0, 10596.0, 10597.0, 10560.0, 10627.0, 10608.0, 10618.0, 10634.0, 10587.0, 10649.0, 10616.0, 10632.0, 10644.0, 10583.0, 10643.0, 10609.0, 10592.0, 10633.0, 10574.0, 10628.0, 10606.0, 10635.0, 10620.0, 10583.0, 10627.0, 10577.0, 10633.0, 10582.0, 10561.0, 10592.0, 10557.0, 10613.0, 10585.0, 10579.0, 10592.0, 10554.0, 10650.0, 10600.0, 10592.0, 10546.0, 10575.0, 10591.0, 10542.0, 10601.0, 10547.0, 10613.0, 10595.0, 10589.0, 10582.0, 10535.0, 10601.0, 10549.0, 10602.0, 10553.0, 10591.0, 10575.0, 10612.0, 10588.0, 10537.0, 10588.0, 10522.0, 10631.0, 10581.0, 10625.0, 10580.0, 10545.0, 10642.0, 10599.0, 10644.0, 10606.0, 10575.0, 10649.0, 10592.0, 10647.0, 10601.0, 10613.0, 10621.0, 10579.0, 10644.0, 10591.0, 10628.0, 10602.0, 10598.0, 10617.0, 10546.0, 10627.0, 10593.0, 10647.0, 10621.0, 10557.0, 10610.0, 10552.0, 10648.0, 10605.0, 10615.0, 10584.0, 10572.0, 10634.0, 10564.0, 10628.0, 10608.0, 10606.0, 10635.0, 10582.0, 10669.0, 10611.0, 10637.0, 10610.0, 10608.0, 10632.0, 10582.0, 10638.0, 10617.0, 10650.0, 10627.0, 10589.0, 10634.0, 10594.0, 10601.0, 10617.0, 10603.0, 10570.0, 10666.0, 10644.0, 10590.0, 10651.0, 10620.0, 10607.0, 10656.0, 10591.0, 10606.0, 10585.0, 10633.0, 10601.0, 10571.0, 10608.0, 10561.0, 10617.0, 10588.0, 10626.0, 10578.0, 10561.0, 10628.0, 10573.0, 10642.0, 10605.0, 10588.0, 10605.0, 10568.0, 10644.0, 10606.0, 10632.0, 10608.0, 10618.0, 10654.0, 10580.0, 10648.0, 10606.0, 10635.0, 10617.0, 10578.0, 10631.0, 10574.0, 10626.0, 10601.0, 10614.0, 10611.0, 10561.0, 10601.0, 10596.0, 10546.0, 10628.0, 10605.0, 10541.0, 10630.0, 10600.0, 10601.0, 10627.0, 10576.0, 10623.0, 10579.0, 10624.0, 10581.0, 10576.0, 10557.0, 10612.0, 10533.0, 10604.0, 10544.0, 10602.0, 10583.0, 10593.0, 10630.0, 10562.0, 10624.0, 10604.0, 10647.0, 10615.0, 10560.0, 10634.0, 10607.0, 10655.0, 10625.0, 10580.0, 10634.0, 10596.0, 10647.0, 10623.0, 10576.0, 10617.0, 10569.0, 10647.0, 10610.0, 10632.0, 10598.0, 10552.0, 10628.0, 10566.0, 10630.0, 10587.0, 10607.0, 10582.0, 10554.0, 10626.0, 10573.0, 10606.0, 10588.0, 10586.0, 10628.0, 10558.0, 10620.0, 10575.0, 10635.0, 10588.0, 10628.0, 10585.0, 10570.0, 10643.0, 10608.0, 10619.0, 10617.0, 10567.0, 10665.0, 10628.0, 10630.0, 10659.0, 10607.0, 10671.0, 10634.0, 10619.0, 10636.0, 10570.0, 10649.0, 10610.0, 10657.0, 10659.0, 10596.0, 10578.0, 10615.0, 10555.0, 10645.0, 10610.0, 10613.0, 10599.0, 10546.0, 10626.0, 10586.0, 10627.0, 10590.0, 10613.0, 10598.0, 10597.0, 10594.0, 10540.0, 10607.0, 10572.0, 10614.0, 10600.0, 10577.0, 10596.0, 10539.0, 10616.0, 10582.0, 10614.0, 10584.0, 10559.0, 10622.0, 10585.0, 10610.0, 10601.0, 10588.0, 10606.0, 10554.0, 10608.0, 10570.0, 10606.0, 10605.0, 10576.0, 10613.0, 10557.0, 10627.0, 10594.0, 10622.0, 10596.0, 10559.0, 10612.0, 10566.0, 10634.0, 10597.0, 10612.0, 10584.0, 10549.0, 10626.0, 10574.0, 10615.0, 10582.0, 10554.0, 10631.0, 10607.0, 10631.0, 10589.0, 10591.0, 10611.0, 10589.0, 10573.0, 10652.0, 10602.0, 10572.0, 10626.0, 10594.0, 10648.0, 10629.0, 10576.0, 10615.0, 10542.0, 10628.0, 10551.0, 10609.0, 10532.0, 10608.0, 10552.0, 10608.0, 10594.0, 10569.0, 10593.0, 10549.0, 10634.0, 10593.0, 10629.0, 10604.0, 10559.0, 10628.0, 10575.0, 10647.0, 10614.0, 10635.0, 10603.0, 10631.0, 10618.0, 10566.0, 10615.0, 10550.0, 10631.0, 10596.0, 10641.0, 10592.0, 10556.0, 10632.0, 10599.0, 10656.0, 10613.0, 10568.0, 10654.0, 10598.0, 10658.0, 10622.0, 10632.0, 10609.0, 10635.0, 10614.0, 10568.0, 10610.0, 10576.0, 10626.0, 10604.0, 10570.0, 10598.0, 10545.0, 10641.0, 10589.0, 10609.0, 10588.0, 10572.0, 10616.0, 10564.0, 10590.0, 10604.0, 10568.0, 10621.0, 10570.0, 10605.0, 10565.0, 10606.0, 10587.0, 10602.0, 10584.0, 10540.0, 10587.0, 10539.0, 10614.0, 10549.0, 10554.0, 10619.0, 10583.0, 10622.0, 10584.0, 10563.0, 10597.0, 10542.0, 10627.0, 10568.0, 10633.0, 10589.0, 10585.0, 10632.0, 10560.0, 10634.0, 10589.0, 10627.0, 10605.0, 10613.0, 10603.0, 10561.0, 10630.0, 10575.0, 10623.0, 10599.0, 10573.0, 10606.0, 10563.0, 10644.0, 10609.0, 10624.0, 10602.0, 10567.0, 10647.0, 10604.0, 10636.0, 10587.0, 10557.0, 10631.0, 10584.0, 10623.0, 10587.0, 10554.0, 10613.0, 10571.0, 10612.0, 10590.0, 10596.0, 10618.0, 10561.0, 10647.0, 10595.0, 10611.0, 10586.0, 10563.0, 10630.0, 10574.0, 10612.0, 10582.0, 10616.0, 10585.0, 10572.0, 10591.0, 10544.0, 10623.0, 10556.0, 10622.0, 10601.0, 10562.0, 10646.0, 10605.0, 10582.0, 10640.0, 10655.0, 10588.0, 10652.0, 10578.0, 10630.0, 10593.0, 10631.0, 10605.0, 10559.0, 10600.0, 10562.0, 10640.0, 10584.0, 10597.0, 10601.0, 10562.0, 10633.0, 10581.0, 10622.0, 10607.0, 10584.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.0023758094144661307</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019954134557979335</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.86537310724142</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.279621789413793</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.032584264275862</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5135</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5249.7847</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10904202059612374</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.544202066590127</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.303967443424415</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1404832216941756</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5737376659100395</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1976814426690305</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00640203</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019872989505529404</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.042046017944812775</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.243394707415658</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>14.9791</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.3413</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>234.5055</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>288070.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>1108.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>431.6103</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1666</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.7979</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4013.0209</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4151.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88474.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1718.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5229.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>978.2207</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.463794767158106</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> |