=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0090 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0090",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0090_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0090_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0090_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0090_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0090_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0090_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0090_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0090_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0090_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0090/ses-01/func/sub-0090_ses-01_task-social_acq-mb8_run-06_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>21bd07b97595fe3bed588f85b94899e5</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:26:25.565000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99972, 0.0121716, 0.0202886, -0.0129126, 0.999239, 0.0367998]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.104787</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4177, -7732, -7232, 587, 43, -90, -95, -7]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.257</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8039823d-b3c5-479e-9f56-33a644dd47f6||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682175874710083, -0.03464346006512642, 0.05352826789021492, 113.68807220458984], [-0.03265548497438431, 2.6808857917785645, 0.10003899782896042, -93.50882720947266], [0.05443291366100311, -0.09873118251562119, 2.697615146636963, -60.951210021972656], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['212625.565000', '212626.025000', '212626.485000', '212626.945000', '212627.405000', '212627.865000', '212628.325000', '212628.785000', '212629.245000', '212629.705000', '212630.165000', '212630.625000', '212631.085000', '212631.545000', '212632.005000', '212632.465000', '212632.925000', '212633.385000', '212633.845000', '212634.305000', '212634.765000', '212635.225000', '212635.685000', '212636.145000', '212636.605000', '212637.065000', '212637.525000', '212637.985000', '212638.445000', '212638.905000', '212639.365000', '212639.825000', '212640.285000', '212640.745000', '212641.205000', '212641.665000', '212642.125000', '212642.585000', '212643.045000', '212643.505000', '212643.965000', '212644.425000', '212644.885000', '212645.345000', '212645.805000', '212646.265000', '212646.725000', '212647.185000', '212647.645000', '212648.105000', '212648.565000', '212649.025000', '212649.485000', '212649.945000', '212650.405000', '212650.865000', '212651.325000', '212651.785000', '212652.245000', '212652.705000', '212653.165000', '212653.625000', '212654.085000', '212654.545000', '212655.005000', '212655.465000', '212655.925000', '212656.385000', '212656.845000', '212657.305000', '212657.765000', '212658.225000', '212658.685000', '212659.145000', '212659.605000', '212700.065000', '212700.525000', '212700.985000', '212701.445000', '212701.905000', '212702.365000', '212702.825000', '212703.285000', '212703.745000', '212704.205000', '212704.665000', '212705.125000', '212705.585000', '212706.045000', '212706.505000', '212706.965000', '212707.425000', '212707.885000', '212708.345000', '212708.805000', '212709.265000', '212709.725000', '212710.185000', '212710.645000', '212711.105000', '212711.565000', '212712.025000', '212712.485000', '212712.945000', '212713.405000', '212713.865000', '212714.325000', '212714.785000', '212715.245000', '212715.705000', '212716.165000', '212716.625000', '212717.085000', '212717.545000', '212718.005000', '212718.465000', '212718.925000', '212719.385000', '212719.845000', '212720.305000', '212720.765000', '212721.225000', '212721.685000', '212722.145000', '212722.605000', '212723.065000', '212723.525000', '212723.985000', '212724.445000', '212724.905000', '212725.365000', '212725.825000', '212726.285000', '212726.745000', '212727.205000', '212727.665000', '212728.125000', '212728.585000', '212729.045000', '212729.505000', '212729.965000', '212730.425000', '212730.885000', '212731.345000', '212731.805000', '212732.265000', '212732.725000', '212733.185000', '212733.645000', '212734.105000', '212734.565000', '212735.025000', '212735.485000', '212735.945000', '212736.405000', '212736.865000', '212737.325000', '212737.785000', '212738.245000', '212738.705000', '212739.165000', '212739.625000', '212740.085000', '212740.545000', '212741.005000', '212741.465000', '212741.925000', '212742.385000', '212742.845000', '212743.305000', '212743.765000', '212744.225000', '212744.685000', '212745.145000', '212745.605000', '212746.065000', '212746.525000', '212746.985000', '212747.445000', '212747.905000', '212748.365000', '212748.825000', '212749.285000', '212749.745000', '212750.205000', '212750.665000', '212751.125000', '212751.585000', '212752.045000', '212752.505000', '212752.965000', '212753.425000', '212753.885000', '212754.345000', '212754.805000', '212755.265000', '212755.725000', '212756.185000', '212756.645000', '212757.105000', '212757.565000', '212758.025000', '212758.485000', '212758.945000', '212759.405000', '212759.865000', '212800.325000', '212800.785000', '212801.245000', '212801.705000', '212802.165000', '212802.625000', '212803.085000', '212803.545000', '212804.005000', '212804.465000', '212804.925000', '212805.385000', '212805.845000', '212806.305000', '212806.765000', '212807.225000', '212807.685000', '212808.145000', '212808.605000', '212809.065000', '212809.525000', '212809.985000', '212810.445000', '212810.905000', '212811.365000', '212811.825000', '212812.285000', '212812.745000', '212813.205000', '212813.665000', '212814.125000', '212814.585000', '212815.045000', '212815.505000', '212815.965000', '212816.425000', '212816.885000', '212817.345000', '212817.805000', '212818.265000', '212818.725000', '212819.185000', '212819.645000', '212820.105000', '212820.565000', '212821.025000', '212821.485000', '212821.945000', '212822.405000', '212822.865000', '212823.325000', '212823.785000', '212824.245000', '212824.705000', '212825.165000', '212825.625000', '212826.085000', '212826.545000', '212827.005000', '212827.465000', '212827.925000', '212828.385000', '212828.845000', '212829.305000', '212829.765000', '212830.225000', '212830.685000', '212831.145000', '212831.605000', '212832.065000', '212832.525000', '212832.985000', '212833.445000', '212833.905000', '212834.365000', '212834.825000', '212835.285000', '212835.745000', '212836.205000', '212836.665000', '212837.125000', '212837.585000', '212838.045000', '212838.505000', '212838.965000', '212839.425000', '212839.885000', '212840.345000', '212840.805000', '212841.265000', '212841.725000', '212842.185000', '212842.645000', '212843.105000', '212843.565000', '212844.025000', '212844.485000', '212844.945000', '212845.405000', '212845.865000', '212846.325000', '212846.785000', '212847.245000', '212847.705000', '212848.165000', '212848.625000', '212849.085000', '212849.545000', '212850.005000', '212850.465000', '212850.925000', '212851.385000', '212851.845000', '212852.305000', '212852.765000', '212853.225000', '212853.685000', '212854.145000', '212854.605000', '212855.065000', '212855.525000', '212855.985000', '212856.445000', '212856.905000', '212857.365000', '212857.825000', '212858.285000', '212858.745000', '212859.205000', '212859.665000', '212900.125000', '212900.585000', '212901.045000', '212901.505000', '212901.965000', '212902.425000', '212902.885000', '212903.345000', '212903.805000', '212904.265000', '212904.725000', '212905.185000', '212905.645000', '212906.105000', '212906.565000', '212907.025000', '212907.485000', '212907.945000', '212908.405000', '212908.865000', '212909.325000', '212909.785000', '212910.245000', '212910.705000', '212911.165000', '212911.625000', '212912.085000', '212912.545000', '212913.005000', '212913.465000', '212913.925000', '212914.385000', '212914.845000', '212915.305000', '212915.765000', '212916.225000', '212916.685000', '212917.145000', '212917.605000', '212918.065000', '212918.525000', '212918.985000', '212919.445000', '212919.905000', '212920.365000', '212920.825000', '212921.285000', '212921.745000', '212922.205000', '212922.665000', '212923.125000', '212923.585000', '212924.045000', '212924.505000', '212924.965000', '212925.425000', '212925.885000', '212926.345000', '212926.805000', '212927.265000', '212927.725000', '212928.185000', '212928.645000', '212929.105000', '212929.565000', '212930.025000', '212930.485000', '212930.945000', '212931.405000', '212931.865000', '212932.325000', '212932.785000', '212933.245000', '212933.705000', '212934.165000', '212934.625000', '212935.085000', '212935.545000', '212936.005000', '212936.465000', '212936.925000', '212937.385000', '212937.845000', '212938.305000', '212938.765000', '212939.225000', '212939.685000', '212940.145000', '212940.605000', '212941.065000', '212941.525000', '212941.985000', '212942.445000', '212942.905000', '212943.365000', '212943.825000', '212944.285000', '212944.745000', '212945.205000', '212945.665000', '212946.125000', '212946.585000', '212947.045000', '212947.505000', '212947.965000', '212948.425000', '212948.885000', '212949.345000', '212949.805000', '212950.265000', '212950.725000', '212951.185000', '212951.645000', '212952.105000', '212952.565000', '212953.025000', '212953.485000', '212953.945000', '212954.405000', '212954.865000', '212955.325000', '212955.785000', '212956.245000', '212956.705000', '212957.165000', '212957.625000', '212958.085000', '212958.545000', '212959.005000', '212959.465000', '212959.925000', '213000.385000', '213000.845000', '213001.305000', '213001.765000', '213002.225000', '213002.685000', '213003.145000', '213003.605000', '213004.065000', '213004.525000', '213004.985000', '213005.445000', '213005.905000', '213006.365000', '213006.825000', '213007.285000', '213007.745000', '213008.205000', '213008.665000', '213009.125000', '213009.585000', '213010.045000', '213010.505000', '213010.965000', '213011.425000', '213011.885000', '213012.345000', '213012.805000', '213013.265000', '213013.725000', '213014.185000', '213014.645000', '213015.105000', '213015.565000', '213016.025000', '213016.485000', '213016.945000', '213017.405000', '213017.865000', '213018.325000', '213018.785000', '213019.245000', '213019.705000', '213020.165000', '213020.625000', '213021.085000', '213021.545000', '213022.005000', '213022.465000', '213022.925000', '213023.385000', '213023.845000', '213024.305000', '213024.765000', '213025.225000', '213025.685000', '213026.145000', '213026.605000', '213027.065000', '213027.525000', '213027.985000', '213028.445000', '213028.905000', '213029.365000', '213029.825000', '213030.285000', '213030.745000', '213031.205000', '213031.665000', '213032.125000', '213032.585000', '213033.045000', '213033.505000', '213033.965000', '213034.425000', '213034.885000', '213035.345000', '213035.805000', '213036.265000', '213036.725000', '213037.185000', '213037.645000', '213038.105000', '213038.565000', '213039.025000', '213039.485000', '213039.945000', '213040.405000', '213040.865000', '213041.325000', '213041.785000', '213042.245000', '213042.705000', '213043.165000', '213043.625000', '213044.085000', '213044.545000', '213045.005000', '213045.465000', '213045.925000', '213046.385000', '213046.845000', '213047.305000', '213047.765000', '213048.225000', '213048.685000', '213049.145000', '213049.605000', '213050.065000', '213050.525000', '213050.985000', '213051.445000', '213051.905000', '213052.365000', '213052.825000', '213053.285000', '213053.745000', '213054.205000', '213054.665000', '213055.125000', '213055.585000', '213056.045000', '213056.505000', '213056.965000', '213057.425000', '213057.885000', '213058.345000', '213058.805000', '213059.265000', '213059.725000', '213100.185000', '213100.645000', '213101.105000', '213101.565000', '213102.025000', '213102.485000', '213102.945000', '213103.405000', '213103.865000', '213104.325000', '213104.785000', '213105.245000', '213105.705000', '213106.165000', '213106.625000', '213107.085000', '213107.545000', '213108.005000', '213108.465000', '213108.925000', '213109.385000', '213109.845000', '213110.305000', '213110.765000', '213111.225000', '213111.685000', '213112.145000', '213112.605000', '213113.065000', '213113.525000', '213113.985000', '213114.445000', '213114.905000', '213115.365000', '213115.825000', '213116.285000', '213116.745000', '213117.205000', '213117.665000', '213118.125000', '213118.585000', '213119.045000', '213119.505000', '213119.965000', '213120.425000', '213120.885000', '213121.345000', '213121.805000', '213122.265000', '213122.725000', '213123.185000', '213123.645000', '213124.105000', '213124.565000', '213125.025000', '213125.485000', '213125.945000', '213126.405000', '213126.865000', '213127.325000', '213127.785000', '213128.245000', '213128.705000', '213129.165000', '213129.625000', '213130.085000', '213130.545000', '213131.005000', '213131.465000', '213131.925000', '213132.385000', '213132.845000', '213133.305000', '213133.765000', '213134.225000', '213134.685000', '213135.145000', '213135.605000', '213136.065000', '213136.525000', '213136.985000', '213137.445000', '213137.905000', '213138.365000', '213138.825000', '213139.285000', '213139.745000', '213140.205000', '213140.665000', '213141.125000', '213141.585000', '213142.045000', '213142.505000', '213142.965000', '213143.425000', '213143.885000', '213144.345000', '213144.805000', '213145.265000', '213145.725000', '213146.185000', '213146.645000', '213147.105000', '213147.565000', '213148.025000', '213148.485000', '213148.945000', '213149.405000', '213149.865000', '213150.325000', '213150.785000', '213151.245000', '213151.705000', '213152.165000', '213152.625000', '213153.085000', '213153.545000', '213154.005000', '213154.465000', '213154.925000', '213155.385000', '213155.845000', '213156.305000', '213156.765000', '213157.225000', '213157.685000', '213158.145000', '213158.605000', '213159.065000', '213159.525000', '213159.985000', '213200.445000', '213200.905000', '213201.365000', '213201.825000', '213202.285000', '213202.745000', '213203.205000', '213203.665000', '213204.125000', '213204.585000', '213205.045000', '213205.505000', '213205.965000', '213206.425000', '213206.885000', '213207.345000', '213207.805000', '213208.265000', '213208.725000', '213209.185000', '213209.645000', '213210.105000', '213210.565000', '213211.025000', '213211.485000', '213211.945000', '213212.405000', '213212.865000', '213213.325000', '213213.785000', '213214.245000', '213214.705000', '213215.165000', '213215.625000', '213216.085000', '213216.545000', '213217.005000', '213217.465000', '213217.925000', '213218.385000', '213218.845000', '213219.305000', '213219.765000', '213220.225000', '213220.685000', '213221.145000', '213221.605000', '213222.065000', '213222.525000', '213222.985000', '213223.445000', '213223.905000', '213224.365000', '213224.825000', '213225.285000', '213225.745000', '213226.205000', '213226.665000', '213227.125000', '213227.585000', '213228.045000', '213228.505000', '213228.965000', '213229.425000', '213229.885000', '213230.345000', '213230.805000', '213231.265000', '213231.725000', '213232.185000', '213232.645000', '213233.105000', '213233.565000', '213234.025000', '213234.485000', '213234.945000', '213235.405000', '213235.865000', '213236.325000', '213236.785000', '213237.245000', '213237.705000', '213238.165000', '213238.625000', '213239.085000', '213239.545000', '213240.005000', '213240.465000', '213240.925000', '213241.385000', '213241.845000', '213242.305000', '213242.765000', '213243.225000', '213243.685000', '213244.145000', '213244.605000', '213245.065000', '213245.525000', '213245.985000', '213246.445000', '213246.905000', '213247.365000', '213247.825000', '213248.285000', '213248.745000', '213249.205000', '213249.665000', '213250.125000', '213250.585000', '213251.045000', '213251.505000', '213251.965000', '213252.425000', '213252.885000', '213253.345000', '213253.805000', '213254.265000', '213254.725000', '213255.185000', '213255.645000', '213256.105000', '213256.565000', '213257.025000', '213257.485000', '213257.945000', '213258.405000', '213258.865000', '213259.325000', '213259.785000', '213300.245000', '213300.705000', '213301.165000', '213301.625000', '213302.085000', '213302.545000', '213303.005000', '213303.465000', '213303.925000', '213304.385000', '213304.845000', '213305.305000', '213305.765000', '213306.225000'], 'ContentTime': ['212634.639000', '212634.666000', '212634.669000', '212634.671000', '212634.674000', '212634.676000', '212634.679000', '212634.681000', '212634.684000', '212634.687000', '212634.689000', '212634.692000', '212634.695000', '212634.700000', '212634.702000', '212634.705000', '212634.707000', '212654.603000', '212654.605000', '212654.608000', '212654.611000', '212654.613000', '212654.616000', '212654.618000', '212654.621000', '212654.623000', '212654.626000', '212654.629000', '212654.631000', '212654.634000', '212654.637000', '212654.639000', '212654.642000', '212654.644000', '212654.647000', '212654.650000', '212654.652000', '212654.655000', '212654.657000', '212654.660000', '212654.663000', '212654.679000', '212654.681000', '212654.684000', '212654.687000', '212654.689000', '212654.700000', '212654.703000', '212654.705000', '212654.708000', '212654.711000', '212654.713000', '212654.716000', '212654.718000', '212654.721000', '212654.724000', '212654.726000', '212654.729000', '212654.731000', '212654.734000', '212654.737000', '212714.602000', '212714.605000', '212714.608000', '212714.610000', '212714.613000', '212714.616000', '212714.618000', '212714.621000', '212714.623000', '212714.626000', '212714.628000', '212714.631000', '212714.634000', '212714.636000', '212714.639000', '212714.642000', '212714.652000', '212714.654000', '212714.657000', '212714.660000', '212714.662000', '212714.665000', '212714.668000', '212714.671000', '212714.673000', '212714.676000', '212714.679000', '212714.681000', '212714.684000', '212714.687000', '212714.689000', '212714.692000', '212714.694000', '212714.697000', '212714.700000', '212714.702000', '212714.705000', '212714.708000', '212714.710000', '212714.713000', '212714.715000', '212714.718000', '212714.721000', '212734.603000', '212734.605000', '212734.608000', '212734.611000', '212734.613000', '212734.616000', '212734.619000', '212734.621000', '212734.625000', '212734.628000', '212734.630000', '212734.633000', '212734.636000', '212734.638000', '212734.641000', '212734.644000', '212734.646000', '212734.649000', '212734.651000', '212734.654000', '212734.657000', '212734.659000', '212734.662000', '212734.665000', '212734.667000', '212734.670000', '212734.673000', '212734.675000', '212734.678000', '212734.681000', '212734.683000', '212734.686000', '212734.689000', '212734.691000', '212734.694000', '212734.697000', '212734.699000', '212734.702000', '212734.704000', '212734.707000', '212734.710000', '212734.712000', '212734.715000', '212734.718000', '212754.603000', '212754.607000', '212754.609000', '212754.612000', '212754.614000', '212754.617000', '212754.620000', '212754.622000', '212754.625000', '212754.628000', '212754.630000', '212754.633000', '212754.636000', '212754.638000', '212754.641000', '212754.644000', '212754.646000', '212754.649000', '212754.652000', '212754.654000', '212754.657000', '212754.660000', '212754.662000', '212754.665000', '212754.667000', '212754.670000', '212754.673000', '212754.675000', '212754.678000', '212754.681000', '212754.684000', '212754.686000', '212754.689000', '212754.691000', '212754.694000', '212754.697000', '212754.699000', '212754.702000', '212754.705000', '212754.707000', '212754.710000', '212754.713000', '212754.715000', '212814.603000', '212814.606000', '212814.609000', '212814.612000', '212814.614000', '212814.617000', '212814.626000', '212814.629000', '212814.632000', '212814.634000', '212814.637000', '212814.639000', '212814.642000', '212814.645000', '212814.648000', '212814.650000', '212814.653000', '212814.655000', '212814.658000', '212814.661000', '212814.663000', '212814.666000', '212814.669000', '212814.671000', '212814.674000', '212814.677000', '212814.679000', '212814.682000', '212814.685000', '212814.688000', '212814.690000', '212814.693000', '212814.696000', '212814.698000', '212814.701000', '212814.704000', '212814.706000', '212814.709000', '212814.712000', '212814.714000', '212814.717000', '212814.720000', '212814.722000', '212834.603000', '212834.606000', '212834.609000', '212834.611000', '212834.614000', '212834.617000', '212834.620000', '212834.622000', '212834.625000', '212834.628000', '212834.630000', '212834.633000', '212834.636000', '212834.639000', '212834.641000', '212834.644000', '212834.647000', '212834.649000', '212834.652000', '212834.654000', '212834.665000', '212834.668000', '212834.671000', '212834.673000', '212834.676000', '212834.679000', '212834.681000', '212834.684000', '212834.687000', '212834.689000', '212834.692000', '212834.695000', '212834.697000', '212834.700000', '212834.702000', '212834.705000', '212834.708000', '212834.710000', '212834.713000', '212834.716000', '212834.718000', '212834.721000', '212834.724000', '212834.726000', '212854.604000', '212854.606000', '212854.609000', '212854.612000', '212854.614000', '212854.617000', '212854.620000', '212854.623000', '212854.626000', '212854.628000', '212854.631000', '212854.634000', '212854.636000', '212854.639000', '212854.642000', '212854.644000', '212854.647000', '212854.650000', '212854.652000', '212854.655000', '212854.658000', '212854.660000', '212854.663000', '212854.667000', '212854.670000', '212854.672000', '212854.675000', '212854.677000', '212854.680000', '212854.683000', '212854.686000', '212854.689000', '212854.691000', '212854.694000', '212854.697000', '212854.699000', '212854.702000', '212854.705000', '212854.707000', '212854.710000', '212854.713000', '212854.715000', '212854.718000', '212914.602000', '212914.605000', '212914.608000', '212914.611000', '212914.614000', '212914.616000', '212914.619000', '212914.622000', '212914.624000', '212914.627000', '212914.630000', '212914.633000', '212914.636000', '212914.638000', '212914.641000', '212914.644000', '212914.646000', '212914.649000', '212914.651000', '212914.654000', '212914.657000', '212914.665000', '212914.668000', '212914.670000', '212914.673000', '212914.676000', '212914.678000', '212914.681000', '212914.684000', '212914.686000', '212914.689000', '212914.692000', '212914.694000', '212914.697000', '212914.700000', '212914.702000', '212914.705000', '212914.708000', '212914.710000', '212914.713000', '212914.716000', '212914.718000', '212914.721000', '212914.724000', '212934.602000', '212934.606000', '212934.608000', '212934.611000', '212934.614000', '212934.617000', '212934.619000', '212934.622000', '212934.625000', '212934.628000', '212934.631000', '212934.633000', '212934.636000', '212934.639000', '212934.641000', '212934.644000', '212934.647000', '212934.649000', '212934.652000', '212934.655000', '212934.658000', '212934.660000', '212934.663000', '212934.666000', '212934.668000', '212934.671000', '212934.674000', '212934.676000', '212934.679000', '212934.688000', '212934.690000', '212934.693000', '212934.696000', '212934.698000', '212934.701000', '212934.704000', '212934.706000', '212934.709000', '212934.712000', '212934.714000', '212934.717000', '212934.719000', '212934.722000', '212954.602000', '212954.605000', '212954.609000', '212954.611000', '212954.614000', '212954.616000', '212954.619000', '212954.622000', '212954.624000', '212954.627000', '212954.630000', '212954.632000', '212954.635000', '212954.637000', '212954.640000', '212954.643000', '212954.645000', '212954.648000', '212954.651000', '212954.653000', '212954.656000', '212954.659000', '212954.661000', '212954.664000', '212954.667000', '212954.669000', '212954.672000', '212954.675000', '212954.677000', '212954.680000', '212954.683000', '212954.685000', '212954.688000', '212954.691000', '212954.693000', '212954.696000', '212954.699000', '212954.701000', '212954.704000', '212954.706000', '212954.709000', '212954.711000', '212954.714000', '212954.717000', '213014.603000', '213014.617000', '213014.620000', '213014.622000', '213014.625000', '213014.628000', '213014.630000', '213014.633000', '213014.636000', '213014.638000', '213014.641000', '213014.643000', '213014.646000', '213014.649000', '213014.651000', '213014.654000', '213014.657000', '213014.660000', '213014.662000', '213014.665000', '213014.668000', '213014.670000', '213014.673000', '213014.676000', '213014.678000', '213014.681000', '213014.684000', '213014.686000', '213014.689000', '213014.692000', '213014.694000', '213014.697000', '213014.700000', '213014.702000', '213014.706000', '213014.709000', '213014.711000', '213014.714000', '213014.717000', '213014.719000', '213014.722000', '213014.725000', '213014.727000', '213034.603000', '213034.606000', '213034.609000', '213034.612000', '213034.614000', '213034.617000', '213034.620000', '213034.622000', '213034.625000', '213034.628000', '213034.630000', '213034.633000', '213034.636000', '213034.638000', '213034.641000', '213034.644000', '213034.646000', '213034.649000', '213034.652000', '213034.654000', '213034.657000', '213034.660000', '213034.662000', '213034.665000', '213034.668000', '213034.670000', '213034.673000', '213034.676000', '213034.678000', '213034.681000', '213034.684000', '213034.686000', '213034.689000', '213034.692000', '213034.694000', '213034.697000', '213034.699000', '213034.702000', '213034.705000', '213034.708000', '213034.710000', '213034.713000', '213034.716000', '213034.718000', '213054.604000', '213054.607000', '213054.609000', '213054.612000', '213054.614000', '213054.617000', '213054.620000', '213054.622000', '213054.625000', '213054.628000', '213054.630000', '213054.633000', '213054.636000', '213054.639000', '213054.641000', '213054.644000', '213054.646000', '213054.649000', '213054.652000', '213054.654000', '213054.657000', '213054.660000', '213054.663000', '213054.665000', '213054.668000', '213054.671000', '213054.673000', '213054.676000', '213054.679000', '213054.681000', '213054.684000', '213054.687000', '213054.689000', '213054.692000', '213054.694000', '213054.697000', '213054.700000', '213054.703000', '213054.705000', '213054.708000', '213054.710000', '213054.713000', '213054.716000', '213114.603000', '213114.606000', '213114.610000', '213114.612000', '213114.615000', '213114.618000', '213114.620000', '213114.623000', '213114.626000', '213114.628000', '213114.631000', '213114.634000', '213114.636000', '213114.639000', '213114.642000', '213114.644000', '213114.647000', '213114.650000', '213114.652000', '213114.655000', '213114.657000', '213114.660000', '213114.663000', '213114.665000', '213114.668000', '213114.671000', '213114.673000', '213114.676000', '213114.679000', '213114.681000', '213114.684000', '213114.687000', '213114.689000', '213114.692000', '213114.695000', '213114.697000', '213114.700000', '213114.702000', '213114.705000', '213114.708000', '213114.710000', '213114.713000', '213114.716000', '213114.719000', '213134.602000', '213134.605000', '213134.608000', '213134.611000', '213134.614000', '213134.616000', '213134.619000', '213134.621000', '213134.624000', '213134.627000', '213134.630000', '213134.632000', '213134.635000', '213134.638000', '213134.640000', '213134.643000', '213134.646000', '213134.648000', '213134.651000', '213134.654000', '213134.656000', '213134.659000', '213134.662000', '213134.664000', '213134.667000', '213134.670000', '213134.683000', '213134.686000', '213134.689000', '213134.691000', '213134.696000', '213134.698000', '213134.701000', '213134.704000', '213134.706000', '213134.709000', '213134.712000', '213134.715000', '213134.717000', '213134.720000', '213134.723000', '213134.725000', '213134.728000', '213154.602000', '213154.605000', '213154.608000', '213154.611000', '213154.613000', '213154.616000', '213154.619000', '213154.621000', '213154.624000', '213154.627000', '213154.629000', '213154.632000', '213154.635000', '213154.641000', '213154.644000', '213154.647000', '213154.649000', '213154.652000', '213154.655000', '213154.657000', '213154.660000', '213154.663000', '213154.665000', '213154.668000', '213154.671000', '213154.673000', '213154.676000', '213154.679000', '213154.681000', '213154.684000', '213154.687000', '213154.689000', '213154.692000', '213154.694000', '213154.697000', '213154.700000', '213154.702000', '213154.710000', '213154.713000', '213154.716000', '213154.718000', '213154.721000', '213154.724000', '213214.603000', '213214.605000', '213214.608000', '213214.611000', '213214.614000', '213214.616000', '213214.619000', '213214.621000', '213214.624000', '213214.627000', '213214.629000', '213214.632000', '213214.635000', '213214.637000', '213214.640000', '213214.643000', '213214.645000', '213214.648000', '213214.651000', '213214.653000', '213214.656000', '213214.659000', '213214.661000', '213214.664000', '213214.667000', '213214.671000', '213214.674000', '213214.676000', '213214.679000', '213214.682000', '213214.684000', '213214.687000', '213214.690000', '213214.692000', '213214.695000', '213214.698000', '213214.700000', '213214.703000', '213214.706000', '213214.708000', '213214.711000', '213214.714000', '213214.716000', '213214.719000', '213234.604000', '213234.606000', '213234.609000', '213234.612000', '213234.615000', '213234.617000', '213234.620000', '213234.622000', '213234.625000', '213234.628000', '213234.631000', '213234.642000', '213234.645000', '213234.648000', '213234.651000', '213234.653000', '213234.656000', '213234.659000', '213234.661000', '213234.664000', '213234.667000', '213234.669000', '213234.672000', '213234.674000', '213234.677000', '213234.680000', '213234.683000', '213234.685000', '213234.688000', '213234.690000', '213234.693000', '213234.696000', '213234.699000', '213234.701000', '213234.704000', '213234.706000', '213234.709000', '213234.712000', '213234.714000', '213234.717000', '213234.720000', '213234.722000', '213234.725000', '213234.728000', '213254.603000', '213254.606000', '213254.610000', '213254.612000', '213254.615000', '213254.617000', '213254.621000', '213254.623000', '213254.626000', '213254.628000', '213254.632000', '213254.634000', '213254.637000', '213254.639000', '213254.642000', '213254.645000', '213254.647000', '213254.650000', '213254.653000', '213254.655000', '213254.658000', '213254.660000', '213254.663000', '213254.666000', '213254.668000', '213254.671000', '213254.674000', '213254.676000', '213254.679000', '213254.681000', '213254.684000', '213254.687000', '213254.689000', '213254.692000', '213254.695000', '213254.698000', '213254.700000', '213254.712000', '213254.715000', '213254.718000', '213254.720000', '213254.723000', '213254.726000', '213307.592000', '213307.595000', '213307.598000', '213307.601000', '213307.604000', '213307.607000', '213307.609000', '213307.612000', '213307.615000', '213307.617000', '213307.620000', '213307.623000', '213307.625000', '213307.628000', '213307.631000', '213307.633000', '213307.636000', '213307.638000', '213307.641000', '213307.644000', '213307.646000', '213307.649000', '213307.652000', '213307.654000', '213307.657000', '213307.660000', '213307.662000', '213307.665000', '213307.668000'], 'InstanceCreationTime': ['212634.639000', '212634.666000', '212634.669000', '212634.671000', '212634.674000', '212634.676000', '212634.679000', '212634.681000', '212634.684000', '212634.687000', '212634.689000', '212634.692000', '212634.695000', '212634.700000', '212634.702000', '212634.705000', '212634.707000', '212654.603000', '212654.605000', '212654.608000', '212654.611000', '212654.613000', '212654.616000', '212654.618000', '212654.621000', '212654.623000', '212654.626000', '212654.629000', '212654.631000', '212654.634000', '212654.637000', '212654.639000', '212654.642000', '212654.644000', '212654.647000', '212654.650000', '212654.652000', '212654.655000', '212654.657000', '212654.660000', '212654.663000', '212654.679000', '212654.681000', '212654.684000', '212654.687000', '212654.689000', '212654.700000', '212654.703000', '212654.705000', '212654.708000', '212654.711000', '212654.713000', '212654.716000', '212654.718000', '212654.721000', '212654.724000', '212654.726000', '212654.729000', '212654.731000', '212654.734000', '212654.737000', '212714.602000', '212714.605000', '212714.608000', '212714.610000', '212714.613000', '212714.616000', '212714.618000', '212714.621000', '212714.623000', '212714.626000', '212714.628000', '212714.631000', '212714.634000', '212714.636000', '212714.639000', '212714.642000', '212714.652000', '212714.654000', '212714.657000', '212714.660000', '212714.662000', '212714.665000', '212714.668000', '212714.671000', '212714.673000', '212714.676000', '212714.679000', '212714.681000', '212714.684000', '212714.687000', '212714.689000', '212714.692000', '212714.694000', '212714.697000', '212714.700000', '212714.702000', '212714.705000', '212714.708000', '212714.710000', '212714.713000', '212714.715000', '212714.718000', '212714.721000', '212734.603000', '212734.605000', '212734.608000', '212734.611000', '212734.613000', '212734.616000', '212734.619000', '212734.621000', '212734.625000', '212734.628000', '212734.630000', '212734.633000', '212734.636000', '212734.638000', '212734.641000', '212734.644000', '212734.646000', '212734.649000', '212734.651000', '212734.654000', '212734.657000', '212734.659000', '212734.662000', '212734.665000', '212734.667000', '212734.670000', '212734.673000', '212734.675000', '212734.678000', '212734.681000', '212734.683000', '212734.686000', '212734.689000', '212734.691000', '212734.694000', '212734.697000', '212734.699000', '212734.702000', '212734.704000', '212734.707000', '212734.710000', '212734.712000', '212734.715000', '212734.718000', '212754.603000', '212754.607000', '212754.609000', '212754.612000', '212754.614000', '212754.617000', '212754.620000', '212754.622000', '212754.625000', '212754.628000', '212754.630000', '212754.633000', '212754.636000', '212754.638000', '212754.641000', '212754.644000', '212754.646000', '212754.649000', '212754.652000', '212754.654000', '212754.657000', '212754.660000', '212754.662000', '212754.665000', '212754.667000', '212754.670000', '212754.673000', '212754.675000', '212754.678000', '212754.681000', '212754.684000', '212754.686000', '212754.689000', '212754.691000', '212754.694000', '212754.697000', '212754.699000', '212754.702000', '212754.705000', '212754.707000', '212754.710000', '212754.713000', '212754.715000', '212814.603000', '212814.606000', '212814.609000', '212814.612000', '212814.614000', '212814.617000', '212814.626000', '212814.629000', '212814.632000', '212814.634000', '212814.637000', '212814.639000', '212814.642000', '212814.645000', '212814.648000', '212814.650000', '212814.653000', '212814.655000', '212814.658000', '212814.661000', '212814.663000', '212814.666000', '212814.669000', '212814.671000', '212814.674000', '212814.677000', '212814.679000', '212814.682000', '212814.685000', '212814.688000', '212814.690000', '212814.693000', '212814.696000', '212814.698000', '212814.701000', '212814.704000', '212814.706000', '212814.709000', '212814.712000', '212814.714000', '212814.717000', '212814.720000', '212814.722000', '212834.603000', '212834.606000', '212834.609000', '212834.611000', '212834.614000', '212834.617000', '212834.620000', '212834.622000', '212834.625000', '212834.628000', '212834.630000', '212834.633000', '212834.636000', '212834.639000', '212834.641000', '212834.644000', '212834.647000', '212834.649000', '212834.652000', '212834.654000', '212834.665000', '212834.668000', '212834.671000', '212834.673000', '212834.676000', '212834.679000', '212834.681000', '212834.684000', '212834.687000', '212834.689000', '212834.692000', '212834.695000', '212834.697000', '212834.700000', '212834.702000', '212834.705000', '212834.708000', '212834.710000', '212834.713000', '212834.716000', '212834.718000', '212834.721000', '212834.724000', '212834.726000', '212854.604000', '212854.606000', '212854.609000', '212854.612000', '212854.614000', '212854.617000', '212854.620000', '212854.623000', '212854.626000', '212854.628000', '212854.631000', '212854.634000', '212854.636000', '212854.639000', '212854.642000', '212854.644000', '212854.647000', '212854.650000', '212854.652000', '212854.655000', '212854.658000', '212854.660000', '212854.663000', '212854.667000', '212854.670000', '212854.672000', '212854.675000', '212854.677000', '212854.680000', '212854.683000', '212854.686000', '212854.689000', '212854.691000', '212854.694000', '212854.697000', '212854.699000', '212854.702000', '212854.705000', '212854.707000', '212854.710000', '212854.713000', '212854.715000', '212854.718000', '212914.602000', '212914.605000', '212914.608000', '212914.611000', '212914.614000', '212914.616000', '212914.619000', '212914.622000', '212914.624000', '212914.627000', '212914.630000', '212914.633000', '212914.636000', '212914.638000', '212914.641000', '212914.644000', '212914.646000', '212914.649000', '212914.651000', '212914.654000', '212914.657000', '212914.665000', '212914.668000', '212914.670000', '212914.673000', '212914.676000', '212914.678000', '212914.681000', '212914.684000', '212914.686000', '212914.689000', '212914.692000', '212914.694000', '212914.697000', '212914.700000', '212914.702000', '212914.705000', '212914.708000', '212914.710000', '212914.713000', '212914.716000', '212914.718000', '212914.721000', '212914.724000', '212934.602000', '212934.606000', '212934.608000', '212934.611000', '212934.614000', '212934.617000', '212934.619000', '212934.622000', '212934.625000', '212934.628000', '212934.631000', '212934.633000', '212934.636000', '212934.639000', '212934.641000', '212934.644000', '212934.647000', '212934.649000', '212934.652000', '212934.655000', '212934.658000', '212934.660000', '212934.663000', '212934.666000', '212934.668000', '212934.671000', '212934.674000', '212934.676000', '212934.679000', '212934.688000', '212934.690000', '212934.693000', '212934.696000', '212934.698000', '212934.701000', '212934.704000', '212934.706000', '212934.709000', '212934.712000', '212934.714000', '212934.717000', '212934.719000', '212934.722000', '212954.602000', '212954.605000', '212954.609000', '212954.611000', '212954.614000', '212954.616000', '212954.619000', '212954.622000', '212954.624000', '212954.627000', '212954.630000', '212954.632000', '212954.635000', '212954.637000', '212954.640000', '212954.643000', '212954.645000', '212954.648000', '212954.651000', '212954.653000', '212954.656000', '212954.659000', '212954.661000', '212954.664000', '212954.667000', '212954.669000', '212954.672000', '212954.675000', '212954.677000', '212954.680000', '212954.683000', '212954.685000', '212954.688000', '212954.691000', '212954.693000', '212954.696000', '212954.699000', '212954.701000', '212954.704000', '212954.706000', '212954.709000', '212954.711000', '212954.714000', '212954.717000', '213014.603000', '213014.617000', '213014.620000', '213014.622000', '213014.625000', '213014.628000', '213014.630000', '213014.633000', '213014.636000', '213014.638000', '213014.641000', '213014.643000', '213014.646000', '213014.649000', '213014.651000', '213014.654000', '213014.657000', '213014.660000', '213014.662000', '213014.665000', '213014.668000', '213014.670000', '213014.673000', '213014.676000', '213014.678000', '213014.681000', '213014.684000', '213014.686000', '213014.689000', '213014.692000', '213014.694000', '213014.697000', '213014.700000', '213014.702000', '213014.706000', '213014.709000', '213014.711000', '213014.714000', '213014.717000', '213014.719000', '213014.722000', '213014.725000', '213014.727000', '213034.603000', '213034.606000', '213034.609000', '213034.612000', '213034.614000', '213034.617000', '213034.620000', '213034.622000', '213034.625000', '213034.628000', '213034.630000', '213034.633000', '213034.636000', '213034.638000', '213034.641000', '213034.644000', '213034.646000', '213034.649000', '213034.652000', '213034.654000', '213034.657000', '213034.660000', '213034.662000', '213034.665000', '213034.668000', '213034.670000', '213034.673000', '213034.676000', '213034.678000', '213034.681000', '213034.684000', '213034.686000', '213034.689000', '213034.692000', '213034.694000', '213034.697000', '213034.699000', '213034.702000', '213034.705000', '213034.708000', '213034.710000', '213034.713000', '213034.716000', '213034.718000', '213054.604000', '213054.607000', '213054.609000', '213054.612000', '213054.614000', '213054.617000', '213054.620000', '213054.622000', '213054.625000', '213054.628000', '213054.630000', '213054.633000', '213054.636000', '213054.639000', '213054.641000', '213054.644000', '213054.646000', '213054.649000', '213054.652000', '213054.654000', '213054.657000', '213054.660000', '213054.663000', '213054.665000', '213054.668000', '213054.671000', '213054.673000', '213054.676000', '213054.679000', '213054.681000', '213054.684000', '213054.687000', '213054.689000', '213054.692000', '213054.694000', '213054.697000', '213054.700000', '213054.703000', '213054.705000', '213054.708000', '213054.710000', '213054.713000', '213054.716000', '213114.603000', '213114.606000', '213114.610000', '213114.612000', '213114.615000', '213114.618000', '213114.620000', '213114.623000', '213114.626000', '213114.628000', '213114.631000', '213114.634000', '213114.636000', '213114.639000', '213114.642000', '213114.644000', '213114.647000', '213114.650000', '213114.652000', '213114.655000', '213114.657000', '213114.660000', '213114.663000', '213114.665000', '213114.668000', '213114.671000', '213114.673000', '213114.676000', '213114.679000', '213114.681000', '213114.684000', '213114.687000', '213114.689000', '213114.692000', '213114.695000', '213114.697000', '213114.700000', '213114.702000', '213114.705000', '213114.708000', '213114.710000', '213114.713000', '213114.716000', '213114.719000', '213134.602000', '213134.605000', '213134.608000', '213134.611000', '213134.614000', '213134.616000', '213134.619000', '213134.621000', '213134.624000', '213134.627000', '213134.630000', '213134.632000', '213134.635000', '213134.638000', '213134.640000', '213134.643000', '213134.646000', '213134.648000', '213134.651000', '213134.654000', '213134.656000', '213134.659000', '213134.662000', '213134.664000', '213134.667000', '213134.670000', '213134.683000', '213134.686000', '213134.689000', '213134.691000', '213134.696000', '213134.698000', '213134.701000', '213134.704000', '213134.706000', '213134.709000', '213134.712000', '213134.715000', '213134.717000', '213134.720000', '213134.723000', '213134.725000', '213134.728000', '213154.602000', '213154.605000', '213154.608000', '213154.611000', '213154.613000', '213154.616000', '213154.619000', '213154.621000', '213154.624000', '213154.627000', '213154.629000', '213154.632000', '213154.635000', '213154.641000', '213154.644000', '213154.647000', '213154.649000', '213154.652000', '213154.655000', '213154.657000', '213154.660000', '213154.663000', '213154.665000', '213154.668000', '213154.671000', '213154.673000', '213154.676000', '213154.679000', '213154.681000', '213154.684000', '213154.687000', '213154.689000', '213154.692000', '213154.694000', '213154.697000', '213154.700000', '213154.702000', '213154.710000', '213154.713000', '213154.716000', '213154.718000', '213154.721000', '213154.724000', '213214.603000', '213214.605000', '213214.608000', '213214.611000', '213214.614000', '213214.616000', '213214.619000', '213214.621000', '213214.624000', '213214.627000', '213214.629000', '213214.632000', '213214.635000', '213214.637000', '213214.640000', '213214.643000', '213214.645000', '213214.648000', '213214.651000', '213214.653000', '213214.656000', '213214.659000', '213214.661000', '213214.664000', '213214.667000', '213214.671000', '213214.674000', '213214.676000', '213214.679000', '213214.682000', '213214.684000', '213214.687000', '213214.690000', '213214.692000', '213214.695000', '213214.698000', '213214.700000', '213214.703000', '213214.706000', '213214.708000', '213214.711000', '213214.714000', '213214.716000', '213214.719000', '213234.604000', '213234.606000', '213234.609000', '213234.612000', '213234.615000', '213234.617000', '213234.620000', '213234.622000', '213234.625000', '213234.628000', '213234.631000', '213234.642000', '213234.645000', '213234.648000', '213234.651000', '213234.653000', '213234.656000', '213234.659000', '213234.661000', '213234.664000', '213234.667000', '213234.669000', '213234.672000', '213234.674000', '213234.677000', '213234.680000', '213234.683000', '213234.685000', '213234.688000', '213234.690000', '213234.693000', '213234.696000', '213234.699000', '213234.701000', '213234.704000', '213234.706000', '213234.709000', '213234.712000', '213234.714000', '213234.717000', '213234.720000', '213234.722000', '213234.725000', '213234.728000', '213254.603000', '213254.606000', '213254.610000', '213254.612000', '213254.615000', '213254.617000', '213254.621000', '213254.623000', '213254.626000', '213254.628000', '213254.632000', '213254.634000', '213254.637000', '213254.639000', '213254.642000', '213254.645000', '213254.647000', '213254.650000', '213254.653000', '213254.655000', '213254.658000', '213254.660000', '213254.663000', '213254.666000', '213254.668000', '213254.671000', '213254.674000', '213254.676000', '213254.679000', '213254.681000', '213254.684000', '213254.687000', '213254.689000', '213254.692000', '213254.695000', '213254.698000', '213254.700000', '213254.712000', '213254.715000', '213254.718000', '213254.720000', '213254.723000', '213254.726000', '213307.592000', '213307.595000', '213307.598000', '213307.601000', '213307.604000', '213307.607000', '213307.609000', '213307.612000', '213307.615000', '213307.617000', '213307.620000', '213307.623000', '213307.625000', '213307.628000', '213307.631000', '213307.633000', '213307.636000', '213307.638000', '213307.641000', '213307.644000', '213307.646000', '213307.649000', '213307.652000', '213307.654000', '213307.657000', '213307.660000', '213307.662000', '213307.665000', '213307.668000'], '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': [16080, 13924, 16549, 14225, 10176, 15365, 10377, 16830, 13410, 13741, 13305, 10209, 15487, 11004, 14911, 12165, 14454, 13229, 15443, 12951, 9554, 14277, 10485, 14309, 12682, 9452, 14364, 12017, 10091, 16867, 12705, 15292, 13126, 15142, 13196, 16585, 13194, 13537, 12664, 9465, 13543, 9296, 15768, 10708, 15907, 12527, 15207, 11938, 12132, 13210, 11908, 15284, 10116, 14748, 10308, 15545, 12314, 17986, 14477, 9502, 13337, 11380, 18206, 16118, 16534, 13705, 15570, 15302, 13229, 12805, 10983, 14729, 11973, 9372, 14165, 11334, 16608, 13635, 10521, 14491, 13160, 12552, 14080, 12998, 15136, 12781, 14062, 12722, 14267, 13157, 9495, 13968, 10825, 14837, 12128, 10034, 13550, 10148, 15334, 12284, 14825, 11918, 11792, 14267, 10287, 14452, 9795, 14847, 10627, 16502, 12338, 14891, 12322, 14362, 11789, 13887, 13387, 10110, 13916, 10148, 14687, 11179, 16058, 13083, 15782, 12568, 9780, 13557, 9742, 16976, 11729, 14282, 11894, 10878, 14722, 10290, 15716, 12740, 14707, 12460, 11032, 14972, 10751, 14352, 12341, 16675, 13353, 10086, 13823, 10689, 15285, 12866, 11737, 14299, 10709, 15195, 12870, 14994, 12640, 14930, 13583, 12673, 14334, 12543, 14960, 12354, 15492, 13025, 14240, 13244, 11369, 13898, 9668, 15075, 10644, 14382, 11175, 13797, 11300, 14831, 12559, 15094, 11579, 9160, 13235, 9744, 15454, 12438, 16629, 12452, 9359, 13823, 11118, 11038, 16066, 12713, 10355, 14471, 10229, 18181, 14247, 10529, 15588, 10182, 18180, 13748, 15443, 12279, 13473, 13587, 10972, 13766, 9516, 15890, 12647, 16914, 12389, 9349, 14249, 9396, 17348, 12006, 14188, 12244, 15526, 12908, 14507, 13409, 9250, 14872, 11077, 17192, 13353, 13520, 15058, 13821, 14623, 14205, 14656, 13712, 10988, 14053, 10154, 15576, 10748, 16082, 11388, 14861, 11952, 12202, 12081, 14697, 10359, 14993, 10421, 16300, 11644, 14573, 12080, 11773, 14603, 10366, 14724, 12156, 13874, 14381, 9747, 15171, 12177, 15196, 14089, 10035, 15716, 11991, 15760, 14025, 9929, 15763, 12409, 15280, 13987, 11310, 16254, 12583, 16156, 12575, 15899, 12591, 13663, 14281, 13443, 14981, 12026, 14954, 11910, 14953, 12245, 14595, 11738, 14062, 11816, 14386, 12771, 11609, 13385, 9346, 13807, 9024, 14413, 10834, 14715, 12289, 15123, 12523, 9013, 15648, 12140, 9462, 15792, 13419, 9879, 14755, 11818, 14699, 13553, 12679, 14506, 9204, 16180, 11589, 16521, 13394, 10288, 14018, 10506, 16570, 13320, 10506, 14300, 10456, 16383, 13021, 17323, 13467, 11197, 14597, 11391, 15743, 13012, 15606, 13051, 17108, 15534, 13856, 15465, 13058, 15300, 13146, 16922, 13964, 12375, 14710, 11351, 15653, 12054, 15874, 11882, 14769, 12001, 14164, 11586, 13829, 11655, 15800, 12564, 9257, 13605, 8718, 13693, 9063, 15821, 10230, 14361, 11263, 15101, 13017, 9091, 14571, 11921, 16129, 13011, 10043, 14271, 10038, 15586, 12980, 16528, 12717, 9754, 15315, 11921, 16724, 12626, 9735, 14660, 10564, 16564, 13525, 15964, 12203, 15725, 13239, 13481, 14104, 11353, 12433, 16115, 13576, 15682, 11776, 14914, 11740, 14877, 12898, 11637, 13883, 9757, 14270, 9111, 15278, 10746, 14129, 11820, 14017, 11462, 13384, 13245, 9500, 13557, 8800, 15896, 11596, 14322, 11548, 10807, 14357, 9967, 13780, 11978, 13022, 12770, 10698, 13484, 14181, 11534, 9651, 16596, 12296, 17592, 12238, 10959, 15084, 10837, 15384, 11827, 14845, 12040, 13304, 13730, 14271, 11176, 15129, 11335, 15810, 12470, 9439, 13985, 10282, 15615, 12242, 16406, 12050, 9223, 14171, 10432, 14689, 11389, 11739, 13697, 10034, 14999, 11440, 13552, 13735, 10006, 14975, 11774, 13267, 13824, 10165, 15326, 11566, 15218, 12574, 11474, 14924, 10366, 15828, 11632, 15694, 12271, 9694, 14150, 10022, 14879, 12161, 14412, 12791, 9417, 15025, 11732, 11351, 13254, 9486, 15821, 11461, 14251, 11024, 11985, 13149, 9396, 15728, 10671, 14114, 12045, 9266, 15128, 10064, 15416, 12110, 14911, 13258, 10190, 16096, 11098, 14868, 11896, 12388, 14317, 10631, 14216, 11592, 13745, 12887, 8733, 14892, 12765, 9859, 14828, 11378, 14956, 11872, 15124, 13786, 12645, 14827, 11227, 12399, 15378, 12900, 15454, 11930, 13114, 12507, 9281, 13682, 9679, 15527, 9740, 15215, 11027, 14892, 11239, 11579, 13724, 8981, 15821, 10635, 14874, 12231, 9024, 16069, 11153, 16187, 12149, 9355, 15487, 11041, 15649, 11992, 11628, 13582, 10574, 14848, 12250, 10425, 14722, 11906, 11174, 14912, 10566, 15434, 11716, 16332, 13107, 11163, 13639, 9970, 15996, 12633, 11926, 13116, 9182, 15408, 11267, 15809, 12628, 9218, 14597, 10660, 16090, 12667, 10467, 13961, 9903, 15892, 12693, 17103, 12351, 9748, 13729, 9166, 15954, 12329, 16176, 12224, 12986, 13301, 9462, 15243, 11453, 14840, 12064, 12769, 13952, 9771, 14472, 11187, 11484, 14040, 10650, 16025, 11740, 15204, 12267, 11394, 14173, 9715, 15159, 11641, 14864, 13326, 9331, 15170, 9287, 16866, 12876, 15463, 11896, 9274, 14614, 9711, 16631, 11919, 15123, 12226, 12895, 14381, 9465, 15436, 12328, 16180, 13689, 9680, 15035, 11342, 16509, 12977, 10562, 13902, 9795, 15114, 11503, 15813, 12015, 14267, 11799, 10129, 14855, 10078, 14616, 11669, 11422, 14717, 9775, 15243, 11634, 9491, 16344, 11716, 14045, 14053, 9471, 17456, 13561, 16931, 13489, 10862, 12194, 17135, 13324, 15992, 12307, 14791, 11448, 13540, 12432, 8709, 15486, 10897, 15310, 11998, 10560, 13529, 9589, 15242, 11895, 16093, 12796, 9582, 13705, 9572, 15601, 13254, 10110, 14478, 12276, 9701, 15215, 12857, 9917, 15052, 11099, 15191, 12214, 14558, 13466, 9157, 15885, 10789, 14865, 11809, 13923, 9257, 15944, 9587, 17238, 12647, 15990, 12388, 10025, 15146, 10726, 15648, 11686, 14981, 12474, 11642, 14375, 12780, 14615, 11419, 15821, 13051, 12416, 14284, 11172, 15041, 12704, 11692, 13571, 9578, 15703, 12745, 14605, 12927, 9798, 15268, 11267, 14596, 11402, 14201, 12788, 9816, 14206, 9952, 14265, 11380, 10602, 14537, 10155, 14958, 11764, 12317, 14316, 9823, 15081, 11724, 15641, 13149, 10793, 14690, 10590, 15287, 12082, 9586, 15060, 11422, 14703, 14124, 9716, 14801, 11444, 10267, 15070, 10388, 15253, 11651, 13155, 13705, 9498, 16264, 11920, 14350, 12582, 9937, 16270, 12574, 9765, 14009, 9854, 16450, 13141, 10230, 13625, 9876, 15724, 12294, 9996, 15191, 11484, 13848], 'WindowCenter': [4952.0, 4924.0, 4920.0, 4894.0, 4841.0, 4889.0, 4843.0, 4900.0, 4870.0, 4868.0, 4869.0, 4838.0, 4878.0, 4837.0, 4867.0, 4846.0, 4864.0, 4857.0, 4875.0, 4856.0, 4824.0, 4874.0, 4834.0, 4865.0, 4868.0, 4826.0, 4876.0, 4869.0, 4849.0, 4896.0, 4871.0, 4886.0, 4870.0, 4878.0, 4866.0, 4885.0, 4855.0, 4856.0, 4853.0, 4815.0, 4851.0, 4812.0, 4875.0, 4831.0, 4875.0, 4857.0, 4876.0, 4855.0, 4853.0, 4865.0, 4856.0, 4878.0, 4839.0, 4878.0, 4865.0, 4898.0, 4859.0, 4898.0, 4880.0, 4827.0, 4869.0, 4860.0, 4909.0, 4891.0, 4889.0, 4870.0, 4877.0, 4878.0, 4868.0, 4868.0, 4851.0, 4875.0, 4846.0, 4817.0, 4866.0, 4833.0, 4875.0, 4865.0, 4822.0, 4866.0, 4853.0, 4847.0, 4856.0, 4842.0, 4860.0, 4840.0, 4849.0, 4841.0, 4853.0, 4839.0, 4799.0, 4852.0, 4821.0, 4862.0, 4841.0, 4811.0, 4850.0, 4822.0, 4872.0, 4843.0, 4861.0, 4844.0, 4846.0, 4875.0, 4825.0, 4878.0, 4828.0, 4873.0, 4834.0, 4883.0, 4854.0, 4877.0, 4856.0, 4864.0, 4846.0, 4864.0, 4866.0, 4835.0, 4865.0, 4835.0, 4875.0, 4846.0, 4886.0, 4867.0, 4887.0, 4870.0, 4836.0, 4875.0, 4839.0, 4897.0, 4857.0, 4876.0, 4857.0, 4851.0, 4887.0, 4850.0, 4898.0, 4870.0, 4888.0, 4881.0, 4861.0, 4891.0, 4849.0, 4878.0, 4869.0, 4898.0, 4879.0, 4849.0, 4878.0, 4851.0, 4891.0, 4879.0, 4858.0, 4890.0, 4848.0, 4891.0, 4869.0, 4890.0, 4868.0, 4885.0, 4868.0, 4855.0, 4876.0, 4855.0, 4878.0, 4858.0, 4875.0, 4855.0, 4863.0, 4853.0, 4833.0, 4855.0, 4813.0, 4864.0, 4822.0, 4861.0, 4833.0, 4852.0, 4829.0, 4856.0, 4847.0, 4866.0, 4837.0, 4816.0, 4858.0, 4829.0, 4876.0, 4856.0, 4886.0, 4857.0, 4830.0, 4880.0, 4860.0, 4861.0, 4900.0, 4883.0, 4852.0, 4890.0, 4863.0, 4924.0, 4896.0, 4861.0, 4900.0, 4851.0, 4924.0, 4880.0, 4892.0, 4859.0, 4868.0, 4869.0, 4847.0, 4868.0, 4826.0, 4885.0, 4867.0, 4900.0, 4868.0, 4827.0, 4876.0, 4838.0, 4899.0, 4859.0, 4876.0, 4859.0, 4886.0, 4868.0, 4878.0, 4867.0, 4830.0, 4875.0, 4848.0, 4899.0, 4867.0, 4868.0, 4876.0, 4864.0, 4867.0, 4864.0, 4866.0, 4865.0, 4834.0, 4863.0, 4822.0, 4873.0, 4833.0, 4877.0, 4833.0, 4866.0, 4836.0, 4845.0, 4843.0, 4875.0, 4826.0, 4874.0, 4835.0, 4876.0, 4844.0, 4876.0, 4855.0, 4856.0, 4879.0, 4838.0, 4876.0, 4859.0, 4882.0, 4890.0, 4838.0, 4889.0, 4870.0, 4899.0, 4890.0, 4852.0, 4899.0, 4873.0, 4913.0, 4894.0, 4853.0, 4902.0, 4885.0, 4899.0, 4891.0, 4862.0, 4900.0, 4868.0, 4891.0, 4870.0, 4886.0, 4856.0, 4867.0, 4876.0, 4867.0, 4874.0, 4844.0, 4878.0, 4845.0, 4872.0, 4844.0, 4865.0, 4843.0, 4853.0, 4843.0, 4852.0, 4841.0, 4831.0, 4855.0, 4812.0, 4851.0, 4801.0, 4851.0, 4833.0, 4874.0, 4855.0, 4877.0, 4856.0, 4816.0, 4887.0, 4870.0, 4841.0, 4904.0, 4894.0, 4854.0, 4891.0, 4876.0, 4904.0, 4893.0, 4882.0, 4894.0, 4841.0, 4903.0, 4872.0, 4911.0, 4881.0, 4852.0, 4892.0, 4865.0, 4924.0, 4896.0, 4863.0, 4905.0, 4867.0, 4914.0, 4898.0, 4914.0, 4885.0, 4864.0, 4891.0, 4860.0, 4890.0, 4871.0, 4889.0, 4871.0, 4887.0, 4889.0, 4867.0, 4877.0, 4856.0, 4879.0, 4858.0, 4884.0, 4865.0, 4842.0, 4862.0, 4832.0, 4859.0, 4830.0, 4860.0, 4832.0, 4853.0, 4840.0, 4849.0, 4834.0, 4840.0, 4834.0, 4859.0, 4841.0, 4800.0, 4851.0, 4789.0, 4852.0, 4802.0, 4859.0, 4819.0, 4853.0, 4842.0, 4875.0, 4853.0, 4815.0, 4874.0, 4858.0, 4898.0, 4878.0, 4838.0, 4891.0, 4840.0, 4901.0, 4893.0, 4912.0, 4871.0, 4843.0, 4901.0, 4872.0, 4911.0, 4883.0, 4841.0, 4891.0, 4862.0, 4910.0, 4886.0, 4898.0, 4870.0, 4892.0, 4871.0, 4867.0, 4877.0, 4847.0, 4869.0, 4886.0, 4868.0, 4875.0, 4849.0, 4862.0, 4848.0, 4877.0, 4854.0, 4843.0, 4864.0, 4814.0, 4866.0, 4813.0, 4872.0, 4832.0, 4863.0, 4844.0, 4862.0, 4845.0, 4857.0, 4854.0, 4814.0, 4853.0, 4819.0, 4873.0, 4848.0, 4866.0, 4846.0, 4851.0, 4876.0, 4837.0, 4877.0, 4855.0, 4866.0, 4866.0, 4853.0, 4883.0, 4890.0, 4870.0, 4854.0, 4913.0, 4882.0, 4911.0, 4870.0, 4863.0, 4889.0, 4849.0, 4889.0, 4859.0, 4876.0, 4859.0, 4870.0, 4867.0, 4876.0, 4847.0, 4875.0, 4847.0, 4875.0, 4858.0, 4827.0, 4864.0, 4836.0, 4885.0, 4855.0, 4888.0, 4857.0, 4819.0, 4876.0, 4839.0, 4878.0, 4847.0, 4856.0, 4877.0, 4841.0, 4887.0, 4859.0, 4867.0, 4877.0, 4840.0, 4888.0, 4859.0, 4866.0, 4881.0, 4841.0, 4888.0, 4857.0, 4886.0, 4860.0, 4847.0, 4875.0, 4836.0, 4876.0, 4845.0, 4876.0, 4846.0, 4818.0, 4866.0, 4825.0, 4864.0, 4857.0, 4866.0, 4857.0, 4827.0, 4875.0, 4844.0, 4834.0, 4854.0, 4827.0, 4884.0, 4848.0, 4865.0, 4839.0, 4845.0, 4865.0, 4827.0, 4876.0, 4849.0, 4876.0, 4857.0, 4844.0, 4889.0, 4844.0, 4889.0, 4871.0, 4892.0, 4879.0, 4848.0, 4900.0, 4859.0, 4877.0, 4860.0, 4869.0, 4879.0, 4850.0, 4877.0, 4859.0, 4880.0, 4870.0, 4822.0, 4890.0, 4870.0, 4844.0, 4888.0, 4862.0, 4880.0, 4864.0, 4876.0, 4867.0, 4857.0, 4870.0, 4835.0, 4855.0, 4879.0, 4855.0, 4863.0, 4834.0, 4842.0, 4843.0, 4815.0, 4855.0, 4814.0, 4872.0, 4830.0, 4874.0, 4839.0, 4873.0, 4836.0, 4844.0, 4866.0, 4831.0, 4890.0, 4849.0, 4877.0, 4869.0, 4841.0, 4899.0, 4863.0, 4900.0, 4870.0, 4841.0, 4892.0, 4864.0, 4900.0, 4871.0, 4861.0, 4882.0, 4861.0, 4894.0, 4871.0, 4854.0, 4891.0, 4869.0, 4862.0, 4893.0, 4850.0, 4888.0, 4858.0, 4897.0, 4870.0, 4848.0, 4866.0, 4836.0, 4886.0, 4859.0, 4856.0, 4868.0, 4830.0, 4888.0, 4863.0, 4893.0, 4868.0, 4831.0, 4876.0, 4847.0, 4890.0, 4868.0, 4839.0, 4876.0, 4839.0, 4886.0, 4857.0, 4889.0, 4858.0, 4826.0, 4866.0, 4830.0, 4885.0, 4858.0, 4879.0, 4846.0, 4858.0, 4858.0, 4815.0, 4864.0, 4837.0, 4864.0, 4845.0, 4854.0, 4863.0, 4825.0, 4865.0, 4847.0, 4848.0, 4878.0, 4840.0, 4885.0, 4849.0, 4877.0, 4853.0, 4843.0, 4868.0, 4826.0, 4876.0, 4857.0, 4874.0, 4867.0, 4816.0, 4874.0, 4830.0, 4895.0, 4855.0, 4873.0, 4846.0, 4826.0, 4875.0, 4830.0, 4886.0, 4846.0, 4875.0, 4855.0, 4855.0, 4864.0, 4826.0, 4880.0, 4859.0, 4884.0, 4867.0, 4827.0, 4878.0, 4846.0, 4885.0, 4857.0, 4836.0, 4864.0, 4825.0, 4874.0, 4846.0, 4874.0, 4844.0, 4862.0, 4846.0, 4834.0, 4864.0, 4828.0, 4868.0, 4850.0, 4848.0, 4875.0, 4838.0, 4886.0, 4857.0, 4839.0, 4897.0, 4872.0, 4880.0, 4879.0, 4841.0, 4899.0, 4874.0, 4902.0, 4869.0, 4834.0, 4857.0, 4888.0, 4856.0, 4865.0, 4846.0, 4864.0, 4835.0, 4852.0, 4844.0, 4804.0, 4863.0, 4838.0, 4864.0, 4846.0, 4825.0, 4857.0, 4818.0, 4874.0, 4857.0, 4876.0, 4855.0, 4826.0, 4870.0, 4826.0, 4886.0, 4871.0, 4848.0, 4877.0, 4870.0, 4841.0, 4919.0, 4881.0, 4850.0, 4902.0, 4866.0, 4902.0, 4883.0, 4891.0, 4885.0, 4842.0, 4900.0, 4863.0, 4895.0, 4863.0, 4892.0, 4840.0, 4901.0, 4856.0, 4910.0, 4871.0, 4901.0, 4871.0, 4843.0, 4890.0, 4850.0, 4890.0, 4863.0, 4889.0, 4860.0, 4848.0, 4878.0, 4860.0, 4882.0, 4847.0, 4875.0, 4859.0, 4855.0, 4871.0, 4835.0, 4875.0, 4857.0, 4846.0, 4855.0, 4829.0, 4887.0, 4855.0, 4875.0, 4858.0, 4825.0, 4875.0, 4838.0, 4865.0, 4845.0, 4856.0, 4854.0, 4823.0, 4854.0, 4824.0, 4864.0, 4847.0, 4834.0, 4869.0, 4828.0, 4863.0, 4846.0, 4845.0, 4865.0, 4827.0, 4867.0, 4849.0, 4875.0, 4854.0, 4834.0, 4862.0, 4827.0, 4874.0, 4843.0, 4812.0, 4872.0, 4845.0, 4874.0, 4863.0, 4826.0, 4864.0, 4845.0, 4837.0, 4875.0, 4826.0, 4873.0, 4844.0, 4852.0, 4853.0, 4824.0, 4872.0, 4843.0, 4863.0, 4845.0, 4827.0, 4876.0, 4856.0, 4825.0, 4868.0, 4825.0, 4889.0, 4871.0, 4839.0, 4869.0, 4828.0, 4876.0, 4858.0, 4828.0, 4877.0, 4846.0, 4867.0], 'WindowWidth': [10766.0, 10709.0, 10696.0, 10648.0, 10568.0, 10630.0, 10569.0, 10645.0, 10602.0, 10596.0, 10596.0, 10554.0, 10609.0, 10549.0, 10593.0, 10562.0, 10587.0, 10580.0, 10603.0, 10575.0, 10531.0, 10599.0, 10543.0, 10588.0, 10596.0, 10538.0, 10608.0, 10602.0, 10577.0, 10640.0, 10606.0, 10622.0, 10602.0, 10609.0, 10592.0, 10618.0, 10576.0, 10576.0, 10569.0, 10518.0, 10564.0, 10513.0, 10599.0, 10540.0, 10601.0, 10578.0, 10604.0, 10574.0, 10571.0, 10589.0, 10578.0, 10609.0, 10556.0, 10608.0, 10607.0, 10644.0, 10588.0, 10641.0, 10616.0, 10542.0, 10598.0, 10586.0, 10658.0, 10632.0, 10627.0, 10601.0, 10612.0, 10611.0, 10598.0, 10599.0, 10577.0, 10605.0, 10561.0, 10523.0, 10588.0, 10542.0, 10603.0, 10590.0, 10529.0, 10591.0, 10570.0, 10565.0, 10575.0, 10550.0, 10576.0, 10548.0, 10559.0, 10548.0, 10568.0, 10544.0, 10488.0, 10563.0, 10521.0, 10579.0, 10549.0, 10510.0, 10562.0, 10525.0, 10594.0, 10555.0, 10580.0, 10558.0, 10563.0, 10603.0, 10533.0, 10608.0, 10539.0, 10597.0, 10547.0, 10612.0, 10575.0, 10607.0, 10578.0, 10588.0, 10562.0, 10586.0, 10590.0, 10548.0, 10589.0, 10549.0, 10602.0, 10566.0, 10620.0, 10597.0, 10623.0, 10599.0, 10552.0, 10605.0, 10562.0, 10638.0, 10583.0, 10608.0, 10582.0, 10577.0, 10624.0, 10576.0, 10642.0, 10607.0, 10629.0, 10621.0, 10596.0, 10636.0, 10575.0, 10612.0, 10602.0, 10642.0, 10617.0, 10574.0, 10612.0, 10578.0, 10632.0, 10617.0, 10588.0, 10631.0, 10572.0, 10634.0, 10603.0, 10630.0, 10599.0, 10622.0, 10598.0, 10578.0, 10608.0, 10575.0, 10608.0, 10580.0, 10604.0, 10576.0, 10586.0, 10571.0, 10540.0, 10572.0, 10516.0, 10584.0, 10526.0, 10579.0, 10541.0, 10564.0, 10534.0, 10568.0, 10558.0, 10584.0, 10546.0, 10518.0, 10576.0, 10538.0, 10604.0, 10580.0, 10622.0, 10581.0, 10549.0, 10616.0, 10590.0, 10594.0, 10648.0, 10628.0, 10584.0, 10633.0, 10600.0, 10683.0, 10646.0, 10595.0, 10649.0, 10582.0, 10685.0, 10620.0, 10636.0, 10587.0, 10599.0, 10601.0, 10569.0, 10596.0, 10538.0, 10618.0, 10597.0, 10644.0, 10598.0, 10541.0, 10607.0, 10560.0, 10643.0, 10587.0, 10606.0, 10585.0, 10621.0, 10596.0, 10610.0, 10593.0, 10544.0, 10604.0, 10569.0, 10640.0, 10594.0, 10598.0, 10607.0, 10587.0, 10594.0, 10586.0, 10590.0, 10587.0, 10544.0, 10583.0, 10526.0, 10596.0, 10540.0, 10604.0, 10541.0, 10585.0, 10545.0, 10557.0, 10554.0, 10602.0, 10533.0, 10601.0, 10549.0, 10605.0, 10560.0, 10602.0, 10577.0, 10579.0, 10614.0, 10556.0, 10608.0, 10587.0, 10624.0, 10631.0, 10559.0, 10629.0, 10605.0, 10646.0, 10635.0, 10583.0, 10646.0, 10613.0, 10671.0, 10643.0, 10586.0, 10653.0, 10631.0, 10647.0, 10636.0, 10597.0, 10649.0, 10600.0, 10636.0, 10604.0, 10622.0, 10579.0, 10597.0, 10608.0, 10593.0, 10601.0, 10558.0, 10608.0, 10563.0, 10597.0, 10559.0, 10586.0, 10555.0, 10568.0, 10553.0, 10566.0, 10549.0, 10536.0, 10568.0, 10509.0, 10562.0, 10494.0, 10564.0, 10540.0, 10600.0, 10579.0, 10608.0, 10581.0, 10524.0, 10620.0, 10605.0, 10566.0, 10657.0, 10642.0, 10588.0, 10636.0, 10619.0, 10656.0, 10643.0, 10627.0, 10642.0, 10568.0, 10652.0, 10610.0, 10665.0, 10624.0, 10584.0, 10640.0, 10604.0, 10688.0, 10649.0, 10602.0, 10660.0, 10609.0, 10670.0, 10650.0, 10671.0, 10631.0, 10599.0, 10637.0, 10593.0, 10633.0, 10605.0, 10633.0, 10606.0, 10629.0, 10629.0, 10593.0, 10608.0, 10577.0, 10613.0, 10582.0, 10617.0, 10587.0, 10552.0, 10580.0, 10538.0, 10575.0, 10534.0, 10578.0, 10538.0, 10566.0, 10547.0, 10559.0, 10539.0, 10546.0, 10540.0, 10574.0, 10548.0, 10492.0, 10560.0, 10475.0, 10565.0, 10498.0, 10572.0, 10517.0, 10566.0, 10557.0, 10604.0, 10572.0, 10523.0, 10602.0, 10584.0, 10645.0, 10616.0, 10560.0, 10634.0, 10562.0, 10649.0, 10641.0, 10666.0, 10608.0, 10570.0, 10651.0, 10613.0, 10667.0, 10627.0, 10568.0, 10637.0, 10600.0, 10664.0, 10635.0, 10644.0, 10604.0, 10637.0, 10607.0, 10596.0, 10610.0, 10567.0, 10600.0, 10624.0, 10598.0, 10605.0, 10570.0, 10584.0, 10567.0, 10607.0, 10573.0, 10556.0, 10586.0, 10516.0, 10588.0, 10515.0, 10598.0, 10542.0, 10583.0, 10558.0, 10583.0, 10563.0, 10578.0, 10573.0, 10516.0, 10569.0, 10532.0, 10598.0, 10567.0, 10591.0, 10562.0, 10576.0, 10607.0, 10553.0, 10607.0, 10575.0, 10594.0, 10595.0, 10584.0, 10625.0, 10633.0, 10607.0, 10589.0, 10670.0, 10626.0, 10666.0, 10604.0, 10598.0, 10632.0, 10575.0, 10633.0, 10589.0, 10611.0, 10587.0, 10602.0, 10597.0, 10606.0, 10566.0, 10604.0, 10568.0, 10608.0, 10583.0, 10539.0, 10588.0, 10550.0, 10619.0, 10579.0, 10625.0, 10580.0, 10528.0, 10606.0, 10558.0, 10611.0, 10569.0, 10580.0, 10610.0, 10564.0, 10626.0, 10586.0, 10596.0, 10611.0, 10562.0, 10628.0, 10587.0, 10594.0, 10617.0, 10563.0, 10627.0, 10584.0, 10621.0, 10587.0, 10568.0, 10605.0, 10552.0, 10606.0, 10563.0, 10607.0, 10563.0, 10524.0, 10589.0, 10530.0, 10584.0, 10580.0, 10592.0, 10580.0, 10539.0, 10603.0, 10562.0, 10545.0, 10570.0, 10540.0, 10615.0, 10568.0, 10588.0, 10554.0, 10561.0, 10589.0, 10539.0, 10605.0, 10571.0, 10607.0, 10581.0, 10572.0, 10630.0, 10570.0, 10631.0, 10606.0, 10635.0, 10617.0, 10573.0, 10648.0, 10590.0, 10613.0, 10589.0, 10604.0, 10617.0, 10575.0, 10610.0, 10585.0, 10614.0, 10604.0, 10538.0, 10632.0, 10603.0, 10568.0, 10627.0, 10593.0, 10616.0, 10595.0, 10607.0, 10593.0, 10578.0, 10599.0, 10547.0, 10576.0, 10613.0, 10574.0, 10586.0, 10543.0, 10552.0, 10553.0, 10516.0, 10571.0, 10517.0, 10595.0, 10542.0, 10598.0, 10553.0, 10597.0, 10548.0, 10560.0, 10592.0, 10550.0, 10626.0, 10572.0, 10610.0, 10601.0, 10569.0, 10645.0, 10595.0, 10648.0, 10604.0, 10567.0, 10637.0, 10601.0, 10649.0, 10610.0, 10594.0, 10620.0, 10596.0, 10644.0, 10609.0, 10586.0, 10635.0, 10604.0, 10597.0, 10639.0, 10575.0, 10627.0, 10587.0, 10643.0, 10605.0, 10571.0, 10595.0, 10553.0, 10621.0, 10587.0, 10582.0, 10597.0, 10547.0, 10624.0, 10598.0, 10637.0, 10599.0, 10548.0, 10608.0, 10571.0, 10631.0, 10597.0, 10559.0, 10606.0, 10556.0, 10621.0, 10582.0, 10628.0, 10581.0, 10537.0, 10590.0, 10545.0, 10618.0, 10581.0, 10612.0, 10562.0, 10578.0, 10577.0, 10519.0, 10583.0, 10550.0, 10585.0, 10561.0, 10575.0, 10585.0, 10533.0, 10589.0, 10564.0, 10569.0, 10609.0, 10558.0, 10618.0, 10569.0, 10606.0, 10573.0, 10556.0, 10596.0, 10536.0, 10607.0, 10583.0, 10602.0, 10594.0, 10521.0, 10600.0, 10550.0, 10632.0, 10577.0, 10600.0, 10564.0, 10536.0, 10605.0, 10547.0, 10621.0, 10566.0, 10602.0, 10577.0, 10576.0, 10587.0, 10534.0, 10611.0, 10584.0, 10618.0, 10595.0, 10539.0, 10609.0, 10565.0, 10620.0, 10579.0, 10549.0, 10586.0, 10532.0, 10601.0, 10563.0, 10602.0, 10558.0, 10581.0, 10563.0, 10548.0, 10586.0, 10537.0, 10592.0, 10571.0, 10570.0, 10605.0, 10555.0, 10620.0, 10583.0, 10561.0, 10639.0, 10609.0, 10618.0, 10612.0, 10565.0, 10643.0, 10610.0, 10648.0, 10599.0, 10546.0, 10579.0, 10629.0, 10575.0, 10591.0, 10561.0, 10585.0, 10544.0, 10563.0, 10552.0, 10499.0, 10581.0, 10548.0, 10583.0, 10557.0, 10530.0, 10575.0, 10524.0, 10601.0, 10581.0, 10604.0, 10576.0, 10538.0, 10599.0, 10536.0, 10619.0, 10605.0, 10573.0, 10612.0, 10603.0, 10565.0, 10680.0, 10625.0, 10578.0, 10652.0, 10603.0, 10652.0, 10626.0, 10633.0, 10629.0, 10566.0, 10645.0, 10600.0, 10643.0, 10596.0, 10635.0, 10563.0, 10646.0, 10590.0, 10661.0, 10606.0, 10649.0, 10607.0, 10569.0, 10632.0, 10575.0, 10632.0, 10595.0, 10628.0, 10587.0, 10568.0, 10611.0, 10585.0, 10616.0, 10566.0, 10607.0, 10583.0, 10574.0, 10600.0, 10548.0, 10605.0, 10579.0, 10563.0, 10575.0, 10545.0, 10622.0, 10577.0, 10602.0, 10580.0, 10533.0, 10603.0, 10553.0, 10589.0, 10561.0, 10576.0, 10572.0, 10528.0, 10571.0, 10530.0, 10583.0, 10565.0, 10546.0, 10594.0, 10539.0, 10585.0, 10563.0, 10561.0, 10589.0, 10536.0, 10590.0, 10567.0, 10605.0, 10571.0, 10543.0, 10581.0, 10535.0, 10599.0, 10554.0, 10512.0, 10593.0, 10561.0, 10599.0, 10585.0, 10536.0, 10587.0, 10559.0, 10553.0, 10603.0, 10534.0, 10599.0, 10558.0, 10565.0, 10569.0, 10531.0, 10594.0, 10556.0, 10583.0, 10556.0, 10537.0, 10601.0, 10575.0, 10534.0, 10594.0, 10536.0, 10625.0, 10602.0, 10558.0, 10599.0, 10540.0, 10605.0, 10583.0, 10540.0, 10607.0, 10566.0, 10595.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.0009856912442396313</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03084131970046083</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.89274250893888</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2143509971856987</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9654051149250291</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5146</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4943.5889</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1043742237809053</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>61</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.027649769585254</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.329930625821713</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.146245585193154</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6090796650674206</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.234466627204566</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00991545</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020402371883392334</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.042941026389598846</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.341378197422907</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.7078</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.806</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.4981</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>288342.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1109.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>429.694</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2201</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>591.1989</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4018.0257</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4147.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88202.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1806.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5225.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>955.2212</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.41673413978424</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> |