=== 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
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-02_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-02_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-02_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-02_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-02_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_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-02_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-02_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_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-02_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-02_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_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-02_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-02_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-02_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-02_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-02_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-02_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-02_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-02_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-02_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-02_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_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-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-02_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-02_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-02_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-02_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>1675c8ffa2bc2589aba1239b9397044d</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:10:27.905000</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-02_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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</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.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>375a21ec-20f4-45f8-a6c2-aa026f7e5866||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': ['211027.905000', '211028.365000', '211028.825000', '211029.285000', '211029.745000', '211030.205000', '211030.665000', '211031.125000', '211031.585000', '211032.045000', '211032.505000', '211032.965000', '211033.425000', '211033.885000', '211034.345000', '211034.805000', '211035.265000', '211035.725000', '211036.185000', '211036.645000', '211037.105000', '211037.565000', '211038.025000', '211038.485000', '211038.945000', '211039.405000', '211039.865000', '211040.325000', '211040.785000', '211041.245000', '211041.705000', '211042.165000', '211042.625000', '211043.085000', '211043.545000', '211044.005000', '211044.465000', '211044.925000', '211045.385000', '211045.845000', '211046.305000', '211046.765000', '211047.225000', '211047.685000', '211048.145000', '211048.605000', '211049.065000', '211049.525000', '211049.985000', '211050.445000', '211050.905000', '211051.365000', '211051.825000', '211052.285000', '211052.745000', '211053.205000', '211053.665000', '211054.125000', '211054.585000', '211055.045000', '211055.505000', '211055.965000', '211056.425000', '211056.885000', '211057.345000', '211057.805000', '211058.265000', '211058.725000', '211059.185000', '211059.645000', '211100.105000', '211100.565000', '211101.025000', '211101.485000', '211101.945000', '211102.405000', '211102.865000', '211103.325000', '211103.785000', '211104.245000', '211104.705000', '211105.165000', '211105.625000', '211106.085000', '211106.545000', '211107.005000', '211107.465000', '211107.925000', '211108.385000', '211108.845000', '211109.305000', '211109.765000', '211110.225000', '211110.685000', '211111.145000', '211111.605000', '211112.065000', '211112.525000', '211112.985000', '211113.445000', '211113.905000', '211114.365000', '211114.825000', '211115.285000', '211115.745000', '211116.205000', '211116.665000', '211117.125000', '211117.585000', '211118.045000', '211118.505000', '211118.965000', '211119.425000', '211119.885000', '211120.345000', '211120.805000', '211121.265000', '211121.725000', '211122.185000', '211122.645000', '211123.105000', '211123.565000', '211124.025000', '211124.485000', '211124.945000', '211125.405000', '211125.865000', '211126.325000', '211126.785000', '211127.245000', '211127.705000', '211128.165000', '211128.625000', '211129.085000', '211129.545000', '211130.005000', '211130.465000', '211130.925000', '211131.385000', '211131.845000', '211132.305000', '211132.765000', '211133.225000', '211133.685000', '211134.145000', '211134.605000', '211135.065000', '211135.525000', '211135.985000', '211136.445000', '211136.905000', '211137.365000', '211137.825000', '211138.285000', '211138.745000', '211139.205000', '211139.665000', '211140.125000', '211140.585000', '211141.045000', '211141.505000', '211141.965000', '211142.425000', '211142.885000', '211143.345000', '211143.805000', '211144.265000', '211144.725000', '211145.185000', '211145.645000', '211146.105000', '211146.565000', '211147.025000', '211147.485000', '211147.945000', '211148.405000', '211148.865000', '211149.325000', '211149.785000', '211150.245000', '211150.705000', '211151.165000', '211151.625000', '211152.085000', '211152.545000', '211153.005000', '211153.465000', '211153.925000', '211154.385000', '211154.845000', '211155.305000', '211155.765000', '211156.225000', '211156.685000', '211157.145000', '211157.605000', '211158.065000', '211158.525000', '211158.985000', '211159.445000', '211159.905000', '211200.365000', '211200.825000', '211201.285000', '211201.745000', '211202.205000', '211202.665000', '211203.125000', '211203.585000', '211204.045000', '211204.505000', '211204.965000', '211205.425000', '211205.885000', '211206.345000', '211206.805000', '211207.265000', '211207.725000', '211208.185000', '211208.645000', '211209.105000', '211209.565000', '211210.025000', '211210.485000', '211210.945000', '211211.405000', '211211.865000', '211212.325000', '211212.785000', '211213.245000', '211213.705000', '211214.165000', '211214.625000', '211215.085000', '211215.545000', '211216.005000', '211216.465000', '211216.925000', '211217.385000', '211217.845000', '211218.305000', '211218.765000', '211219.225000', '211219.685000', '211220.145000', '211220.605000', '211221.065000', '211221.525000', '211221.985000', '211222.445000', '211222.905000', '211223.365000', '211223.825000', '211224.285000', '211224.745000', '211225.205000', '211225.665000', '211226.125000', '211226.585000', '211227.045000', '211227.505000', '211227.965000', '211228.425000', '211228.885000', '211229.345000', '211229.805000', '211230.265000', '211230.725000', '211231.185000', '211231.645000', '211232.105000', '211232.565000', '211233.025000', '211233.485000', '211233.945000', '211234.405000', '211234.865000', '211235.325000', '211235.785000', '211236.245000', '211236.705000', '211237.165000', '211237.625000', '211238.085000', '211238.545000', '211239.005000', '211239.465000', '211239.925000', '211240.385000', '211240.845000', '211241.305000', '211241.765000', '211242.225000', '211242.685000', '211243.145000', '211243.605000', '211244.065000', '211244.525000', '211244.985000', '211245.445000', '211245.905000', '211246.365000', '211246.825000', '211247.285000', '211247.745000', '211248.205000', '211248.665000', '211249.125000', '211249.585000', '211250.045000', '211250.505000', '211250.965000', '211251.425000', '211251.885000', '211252.345000', '211252.805000', '211253.265000', '211253.725000', '211254.185000', '211254.645000', '211255.105000', '211255.565000', '211256.025000', '211256.485000', '211256.945000', '211257.405000', '211257.865000', '211258.325000', '211258.785000', '211259.245000', '211259.705000', '211300.165000', '211300.625000', '211301.085000', '211301.545000', '211302.005000', '211302.465000', '211302.925000', '211303.385000', '211303.845000', '211304.305000', '211304.765000', '211305.225000', '211305.685000', '211306.145000', '211306.605000', '211307.065000', '211307.525000', '211307.985000', '211308.445000', '211308.905000', '211309.365000', '211309.825000', '211310.285000', '211310.745000', '211311.205000', '211311.665000', '211312.125000', '211312.585000', '211313.045000', '211313.505000', '211313.965000', '211314.425000', '211314.885000', '211315.345000', '211315.805000', '211316.265000', '211316.725000', '211317.185000', '211317.645000', '211318.105000', '211318.565000', '211319.025000', '211319.485000', '211319.945000', '211320.405000', '211320.865000', '211321.325000', '211321.785000', '211322.245000', '211322.705000', '211323.165000', '211323.625000', '211324.085000', '211324.545000', '211325.005000', '211325.465000', '211325.925000', '211326.385000', '211326.845000', '211327.305000', '211327.765000', '211328.225000', '211328.685000', '211329.145000', '211329.605000', '211330.065000', '211330.525000', '211330.985000', '211331.445000', '211331.905000', '211332.365000', '211332.825000', '211333.285000', '211333.745000', '211334.205000', '211334.665000', '211335.125000', '211335.585000', '211336.045000', '211336.505000', '211336.965000', '211337.425000', '211337.885000', '211338.345000', '211338.805000', '211339.265000', '211339.725000', '211340.185000', '211340.645000', '211341.105000', '211341.565000', '211342.025000', '211342.485000', '211342.945000', '211343.405000', '211343.865000', '211344.325000', '211344.785000', '211345.245000', '211345.705000', '211346.165000', '211346.625000', '211347.085000', '211347.545000', '211348.005000', '211348.465000', '211348.925000', '211349.385000', '211349.845000', '211350.305000', '211350.765000', '211351.225000', '211351.685000', '211352.145000', '211352.605000', '211353.065000', '211353.525000', '211353.985000', '211354.445000', '211354.905000', '211355.365000', '211355.825000', '211356.285000', '211356.745000', '211357.205000', '211357.665000', '211358.125000', '211358.585000', '211359.045000', '211359.505000', '211359.965000', '211400.425000', '211400.885000', '211401.345000', '211401.805000', '211402.265000', '211402.725000', '211403.185000', '211403.645000', '211404.105000', '211404.565000', '211405.025000', '211405.485000', '211405.945000', '211406.405000', '211406.865000', '211407.325000', '211407.785000', '211408.245000', '211408.705000', '211409.165000', '211409.625000', '211410.085000', '211410.545000', '211411.005000', '211411.465000', '211411.925000', '211412.385000', '211412.845000', '211413.305000', '211413.765000', '211414.225000', '211414.685000', '211415.145000', '211415.605000', '211416.065000', '211416.525000', '211416.985000', '211417.445000', '211417.905000', '211418.365000', '211418.825000', '211419.285000', '211419.745000', '211420.205000', '211420.665000', '211421.125000', '211421.585000', '211422.045000', '211422.505000', '211422.965000', '211423.425000', '211423.885000', '211424.345000', '211424.805000', '211425.265000', '211425.725000', '211426.185000', '211426.645000', '211427.105000', '211427.565000', '211428.025000', '211428.485000', '211428.945000', '211429.405000', '211429.865000', '211430.325000', '211430.785000', '211431.245000', '211431.705000', '211432.165000', '211432.625000', '211433.085000', '211433.545000', '211434.005000', '211434.465000', '211434.925000', '211435.385000', '211435.845000', '211436.305000', '211436.765000', '211437.225000', '211437.685000', '211438.145000', '211438.605000', '211439.065000', '211439.525000', '211439.985000', '211440.445000', '211440.905000', '211441.365000', '211441.825000', '211442.285000', '211442.745000', '211443.205000', '211443.665000', '211444.125000', '211444.585000', '211445.045000', '211445.505000', '211445.965000', '211446.425000', '211446.885000', '211447.345000', '211447.805000', '211448.265000', '211448.725000', '211449.185000', '211449.645000', '211450.105000', '211450.565000', '211451.025000', '211451.485000', '211451.945000', '211452.405000', '211452.865000', '211453.325000', '211453.785000', '211454.245000', '211454.705000', '211455.165000', '211455.625000', '211456.085000', '211456.545000', '211457.005000', '211457.465000', '211457.925000', '211458.385000', '211458.845000', '211459.305000', '211459.765000', '211500.225000', '211500.685000', '211501.145000', '211501.605000', '211502.065000', '211502.525000', '211502.985000', '211503.445000', '211503.905000', '211504.365000', '211504.825000', '211505.285000', '211505.745000', '211506.205000', '211506.665000', '211507.125000', '211507.585000', '211508.045000', '211508.505000', '211508.965000', '211509.425000', '211509.885000', '211510.345000', '211510.805000', '211511.265000', '211511.725000', '211512.185000', '211512.645000', '211513.105000', '211513.565000', '211514.025000', '211514.485000', '211514.945000', '211515.405000', '211515.865000', '211516.325000', '211516.785000', '211517.245000', '211517.705000', '211518.165000', '211518.625000', '211519.085000', '211519.545000', '211520.005000', '211520.465000', '211520.925000', '211521.385000', '211521.845000', '211522.305000', '211522.765000', '211523.225000', '211523.685000', '211524.145000', '211524.605000', '211525.065000', '211525.525000', '211525.985000', '211526.445000', '211526.905000', '211527.365000', '211527.825000', '211528.285000', '211528.745000', '211529.205000', '211529.665000', '211530.125000', '211530.585000', '211531.045000', '211531.505000', '211531.965000', '211532.425000', '211532.885000', '211533.345000', '211533.805000', '211534.265000', '211534.725000', '211535.185000', '211535.645000', '211536.105000', '211536.565000', '211537.025000', '211537.485000', '211537.945000', '211538.405000', '211538.865000', '211539.325000', '211539.785000', '211540.245000', '211540.705000', '211541.165000', '211541.625000', '211542.085000', '211542.545000', '211543.005000', '211543.465000', '211543.925000', '211544.385000', '211544.845000', '211545.305000', '211545.765000', '211546.225000', '211546.685000', '211547.145000', '211547.605000', '211548.065000', '211548.525000', '211548.985000', '211549.445000', '211549.905000', '211550.365000', '211550.825000', '211551.285000', '211551.745000', '211552.205000', '211552.665000', '211553.125000', '211553.585000', '211554.045000', '211554.505000', '211554.965000', '211555.425000', '211555.885000', '211556.345000', '211556.805000', '211557.265000', '211557.725000', '211558.185000', '211558.645000', '211559.105000', '211559.565000', '211600.025000', '211600.485000', '211600.945000', '211601.405000', '211601.865000', '211602.325000', '211602.785000', '211603.245000', '211603.705000', '211604.165000', '211604.625000', '211605.085000', '211605.545000', '211606.005000', '211606.465000', '211606.925000', '211607.385000', '211607.845000', '211608.305000', '211608.765000', '211609.225000', '211609.685000', '211610.145000', '211610.605000', '211611.065000', '211611.525000', '211611.985000', '211612.445000', '211612.905000', '211613.365000', '211613.825000', '211614.285000', '211614.745000', '211615.205000', '211615.665000', '211616.125000', '211616.585000', '211617.045000', '211617.505000', '211617.965000', '211618.425000', '211618.885000', '211619.345000', '211619.805000', '211620.265000', '211620.725000', '211621.185000', '211621.645000', '211622.105000', '211622.565000', '211623.025000', '211623.485000', '211623.945000', '211624.405000', '211624.865000', '211625.325000', '211625.785000', '211626.245000', '211626.705000', '211627.165000', '211627.625000', '211628.085000', '211628.545000', '211629.005000', '211629.465000', '211629.925000', '211630.385000', '211630.845000', '211631.305000', '211631.765000', '211632.225000', '211632.685000', '211633.145000', '211633.605000', '211634.065000', '211634.525000', '211634.985000', '211635.445000', '211635.905000', '211636.365000', '211636.825000', '211637.285000', '211637.745000', '211638.205000', '211638.665000', '211639.125000', '211639.585000', '211640.045000', '211640.505000', '211640.965000', '211641.425000', '211641.885000', '211642.345000', '211642.805000', '211643.265000', '211643.725000', '211644.185000', '211644.645000', '211645.105000', '211645.565000', '211646.025000', '211646.485000', '211646.945000', '211647.405000', '211647.865000', '211648.325000', '211648.785000', '211649.245000', '211649.705000', '211650.165000', '211650.625000', '211651.085000', '211651.545000', '211652.005000', '211652.465000', '211652.925000', '211653.385000', '211653.845000', '211654.305000', '211654.765000', '211655.225000', '211655.685000', '211656.145000', '211656.605000', '211657.065000', '211657.525000', '211657.985000', '211658.445000', '211658.905000', '211659.365000', '211659.825000', '211700.285000', '211700.745000', '211701.205000', '211701.665000', '211702.125000', '211702.585000', '211703.045000', '211703.505000', '211703.965000', '211704.425000', '211704.885000', '211705.345000', '211705.805000', '211706.265000', '211706.725000', '211707.185000', '211707.645000', '211708.105000', '211708.565000'], 'ContentTime': ['211057.426000', '211057.429000', '211057.432000', '211057.435000', '211057.438000', '211057.440000', '211057.443000', '211057.445000', '211057.448000', '211057.451000', '211057.453000', '211057.456000', '211057.459000', '211057.461000', '211057.470000', '211057.473000', '211057.475000', '211057.478000', '211057.480000', '211057.483000', '211057.486000', '211057.489000', '211057.491000', '211057.494000', '211057.496000', '211057.499000', '211057.502000', '211057.504000', '211057.507000', '211057.509000', '211057.512000', '211057.515000', '211057.517000', '211057.520000', '211057.522000', '211057.525000', '211057.528000', '211057.530000', '211057.533000', '211057.536000', '211057.538000', '211057.541000', '211057.543000', '211057.546000', '211057.549000', '211057.551000', '211057.568000', '211057.571000', '211057.573000', '211057.576000', '211057.579000', '211057.581000', '211057.584000', '211057.587000', '211057.589000', '211057.592000', '211057.595000', '211057.597000', '211057.600000', '211057.603000', '211057.605000', '211057.608000', '211117.397000', '211117.400000', '211117.403000', '211117.405000', '211117.408000', '211117.411000', '211117.413000', '211117.416000', '211117.419000', '211117.421000', '211117.424000', '211117.426000', '211117.429000', '211117.432000', '211117.434000', '211117.437000', '211117.440000', '211117.442000', '211117.445000', '211117.447000', '211117.450000', '211117.453000', '211117.456000', '211117.458000', '211117.461000', '211117.464000', '211117.466000', '211117.469000', '211117.471000', '211117.474000', '211117.477000', '211117.479000', '211117.482000', '211117.485000', '211117.487000', '211117.490000', '211117.493000', '211117.495000', '211117.498000', '211117.500000', '211117.503000', '211117.506000', '211117.508000', '211117.511000', '211137.397000', '211137.400000', '211137.403000', '211137.406000', '211137.408000', '211137.411000', '211137.414000', '211137.416000', '211137.419000', '211137.422000', '211137.424000', '211137.427000', '211137.429000', '211137.432000', '211137.435000', '211137.437000', '211137.440000', '211137.443000', '211137.445000', '211137.448000', '211137.451000', '211137.453000', '211137.456000', '211137.458000', '211137.461000', '211137.464000', '211137.466000', '211137.469000', '211137.471000', '211137.474000', '211137.477000', '211137.479000', '211137.482000', '211137.484000', '211137.487000', '211137.490000', '211137.492000', '211137.495000', '211137.498000', '211137.500000', '211137.503000', '211137.505000', '211137.508000', '211157.396000', '211157.399000', '211157.402000', '211157.404000', '211157.407000', '211157.409000', '211157.422000', '211157.425000', '211157.428000', '211157.430000', '211157.433000', '211157.457000', '211157.459000', '211157.462000', '211157.465000', '211157.467000', '211157.470000', '211157.472000', '211157.475000', '211157.477000', '211157.480000', '211157.483000', '211157.485000', '211157.488000', '211157.490000', '211157.493000', '211157.496000', '211157.498000', '211157.501000', '211157.503000', '211157.506000', '211157.509000', '211157.511000', '211157.514000', '211157.516000', '211157.519000', '211157.522000', '211157.524000', '211157.527000', '211157.530000', '211157.532000', '211157.535000', '211157.537000', '211157.544000', '211217.397000', '211217.400000', '211217.402000', '211217.405000', '211217.408000', '211217.411000', '211217.413000', '211217.416000', '211217.419000', '211217.421000', '211217.429000', '211217.432000', '211217.435000', '211217.437000', '211217.440000', '211217.443000', '211217.445000', '211217.448000', '211217.451000', '211217.453000', '211217.456000', '211217.459000', '211217.461000', '211217.464000', '211217.466000', '211217.469000', '211217.472000', '211217.474000', '211217.477000', '211217.480000', '211217.482000', '211217.485000', '211217.487000', '211217.490000', '211217.493000', '211217.495000', '211217.498000', '211217.501000', '211217.504000', '211217.507000', '211217.509000', '211217.512000', '211217.515000', '211237.396000', '211237.399000', '211237.402000', '211237.405000', '211237.408000', '211237.410000', '211237.413000', '211237.415000', '211237.418000', '211237.421000', '211237.423000', '211237.426000', '211237.429000', '211237.432000', '211237.434000', '211237.437000', '211237.440000', '211237.442000', '211237.445000', '211237.448000', '211237.450000', '211237.453000', '211237.455000', '211237.458000', '211237.461000', '211237.463000', '211237.466000', '211237.469000', '211237.471000', '211237.474000', '211237.477000', '211237.479000', '211237.482000', '211237.485000', '211237.487000', '211237.490000', '211237.492000', '211237.495000', '211237.498000', '211237.500000', '211237.503000', '211237.505000', '211237.508000', '211237.510000', '211257.397000', '211257.399000', '211257.402000', '211257.405000', '211257.407000', '211257.410000', '211257.412000', '211257.415000', '211257.418000', '211257.420000', '211257.423000', '211257.426000', '211257.428000', '211257.431000', '211257.433000', '211257.436000', '211257.439000', '211257.441000', '211257.444000', '211257.447000', '211257.449000', '211257.452000', '211257.455000', '211257.457000', '211257.460000', '211257.462000', '211257.465000', '211257.467000', '211257.470000', '211257.473000', '211257.475000', '211257.478000', '211257.481000', '211257.483000', '211257.486000', '211257.488000', '211257.491000', '211257.493000', '211257.496000', '211257.499000', '211257.502000', '211257.504000', '211257.507000', '211317.396000', '211317.399000', '211317.402000', '211317.405000', '211317.407000', '211317.410000', '211317.413000', '211317.415000', '211317.418000', '211317.421000', '211317.423000', '211317.426000', '211317.428000', '211317.431000', '211317.434000', '211317.437000', '211317.439000', '211317.442000', '211317.445000', '211317.447000', '211317.450000', '211317.453000', '211317.459000', '211317.461000', '211317.464000', '211317.467000', '211317.469000', '211317.472000', '211317.474000', '211317.477000', '211317.480000', '211317.482000', '211317.485000', '211317.488000', '211317.490000', '211317.493000', '211317.496000', '211317.498000', '211317.501000', '211317.503000', '211317.506000', '211317.509000', '211317.511000', '211317.514000', '211337.398000', '211337.408000', '211337.410000', '211337.413000', '211337.416000', '211337.419000', '211337.421000', '211337.424000', '211337.427000', '211337.429000', '211337.432000', '211337.434000', '211337.437000', '211337.440000', '211337.442000', '211337.445000', '211337.448000', '211337.450000', '211337.453000', '211337.456000', '211337.459000', '211337.461000', '211337.464000', '211337.466000', '211337.469000', '211337.472000', '211337.474000', '211337.477000', '211337.480000', '211337.482000', '211337.485000', '211337.488000', '211337.490000', '211337.493000', '211337.496000', '211337.498000', '211337.501000', '211337.503000', '211337.506000', '211337.508000', '211337.511000', '211337.513000', '211337.516000', '211357.398000', '211357.400000', '211357.403000', '211357.406000', '211357.408000', '211357.411000', '211357.413000', '211357.417000', '211357.420000', '211357.423000', '211357.425000', '211357.428000', '211357.431000', '211357.434000', '211357.436000', '211357.439000', '211357.441000', '211357.444000', '211357.447000', '211357.449000', '211357.452000', '211357.454000', '211357.457000', '211357.459000', '211357.462000', '211357.465000', '211357.467000', '211357.470000', '211357.473000', '211357.475000', '211357.478000', '211357.481000', '211357.483000', '211357.486000', '211357.488000', '211357.491000', '211357.494000', '211357.496000', '211357.499000', '211357.502000', '211357.504000', '211357.507000', '211357.510000', '211417.396000', '211417.399000', '211417.402000', '211417.405000', '211417.407000', '211417.410000', '211417.413000', '211417.415000', '211417.418000', '211417.420000', '211417.423000', '211417.426000', '211417.428000', '211417.431000', '211417.434000', '211417.436000', '211417.439000', '211417.442000', '211417.444000', '211417.447000', '211417.450000', '211417.452000', '211417.455000', '211417.458000', '211417.460000', '211417.463000', '211417.465000', '211417.468000', '211417.471000', '211417.473000', '211417.476000', '211417.479000', '211417.481000', '211417.484000', '211417.487000', '211417.489000', '211417.492000', '211417.495000', '211417.497000', '211417.500000', '211417.502000', '211417.505000', '211417.508000', '211417.510000', '211437.397000', '211437.399000', '211437.402000', '211437.405000', '211437.407000', '211437.410000', '211437.413000', '211437.415000', '211437.418000', '211437.420000', '211437.423000', '211437.426000', '211437.428000', '211437.431000', '211437.434000', '211437.436000', '211437.439000', '211437.442000', '211437.444000', '211437.447000', '211437.450000', '211437.452000', '211437.455000', '211437.458000', '211437.460000', '211437.463000', '211437.466000', '211437.468000', '211437.471000', '211437.474000', '211437.476000', '211437.479000', '211437.482000', '211437.484000', '211437.492000', '211437.495000', '211437.497000', '211437.500000', '211437.503000', '211437.505000', '211437.508000', '211437.511000', '211437.513000', '211437.516000', '211457.396000', '211457.399000', '211457.402000', '211457.405000', '211457.407000', '211457.410000', '211457.413000', '211457.415000', '211457.418000', '211457.421000', '211457.423000', '211457.433000', '211457.435000', '211457.438000', '211457.441000', '211457.443000', '211457.446000', '211457.449000', '211457.452000', '211457.454000', '211457.457000', '211457.460000', '211457.462000', '211457.465000', '211457.467000', '211457.470000', '211457.473000', '211457.476000', '211457.478000', '211457.481000', '211457.484000', '211457.486000', '211457.489000', '211457.492000', '211457.494000', '211457.497000', '211457.500000', '211457.502000', '211457.505000', '211457.507000', '211457.510000', '211457.513000', '211457.515000', '211517.397000', '211517.400000', '211517.402000', '211517.405000', '211517.408000', '211517.410000', '211517.413000', '211517.416000', '211517.418000', '211517.421000', '211517.424000', '211517.426000', '211517.429000', '211517.431000', '211517.434000', '211517.437000', '211517.440000', '211517.442000', '211517.445000', '211517.447000', '211517.450000', '211517.453000', '211517.456000', '211517.459000', '211517.462000', '211517.465000', '211517.468000', '211517.470000', '211517.473000', '211517.475000', '211517.478000', '211517.481000', '211517.483000', '211517.486000', '211517.489000', '211517.491000', '211517.494000', '211517.496000', '211517.499000', '211517.502000', '211517.504000', '211517.507000', '211517.510000', '211537.397000', '211537.400000', '211537.403000', '211537.406000', '211537.408000', '211537.411000', '211537.414000', '211537.416000', '211537.419000', '211537.422000', '211537.424000', '211537.427000', '211537.430000', '211537.432000', '211537.435000', '211537.438000', '211537.440000', '211537.443000', '211537.446000', '211537.448000', '211537.451000', '211537.454000', '211537.456000', '211537.459000', '211537.461000', '211537.464000', '211537.467000', '211537.469000', '211537.472000', '211537.475000', '211537.477000', '211537.480000', '211537.483000', '211537.485000', '211537.488000', '211537.490000', '211537.493000', '211537.496000', '211537.499000', '211537.501000', '211537.504000', '211537.506000', '211537.509000', '211537.512000', '211557.398000', '211557.400000', '211557.403000', '211557.406000', '211557.408000', '211557.411000', '211557.413000', '211557.416000', '211557.418000', '211557.421000', '211557.424000', '211557.426000', '211557.429000', '211557.432000', '211557.434000', '211557.437000', '211557.440000', '211557.443000', '211557.446000', '211557.449000', '211557.451000', '211557.454000', '211557.457000', '211557.459000', '211557.462000', '211557.464000', '211557.467000', '211557.470000', '211557.472000', '211557.475000', '211557.477000', '211557.480000', '211557.483000', '211557.485000', '211557.488000', '211557.490000', '211557.493000', '211557.496000', '211557.498000', '211557.501000', '211557.504000', '211557.506000', '211557.509000', '211617.397000', '211617.400000', '211617.403000', '211617.405000', '211617.408000', '211617.411000', '211617.413000', '211617.416000', '211617.418000', '211617.421000', '211617.424000', '211617.426000', '211617.429000', '211617.431000', '211617.434000', '211617.437000', '211617.439000', '211617.442000', '211617.444000', '211617.447000', '211617.450000', '211617.452000', '211617.455000', '211617.457000', '211617.460000', '211617.463000', '211617.465000', '211617.468000', '211617.470000', '211617.473000', '211617.476000', '211617.478000', '211617.481000', '211617.483000', '211617.486000', '211617.489000', '211617.491000', '211617.519000', '211617.522000', '211617.525000', '211617.527000', '211617.530000', '211617.532000', '211617.537000', '211637.397000', '211637.399000', '211637.402000', '211637.405000', '211637.407000', '211637.410000', '211637.412000', '211637.415000', '211637.418000', '211637.420000', '211637.423000', '211637.425000', '211637.428000', '211637.430000', '211637.433000', '211637.436000', '211637.438000', '211637.441000', '211637.443000', '211637.446000', '211637.449000', '211637.451000', '211637.454000', '211637.456000', '211637.459000', '211637.461000', '211637.464000', '211637.467000', '211637.469000', '211637.472000', '211637.474000', '211637.477000', '211637.480000', '211637.482000', '211637.485000', '211637.487000', '211637.490000', '211637.493000', '211637.495000', '211637.500000', '211637.503000', '211637.505000', '211637.508000', '211657.396000', '211657.399000', '211657.402000', '211657.404000', '211657.407000', '211657.410000', '211657.412000', '211657.415000', '211657.417000', '211657.420000', '211657.423000', '211657.425000', '211657.428000', '211657.431000', '211657.433000', '211657.436000', '211657.439000', '211657.441000', '211657.444000', '211657.446000', '211657.449000', '211657.452000', '211657.454000', '211657.457000', '211657.460000', '211657.462000', '211657.465000', '211657.468000', '211657.470000', '211657.473000', '211657.475000', '211657.478000', '211657.481000', '211657.484000', '211657.486000', '211657.489000', '211657.491000', '211657.494000', '211657.497000', '211657.499000', '211657.502000', '211657.504000', '211657.507000', '211657.509000', '211709.650000', '211709.653000', '211709.656000', '211709.658000', '211709.661000', '211709.663000', '211709.666000', '211709.669000', '211709.671000', '211709.674000', '211709.676000', '211709.679000', '211709.681000', '211709.684000', '211709.687000', '211709.689000', '211709.692000', '211709.695000', '211709.697000', '211709.700000', '211709.703000', '211709.706000', '211709.708000', '211709.711000', '211709.714000', '211709.717000', '211709.719000'], 'InstanceCreationTime': ['211057.426000', '211057.429000', '211057.432000', '211057.435000', '211057.438000', '211057.440000', '211057.443000', '211057.445000', '211057.448000', '211057.451000', '211057.453000', '211057.456000', '211057.459000', '211057.461000', '211057.470000', '211057.473000', '211057.475000', '211057.478000', '211057.480000', '211057.483000', '211057.486000', '211057.489000', '211057.491000', '211057.494000', '211057.496000', '211057.499000', '211057.502000', '211057.504000', '211057.507000', '211057.509000', '211057.512000', '211057.515000', '211057.517000', '211057.520000', '211057.522000', '211057.525000', '211057.528000', '211057.530000', '211057.533000', '211057.536000', '211057.538000', '211057.541000', '211057.543000', '211057.546000', '211057.549000', '211057.551000', '211057.568000', '211057.571000', '211057.573000', '211057.576000', '211057.579000', '211057.581000', '211057.584000', '211057.587000', '211057.589000', '211057.592000', '211057.595000', '211057.597000', '211057.600000', '211057.603000', '211057.605000', '211057.608000', '211117.397000', '211117.400000', '211117.403000', '211117.405000', '211117.408000', '211117.411000', '211117.413000', '211117.416000', '211117.419000', '211117.421000', '211117.424000', '211117.426000', '211117.429000', '211117.432000', '211117.434000', '211117.437000', '211117.440000', '211117.442000', '211117.445000', '211117.447000', '211117.450000', '211117.453000', '211117.456000', '211117.458000', '211117.461000', '211117.464000', '211117.466000', '211117.469000', '211117.471000', '211117.474000', '211117.477000', '211117.479000', '211117.482000', '211117.485000', '211117.487000', '211117.490000', '211117.493000', '211117.495000', '211117.498000', '211117.500000', '211117.503000', '211117.506000', '211117.508000', '211117.511000', '211137.397000', '211137.400000', '211137.403000', '211137.406000', '211137.408000', '211137.411000', '211137.414000', '211137.416000', '211137.419000', '211137.422000', '211137.424000', '211137.427000', '211137.429000', '211137.432000', '211137.435000', '211137.437000', '211137.440000', '211137.443000', '211137.445000', '211137.448000', '211137.451000', '211137.453000', '211137.456000', '211137.458000', '211137.461000', '211137.464000', '211137.466000', '211137.469000', '211137.471000', '211137.474000', '211137.477000', '211137.479000', '211137.482000', '211137.484000', '211137.487000', '211137.490000', '211137.492000', '211137.495000', '211137.498000', '211137.500000', '211137.503000', '211137.505000', '211137.508000', '211157.396000', '211157.399000', '211157.402000', '211157.404000', '211157.407000', '211157.409000', '211157.422000', '211157.425000', '211157.428000', '211157.430000', '211157.433000', '211157.457000', '211157.459000', '211157.462000', '211157.465000', '211157.467000', '211157.470000', '211157.472000', '211157.475000', '211157.477000', '211157.480000', '211157.483000', '211157.485000', '211157.488000', '211157.490000', '211157.493000', '211157.496000', '211157.498000', '211157.501000', '211157.503000', '211157.506000', '211157.509000', '211157.511000', '211157.514000', '211157.516000', '211157.519000', '211157.522000', '211157.524000', '211157.527000', '211157.530000', '211157.532000', '211157.535000', '211157.537000', '211157.544000', '211217.397000', '211217.400000', '211217.402000', '211217.405000', '211217.408000', '211217.411000', '211217.413000', '211217.416000', '211217.419000', '211217.421000', '211217.429000', '211217.432000', '211217.435000', '211217.437000', '211217.440000', '211217.443000', '211217.445000', '211217.448000', '211217.451000', '211217.453000', '211217.456000', '211217.459000', '211217.461000', '211217.464000', '211217.466000', '211217.469000', '211217.472000', '211217.474000', '211217.477000', '211217.480000', '211217.482000', '211217.485000', '211217.487000', '211217.490000', '211217.493000', '211217.495000', '211217.498000', '211217.501000', '211217.504000', '211217.507000', '211217.509000', '211217.512000', '211217.515000', '211237.396000', '211237.399000', '211237.402000', '211237.405000', '211237.408000', '211237.410000', '211237.413000', '211237.415000', '211237.418000', '211237.421000', '211237.423000', '211237.426000', '211237.429000', '211237.432000', '211237.434000', '211237.437000', '211237.440000', '211237.442000', '211237.445000', '211237.448000', '211237.450000', '211237.453000', '211237.455000', '211237.458000', '211237.461000', '211237.463000', '211237.466000', '211237.469000', '211237.471000', '211237.474000', '211237.477000', '211237.479000', '211237.482000', '211237.485000', '211237.487000', '211237.490000', '211237.492000', '211237.495000', '211237.498000', '211237.500000', '211237.503000', '211237.505000', '211237.508000', '211237.510000', '211257.397000', '211257.399000', '211257.402000', '211257.405000', '211257.407000', '211257.410000', '211257.412000', '211257.415000', '211257.418000', '211257.420000', '211257.423000', '211257.426000', '211257.428000', '211257.431000', '211257.433000', '211257.436000', '211257.439000', '211257.441000', '211257.444000', '211257.447000', '211257.449000', '211257.452000', '211257.455000', '211257.457000', '211257.460000', '211257.462000', '211257.465000', '211257.467000', '211257.470000', '211257.473000', '211257.475000', '211257.478000', '211257.481000', '211257.483000', '211257.486000', '211257.488000', '211257.491000', '211257.493000', '211257.496000', '211257.499000', '211257.502000', '211257.504000', '211257.507000', '211317.396000', '211317.399000', '211317.402000', '211317.405000', '211317.407000', '211317.410000', '211317.413000', '211317.415000', '211317.418000', '211317.421000', '211317.423000', '211317.426000', '211317.428000', '211317.431000', '211317.434000', '211317.437000', '211317.439000', '211317.442000', '211317.445000', '211317.447000', '211317.450000', '211317.453000', '211317.459000', '211317.461000', '211317.464000', '211317.467000', '211317.469000', '211317.472000', '211317.474000', '211317.477000', '211317.480000', '211317.482000', '211317.485000', '211317.488000', '211317.490000', '211317.493000', '211317.496000', '211317.498000', '211317.501000', '211317.503000', '211317.506000', '211317.509000', '211317.511000', '211317.514000', '211337.398000', '211337.408000', '211337.410000', '211337.413000', '211337.416000', '211337.419000', '211337.421000', '211337.424000', '211337.427000', '211337.429000', '211337.432000', '211337.434000', '211337.437000', '211337.440000', '211337.442000', '211337.445000', '211337.448000', '211337.450000', '211337.453000', '211337.456000', '211337.459000', '211337.461000', '211337.464000', '211337.466000', '211337.469000', '211337.472000', '211337.474000', '211337.477000', '211337.480000', '211337.482000', '211337.485000', '211337.488000', '211337.490000', '211337.493000', '211337.496000', '211337.498000', '211337.501000', '211337.503000', '211337.506000', '211337.508000', '211337.511000', '211337.513000', '211337.516000', '211357.398000', '211357.400000', '211357.403000', '211357.406000', '211357.408000', '211357.411000', '211357.413000', '211357.417000', '211357.420000', '211357.423000', '211357.425000', '211357.428000', '211357.431000', '211357.434000', '211357.436000', '211357.439000', '211357.441000', '211357.444000', '211357.447000', '211357.449000', '211357.452000', '211357.454000', '211357.457000', '211357.459000', '211357.462000', '211357.465000', '211357.467000', '211357.470000', '211357.473000', '211357.475000', '211357.478000', '211357.481000', '211357.483000', '211357.486000', '211357.488000', '211357.491000', '211357.494000', '211357.496000', '211357.499000', '211357.502000', '211357.504000', '211357.507000', '211357.510000', '211417.396000', '211417.399000', '211417.402000', '211417.405000', '211417.407000', '211417.410000', '211417.413000', '211417.415000', '211417.418000', '211417.420000', '211417.423000', '211417.426000', '211417.428000', '211417.431000', '211417.434000', '211417.436000', '211417.439000', '211417.442000', '211417.444000', '211417.447000', '211417.450000', '211417.452000', '211417.455000', '211417.458000', '211417.460000', '211417.463000', '211417.465000', '211417.468000', '211417.471000', '211417.473000', '211417.476000', '211417.479000', '211417.481000', '211417.484000', '211417.487000', '211417.489000', '211417.492000', '211417.495000', '211417.497000', '211417.500000', '211417.502000', '211417.505000', '211417.508000', '211417.510000', '211437.397000', '211437.399000', '211437.402000', '211437.405000', '211437.407000', '211437.410000', '211437.413000', '211437.415000', '211437.418000', '211437.420000', '211437.423000', '211437.426000', '211437.428000', '211437.431000', '211437.434000', '211437.436000', '211437.439000', '211437.442000', '211437.444000', '211437.447000', '211437.450000', '211437.452000', '211437.455000', '211437.458000', '211437.460000', '211437.463000', '211437.466000', '211437.468000', '211437.471000', '211437.474000', '211437.476000', '211437.479000', '211437.482000', '211437.484000', '211437.492000', '211437.495000', '211437.497000', '211437.500000', '211437.503000', '211437.505000', '211437.508000', '211437.511000', '211437.513000', '211437.516000', '211457.396000', '211457.399000', '211457.402000', '211457.405000', '211457.407000', '211457.410000', '211457.413000', '211457.415000', '211457.418000', '211457.421000', '211457.423000', '211457.433000', '211457.435000', '211457.438000', '211457.441000', '211457.443000', '211457.446000', '211457.449000', '211457.452000', '211457.454000', '211457.457000', '211457.460000', '211457.462000', '211457.465000', '211457.467000', '211457.470000', '211457.473000', '211457.476000', '211457.478000', '211457.481000', '211457.484000', '211457.486000', '211457.489000', '211457.492000', '211457.494000', '211457.497000', '211457.500000', '211457.502000', '211457.505000', '211457.507000', '211457.510000', '211457.513000', '211457.515000', '211517.397000', '211517.400000', '211517.402000', '211517.405000', '211517.408000', '211517.410000', '211517.413000', '211517.416000', '211517.418000', '211517.421000', '211517.424000', '211517.426000', '211517.429000', '211517.431000', '211517.434000', '211517.437000', '211517.440000', '211517.442000', '211517.445000', '211517.447000', '211517.450000', '211517.453000', '211517.456000', '211517.459000', '211517.462000', '211517.465000', '211517.468000', '211517.470000', '211517.473000', '211517.475000', '211517.478000', '211517.481000', '211517.483000', '211517.486000', '211517.489000', '211517.491000', '211517.494000', '211517.496000', '211517.499000', '211517.502000', '211517.504000', '211517.507000', '211517.510000', '211537.397000', '211537.400000', '211537.403000', '211537.406000', '211537.408000', '211537.411000', '211537.414000', '211537.416000', '211537.419000', '211537.422000', '211537.424000', '211537.427000', '211537.430000', '211537.432000', '211537.435000', '211537.438000', '211537.440000', '211537.443000', '211537.446000', '211537.448000', '211537.451000', '211537.454000', '211537.456000', '211537.459000', '211537.461000', '211537.464000', '211537.467000', '211537.469000', '211537.472000', '211537.475000', '211537.477000', '211537.480000', '211537.483000', '211537.485000', '211537.488000', '211537.490000', '211537.493000', '211537.496000', '211537.499000', '211537.501000', '211537.504000', '211537.506000', '211537.509000', '211537.512000', '211557.398000', '211557.400000', '211557.403000', '211557.406000', '211557.408000', '211557.411000', '211557.413000', '211557.416000', '211557.418000', '211557.421000', '211557.424000', '211557.426000', '211557.429000', '211557.432000', '211557.434000', '211557.437000', '211557.440000', '211557.443000', '211557.446000', '211557.449000', '211557.451000', '211557.454000', '211557.457000', '211557.459000', '211557.462000', '211557.464000', '211557.467000', '211557.470000', '211557.472000', '211557.475000', '211557.477000', '211557.480000', '211557.483000', '211557.485000', '211557.488000', '211557.490000', '211557.493000', '211557.496000', '211557.498000', '211557.501000', '211557.504000', '211557.506000', '211557.509000', '211617.397000', '211617.400000', '211617.403000', '211617.405000', '211617.408000', '211617.411000', '211617.413000', '211617.416000', '211617.418000', '211617.421000', '211617.424000', '211617.426000', '211617.429000', '211617.431000', '211617.434000', '211617.437000', '211617.439000', '211617.442000', '211617.444000', '211617.447000', '211617.450000', '211617.452000', '211617.455000', '211617.457000', '211617.460000', '211617.463000', '211617.465000', '211617.468000', '211617.470000', '211617.473000', '211617.476000', '211617.478000', '211617.481000', '211617.483000', '211617.486000', '211617.489000', '211617.491000', '211617.519000', '211617.522000', '211617.525000', '211617.527000', '211617.530000', '211617.532000', '211617.537000', '211637.397000', '211637.399000', '211637.402000', '211637.405000', '211637.407000', '211637.410000', '211637.412000', '211637.415000', '211637.418000', '211637.420000', '211637.423000', '211637.425000', '211637.428000', '211637.430000', '211637.433000', '211637.436000', '211637.438000', '211637.441000', '211637.443000', '211637.446000', '211637.449000', '211637.451000', '211637.454000', '211637.456000', '211637.459000', '211637.461000', '211637.464000', '211637.467000', '211637.469000', '211637.472000', '211637.474000', '211637.477000', '211637.480000', '211637.482000', '211637.485000', '211637.487000', '211637.490000', '211637.493000', '211637.495000', '211637.500000', '211637.503000', '211637.505000', '211637.508000', '211657.396000', '211657.399000', '211657.402000', '211657.404000', '211657.407000', '211657.410000', '211657.412000', '211657.415000', '211657.417000', '211657.420000', '211657.423000', '211657.425000', '211657.428000', '211657.431000', '211657.433000', '211657.436000', '211657.439000', '211657.441000', '211657.444000', '211657.446000', '211657.449000', '211657.452000', '211657.454000', '211657.457000', '211657.460000', '211657.462000', '211657.465000', '211657.468000', '211657.470000', '211657.473000', '211657.475000', '211657.478000', '211657.481000', '211657.484000', '211657.486000', '211657.489000', '211657.491000', '211657.494000', '211657.497000', '211657.499000', '211657.502000', '211657.504000', '211657.507000', '211657.509000', '211709.650000', '211709.653000', '211709.656000', '211709.658000', '211709.661000', '211709.663000', '211709.666000', '211709.669000', '211709.671000', '211709.674000', '211709.676000', '211709.679000', '211709.681000', '211709.684000', '211709.687000', '211709.689000', '211709.692000', '211709.695000', '211709.697000', '211709.700000', '211709.703000', '211709.706000', '211709.708000', '211709.711000', '211709.714000', '211709.717000', '211709.719000'], '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': [10293, 10089, 9500, 6744, 10015, 9789, 11067, 8773, 11162, 8475, 10911, 8529, 10814, 9608, 9831, 9894, 10045, 7026, 10567, 7514, 9131, 9128, 9759, 8787, 10696, 9700, 10938, 11639, 11455, 6539, 10736, 7386, 10438, 11587, 10562, 11899, 10347, 11855, 9734, 11926, 9237, 11648, 8251, 11358, 9228, 11659, 12374, 10580, 12007, 8348, 12251, 8796, 11932, 7963, 10556, 9091, 11533, 11795, 11468, 11833, 10296, 6873, 10833, 11760, 11247, 12228, 10809, 11704, 11668, 13114, 8627, 6774, 10208, 10675, 10723, 10841, 9649, 10644, 12483, 10307, 12792, 9029, 6656, 9662, 10857, 10842, 10631, 9619, 10838, 12373, 10040, 6807, 6405, 7189, 11505, 10509, 9154, 11169, 14978, 11394, 12925, 12137, 13825, 9199, 6621, 10373, 12562, 10376, 11538, 9885, 12318, 8640, 6797, 9224, 7009, 9739, 11797, 9987, 11552, 9769, 11517, 11615, 11038, 11285, 10437, 8610, 10893, 11995, 11039, 12024, 9988, 10923, 10360, 11086, 6672, 10555, 8281, 10850, 11701, 10636, 11888, 10030, 12073, 8716, 11938, 7162, 11257, 9514, 11818, 12389, 11329, 12228, 9844, 6782, 10370, 11641, 10065, 10880, 9212, 11129, 11008, 10993, 9266, 10050, 6856, 9841, 11823, 10231, 11393, 10445, 11360, 8694, 7954, 9677, 10639, 9922, 11454, 10055, 10834, 13088, 10460, 12612, 8482, 10915, 8825, 10574, 9445, 10512, 9172, 10752, 9567, 11537, 7316, 10863, 7898, 9953, 8974, 10885, 12014, 10071, 11020, 9181, 11131, 8917, 11616, 8330, 10603, 8617, 10793, 9222, 11064, 9461, 11714, 8512, 11366, 12753, 10706, 11244, 9444, 11576, 9437, 11776, 6747, 10078, 7439, 10393, 9114, 11366, 10315, 11683, 7717, 10423, 8817, 11697, 11037, 11093, 12022, 11897, 11471, 8893, 10923, 7676, 10745, 9535, 10502, 11888, 11062, 7551, 10721, 7784, 10000, 13839, 10562, 11470, 10027, 11783, 11372, 11564, 9330, 10477, 8744, 10734, 12765, 10317, 11400, 11592, 11615, 8906, 8090, 10432, 11299, 11023, 11374, 9731, 12305, 8461, 11374, 8373, 10726, 9243, 11377, 12097, 10709, 11974, 9716, 8252, 9775, 12018, 9039, 11338, 10821, 11158, 9064, 11303, 8791, 11435, 9236, 11845, 13001, 11361, 12669, 9250, 10229, 9892, 12594, 10380, 11175, 10316, 11007, 10083, 11291, 8053, 10389, 9246, 11302, 12142, 9644, 12423, 10727, 8440, 9562, 6366, 10072, 11996, 11189, 11666, 9717, 12064, 10393, 11513, 7237, 10837, 10030, 10697, 12934, 9837, 11622, 11313, 12054, 8746, 6869, 9899, 11573, 10887, 11700, 11251, 11625, 9318, 11935, 9467, 11382, 11039, 11029, 9554, 11874, 9457, 11547, 7420, 10190, 7362, 12095, 8155, 7058, 11369, 9524, 8578, 10149, 9813, 12232, 11198, 9126, 12775, 9882, 12485, 11311, 12377, 8031, 12335, 8877, 11882, 10016, 11852, 8420, 11551, 8625, 11754, 10760, 7795, 9751, 7438, 10498, 12715, 10136, 11630, 8747, 11556, 10587, 10287, 13125, 9954, 9752, 8732, 6268, 10519, 11360, 10063, 12108, 10290, 12141, 10974, 12941, 8520, 11199, 8899, 11743, 13111, 9296, 11725, 9659, 12994, 8822, 6499, 10408, 7979, 11099, 9123, 11494, 13991, 9451, 11601, 10852, 11623, 9186, 11868, 8478, 10890, 9243, 10928, 12136, 9183, 12459, 9561, 6502, 9942, 7915, 10039, 11127, 9894, 12015, 9734, 11628, 10410, 12942, 8042, 10729, 8806, 10937, 12387, 9272, 13028, 8988, 12638, 8371, 10853, 8773, 10716, 11730, 8663, 12545, 9775, 6773, 9486, 7229, 9958, 12182, 10121, 11346, 9342, 11212, 8275, 11139, 7593, 10701, 8683, 10513, 12981, 8878, 11471, 8720, 12010, 7870, 10170, 8708, 9763, 13137, 10097, 12314, 8756, 6369, 10118, 7983, 10506, 13843, 9930, 12318, 9982, 12246, 8992, 11610, 8058, 11025, 12356, 9993, 12014, 9718, 11041, 9713, 11741, 8303, 9259, 8430, 11014, 9350, 10518, 12931, 8701, 11539, 10240, 10022, 8636, 8106, 9777, 11840, 10441, 11790, 9950, 10290, 11940, 10557, 7563, 11008, 7778, 11153, 12348, 10358, 12556, 11949, 10016, 8756, 7134, 10630, 8378, 11116, 10486, 10110, 11562, 9372, 11272, 9998, 9596, 12851, 9662, 9179, 8848, 7251, 9865, 12153, 10200, 11269, 9031, 11205, 8130, 11398, 7876, 10504, 9208, 9915, 11473, 9881, 11038, 7396, 9477, 8908, 10670, 9664, 8971, 8779, 10204, 8251, 8035, 11474, 10705, 9842, 12097, 9596, 10360, 9570, 12335, 10685, 10936, 9400, 11238, 8002, 10477, 7475, 9861, 8101, 10097, 7781, 11781, 7345, 7135, 9070, 12450, 10951, 12237, 8314, 11663, 8845, 11928, 9551, 6886, 11496, 9162, 10289, 11928, 11800, 13173, 10232, 12947, 10202, 13258, 10286, 8693, 9797, 13227, 8609, 10875, 8010, 9780, 7857, 11252, 7948, 6181, 8791, 7612, 9742, 12760, 9236, 10286, 9776, 10544, 8799, 10426, 8111, 9765, 8736, 10255, 9143, 11657, 8442, 10516, 8923, 10389, 13379, 10608, 11375, 11638, 12781, 8636, 6972, 9000, 11165, 9520, 10726, 11747, 10898, 9910, 10487, 6968, 9904, 11454, 11081, 11040, 9777, 11165, 12250, 10590, 9005, 10230, 11903, 10982, 11118, 11748, 10261, 11805, 11431, 11379, 8735, 10220, 8035, 10423, 9009, 10603, 9477, 11018, 7848, 10726, 8008, 10197, 9856, 10255, 12332, 10954, 12592, 8371, 11588, 8143, 10584, 8698, 10383, 12995, 10579, 10917, 9125, 6978, 9391, 12706, 9943, 10979, 10344, 11547, 7659, 8605, 9061, 6971, 7685, 10555, 7828, 8317, 12171, 10033, 14559, 10207, 11790, 11255, 10568, 10392, 10531, 13789, 9113, 13267, 8534, 11427, 10479, 7109, 12418, 9230, 7060, 11253, 7666, 11629, 13279, 10080, 11693, 9025, 10750, 9524, 10106, 9939, 9388, 6555, 9103, 7260, 9508, 8559, 10110, 12365, 9094, 12922, 9937, 11508, 8310, 11355, 9119, 10826, 9753, 10881, 10377, 11929, 8408, 7251, 9707, 7806, 10717, 8896, 9770, 8500, 8018, 11035, 14379, 12194, 13322, 10917, 9434, 8386, 7982, 9183, 8005, 7500, 11537, 11382, 11654, 13209, 10193, 10946, 9756, 10816, 8841, 11023, 9201, 11648, 9280, 8370, 9104, 11914, 10551, 11072, 9475, 10048, 12932, 9311, 11277, 10501, 12633, 8406, 6736, 8726, 11089, 9517, 10308, 9046, 9839, 11738, 10015, 10171, 9479, 6973, 10015, 13614, 9678, 11655, 9692, 9577, 9290, 8640, 8569, 7820, 7367, 7353, 11005, 9943, 13456, 14682, 11650, 12771, 9351, 7962, 8895, 11259, 8189, 7506], 'WindowCenter': [4088.0, 4074.0, 4062.0, 4021.0, 4071.0, 4071.0, 4070.0, 4050.0, 4069.0, 4038.0, 4069.0, 4049.0, 4070.0, 4058.0, 4071.0, 4083.0, 4073.0, 4042.0, 4084.0, 4055.0, 4088.0, 4090.0, 4089.0, 4077.0, 4088.0, 4087.0, 4098.0, 4108.0, 4097.0, 4036.0, 4097.0, 4058.0, 4100.0, 4097.0, 4087.0, 4097.0, 4085.0, 4096.0, 4076.0, 4096.0, 4075.0, 4095.0, 4066.0, 4097.0, 4075.0, 4109.0, 4096.0, 4085.0, 4093.0, 4053.0, 4095.0, 4064.0, 4095.0, 4066.0, 4097.0, 4077.0, 4109.0, 4096.0, 4096.0, 4095.0, 4085.0, 4034.0, 4097.0, 4095.0, 4095.0, 4094.0, 4084.0, 4094.0, 4095.0, 4104.0, 4063.0, 4034.0, 4098.0, 4097.0, 4097.0, 4096.0, 4074.0, 4086.0, 4095.0, 4085.0, 4105.0, 4075.0, 4044.0, 4101.0, 4097.0, 4099.0, 4086.0, 4086.0, 4098.0, 4109.0, 4097.0, 4045.0, 4044.0, 4059.0, 4122.0, 4111.0, 4102.0, 4126.0, 4130.0, 4110.0, 4109.0, 4109.0, 4106.0, 4074.0, 4034.0, 4098.0, 4106.0, 4087.0, 4096.0, 4085.0, 4107.0, 4077.0, 4048.0, 4089.0, 4060.0, 4103.0, 4110.0, 4090.0, 4100.0, 4088.0, 4099.0, 4097.0, 4097.0, 4096.0, 4086.0, 4066.0, 4098.0, 4109.0, 4097.0, 4096.0, 4073.0, 4084.0, 4084.0, 4095.0, 4045.0, 4096.0, 4079.0, 4100.0, 4109.0, 4088.0, 4097.0, 4076.0, 4096.0, 4064.0, 4096.0, 4044.0, 4084.0, 4073.0, 4096.0, 4093.0, 4084.0, 4093.0, 4072.0, 4033.0, 4085.0, 4094.0, 4074.0, 4083.0, 4064.0, 4094.0, 4082.0, 4083.0, 4074.0, 4073.0, 4033.0, 4088.0, 4108.0, 4087.0, 4095.0, 4074.0, 4083.0, 4063.0, 4053.0, 4076.0, 4086.0, 4073.0, 4084.0, 4072.0, 4084.0, 4105.0, 4084.0, 4093.0, 4063.0, 4083.0, 4075.0, 4084.0, 4076.0, 4086.0, 4075.0, 4097.0, 4075.0, 4097.0, 4057.0, 4098.0, 4080.0, 4100.0, 4077.0, 4098.0, 4097.0, 4088.0, 4086.0, 4078.0, 4097.0, 4076.0, 4096.0, 4067.0, 4097.0, 4080.0, 4112.0, 4089.0, 4099.0, 4077.0, 4097.0, 4066.0, 4098.0, 4097.0, 4085.0, 4096.0, 4076.0, 4084.0, 4063.0, 4093.0, 4034.0, 4084.0, 4057.0, 4090.0, 4090.0, 4109.0, 4099.0, 4109.0, 4068.0, 4098.0, 4091.0, 4111.0, 4100.0, 4111.0, 4097.0, 4096.0, 4084.0, 4063.0, 4083.0, 4043.0, 4087.0, 4086.0, 4098.0, 4107.0, 4108.0, 4067.0, 4099.0, 4069.0, 4101.0, 4119.0, 4087.0, 4097.0, 4088.0, 4096.0, 4095.0, 4095.0, 4075.0, 4085.0, 4064.0, 4097.0, 4109.0, 4088.0, 4096.0, 4098.0, 4096.0, 4076.0, 4066.0, 4099.0, 4097.0, 4098.0, 4097.0, 4074.0, 4094.0, 4053.0, 4084.0, 4065.0, 4085.0, 4074.0, 4098.0, 4096.0, 4084.0, 4093.0, 4072.0, 4063.0, 4086.0, 4096.0, 4075.0, 4097.0, 4096.0, 4095.0, 4077.0, 4097.0, 4077.0, 4098.0, 4076.0, 4109.0, 4106.0, 4085.0, 4093.0, 4063.0, 4072.0, 4074.0, 4094.0, 4085.0, 4098.0, 4086.0, 4085.0, 4085.0, 4095.0, 4065.0, 4085.0, 4075.0, 4097.0, 4096.0, 4076.0, 4107.0, 4097.0, 4066.0, 4088.0, 4049.0, 4100.0, 4098.0, 4097.0, 4098.0, 4076.0, 4095.0, 4073.0, 4083.0, 4043.0, 4084.0, 4072.0, 4084.0, 4094.0, 4086.0, 4095.0, 4097.0, 4094.0, 4065.0, 4046.0, 4089.0, 4098.0, 4101.0, 4097.0, 4097.0, 4096.0, 4076.0, 4096.0, 4086.0, 4096.0, 4087.0, 4097.0, 4074.0, 4096.0, 4073.0, 4094.0, 4044.0, 4098.0, 4069.0, 4122.0, 4068.0, 4060.0, 4121.0, 4103.0, 4105.0, 4101.0, 4103.0, 4113.0, 4113.0, 4080.0, 4111.0, 4078.0, 4108.0, 4085.0, 4093.0, 4040.0, 4092.0, 4063.0, 4083.0, 4074.0, 4095.0, 4051.0, 4081.0, 4051.0, 4082.0, 4084.0, 4054.0, 4085.0, 4057.0, 4100.0, 4109.0, 4087.0, 4085.0, 4054.0, 4084.0, 4086.0, 4086.0, 4105.0, 4074.0, 4075.0, 4065.0, 4038.0, 4101.0, 4099.0, 4090.0, 4109.0, 4088.0, 4097.0, 4097.0, 4107.0, 4068.0, 4098.0, 4078.0, 4096.0, 4108.0, 4077.0, 4097.0, 4077.0, 4119.0, 4090.0, 4051.0, 4113.0, 4084.0, 4112.0, 4089.0, 4100.0, 4108.0, 4078.0, 4097.0, 4087.0, 4097.0, 4077.0, 4096.0, 4067.0, 4097.0, 4078.0, 4087.0, 4095.0, 4076.0, 4095.0, 4077.0, 4036.0, 4087.0, 4080.0, 4102.0, 4098.0, 4089.0, 4109.0, 4089.0, 4098.0, 4089.0, 4108.0, 4069.0, 4098.0, 4077.0, 4100.0, 4108.0, 4077.0, 4106.0, 4065.0, 4095.0, 4067.0, 4100.0, 4066.0, 4087.0, 4096.0, 4066.0, 4106.0, 4087.0, 4047.0, 4090.0, 4059.0, 4102.0, 4110.0, 4090.0, 4099.0, 4077.0, 4097.0, 4067.0, 4097.0, 4056.0, 4088.0, 4067.0, 4088.0, 4108.0, 4078.0, 4097.0, 4077.0, 4107.0, 4068.0, 4100.0, 4078.0, 4102.0, 4121.0, 4090.0, 4110.0, 4078.0, 4047.0, 4099.0, 4070.0, 4103.0, 4119.0, 4088.0, 4098.0, 4076.0, 4096.0, 4067.0, 4096.0, 4056.0, 4087.0, 4095.0, 4075.0, 4096.0, 4088.0, 4085.0, 4073.0, 4095.0, 4065.0, 4074.0, 4066.0, 4097.0, 4074.0, 4086.0, 4106.0, 4065.0, 4095.0, 4086.0, 4086.0, 4078.0, 4067.0, 4089.0, 4109.0, 4087.0, 4098.0, 4087.0, 4088.0, 4095.0, 4085.0, 4043.0, 4084.0, 4054.0, 4097.0, 4106.0, 4086.0, 4094.0, 4083.0, 4062.0, 4051.0, 4044.0, 4085.0, 4066.0, 4098.0, 4084.0, 4075.0, 4085.0, 4063.0, 4084.0, 4073.0, 4074.0, 4093.0, 4063.0, 4063.0, 4063.0, 4044.0, 4087.0, 4096.0, 4085.0, 4085.0, 4064.0, 4083.0, 4052.0, 4083.0, 4055.0, 4085.0, 4062.0, 4075.0, 4084.0, 4073.0, 4084.0, 4042.0, 4073.0, 4078.0, 4087.0, 4088.0, 4079.0, 4079.0, 4101.0, 4068.0, 4081.0, 4112.0, 4114.0, 4103.0, 4113.0, 4092.0, 4090.0, 4091.0, 4109.0, 4089.0, 4086.0, 4065.0, 4084.0, 4053.0, 4085.0, 4045.0, 4076.0, 4055.0, 4086.0, 4057.0, 4109.0, 4059.0, 4061.0, 4105.0, 4125.0, 4114.0, 4111.0, 4069.0, 4100.0, 4081.0, 4111.0, 4103.0, 4062.0, 4112.0, 4092.0, 4090.0, 4097.0, 4088.0, 4096.0, 4076.0, 4096.0, 4076.0, 4095.0, 4076.0, 4055.0, 4077.0, 4107.0, 4065.0, 4073.0, 4055.0, 4075.0, 4057.0, 4099.0, 4069.0, 4041.0, 4093.0, 4083.0, 4106.0, 4122.0, 4093.0, 4102.0, 4091.0, 4101.0, 4080.0, 4100.0, 4071.0, 4091.0, 4082.0, 4102.0, 4092.0, 4112.0, 4083.0, 4102.0, 4081.0, 4104.0, 4110.0, 4102.0, 4099.0, 4100.0, 4109.0, 4068.0, 4059.0, 4092.0, 4100.0, 4079.0, 4101.0, 4098.0, 4098.0, 4087.0, 4088.0, 4048.0, 4092.0, 4100.0, 4098.0, 4089.0, 4077.0, 4087.0, 4096.0, 4086.0, 4063.0, 4086.0, 4085.0, 4074.0, 4073.0, 4082.0, 4075.0, 4083.0, 4083.0, 4072.0, 4052.0, 4072.0, 4055.0, 4084.0, 4065.0, 4086.0, 4064.0, 4086.0, 4054.0, 4085.0, 4055.0, 4087.0, 4075.0, 4087.0, 4095.0, 4085.0, 4094.0, 4054.0, 4083.0, 4054.0, 4085.0, 4064.0, 4076.0, 4094.0, 4073.0, 4084.0, 4064.0, 4033.0, 4076.0, 4096.0, 4076.0, 4086.0, 4085.0, 4096.0, 4056.0, 4077.0, 4078.0, 4059.0, 4082.0, 4125.0, 4083.0, 4097.0, 4125.0, 4104.0, 4125.0, 4079.0, 4100.0, 4087.0, 4076.0, 4076.0, 4087.0, 4095.0, 4065.0, 4093.0, 4053.0, 4085.0, 4086.0, 4060.0, 4122.0, 4090.0, 4061.0, 4113.0, 4073.0, 4114.0, 4110.0, 4078.0, 4086.0, 4065.0, 4076.0, 4063.0, 4075.0, 4074.0, 4065.0, 4035.0, 4078.0, 4058.0, 4089.0, 4080.0, 4101.0, 4121.0, 4090.0, 4110.0, 4090.0, 4098.0, 4068.0, 4098.0, 4078.0, 4088.0, 4088.0, 4089.0, 4089.0, 4110.0, 4081.0, 4071.0, 4101.0, 4072.0, 4113.0, 4093.0, 4103.0, 4092.0, 4083.0, 4115.0, 4123.0, 4087.0, 4096.0, 4085.0, 4061.0, 4042.0, 4055.0, 4107.0, 4099.0, 4077.0, 4113.0, 4100.0, 4102.0, 4113.0, 4090.0, 4101.0, 4078.0, 4087.0, 4065.0, 4075.0, 4065.0, 4085.0, 4066.0, 4056.0, 4068.0, 4087.0, 4076.0, 4075.0, 4064.0, 4064.0, 4083.0, 4064.0, 4084.0, 4074.0, 4094.0, 4054.0, 4035.0, 4068.0, 4087.0, 4077.0, 4076.0, 4065.0, 4078.0, 4097.0, 4077.0, 4087.0, 4077.0, 4047.0, 4090.0, 4120.0, 4091.0, 4099.0, 4088.0, 4077.0, 4089.0, 4080.0, 4093.0, 4083.0, 4075.0, 4075.0, 4116.0, 4107.0, 4139.0, 4125.0, 4090.0, 4087.0, 4052.0, 4043.0, 4054.0, 4089.0, 4070.0, 4059.0], 'WindowWidth': [9098.0, 9069.0, 9050.0, 8994.0, 9060.0, 9059.0, 9057.0, 9026.0, 9051.0, 9010.0, 9051.0, 9025.0, 9055.0, 9035.0, 9059.0, 9080.0, 9065.0, 9025.0, 9081.0, 9047.0, 9097.0, 9102.0, 9097.0, 9077.0, 9093.0, 9090.0, 9107.0, 9118.0, 9104.0, 9023.0, 9106.0, 9057.0, 9115.0, 9105.0, 9090.0, 9102.0, 9084.0, 9102.0, 9075.0, 9101.0, 9072.0, 9099.0, 9064.0, 9107.0, 9074.0, 9124.0, 9102.0, 9083.0, 9092.0, 9038.0, 9096.0, 9057.0, 9098.0, 9065.0, 9105.0, 9077.0, 9123.0, 9103.0, 9102.0, 9097.0, 9084.0, 9016.0, 9104.0, 9099.0, 9098.0, 9095.0, 9081.0, 9095.0, 9095.0, 9107.0, 9053.0, 9017.0, 9107.0, 9105.0, 9105.0, 9102.0, 9068.0, 9088.0, 9098.0, 9084.0, 9111.0, 9072.0, 9031.0, 9118.0, 9107.0, 9110.0, 9089.0, 9088.0, 9109.0, 9122.0, 9108.0, 9037.0, 9035.0, 9061.0, 9147.0, 9136.0, 9123.0, 9158.0, 9158.0, 9128.0, 9126.0, 9124.0, 9112.0, 9068.0, 9016.0, 9107.0, 9114.0, 9090.0, 9101.0, 9085.0, 9115.0, 9077.0, 9043.0, 9097.0, 9064.0, 9123.0, 9127.0, 9098.0, 9112.0, 9091.0, 9108.0, 9104.0, 9104.0, 9100.0, 9086.0, 9061.0, 9108.0, 9126.0, 9103.0, 9099.0, 9065.0, 9081.0, 9081.0, 9095.0, 9034.0, 9100.0, 9086.0, 9113.0, 9122.0, 9091.0, 9105.0, 9073.0, 9099.0, 9055.0, 9099.0, 9032.0, 9081.0, 9066.0, 9099.0, 9092.0, 9080.0, 9090.0, 9061.0, 9011.0, 9085.0, 9096.0, 9068.0, 9078.0, 9054.0, 9096.0, 9074.0, 9078.0, 9066.0, 9066.0, 9015.0, 9093.0, 9124.0, 9090.0, 9098.0, 9066.0, 9077.0, 9051.0, 9039.0, 9073.0, 9086.0, 9063.0, 9079.0, 9060.0, 9082.0, 9111.0, 9080.0, 9090.0, 9051.0, 9077.0, 9071.0, 9081.0, 9075.0, 9087.0, 9073.0, 9104.0, 9072.0, 9104.0, 9051.0, 9107.0, 9087.0, 9116.0, 9078.0, 9105.0, 9104.0, 9091.0, 9088.0, 9078.0, 9106.0, 9073.0, 9100.0, 9067.0, 9106.0, 9091.0, 9134.0, 9098.0, 9110.0, 9075.0, 9102.0, 9061.0, 9106.0, 9104.0, 9083.0, 9103.0, 9073.0, 9080.0, 9051.0, 9090.0, 9015.0, 9083.0, 9051.0, 9099.0, 9100.0, 9125.0, 9109.0, 9124.0, 9069.0, 9109.0, 9103.0, 9130.0, 9113.0, 9131.0, 9106.0, 9101.0, 9080.0, 9051.0, 9078.0, 9026.0, 9089.0, 9087.0, 9108.0, 9117.0, 9121.0, 9065.0, 9110.0, 9073.0, 9118.0, 9138.0, 9091.0, 9105.0, 9093.0, 9101.0, 9097.0, 9096.0, 9070.0, 9084.0, 9055.0, 9104.0, 9124.0, 9094.0, 9103.0, 9106.0, 9099.0, 9075.0, 9062.0, 9110.0, 9107.0, 9107.0, 9104.0, 9067.0, 9094.0, 9040.0, 9081.0, 9058.0, 9085.0, 9069.0, 9107.0, 9101.0, 9081.0, 9090.0, 9063.0, 9052.0, 9087.0, 9100.0, 9073.0, 9104.0, 9102.0, 9099.0, 9078.0, 9103.0, 9079.0, 9107.0, 9074.0, 9124.0, 9114.0, 9083.0, 9092.0, 9051.0, 9062.0, 9068.0, 9094.0, 9085.0, 9109.0, 9090.0, 9084.0, 9084.0, 9096.0, 9058.0, 9085.0, 9070.0, 9103.0, 9101.0, 9076.0, 9117.0, 9104.0, 9061.0, 9092.0, 9045.0, 9115.0, 9108.0, 9103.0, 9108.0, 9074.0, 9096.0, 9063.0, 9078.0, 9024.0, 9082.0, 9062.0, 9082.0, 9097.0, 9089.0, 9097.0, 9101.0, 9094.0, 9058.0, 9036.0, 9099.0, 9109.0, 9116.0, 9106.0, 9102.0, 9099.0, 9073.0, 9099.0, 9089.0, 9101.0, 9089.0, 9106.0, 9068.0, 9098.0, 9066.0, 9094.0, 9028.0, 9111.0, 9074.0, 9145.0, 9068.0, 9062.0, 9145.0, 9127.0, 9131.0, 9117.0, 9123.0, 9134.0, 9136.0, 9085.0, 9129.0, 9079.0, 9122.0, 9082.0, 9089.0, 9016.0, 9086.0, 9052.0, 9075.0, 9066.0, 9097.0, 9030.0, 9070.0, 9032.0, 9074.0, 9082.0, 9044.0, 9086.0, 9054.0, 9113.0, 9119.0, 9088.0, 9082.0, 9038.0, 9080.0, 9083.0, 9086.0, 9110.0, 9066.0, 9069.0, 9058.0, 9027.0, 9114.0, 9109.0, 9098.0, 9124.0, 9093.0, 9102.0, 9101.0, 9114.0, 9065.0, 9105.0, 9077.0, 9101.0, 9117.0, 9075.0, 9099.0, 9075.0, 9136.0, 9100.0, 9054.0, 9136.0, 9099.0, 9133.0, 9098.0, 9112.0, 9119.0, 9078.0, 9104.0, 9089.0, 9101.0, 9077.0, 9102.0, 9066.0, 9104.0, 9078.0, 9091.0, 9097.0, 9072.0, 9097.0, 9075.0, 9022.0, 9092.0, 9088.0, 9118.0, 9108.0, 9095.0, 9122.0, 9095.0, 9105.0, 9094.0, 9120.0, 9070.0, 9107.0, 9076.0, 9110.0, 9119.0, 9074.0, 9112.0, 9057.0, 9098.0, 9065.0, 9110.0, 9059.0, 9089.0, 9099.0, 9060.0, 9115.0, 9092.0, 9040.0, 9099.0, 9058.0, 9118.0, 9127.0, 9097.0, 9109.0, 9076.0, 9102.0, 9060.0, 9101.0, 9048.0, 9092.0, 9062.0, 9092.0, 9121.0, 9080.0, 9103.0, 9078.0, 9118.0, 9067.0, 9111.0, 9080.0, 9120.0, 9143.0, 9098.0, 9126.0, 9082.0, 9041.0, 9111.0, 9074.0, 9121.0, 9137.0, 9094.0, 9107.0, 9073.0, 9100.0, 9062.0, 9099.0, 9048.0, 9090.0, 9096.0, 9070.0, 9100.0, 9093.0, 9084.0, 9064.0, 9095.0, 9058.0, 9068.0, 9063.0, 9103.0, 9068.0, 9088.0, 9113.0, 9058.0, 9098.0, 9088.0, 9087.0, 9080.0, 9065.0, 9098.0, 9123.0, 9088.0, 9107.0, 9091.0, 9091.0, 9095.0, 9082.0, 9026.0, 9081.0, 9041.0, 9104.0, 9116.0, 9086.0, 9095.0, 9077.0, 9044.0, 9032.0, 9028.0, 9085.0, 9063.0, 9107.0, 9081.0, 9069.0, 9081.0, 9050.0, 9078.0, 9061.0, 9066.0, 9090.0, 9050.0, 9049.0, 9052.0, 9028.0, 9090.0, 9100.0, 9083.0, 9086.0, 9055.0, 9077.0, 9036.0, 9076.0, 9043.0, 9085.0, 9050.0, 9070.0, 9080.0, 9064.0, 9081.0, 9022.0, 9064.0, 9080.0, 9091.0, 9096.0, 9081.0, 9082.0, 9113.0, 9067.0, 9091.0, 9133.0, 9139.0, 9120.0, 9133.0, 9106.0, 9098.0, 9099.0, 9124.0, 9093.0, 9085.0, 9053.0, 9077.0, 9037.0, 9081.0, 9030.0, 9073.0, 9044.0, 9087.0, 9050.0, 9121.0, 9058.0, 9064.0, 9129.0, 9155.0, 9136.0, 9127.0, 9067.0, 9110.0, 9087.0, 9128.0, 9122.0, 9067.0, 9130.0, 9104.0, 9098.0, 9101.0, 9090.0, 9094.0, 9071.0, 9095.0, 9070.0, 9095.0, 9069.0, 9040.0, 9074.0, 9114.0, 9056.0, 9063.0, 9042.0, 9068.0, 9051.0, 9107.0, 9069.0, 9038.0, 9109.0, 9098.0, 9132.0, 9145.0, 9106.0, 9118.0, 9100.0, 9114.0, 9084.0, 9111.0, 9075.0, 9101.0, 9092.0, 9119.0, 9103.0, 9130.0, 9093.0, 9118.0, 9088.0, 9122.0, 9125.0, 9116.0, 9110.0, 9111.0, 9119.0, 9065.0, 9058.0, 9106.0, 9114.0, 9080.0, 9114.0, 9104.0, 9104.0, 9089.0, 9091.0, 9040.0, 9104.0, 9112.0, 9105.0, 9095.0, 9075.0, 9088.0, 9097.0, 9084.0, 9051.0, 9085.0, 9083.0, 9064.0, 9064.0, 9073.0, 9067.0, 9076.0, 9075.0, 9058.0, 9032.0, 9060.0, 9042.0, 9080.0, 9056.0, 9085.0, 9051.0, 9085.0, 9038.0, 9081.0, 9045.0, 9089.0, 9069.0, 9088.0, 9096.0, 9082.0, 9091.0, 9038.0, 9078.0, 9042.0, 9082.0, 9054.0, 9072.0, 9093.0, 9063.0, 9077.0, 9050.0, 9012.0, 9073.0, 9098.0, 9071.0, 9085.0, 9083.0, 9099.0, 9050.0, 9076.0, 9081.0, 9059.0, 9094.0, 9157.0, 9102.0, 9120.0, 9152.0, 9123.0, 9151.0, 9079.0, 9109.0, 9087.0, 9071.0, 9071.0, 9087.0, 9094.0, 9054.0, 9087.0, 9034.0, 9080.0, 9088.0, 9060.0, 9143.0, 9100.0, 9062.0, 9134.0, 9082.0, 9137.0, 9121.0, 9074.0, 9084.0, 9052.0, 9070.0, 9050.0, 9068.0, 9064.0, 9055.0, 9020.0, 9078.0, 9054.0, 9095.0, 9083.0, 9115.0, 9143.0, 9101.0, 9124.0, 9099.0, 9105.0, 9067.0, 9106.0, 9078.0, 9092.0, 9091.0, 9093.0, 9093.0, 9123.0, 9089.0, 9077.0, 9118.0, 9081.0, 9134.0, 9110.0, 9123.0, 9107.0, 9096.0, 9143.0, 9150.0, 9085.0, 9096.0, 9081.0, 9042.0, 9017.0, 9043.0, 9136.0, 9129.0, 9093.0, 9131.0, 9108.0, 9117.0, 9133.0, 9097.0, 9112.0, 9077.0, 9085.0, 9053.0, 9066.0, 9053.0, 9081.0, 9057.0, 9044.0, 9063.0, 9087.0, 9071.0, 9068.0, 9047.0, 9049.0, 9073.0, 9051.0, 9078.0, 9065.0, 9091.0, 9038.0, 9017.0, 9066.0, 9088.0, 9073.0, 9071.0, 9055.0, 9076.0, 9100.0, 9074.0, 9087.0, 9073.0, 9036.0, 9097.0, 9138.0, 9101.0, 9108.0, 9092.0, 9077.0, 9097.0, 9090.0, 9113.0, 9101.0, 9091.0, 9087.0, 9143.0, 9131.0, 9181.0, 9156.0, 9096.0, 9083.0, 9029.0, 9019.0, 9035.0, 9092.0, 9070.0, 9055.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.000963119266055046</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0349025876146789</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.36512401593568</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1732987030769215</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9938675461194035</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4852</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4639.1245</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13612459178244565</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>144</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>16.513761467889907</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.47648504787404</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3671013981093596</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7397019346804155</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.322651810832345</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00951787</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010401133447885513</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026563694700598717</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.0509839301568205</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>17.6777</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.77</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.6444</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299577.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>842.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.835</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.813</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.1261</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3291.4939</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3492.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76967.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1144.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4224.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>862.0072</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.574524573632516</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> |