=== 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-0080 --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-0080",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0080_ses-04_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-0080_ses-04_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-04_subject-0080_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-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0080_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-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0080_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-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0080_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-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_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-04_subject-0080_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-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_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-04_subject-0080_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-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0080_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-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0080/figures/sub-0080_ses-04_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-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_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-0080/ses-04/func/sub-0080_ses-04_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>3f6a26ea197189b8519e0dc641ff1483</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:32:9.345000</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.994794, 0.0876937, 0.0519056, -0.0898332, 0.995136, 0.0404267]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0844239</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>[4251, -7763, -7216, 285, -124, -28, 35, 74]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>240.42</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3279bb7f-c2d5-4fe4-9598-bc2b42cd988e||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.6689603328704834, -0.24101580679416656, 0.1298915445804596, 119.4562759399414], [-0.2352757453918457, 2.669877290725708, 0.1211734265089035, -84.83993530273438], [0.1392589658498764, -0.10846175998449326, 2.69415020942688, -61.83260726928711], [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': ['213209.345000', '213209.805000', '213210.265000', '213210.725000', '213211.185000', '213211.645000', '213212.105000', '213212.565000', '213213.025000', '213213.485000', '213213.945000', '213214.405000', '213214.865000', '213215.325000', '213215.785000', '213216.245000', '213216.705000', '213217.165000', '213217.625000', '213218.085000', '213218.545000', '213219.005000', '213219.465000', '213219.925000', '213220.385000', '213220.845000', '213221.305000', '213221.765000', '213222.225000', '213222.685000', '213223.145000', '213223.605000', '213224.065000', '213224.525000', '213224.985000', '213225.445000', '213225.905000', '213226.365000', '213226.825000', '213227.285000', '213227.745000', '213228.205000', '213228.665000', '213229.125000', '213229.585000', '213230.045000', '213230.505000', '213230.965000', '213231.425000', '213231.885000', '213232.345000', '213232.805000', '213233.265000', '213233.725000', '213234.185000', '213234.645000', '213235.105000', '213235.565000', '213236.025000', '213236.485000', '213236.945000', '213237.405000', '213237.865000', '213238.325000', '213238.785000', '213239.245000', '213239.705000', '213240.165000', '213240.625000', '213241.085000', '213241.545000', '213242.005000', '213242.465000', '213242.925000', '213243.385000', '213243.845000', '213244.305000', '213244.765000', '213245.225000', '213245.685000', '213246.145000', '213246.605000', '213247.065000', '213247.525000', '213247.985000', '213248.445000', '213248.905000', '213249.365000', '213249.825000', '213250.285000', '213250.745000', '213251.205000', '213251.665000', '213252.125000', '213252.585000', '213253.045000', '213253.505000', '213253.965000', '213254.425000', '213254.885000', '213255.345000', '213255.805000', '213256.265000', '213256.725000', '213257.185000', '213257.645000', '213258.105000', '213258.565000', '213259.025000', '213259.485000', '213259.945000', '213300.405000', '213300.865000', '213301.325000', '213301.785000', '213302.245000', '213302.705000', '213303.165000', '213303.625000', '213304.085000', '213304.545000', '213305.005000', '213305.465000', '213305.925000', '213306.385000', '213306.845000', '213307.305000', '213307.765000', '213308.225000', '213308.685000', '213309.145000', '213309.605000', '213310.065000', '213310.525000', '213310.985000', '213311.445000', '213311.905000', '213312.365000', '213312.825000', '213313.285000', '213313.745000', '213314.205000', '213314.665000', '213315.125000', '213315.585000', '213316.045000', '213316.505000', '213316.965000', '213317.425000', '213317.885000', '213318.345000', '213318.805000', '213319.265000', '213319.725000', '213320.185000', '213320.645000', '213321.105000', '213321.565000', '213322.025000', '213322.485000', '213322.945000', '213323.405000', '213323.865000', '213324.325000', '213324.785000', '213325.245000', '213325.705000', '213326.165000', '213326.625000', '213327.085000', '213327.545000', '213328.005000', '213328.465000', '213328.925000', '213329.385000', '213329.845000', '213330.305000', '213330.765000', '213331.225000', '213331.685000', '213332.145000', '213332.605000', '213333.065000', '213333.525000', '213333.985000', '213334.445000', '213334.905000', '213335.365000', '213335.825000', '213336.285000', '213336.745000', '213337.205000', '213337.665000', '213338.125000', '213338.585000', '213339.045000', '213339.505000', '213339.965000', '213340.425000', '213340.885000', '213341.345000', '213341.805000', '213342.265000', '213342.725000', '213343.185000', '213343.645000', '213344.105000', '213344.565000', '213345.025000', '213345.485000', '213345.945000', '213346.405000', '213346.865000', '213347.325000', '213347.785000', '213348.245000', '213348.705000', '213349.165000', '213349.625000', '213350.085000', '213350.545000', '213351.005000', '213351.465000', '213351.925000', '213352.385000', '213352.845000', '213353.305000', '213353.765000', '213354.225000', '213354.685000', '213355.145000', '213355.605000', '213356.065000', '213356.525000', '213356.985000', '213357.445000', '213357.905000', '213358.365000', '213358.825000', '213359.285000', '213359.745000', '213400.205000', '213400.665000', '213401.125000', '213401.585000', '213402.045000', '213402.505000', '213402.965000', '213403.425000', '213403.885000', '213404.345000', '213404.805000', '213405.265000', '213405.725000', '213406.185000', '213406.645000', '213407.105000', '213407.565000', '213408.025000', '213408.485000', '213408.945000', '213409.405000', '213409.865000', '213410.325000', '213410.785000', '213411.245000', '213411.705000', '213412.165000', '213412.625000', '213413.085000', '213413.545000', '213414.005000', '213414.465000', '213414.925000', '213415.385000', '213415.845000', '213416.305000', '213416.765000', '213417.225000', '213417.685000', '213418.145000', '213418.605000', '213419.065000', '213419.525000', '213419.985000', '213420.445000', '213420.905000', '213421.365000', '213421.825000', '213422.285000', '213422.745000', '213423.205000', '213423.665000', '213424.125000', '213424.585000', '213425.045000', '213425.505000', '213425.965000', '213426.425000', '213426.885000', '213427.345000', '213427.805000', '213428.265000', '213428.725000', '213429.185000', '213429.645000', '213430.105000', '213430.565000', '213431.025000', '213431.485000', '213431.945000', '213432.405000', '213432.865000', '213433.325000', '213433.785000', '213434.245000', '213434.705000', '213435.165000', '213435.625000', '213436.085000', '213436.545000', '213437.005000', '213437.465000', '213437.925000', '213438.385000', '213438.845000', '213439.305000', '213439.765000', '213440.225000', '213440.685000', '213441.145000', '213441.605000', '213442.065000', '213442.525000', '213442.985000', '213443.445000', '213443.905000', '213444.365000', '213444.825000', '213445.285000', '213445.745000', '213446.205000', '213446.665000', '213447.125000', '213447.585000', '213448.045000', '213448.505000', '213448.965000', '213449.425000', '213449.885000', '213450.345000', '213450.805000', '213451.265000', '213451.725000', '213452.185000', '213452.645000', '213453.105000', '213453.565000', '213454.025000', '213454.485000', '213454.945000', '213455.405000', '213455.865000', '213456.325000', '213456.785000', '213457.245000', '213457.705000', '213458.165000', '213458.625000', '213459.085000', '213459.545000', '213500.005000', '213500.465000', '213500.925000', '213501.385000', '213501.845000', '213502.305000', '213502.765000', '213503.225000', '213503.685000', '213504.145000', '213504.605000', '213505.065000', '213505.525000', '213505.985000', '213506.445000', '213506.905000', '213507.365000', '213507.825000', '213508.285000', '213508.745000', '213509.205000', '213509.665000', '213510.125000', '213510.585000', '213511.045000', '213511.505000', '213511.965000', '213512.425000', '213512.885000', '213513.345000', '213513.805000', '213514.265000', '213514.725000', '213515.185000', '213515.645000', '213516.105000', '213516.565000', '213517.025000', '213517.485000', '213517.945000', '213518.405000', '213518.865000', '213519.325000', '213519.785000', '213520.245000', '213520.705000', '213521.165000', '213521.625000', '213522.085000', '213522.545000', '213523.005000', '213523.465000', '213523.925000', '213524.385000', '213524.845000', '213525.305000', '213525.765000', '213526.225000', '213526.685000', '213527.145000', '213527.605000', '213528.065000', '213528.525000', '213528.985000', '213529.445000', '213529.905000', '213530.365000', '213530.825000', '213531.285000', '213531.745000', '213532.205000', '213532.665000', '213533.125000', '213533.585000', '213534.045000', '213534.505000', '213534.965000', '213535.425000', '213535.885000', '213536.345000', '213536.805000', '213537.265000', '213537.725000', '213538.185000', '213538.645000', '213539.105000', '213539.565000', '213540.025000', '213540.485000', '213540.945000', '213541.405000', '213541.865000', '213542.325000', '213542.785000', '213543.245000', '213543.705000', '213544.165000', '213544.625000', '213545.085000', '213545.545000', '213546.005000', '213546.465000', '213546.925000', '213547.385000', '213547.845000', '213548.305000', '213548.765000', '213549.225000', '213549.685000', '213550.145000', '213550.605000', '213551.065000', '213551.525000', '213551.985000', '213552.445000', '213552.905000', '213553.365000', '213553.825000', '213554.285000', '213554.745000', '213555.205000', '213555.665000', '213556.125000', '213556.585000', '213557.045000', '213557.505000', '213557.965000', '213558.425000', '213558.885000', '213559.345000', '213559.805000', '213600.265000', '213600.725000', '213601.185000', '213601.645000', '213602.105000', '213602.565000', '213603.025000', '213603.485000', '213603.945000', '213604.405000', '213604.865000', '213605.325000', '213605.785000', '213606.245000', '213606.705000', '213607.165000', '213607.625000', '213608.085000', '213608.545000', '213609.005000', '213609.465000', '213609.925000', '213610.385000', '213610.845000', '213611.305000', '213611.765000', '213612.225000', '213612.685000', '213613.145000', '213613.605000', '213614.065000', '213614.525000', '213614.985000', '213615.445000', '213615.905000', '213616.365000', '213616.825000', '213617.285000', '213617.745000', '213618.205000', '213618.665000', '213619.125000', '213619.585000', '213620.045000', '213620.505000', '213620.965000', '213621.425000', '213621.885000', '213622.345000', '213622.805000', '213623.265000', '213623.725000', '213624.185000', '213624.645000', '213625.105000', '213625.565000', '213626.025000', '213626.485000', '213626.945000', '213627.405000', '213627.865000', '213628.325000', '213628.785000', '213629.245000', '213629.705000', '213630.165000', '213630.625000', '213631.085000', '213631.545000', '213632.005000', '213632.465000', '213632.925000', '213633.385000', '213633.845000', '213634.305000', '213634.765000', '213635.225000', '213635.685000', '213636.145000', '213636.605000', '213637.065000', '213637.525000', '213637.985000', '213638.445000', '213638.905000', '213639.365000', '213639.825000', '213640.285000', '213640.745000', '213641.205000', '213641.665000', '213642.125000', '213642.585000', '213643.045000', '213643.505000', '213643.965000', '213644.425000', '213644.885000', '213645.345000', '213645.805000', '213646.265000', '213646.725000', '213647.185000', '213647.645000', '213648.105000', '213648.565000', '213649.025000', '213649.485000', '213649.945000', '213650.405000', '213650.865000', '213651.325000', '213651.785000', '213652.245000', '213652.705000', '213653.165000', '213653.625000', '213654.085000', '213654.545000', '213655.005000', '213655.465000', '213655.925000', '213656.385000', '213656.845000', '213657.305000', '213657.765000', '213658.225000', '213658.685000', '213659.145000', '213659.605000', '213700.065000', '213700.525000', '213700.985000', '213701.445000', '213701.905000', '213702.365000', '213702.825000', '213703.285000', '213703.745000', '213704.205000', '213704.665000', '213705.125000', '213705.585000', '213706.045000', '213706.505000', '213706.965000', '213707.425000', '213707.885000', '213708.345000', '213708.805000', '213709.265000', '213709.725000', '213710.185000', '213710.645000', '213711.105000', '213711.565000', '213712.025000', '213712.485000', '213712.945000', '213713.405000', '213713.865000', '213714.325000', '213714.785000', '213715.245000', '213715.705000', '213716.165000', '213716.625000', '213717.085000', '213717.545000', '213718.005000', '213718.465000', '213718.925000', '213719.385000', '213719.845000', '213720.305000', '213720.765000', '213721.225000', '213721.685000', '213722.145000', '213722.605000', '213723.065000', '213723.525000', '213723.985000', '213724.445000', '213724.905000', '213725.365000', '213725.825000', '213726.285000', '213726.745000', '213727.205000', '213727.665000', '213728.125000', '213728.585000', '213729.045000', '213729.505000', '213729.965000', '213730.425000', '213730.885000', '213731.345000', '213731.805000', '213732.265000', '213732.725000', '213733.185000', '213733.645000', '213734.105000', '213734.565000', '213735.025000', '213735.485000', '213735.945000', '213736.405000', '213736.865000', '213737.325000', '213737.785000', '213738.245000', '213738.705000', '213739.165000', '213739.625000', '213740.085000', '213740.545000', '213741.005000', '213741.465000', '213741.925000', '213742.385000', '213742.845000', '213743.305000', '213743.765000', '213744.225000', '213744.685000', '213745.145000', '213745.605000', '213746.065000', '213746.525000', '213746.985000', '213747.445000', '213747.905000', '213748.365000', '213748.825000', '213749.285000', '213749.745000', '213750.205000', '213750.665000', '213751.125000', '213751.585000', '213752.045000', '213752.505000', '213752.965000', '213753.425000', '213753.885000', '213754.345000', '213754.805000', '213755.265000', '213755.725000', '213756.185000', '213756.645000', '213757.105000', '213757.565000', '213758.025000', '213758.485000', '213758.945000', '213759.405000', '213759.865000', '213800.325000', '213800.785000', '213801.245000', '213801.705000', '213802.165000', '213802.625000', '213803.085000', '213803.545000', '213804.005000', '213804.465000', '213804.925000', '213805.385000', '213805.845000', '213806.305000', '213806.765000', '213807.225000', '213807.685000', '213808.145000', '213808.605000', '213809.065000', '213809.525000', '213809.985000', '213810.445000', '213810.905000', '213811.365000', '213811.825000', '213812.285000', '213812.745000', '213813.205000', '213813.665000', '213814.125000', '213814.585000', '213815.045000', '213815.505000', '213815.965000', '213816.425000', '213816.885000', '213817.345000', '213817.805000', '213818.265000', '213818.725000', '213819.185000', '213819.645000', '213820.105000', '213820.565000', '213821.025000', '213821.485000', '213821.945000', '213822.405000', '213822.865000', '213823.325000', '213823.785000', '213824.245000', '213824.705000', '213825.165000', '213825.625000', '213826.085000', '213826.545000', '213827.005000', '213827.465000', '213827.925000', '213828.385000', '213828.845000', '213829.305000', '213829.765000', '213830.225000', '213830.685000', '213831.145000', '213831.605000', '213832.065000', '213832.525000', '213832.985000', '213833.445000', '213833.905000', '213834.365000', '213834.825000', '213835.285000', '213835.745000', '213836.205000', '213836.665000', '213837.125000', '213837.585000', '213838.045000', '213838.505000', '213838.965000', '213839.425000', '213839.885000', '213840.345000', '213840.805000', '213841.265000', '213841.725000', '213842.185000', '213842.645000', '213843.105000', '213843.565000', '213844.025000', '213844.485000', '213844.945000', '213845.405000', '213845.865000', '213846.325000', '213846.785000', '213847.245000', '213847.705000', '213848.165000', '213848.625000', '213849.085000', '213849.545000', '213850.005000'], 'ContentTime': ['213237.442000', '213237.445000', '213237.448000', '213237.450000', '213237.453000', '213237.456000', '213237.458000', '213237.461000', '213237.464000', '213237.466000', '213237.469000', '213237.471000', '213237.474000', '213237.477000', '213237.480000', '213237.482000', '213237.485000', '213237.487000', '213237.490000', '213237.493000', '213237.495000', '213237.498000', '213237.500000', '213237.503000', '213237.506000', '213237.516000', '213237.519000', '213237.522000', '213237.524000', '213237.527000', '213237.529000', '213237.532000', '213237.535000', '213237.537000', '213237.540000', '213237.542000', '213237.545000', '213237.548000', '213237.550000', '213237.553000', '213237.556000', '213237.567000', '213237.570000', '213237.572000', '213237.575000', '213237.578000', '213237.584000', '213237.586000', '213237.589000', '213237.592000', '213237.594000', '213237.597000', '213237.600000', '213237.602000', '213237.605000', '213237.607000', '213237.610000', '213237.613000', '213257.396000', '213257.399000', '213257.402000', '213257.405000', '213257.407000', '213257.410000', '213257.412000', '213257.415000', '213257.418000', '213257.420000', '213257.423000', '213257.426000', '213257.428000', '213257.431000', '213257.433000', '213257.436000', '213257.439000', '213257.441000', '213257.444000', '213257.447000', '213257.449000', '213257.452000', '213257.454000', '213257.457000', '213257.460000', '213257.462000', '213257.465000', '213257.467000', '213257.470000', '213257.473000', '213257.475000', '213257.478000', '213257.480000', '213257.483000', '213257.485000', '213257.488000', '213257.491000', '213257.493000', '213257.496000', '213257.499000', '213257.501000', '213257.504000', '213257.506000', '213317.396000', '213317.399000', '213317.402000', '213317.404000', '213317.407000', '213317.410000', '213317.412000', '213317.415000', '213317.418000', '213317.421000', '213317.423000', '213317.426000', '213317.429000', '213317.431000', '213317.434000', '213317.436000', '213317.439000', '213317.442000', '213317.444000', '213317.447000', '213317.450000', '213317.452000', '213317.455000', '213317.458000', '213317.461000', '213317.463000', '213317.466000', '213317.468000', '213317.471000', '213317.474000', '213317.476000', '213317.479000', '213317.482000', '213317.484000', '213317.487000', '213317.489000', '213317.492000', '213317.495000', '213317.497000', '213317.500000', '213317.503000', '213317.506000', '213317.508000', '213317.511000', '213337.396000', '213337.399000', '213337.402000', '213337.405000', '213337.407000', '213337.410000', '213337.413000', '213337.415000', '213337.418000', '213337.421000', '213337.423000', '213337.426000', '213337.429000', '213337.431000', '213337.434000', '213337.437000', '213337.439000', '213337.442000', '213337.445000', '213337.447000', '213337.450000', '213337.452000', '213337.455000', '213337.458000', '213337.460000', '213337.463000', '213337.466000', '213337.468000', '213337.471000', '213337.474000', '213337.477000', '213337.479000', '213337.482000', '213337.484000', '213337.487000', '213337.490000', '213337.492000', '213337.495000', '213337.497000', '213337.500000', '213337.503000', '213337.505000', '213337.508000', '213357.397000', '213357.400000', '213357.402000', '213357.405000', '213357.407000', '213357.410000', '213357.413000', '213357.415000', '213357.418000', '213357.421000', '213357.424000', '213357.427000', '213357.430000', '213357.433000', '213357.435000', '213357.438000', '213357.440000', '213357.443000', '213357.446000', '213357.449000', '213357.451000', '213357.454000', '213357.457000', '213357.459000', '213357.462000', '213357.465000', '213357.467000', '213357.470000', '213357.473000', '213357.475000', '213357.478000', '213357.481000', '213357.483000', '213357.486000', '213357.488000', '213357.491000', '213357.494000', '213357.496000', '213357.499000', '213357.502000', '213357.504000', '213357.507000', '213357.509000', '213417.397000', '213417.400000', '213417.403000', '213417.406000', '213417.408000', '213417.411000', '213417.414000', '213417.416000', '213417.419000', '213417.422000', '213417.424000', '213417.427000', '213417.429000', '213417.432000', '213417.435000', '213417.438000', '213417.440000', '213417.443000', '213417.446000', '213417.448000', '213417.451000', '213417.454000', '213417.456000', '213417.468000', '213417.470000', '213417.473000', '213417.476000', '213417.478000', '213417.481000', '213417.484000', '213417.486000', '213417.489000', '213417.492000', '213417.494000', '213417.497000', '213417.500000', '213417.502000', '213417.505000', '213417.508000', '213417.510000', '213417.513000', '213417.516000', '213417.518000', '213417.521000', '213437.397000', '213437.400000', '213437.403000', '213437.406000', '213437.408000', '213437.411000', '213437.414000', '213437.417000', '213437.419000', '213437.422000', '213437.424000', '213437.427000', '213437.430000', '213437.432000', '213437.435000', '213437.438000', '213437.440000', '213437.443000', '213437.445000', '213437.448000', '213437.451000', '213437.453000', '213437.456000', '213437.459000', '213437.461000', '213437.464000', '213437.466000', '213437.469000', '213437.472000', '213437.474000', '213437.477000', '213437.480000', '213437.482000', '213437.485000', '213437.488000', '213437.490000', '213437.493000', '213437.496000', '213437.498000', '213437.501000', '213437.504000', '213437.506000', '213437.509000', '213457.397000', '213457.401000', '213457.404000', '213457.406000', '213457.409000', '213457.412000', '213457.415000', '213457.417000', '213457.424000', '213457.427000', '213457.430000', '213457.432000', '213457.435000', '213457.438000', '213457.440000', '213457.443000', '213457.446000', '213457.448000', '213457.451000', '213457.454000', '213457.456000', '213457.459000', '213457.462000', '213457.464000', '213457.467000', '213457.470000', '213457.472000', '213457.475000', '213457.477000', '213457.480000', '213457.483000', '213457.485000', '213457.488000', '213457.491000', '213457.493000', '213457.496000', '213457.498000', '213457.501000', '213457.504000', '213457.506000', '213457.509000', '213457.512000', '213457.514000', '213457.517000', '213517.396000', '213517.399000', '213517.402000', '213517.405000', '213517.407000', '213517.410000', '213517.412000', '213517.415000', '213517.418000', '213517.420000', '213517.423000', '213517.426000', '213517.428000', '213517.431000', '213517.434000', '213517.437000', '213517.439000', '213517.442000', '213517.444000', '213517.447000', '213517.450000', '213517.452000', '213517.455000', '213517.458000', '213517.460000', '213517.465000', '213517.468000', '213517.471000', '213517.473000', '213517.476000', '213517.479000', '213517.481000', '213517.484000', '213517.486000', '213517.489000', '213517.492000', '213517.494000', '213517.497000', '213517.500000', '213517.502000', '213517.505000', '213517.507000', '213517.510000', '213537.397000', '213537.399000', '213537.402000', '213537.405000', '213537.407000', '213537.410000', '213537.413000', '213537.415000', '213537.418000', '213537.421000', '213537.423000', '213537.426000', '213537.429000', '213537.432000', '213537.434000', '213537.437000', '213537.440000', '213537.442000', '213537.445000', '213537.448000', '213537.450000', '213537.453000', '213537.456000', '213537.458000', '213537.461000', '213537.464000', '213537.466000', '213537.469000', '213537.472000', '213537.474000', '213537.477000', '213537.479000', '213537.482000', '213537.491000', '213537.494000', '213537.496000', '213537.499000', '213537.502000', '213537.504000', '213537.507000', '213537.510000', '213537.512000', '213537.515000', '213537.518000', '213557.397000', '213557.399000', '213557.402000', '213557.405000', '213557.413000', '213557.416000', '213557.419000', '213557.421000', '213557.424000', '213557.427000', '213557.429000', '213557.432000', '213557.434000', '213557.437000', '213557.440000', '213557.443000', '213557.445000', '213557.450000', '213557.453000', '213557.455000', '213557.458000', '213557.461000', '213557.463000', '213557.466000', '213557.469000', '213557.471000', '213557.474000', '213557.476000', '213557.479000', '213557.482000', '213557.484000', '213557.487000', '213557.490000', '213557.492000', '213557.495000', '213557.497000', '213557.500000', '213557.503000', '213557.505000', '213557.508000', '213557.511000', '213557.513000', '213557.516000', '213617.396000', '213617.399000', '213617.402000', '213617.405000', '213617.407000', '213617.410000', '213617.413000', '213617.415000', '213617.418000', '213617.421000', '213617.423000', '213617.426000', '213617.429000', '213617.431000', '213617.434000', '213617.437000', '213617.439000', '213617.442000', '213617.445000', '213617.447000', '213617.450000', '213617.453000', '213617.455000', '213617.458000', '213617.460000', '213617.463000', '213617.466000', '213617.468000', '213617.471000', '213617.474000', '213617.476000', '213617.479000', '213617.482000', '213617.484000', '213617.487000', '213617.490000', '213617.492000', '213617.495000', '213617.498000', '213617.500000', '213617.511000', '213617.513000', '213617.516000', '213617.519000', '213637.397000', '213637.401000', '213637.403000', '213637.406000', '213637.408000', '213637.411000', '213637.414000', '213637.417000', '213637.419000', '213637.422000', '213637.425000', '213637.427000', '213637.430000', '213637.433000', '213637.435000', '213637.438000', '213637.441000', '213637.444000', '213637.446000', '213637.449000', '213637.452000', '213637.454000', '213637.457000', '213637.460000', '213637.463000', '213637.465000', '213637.468000', '213637.471000', '213637.474000', '213637.476000', '213637.479000', '213637.482000', '213637.485000', '213637.487000', '213637.490000', '213637.492000', '213637.495000', '213637.498000', '213637.500000', '213637.504000', '213637.507000', '213637.510000', '213637.512000', '213657.397000', '213657.400000', '213657.404000', '213657.407000', '213657.409000', '213657.412000', '213657.415000', '213657.417000', '213657.420000', '213657.422000', '213657.425000', '213657.428000', '213657.430000', '213657.433000', '213657.436000', '213657.439000', '213657.441000', '213657.444000', '213657.447000', '213657.449000', '213657.452000', '213657.454000', '213657.457000', '213657.460000', '213657.463000', '213657.465000', '213657.468000', '213657.471000', '213657.473000', '213657.476000', '213657.479000', '213657.481000', '213657.484000', '213657.486000', '213657.489000', '213657.492000', '213657.494000', '213657.497000', '213657.500000', '213657.502000', '213657.505000', '213657.508000', '213657.510000', '213657.513000', '213717.398000', '213717.401000', '213717.403000', '213717.406000', '213717.409000', '213717.411000', '213717.414000', '213717.416000', '213717.419000', '213717.422000', '213717.424000', '213717.427000', '213717.430000', '213717.432000', '213717.435000', '213717.438000', '213717.440000', '213717.443000', '213717.446000', '213717.448000', '213717.451000', '213717.454000', '213717.456000', '213717.459000', '213717.462000', '213717.464000', '213717.467000', '213717.469000', '213717.472000', '213717.522000', '213717.525000', '213717.528000', '213717.531000', '213717.533000', '213717.536000', '213717.538000', '213717.541000', '213717.544000', '213717.546000', '213717.549000', '213717.552000', '213717.554000', '213717.557000', '213737.397000', '213737.400000', '213737.403000', '213737.405000', '213737.408000', '213737.411000', '213737.414000', '213737.417000', '213737.419000', '213737.422000', '213737.425000', '213737.427000', '213737.430000', '213737.433000', '213737.435000', '213737.438000', '213737.441000', '213737.443000', '213737.446000', '213737.449000', '213737.451000', '213737.454000', '213737.457000', '213737.459000', '213737.462000', '213737.464000', '213737.467000', '213737.470000', '213737.472000', '213737.475000', '213737.478000', '213737.480000', '213737.483000', '213737.486000', '213737.488000', '213737.491000', '213737.493000', '213737.496000', '213737.498000', '213737.501000', '213737.504000', '213737.506000', '213737.509000', '213737.511000', '213757.397000', '213757.400000', '213757.402000', '213757.405000', '213757.408000', '213757.410000', '213757.413000', '213757.416000', '213757.418000', '213757.421000', '213757.424000', '213757.428000', '213757.431000', '213757.433000', '213757.436000', '213757.439000', '213757.441000', '213757.444000', '213757.446000', '213757.449000', '213757.452000', '213757.454000', '213757.457000', '213757.459000', '213757.462000', '213757.464000', '213757.467000', '213757.470000', '213757.472000', '213757.475000', '213757.478000', '213757.480000', '213757.483000', '213757.485000', '213757.488000', '213757.491000', '213757.494000', '213757.497000', '213757.499000', '213757.502000', '213757.504000', '213757.507000', '213757.510000', '213817.397000', '213817.399000', '213817.402000', '213817.405000', '213817.407000', '213817.410000', '213817.412000', '213817.415000', '213817.418000', '213817.420000', '213817.423000', '213817.426000', '213817.428000', '213817.431000', '213817.433000', '213817.436000', '213817.439000', '213817.441000', '213817.444000', '213817.446000', '213817.449000', '213817.451000', '213817.454000', '213817.457000', '213817.459000', '213817.462000', '213817.464000', '213817.467000', '213817.470000', '213817.472000', '213817.475000', '213817.477000', '213817.480000', '213817.483000', '213817.485000', '213817.488000', '213817.490000', '213817.493000', '213817.496000', '213817.498000', '213817.501000', '213817.503000', '213817.506000', '213817.508000', '213837.396000', '213837.399000', '213837.402000', '213837.405000', '213837.407000', '213837.410000', '213837.412000', '213837.415000', '213837.418000', '213837.420000', '213837.423000', '213837.425000', '213837.428000', '213837.431000', '213837.433000', '213837.436000', '213837.439000', '213837.441000', '213837.444000', '213837.446000', '213837.449000', '213837.451000', '213837.454000', '213837.457000', '213837.459000', '213837.462000', '213837.464000', '213837.467000', '213837.470000', '213837.472000', '213837.475000', '213837.477000', '213837.480000', '213837.483000', '213837.485000', '213837.488000', '213837.490000', '213837.493000', '213837.496000', '213837.498000', '213837.513000', '213837.516000', '213837.518000', '213851.783000', '213851.786000', '213851.789000', '213851.792000', '213851.794000', '213851.797000', '213851.800000', '213851.802000', '213851.805000', '213851.808000', '213851.811000', '213851.814000', '213851.816000', '213851.819000', '213851.822000', '213851.825000', '213851.828000', '213851.830000', '213851.833000', '213851.836000', '213851.839000', '213851.843000', '213851.846000', '213851.849000', '213851.852000', '213851.854000', '213851.857000', '213851.860000', '213851.862000', '213851.865000', '213851.868000', '213851.870000'], 'InstanceCreationTime': ['213237.442000', '213237.445000', '213237.448000', '213237.450000', '213237.453000', '213237.456000', '213237.458000', '213237.461000', '213237.464000', '213237.466000', '213237.469000', '213237.471000', '213237.474000', '213237.477000', '213237.480000', '213237.482000', '213237.485000', '213237.487000', '213237.490000', '213237.493000', '213237.495000', '213237.498000', '213237.500000', '213237.503000', '213237.506000', '213237.516000', '213237.519000', '213237.522000', '213237.524000', '213237.527000', '213237.529000', '213237.532000', '213237.535000', '213237.537000', '213237.540000', '213237.542000', '213237.545000', '213237.548000', '213237.550000', '213237.553000', '213237.556000', '213237.567000', '213237.570000', '213237.572000', '213237.575000', '213237.578000', '213237.584000', '213237.586000', '213237.589000', '213237.592000', '213237.594000', '213237.597000', '213237.600000', '213237.602000', '213237.605000', '213237.607000', '213237.610000', '213237.613000', '213257.396000', '213257.399000', '213257.402000', '213257.405000', '213257.407000', '213257.410000', '213257.412000', '213257.415000', '213257.418000', '213257.420000', '213257.423000', '213257.426000', '213257.428000', '213257.431000', '213257.433000', '213257.436000', '213257.439000', '213257.441000', '213257.444000', '213257.447000', '213257.449000', '213257.452000', '213257.454000', '213257.457000', '213257.460000', '213257.462000', '213257.465000', '213257.467000', '213257.470000', '213257.473000', '213257.475000', '213257.478000', '213257.480000', '213257.483000', '213257.485000', '213257.488000', '213257.491000', '213257.493000', '213257.496000', '213257.499000', '213257.501000', '213257.504000', '213257.506000', '213317.396000', '213317.399000', '213317.402000', '213317.404000', '213317.407000', '213317.410000', '213317.412000', '213317.415000', '213317.418000', '213317.421000', '213317.423000', '213317.426000', '213317.429000', '213317.431000', '213317.434000', '213317.436000', '213317.439000', '213317.442000', '213317.444000', '213317.447000', '213317.450000', '213317.452000', '213317.455000', '213317.458000', '213317.461000', '213317.463000', '213317.466000', '213317.468000', '213317.471000', '213317.474000', '213317.476000', '213317.479000', '213317.482000', '213317.484000', '213317.487000', '213317.489000', '213317.492000', '213317.495000', '213317.497000', '213317.500000', '213317.503000', '213317.506000', '213317.508000', '213317.511000', '213337.396000', '213337.399000', '213337.402000', '213337.405000', '213337.407000', '213337.410000', '213337.413000', '213337.415000', '213337.418000', '213337.421000', '213337.423000', '213337.426000', '213337.429000', '213337.431000', '213337.434000', '213337.437000', '213337.439000', '213337.442000', '213337.445000', '213337.447000', '213337.450000', '213337.452000', '213337.455000', '213337.458000', '213337.460000', '213337.463000', '213337.466000', '213337.468000', '213337.471000', '213337.474000', '213337.477000', '213337.479000', '213337.482000', '213337.484000', '213337.487000', '213337.490000', '213337.492000', '213337.495000', '213337.497000', '213337.500000', '213337.503000', '213337.505000', '213337.508000', '213357.397000', '213357.400000', '213357.402000', '213357.405000', '213357.407000', '213357.410000', '213357.413000', '213357.415000', '213357.418000', '213357.421000', '213357.424000', '213357.427000', '213357.430000', '213357.433000', '213357.435000', '213357.438000', '213357.440000', '213357.443000', '213357.446000', '213357.449000', '213357.451000', '213357.454000', '213357.457000', '213357.459000', '213357.462000', '213357.465000', '213357.467000', '213357.470000', '213357.473000', '213357.475000', '213357.478000', '213357.481000', '213357.483000', '213357.486000', '213357.488000', '213357.491000', '213357.494000', '213357.496000', '213357.499000', '213357.502000', '213357.504000', '213357.507000', '213357.509000', '213417.397000', '213417.400000', '213417.403000', '213417.406000', '213417.408000', '213417.411000', '213417.414000', '213417.416000', '213417.419000', '213417.422000', '213417.424000', '213417.427000', '213417.429000', '213417.432000', '213417.435000', '213417.438000', '213417.440000', '213417.443000', '213417.446000', '213417.448000', '213417.451000', '213417.454000', '213417.456000', '213417.468000', '213417.470000', '213417.473000', '213417.476000', '213417.478000', '213417.481000', '213417.484000', '213417.486000', '213417.489000', '213417.492000', '213417.494000', '213417.497000', '213417.500000', '213417.502000', '213417.505000', '213417.508000', '213417.510000', '213417.513000', '213417.516000', '213417.518000', '213417.521000', '213437.397000', '213437.400000', '213437.403000', '213437.406000', '213437.408000', '213437.411000', '213437.414000', '213437.417000', '213437.419000', '213437.422000', '213437.424000', '213437.427000', '213437.430000', '213437.432000', '213437.435000', '213437.438000', '213437.440000', '213437.443000', '213437.445000', '213437.448000', '213437.451000', '213437.453000', '213437.456000', '213437.459000', '213437.461000', '213437.464000', '213437.466000', '213437.469000', '213437.472000', '213437.474000', '213437.477000', '213437.480000', '213437.482000', '213437.485000', '213437.488000', '213437.490000', '213437.493000', '213437.496000', '213437.498000', '213437.501000', '213437.504000', '213437.506000', '213437.509000', '213457.397000', '213457.401000', '213457.404000', '213457.406000', '213457.409000', '213457.412000', '213457.415000', '213457.417000', '213457.424000', '213457.427000', '213457.430000', '213457.432000', '213457.435000', '213457.438000', '213457.440000', '213457.443000', '213457.446000', '213457.448000', '213457.451000', '213457.454000', '213457.456000', '213457.459000', '213457.462000', '213457.464000', '213457.467000', '213457.470000', '213457.472000', '213457.475000', '213457.477000', '213457.480000', '213457.483000', '213457.485000', '213457.488000', '213457.491000', '213457.493000', '213457.496000', '213457.498000', '213457.501000', '213457.504000', '213457.506000', '213457.509000', '213457.512000', '213457.514000', '213457.517000', '213517.396000', '213517.399000', '213517.402000', '213517.405000', '213517.407000', '213517.410000', '213517.412000', '213517.415000', '213517.418000', '213517.420000', '213517.423000', '213517.426000', '213517.428000', '213517.431000', '213517.434000', '213517.437000', '213517.439000', '213517.442000', '213517.444000', '213517.447000', '213517.450000', '213517.452000', '213517.455000', '213517.458000', '213517.460000', '213517.465000', '213517.468000', '213517.471000', '213517.473000', '213517.476000', '213517.479000', '213517.481000', '213517.484000', '213517.486000', '213517.489000', '213517.492000', '213517.494000', '213517.497000', '213517.500000', '213517.502000', '213517.505000', '213517.507000', '213517.510000', '213537.397000', '213537.399000', '213537.402000', '213537.405000', '213537.407000', '213537.410000', '213537.413000', '213537.415000', '213537.418000', '213537.421000', '213537.423000', '213537.426000', '213537.429000', '213537.432000', '213537.434000', '213537.437000', '213537.440000', '213537.442000', '213537.445000', '213537.448000', '213537.450000', '213537.453000', '213537.456000', '213537.458000', '213537.461000', '213537.464000', '213537.466000', '213537.469000', '213537.472000', '213537.474000', '213537.477000', '213537.479000', '213537.482000', '213537.491000', '213537.494000', '213537.496000', '213537.499000', '213537.502000', '213537.504000', '213537.507000', '213537.510000', '213537.512000', '213537.515000', '213537.518000', '213557.397000', '213557.399000', '213557.402000', '213557.405000', '213557.413000', '213557.416000', '213557.419000', '213557.421000', '213557.424000', '213557.427000', '213557.429000', '213557.432000', '213557.434000', '213557.437000', '213557.440000', '213557.443000', '213557.445000', '213557.450000', '213557.453000', '213557.455000', '213557.458000', '213557.461000', '213557.463000', '213557.466000', '213557.469000', '213557.471000', '213557.474000', '213557.476000', '213557.479000', '213557.482000', '213557.484000', '213557.487000', '213557.490000', '213557.492000', '213557.495000', '213557.497000', '213557.500000', '213557.503000', '213557.505000', '213557.508000', '213557.511000', '213557.513000', '213557.516000', '213617.396000', '213617.399000', '213617.402000', '213617.405000', '213617.407000', '213617.410000', '213617.413000', '213617.415000', '213617.418000', '213617.421000', '213617.423000', '213617.426000', '213617.429000', '213617.431000', '213617.434000', '213617.437000', '213617.439000', '213617.442000', '213617.445000', '213617.447000', '213617.450000', '213617.453000', '213617.455000', '213617.458000', '213617.460000', '213617.463000', '213617.466000', '213617.468000', '213617.471000', '213617.474000', '213617.476000', '213617.479000', '213617.482000', '213617.484000', '213617.487000', '213617.490000', '213617.492000', '213617.495000', '213617.498000', '213617.500000', '213617.511000', '213617.513000', '213617.516000', '213617.519000', '213637.397000', '213637.401000', '213637.403000', '213637.406000', '213637.408000', '213637.411000', '213637.414000', '213637.417000', '213637.419000', '213637.422000', '213637.425000', '213637.427000', '213637.430000', '213637.433000', '213637.435000', '213637.438000', '213637.441000', '213637.444000', '213637.446000', '213637.449000', '213637.452000', '213637.454000', '213637.457000', '213637.460000', '213637.463000', '213637.465000', '213637.468000', '213637.471000', '213637.474000', '213637.476000', '213637.479000', '213637.482000', '213637.485000', '213637.487000', '213637.490000', '213637.492000', '213637.495000', '213637.498000', '213637.500000', '213637.504000', '213637.507000', '213637.510000', '213637.512000', '213657.397000', '213657.400000', '213657.404000', '213657.407000', '213657.409000', '213657.412000', '213657.415000', '213657.417000', '213657.420000', '213657.422000', '213657.425000', '213657.428000', '213657.430000', '213657.433000', '213657.436000', '213657.439000', '213657.441000', '213657.444000', '213657.447000', '213657.449000', '213657.452000', '213657.454000', '213657.457000', '213657.460000', '213657.463000', '213657.465000', '213657.468000', '213657.471000', '213657.473000', '213657.476000', '213657.479000', '213657.481000', '213657.484000', '213657.486000', '213657.489000', '213657.492000', '213657.494000', '213657.497000', '213657.500000', '213657.502000', '213657.505000', '213657.508000', '213657.510000', '213657.513000', '213717.398000', '213717.401000', '213717.403000', '213717.406000', '213717.409000', '213717.411000', '213717.414000', '213717.416000', '213717.419000', '213717.422000', '213717.424000', '213717.427000', '213717.430000', '213717.432000', '213717.435000', '213717.438000', '213717.440000', '213717.443000', '213717.446000', '213717.448000', '213717.451000', '213717.454000', '213717.456000', '213717.459000', '213717.462000', '213717.464000', '213717.467000', '213717.469000', '213717.472000', '213717.522000', '213717.525000', '213717.528000', '213717.531000', '213717.533000', '213717.536000', '213717.538000', '213717.541000', '213717.544000', '213717.546000', '213717.549000', '213717.552000', '213717.554000', '213717.557000', '213737.397000', '213737.400000', '213737.403000', '213737.405000', '213737.408000', '213737.411000', '213737.414000', '213737.417000', '213737.419000', '213737.422000', '213737.425000', '213737.427000', '213737.430000', '213737.433000', '213737.435000', '213737.438000', '213737.441000', '213737.443000', '213737.446000', '213737.449000', '213737.451000', '213737.454000', '213737.457000', '213737.459000', '213737.462000', '213737.464000', '213737.467000', '213737.470000', '213737.472000', '213737.475000', '213737.478000', '213737.480000', '213737.483000', '213737.486000', '213737.488000', '213737.491000', '213737.493000', '213737.496000', '213737.498000', '213737.501000', '213737.504000', '213737.506000', '213737.509000', '213737.511000', '213757.397000', '213757.400000', '213757.402000', '213757.405000', '213757.408000', '213757.410000', '213757.413000', '213757.416000', '213757.418000', '213757.421000', '213757.424000', '213757.428000', '213757.431000', '213757.433000', '213757.436000', '213757.439000', '213757.441000', '213757.444000', '213757.446000', '213757.449000', '213757.452000', '213757.454000', '213757.457000', '213757.459000', '213757.462000', '213757.464000', '213757.467000', '213757.470000', '213757.472000', '213757.475000', '213757.478000', '213757.480000', '213757.483000', '213757.485000', '213757.488000', '213757.491000', '213757.494000', '213757.497000', '213757.499000', '213757.502000', '213757.504000', '213757.507000', '213757.510000', '213817.397000', '213817.399000', '213817.402000', '213817.405000', '213817.407000', '213817.410000', '213817.412000', '213817.415000', '213817.418000', '213817.420000', '213817.423000', '213817.426000', '213817.428000', '213817.431000', '213817.433000', '213817.436000', '213817.439000', '213817.441000', '213817.444000', '213817.446000', '213817.449000', '213817.451000', '213817.454000', '213817.457000', '213817.459000', '213817.462000', '213817.464000', '213817.467000', '213817.470000', '213817.472000', '213817.475000', '213817.477000', '213817.480000', '213817.483000', '213817.485000', '213817.488000', '213817.490000', '213817.493000', '213817.496000', '213817.498000', '213817.501000', '213817.503000', '213817.506000', '213817.508000', '213837.396000', '213837.399000', '213837.402000', '213837.405000', '213837.407000', '213837.410000', '213837.412000', '213837.415000', '213837.418000', '213837.420000', '213837.423000', '213837.425000', '213837.428000', '213837.431000', '213837.433000', '213837.436000', '213837.439000', '213837.441000', '213837.444000', '213837.446000', '213837.449000', '213837.451000', '213837.454000', '213837.457000', '213837.459000', '213837.462000', '213837.464000', '213837.467000', '213837.470000', '213837.472000', '213837.475000', '213837.477000', '213837.480000', '213837.483000', '213837.485000', '213837.488000', '213837.490000', '213837.493000', '213837.496000', '213837.498000', '213837.513000', '213837.516000', '213837.518000', '213851.783000', '213851.786000', '213851.789000', '213851.792000', '213851.794000', '213851.797000', '213851.800000', '213851.802000', '213851.805000', '213851.808000', '213851.811000', '213851.814000', '213851.816000', '213851.819000', '213851.822000', '213851.825000', '213851.828000', '213851.830000', '213851.833000', '213851.836000', '213851.839000', '213851.843000', '213851.846000', '213851.849000', '213851.852000', '213851.854000', '213851.857000', '213851.860000', '213851.862000', '213851.865000', '213851.868000', '213851.870000'], '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': [13910, 10563, 7050, 9970, 6971, 11803, 9093, 10733, 9849, 8933, 10681, 8502, 8087, 9232, 6633, 8153, 6774, 10671, 8842, 9577, 11350, 8068, 12545, 7416, 9163, 6596, 6196, 8176, 6790, 8966, 8152, 10038, 6574, 9893, 7145, 10432, 9247, 8759, 11943, 8390, 11416, 8590, 10832, 6869, 10420, 6870, 10249, 7173, 9784, 6722, 9561, 6743, 10029, 6595, 8093, 6925, 10561, 9709, 10494, 8211, 10432, 7007, 10273, 6672, 10327, 9235, 8337, 11340, 8722, 10278, 7243, 9542, 6914, 9232, 6741, 9552, 6922, 9442, 10687, 9151, 11489, 8763, 7289, 7034, 10610, 7238, 10253, 7949, 10014, 6960, 9375, 6736, 9728, 6574, 10006, 7712, 8937, 11521, 10390, 7341, 7311, 7127, 9591, 10284, 7396, 10817, 9817, 10474, 7706, 10096, 6861, 9991, 6913, 9853, 7624, 9474, 7190, 8555, 6685, 9377, 6809, 8737, 11495, 8496, 11728, 9808, 7558, 7451, 6327, 9156, 9779, 8032, 12082, 10885, 11424, 8934, 6149, 8168, 7221, 9666, 11304, 7926, 11084, 10000, 10665, 7315, 10117, 7450, 10364, 7969, 9444, 12000, 9689, 10533, 8010, 6289, 7347, 6770, 7087, 10843, 8763, 10111, 8044, 10040, 6359, 6886, 7160, 10247, 9294, 6403, 8870, 7880, 8211, 10792, 8332, 12029, 12256, 10300, 12100, 8159, 9853, 7777, 10051, 6417, 9731, 6570, 10258, 7344, 9731, 12028, 9270, 7346, 8093, 6798, 10107, 13036, 11108, 11701, 8617, 8731, 6853, 7403, 10365, 7382, 11257, 7557, 10012, 7422, 6618, 7869, 8080, 8567, 7175, 8339, 7466, 11880, 7972, 7873, 12527, 8012, 9301, 7683, 8241, 6980, 7666, 6459, 8653, 6902, 10476, 7531, 11595, 7458, 6583, 7230, 10481, 8448, 8916, 13003, 8418, 12421, 9466, 8586, 7302, 11771, 7867, 11671, 9026, 11421, 8277, 6764, 7108, 6394, 7261, 11414, 9304, 10292, 7310, 9153, 7166, 7729, 6447, 9460, 7958, 7984, 12560, 9530, 10984, 6975, 9112, 6383, 9282, 6426, 9999, 6883, 10843, 7770, 11383, 10744, 8515, 12386, 7618, 9336, 6767, 7878, 6555, 7665, 6543, 7680, 12089, 7896, 11672, 8703, 8705, 6847, 6282, 7884, 10300, 9365, 9552, 6736, 7421, 7203, 7592, 7068, 7764, 6482, 8750, 7371, 8553, 10134, 8291, 6989, 7896, 12536, 9112, 11123, 7237, 10224, 6938, 6376, 7362, 11850, 7343, 11739, 8131, 8997, 10406, 7643, 7666, 7568, 6783, 7815, 11902, 7461, 12541, 9244, 10613, 7742, 9475, 6815, 8294, 6345, 9584, 7609, 9741, 7605, 8126, 7052, 9135, 6305, 9699, 7439, 11341, 9242, 7897, 13194, 9429, 11008, 7221, 9127, 6537, 8281, 8232, 8498, 6411, 6079, 7502, 7220, 6622, 8835, 7086, 7485, 9606, 13047, 10738, 12092, 9561, 10641, 6916, 8661, 13808, 10580, 11405, 8848, 6748, 6276, 7296, 6626, 8496, 12403, 10118, 10736, 6940, 8199, 13486, 8132, 11212, 7252, 8548, 7280, 8226, 6401, 7924, 6680, 6289, 8377, 6820, 9910, 12911, 8256, 9276, 6761, 7777, 6457, 7412, 11681, 6948, 11981, 6235, 8052, 6192, 8017, 6070, 5899, 6844, 11101, 8481, 8596, 13308, 7533, 10491, 6790, 9843, 6928, 8477, 6364, 11137, 7578, 8435, 9159, 11083, 6372, 6945, 10578, 6944, 6342, 10407, 9635, 11515, 8598, 12796, 9936, 9008, 14559, 9309, 12822, 8908, 10959, 8138, 6504, 8908, 7051, 10917, 8019, 8310, 8897, 6888, 10896, 7454, 12840, 8012, 8662, 8139, 7270, 6293, 7006, 6320, 8394, 6767, 6534, 8692, 12765, 8889, 13259, 7673, 11396, 7677, 9543, 6818, 9245, 6847, 11560, 6859, 8303, 10746, 6882, 6296, 6494, 6380, 6519, 7899, 6677, 6335, 9650, 13256, 9293, 9992, 7781, 7867, 10737, 7767, 12996, 8370, 14024, 9368, 13249, 9422, 12065, 8017, 6576, 7523, 12652, 8124, 8563, 10464, 7159, 11155, 7500, 6300, 6254, 6636, 10052, 12210, 7842, 10989, 7300, 6949, 13264, 8657, 12593, 7194, 10940, 7640, 12892, 9413, 8923, 14172, 8037, 10333, 7861, 6952, 13806, 8128, 12406, 7337, 6438, 6835, 6571, 9685, 6779, 8411, 6974, 6557, 9625, 6774, 7411, 8486, 13872, 8877, 10750, 10736, 8817, 6824, 7729, 6517, 10793, 6468, 10840, 8872, 9149, 6516, 7329, 6266, 7246, 6181, 7685, 6248, 9311, 6394, 9577, 6548, 12615, 8775, 8859, 11321, 8257, 7466, 7060, 6439, 7974, 13375, 9255, 12592, 8939, 11005, 6417, 9198, 6625, 12299, 8636, 7472, 6163, 6001, 6335, 6094, 6372, 8300, 6948, 10582, 13573, 8955, 11809, 7339, 9874, 9029, 13509, 8163, 6476, 8518, 7651, 9962, 11021, 8740, 13183, 7758, 6355, 7111, 6384, 8833, 7258, 6015, 8635, 6645, 13605, 10786, 8737, 13779, 6824, 9587, 7353, 8309, 6739, 7395, 6075, 8576, 6216, 8251, 6344, 7787, 6403, 8251, 6198, 9704, 11056, 7770, 12803, 6623, 9736, 7713, 10011, 6266, 6223, 10160, 7125, 6186, 8933, 6956, 10998, 9403, 7817, 9696, 7590, 13618, 9626, 13312, 10072, 12778, 9162, 12023, 7872, 11111, 7539, 10187, 7084, 8253, 12953, 9427, 7647, 7204, 6945, 6306, 6083, 6996, 6981, 7645, 6322, 9905, 7799, 7051, 7432, 6951, 12188, 9963, 13758, 10672, 13467, 8361, 9299, 8019, 7705, 8892, 7074, 11432, 6571, 10492, 6723, 9696, 7379, 9792, 8137, 8738, 8802, 7966, 9789, 8222, 14283, 10366, 13273, 8623, 9463, 7422, 8144, 7603, 8058, 6459, 7604, 10240, 7080, 12283, 6750, 9197, 7167, 6134, 6167, 6070, 6165, 7214, 11698, 7410, 7765, 12416, 6182, 9447, 5903, 8208, 6583, 6662, 6180, 8436, 6088, 6135, 7387, 6057, 7835, 7369, 6293, 12028, 8450, 13220, 9097, 12373, 14691, 9553, 12113, 8036, 8080, 8457, 6582, 6093, 6857, 7393, 6129, 9701, 7773, 12605, 10150, 11020, 7201, 7725, 12044, 7005, 12059, 7097, 9677, 5988, 8379, 6445, 6261, 7740, 6407, 6352, 8299, 6488, 12534, 11413, 9160, 13040, 7000, 10737, 7021, 12508, 7333, 9974, 6419, 9197, 6694, 7486, 12990, 7440, 12511, 7412, 10673, 6899, 8599, 6325, 5953, 8837, 6170, 9621, 7139, 7161, 7529, 6240, 9276, 7344, 6731, 8950, 6709, 12794, 9939, 8383, 13664, 8551, 13108, 7280, 11473, 7622, 9357, 6017, 6011, 7300, 5995, 8612, 12652, 8557, 12411, 7624, 8211, 6203, 7701, 6584, 10619], 'WindowCenter': [4150.0, 4103.0, 4048.0, 4086.0, 4034.0, 4084.0, 4051.0, 4071.0, 4058.0, 4037.0, 4057.0, 4035.0, 4025.0, 4045.0, 4005.0, 4037.0, 4018.0, 4069.0, 4048.0, 4059.0, 4068.0, 4027.0, 4067.0, 4016.0, 4047.0, 4017.0, 4008.0, 4039.0, 4019.0, 4062.0, 4041.0, 4073.0, 4020.0, 4060.0, 4031.0, 4073.0, 4049.0, 4038.0, 4070.0, 4037.0, 4067.0, 4038.0, 4057.0, 4007.0, 4057.0, 4017.0, 4059.0, 4018.0, 4060.0, 4019.0, 4061.0, 4019.0, 4070.0, 4031.0, 4052.0, 4033.0, 4083.0, 4073.0, 4072.0, 4042.0, 4071.0, 4031.0, 4070.0, 4020.0, 4073.0, 4060.0, 4040.0, 4069.0, 4049.0, 4070.0, 4028.0, 4060.0, 4018.0, 4048.0, 4018.0, 4059.0, 4030.0, 4074.0, 4072.0, 4061.0, 4070.0, 4051.0, 4030.0, 4030.0, 4069.0, 4041.0, 4074.0, 4041.0, 4061.0, 4030.0, 4059.0, 4020.0, 4060.0, 4021.0, 4073.0, 4053.0, 4063.0, 4081.0, 4070.0, 4027.0, 4028.0, 4028.0, 4061.0, 4070.0, 4042.0, 4082.0, 4060.0, 4069.0, 4039.0, 4059.0, 4019.0, 4071.0, 4031.0, 4074.0, 4041.0, 4062.0, 4030.0, 4050.0, 4019.0, 4061.0, 4019.0, 4053.0, 4081.0, 4050.0, 4080.0, 4060.0, 4029.0, 4028.0, 4008.0, 4061.0, 4061.0, 4040.0, 4080.0, 4070.0, 4069.0, 4048.0, 4007.0, 4049.0, 4029.0, 4062.0, 4081.0, 4042.0, 4070.0, 4060.0, 4071.0, 4029.0, 4069.0, 4030.0, 4071.0, 4039.0, 4061.0, 4081.0, 4049.0, 4059.0, 4037.0, 4006.0, 4029.0, 4017.0, 4018.0, 4071.0, 4052.0, 4070.0, 4041.0, 4059.0, 4019.0, 4031.0, 4044.0, 4086.0, 4075.0, 4034.0, 4064.0, 4054.0, 4063.0, 4096.0, 4078.0, 4110.0, 4094.0, 4071.0, 4068.0, 4037.0, 4057.0, 4026.0, 4056.0, 4005.0, 4056.0, 4018.0, 4069.0, 4028.0, 4060.0, 4067.0, 4046.0, 4014.0, 4024.0, 4007.0, 4059.0, 4067.0, 4056.0, 4056.0, 4022.0, 4023.0, 3990.0, 4001.0, 4043.0, 4002.0, 4052.0, 4011.0, 4042.0, 4013.0, 4004.0, 4038.0, 4038.0, 4049.0, 4028.0, 4039.0, 4030.0, 4080.0, 4026.0, 4026.0, 4066.0, 4036.0, 4045.0, 4015.0, 4034.0, 4013.0, 4023.0, 4005.0, 4048.0, 4031.0, 4081.0, 4041.0, 4082.0, 4042.0, 4030.0, 4042.0, 4073.0, 4051.0, 4062.0, 4091.0, 4038.0, 4078.0, 4058.0, 4050.0, 4041.0, 4079.0, 4040.0, 4080.0, 4049.0, 4080.0, 4039.0, 4018.0, 4030.0, 4021.0, 4031.0, 4082.0, 4062.0, 4072.0, 4029.0, 4049.0, 4017.0, 4028.0, 4006.0, 4058.0, 4037.0, 4039.0, 4078.0, 4048.0, 4056.0, 4015.0, 4046.0, 4007.0, 4049.0, 4008.0, 4058.0, 4030.0, 4070.0, 4040.0, 4081.0, 4068.0, 4037.0, 4067.0, 4026.0, 4049.0, 4004.0, 4024.0, 3992.0, 4025.0, 4004.0, 4028.0, 4079.0, 4038.0, 4068.0, 4049.0, 4050.0, 4019.0, 4021.0, 4052.0, 4072.0, 4051.0, 4060.0, 4018.0, 4017.0, 4017.0, 4026.0, 4018.0, 4027.0, 4009.0, 4052.0, 4042.0, 4051.0, 4070.0, 4039.0, 4017.0, 4039.0, 4079.0, 4049.0, 4070.0, 4017.0, 4058.0, 4017.0, 4007.0, 4029.0, 4080.0, 4030.0, 4082.0, 4040.0, 4051.0, 4057.0, 4026.0, 4016.0, 4027.0, 4005.0, 4029.0, 4069.0, 4017.0, 4079.0, 4048.0, 4059.0, 4027.0, 4047.0, 4005.0, 4036.0, 4007.0, 4047.0, 4028.0, 4048.0, 4025.0, 4027.0, 4015.0, 4047.0, 4008.0, 4057.0, 4028.0, 4069.0, 4046.0, 4039.0, 4077.0, 4047.0, 4055.0, 4015.0, 4045.0, 4005.0, 4037.0, 4038.0, 4049.0, 4020.0, 4008.0, 4040.0, 4040.0, 4033.0, 4074.0, 4044.0, 4044.0, 4076.0, 4106.0, 4083.0, 4081.0, 4049.0, 4057.0, 4017.0, 4038.0, 4075.0, 4044.0, 4054.0, 4032.0, 4004.0, 3993.0, 4026.0, 4007.0, 4040.0, 4068.0, 4046.0, 4045.0, 3992.0, 4023.0, 4065.0, 4012.0, 4043.0, 4001.0, 4022.0, 4013.0, 4024.0, 3994.0, 4025.0, 4005.0, 4008.0, 4039.0, 4020.0, 4071.0, 4080.0, 4041.0, 4050.0, 4006.0, 4015.0, 3993.0, 4015.0, 4066.0, 4015.0, 4067.0, 3996.0, 4026.0, 3996.0, 4029.0, 4009.0, 3998.0, 4033.0, 4082.0, 4050.0, 4051.0, 4079.0, 4040.0, 4070.0, 4007.0, 4059.0, 4018.0, 4038.0, 4020.0, 4081.0, 4040.0, 4065.0, 4075.0, 4097.0, 4022.0, 4032.0, 4085.0, 4058.0, 4048.0, 4109.0, 4088.0, 4097.0, 4066.0, 4095.0, 4061.0, 4050.0, 4078.0, 4047.0, 4065.0, 4036.0, 4055.0, 4024.0, 3994.0, 4034.0, 4003.0, 4055.0, 4024.0, 4024.0, 4035.0, 4005.0, 4054.0, 4013.0, 4064.0, 4012.0, 4020.0, 4012.0, 3999.0, 3978.0, 4000.0, 3992.0, 4047.0, 4017.0, 4021.0, 4050.0, 4078.0, 4035.0, 4076.0, 4026.0, 4065.0, 4025.0, 4044.0, 4004.0, 4046.0, 4017.0, 4067.0, 4006.0, 4037.0, 4067.0, 4017.0, 4008.0, 4019.0, 4020.0, 4032.0, 4064.0, 4035.0, 4033.0, 4075.0, 4095.0, 4061.0, 4060.0, 4028.0, 4039.0, 4058.0, 4027.0, 4078.0, 4037.0, 4088.0, 4047.0, 4077.0, 4036.0, 4064.0, 4024.0, 4004.0, 4026.0, 4075.0, 4023.0, 4046.0, 4054.0, 4002.0, 4065.0, 4014.0, 4006.0, 4008.0, 4032.0, 4073.0, 4091.0, 4039.0, 4069.0, 4028.0, 4030.0, 4080.0, 4039.0, 4081.0, 4018.0, 4069.0, 4040.0, 4081.0, 4047.0, 4036.0, 4076.0, 4023.0, 4044.0, 4013.0, 4003.0, 4074.0, 4024.0, 4065.0, 4013.0, 4005.0, 4016.0, 4017.0, 4072.0, 4032.0, 4050.0, 4044.0, 4033.0, 4073.0, 4032.0, 4042.0, 4063.0, 4105.0, 4050.0, 4069.0, 4057.0, 4036.0, 4004.0, 4025.0, 4007.0, 4066.0, 4006.0, 4068.0, 4046.0, 4046.0, 4005.0, 4015.0, 4006.0, 4016.0, 3994.0, 4026.0, 4018.0, 4059.0, 4020.0, 4071.0, 4034.0, 4093.0, 4050.0, 4050.0, 4069.0, 4040.0, 4028.0, 4028.0, 4018.0, 4040.0, 4090.0, 4060.0, 4079.0, 4048.0, 4067.0, 4006.0, 4047.0, 4032.0, 4092.0, 4062.0, 4041.0, 4008.0, 4020.0, 4019.0, 4022.0, 4034.0, 4066.0, 4044.0, 4086.0, 4105.0, 4062.0, 4081.0, 4029.0, 4060.0, 4049.0, 4078.0, 4036.0, 4007.0, 4036.0, 4025.0, 4046.0, 4054.0, 4024.0, 4065.0, 4024.0, 3993.0, 4002.0, 4005.0, 4047.0, 4026.0, 4009.0, 4048.0, 4018.0, 4103.0, 4071.0, 4036.0, 4075.0, 3990.0, 4031.0, 4011.0, 4022.0, 3990.0, 4011.0, 3992.0, 4032.0, 3993.0, 4035.0, 4005.0, 4026.0, 4004.0, 4035.0, 4007.0, 4058.0, 4067.0, 4025.0, 4075.0, 4016.0, 4060.0, 4039.0, 4069.0, 4019.0, 4018.0, 4082.0, 4055.0, 4034.0, 4075.0, 4057.0, 4094.0, 4061.0, 4041.0, 4060.0, 4039.0, 4090.0, 4047.0, 4077.0, 4045.0, 4064.0, 4033.0, 4063.0, 4011.0, 4052.0, 4009.0, 4040.0, 3988.0, 4009.0, 4048.0, 4028.0, 4008.0, 3998.0, 4000.0, 4002.0, 3993.0, 4026.0, 4026.0, 4036.0, 4016.0, 4056.0, 4037.0, 4015.0, 4025.0, 4014.0, 4089.0, 4058.0, 4087.0, 4054.0, 4076.0, 4021.0, 4033.0, 4008.0, 4008.0, 4018.0, 4000.0, 4051.0, 3999.0, 4050.0, 4000.0, 4042.0, 4010.0, 4041.0, 4022.0, 4020.0, 4018.0, 4007.0, 4027.0, 4006.0, 4056.0, 4025.0, 4045.0, 4002.0, 4012.0, 3981.0, 3991.0, 3991.0, 3993.0, 3971.0, 3994.0, 4024.0, 3984.0, 4047.0, 3997.0, 4043.0, 4011.0, 3990.0, 3990.0, 4003.0, 4004.0, 4038.0, 4079.0, 4025.0, 4024.0, 4074.0, 3992.0, 4055.0, 3993.0, 4060.0, 4028.0, 4028.0, 4019.0, 4050.0, 4019.0, 4020.0, 4040.0, 4023.0, 4065.0, 4054.0, 4047.0, 4106.0, 4063.0, 4103.0, 4060.0, 4081.0, 4087.0, 4045.0, 4066.0, 4023.0, 4023.0, 4020.0, 3986.0, 3979.0, 4028.0, 4039.0, 4019.0, 4072.0, 4065.0, 4120.0, 4084.0, 4070.0, 4014.0, 4026.0, 4063.0, 4012.0, 4064.0, 4013.0, 4044.0, 4006.0, 4046.0, 4016.0, 4016.0, 4037.0, 4017.0, 4018.0, 4050.0, 4019.0, 4092.0, 4068.0, 4047.0, 4063.0, 4001.0, 4052.0, 4013.0, 4075.0, 4014.0, 4043.0, 3991.0, 4031.0, 4000.0, 4011.0, 4061.0, 4000.0, 4062.0, 4013.0, 4054.0, 4003.0, 4033.0, 4005.0, 4006.0, 4048.0, 4006.0, 4060.0, 4045.0, 4030.0, 4037.0, 4006.0, 4059.0, 4040.0, 4029.0, 4049.0, 4018.0, 4078.0, 4046.0, 4024.0, 4074.0, 4034.0, 4073.0, 4013.0, 4064.0, 4023.0, 4045.0, 3993.0, 4005.0, 4028.0, 4007.0, 4051.0, 4090.0, 4050.0, 4079.0, 4028.0, 4037.0, 3996.0, 4025.0, 4017.0, 4068.0], 'WindowWidth': [9201.0, 9126.0, 9042.0, 9087.0, 9016.0, 9083.0, 9030.0, 9058.0, 9033.0, 9004.0, 9029.0, 8998.0, 8984.0, 9012.0, 8962.0, 9005.0, 8985.0, 9052.0, 9020.0, 9038.0, 9047.0, 8990.0, 9044.0, 8976.0, 9018.0, 8981.0, 8971.0, 9013.0, 8987.0, 9047.0, 9017.0, 9062.0, 8988.0, 9043.0, 9004.0, 9064.0, 9023.0, 9008.0, 9054.0, 9006.0, 9044.0, 9006.0, 9030.0, 8966.0, 9032.0, 8982.0, 9038.0, 8984.0, 9043.0, 8988.0, 9044.0, 8987.0, 9056.0, 9007.0, 9035.0, 9012.0, 9078.0, 9063.0, 9063.0, 9019.0, 9057.0, 9003.0, 9054.0, 8992.0, 9064.0, 9042.0, 9014.0, 9050.0, 9023.0, 9055.0, 8995.0, 9039.0, 8983.0, 9021.0, 8985.0, 9040.0, 9003.0, 9068.0, 9062.0, 9044.0, 9055.0, 9029.0, 9000.0, 9002.0, 9054.0, 9018.0, 9066.0, 9020.0, 9044.0, 9001.0, 9040.0, 8989.0, 9042.0, 8994.0, 9066.0, 9038.0, 9050.0, 9070.0, 9054.0, 8994.0, 8995.0, 8997.0, 9045.0, 9055.0, 9023.0, 9077.0, 9042.0, 9053.0, 9014.0, 9038.0, 8989.0, 9058.0, 9009.0, 9067.0, 9020.0, 9047.0, 9002.0, 9028.0, 8989.0, 9044.0, 8987.0, 9037.0, 9072.0, 9028.0, 9068.0, 9040.0, 8999.0, 8997.0, 8972.0, 9044.0, 9043.0, 9017.0, 9070.0, 9052.0, 9051.0, 9020.0, 8967.0, 9025.0, 9001.0, 9049.0, 9073.0, 9022.0, 9058.0, 9042.0, 9056.0, 9000.0, 9054.0, 9005.0, 9059.0, 9012.0, 9046.0, 9071.0, 9024.0, 9036.0, 9005.0, 8965.0, 9000.0, 8982.0, 8986.0, 9060.0, 9034.0, 9056.0, 9016.0, 9038.0, 8988.0, 9006.0, 9032.0, 9089.0, 9073.0, 9020.0, 9055.0, 9044.0, 9055.0, 9103.0, 9083.0, 9131.0, 9097.0, 9057.0, 9050.0, 9006.0, 9031.0, 8988.0, 9030.0, 8960.0, 9030.0, 8983.0, 9051.0, 8997.0, 9039.0, 9043.0, 9014.0, 8969.0, 8983.0, 8963.0, 9037.0, 9043.0, 9025.0, 9025.0, 8973.0, 8976.0, 8930.0, 8946.0, 9003.0, 8948.0, 9015.0, 8962.0, 9005.0, 8967.0, 8960.0, 9012.0, 9009.0, 9025.0, 8997.0, 9011.0, 9001.0, 9070.0, 8990.0, 8988.0, 9043.0, 9005.0, 9013.0, 8972.0, 8998.0, 8969.0, 8982.0, 8963.0, 9022.0, 9004.0, 9072.0, 9020.0, 9073.0, 9022.0, 9005.0, 9023.0, 9065.0, 9031.0, 9048.0, 9087.0, 9009.0, 9064.0, 9036.0, 9028.0, 9018.0, 9065.0, 9015.0, 9067.0, 9024.0, 9067.0, 9013.0, 8984.0, 9003.0, 8991.0, 9006.0, 9073.0, 9045.0, 9060.0, 8997.0, 9023.0, 8979.0, 8993.0, 8966.0, 9036.0, 9005.0, 9011.0, 9061.0, 9019.0, 9030.0, 8974.0, 9017.0, 8969.0, 9024.0, 8971.0, 9037.0, 9002.0, 9055.0, 9016.0, 9073.0, 9048.0, 9005.0, 9043.0, 8989.0, 9024.0, 8958.0, 8983.0, 8940.0, 8987.0, 8961.0, 8995.0, 9063.0, 9009.0, 9049.0, 9024.0, 9027.0, 8985.0, 8992.0, 9036.0, 9060.0, 9027.0, 9040.0, 8982.0, 8979.0, 8978.0, 8990.0, 8980.0, 8992.0, 8972.0, 9034.0, 9020.0, 9031.0, 9054.0, 9011.0, 8980.0, 9011.0, 9067.0, 9024.0, 9051.0, 8977.0, 9033.0, 8980.0, 8967.0, 9001.0, 9067.0, 9001.0, 9071.0, 9013.0, 9030.0, 9031.0, 8989.0, 8973.0, 8989.0, 8960.0, 8997.0, 9049.0, 8980.0, 9064.0, 9020.0, 9038.0, 8991.0, 9016.0, 8959.0, 9001.0, 8966.0, 9018.0, 8994.0, 9022.0, 8988.0, 8991.0, 8972.0, 9019.0, 8968.0, 9033.0, 8997.0, 9054.0, 9015.0, 9012.0, 9059.0, 9017.0, 9025.0, 8971.0, 9011.0, 8959.0, 9008.0, 9010.0, 9029.0, 8989.0, 8973.0, 9019.0, 9017.0, 9016.0, 9069.0, 9030.0, 9031.0, 9075.0, 9114.0, 9078.0, 9070.0, 9022.0, 9031.0, 8977.0, 9007.0, 9054.0, 9009.0, 9021.0, 8989.0, 8954.0, 8941.0, 8989.0, 8965.0, 9012.0, 9047.0, 9012.0, 9011.0, 8934.0, 8976.0, 9033.0, 8959.0, 9002.0, 8945.0, 8973.0, 8966.0, 8982.0, 8943.0, 8985.0, 8962.0, 8970.0, 9012.0, 8989.0, 9059.0, 9068.0, 9017.0, 9029.0, 8961.0, 8972.0, 8939.0, 8972.0, 9040.0, 8974.0, 9043.0, 8950.0, 8990.0, 8951.0, 8995.0, 8972.0, 8960.0, 9011.0, 9075.0, 9027.0, 9029.0, 9064.0, 9016.0, 9055.0, 8966.0, 9038.0, 8983.0, 9008.0, 8991.0, 9072.0, 9015.0, 9057.0, 9069.0, 9100.0, 8995.0, 9007.0, 9085.0, 9056.0, 9046.0, 9128.0, 9098.0, 9106.0, 9061.0, 9103.0, 9045.0, 9026.0, 9063.0, 9017.0, 9040.0, 9003.0, 9026.0, 8983.0, 8944.0, 8995.0, 8954.0, 9023.0, 8983.0, 8983.0, 8998.0, 8957.0, 9022.0, 8966.0, 9037.0, 8962.0, 8971.0, 8963.0, 8941.0, 8913.0, 8946.0, 8939.0, 9023.0, 8983.0, 8996.0, 9029.0, 9061.0, 9000.0, 9056.0, 8988.0, 9038.0, 8985.0, 9009.0, 8959.0, 9015.0, 8979.0, 9045.0, 8964.0, 9006.0, 9045.0, 8981.0, 8970.0, 8986.0, 8991.0, 9015.0, 9058.0, 9019.0, 9016.0, 9073.0, 9099.0, 9043.0, 9041.0, 8993.0, 9011.0, 9033.0, 8993.0, 9062.0, 9007.0, 9075.0, 9017.0, 9058.0, 8998.0, 9035.0, 8982.0, 8959.0, 8992.0, 9055.0, 8981.0, 9019.0, 9022.0, 8952.0, 9038.0, 8971.0, 8962.0, 8969.0, 9008.0, 9066.0, 9085.0, 9013.0, 9053.0, 8995.0, 9001.0, 9066.0, 9013.0, 9067.0, 8983.0, 9051.0, 9015.0, 9072.0, 9017.0, 9001.0, 9054.0, 8979.0, 9008.0, 8965.0, 8953.0, 9050.0, 8982.0, 9039.0, 8969.0, 8961.0, 8978.0, 8980.0, 9066.0, 9010.0, 9030.0, 9029.0, 9015.0, 9066.0, 9011.0, 9022.0, 9051.0, 9110.0, 9027.0, 9052.0, 9030.0, 9001.0, 8959.0, 8988.0, 8968.0, 9044.0, 8965.0, 9049.0, 9016.0, 9017.0, 8961.0, 8975.0, 8962.0, 8977.0, 8947.0, 8993.0, 8984.0, 9039.0, 8993.0, 9062.0, 9016.0, 9092.0, 9030.0, 9029.0, 9052.0, 9014.0, 8995.0, 8997.0, 8984.0, 9016.0, 9083.0, 9042.0, 9066.0, 9020.0, 9045.0, 8966.0, 9021.0, 9009.0, 9090.0, 9050.0, 9019.0, 8970.0, 8991.0, 8988.0, 9001.0, 9018.0, 9061.0, 9028.0, 9087.0, 9112.0, 9047.0, 9069.0, 8997.0, 9039.0, 9022.0, 9062.0, 9003.0, 8964.0, 9002.0, 8985.0, 9015.0, 9021.0, 8983.0, 9038.0, 8982.0, 8939.0, 8950.0, 8963.0, 9020.0, 8991.0, 8973.0, 9021.0, 8982.0, 9105.0, 9057.0, 9003.0, 9053.0, 8934.0, 8989.0, 8962.0, 8977.0, 8933.0, 8961.0, 8941.0, 8994.0, 8945.0, 9004.0, 8962.0, 8990.0, 8959.0, 9002.0, 8968.0, 9038.0, 9045.0, 8988.0, 9053.0, 8979.0, 9043.0, 9016.0, 9056.0, 8990.0, 8989.0, 9078.0, 9049.0, 9023.0, 9076.0, 9053.0, 9097.0, 9046.0, 9018.0, 9042.0, 9015.0, 9083.0, 9019.0, 9060.0, 9014.0, 9038.0, 8994.0, 9035.0, 8962.0, 9016.0, 8954.0, 8998.0, 8926.0, 8956.0, 9006.0, 8978.0, 8952.0, 8939.0, 8947.0, 8955.0, 8946.0, 8993.0, 8994.0, 9007.0, 8982.0, 9032.0, 9008.0, 8976.0, 8991.0, 8973.0, 9081.0, 9040.0, 9076.0, 9025.0, 9059.0, 8975.0, 8993.0, 8953.0, 8955.0, 8967.0, 8946.0, 9015.0, 8946.0, 9015.0, 8947.0, 9005.0, 8961.0, 9003.0, 8979.0, 8973.0, 8965.0, 8949.0, 8974.0, 8946.0, 9013.0, 8969.0, 8996.0, 8935.0, 8947.0, 8905.0, 8920.0, 8920.0, 8925.0, 8896.0, 8931.0, 8968.0, 8917.0, 9003.0, 8941.0, 9009.0, 8965.0, 8938.0, 8936.0, 8958.0, 8964.0, 9015.0, 9069.0, 8989.0, 8985.0, 9052.0, 8943.0, 9027.0, 8946.0, 9046.0, 9004.0, 9001.0, 8992.0, 9031.0, 8991.0, 8996.0, 9021.0, 9004.0, 9062.0, 9045.0, 9041.0, 9119.0, 9055.0, 9107.0, 9044.0, 9076.0, 9075.0, 9013.0, 9044.0, 8980.0, 8982.0, 8970.0, 8920.0, 8917.0, 9000.0, 9017.0, 8991.0, 9064.0, 9062.0, 9144.0, 9083.0, 9057.0, 8971.0, 8989.0, 9034.0, 8965.0, 9036.0, 8968.0, 9010.0, 8969.0, 9018.0, 8981.0, 8982.0, 9011.0, 8985.0, 8987.0, 9031.0, 8990.0, 9092.0, 9047.0, 9020.0, 9033.0, 8948.0, 9018.0, 8967.0, 9053.0, 8971.0, 9009.0, 8936.0, 8989.0, 8945.0, 8962.0, 9028.0, 8946.0, 9029.0, 8968.0, 9021.0, 8955.0, 8994.0, 8962.0, 8966.0, 9021.0, 8967.0, 9041.0, 9034.0, 9004.0, 9008.0, 8965.0, 9039.0, 9016.0, 9002.0, 9026.0, 8983.0, 9064.0, 9013.0, 8982.0, 9052.0, 8997.0, 9049.0, 8969.0, 9036.0, 8983.0, 9016.0, 8946.0, 8962.0, 8997.0, 8971.0, 9033.0, 9083.0, 9031.0, 9067.0, 8996.0, 9007.0, 8951.0, 8989.0, 8979.0, 9049.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.0027760989643268127</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0617127492520138</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.41527158759214</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1309607852304142</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9831761919585277</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4858</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4330.4106</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14258574692250725</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>151</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>17.376294591484466</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.543210131757338</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.399998306415945</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8212062054644753</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4084258833915944</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0104874</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009630945511162281</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030420910567045212</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.10145766158988</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>18.3131</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.5281</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.5621</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299660.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>802.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.8245</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6288</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>459.1564</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3262.9597</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3465.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76884.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1180.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4178.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.8161</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.340098227432463</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> |