=== 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-0127 --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-0127",
"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-0127_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0127_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0127/ses-04/func/sub-0127_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>1401fb7b39ec86588f79daad1b1581f4</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:4.562500</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.999972, 0.000374341, -0.0074723, -0.000872669, 0.997766, -0.0667986]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0877603</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4200, -7749, -7240, 267, -199, 132, -86, 129]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>248.836</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c3bc5110-0414-4cd8-81f4-dd3717ce9a6a||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.682851791381836, -0.002341305837035179, -0.020062623545527458, 113.05838012695312], [-0.0010043297661468387, 2.676933526992798, -0.1803688257932663, -97.25082397460938], [-0.020047631114721298, 0.17921581864356995, 2.6938939094543457, -92.00786590576172], [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': ['211004.562500', '211005.022500', '211005.482500', '211005.942500', '211006.402500', '211006.862500', '211007.322500', '211007.782500', '211008.242500', '211008.702500', '211009.162500', '211009.622500', '211010.082500', '211010.542500', '211011.002500', '211011.462500', '211011.922500', '211012.382500', '211012.842500', '211013.302500', '211013.762500', '211014.222500', '211014.682500', '211015.142500', '211015.602500', '211016.062500', '211016.522500', '211016.982500', '211017.442500', '211017.902500', '211018.362500', '211018.822500', '211019.282500', '211019.742500', '211020.202500', '211020.662500', '211021.122500', '211021.582500', '211022.042500', '211022.502500', '211022.962500', '211023.422500', '211023.882500', '211024.342500', '211024.802500', '211025.262500', '211025.722500', '211026.182500', '211026.642500', '211027.102500', '211027.562500', '211028.022500', '211028.482500', '211028.942500', '211029.402500', '211029.862500', '211030.322500', '211030.782500', '211031.242500', '211031.702500', '211032.162500', '211032.622500', '211033.082500', '211033.542500', '211034.002500', '211034.462500', '211034.922500', '211035.382500', '211035.842500', '211036.302500', '211036.762500', '211037.222500', '211037.682500', '211038.142500', '211038.602500', '211039.062500', '211039.522500', '211039.982500', '211040.442500', '211040.902500', '211041.362500', '211041.822500', '211042.282500', '211042.742500', '211043.202500', '211043.662500', '211044.122500', '211044.582500', '211045.042500', '211045.502500', '211045.962500', '211046.422500', '211046.882500', '211047.342500', '211047.802500', '211048.262500', '211048.722500', '211049.182500', '211049.642500', '211050.102500', '211050.562500', '211051.022500', '211051.482500', '211051.942500', '211052.402500', '211052.862500', '211053.322500', '211053.782500', '211054.242500', '211054.702500', '211055.162500', '211055.622500', '211056.082500', '211056.542500', '211057.002500', '211057.462500', '211057.922500', '211058.382500', '211058.842500', '211059.302500', '211059.762500', '211100.222500', '211100.682500', '211101.142500', '211101.602500', '211102.062500', '211102.522500', '211102.982500', '211103.442500', '211103.902500', '211104.362500', '211104.822500', '211105.282500', '211105.742500', '211106.202500', '211106.662500', '211107.122500', '211107.582500', '211108.042500', '211108.502500', '211108.962500', '211109.422500', '211109.882500', '211110.342500', '211110.802500', '211111.262500', '211111.722500', '211112.182500', '211112.642500', '211113.102500', '211113.562500', '211114.022500', '211114.482500', '211114.942500', '211115.402500', '211115.862500', '211116.322500', '211116.782500', '211117.242500', '211117.702500', '211118.162500', '211118.622500', '211119.082500', '211119.542500', '211120.002500', '211120.462500', '211120.922500', '211121.382500', '211121.842500', '211122.302500', '211122.762500', '211123.222500', '211123.682500', '211124.142500', '211124.602500', '211125.062500', '211125.522500', '211125.982500', '211126.442500', '211126.902500', '211127.362500', '211127.822500', '211128.282500', '211128.742500', '211129.202500', '211129.662500', '211130.122500', '211130.582500', '211131.042500', '211131.502500', '211131.962500', '211132.422500', '211132.882500', '211133.342500', '211133.802500', '211134.262500', '211134.722500', '211135.182500', '211135.642500', '211136.102500', '211136.562500', '211137.022500', '211137.482500', '211137.942500', '211138.402500', '211138.862500', '211139.322500', '211139.782500', '211140.242500', '211140.702500', '211141.162500', '211141.622500', '211142.082500', '211142.542500', '211143.002500', '211143.462500', '211143.922500', '211144.382500', '211144.842500', '211145.302500', '211145.762500', '211146.222500', '211146.682500', '211147.142500', '211147.602500', '211148.062500', '211148.522500', '211148.982500', '211149.442500', '211149.902500', '211150.362500', '211150.822500', '211151.282500', '211151.742500', '211152.202500', '211152.662500', '211153.122500', '211153.582500', '211154.042500', '211154.502500', '211154.962500', '211155.422500', '211155.882500', '211156.342500', '211156.802500', '211157.262500', '211157.722500', '211158.182500', '211158.642500', '211159.102500', '211159.562500', '211200.022500', '211200.482500', '211200.942500', '211201.402500', '211201.862500', '211202.322500', '211202.782500', '211203.242500', '211203.702500', '211204.162500', '211204.622500', '211205.082500', '211205.542500', '211206.002500', '211206.462500', '211206.922500', '211207.382500', '211207.842500', '211208.302500', '211208.762500', '211209.222500', '211209.682500', '211210.142500', '211210.602500', '211211.062500', '211211.522500', '211211.982500', '211212.442500', '211212.902500', '211213.362500', '211213.822500', '211214.282500', '211214.742500', '211215.202500', '211215.662500', '211216.122500', '211216.582500', '211217.042500', '211217.502500', '211217.962500', '211218.422500', '211218.882500', '211219.342500', '211219.802500', '211220.262500', '211220.722500', '211221.182500', '211221.642500', '211222.102500', '211222.562500', '211223.022500', '211223.482500', '211223.942500', '211224.402500', '211224.862500', '211225.322500', '211225.782500', '211226.242500', '211226.702500', '211227.162500', '211227.622500', '211228.082500', '211228.542500', '211229.002500', '211229.462500', '211229.922500', '211230.382500', '211230.842500', '211231.302500', '211231.762500', '211232.222500', '211232.682500', '211233.142500', '211233.602500', '211234.062500', '211234.522500', '211234.982500', '211235.442500', '211235.902500', '211236.362500', '211236.822500', '211237.282500', '211237.742500', '211238.202500', '211238.662500', '211239.122500', '211239.582500', '211240.042500', '211240.502500', '211240.962500', '211241.422500', '211241.882500', '211242.342500', '211242.802500', '211243.262500', '211243.722500', '211244.182500', '211244.642500', '211245.102500', '211245.562500', '211246.022500', '211246.482500', '211246.942500', '211247.402500', '211247.862500', '211248.322500', '211248.782500', '211249.242500', '211249.702500', '211250.162500', '211250.622500', '211251.082500', '211251.542500', '211252.002500', '211252.462500', '211252.922500', '211253.382500', '211253.842500', '211254.302500', '211254.762500', '211255.222500', '211255.682500', '211256.142500', '211256.602500', '211257.062500', '211257.522500', '211257.982500', '211258.442500', '211258.902500', '211259.362500', '211259.822500', '211300.282500', '211300.742500', '211301.202500', '211301.662500', '211302.122500', '211302.582500', '211303.042500', '211303.502500', '211303.962500', '211304.422500', '211304.882500', '211305.342500', '211305.802500', '211306.262500', '211306.722500', '211307.182500', '211307.642500', '211308.102500', '211308.562500', '211309.022500', '211309.482500', '211309.942500', '211310.402500', '211310.862500', '211311.322500', '211311.782500', '211312.242500', '211312.702500', '211313.162500', '211313.622500', '211314.082500', '211314.542500', '211315.002500', '211315.462500', '211315.922500', '211316.382500', '211316.842500', '211317.302500', '211317.762500', '211318.222500', '211318.682500', '211319.142500', '211319.602500', '211320.062500', '211320.522500', '211320.982500', '211321.442500', '211321.902500', '211322.362500', '211322.822500', '211323.282500', '211323.742500', '211324.202500', '211324.662500', '211325.122500', '211325.582500', '211326.042500', '211326.502500', '211326.962500', '211327.422500', '211327.882500', '211328.342500', '211328.802500', '211329.262500', '211329.722500', '211330.182500', '211330.642500', '211331.102500', '211331.562500', '211332.022500', '211332.482500', '211332.942500', '211333.402500', '211333.862500', '211334.322500', '211334.782500', '211335.242500', '211335.702500', '211336.162500', '211336.622500', '211337.082500', '211337.542500', '211338.002500', '211338.462500', '211338.922500', '211339.382500', '211339.842500', '211340.302500', '211340.762500', '211341.222500', '211341.682500', '211342.142500', '211342.602500', '211343.062500', '211343.522500', '211343.982500', '211344.442500', '211344.902500', '211345.362500', '211345.822500', '211346.282500', '211346.742500', '211347.202500', '211347.662500', '211348.122500', '211348.582500', '211349.042500', '211349.502500', '211349.962500', '211350.422500', '211350.882500', '211351.342500', '211351.802500', '211352.262500', '211352.722500', '211353.182500', '211353.642500', '211354.102500', '211354.562500', '211355.022500', '211355.482500', '211355.942500', '211356.402500', '211356.862500', '211357.322500', '211357.782500', '211358.242500', '211358.702500', '211359.162500', '211359.622500', '211400.082500', '211400.542500', '211401.002500', '211401.462500', '211401.922500', '211402.382500', '211402.842500', '211403.302500', '211403.762500', '211404.222500', '211404.682500', '211405.142500', '211405.602500', '211406.062500', '211406.522500', '211406.982500', '211407.442500', '211407.902500', '211408.362500', '211408.822500', '211409.282500', '211409.742500', '211410.202500', '211410.662500', '211411.122500', '211411.582500', '211412.042500', '211412.502500', '211412.962500', '211413.422500', '211413.882500', '211414.342500', '211414.802500', '211415.262500', '211415.722500', '211416.182500', '211416.642500', '211417.102500', '211417.562500', '211418.022500', '211418.482500', '211418.942500', '211419.402500', '211419.862500', '211420.322500', '211420.782500', '211421.242500', '211421.702500', '211422.162500', '211422.622500', '211423.082500', '211423.542500', '211424.002500', '211424.462500', '211424.922500', '211425.382500', '211425.842500', '211426.302500', '211426.762500', '211427.222500', '211427.682500', '211428.142500', '211428.602500', '211429.062500', '211429.522500', '211429.982500', '211430.442500', '211430.902500', '211431.362500', '211431.822500', '211432.282500', '211432.742500', '211433.202500', '211433.662500', '211434.122500', '211434.582500', '211435.042500', '211435.502500', '211435.962500', '211436.422500', '211436.882500', '211437.342500', '211437.802500', '211438.262500', '211438.722500', '211439.182500', '211439.642500', '211440.102500', '211440.562500', '211441.022500', '211441.482500', '211441.942500', '211442.402500', '211442.862500', '211443.322500', '211443.782500', '211444.242500', '211444.702500', '211445.162500', '211445.622500', '211446.082500', '211446.542500', '211447.002500', '211447.462500', '211447.922500', '211448.382500', '211448.842500', '211449.302500', '211449.762500', '211450.222500', '211450.682500', '211451.142500', '211451.602500', '211452.062500', '211452.522500', '211452.982500', '211453.442500', '211453.902500', '211454.362500', '211454.822500', '211455.282500', '211455.742500', '211456.202500', '211456.662500', '211457.122500', '211457.582500', '211458.042500', '211458.502500', '211458.962500', '211459.422500', '211459.882500', '211500.342500', '211500.802500', '211501.262500', '211501.722500', '211502.182500', '211502.642500', '211503.102500', '211503.562500', '211504.022500', '211504.482500', '211504.942500', '211505.402500', '211505.862500', '211506.322500', '211506.782500', '211507.242500', '211507.702500', '211508.162500', '211508.622500', '211509.082500', '211509.542500', '211510.002500', '211510.462500', '211510.922500', '211511.382500', '211511.842500', '211512.302500', '211512.762500', '211513.222500', '211513.682500', '211514.142500', '211514.602500', '211515.062500', '211515.522500', '211515.982500', '211516.442500', '211516.902500', '211517.362500', '211517.822500', '211518.282500', '211518.742500', '211519.202500', '211519.662500', '211520.122500', '211520.582500', '211521.042500', '211521.502500', '211521.962500', '211522.422500', '211522.882500', '211523.342500', '211523.802500', '211524.262500', '211524.722500', '211525.182500', '211525.642500', '211526.102500', '211526.562500', '211527.022500', '211527.482500', '211527.942500', '211528.402500', '211528.862500', '211529.322500', '211529.782500', '211530.242500', '211530.702500', '211531.162500', '211531.622500', '211532.082500', '211532.542500', '211533.002500', '211533.462500', '211533.922500', '211534.382500', '211534.842500', '211535.302500', '211535.762500', '211536.222500', '211536.682500', '211537.142500', '211537.602500', '211538.062500', '211538.522500', '211538.982500', '211539.442500', '211539.902500', '211540.362500', '211540.822500', '211541.282500', '211541.742500', '211542.202500', '211542.662500', '211543.122500', '211543.582500', '211544.042500', '211544.502500', '211544.962500', '211545.422500', '211545.882500', '211546.342500', '211546.802500', '211547.262500', '211547.722500', '211548.182500', '211548.642500', '211549.102500', '211549.562500', '211550.022500', '211550.482500', '211550.942500', '211551.402500', '211551.862500', '211552.322500', '211552.782500', '211553.242500', '211553.702500', '211554.162500', '211554.622500', '211555.082500', '211555.542500', '211556.002500', '211556.462500', '211556.922500', '211557.382500', '211557.842500', '211558.302500', '211558.762500', '211559.222500', '211559.682500', '211600.142500', '211600.602500', '211601.062500', '211601.522500', '211601.982500', '211602.442500', '211602.902500', '211603.362500', '211603.822500', '211604.282500', '211604.742500', '211605.202500', '211605.662500', '211606.122500', '211606.582500', '211607.042500', '211607.502500', '211607.962500', '211608.422500', '211608.882500', '211609.342500', '211609.802500', '211610.262500', '211610.722500', '211611.182500', '211611.642500', '211612.102500', '211612.562500', '211613.022500', '211613.482500', '211613.942500', '211614.402500', '211614.862500', '211615.322500', '211615.782500', '211616.242500', '211616.702500', '211617.162500', '211617.622500', '211618.082500', '211618.542500', '211619.002500', '211619.462500', '211619.922500', '211620.382500', '211620.842500', '211621.302500', '211621.762500', '211622.222500', '211622.682500', '211623.142500', '211623.602500', '211624.062500', '211624.522500', '211624.982500', '211625.442500', '211625.902500', '211626.362500', '211626.822500', '211627.282500', '211627.742500', '211628.202500', '211628.662500', '211629.122500', '211629.582500', '211630.042500', '211630.502500', '211630.962500', '211631.422500', '211631.882500', '211632.342500', '211632.802500', '211633.262500', '211633.722500', '211634.182500', '211634.642500', '211635.102500', '211635.562500', '211636.022500', '211636.482500', '211636.942500', '211637.402500', '211637.862500', '211638.322500', '211638.782500', '211639.242500', '211639.702500', '211640.162500', '211640.622500', '211641.082500', '211641.542500', '211642.002500', '211642.462500', '211642.922500', '211643.382500', '211643.842500', '211644.302500', '211644.762500', '211645.222500'], 'ContentTime': ['211028.313000', '211028.316000', '211028.319000', '211028.327000', '211028.329000', '211028.332000', '211028.334000', '211028.337000', '211028.339000', '211028.342000', '211028.345000', '211028.347000', '211028.350000', '211028.352000', '211028.355000', '211028.358000', '211028.360000', '211028.363000', '211028.365000', '211028.368000', '211028.370000', '211028.373000', '211028.376000', '211028.378000', '211028.381000', '211028.383000', '211028.386000', '211028.388000', '211028.391000', '211028.394000', '211028.396000', '211028.399000', '211028.401000', '211028.404000', '211028.407000', '211028.409000', '211028.412000', '211028.414000', '211028.417000', '211028.419000', '211028.422000', '211028.424000', '211028.433000', '211028.435000', '211028.438000', '211028.440000', '211028.443000', '211028.446000', '211028.448000', '211048.256000', '211048.259000', '211048.262000', '211048.264000', '211048.267000', '211048.270000', '211048.272000', '211048.275000', '211048.277000', '211048.280000', '211048.283000', '211048.285000', '211048.288000', '211048.290000', '211048.293000', '211048.296000', '211048.299000', '211048.302000', '211048.304000', '211048.307000', '211048.310000', '211048.312000', '211048.315000', '211048.329000', '211048.331000', '211048.334000', '211048.336000', '211048.339000', '211048.342000', '211048.344000', '211048.347000', '211048.349000', '211048.352000', '211048.354000', '211048.357000', '211048.360000', '211048.362000', '211048.365000', '211048.367000', '211048.370000', '211048.372000', '211048.375000', '211048.377000', '211108.256000', '211108.259000', '211108.262000', '211108.264000', '211108.267000', '211108.269000', '211108.272000', '211108.275000', '211108.277000', '211108.280000', '211108.282000', '211108.285000', '211108.288000', '211108.290000', '211108.293000', '211108.295000', '211108.298000', '211108.301000', '211108.303000', '211108.306000', '211108.309000', '211108.311000', '211108.314000', '211108.316000', '211108.319000', '211108.322000', '211108.324000', '211108.327000', '211108.329000', '211108.332000', '211108.335000', '211108.337000', '211108.340000', '211108.342000', '211108.345000', '211108.348000', '211108.350000', '211108.355000', '211108.358000', '211108.360000', '211108.363000', '211108.365000', '211108.368000', '211108.371000', '211128.256000', '211128.259000', '211128.262000', '211128.264000', '211128.267000', '211128.269000', '211128.272000', '211128.275000', '211128.277000', '211128.280000', '211128.282000', '211128.285000', '211128.287000', '211128.290000', '211128.292000', '211128.295000', '211128.298000', '211128.300000', '211128.303000', '211128.306000', '211128.308000', '211128.311000', '211128.314000', '211128.317000', '211128.320000', '211128.322000', '211128.325000', '211128.327000', '211128.330000', '211128.333000', '211128.335000', '211128.338000', '211128.340000', '211128.343000', '211128.346000', '211128.348000', '211128.351000', '211128.353000', '211128.356000', '211128.359000', '211128.362000', '211128.365000', '211128.367000', '211148.256000', '211148.261000', '211148.263000', '211148.266000', '211148.268000', '211148.271000', '211148.274000', '211148.276000', '211148.279000', '211148.281000', '211148.284000', '211148.286000', '211148.289000', '211148.292000', '211148.294000', '211148.297000', '211148.299000', '211148.302000', '211148.335000', '211148.338000', '211148.340000', '211148.343000', '211148.345000', '211148.348000', '211148.351000', '211148.353000', '211148.356000', '211148.358000', '211148.361000', '211148.363000', '211148.366000', '211148.369000', '211148.371000', '211148.374000', '211148.377000', '211148.379000', '211148.382000', '211148.384000', '211148.387000', '211148.389000', '211148.392000', '211148.395000', '211148.397000', '211148.400000', '211208.255000', '211208.258000', '211208.261000', '211208.264000', '211208.266000', '211208.269000', '211208.271000', '211208.274000', '211208.276000', '211208.279000', '211208.282000', '211208.284000', '211208.287000', '211208.289000', '211208.292000', '211208.295000', '211208.297000', '211208.300000', '211208.302000', '211208.305000', '211208.307000', '211208.310000', '211208.313000', '211208.315000', '211208.318000', '211208.320000', '211208.323000', '211208.325000', '211208.328000', '211208.331000', '211208.333000', '211208.336000', '211208.339000', '211208.341000', '211208.344000', '211208.346000', '211208.349000', '211208.352000', '211208.354000', '211208.357000', '211208.359000', '211208.362000', '211208.364000', '211228.255000', '211228.258000', '211228.261000', '211228.263000', '211228.266000', '211228.269000', '211228.271000', '211228.274000', '211228.277000', '211228.279000', '211228.282000', '211228.284000', '211228.287000', '211228.289000', '211228.292000', '211228.295000', '211228.297000', '211228.300000', '211228.303000', '211228.305000', '211228.308000', '211228.310000', '211228.313000', '211228.316000', '211228.318000', '211228.321000', '211228.323000', '211228.326000', '211228.328000', '211228.331000', '211228.334000', '211228.336000', '211228.339000', '211228.341000', '211228.344000', '211228.347000', '211228.349000', '211228.352000', '211228.354000', '211228.357000', '211228.359000', '211228.362000', '211228.365000', '211228.367000', '211248.257000', '211248.259000', '211248.262000', '211248.265000', '211248.267000', '211248.270000', '211248.272000', '211248.275000', '211248.278000', '211248.280000', '211248.283000', '211248.285000', '211248.288000', '211248.290000', '211248.293000', '211248.296000', '211248.298000', '211248.301000', '211248.303000', '211248.306000', '211248.309000', '211248.311000', '211248.314000', '211248.316000', '211248.319000', '211248.322000', '211248.324000', '211248.327000', '211248.329000', '211248.332000', '211248.335000', '211248.337000', '211248.340000', '211248.342000', '211248.345000', '211248.347000', '211248.350000', '211248.359000', '211248.362000', '211248.364000', '211248.367000', '211248.370000', '211248.372000', '211308.257000', '211308.259000', '211308.262000', '211308.265000', '211308.267000', '211308.270000', '211308.272000', '211308.275000', '211308.277000', '211308.280000', '211308.283000', '211308.285000', '211308.288000', '211308.290000', '211308.293000', '211308.296000', '211308.298000', '211308.301000', '211308.303000', '211308.306000', '211308.309000', '211308.311000', '211308.314000', '211308.317000', '211308.319000', '211308.322000', '211308.324000', '211308.327000', '211308.330000', '211308.332000', '211308.335000', '211308.337000', '211308.340000', '211308.343000', '211308.345000', '211308.348000', '211308.350000', '211308.353000', '211308.356000', '211308.358000', '211308.361000', '211308.363000', '211308.366000', '211308.369000', '211328.256000', '211328.259000', '211328.262000', '211328.265000', '211328.267000', '211328.270000', '211328.272000', '211328.275000', '211328.278000', '211328.280000', '211328.283000', '211328.285000', '211328.288000', '211328.300000', '211328.303000', '211328.306000', '211328.308000', '211328.311000', '211328.313000', '211328.316000', '211328.319000', '211328.321000', '211328.324000', '211328.326000', '211328.329000', '211328.332000', '211328.334000', '211328.337000', '211328.340000', '211328.342000', '211328.345000', '211328.347000', '211328.350000', '211328.352000', '211328.355000', '211328.358000', '211328.360000', '211328.363000', '211328.365000', '211328.368000', '211328.371000', '211328.374000', '211328.377000', '211348.257000', '211348.260000', '211348.262000', '211348.265000', '211348.268000', '211348.270000', '211348.273000', '211348.276000', '211348.278000', '211348.281000', '211348.283000', '211348.286000', '211348.289000', '211348.291000', '211348.294000', '211348.296000', '211348.299000', '211348.302000', '211348.304000', '211348.307000', '211348.309000', '211348.312000', '211348.315000', '211348.317000', '211348.320000', '211348.322000', '211348.325000', '211348.328000', '211348.330000', '211348.333000', '211348.335000', '211348.338000', '211348.341000', '211348.343000', '211348.346000', '211348.349000', '211348.351000', '211348.354000', '211348.356000', '211348.359000', '211348.361000', '211348.364000', '211348.367000', '211348.369000', '211408.255000', '211408.258000', '211408.261000', '211408.264000', '211408.266000', '211408.269000', '211408.271000', '211408.274000', '211408.276000', '211408.279000', '211408.282000', '211408.284000', '211408.287000', '211408.289000', '211408.292000', '211408.295000', '211408.297000', '211408.300000', '211408.302000', '211408.305000', '211408.307000', '211408.310000', '211408.313000', '211408.315000', '211408.318000', '211408.320000', '211408.323000', '211408.326000', '211408.328000', '211408.331000', '211408.333000', '211408.336000', '211408.339000', '211408.341000', '211408.344000', '211408.346000', '211408.349000', '211408.351000', '211408.354000', '211408.357000', '211408.359000', '211408.362000', '211408.365000', '211428.255000', '211428.258000', '211428.261000', '211428.263000', '211428.266000', '211428.268000', '211428.271000', '211428.274000', '211428.276000', '211428.279000', '211428.281000', '211428.284000', '211428.287000', '211428.289000', '211428.292000', '211428.294000', '211428.297000', '211428.300000', '211428.302000', '211428.305000', '211428.307000', '211428.310000', '211428.313000', '211428.315000', '211428.318000', '211428.321000', '211428.323000', '211428.326000', '211428.328000', '211428.331000', '211428.334000', '211428.336000', '211428.339000', '211428.341000', '211428.344000', '211428.346000', '211428.349000', '211428.352000', '211428.354000', '211428.357000', '211428.360000', '211428.362000', '211428.365000', '211428.367000', '211448.255000', '211448.258000', '211448.261000', '211448.263000', '211448.266000', '211448.269000', '211448.271000', '211448.274000', '211448.276000', '211448.279000', '211448.282000', '211448.284000', '211448.287000', '211448.289000', '211448.292000', '211448.294000', '211448.297000', '211448.300000', '211448.302000', '211448.305000', '211448.308000', '211448.310000', '211448.313000', '211448.315000', '211448.318000', '211448.321000', '211448.323000', '211448.326000', '211448.328000', '211448.331000', '211448.333000', '211448.336000', '211448.339000', '211448.341000', '211448.344000', '211448.346000', '211448.349000', '211448.352000', '211448.361000', '211448.363000', '211448.366000', '211448.369000', '211448.371000', '211508.257000', '211508.260000', '211508.262000', '211508.265000', '211508.267000', '211508.270000', '211508.273000', '211508.275000', '211508.278000', '211508.281000', '211508.283000', '211508.286000', '211508.288000', '211508.291000', '211508.294000', '211508.297000', '211508.299000', '211508.302000', '211508.304000', '211508.307000', '211508.310000', '211508.312000', '211508.315000', '211508.318000', '211508.320000', '211508.323000', '211508.326000', '211508.328000', '211508.331000', '211508.333000', '211508.336000', '211508.338000', '211508.341000', '211508.344000', '211508.346000', '211508.349000', '211508.352000', '211508.354000', '211508.357000', '211508.360000', '211508.362000', '211508.365000', '211508.367000', '211508.370000', '211528.257000', '211528.259000', '211528.262000', '211528.265000', '211528.267000', '211528.270000', '211528.272000', '211528.275000', '211528.278000', '211528.280000', '211528.283000', '211528.285000', '211528.288000', '211528.291000', '211528.293000', '211528.296000', '211528.298000', '211528.301000', '211528.303000', '211528.306000', '211528.309000', '211528.311000', '211528.314000', '211528.317000', '211528.319000', '211528.322000', '211528.325000', '211528.327000', '211528.330000', '211528.332000', '211528.335000', '211528.338000', '211528.340000', '211528.343000', '211528.345000', '211528.348000', '211528.351000', '211528.353000', '211528.356000', '211528.358000', '211528.361000', '211528.364000', '211528.366000', '211548.256000', '211548.259000', '211548.262000', '211548.264000', '211548.267000', '211548.269000', '211548.272000', '211548.275000', '211548.277000', '211548.280000', '211548.283000', '211548.285000', '211548.288000', '211548.290000', '211548.293000', '211548.296000', '211548.298000', '211548.301000', '211548.303000', '211548.306000', '211548.309000', '211548.311000', '211548.316000', '211548.318000', '211548.321000', '211548.324000', '211548.326000', '211548.329000', '211548.331000', '211548.334000', '211548.336000', '211548.339000', '211548.341000', '211548.344000', '211548.347000', '211548.349000', '211548.352000', '211548.354000', '211548.357000', '211548.360000', '211548.362000', '211548.365000', '211548.367000', '211548.370000', '211608.257000', '211608.259000', '211608.262000', '211608.265000', '211608.267000', '211608.270000', '211608.272000', '211608.275000', '211608.277000', '211608.280000', '211608.283000', '211608.285000', '211608.288000', '211608.290000', '211608.293000', '211608.296000', '211608.298000', '211608.301000', '211608.303000', '211608.306000', '211608.309000', '211608.311000', '211608.314000', '211608.316000', '211608.319000', '211608.322000', '211608.324000', '211608.327000', '211608.329000', '211608.332000', '211608.334000', '211608.337000', '211608.340000', '211608.342000', '211608.345000', '211608.348000', '211608.350000', '211608.353000', '211608.355000', '211608.358000', '211608.360000', '211608.363000', '211608.365000', '211628.255000', '211628.258000', '211628.261000', '211628.263000', '211628.266000', '211628.269000', '211628.271000', '211628.274000', '211628.277000', '211628.280000', '211628.283000', '211628.285000', '211628.288000', '211628.291000', '211628.293000', '211628.296000', '211628.298000', '211628.301000', '211628.303000', '211628.306000', '211628.309000', '211628.311000', '211628.314000', '211628.316000', '211628.319000', '211628.322000', '211628.324000', '211628.327000', '211628.329000', '211628.332000', '211628.335000', '211628.338000', '211628.340000', '211628.343000', '211628.346000', '211628.348000', '211628.351000', '211628.353000', '211628.356000', '211628.359000', '211628.361000', '211628.364000', '211628.367000', '211628.369000', '211646.630000', '211646.633000', '211646.636000', '211646.638000', '211646.641000', '211646.644000', '211646.646000', '211646.649000', '211646.652000', '211646.654000', '211646.657000', '211646.660000', '211646.662000', '211646.665000', '211646.668000', '211646.671000', '211646.673000', '211646.676000', '211646.679000', '211646.681000', '211646.684000', '211646.687000', '211646.690000', '211646.692000', '211646.695000', '211646.698000', '211646.701000', '211646.703000', '211646.706000', '211646.709000', '211646.712000', '211646.715000', '211646.718000', '211646.721000', '211646.727000', '211646.730000', '211646.734000', '211646.739000', '211646.743000', '211646.746000'], 'InstanceCreationTime': ['211028.313000', '211028.316000', '211028.319000', '211028.327000', '211028.329000', '211028.332000', '211028.334000', '211028.337000', '211028.339000', '211028.342000', '211028.345000', '211028.347000', '211028.350000', '211028.352000', '211028.355000', '211028.358000', '211028.360000', '211028.363000', '211028.365000', '211028.368000', '211028.370000', '211028.373000', '211028.376000', '211028.378000', '211028.381000', '211028.383000', '211028.386000', '211028.388000', '211028.391000', '211028.394000', '211028.396000', '211028.399000', '211028.401000', '211028.404000', '211028.407000', '211028.409000', '211028.412000', '211028.414000', '211028.417000', '211028.419000', '211028.422000', '211028.424000', '211028.433000', '211028.435000', '211028.438000', '211028.440000', '211028.443000', '211028.446000', '211028.448000', '211048.256000', '211048.259000', '211048.262000', '211048.264000', '211048.267000', '211048.270000', '211048.272000', '211048.275000', '211048.277000', '211048.280000', '211048.283000', '211048.285000', '211048.288000', '211048.290000', '211048.293000', '211048.296000', '211048.299000', '211048.302000', '211048.304000', '211048.307000', '211048.310000', '211048.312000', '211048.315000', '211048.329000', '211048.331000', '211048.334000', '211048.336000', '211048.339000', '211048.342000', '211048.344000', '211048.347000', '211048.349000', '211048.352000', '211048.354000', '211048.357000', '211048.360000', '211048.362000', '211048.365000', '211048.367000', '211048.370000', '211048.372000', '211048.375000', '211048.377000', '211108.256000', '211108.259000', '211108.262000', '211108.264000', '211108.267000', '211108.269000', '211108.272000', '211108.275000', '211108.277000', '211108.280000', '211108.282000', '211108.285000', '211108.288000', '211108.290000', '211108.293000', '211108.295000', '211108.298000', '211108.301000', '211108.303000', '211108.306000', '211108.309000', '211108.311000', '211108.314000', '211108.316000', '211108.319000', '211108.322000', '211108.324000', '211108.327000', '211108.329000', '211108.332000', '211108.335000', '211108.337000', '211108.340000', '211108.342000', '211108.345000', '211108.348000', '211108.350000', '211108.355000', '211108.358000', '211108.360000', '211108.363000', '211108.365000', '211108.368000', '211108.371000', '211128.256000', '211128.259000', '211128.262000', '211128.264000', '211128.267000', '211128.269000', '211128.272000', '211128.275000', '211128.277000', '211128.280000', '211128.282000', '211128.285000', '211128.287000', '211128.290000', '211128.292000', '211128.295000', '211128.298000', '211128.300000', '211128.303000', '211128.306000', '211128.308000', '211128.311000', '211128.314000', '211128.317000', '211128.320000', '211128.322000', '211128.325000', '211128.327000', '211128.330000', '211128.333000', '211128.335000', '211128.338000', '211128.340000', '211128.343000', '211128.346000', '211128.348000', '211128.351000', '211128.353000', '211128.356000', '211128.359000', '211128.362000', '211128.365000', '211128.367000', '211148.256000', '211148.261000', '211148.263000', '211148.266000', '211148.268000', '211148.271000', '211148.274000', '211148.276000', '211148.279000', '211148.281000', '211148.284000', '211148.286000', '211148.289000', '211148.292000', '211148.294000', '211148.297000', '211148.299000', '211148.302000', '211148.335000', '211148.338000', '211148.340000', '211148.343000', '211148.345000', '211148.348000', '211148.351000', '211148.353000', '211148.356000', '211148.358000', '211148.361000', '211148.363000', '211148.366000', '211148.369000', '211148.371000', '211148.374000', '211148.377000', '211148.379000', '211148.382000', '211148.384000', '211148.387000', '211148.389000', '211148.392000', '211148.395000', '211148.397000', '211148.400000', '211208.255000', '211208.258000', '211208.261000', '211208.264000', '211208.266000', '211208.269000', '211208.271000', '211208.274000', '211208.276000', '211208.279000', '211208.282000', '211208.284000', '211208.287000', '211208.289000', '211208.292000', '211208.295000', '211208.297000', '211208.300000', '211208.302000', '211208.305000', '211208.307000', '211208.310000', '211208.313000', '211208.315000', '211208.318000', '211208.320000', '211208.323000', '211208.325000', '211208.328000', '211208.331000', '211208.333000', '211208.336000', '211208.339000', '211208.341000', '211208.344000', '211208.346000', '211208.349000', '211208.352000', '211208.354000', '211208.357000', '211208.359000', '211208.362000', '211208.364000', '211228.255000', '211228.258000', '211228.261000', '211228.263000', '211228.266000', '211228.269000', '211228.271000', '211228.274000', '211228.277000', '211228.279000', '211228.282000', '211228.284000', '211228.287000', '211228.289000', '211228.292000', '211228.295000', '211228.297000', '211228.300000', '211228.303000', '211228.305000', '211228.308000', '211228.310000', '211228.313000', '211228.316000', '211228.318000', '211228.321000', '211228.323000', '211228.326000', '211228.328000', '211228.331000', '211228.334000', '211228.336000', '211228.339000', '211228.341000', '211228.344000', '211228.347000', '211228.349000', '211228.352000', '211228.354000', '211228.357000', '211228.359000', '211228.362000', '211228.365000', '211228.367000', '211248.257000', '211248.259000', '211248.262000', '211248.265000', '211248.267000', '211248.270000', '211248.272000', '211248.275000', '211248.278000', '211248.280000', '211248.283000', '211248.285000', '211248.288000', '211248.290000', '211248.293000', '211248.296000', '211248.298000', '211248.301000', '211248.303000', '211248.306000', '211248.309000', '211248.311000', '211248.314000', '211248.316000', '211248.319000', '211248.322000', '211248.324000', '211248.327000', '211248.329000', '211248.332000', '211248.335000', '211248.337000', '211248.340000', '211248.342000', '211248.345000', '211248.347000', '211248.350000', '211248.359000', '211248.362000', '211248.364000', '211248.367000', '211248.370000', '211248.372000', '211308.257000', '211308.259000', '211308.262000', '211308.265000', '211308.267000', '211308.270000', '211308.272000', '211308.275000', '211308.277000', '211308.280000', '211308.283000', '211308.285000', '211308.288000', '211308.290000', '211308.293000', '211308.296000', '211308.298000', '211308.301000', '211308.303000', '211308.306000', '211308.309000', '211308.311000', '211308.314000', '211308.317000', '211308.319000', '211308.322000', '211308.324000', '211308.327000', '211308.330000', '211308.332000', '211308.335000', '211308.337000', '211308.340000', '211308.343000', '211308.345000', '211308.348000', '211308.350000', '211308.353000', '211308.356000', '211308.358000', '211308.361000', '211308.363000', '211308.366000', '211308.369000', '211328.256000', '211328.259000', '211328.262000', '211328.265000', '211328.267000', '211328.270000', '211328.272000', '211328.275000', '211328.278000', '211328.280000', '211328.283000', '211328.285000', '211328.288000', '211328.300000', '211328.303000', '211328.306000', '211328.308000', '211328.311000', '211328.313000', '211328.316000', '211328.319000', '211328.321000', '211328.324000', '211328.326000', '211328.329000', '211328.332000', '211328.334000', '211328.337000', '211328.340000', '211328.342000', '211328.345000', '211328.347000', '211328.350000', '211328.352000', '211328.355000', '211328.358000', '211328.360000', '211328.363000', '211328.365000', '211328.368000', '211328.371000', '211328.374000', '211328.377000', '211348.257000', '211348.260000', '211348.262000', '211348.265000', '211348.268000', '211348.270000', '211348.273000', '211348.276000', '211348.278000', '211348.281000', '211348.283000', '211348.286000', '211348.289000', '211348.291000', '211348.294000', '211348.296000', '211348.299000', '211348.302000', '211348.304000', '211348.307000', '211348.309000', '211348.312000', '211348.315000', '211348.317000', '211348.320000', '211348.322000', '211348.325000', '211348.328000', '211348.330000', '211348.333000', '211348.335000', '211348.338000', '211348.341000', '211348.343000', '211348.346000', '211348.349000', '211348.351000', '211348.354000', '211348.356000', '211348.359000', '211348.361000', '211348.364000', '211348.367000', '211348.369000', '211408.255000', '211408.258000', '211408.261000', '211408.264000', '211408.266000', '211408.269000', '211408.271000', '211408.274000', '211408.276000', '211408.279000', '211408.282000', '211408.284000', '211408.287000', '211408.289000', '211408.292000', '211408.295000', '211408.297000', '211408.300000', '211408.302000', '211408.305000', '211408.307000', '211408.310000', '211408.313000', '211408.315000', '211408.318000', '211408.320000', '211408.323000', '211408.326000', '211408.328000', '211408.331000', '211408.333000', '211408.336000', '211408.339000', '211408.341000', '211408.344000', '211408.346000', '211408.349000', '211408.351000', '211408.354000', '211408.357000', '211408.359000', '211408.362000', '211408.365000', '211428.255000', '211428.258000', '211428.261000', '211428.263000', '211428.266000', '211428.268000', '211428.271000', '211428.274000', '211428.276000', '211428.279000', '211428.281000', '211428.284000', '211428.287000', '211428.289000', '211428.292000', '211428.294000', '211428.297000', '211428.300000', '211428.302000', '211428.305000', '211428.307000', '211428.310000', '211428.313000', '211428.315000', '211428.318000', '211428.321000', '211428.323000', '211428.326000', '211428.328000', '211428.331000', '211428.334000', '211428.336000', '211428.339000', '211428.341000', '211428.344000', '211428.346000', '211428.349000', '211428.352000', '211428.354000', '211428.357000', '211428.360000', '211428.362000', '211428.365000', '211428.367000', '211448.255000', '211448.258000', '211448.261000', '211448.263000', '211448.266000', '211448.269000', '211448.271000', '211448.274000', '211448.276000', '211448.279000', '211448.282000', '211448.284000', '211448.287000', '211448.289000', '211448.292000', '211448.294000', '211448.297000', '211448.300000', '211448.302000', '211448.305000', '211448.308000', '211448.310000', '211448.313000', '211448.315000', '211448.318000', '211448.321000', '211448.323000', '211448.326000', '211448.328000', '211448.331000', '211448.333000', '211448.336000', '211448.339000', '211448.341000', '211448.344000', '211448.346000', '211448.349000', '211448.352000', '211448.361000', '211448.363000', '211448.366000', '211448.369000', '211448.371000', '211508.257000', '211508.260000', '211508.262000', '211508.265000', '211508.267000', '211508.270000', '211508.273000', '211508.275000', '211508.278000', '211508.281000', '211508.283000', '211508.286000', '211508.288000', '211508.291000', '211508.294000', '211508.297000', '211508.299000', '211508.302000', '211508.304000', '211508.307000', '211508.310000', '211508.312000', '211508.315000', '211508.318000', '211508.320000', '211508.323000', '211508.326000', '211508.328000', '211508.331000', '211508.333000', '211508.336000', '211508.338000', '211508.341000', '211508.344000', '211508.346000', '211508.349000', '211508.352000', '211508.354000', '211508.357000', '211508.360000', '211508.362000', '211508.365000', '211508.367000', '211508.370000', '211528.257000', '211528.259000', '211528.262000', '211528.265000', '211528.267000', '211528.270000', '211528.272000', '211528.275000', '211528.278000', '211528.280000', '211528.283000', '211528.285000', '211528.288000', '211528.291000', '211528.293000', '211528.296000', '211528.298000', '211528.301000', '211528.303000', '211528.306000', '211528.309000', '211528.311000', '211528.314000', '211528.317000', '211528.319000', '211528.322000', '211528.325000', '211528.327000', '211528.330000', '211528.332000', '211528.335000', '211528.338000', '211528.340000', '211528.343000', '211528.345000', '211528.348000', '211528.351000', '211528.353000', '211528.356000', '211528.358000', '211528.361000', '211528.364000', '211528.366000', '211548.256000', '211548.259000', '211548.262000', '211548.264000', '211548.267000', '211548.269000', '211548.272000', '211548.275000', '211548.277000', '211548.280000', '211548.283000', '211548.285000', '211548.288000', '211548.290000', '211548.293000', '211548.296000', '211548.298000', '211548.301000', '211548.303000', '211548.306000', '211548.309000', '211548.311000', '211548.316000', '211548.318000', '211548.321000', '211548.324000', '211548.326000', '211548.329000', '211548.331000', '211548.334000', '211548.336000', '211548.339000', '211548.341000', '211548.344000', '211548.347000', '211548.349000', '211548.352000', '211548.354000', '211548.357000', '211548.360000', '211548.362000', '211548.365000', '211548.367000', '211548.370000', '211608.257000', '211608.259000', '211608.262000', '211608.265000', '211608.267000', '211608.270000', '211608.272000', '211608.275000', '211608.277000', '211608.280000', '211608.283000', '211608.285000', '211608.288000', '211608.290000', '211608.293000', '211608.296000', '211608.298000', '211608.301000', '211608.303000', '211608.306000', '211608.309000', '211608.311000', '211608.314000', '211608.316000', '211608.319000', '211608.322000', '211608.324000', '211608.327000', '211608.329000', '211608.332000', '211608.334000', '211608.337000', '211608.340000', '211608.342000', '211608.345000', '211608.348000', '211608.350000', '211608.353000', '211608.355000', '211608.358000', '211608.360000', '211608.363000', '211608.365000', '211628.255000', '211628.258000', '211628.261000', '211628.263000', '211628.266000', '211628.269000', '211628.271000', '211628.274000', '211628.277000', '211628.280000', '211628.283000', '211628.285000', '211628.288000', '211628.291000', '211628.293000', '211628.296000', '211628.298000', '211628.301000', '211628.303000', '211628.306000', '211628.309000', '211628.311000', '211628.314000', '211628.316000', '211628.319000', '211628.322000', '211628.324000', '211628.327000', '211628.329000', '211628.332000', '211628.335000', '211628.338000', '211628.340000', '211628.343000', '211628.346000', '211628.348000', '211628.351000', '211628.353000', '211628.356000', '211628.359000', '211628.361000', '211628.364000', '211628.367000', '211628.369000', '211646.630000', '211646.633000', '211646.636000', '211646.638000', '211646.641000', '211646.644000', '211646.646000', '211646.649000', '211646.652000', '211646.654000', '211646.657000', '211646.660000', '211646.662000', '211646.665000', '211646.668000', '211646.671000', '211646.673000', '211646.676000', '211646.679000', '211646.681000', '211646.684000', '211646.687000', '211646.690000', '211646.692000', '211646.695000', '211646.698000', '211646.701000', '211646.703000', '211646.706000', '211646.709000', '211646.712000', '211646.715000', '211646.718000', '211646.721000', '211646.727000', '211646.730000', '211646.734000', '211646.739000', '211646.743000', '211646.746000'], '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': [11413, 13727, 9310, 12289, 7752, 11332, 7795, 9990, 8723, 12089, 7727, 10288, 13840, 8878, 11386, 7168, 9830, 8593, 8185, 11467, 7567, 10743, 6877, 9619, 7522, 7711, 12112, 7366, 10728, 6929, 9888, 7829, 7964, 10929, 7298, 11212, 6771, 10225, 10214, 7559, 11387, 7472, 9307, 6626, 10286, 11691, 7320, 10082, 9269, 7283, 10816, 6816, 10546, 8512, 7523, 11696, 7680, 10574, 6917, 10122, 12840, 9225, 12743, 12347, 9196, 14631, 8926, 9199, 13787, 9999, 9971, 7568, 10072, 11089, 8085, 11150, 7568, 9225, 8036, 7551, 11951, 8130, 11025, 7194, 9612, 8064, 7693, 12094, 8403, 11413, 7437, 10849, 7557, 7963, 11700, 7755, 10251, 6989, 8899, 12193, 7705, 11827, 7499, 9568, 7145, 8799, 11124, 7725, 10130, 8361, 6999, 10258, 9840, 8339, 7388, 11945, 7252, 10527, 7632, 11338, 12016, 10526, 12658, 9348, 11295, 7204, 10831, 10116, 9187, 12587, 7915, 9901, 6861, 10254, 12404, 7940, 10471, 7165, 9098, 6961, 10338, 12654, 7031, 11233, 7291, 8512, 7044, 9189, 11911, 7724, 10729, 12709, 10349, 12414, 9245, 9514, 12554, 9344, 11150, 12460, 9952, 7565, 7955, 11827, 7891, 9608, 13177, 10371, 10678, 7880, 9489, 8357, 8170, 12279, 8770, 10312, 6947, 9661, 8257, 8669, 12412, 8780, 11157, 7288, 10358, 7832, 9826, 11264, 8416, 7123, 7382, 8661, 9360, 8612, 9794, 7200, 10759, 12587, 8762, 11088, 11230, 8458, 11080, 7512, 9866, 11967, 9028, 9240, 8351, 7314, 9967, 11817, 8438, 10490, 11175, 8657, 6896, 8720, 11573, 7565, 9801, 8555, 8044, 7328, 7954, 12206, 7811, 8248, 9217, 11655, 7844, 9204, 12258, 8573, 9442, 12414, 8271, 10001, 7480, 8047, 11001, 7569, 8837, 7379, 12429, 7185, 11360, 7221, 8644, 11833, 7296, 10877, 7478, 9030, 7945, 9063, 6767, 10366, 7397, 9543, 12830, 8332, 11555, 7360, 11160, 7017, 10170, 8930, 11664, 11629, 9468, 12170, 11846, 10678, 11519, 8783, 12419, 7613, 11334, 7694, 10834, 8670, 11426, 10696, 8474, 11596, 7889, 9431, 8973, 8276, 11765, 7433, 11350, 9227, 8714, 12163, 8386, 9968, 6807, 7806, 12059, 7677, 10285, 7046, 8556, 6951, 8459, 12722, 7081, 9620, 11483, 7681, 11255, 7221, 9419, 12322, 8378, 10388, 7228, 11230, 7198, 10713, 11364, 8800, 11615, 7505, 10765, 10867, 8371, 11651, 7568, 9808, 6974, 10559, 6718, 10740, 7671, 9812, 6925, 10252, 8568, 8424, 7457, 11806, 9354, 8988, 12918, 8566, 7848, 9420, 12711, 10325, 13066, 8307, 11034, 7223, 10380, 11366, 9280, 8474, 8517, 12434, 7928, 9801, 8997, 12936, 7982, 9482, 13217, 8894, 10303, 8564, 8280, 7602, 7931, 12436, 7842, 12630, 7444, 9475, 7029, 9100, 12691, 7224, 10047, 7332, 8338, 6782, 10156, 12901, 7316, 10490, 10920, 7850, 7508, 9034, 9315, 8764, 13390, 9363, 11494, 7562, 11757, 7451, 11437, 9502, 13700, 8528, 10319, 7965, 11843, 12689, 11724, 12382, 8432, 10569, 12400, 8887, 10949, 8042, 9242, 7318, 10690, 10970, 8558, 11874, 7364, 9295, 7211, 11077, 7110, 11572, 9397, 11861, 13765, 10475, 11270, 13677, 9389, 8099, 11911, 6910, 10586, 13047, 9528, 11292, 9584, 13221, 12960, 10371, 10035, 6719, 8688, 12051, 8117, 10697, 6856, 8262, 12111, 7933, 11024, 7513, 8644, 7173, 8908, 8095, 9429, 8808, 10869, 7280, 9223, 10322, 12063, 9886, 10119, 8643, 8322, 11844, 9984, 13425, 8303, 11135, 9178, 10184, 13256, 9377, 14889, 9355, 12650, 7053, 9343, 12140, 8724, 9683, 7281, 7888, 7946, 7449, 9157, 6635, 10539, 6976, 10358, 7061, 8641, 11859, 8582, 11714, 8080, 11356, 7891, 11619, 8497, 8528, 8998, 10200, 8179, 13020, 11595, 10917, 10070, 9190, 7211, 9180, 13013, 9063, 11210, 7647, 10112, 7035, 11442, 12321, 9391, 11887, 8836, 9423, 8050, 11969, 8375, 11765, 8279, 11684, 8438, 10835, 7016, 9938, 6811, 9819, 8429, 11810, 11399, 9416, 12091, 7192, 9951, 7254, 9809, 6790, 11008, 6900, 10056, 7773, 10365, 7598, 10812, 6697, 9662, 8042, 9185, 8032, 11884, 12705, 9245, 11059, 8545, 8976, 8568, 9016, 7405, 9229, 6954, 9739, 12684, 7410, 10551, 8808, 8342, 7680, 8721, 12863, 8156, 9387, 7272, 8367, 12297, 6926, 10232, 8563, 8184, 6871, 9246, 12248, 7516, 9817, 12516, 9092, 10374, 7494, 11005, 10781, 8949, 11516, 7920, 8777, 7025, 8413, 12306, 7714, 9678, 12392, 8737, 10529, 7389, 10304, 12375, 8569, 10608, 7422, 10182, 6732, 9814, 12553, 8383, 9485, 13502, 7900, 10302, 10665, 9031, 11492, 8174, 9685, 6907, 10459, 11750, 8218, 10392, 6972, 8528, 6791, 8868, 12434, 7236, 9968, 12391, 8408, 10128, 7678, 7674, 11762, 7270, 9688, 7919, 7689, 12388, 7365, 9921, 7598, 8200, 12407, 7195, 10584, 12070, 8597, 11388, 7060, 8860, 12202, 8341, 10361, 12803, 8363, 11065, 7114, 8322, 12027, 6724, 9636, 12171, 8810, 10895, 7064, 10298, 7037, 10219, 12391, 7437, 11020, 12325, 7922, 11321, 7158, 8356, 12054, 7013, 11239, 7110, 8883, 12403, 7794, 10591, 10514, 8368, 12287, 8273, 10400, 12814, 9297, 11570, 7458, 10015, 6654, 10788, 12266, 8037, 10806, 12186, 8759, 11753, 7452, 10702, 9293, 8260, 12393, 7395, 10180, 7895, 8392, 12179, 7698, 10447, 10592, 8677, 11501, 7180, 10441, 10784, 7930, 12028, 8179, 10665, 7555, 9468, 6751, 10908, 12154, 7990, 10884, 11700, 9314, 10626, 7071, 8425, 12020, 7466, 10552, 8695, 8362, 12251, 7399, 11332, 10463, 8683, 10665, 7728, 8713, 7812, 11947, 7441, 8732, 8417, 11746, 7249, 9010, 12055, 7995, 10341, 7425, 11063, 6935, 10554, 8441, 7159, 11330, 8060, 8745, 9735, 7260, 11175, 6772, 11433, 9964, 8069, 11326, 7549, 8081, 11850, 6818, 10605, 8297, 8373, 10583, 7125, 11376, 6895, 11325, 10774, 8576, 11433, 7318, 8575, 11848, 7247, 9584, 8509, 7543, 9423, 7084, 7007, 8144, 11704, 7042, 9797, 12078, 8593, 10481, 6793, 10454, 6767, 9943, 12097, 7917, 10148, 6864, 10465, 10902, 8148, 11252, 7196, 9118, 6829, 9955, 12201, 7126, 10407, 7097, 8463, 6863, 8970, 11667, 7233, 10206, 7768, 8190, 7334, 7307, 10601, 7408, 12292, 8462, 7291, 9136], 'WindowCenter': [4261.0, 4251.0, 4206.0, 4212.0, 4182.0, 4200.0, 4181.0, 4200.0, 4193.0, 4212.0, 4169.0, 4190.0, 4207.0, 4176.0, 4186.0, 4154.0, 4187.0, 4163.0, 4165.0, 4184.0, 4168.0, 4184.0, 4155.0, 4189.0, 4167.0, 4167.0, 4207.0, 4169.0, 4198.0, 4169.0, 4198.0, 4179.0, 4177.0, 4211.0, 4170.0, 4209.0, 4171.0, 4203.0, 4199.0, 4183.0, 4211.0, 4182.0, 4190.0, 4169.0, 4214.0, 4210.0, 4180.0, 4213.0, 4190.0, 4180.0, 4211.0, 4173.0, 4214.0, 4191.0, 4182.0, 4223.0, 4194.0, 4214.0, 4184.0, 4216.0, 4224.0, 4204.0, 4225.0, 4210.0, 4204.0, 4223.0, 4177.0, 4176.0, 4207.0, 4186.0, 4173.0, 4166.0, 4187.0, 4196.0, 4177.0, 4197.0, 4167.0, 4186.0, 4176.0, 4178.0, 4208.0, 4177.0, 4198.0, 4169.0, 4189.0, 4166.0, 4166.0, 4198.0, 4179.0, 4207.0, 4169.0, 4200.0, 4166.0, 4178.0, 4197.0, 4168.0, 4198.0, 4158.0, 4189.0, 4208.0, 4168.0, 4209.0, 4168.0, 4189.0, 4157.0, 4179.0, 4186.0, 4172.0, 4191.0, 4147.0, 4198.0, 4200.0, 4199.0, 4193.0, 4182.0, 4226.0, 4185.0, 4213.0, 4197.0, 4227.0, 4212.0, 4188.0, 4195.0, 4189.0, 4200.0, 4195.0, 4228.0, 4200.0, 4186.0, 4209.0, 4167.0, 4187.0, 4155.0, 4203.0, 4209.0, 4182.0, 4201.0, 4169.0, 4191.0, 4172.0, 4215.0, 4221.0, 4173.0, 4213.0, 4184.0, 4205.0, 4186.0, 4219.0, 4224.0, 4196.0, 4227.0, 4226.0, 4204.0, 4222.0, 4191.0, 4192.0, 4212.0, 4178.0, 4199.0, 4209.0, 4188.0, 4162.0, 4180.0, 4209.0, 4166.0, 4187.0, 4208.0, 4187.0, 4188.0, 4166.0, 4187.0, 4176.0, 4177.0, 4208.0, 4189.0, 4200.0, 4157.0, 4189.0, 4178.0, 4177.0, 4209.0, 4179.0, 4196.0, 4169.0, 4200.0, 4167.0, 4202.0, 4198.0, 4192.0, 4156.0, 4181.0, 4190.0, 4202.0, 4191.0, 4204.0, 4197.0, 4229.0, 4226.0, 4194.0, 4209.0, 4200.0, 4179.0, 4200.0, 4157.0, 4187.0, 4196.0, 4177.0, 4188.0, 4178.0, 4168.0, 4201.0, 4211.0, 4166.0, 4187.0, 4185.0, 4165.0, 4155.0, 4179.0, 4196.0, 4166.0, 4185.0, 4176.0, 4165.0, 4165.0, 4179.0, 4207.0, 4168.0, 4179.0, 4202.0, 4200.0, 4167.0, 4177.0, 4195.0, 4164.0, 4175.0, 4183.0, 4164.0, 4173.0, 4151.0, 4165.0, 4184.0, 4166.0, 4187.0, 4181.0, 4219.0, 4173.0, 4213.0, 4170.0, 4193.0, 4211.0, 4181.0, 4202.0, 4171.0, 4191.0, 4180.0, 4204.0, 4184.0, 4214.0, 4184.0, 4216.0, 4236.0, 4207.0, 4226.0, 4198.0, 4228.0, 4187.0, 4227.0, 4221.0, 4243.0, 4227.0, 4205.0, 4227.0, 4212.0, 4201.0, 4212.0, 4191.0, 4211.0, 4180.0, 4213.0, 4179.0, 4211.0, 4192.0, 4215.0, 4201.0, 4180.0, 4201.0, 4166.0, 4177.0, 4178.0, 4177.0, 4208.0, 4169.0, 4200.0, 4175.0, 4178.0, 4196.0, 4166.0, 4185.0, 4155.0, 4167.0, 4195.0, 4166.0, 4187.0, 4156.0, 4177.0, 4168.0, 4191.0, 4220.0, 4167.0, 4190.0, 4199.0, 4179.0, 4198.0, 4166.0, 4189.0, 4208.0, 4179.0, 4186.0, 4182.0, 4211.0, 4170.0, 4211.0, 4210.0, 4190.0, 4199.0, 4170.0, 4211.0, 4198.0, 4178.0, 4198.0, 4168.0, 4188.0, 4169.0, 4200.0, 4171.0, 4214.0, 4194.0, 4216.0, 4186.0, 4228.0, 4205.0, 4205.0, 4196.0, 4239.0, 4218.0, 4208.0, 4226.0, 4195.0, 4195.0, 4217.0, 4227.0, 4204.0, 4223.0, 4193.0, 4211.0, 4170.0, 4202.0, 4211.0, 4190.0, 4192.0, 4192.0, 4222.0, 4180.0, 4201.0, 4204.0, 4225.0, 4180.0, 4191.0, 4210.0, 4177.0, 4187.0, 4178.0, 4179.0, 4179.0, 4181.0, 4220.0, 4182.0, 4222.0, 4181.0, 4202.0, 4172.0, 4205.0, 4223.0, 4170.0, 4203.0, 4171.0, 4192.0, 4171.0, 4215.0, 4224.0, 4171.0, 4203.0, 4212.0, 4181.0, 4180.0, 4205.0, 4203.0, 4205.0, 4235.0, 4207.0, 4214.0, 4196.0, 4226.0, 4183.0, 4213.0, 4216.0, 4237.0, 4193.0, 4202.0, 4194.0, 4225.0, 4212.0, 4201.0, 4209.0, 4178.0, 4200.0, 4197.0, 4176.0, 4186.0, 4166.0, 4176.0, 4169.0, 4201.0, 4197.0, 4177.0, 4198.0, 4167.0, 4188.0, 4170.0, 4200.0, 4170.0, 4212.0, 4204.0, 4227.0, 4238.0, 4216.0, 4227.0, 4227.0, 4179.0, 4169.0, 4197.0, 4156.0, 4188.0, 4196.0, 4189.0, 4197.0, 4190.0, 4213.0, 4210.0, 4188.0, 4174.0, 4141.0, 4164.0, 4182.0, 4164.0, 4184.0, 4144.0, 4177.0, 4195.0, 4164.0, 4185.0, 4153.0, 4163.0, 4144.0, 4176.0, 4166.0, 4188.0, 4191.0, 4212.0, 4183.0, 4129.0, 4245.0, 4209.0, 4175.0, 4188.0, 4177.0, 4181.0, 4202.0, 4180.0, 4200.0, 4158.0, 4188.0, 4166.0, 4177.0, 4197.0, 4167.0, 4207.0, 4178.0, 4197.0, 4133.0, 4165.0, 4180.0, 4165.0, 4177.0, 4155.0, 4124.0, 4169.0, 4157.0, 4180.0, 4161.0, 4215.0, 4186.0, 4217.0, 4173.0, 4194.0, 4213.0, 4181.0, 4214.0, 4182.0, 4213.0, 4197.0, 4215.0, 4196.0, 4197.0, 4207.0, 4205.0, 4196.0, 4224.0, 4201.0, 4200.0, 4190.0, 4191.0, 4168.0, 4192.0, 4210.0, 4167.0, 4199.0, 4169.0, 4188.0, 4171.0, 4210.0, 4197.0, 4177.0, 4197.0, 4178.0, 4177.0, 4168.0, 4198.0, 4180.0, 4199.0, 4168.0, 4198.0, 4179.0, 4199.0, 4158.0, 4188.0, 4146.0, 4186.0, 4180.0, 4212.0, 4199.0, 4179.0, 4197.0, 4144.0, 4174.0, 4155.0, 4185.0, 4157.0, 4198.0, 4157.0, 4189.0, 4167.0, 4190.0, 4170.0, 4200.0, 4160.0, 4192.0, 4169.0, 4189.0, 4181.0, 4213.0, 4210.0, 4179.0, 4199.0, 4165.0, 4176.0, 4177.0, 4178.0, 4169.0, 4190.0, 4172.0, 4204.0, 4222.0, 4170.0, 4201.0, 4190.0, 4179.0, 4181.0, 4192.0, 4223.0, 4180.0, 4188.0, 4169.0, 4192.0, 4212.0, 4159.0, 4202.0, 4190.0, 4182.0, 4173.0, 4207.0, 4225.0, 4171.0, 4203.0, 4212.0, 4191.0, 4201.0, 4183.0, 4215.0, 4199.0, 4180.0, 4201.0, 4168.0, 4179.0, 4169.0, 4193.0, 4212.0, 4169.0, 4191.0, 4210.0, 4180.0, 4200.0, 4170.0, 4203.0, 4210.0, 4180.0, 4200.0, 4170.0, 4201.0, 4161.0, 4204.0, 4212.0, 4169.0, 4191.0, 4209.0, 4167.0, 4187.0, 4184.0, 4178.0, 4197.0, 4167.0, 4188.0, 4170.0, 4202.0, 4198.0, 4167.0, 4189.0, 4157.0, 4179.0, 4159.0, 4193.0, 4211.0, 4167.0, 4190.0, 4198.0, 4168.0, 4188.0, 4155.0, 4167.0, 4197.0, 4157.0, 4189.0, 4168.0, 4170.0, 4211.0, 4170.0, 4201.0, 4168.0, 4180.0, 4210.0, 4170.0, 4201.0, 4198.0, 4179.0, 4201.0, 4158.0, 4181.0, 4211.0, 4181.0, 4202.0, 4208.0, 4179.0, 4199.0, 4157.0, 4179.0, 4199.0, 4157.0, 4190.0, 4198.0, 4178.0, 4189.0, 4158.0, 4190.0, 4172.0, 4204.0, 4211.0, 4170.0, 4202.0, 4209.0, 4182.0, 4202.0, 4159.0, 4182.0, 4211.0, 4171.0, 4213.0, 4160.0, 4190.0, 4211.0, 4170.0, 4201.0, 4201.0, 4181.0, 4201.0, 4180.0, 4201.0, 4198.0, 4178.0, 4198.0, 4156.0, 4188.0, 4158.0, 4202.0, 4199.0, 4168.0, 4189.0, 4197.0, 4168.0, 4197.0, 4168.0, 4199.0, 4177.0, 4179.0, 4198.0, 4158.0, 4190.0, 4167.0, 4180.0, 4209.0, 4168.0, 4189.0, 4188.0, 4178.0, 4200.0, 4159.0, 4202.0, 4189.0, 4168.0, 4199.0, 4167.0, 4190.0, 4170.0, 4189.0, 4160.0, 4214.0, 4198.0, 4169.0, 4188.0, 4186.0, 4178.0, 4187.0, 4156.0, 4167.0, 4195.0, 4144.0, 4185.0, 4164.0, 4166.0, 4195.0, 4156.0, 4187.0, 4174.0, 4164.0, 4174.0, 4155.0, 4165.0, 4167.0, 4197.0, 4157.0, 4173.0, 4181.0, 4201.0, 4157.0, 4178.0, 4196.0, 4155.0, 4174.0, 4157.0, 4198.0, 4169.0, 4202.0, 4178.0, 4159.0, 4199.0, 4167.0, 4179.0, 4189.0, 4171.0, 4212.0, 4173.0, 4214.0, 4190.0, 4170.0, 4201.0, 4169.0, 4181.0, 4198.0, 4160.0, 4201.0, 4179.0, 4180.0, 4201.0, 4172.0, 4212.0, 4173.0, 4215.0, 4201.0, 4181.0, 4201.0, 4158.0, 4179.0, 4199.0, 4159.0, 4189.0, 4177.0, 4168.0, 4189.0, 4170.0, 4172.0, 4195.0, 4214.0, 4160.0, 4192.0, 4200.0, 4180.0, 4189.0, 4161.0, 4202.0, 4160.0, 4204.0, 4211.0, 4180.0, 4189.0, 4160.0, 4203.0, 4190.0, 4168.0, 4199.0, 4158.0, 4179.0, 4171.0, 4203.0, 4210.0, 4160.0, 4201.0, 4160.0, 4181.0, 4173.0, 4204.0, 4213.0, 4172.0, 4203.0, 4182.0, 4183.0, 4182.0, 4184.0, 4202.0, 4184.0, 4226.0, 4212.0, 4173.0, 4196.0], 'WindowWidth': [9440.0, 9409.0, 9335.0, 9337.0, 9296.0, 9318.0, 9295.0, 9319.0, 9313.0, 9338.0, 9273.0, 9303.0, 9323.0, 9278.0, 9291.0, 9247.0, 9294.0, 9257.0, 9262.0, 9287.0, 9270.0, 9287.0, 9250.0, 9300.0, 9268.0, 9272.0, 9324.0, 9276.0, 9315.0, 9276.0, 9314.0, 9290.0, 9288.0, 9336.0, 9280.0, 9330.0, 9283.0, 9328.0, 9317.0, 9300.0, 9337.0, 9297.0, 9303.0, 9279.0, 9343.0, 9332.0, 9293.0, 9343.0, 9306.0, 9294.0, 9336.0, 9290.0, 9347.0, 9310.0, 9301.0, 9356.0, 9319.0, 9345.0, 9305.0, 9351.0, 9360.0, 9331.0, 9361.0, 9333.0, 9329.0, 9356.0, 9279.0, 9280.0, 9323.0, 9292.0, 9272.0, 9270.0, 9299.0, 9309.0, 9284.0, 9310.0, 9270.0, 9294.0, 9281.0, 9287.0, 9327.0, 9285.0, 9312.0, 9277.0, 9301.0, 9267.0, 9268.0, 9313.0, 9289.0, 9326.0, 9277.0, 9319.0, 9268.0, 9287.0, 9310.0, 9273.0, 9313.0, 9260.0, 9305.0, 9327.0, 9275.0, 9328.0, 9274.0, 9303.0, 9257.0, 9289.0, 9288.0, 9275.0, 9302.0, 9227.0, 9336.0, 9319.0, 9316.0, 9313.0, 9301.0, 9361.0, 9307.0, 9341.0, 9330.0, 9371.0, 9339.0, 9299.0, 9305.0, 9300.0, 9318.0, 9321.0, 9371.0, 9319.0, 9296.0, 9330.0, 9271.0, 9295.0, 9256.0, 9326.0, 9330.0, 9297.0, 9322.0, 9276.0, 9308.0, 9285.0, 9346.0, 9350.0, 9289.0, 9340.0, 9304.0, 9334.0, 9313.0, 9363.0, 9363.0, 9323.0, 9367.0, 9364.0, 9331.0, 9355.0, 9307.0, 9308.0, 9340.0, 9284.0, 9316.0, 9329.0, 9299.0, 9260.0, 9290.0, 9331.0, 9266.0, 9297.0, 9327.0, 9296.0, 9297.0, 9264.0, 9296.0, 9280.0, 9286.0, 9327.0, 9303.0, 9317.0, 9257.0, 9300.0, 9284.0, 9285.0, 9329.0, 9288.0, 9308.0, 9274.0, 9318.0, 9270.0, 9323.0, 9316.0, 9311.0, 9252.0, 9297.0, 9307.0, 9325.0, 9308.0, 9331.0, 9328.0, 9372.0, 9362.0, 9315.0, 9334.0, 9317.0, 9288.0, 9315.0, 9254.0, 9296.0, 9306.0, 9281.0, 9299.0, 9284.0, 9273.0, 9321.0, 9333.0, 9266.0, 9296.0, 9290.0, 9261.0, 9249.0, 9287.0, 9309.0, 9264.0, 9291.0, 9277.0, 9264.0, 9265.0, 9289.0, 9325.0, 9275.0, 9291.0, 9326.0, 9322.0, 9268.0, 9282.0, 9306.0, 9259.0, 9276.0, 9285.0, 9258.0, 9270.0, 9240.0, 9262.0, 9289.0, 9268.0, 9298.0, 9296.0, 9347.0, 9290.0, 9342.0, 9280.0, 9313.0, 9335.0, 9295.0, 9326.0, 9279.0, 9309.0, 9295.0, 9330.0, 9306.0, 9347.0, 9304.0, 9351.0, 9378.0, 9342.0, 9367.0, 9330.0, 9371.0, 9314.0, 9369.0, 9368.0, 9400.0, 9368.0, 9333.0, 9368.0, 9339.0, 9321.0, 9337.0, 9308.0, 9336.0, 9294.0, 9338.0, 9290.0, 9335.0, 9314.0, 9349.0, 9322.0, 9292.0, 9320.0, 9265.0, 9283.0, 9284.0, 9283.0, 9327.0, 9276.0, 9318.0, 9277.0, 9285.0, 9307.0, 9268.0, 9292.0, 9252.0, 9272.0, 9305.0, 9268.0, 9297.0, 9255.0, 9285.0, 9275.0, 9310.0, 9347.0, 9273.0, 9305.0, 9316.0, 9291.0, 9313.0, 9267.0, 9303.0, 9327.0, 9289.0, 9296.0, 9301.0, 9335.0, 9281.0, 9337.0, 9332.0, 9305.0, 9315.0, 9280.0, 9337.0, 9313.0, 9287.0, 9313.0, 9274.0, 9299.0, 9279.0, 9321.0, 9284.0, 9345.0, 9319.0, 9351.0, 9311.0, 9370.0, 9335.0, 9334.0, 9326.0, 9388.0, 9355.0, 9341.0, 9364.0, 9320.0, 9323.0, 9354.0, 9367.0, 9332.0, 9355.0, 9314.0, 9337.0, 9280.0, 9325.0, 9336.0, 9306.0, 9311.0, 9313.0, 9353.0, 9293.0, 9324.0, 9330.0, 9363.0, 9291.0, 9307.0, 9331.0, 9282.0, 9298.0, 9284.0, 9287.0, 9289.0, 9295.0, 9345.0, 9298.0, 9353.0, 9296.0, 9324.0, 9285.0, 9335.0, 9354.0, 9278.0, 9324.0, 9280.0, 9310.0, 9285.0, 9348.0, 9356.0, 9282.0, 9326.0, 9336.0, 9295.0, 9295.0, 9333.0, 9329.0, 9335.0, 9376.0, 9340.0, 9344.0, 9322.0, 9362.0, 9300.0, 9341.0, 9350.0, 9380.0, 9311.0, 9324.0, 9316.0, 9361.0, 9338.0, 9319.0, 9329.0, 9285.0, 9316.0, 9308.0, 9280.0, 9292.0, 9266.0, 9279.0, 9275.0, 9320.0, 9310.0, 9282.0, 9310.0, 9269.0, 9297.0, 9279.0, 9317.0, 9278.0, 9336.0, 9331.0, 9367.0, 9385.0, 9346.0, 9365.0, 9368.0, 9284.0, 9273.0, 9307.0, 9253.0, 9297.0, 9304.0, 9299.0, 9309.0, 9303.0, 9349.0, 9331.0, 9297.0, 9269.0, 9223.0, 9257.0, 9279.0, 9260.0, 9286.0, 9234.0, 9282.0, 9303.0, 9260.0, 9287.0, 9241.0, 9257.0, 9232.0, 9278.0, 9265.0, 9299.0, 9306.0, 9338.0, 9301.0, 9182.0, 9405.0, 9326.0, 9271.0, 9296.0, 9280.0, 9289.0, 9319.0, 9281.0, 9314.0, 9251.0, 9292.0, 9257.0, 9274.0, 9302.0, 9264.0, 9319.0, 9278.0, 9304.0, 9209.0, 9255.0, 9273.0, 9258.0, 9281.0, 9247.0, 9183.0, 9271.0, 9249.0, 9288.0, 9262.0, 9346.0, 9308.0, 9352.0, 9286.0, 9315.0, 9337.0, 9293.0, 9339.0, 9297.0, 9339.0, 9323.0, 9346.0, 9323.0, 9323.0, 9335.0, 9331.0, 9319.0, 9357.0, 9318.0, 9316.0, 9301.0, 9303.0, 9272.0, 9307.0, 9332.0, 9264.0, 9312.0, 9272.0, 9297.0, 9279.0, 9332.0, 9308.0, 9279.0, 9305.0, 9282.0, 9279.0, 9271.0, 9308.0, 9289.0, 9313.0, 9269.0, 9311.0, 9287.0, 9311.0, 9258.0, 9295.0, 9237.0, 9291.0, 9291.0, 9336.0, 9312.0, 9284.0, 9306.0, 9231.0, 9272.0, 9247.0, 9290.0, 9255.0, 9309.0, 9255.0, 9299.0, 9269.0, 9303.0, 9277.0, 9317.0, 9265.0, 9308.0, 9272.0, 9300.0, 9293.0, 9340.0, 9331.0, 9285.0, 9313.0, 9261.0, 9277.0, 9280.0, 9283.0, 9273.0, 9305.0, 9283.0, 9330.0, 9349.0, 9275.0, 9318.0, 9303.0, 9290.0, 9293.0, 9310.0, 9354.0, 9291.0, 9300.0, 9274.0, 9309.0, 9336.0, 9260.0, 9320.0, 9305.0, 9296.0, 9288.0, 9338.0, 9360.0, 9279.0, 9324.0, 9336.0, 9306.0, 9318.0, 9300.0, 9344.0, 9314.0, 9288.0, 9318.0, 9271.0, 9286.0, 9277.0, 9313.0, 9338.0, 9275.0, 9306.0, 9330.0, 9289.0, 9314.0, 9278.0, 9324.0, 9330.0, 9289.0, 9315.0, 9277.0, 9318.0, 9266.0, 9326.0, 9335.0, 9273.0, 9305.0, 9326.0, 9267.0, 9293.0, 9285.0, 9284.0, 9306.0, 9267.0, 9296.0, 9279.0, 9324.0, 9311.0, 9268.0, 9297.0, 9253.0, 9284.0, 9261.0, 9311.0, 9332.0, 9269.0, 9302.0, 9311.0, 9270.0, 9296.0, 9247.0, 9267.0, 9307.0, 9253.0, 9298.0, 9270.0, 9276.0, 9331.0, 9276.0, 9319.0, 9270.0, 9289.0, 9329.0, 9276.0, 9319.0, 9311.0, 9287.0, 9318.0, 9257.0, 9290.0, 9334.0, 9292.0, 9320.0, 9323.0, 9287.0, 9311.0, 9252.0, 9286.0, 9312.0, 9255.0, 9300.0, 9308.0, 9283.0, 9298.0, 9254.0, 9300.0, 9283.0, 9328.0, 9330.0, 9276.0, 9321.0, 9326.0, 9294.0, 9321.0, 9262.0, 9295.0, 9331.0, 9281.0, 9339.0, 9262.0, 9304.0, 9333.0, 9274.0, 9319.0, 9316.0, 9291.0, 9317.0, 9287.0, 9317.0, 9311.0, 9283.0, 9310.0, 9251.0, 9295.0, 9258.0, 9321.0, 9313.0, 9268.0, 9299.0, 9306.0, 9268.0, 9306.0, 9271.0, 9314.0, 9279.0, 9284.0, 9310.0, 9255.0, 9300.0, 9267.0, 9288.0, 9327.0, 9268.0, 9299.0, 9296.0, 9283.0, 9313.0, 9260.0, 9320.0, 9297.0, 9269.0, 9313.0, 9265.0, 9300.0, 9275.0, 9299.0, 9265.0, 9340.0, 9312.0, 9271.0, 9298.0, 9291.0, 9280.0, 9294.0, 9249.0, 9268.0, 9302.0, 9231.0, 9287.0, 9257.0, 9262.0, 9301.0, 9250.0, 9293.0, 9269.0, 9257.0, 9270.0, 9248.0, 9261.0, 9268.0, 9307.0, 9254.0, 9275.0, 9292.0, 9321.0, 9253.0, 9283.0, 9304.0, 9245.0, 9271.0, 9254.0, 9310.0, 9277.0, 9323.0, 9284.0, 9262.0, 9315.0, 9268.0, 9286.0, 9301.0, 9280.0, 9335.0, 9288.0, 9342.0, 9303.0, 9276.0, 9319.0, 9271.0, 9290.0, 9312.0, 9263.0, 9319.0, 9286.0, 9290.0, 9319.0, 9282.0, 9337.0, 9287.0, 9346.0, 9319.0, 9290.0, 9320.0, 9257.0, 9287.0, 9312.0, 9260.0, 9300.0, 9279.0, 9271.0, 9301.0, 9278.0, 9283.0, 9320.0, 9343.0, 9263.0, 9308.0, 9317.0, 9289.0, 9300.0, 9266.0, 9322.0, 9266.0, 9327.0, 9332.0, 9290.0, 9300.0, 9265.0, 9324.0, 9303.0, 9270.0, 9313.0, 9257.0, 9285.0, 9282.0, 9326.0, 9330.0, 9264.0, 9320.0, 9262.0, 9293.0, 9287.0, 9329.0, 9338.0, 9281.0, 9325.0, 9296.0, 9299.0, 9297.0, 9301.0, 9323.0, 9301.0, 9362.0, 9351.0, 9284.0, 9315.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.004418828932261767</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03520704833524685</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.796652015643694</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2800831084827586</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0484845444712643</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5032</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5354.062</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14666685970451557</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>105</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.055109070034444</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3525871775488216</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.261291582450244</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.523792212555377</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2726777376408447</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0124903</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01266359630972147</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04527347907423973</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.5972797591326735</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.5107</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.5878</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.6856</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293931.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>987.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.0428</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8495</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>439.4185</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3418.4809</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3550.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82613.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1592.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4310.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>772.1911</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.82980748033151</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> |