=== 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-0078 --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-0078",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0078_ses-01_task-social_acq-mb8_run-01_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-0078_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-01_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-0078/ses-01/func/sub-0078_ses-01_task-social_acq-mb8_run-01_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>2e9afe1959bb64990e49f472d057a5f3</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>20:52:30.592500</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.993328, 0.113962, -0.0176507, -0.112473, 0.991189, 0.0699636]</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-01_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.0770008</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7754, -7331, 799, -83, -238, -83, 131]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>234.052</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>30f500f7-6de0-419b-8441-41ceea1a747b||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.665027379989624, -0.301756888628006, -0.06876460462808609, 122.1244888305664], [-0.30575090646743774, 2.6592867374420166, 0.18228138983249664, -97.98878479003906], [-0.04735560342669487, -0.1877073049545288, 2.692962169647217, -80.58750915527344], [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': ['205230.592500', '205231.052500', '205231.512500', '205231.972500', '205232.432500', '205232.892500', '205233.352500', '205233.812500', '205234.272500', '205234.732500', '205235.192500', '205235.652500', '205236.112500', '205236.572500', '205237.032500', '205237.492500', '205237.952500', '205238.412500', '205238.872500', '205239.332500', '205239.792500', '205240.252500', '205240.712500', '205241.172500', '205241.632500', '205242.092500', '205242.552500', '205243.012500', '205243.472500', '205243.932500', '205244.392500', '205244.852500', '205245.312500', '205245.772500', '205246.232500', '205246.692500', '205247.152500', '205247.612500', '205248.072500', '205248.532500', '205248.992500', '205249.452500', '205249.912500', '205250.372500', '205250.832500', '205251.292500', '205251.752500', '205252.212500', '205252.672500', '205253.132500', '205253.592500', '205254.052500', '205254.512500', '205254.972500', '205255.432500', '205255.892500', '205256.352500', '205256.812500', '205257.272500', '205257.732500', '205258.192500', '205258.652500', '205259.112500', '205259.572500', '205300.032500', '205300.492500', '205300.952500', '205301.412500', '205301.872500', '205302.332500', '205302.792500', '205303.252500', '205303.712500', '205304.172500', '205304.632500', '205305.092500', '205305.552500', '205306.012500', '205306.472500', '205306.932500', '205307.392500', '205307.852500', '205308.312500', '205308.772500', '205309.232500', '205309.692500', '205310.152500', '205310.612500', '205311.072500', '205311.532500', '205311.992500', '205312.452500', '205312.912500', '205313.372500', '205313.832500', '205314.292500', '205314.752500', '205315.212500', '205315.672500', '205316.132500', '205316.592500', '205317.052500', '205317.512500', '205317.972500', '205318.432500', '205318.892500', '205319.352500', '205319.812500', '205320.272500', '205320.732500', '205321.192500', '205321.652500', '205322.112500', '205322.572500', '205323.032500', '205323.492500', '205323.952500', '205324.412500', '205324.872500', '205325.332500', '205325.792500', '205326.252500', '205326.712500', '205327.172500', '205327.632500', '205328.092500', '205328.552500', '205329.012500', '205329.472500', '205329.932500', '205330.392500', '205330.852500', '205331.312500', '205331.772500', '205332.232500', '205332.692500', '205333.152500', '205333.612500', '205334.072500', '205334.532500', '205334.992500', '205335.452500', '205335.912500', '205336.372500', '205336.832500', '205337.292500', '205337.752500', '205338.212500', '205338.672500', '205339.132500', '205339.592500', '205340.052500', '205340.512500', '205340.972500', '205341.432500', '205341.892500', '205342.352500', '205342.812500', '205343.272500', '205343.732500', '205344.192500', '205344.652500', '205345.112500', '205345.572500', '205346.032500', '205346.492500', '205346.952500', '205347.412500', '205347.872500', '205348.332500', '205348.792500', '205349.252500', '205349.712500', '205350.172500', '205350.632500', '205351.092500', '205351.552500', '205352.012500', '205352.472500', '205352.932500', '205353.392500', '205353.852500', '205354.312500', '205354.772500', '205355.232500', '205355.692500', '205356.152500', '205356.612500', '205357.072500', '205357.532500', '205357.992500', '205358.452500', '205358.912500', '205359.372500', '205359.832500', '205400.292500', '205400.752500', '205401.212500', '205401.672500', '205402.132500', '205402.592500', '205403.052500', '205403.512500', '205403.972500', '205404.432500', '205404.892500', '205405.352500', '205405.812500', '205406.272500', '205406.732500', '205407.192500', '205407.652500', '205408.112500', '205408.572500', '205409.032500', '205409.492500', '205409.952500', '205410.412500', '205410.872500', '205411.332500', '205411.792500', '205412.252500', '205412.712500', '205413.172500', '205413.632500', '205414.092500', '205414.552500', '205415.012500', '205415.472500', '205415.932500', '205416.392500', '205416.852500', '205417.312500', '205417.772500', '205418.232500', '205418.692500', '205419.152500', '205419.612500', '205420.072500', '205420.532500', '205420.992500', '205421.452500', '205421.912500', '205422.372500', '205422.832500', '205423.292500', '205423.752500', '205424.212500', '205424.672500', '205425.132500', '205425.592500', '205426.052500', '205426.512500', '205426.972500', '205427.432500', '205427.892500', '205428.352500', '205428.812500', '205429.272500', '205429.732500', '205430.192500', '205430.652500', '205431.112500', '205431.572500', '205432.032500', '205432.492500', '205432.952500', '205433.412500', '205433.872500', '205434.332500', '205434.792500', '205435.252500', '205435.712500', '205436.172500', '205436.632500', '205437.092500', '205437.552500', '205438.012500', '205438.472500', '205438.932500', '205439.392500', '205439.852500', '205440.312500', '205440.772500', '205441.232500', '205441.692500', '205442.152500', '205442.612500', '205443.072500', '205443.532500', '205443.992500', '205444.452500', '205444.912500', '205445.372500', '205445.832500', '205446.292500', '205446.752500', '205447.212500', '205447.672500', '205448.132500', '205448.592500', '205449.052500', '205449.512500', '205449.972500', '205450.432500', '205450.892500', '205451.352500', '205451.812500', '205452.272500', '205452.732500', '205453.192500', '205453.652500', '205454.112500', '205454.572500', '205455.032500', '205455.492500', '205455.952500', '205456.412500', '205456.872500', '205457.332500', '205457.792500', '205458.252500', '205458.712500', '205459.172500', '205459.632500', '205500.092500', '205500.552500', '205501.012500', '205501.472500', '205501.932500', '205502.392500', '205502.852500', '205503.312500', '205503.772500', '205504.232500', '205504.692500', '205505.152500', '205505.612500', '205506.072500', '205506.532500', '205506.992500', '205507.452500', '205507.912500', '205508.372500', '205508.832500', '205509.292500', '205509.752500', '205510.212500', '205510.672500', '205511.132500', '205511.592500', '205512.052500', '205512.512500', '205512.972500', '205513.432500', '205513.892500', '205514.352500', '205514.812500', '205515.272500', '205515.732500', '205516.192500', '205516.652500', '205517.112500', '205517.572500', '205518.032500', '205518.492500', '205518.952500', '205519.412500', '205519.872500', '205520.332500', '205520.792500', '205521.252500', '205521.712500', '205522.172500', '205522.632500', '205523.092500', '205523.552500', '205524.012500', '205524.472500', '205524.932500', '205525.392500', '205525.852500', '205526.312500', '205526.772500', '205527.232500', '205527.692500', '205528.152500', '205528.612500', '205529.072500', '205529.532500', '205529.992500', '205530.452500', '205530.912500', '205531.372500', '205531.832500', '205532.292500', '205532.752500', '205533.212500', '205533.672500', '205534.132500', '205534.592500', '205535.052500', '205535.512500', '205535.972500', '205536.432500', '205536.892500', '205537.352500', '205537.812500', '205538.272500', '205538.732500', '205539.192500', '205539.652500', '205540.112500', '205540.572500', '205541.032500', '205541.492500', '205541.952500', '205542.412500', '205542.872500', '205543.332500', '205543.792500', '205544.252500', '205544.712500', '205545.172500', '205545.632500', '205546.092500', '205546.552500', '205547.012500', '205547.472500', '205547.932500', '205548.392500', '205548.852500', '205549.312500', '205549.772500', '205550.232500', '205550.692500', '205551.152500', '205551.612500', '205552.072500', '205552.532500', '205552.992500', '205553.452500', '205553.912500', '205554.372500', '205554.832500', '205555.292500', '205555.752500', '205556.212500', '205556.672500', '205557.132500', '205557.592500', '205558.052500', '205558.512500', '205558.972500', '205559.432500', '205559.892500', '205600.352500', '205600.812500', '205601.272500', '205601.732500', '205602.192500', '205602.652500', '205603.112500', '205603.572500', '205604.032500', '205604.492500', '205604.952500', '205605.412500', '205605.872500', '205606.332500', '205606.792500', '205607.252500', '205607.712500', '205608.172500', '205608.632500', '205609.092500', '205609.552500', '205610.012500', '205610.472500', '205610.932500', '205611.392500', '205611.852500', '205612.312500', '205612.772500', '205613.232500', '205613.692500', '205614.152500', '205614.612500', '205615.072500', '205615.532500', '205615.992500', '205616.452500', '205616.912500', '205617.372500', '205617.832500', '205618.292500', '205618.752500', '205619.212500', '205619.672500', '205620.132500', '205620.592500', '205621.052500', '205621.512500', '205621.972500', '205622.432500', '205622.892500', '205623.352500', '205623.812500', '205624.272500', '205624.732500', '205625.192500', '205625.652500', '205626.112500', '205626.572500', '205627.032500', '205627.492500', '205627.952500', '205628.412500', '205628.872500', '205629.332500', '205629.792500', '205630.252500', '205630.712500', '205631.172500', '205631.632500', '205632.092500', '205632.552500', '205633.012500', '205633.472500', '205633.932500', '205634.392500', '205634.852500', '205635.312500', '205635.772500', '205636.232500', '205636.692500', '205637.152500', '205637.612500', '205638.072500', '205638.532500', '205638.992500', '205639.452500', '205639.912500', '205640.372500', '205640.832500', '205641.292500', '205641.752500', '205642.212500', '205642.672500', '205643.132500', '205643.592500', '205644.052500', '205644.512500', '205644.972500', '205645.432500', '205645.892500', '205646.352500', '205646.812500', '205647.272500', '205647.732500', '205648.192500', '205648.652500', '205649.112500', '205649.572500', '205650.032500', '205650.492500', '205650.952500', '205651.412500', '205651.872500', '205652.332500', '205652.792500', '205653.252500', '205653.712500', '205654.172500', '205654.632500', '205655.092500', '205655.552500', '205656.012500', '205656.472500', '205656.932500', '205657.392500', '205657.852500', '205658.312500', '205658.772500', '205659.232500', '205659.692500', '205700.152500', '205700.612500', '205701.072500', '205701.532500', '205701.992500', '205702.452500', '205702.912500', '205703.372500', '205703.832500', '205704.292500', '205704.752500', '205705.212500', '205705.672500', '205706.132500', '205706.592500', '205707.052500', '205707.512500', '205707.972500', '205708.432500', '205708.892500', '205709.352500', '205709.812500', '205710.272500', '205710.732500', '205711.192500', '205711.652500', '205712.112500', '205712.572500', '205713.032500', '205713.492500', '205713.952500', '205714.412500', '205714.872500', '205715.332500', '205715.792500', '205716.252500', '205716.712500', '205717.172500', '205717.632500', '205718.092500', '205718.552500', '205719.012500', '205719.472500', '205719.932500', '205720.392500', '205720.852500', '205721.312500', '205721.772500', '205722.232500', '205722.692500', '205723.152500', '205723.612500', '205724.072500', '205724.532500', '205724.992500', '205725.452500', '205725.912500', '205726.372500', '205726.832500', '205727.292500', '205727.752500', '205728.212500', '205728.672500', '205729.132500', '205729.592500', '205730.052500', '205730.512500', '205730.972500', '205731.432500', '205731.892500', '205732.352500', '205732.812500', '205733.272500', '205733.732500', '205734.192500', '205734.652500', '205735.112500', '205735.572500', '205736.032500', '205736.492500', '205736.952500', '205737.412500', '205737.872500', '205738.332500', '205738.792500', '205739.252500', '205739.712500', '205740.172500', '205740.632500', '205741.092500', '205741.552500', '205742.012500', '205742.472500', '205742.932500', '205743.392500', '205743.852500', '205744.312500', '205744.772500', '205745.232500', '205745.692500', '205746.152500', '205746.612500', '205747.072500', '205747.532500', '205747.992500', '205748.452500', '205748.912500', '205749.372500', '205749.832500', '205750.292500', '205750.752500', '205751.212500', '205751.672500', '205752.132500', '205752.592500', '205753.052500', '205753.512500', '205753.972500', '205754.432500', '205754.892500', '205755.352500', '205755.812500', '205756.272500', '205756.732500', '205757.192500', '205757.652500', '205758.112500', '205758.572500', '205759.032500', '205759.492500', '205759.952500', '205800.412500', '205800.872500', '205801.332500', '205801.792500', '205802.252500', '205802.712500', '205803.172500', '205803.632500', '205804.092500', '205804.552500', '205805.012500', '205805.472500', '205805.932500', '205806.392500', '205806.852500', '205807.312500', '205807.772500', '205808.232500', '205808.692500', '205809.152500', '205809.612500', '205810.072500', '205810.532500', '205810.992500', '205811.452500', '205811.912500', '205812.372500', '205812.832500', '205813.292500', '205813.752500', '205814.212500', '205814.672500', '205815.132500', '205815.592500', '205816.052500', '205816.512500', '205816.972500', '205817.432500', '205817.892500', '205818.352500', '205818.812500', '205819.272500', '205819.732500', '205820.192500', '205820.652500', '205821.112500', '205821.572500', '205822.032500', '205822.492500', '205822.952500', '205823.412500', '205823.872500', '205824.332500', '205824.792500', '205825.252500', '205825.712500', '205826.172500', '205826.632500', '205827.092500', '205827.552500', '205828.012500', '205828.472500', '205828.932500', '205829.392500', '205829.852500', '205830.312500', '205830.772500', '205831.232500', '205831.692500', '205832.152500', '205832.612500', '205833.072500', '205833.532500', '205833.992500', '205834.452500', '205834.912500', '205835.372500', '205835.832500', '205836.292500', '205836.752500', '205837.212500', '205837.672500', '205838.132500', '205838.592500', '205839.052500', '205839.512500', '205839.972500', '205840.432500', '205840.892500', '205841.352500', '205841.812500', '205842.272500', '205842.732500', '205843.192500', '205843.652500', '205844.112500', '205844.572500', '205845.032500', '205845.492500', '205845.952500', '205846.412500', '205846.872500', '205847.332500', '205847.792500', '205848.252500', '205848.712500', '205849.172500', '205849.632500', '205850.092500', '205850.552500', '205851.012500', '205851.472500', '205851.932500', '205852.392500', '205852.852500', '205853.312500', '205853.772500', '205854.232500', '205854.692500', '205855.152500', '205855.612500', '205856.072500', '205856.532500', '205856.992500', '205857.452500', '205857.912500', '205858.372500', '205858.832500', '205859.292500', '205859.752500', '205900.212500', '205900.672500', '205901.132500', '205901.592500', '205902.052500', '205902.512500', '205902.972500', '205903.432500', '205903.892500', '205904.352500', '205904.812500', '205905.272500', '205905.732500', '205906.192500', '205906.652500', '205907.112500', '205907.572500', '205908.032500', '205908.492500', '205908.952500', '205909.412500', '205909.872500', '205910.332500', '205910.792500', '205911.252500'], 'ContentTime': ['205252.709000', '205252.712000', '205252.714000', '205252.717000', '205252.719000', '205252.722000', '205252.725000', '205252.727000', '205252.730000', '205252.732000', '205252.735000', '205252.746000', '205252.749000', '205252.752000', '205252.754000', '205252.757000', '205252.759000', '205252.762000', '205252.764000', '205252.767000', '205252.770000', '205252.772000', '205252.775000', '205252.778000', '205252.780000', '205252.783000', '205252.785000', '205252.788000', '205252.791000', '205252.793000', '205252.796000', '205252.799000', '205252.801000', '205252.804000', '205252.806000', '205252.809000', '205252.812000', '205252.814000', '205252.817000', '205252.820000', '205252.822000', '205252.825000', '205252.833000', '205252.836000', '205252.839000', '205252.841000', '205312.680000', '205312.683000', '205312.686000', '205312.688000', '205312.691000', '205312.694000', '205312.696000', '205312.699000', '205312.701000', '205312.704000', '205312.707000', '205312.709000', '205312.712000', '205312.714000', '205312.717000', '205312.720000', '205312.722000', '205312.725000', '205312.728000', '205312.730000', '205312.733000', '205312.735000', '205312.738000', '205312.764000', '205312.766000', '205312.769000', '205312.772000', '205312.774000', '205312.777000', '205312.779000', '205312.782000', '205312.785000', '205312.787000', '205312.790000', '205312.792000', '205312.795000', '205312.797000', '205312.835000', '205312.839000', '205312.841000', '205312.844000', '205312.847000', '205312.850000', '205332.680000', '205332.683000', '205332.686000', '205332.689000', '205332.691000', '205332.694000', '205332.696000', '205332.699000', '205332.701000', '205332.704000', '205332.707000', '205332.710000', '205332.712000', '205332.715000', '205332.717000', '205332.720000', '205332.722000', '205332.725000', '205332.728000', '205332.730000', '205332.733000', '205332.736000', '205332.738000', '205332.741000', '205332.743000', '205332.746000', '205332.748000', '205332.751000', '205332.754000', '205332.756000', '205332.759000', '205332.762000', '205332.764000', '205332.767000', '205332.769000', '205332.772000', '205332.775000', '205332.786000', '205332.789000', '205332.792000', '205332.794000', '205332.797000', '205332.799000', '205332.824000', '205352.681000', '205352.684000', '205352.686000', '205352.689000', '205352.691000', '205352.694000', '205352.705000', '205352.708000', '205352.710000', '205352.713000', '205352.715000', '205352.718000', '205352.720000', '205352.723000', '205352.726000', '205352.728000', '205352.731000', '205352.733000', '205352.736000', '205352.738000', '205352.741000', '205352.744000', '205352.746000', '205352.749000', '205352.751000', '205352.754000', '205352.757000', '205352.759000', '205352.762000', '205352.764000', '205352.767000', '205352.769000', '205352.772000', '205352.775000', '205352.777000', '205352.780000', '205352.782000', '205352.785000', '205352.787000', '205352.790000', '205352.793000', '205352.795000', '205352.798000', '205412.680000', '205412.683000', '205412.686000', '205412.688000', '205412.691000', '205412.694000', '205412.697000', '205412.699000', '205412.702000', '205412.704000', '205412.707000', '205412.710000', '205412.712000', '205412.715000', '205412.717000', '205412.720000', '205412.723000', '205412.725000', '205412.728000', '205412.731000', '205412.733000', '205412.736000', '205412.738000', '205412.741000', '205412.744000', '205412.746000', '205412.749000', '205412.751000', '205412.754000', '205412.756000', '205412.759000', '205412.762000', '205412.764000', '205412.767000', '205412.769000', '205412.772000', '205412.775000', '205412.777000', '205412.780000', '205412.782000', '205412.785000', '205412.792000', '205412.795000', '205412.797000', '205432.681000', '205432.683000', '205432.686000', '205432.688000', '205432.691000', '205432.694000', '205432.696000', '205432.699000', '205432.702000', '205432.704000', '205432.707000', '205432.709000', '205432.712000', '205432.715000', '205432.717000', '205432.720000', '205432.722000', '205432.725000', '205432.727000', '205432.730000', '205432.733000', '205432.735000', '205432.738000', '205432.740000', '205432.743000', '205432.745000', '205432.748000', '205432.751000', '205432.753000', '205432.756000', '205432.758000', '205432.761000', '205432.763000', '205432.766000', '205432.769000', '205432.771000', '205432.774000', '205432.783000', '205432.786000', '205432.788000', '205432.791000', '205432.794000', '205432.796000', '205452.681000', '205452.684000', '205452.687000', '205452.690000', '205452.692000', '205452.695000', '205452.697000', '205452.700000', '205452.703000', '205452.705000', '205452.708000', '205452.711000', '205452.713000', '205452.716000', '205452.718000', '205452.721000', '205452.724000', '205452.726000', '205452.729000', '205452.773000', '205452.775000', '205452.778000', '205452.781000', '205452.783000', '205452.786000', '205452.788000', '205452.791000', '205452.794000', '205452.796000', '205452.799000', '205452.842000', '205452.844000', '205452.847000', '205452.849000', '205452.852000', '205452.855000', '205452.857000', '205452.860000', '205452.862000', '205452.865000', '205452.867000', '205452.870000', '205452.873000', '205512.680000', '205512.683000', '205512.686000', '205512.688000', '205512.691000', '205512.694000', '205512.696000', '205512.699000', '205512.701000', '205512.704000', '205512.707000', '205512.709000', '205512.712000', '205512.714000', '205512.717000', '205512.719000', '205512.722000', '205512.725000', '205512.727000', '205512.730000', '205512.732000', '205512.735000', '205512.738000', '205512.740000', '205512.743000', '205512.746000', '205512.748000', '205512.751000', '205512.753000', '205512.756000', '205512.759000', '205512.761000', '205512.764000', '205512.766000', '205512.769000', '205512.771000', '205512.774000', '205512.777000', '205512.779000', '205512.782000', '205512.784000', '205512.787000', '205512.789000', '205512.792000', '205532.681000', '205532.683000', '205532.686000', '205532.688000', '205532.691000', '205532.694000', '205532.696000', '205532.699000', '205532.702000', '205532.704000', '205532.707000', '205532.709000', '205532.712000', '205532.715000', '205532.717000', '205532.720000', '205532.722000', '205532.725000', '205532.728000', '205532.730000', '205532.733000', '205532.736000', '205532.738000', '205532.741000', '205532.743000', '205532.746000', '205532.749000', '205532.751000', '205532.754000', '205532.756000', '205532.759000', '205532.761000', '205532.764000', '205532.767000', '205532.769000', '205532.772000', '205532.775000', '205532.777000', '205532.780000', '205532.782000', '205532.785000', '205532.788000', '205532.790000', '205532.793000', '205552.681000', '205552.684000', '205552.687000', '205552.689000', '205552.692000', '205552.695000', '205552.698000', '205552.700000', '205552.703000', '205552.705000', '205552.708000', '205552.710000', '205552.713000', '205552.716000', '205552.718000', '205552.721000', '205552.723000', '205552.726000', '205552.729000', '205552.737000', '205552.740000', '205552.742000', '205552.745000', '205552.747000', '205552.750000', '205552.753000', '205552.756000', '205552.758000', '205552.761000', '205552.763000', '205552.766000', '205552.769000', '205552.771000', '205552.774000', '205552.777000', '205552.779000', '205552.782000', '205552.784000', '205552.787000', '205552.790000', '205552.792000', '205552.795000', '205552.798000', '205612.680000', '205612.683000', '205612.686000', '205612.689000', '205612.692000', '205612.695000', '205612.697000', '205612.700000', '205612.702000', '205612.705000', '205612.708000', '205612.710000', '205612.713000', '205612.715000', '205612.718000', '205612.721000', '205612.723000', '205612.726000', '205612.728000', '205612.731000', '205612.734000', '205612.736000', '205612.739000', '205612.742000', '205612.744000', '205612.747000', '205612.749000', '205612.752000', '205612.754000', '205612.757000', '205612.760000', '205612.762000', '205612.765000', '205612.767000', '205612.770000', '205612.773000', '205612.775000', '205612.778000', '205612.781000', '205612.783000', '205612.786000', '205612.788000', '205612.791000', '205632.680000', '205632.707000', '205632.710000', '205632.713000', '205632.715000', '205632.718000', '205632.721000', '205632.723000', '205632.726000', '205632.728000', '205632.731000', '205632.734000', '205632.736000', '205632.739000', '205632.741000', '205632.744000', '205632.747000', '205632.749000', '205632.752000', '205632.754000', '205632.757000', '205632.760000', '205632.762000', '205632.765000', '205632.767000', '205632.770000', '205632.773000', '205632.775000', '205632.778000', '205632.780000', '205632.783000', '205632.786000', '205632.788000', '205632.791000', '205632.793000', '205632.796000', '205632.799000', '205632.862000', '205632.865000', '205632.868000', '205632.871000', '205632.873000', '205632.876000', '205632.878000', '205652.680000', '205652.683000', '205652.686000', '205652.689000', '205652.691000', '205652.694000', '205652.696000', '205652.699000', '205652.702000', '205652.704000', '205652.707000', '205652.709000', '205652.712000', '205652.714000', '205652.719000', '205652.721000', '205652.724000', '205652.727000', '205652.729000', '205652.732000', '205652.734000', '205652.737000', '205652.740000', '205652.742000', '205652.745000', '205652.747000', '205652.750000', '205652.752000', '205652.755000', '205652.758000', '205652.760000', '205652.763000', '205652.765000', '205652.768000', '205652.771000', '205652.773000', '205652.776000', '205652.779000', '205652.781000', '205652.784000', '205652.787000', '205652.789000', '205652.792000', '205652.795000', '205712.681000', '205712.684000', '205712.687000', '205712.689000', '205712.692000', '205712.695000', '205712.697000', '205712.700000', '205712.703000', '205712.705000', '205712.708000', '205712.710000', '205712.713000', '205712.716000', '205712.718000', '205712.721000', '205712.724000', '205712.726000', '205712.729000', '205712.731000', '205712.734000', '205712.737000', '205712.739000', '205712.742000', '205712.745000', '205712.747000', '205712.750000', '205712.752000', '205712.755000', '205712.758000', '205712.760000', '205712.763000', '205712.766000', '205712.768000', '205712.771000', '205712.773000', '205712.776000', '205712.779000', '205712.781000', '205712.784000', '205712.787000', '205712.789000', '205712.792000', '205732.681000', '205732.684000', '205732.686000', '205732.689000', '205732.691000', '205732.694000', '205732.697000', '205732.699000', '205732.702000', '205732.704000', '205732.707000', '205732.710000', '205732.712000', '205732.715000', '205732.717000', '205732.720000', '205732.723000', '205732.725000', '205732.728000', '205732.731000', '205732.733000', '205732.736000', '205732.739000', '205732.741000', '205732.744000', '205732.747000', '205732.749000', '205732.752000', '205732.755000', '205732.757000', '205732.760000', '205732.762000', '205732.765000', '205732.768000', '205732.770000', '205732.773000', '205732.776000', '205732.778000', '205732.781000', '205732.784000', '205732.786000', '205732.789000', '205732.791000', '205752.681000', '205752.684000', '205752.686000', '205752.689000', '205752.691000', '205752.694000', '205752.696000', '205752.699000', '205752.702000', '205752.704000', '205752.707000', '205752.709000', '205752.712000', '205752.715000', '205752.717000', '205752.720000', '205752.723000', '205752.725000', '205752.728000', '205752.730000', '205752.733000', '205752.736000', '205752.738000', '205752.741000', '205752.743000', '205752.746000', '205752.779000', '205752.782000', '205752.784000', '205752.787000', '205752.789000', '205752.792000', '205752.795000', '205752.797000', '205752.837000', '205752.840000', '205752.843000', '205752.845000', '205752.848000', '205752.850000', '205752.853000', '205752.856000', '205752.858000', '205752.861000', '205812.681000', '205812.683000', '205812.686000', '205812.689000', '205812.691000', '205812.694000', '205812.697000', '205812.699000', '205812.702000', '205812.706000', '205812.709000', '205812.712000', '205812.715000', '205812.717000', '205812.720000', '205812.722000', '205812.725000', '205812.728000', '205812.730000', '205812.733000', '205812.735000', '205812.738000', '205812.740000', '205812.743000', '205812.746000', '205812.748000', '205812.751000', '205812.753000', '205812.757000', '205812.760000', '205812.762000', '205812.765000', '205812.768000', '205812.771000', '205812.773000', '205812.776000', '205812.779000', '205812.781000', '205812.784000', '205812.787000', '205812.790000', '205812.792000', '205812.795000', '205832.680000', '205832.683000', '205832.686000', '205832.689000', '205832.691000', '205832.694000', '205832.696000', '205832.699000', '205832.702000', '205832.704000', '205832.707000', '205832.710000', '205832.712000', '205832.715000', '205832.717000', '205832.720000', '205832.723000', '205832.725000', '205832.728000', '205832.730000', '205832.733000', '205832.736000', '205832.738000', '205832.741000', '205832.743000', '205832.746000', '205832.749000', '205832.751000', '205832.754000', '205832.757000', '205832.759000', '205832.762000', '205832.764000', '205832.767000', '205832.770000', '205832.772000', '205832.775000', '205832.777000', '205832.780000', '205832.783000', '205832.785000', '205832.788000', '205832.790000', '205832.793000', '205852.680000', '205852.683000', '205852.692000', '205852.695000', '205852.698000', '205852.700000', '205852.703000', '205852.706000', '205852.708000', '205852.711000', '205852.714000', '205852.716000', '205852.719000', '205852.721000', '205852.724000', '205852.727000', '205852.729000', '205852.732000', '205852.734000', '205852.737000', '205852.740000', '205852.742000', '205852.745000', '205852.747000', '205852.750000', '205852.752000', '205852.755000', '205852.758000', '205852.760000', '205852.763000', '205852.766000', '205852.769000', '205852.771000', '205852.774000', '205852.776000', '205852.779000', '205852.782000', '205852.784000', '205852.787000', '205852.790000', '205852.792000', '205852.795000', '205852.797000', '205912.566000', '205912.569000', '205912.572000', '205912.575000', '205912.577000', '205912.580000', '205912.583000', '205912.587000', '205912.593000', '205912.597000', '205912.603000', '205912.606000', '205912.609000', '205912.612000', '205912.616000', '205912.619000', '205912.621000', '205912.625000', '205912.628000', '205912.631000', '205912.634000', '205912.637000', '205912.643000', '205912.646000', '205912.649000', '205912.652000', '205912.655000', '205912.658000', '205912.660000', '205912.663000', '205912.668000', '205912.671000', '205912.674000', '205912.677000', '205912.682000', '205912.688000', '205912.692000', '205912.725000', '205912.729000', '205912.732000', '205912.734000', '205912.737000', '205912.739000', '205912.742000'], 'InstanceCreationTime': ['205252.709000', '205252.712000', '205252.714000', '205252.717000', '205252.719000', '205252.722000', '205252.725000', '205252.727000', '205252.730000', '205252.732000', '205252.735000', '205252.746000', '205252.749000', '205252.752000', '205252.754000', '205252.757000', '205252.759000', '205252.762000', '205252.764000', '205252.767000', '205252.770000', '205252.772000', '205252.775000', '205252.778000', '205252.780000', '205252.783000', '205252.785000', '205252.788000', '205252.791000', '205252.793000', '205252.796000', '205252.799000', '205252.801000', '205252.804000', '205252.806000', '205252.809000', '205252.812000', '205252.814000', '205252.817000', '205252.820000', '205252.822000', '205252.825000', '205252.833000', '205252.836000', '205252.839000', '205252.841000', '205312.680000', '205312.683000', '205312.686000', '205312.688000', '205312.691000', '205312.694000', '205312.696000', '205312.699000', '205312.701000', '205312.704000', '205312.707000', '205312.709000', '205312.712000', '205312.714000', '205312.717000', '205312.720000', '205312.722000', '205312.725000', '205312.728000', '205312.730000', '205312.733000', '205312.735000', '205312.738000', '205312.764000', '205312.766000', '205312.769000', '205312.772000', '205312.774000', '205312.777000', '205312.779000', '205312.782000', '205312.785000', '205312.787000', '205312.790000', '205312.792000', '205312.795000', '205312.797000', '205312.835000', '205312.839000', '205312.841000', '205312.844000', '205312.847000', '205312.850000', '205332.680000', '205332.683000', '205332.686000', '205332.689000', '205332.691000', '205332.694000', '205332.696000', '205332.699000', '205332.701000', '205332.704000', '205332.707000', '205332.710000', '205332.712000', '205332.715000', '205332.717000', '205332.720000', '205332.722000', '205332.725000', '205332.728000', '205332.730000', '205332.733000', '205332.736000', '205332.738000', '205332.741000', '205332.743000', '205332.746000', '205332.748000', '205332.751000', '205332.754000', '205332.756000', '205332.759000', '205332.762000', '205332.764000', '205332.767000', '205332.769000', '205332.772000', '205332.775000', '205332.786000', '205332.789000', '205332.792000', '205332.794000', '205332.797000', '205332.799000', '205332.824000', '205352.681000', '205352.684000', '205352.686000', '205352.689000', '205352.691000', '205352.694000', '205352.705000', '205352.708000', '205352.710000', '205352.713000', '205352.715000', '205352.718000', '205352.720000', '205352.723000', '205352.726000', '205352.728000', '205352.731000', '205352.733000', '205352.736000', '205352.738000', '205352.741000', '205352.744000', '205352.746000', '205352.749000', '205352.751000', '205352.754000', '205352.757000', '205352.759000', '205352.762000', '205352.764000', '205352.767000', '205352.769000', '205352.772000', '205352.775000', '205352.777000', '205352.780000', '205352.782000', '205352.785000', '205352.787000', '205352.790000', '205352.793000', '205352.795000', '205352.798000', '205412.680000', '205412.683000', '205412.686000', '205412.688000', '205412.691000', '205412.694000', '205412.697000', '205412.699000', '205412.702000', '205412.704000', '205412.707000', '205412.710000', '205412.712000', '205412.715000', '205412.717000', '205412.720000', '205412.723000', '205412.725000', '205412.728000', '205412.731000', '205412.733000', '205412.736000', '205412.738000', '205412.741000', '205412.744000', '205412.746000', '205412.749000', '205412.751000', '205412.754000', '205412.756000', '205412.759000', '205412.762000', '205412.764000', '205412.767000', '205412.769000', '205412.772000', '205412.775000', '205412.777000', '205412.780000', '205412.782000', '205412.785000', '205412.792000', '205412.795000', '205412.797000', '205432.681000', '205432.683000', '205432.686000', '205432.688000', '205432.691000', '205432.694000', '205432.696000', '205432.699000', '205432.702000', '205432.704000', '205432.707000', '205432.709000', '205432.712000', '205432.715000', '205432.717000', '205432.720000', '205432.722000', '205432.725000', '205432.727000', '205432.730000', '205432.733000', '205432.735000', '205432.738000', '205432.740000', '205432.743000', '205432.745000', '205432.748000', '205432.751000', '205432.753000', '205432.756000', '205432.758000', '205432.761000', '205432.763000', '205432.766000', '205432.769000', '205432.771000', '205432.774000', '205432.783000', '205432.786000', '205432.788000', '205432.791000', '205432.794000', '205432.796000', '205452.681000', '205452.684000', '205452.687000', '205452.690000', '205452.692000', '205452.695000', '205452.697000', '205452.700000', '205452.703000', '205452.705000', '205452.708000', '205452.711000', '205452.713000', '205452.716000', '205452.718000', '205452.721000', '205452.724000', '205452.726000', '205452.729000', '205452.773000', '205452.775000', '205452.778000', '205452.781000', '205452.783000', '205452.786000', '205452.788000', '205452.791000', '205452.794000', '205452.796000', '205452.799000', '205452.842000', '205452.844000', '205452.847000', '205452.849000', '205452.852000', '205452.855000', '205452.857000', '205452.860000', '205452.862000', '205452.865000', '205452.867000', '205452.870000', '205452.873000', '205512.680000', '205512.683000', '205512.686000', '205512.688000', '205512.691000', '205512.694000', '205512.696000', '205512.699000', '205512.701000', '205512.704000', '205512.707000', '205512.709000', '205512.712000', '205512.714000', '205512.717000', '205512.719000', '205512.722000', '205512.725000', '205512.727000', '205512.730000', '205512.732000', '205512.735000', '205512.738000', '205512.740000', '205512.743000', '205512.746000', '205512.748000', '205512.751000', '205512.753000', '205512.756000', '205512.759000', '205512.761000', '205512.764000', '205512.766000', '205512.769000', '205512.771000', '205512.774000', '205512.777000', '205512.779000', '205512.782000', '205512.784000', '205512.787000', '205512.789000', '205512.792000', '205532.681000', '205532.683000', '205532.686000', '205532.688000', '205532.691000', '205532.694000', '205532.696000', '205532.699000', '205532.702000', '205532.704000', '205532.707000', '205532.709000', '205532.712000', '205532.715000', '205532.717000', '205532.720000', '205532.722000', '205532.725000', '205532.728000', '205532.730000', '205532.733000', '205532.736000', '205532.738000', '205532.741000', '205532.743000', '205532.746000', '205532.749000', '205532.751000', '205532.754000', '205532.756000', '205532.759000', '205532.761000', '205532.764000', '205532.767000', '205532.769000', '205532.772000', '205532.775000', '205532.777000', '205532.780000', '205532.782000', '205532.785000', '205532.788000', '205532.790000', '205532.793000', '205552.681000', '205552.684000', '205552.687000', '205552.689000', '205552.692000', '205552.695000', '205552.698000', '205552.700000', '205552.703000', '205552.705000', '205552.708000', '205552.710000', '205552.713000', '205552.716000', '205552.718000', '205552.721000', '205552.723000', '205552.726000', '205552.729000', '205552.737000', '205552.740000', '205552.742000', '205552.745000', '205552.747000', '205552.750000', '205552.753000', '205552.756000', '205552.758000', '205552.761000', '205552.763000', '205552.766000', '205552.769000', '205552.771000', '205552.774000', '205552.777000', '205552.779000', '205552.782000', '205552.784000', '205552.787000', '205552.790000', '205552.792000', '205552.795000', '205552.798000', '205612.680000', '205612.683000', '205612.686000', '205612.689000', '205612.692000', '205612.695000', '205612.697000', '205612.700000', '205612.702000', '205612.705000', '205612.708000', '205612.710000', '205612.713000', '205612.715000', '205612.718000', '205612.721000', '205612.723000', '205612.726000', '205612.728000', '205612.731000', '205612.734000', '205612.736000', '205612.739000', '205612.742000', '205612.744000', '205612.747000', '205612.749000', '205612.752000', '205612.754000', '205612.757000', '205612.760000', '205612.762000', '205612.765000', '205612.767000', '205612.770000', '205612.773000', '205612.775000', '205612.778000', '205612.781000', '205612.783000', '205612.786000', '205612.788000', '205612.791000', '205632.680000', '205632.707000', '205632.710000', '205632.713000', '205632.715000', '205632.718000', '205632.721000', '205632.723000', '205632.726000', '205632.728000', '205632.731000', '205632.734000', '205632.736000', '205632.739000', '205632.741000', '205632.744000', '205632.747000', '205632.749000', '205632.752000', '205632.754000', '205632.757000', '205632.760000', '205632.762000', '205632.765000', '205632.767000', '205632.770000', '205632.773000', '205632.775000', '205632.778000', '205632.780000', '205632.783000', '205632.786000', '205632.788000', '205632.791000', '205632.793000', '205632.796000', '205632.799000', '205632.862000', '205632.865000', '205632.868000', '205632.871000', '205632.873000', '205632.876000', '205632.878000', '205652.680000', '205652.683000', '205652.686000', '205652.689000', '205652.691000', '205652.694000', '205652.696000', '205652.699000', '205652.702000', '205652.704000', '205652.707000', '205652.709000', '205652.712000', '205652.714000', '205652.719000', '205652.721000', '205652.724000', '205652.727000', '205652.729000', '205652.732000', '205652.734000', '205652.737000', '205652.740000', '205652.742000', '205652.745000', '205652.747000', '205652.750000', '205652.752000', '205652.755000', '205652.758000', '205652.760000', '205652.763000', '205652.765000', '205652.768000', '205652.771000', '205652.773000', '205652.776000', '205652.779000', '205652.781000', '205652.784000', '205652.787000', '205652.789000', '205652.792000', '205652.795000', '205712.681000', '205712.684000', '205712.687000', '205712.689000', '205712.692000', '205712.695000', '205712.697000', '205712.700000', '205712.703000', '205712.705000', '205712.708000', '205712.710000', '205712.713000', '205712.716000', '205712.718000', '205712.721000', '205712.724000', '205712.726000', '205712.729000', '205712.731000', '205712.734000', '205712.737000', '205712.739000', '205712.742000', '205712.745000', '205712.747000', '205712.750000', '205712.752000', '205712.755000', '205712.758000', '205712.760000', '205712.763000', '205712.766000', '205712.768000', '205712.771000', '205712.773000', '205712.776000', '205712.779000', '205712.781000', '205712.784000', '205712.787000', '205712.789000', '205712.792000', '205732.681000', '205732.684000', '205732.686000', '205732.689000', '205732.691000', '205732.694000', '205732.697000', '205732.699000', '205732.702000', '205732.704000', '205732.707000', '205732.710000', '205732.712000', '205732.715000', '205732.717000', '205732.720000', '205732.723000', '205732.725000', '205732.728000', '205732.731000', '205732.733000', '205732.736000', '205732.739000', '205732.741000', '205732.744000', '205732.747000', '205732.749000', '205732.752000', '205732.755000', '205732.757000', '205732.760000', '205732.762000', '205732.765000', '205732.768000', '205732.770000', '205732.773000', '205732.776000', '205732.778000', '205732.781000', '205732.784000', '205732.786000', '205732.789000', '205732.791000', '205752.681000', '205752.684000', '205752.686000', '205752.689000', '205752.691000', '205752.694000', '205752.696000', '205752.699000', '205752.702000', '205752.704000', '205752.707000', '205752.709000', '205752.712000', '205752.715000', '205752.717000', '205752.720000', '205752.723000', '205752.725000', '205752.728000', '205752.730000', '205752.733000', '205752.736000', '205752.738000', '205752.741000', '205752.743000', '205752.746000', '205752.779000', '205752.782000', '205752.784000', '205752.787000', '205752.789000', '205752.792000', '205752.795000', '205752.797000', '205752.837000', '205752.840000', '205752.843000', '205752.845000', '205752.848000', '205752.850000', '205752.853000', '205752.856000', '205752.858000', '205752.861000', '205812.681000', '205812.683000', '205812.686000', '205812.689000', '205812.691000', '205812.694000', '205812.697000', '205812.699000', '205812.702000', '205812.706000', '205812.709000', '205812.712000', '205812.715000', '205812.717000', '205812.720000', '205812.722000', '205812.725000', '205812.728000', '205812.730000', '205812.733000', '205812.735000', '205812.738000', '205812.740000', '205812.743000', '205812.746000', '205812.748000', '205812.751000', '205812.753000', '205812.757000', '205812.760000', '205812.762000', '205812.765000', '205812.768000', '205812.771000', '205812.773000', '205812.776000', '205812.779000', '205812.781000', '205812.784000', '205812.787000', '205812.790000', '205812.792000', '205812.795000', '205832.680000', '205832.683000', '205832.686000', '205832.689000', '205832.691000', '205832.694000', '205832.696000', '205832.699000', '205832.702000', '205832.704000', '205832.707000', '205832.710000', '205832.712000', '205832.715000', '205832.717000', '205832.720000', '205832.723000', '205832.725000', '205832.728000', '205832.730000', '205832.733000', '205832.736000', '205832.738000', '205832.741000', '205832.743000', '205832.746000', '205832.749000', '205832.751000', '205832.754000', '205832.757000', '205832.759000', '205832.762000', '205832.764000', '205832.767000', '205832.770000', '205832.772000', '205832.775000', '205832.777000', '205832.780000', '205832.783000', '205832.785000', '205832.788000', '205832.790000', '205832.793000', '205852.680000', '205852.683000', '205852.692000', '205852.695000', '205852.698000', '205852.700000', '205852.703000', '205852.706000', '205852.708000', '205852.711000', '205852.714000', '205852.716000', '205852.719000', '205852.721000', '205852.724000', '205852.727000', '205852.729000', '205852.732000', '205852.734000', '205852.737000', '205852.740000', '205852.742000', '205852.745000', '205852.747000', '205852.750000', '205852.752000', '205852.755000', '205852.758000', '205852.760000', '205852.763000', '205852.766000', '205852.769000', '205852.771000', '205852.774000', '205852.776000', '205852.779000', '205852.782000', '205852.784000', '205852.787000', '205852.790000', '205852.792000', '205852.795000', '205852.797000', '205912.566000', '205912.569000', '205912.572000', '205912.575000', '205912.577000', '205912.580000', '205912.583000', '205912.587000', '205912.593000', '205912.597000', '205912.603000', '205912.606000', '205912.609000', '205912.612000', '205912.616000', '205912.619000', '205912.621000', '205912.625000', '205912.628000', '205912.631000', '205912.634000', '205912.637000', '205912.643000', '205912.646000', '205912.649000', '205912.652000', '205912.655000', '205912.658000', '205912.660000', '205912.663000', '205912.668000', '205912.671000', '205912.674000', '205912.677000', '205912.682000', '205912.688000', '205912.692000', '205912.725000', '205912.729000', '205912.732000', '205912.734000', '205912.737000', '205912.739000', '205912.742000'], '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': [11469, 8749, 9975, 7849, 7202, 8456, 7685, 8070, 8214, 8846, 8538, 9408, 9121, 8037, 8063, 7680, 7916, 7952, 8852, 8003, 8906, 8149, 7023, 7588, 7028, 8674, 7293, 7623, 7948, 7708, 8233, 9010, 8499, 7807, 8510, 7362, 7905, 7990, 8586, 7957, 8269, 8154, 10450, 8281, 10313, 8534, 7816, 8576, 7860, 8396, 6841, 8520, 6801, 8027, 7189, 7955, 7138, 8543, 9147, 6983, 7986, 6669, 7955, 7210, 8203, 7203, 9261, 7007, 8012, 8299, 6759, 7977, 6794, 7926, 7050, 8450, 8656, 7033, 9784, 6993, 9590, 8036, 8561, 8911, 6720, 7986, 6734, 7795, 7167, 8969, 8023, 6740, 8308, 7089, 8466, 9277, 7226, 9981, 7426, 12039, 9959, 6611, 8381, 6947, 8200, 7377, 9395, 8193, 9197, 8891, 7009, 8493, 7371, 8718, 7331, 9536, 8075, 8907, 8576, 6847, 8469, 6930, 8305, 7465, 8293, 7668, 7057, 8370, 7043, 7913, 7654, 8879, 8070, 6704, 8658, 6759, 7684, 7640, 8947, 7847, 6834, 8623, 6776, 8377, 7482, 10214, 7319, 6876, 8631, 6714, 8017, 7130, 9997, 7784, 7837, 7478, 7462, 6751, 7827, 8068, 9369, 9254, 10813, 8554, 11279, 8056, 10373, 7826, 9350, 7641, 9061, 7780, 8085, 7852, 6711, 7739, 6729, 8088, 6646, 8690, 6915, 8378, 7232, 8375, 7144, 9228, 7007, 8528, 7147, 8522, 6976, 8270, 7278, 8118, 6784, 8883, 6986, 8793, 6771, 8307, 6887, 7807, 6717, 7975, 6650, 7700, 6943, 7955, 6683, 7815, 7036, 7697, 6955, 6965, 6986, 7255, 6788, 7452, 8664, 7806, 8144, 7509, 6741, 7504, 6986, 7768, 9003, 8122, 6977, 7114, 7172, 7344, 7749, 7474, 8110, 7112, 6781, 7659, 7183, 9328, 7167, 9119, 7337, 8352, 7186, 9428, 8675, 11288, 9891, 7842, 8725, 7080, 8592, 7366, 8748, 7297, 9786, 7197, 10175, 7648, 9354, 7747, 8939, 7808, 9465, 7965, 9875, 7958, 7515, 8250, 7131, 8502, 7059, 8580, 7440, 8372, 7454, 8357, 6776, 8277, 6954, 8315, 7622, 8085, 6743, 8306, 7440, 8378, 7472, 8232, 7673, 6903, 8212, 6723, 8316, 7765, 8365, 8162, 7994, 7688, 8855, 7844, 9900, 8050, 6933, 8269, 7056, 8279, 6883, 7786, 7226, 7864, 7046, 7844, 8474, 6882, 9244, 7410, 9584, 7942, 10136, 9623, 7314, 8328, 7708, 7870, 8506, 7042, 8301, 8441, 9061, 8547, 7192, 10104, 8045, 9715, 8219, 8654, 7963, 8512, 7954, 8806, 8009, 8300, 7999, 8604, 7464, 8184, 7219, 8391, 7400, 7558, 7982, 6964, 8173, 7876, 7037, 7979, 8878, 9250, 9986, 9479, 10379, 9309, 10403, 9140, 10333, 9039, 10673, 8158, 10214, 8180, 9003, 8366, 9056, 8875, 7805, 8503, 7211, 8514, 7422, 8882, 7288, 8645, 8045, 8538, 7839, 8821, 7703, 8470, 8017, 8281, 7796, 7979, 7238, 7849, 7201, 8120, 7383, 6639, 7736, 6768, 9703, 7160, 9893, 7560, 10452, 7764, 10249, 8778, 9006, 9966, 7133, 8514, 7378, 8357, 7557, 8427, 6803, 8414, 7003, 8261, 6980, 8278, 7181, 8397, 7059, 8503, 7331, 9261, 7593, 9235, 7873, 9054, 8682, 8294, 9557, 6784, 7907, 6703, 7880, 7294, 7916, 6855, 7707, 6862, 7704, 7267, 8569, 7440, 7700, 7982, 6748, 9367, 7028, 8395, 7285, 9897, 7399, 9075, 7860, 8250, 8018, 6704, 8274, 7345, 8445, 7060, 9280, 7662, 9959, 8122, 8835, 8571, 6991, 8931, 6646, 8818, 7268, 8640, 7191, 9056, 7312, 8827, 7585, 8743, 7626, 8906, 7830, 8912, 7445, 8935, 7513, 8438, 7626, 6780, 7754, 6911, 8031, 7207, 8667, 7045, 9039, 7943, 9554, 8323, 9708, 8370, 9016, 7747, 7089, 8919, 7250, 8391, 8742, 6885, 9068, 7148, 8579, 7505, 9002, 7048, 8679, 7287, 8448, 6801, 8529, 6863, 8245, 7671, 7968, 6762, 7940, 7959, 7634, 8952, 7986, 8638, 7664, 8430, 7860, 8911, 8867, 7582, 8440, 6848, 8032, 7753, 8326, 8980, 8198, 9816, 7956, 10939, 7125, 8808, 7286, 8762, 6944, 8384, 6970, 7811, 6713, 7953, 6840, 8180, 7269, 7853, 7135, 8390, 7049, 8680, 7133, 10283, 8146, 9770, 6920, 8362, 6796, 9339, 7949, 6768, 8093, 6643, 8917, 6929, 8674, 7324, 10435, 7173, 8916, 7175, 9146, 7224, 9483, 7345, 9151, 7254, 8856, 7439, 9441, 8432, 6753, 8512, 6676, 8470, 7055, 8611, 7380, 10012, 8293, 6536, 8654, 7178, 8732, 7198, 8698, 7426, 8900, 6801, 8939, 7480, 8494, 7332, 8100, 7386, 8695, 7661, 8507, 7159, 8240, 7257, 8749, 7298, 8925, 6944, 9075, 7253, 8842, 7433, 8792, 7311, 8667, 7051, 8524, 7268, 9265, 7560, 9125, 6920, 6686, 7689, 6983, 7917, 6907, 7649, 9307, 7636, 9536, 8000, 9236, 8184, 8536, 8680, 6761, 8525, 6640, 8788, 6740, 8733, 7040, 8556, 6941, 8817, 7215, 8581, 7532, 8674, 6942, 9172, 8014, 6840, 7156, 7149, 6677, 8767, 7138, 9451, 8908, 10165, 7863, 9923, 7383, 9184, 8176, 9523, 7132, 8764, 6979, 8806, 7139, 8926, 7194, 8498, 7448, 8803, 7441, 8837, 7381, 9135, 7016, 6866, 7843, 7132, 7869, 9261, 8443, 8043, 7830, 7696, 7978, 7520, 8374, 6819, 8467, 7247, 8410, 6897, 8782, 6832, 8826, 7259, 9360, 7200, 9388, 7753, 9607, 8602, 9361, 8712, 8138, 8333, 7371, 8004, 6705, 8277, 6783, 8534, 7071, 8399, 7048, 8726, 7268, 9149, 8761, 9280, 8998, 7860, 8574, 6793, 8450, 7008, 8639, 6884, 8430, 7087, 8526, 6856, 8594, 7157, 8886, 7153, 9550, 8097, 9519, 7546, 6815, 7185, 7197, 9613, 7781, 9110, 8761, 9325, 9124, 9595, 8883, 8431, 8526, 8324, 8573, 7919, 8828, 6879, 8762, 7581, 8213, 8246, 8664, 8284, 9011, 9155, 7797, 8424, 7135, 8718, 7257, 8907, 7394, 9009, 7574, 8518, 8498, 6737, 8652, 6836, 8334, 8059, 6695, 7491, 7547, 6737, 8066, 7440, 7942, 8239, 7231, 8639, 7243, 8537, 7159, 8415, 6933, 8344, 6782, 8301, 6799, 8328, 6675, 8351, 6813, 8192, 6906, 8481, 6922, 8607, 6575, 8130, 6888, 8383, 6788, 8324, 6756, 8210, 8547, 7988, 9094, 7634, 9668, 8443, 7946, 8165, 6772, 8438, 7603, 8014, 9484, 7678, 9284, 7849, 10109, 7606], 'WindowCenter': [4302.0, 4261.0, 4265.0, 4243.0, 4221.0, 4243.0, 4229.0, 4231.0, 4240.0, 4242.0, 4242.0, 4239.0, 4252.0, 4229.0, 4229.0, 4220.0, 4228.0, 4230.0, 4238.0, 4231.0, 4241.0, 4231.0, 4210.0, 4221.0, 4207.0, 4243.0, 4219.0, 4221.0, 4230.0, 4223.0, 4232.0, 4239.0, 4241.0, 4220.0, 4241.0, 4209.0, 4232.0, 4217.0, 4227.0, 4230.0, 4229.0, 4230.0, 4249.0, 4228.0, 4246.0, 4228.0, 4209.0, 4242.0, 4233.0, 4242.0, 4200.0, 4227.0, 4196.0, 4217.0, 4198.0, 4217.0, 4209.0, 4240.0, 4252.0, 4210.0, 4231.0, 4199.0, 4230.0, 4221.0, 4230.0, 4222.0, 4239.0, 4211.0, 4231.0, 4243.0, 4211.0, 4232.0, 4213.0, 4232.0, 4221.0, 4242.0, 4254.0, 4223.0, 4262.0, 4223.0, 4253.0, 4232.0, 4242.0, 4253.0, 4211.0, 4232.0, 4211.0, 4220.0, 4223.0, 4254.0, 4232.0, 4211.0, 4240.0, 4211.0, 4231.0, 4250.0, 4222.0, 4251.0, 4222.0, 4270.0, 4249.0, 4198.0, 4227.0, 4195.0, 4212.0, 4206.0, 4227.0, 4217.0, 4237.0, 4229.0, 4197.0, 4227.0, 4205.0, 4215.0, 4205.0, 4234.0, 4215.0, 4223.0, 4215.0, 4183.0, 4213.0, 4195.0, 4214.0, 4203.0, 4214.0, 4203.0, 4193.0, 4214.0, 4194.0, 4216.0, 4218.0, 4227.0, 4217.0, 4195.0, 4227.0, 4198.0, 4219.0, 4220.0, 4237.0, 4230.0, 4209.0, 4241.0, 4209.0, 4229.0, 4222.0, 4249.0, 4222.0, 4198.0, 4242.0, 4209.0, 4231.0, 4221.0, 4262.0, 4234.0, 4233.0, 4219.0, 4220.0, 4209.0, 4232.0, 4242.0, 4252.0, 4253.0, 4262.0, 4240.0, 4248.0, 4215.0, 4236.0, 4203.0, 4222.0, 4204.0, 4223.0, 4205.0, 4204.0, 4216.0, 4184.0, 4216.0, 4197.0, 4230.0, 4199.0, 4232.0, 4207.0, 4227.0, 4206.0, 4226.0, 4196.0, 4240.0, 4196.0, 4227.0, 4195.0, 4227.0, 4194.0, 4218.0, 4206.0, 4218.0, 4197.0, 4239.0, 4209.0, 4241.0, 4199.0, 4230.0, 4208.0, 4218.0, 4198.0, 4220.0, 4200.0, 4221.0, 4207.0, 4230.0, 4198.0, 4218.0, 4206.0, 4218.0, 4207.0, 4210.0, 4209.0, 4222.0, 4209.0, 4221.0, 4240.0, 4234.0, 4231.0, 4222.0, 4210.0, 4222.0, 4210.0, 4234.0, 4243.0, 4231.0, 4210.0, 4211.0, 4209.0, 4208.0, 4221.0, 4220.0, 4228.0, 4211.0, 4214.0, 4236.0, 4226.0, 4278.0, 4227.0, 4256.0, 4223.0, 4244.0, 4212.0, 4253.0, 4258.0, 4273.0, 4251.0, 4229.0, 4240.0, 4209.0, 4227.0, 4210.0, 4227.0, 4209.0, 4239.0, 4198.0, 4235.0, 4207.0, 4225.0, 4206.0, 4214.0, 4204.0, 4224.0, 4206.0, 4234.0, 4204.0, 4192.0, 4215.0, 4194.0, 4215.0, 4194.0, 4215.0, 4193.0, 4212.0, 4193.0, 4214.0, 4184.0, 4216.0, 4193.0, 4213.0, 4204.0, 4216.0, 4184.0, 4228.0, 4219.0, 4226.0, 4218.0, 4230.0, 4218.0, 4206.0, 4229.0, 4200.0, 4229.0, 4219.0, 4228.0, 4231.0, 4219.0, 4219.0, 4239.0, 4219.0, 4248.0, 4220.0, 4196.0, 4216.0, 4199.0, 4229.0, 4207.0, 4219.0, 4222.0, 4230.0, 4219.0, 4230.0, 4241.0, 4221.0, 4253.0, 4219.0, 4251.0, 4233.0, 4262.0, 4252.0, 4209.0, 4230.0, 4219.0, 4229.0, 4240.0, 4207.0, 4230.0, 4229.0, 4237.0, 4240.0, 4211.0, 4252.0, 4217.0, 4236.0, 4218.0, 4214.0, 4202.0, 4213.0, 4203.0, 4211.0, 4203.0, 4204.0, 4206.0, 4213.0, 4194.0, 4227.0, 4221.0, 4229.0, 4220.0, 4220.0, 4228.0, 4210.0, 4231.0, 4232.0, 4210.0, 4243.0, 4240.0, 4253.0, 4251.0, 4252.0, 4248.0, 4239.0, 4245.0, 4226.0, 4236.0, 4212.0, 4234.0, 4217.0, 4233.0, 4214.0, 4213.0, 4215.0, 4234.0, 4228.0, 4202.0, 4213.0, 4192.0, 4213.0, 4193.0, 4225.0, 4205.0, 4215.0, 4215.0, 4215.0, 4204.0, 4224.0, 4205.0, 4214.0, 4205.0, 4213.0, 4205.0, 4213.0, 4205.0, 4217.0, 4207.0, 4227.0, 4221.0, 4197.0, 4221.0, 4209.0, 4251.0, 4209.0, 4252.0, 4222.0, 4259.0, 4221.0, 4251.0, 4228.0, 4227.0, 4249.0, 4198.0, 4226.0, 4205.0, 4219.0, 4205.0, 4216.0, 4188.0, 4217.0, 4198.0, 4218.0, 4195.0, 4227.0, 4209.0, 4227.0, 4209.0, 4240.0, 4222.0, 4241.0, 4221.0, 4239.0, 4219.0, 4238.0, 4241.0, 4227.0, 4237.0, 4186.0, 4216.0, 4186.0, 4217.0, 4209.0, 4217.0, 4198.0, 4220.0, 4198.0, 4218.0, 4222.0, 4240.0, 4221.0, 4219.0, 4230.0, 4200.0, 4250.0, 4210.0, 4230.0, 4221.0, 4247.0, 4219.0, 4240.0, 4230.0, 4228.0, 4231.0, 4197.0, 4228.0, 4209.0, 4229.0, 4210.0, 4238.0, 4219.0, 4237.0, 4218.0, 4227.0, 4225.0, 4196.0, 4227.0, 4185.0, 4213.0, 4194.0, 4213.0, 4192.0, 4226.0, 4205.0, 4224.0, 4204.0, 4216.0, 4206.0, 4216.0, 4205.0, 4213.0, 4192.0, 4225.0, 4218.0, 4226.0, 4217.0, 4185.0, 4203.0, 4196.0, 4227.0, 4220.0, 4228.0, 4209.0, 4242.0, 4231.0, 4240.0, 4229.0, 4236.0, 4228.0, 4228.0, 4206.0, 4195.0, 4238.0, 4209.0, 4225.0, 4237.0, 4207.0, 4238.0, 4197.0, 4230.0, 4207.0, 4226.0, 4195.0, 4225.0, 4206.0, 4214.0, 4186.0, 4225.0, 4184.0, 4227.0, 4204.0, 4217.0, 4184.0, 4215.0, 4215.0, 4218.0, 4240.0, 4218.0, 4229.0, 4219.0, 4226.0, 4230.0, 4241.0, 4240.0, 4218.0, 4231.0, 4198.0, 4230.0, 4217.0, 4229.0, 4238.0, 4229.0, 4237.0, 4220.0, 4245.0, 4197.0, 4225.0, 4206.0, 4216.0, 4195.0, 4215.0, 4195.0, 4220.0, 4200.0, 4229.0, 4211.0, 4240.0, 4222.0, 4229.0, 4209.0, 4230.0, 4209.0, 4239.0, 4212.0, 4260.0, 4233.0, 4250.0, 4211.0, 4230.0, 4210.0, 4249.0, 4229.0, 4199.0, 4228.0, 4198.0, 4238.0, 4209.0, 4238.0, 4209.0, 4248.0, 4210.0, 4226.0, 4197.0, 4237.0, 4206.0, 4234.0, 4207.0, 4226.0, 4207.0, 4226.0, 4207.0, 4235.0, 4226.0, 4195.0, 4226.0, 4195.0, 4225.0, 4198.0, 4227.0, 4207.0, 4236.0, 4217.0, 4185.0, 4228.0, 4196.0, 4228.0, 4193.0, 4215.0, 4193.0, 4225.0, 4184.0, 4227.0, 4193.0, 4214.0, 4180.0, 4201.0, 4181.0, 4214.0, 4203.0, 4215.0, 4193.0, 4215.0, 4206.0, 4215.0, 4196.0, 4225.0, 4193.0, 4215.0, 4193.0, 4212.0, 4193.0, 4213.0, 4196.0, 4213.0, 4197.0, 4226.0, 4208.0, 4237.0, 4221.0, 4236.0, 4196.0, 4197.0, 4216.0, 4197.0, 4229.0, 4208.0, 4221.0, 4238.0, 4220.0, 4248.0, 4228.0, 4237.0, 4230.0, 4227.0, 4227.0, 4198.0, 4228.0, 4185.0, 4227.0, 4189.0, 4228.0, 4196.0, 4217.0, 4195.0, 4224.0, 4206.0, 4224.0, 4206.0, 4227.0, 4196.0, 4237.0, 4243.0, 4210.0, 4210.0, 4221.0, 4213.0, 4242.0, 4209.0, 4251.0, 4241.0, 4249.0, 4218.0, 4237.0, 4208.0, 4225.0, 4219.0, 4235.0, 4195.0, 4213.0, 4195.0, 4224.0, 4196.0, 4226.0, 4196.0, 4226.0, 4207.0, 4238.0, 4223.0, 4239.0, 4209.0, 4236.0, 4208.0, 4196.0, 4230.0, 4207.0, 4230.0, 4250.0, 4242.0, 4228.0, 4222.0, 4218.0, 4231.0, 4221.0, 4232.0, 4199.0, 4229.0, 4207.0, 4229.0, 4199.0, 4227.0, 4198.0, 4226.0, 4207.0, 4238.0, 4206.0, 4235.0, 4220.0, 4236.0, 4228.0, 4236.0, 4229.0, 4218.0, 4229.0, 4207.0, 4218.0, 4196.0, 4227.0, 4197.0, 4228.0, 4196.0, 4227.0, 4209.0, 4228.0, 4209.0, 4236.0, 4229.0, 4237.0, 4239.0, 4217.0, 4226.0, 4198.0, 4219.0, 4196.0, 4227.0, 4197.0, 4215.0, 4195.0, 4225.0, 4197.0, 4228.0, 4206.0, 4227.0, 4208.0, 4253.0, 4219.0, 4250.0, 4217.0, 4195.0, 4208.0, 4221.0, 4261.0, 4232.0, 4239.0, 4243.0, 4249.0, 4253.0, 4252.0, 4241.0, 4228.0, 4229.0, 4216.0, 4227.0, 4204.0, 4226.0, 4195.0, 4215.0, 4205.0, 4215.0, 4226.0, 4225.0, 4216.0, 4225.0, 4225.0, 4204.0, 4215.0, 4193.0, 4213.0, 4194.0, 4225.0, 4206.0, 4224.0, 4206.0, 4227.0, 4225.0, 4196.0, 4226.0, 4198.0, 4240.0, 4232.0, 4199.0, 4220.0, 4232.0, 4224.0, 4247.0, 4235.0, 4244.0, 4243.0, 4220.0, 4242.0, 4220.0, 4241.0, 4210.0, 4232.0, 4196.0, 4217.0, 4188.0, 4217.0, 4196.0, 4230.0, 4198.0, 4218.0, 4195.0, 4229.0, 4196.0, 4228.0, 4198.0, 4229.0, 4197.0, 4229.0, 4206.0, 4229.0, 4198.0, 4230.0, 4198.0, 4229.0, 4227.0, 4219.0, 4227.0, 4220.0, 4252.0, 4230.0, 4216.0, 4228.0, 4196.0, 4231.0, 4217.0, 4220.0, 4236.0, 4218.0, 4238.0, 4229.0, 4247.0, 4218.0], 'WindowWidth': [9505.0, 9441.0, 9435.0, 9402.0, 9368.0, 9399.0, 9377.0, 9380.0, 9392.0, 9393.0, 9394.0, 9386.0, 9406.0, 9374.0, 9374.0, 9360.0, 9369.0, 9374.0, 9380.0, 9376.0, 9390.0, 9376.0, 9349.0, 9363.0, 9342.0, 9395.0, 9361.0, 9365.0, 9376.0, 9368.0, 9380.0, 9384.0, 9390.0, 9361.0, 9390.0, 9345.0, 9377.0, 9354.0, 9366.0, 9375.0, 9372.0, 9373.0, 9395.0, 9367.0, 9389.0, 9368.0, 9341.0, 9394.0, 9383.0, 9396.0, 9335.0, 9367.0, 9324.0, 9351.0, 9327.0, 9353.0, 9348.0, 9390.0, 9407.0, 9349.0, 9377.0, 9331.0, 9375.0, 9364.0, 9374.0, 9368.0, 9387.0, 9352.0, 9377.0, 9397.0, 9352.0, 9380.0, 9357.0, 9381.0, 9368.0, 9397.0, 9416.0, 9372.0, 9422.0, 9371.0, 9408.0, 9381.0, 9396.0, 9409.0, 9353.0, 9381.0, 9352.0, 9363.0, 9371.0, 9412.0, 9384.0, 9354.0, 9390.0, 9353.0, 9378.0, 9402.0, 9368.0, 9404.0, 9366.0, 9428.0, 9396.0, 9328.0, 9366.0, 9320.0, 9338.0, 9336.0, 9363.0, 9352.0, 9375.0, 9368.0, 9324.0, 9364.0, 9333.0, 9345.0, 9333.0, 9370.0, 9345.0, 9351.0, 9344.0, 9298.0, 9339.0, 9318.0, 9342.0, 9328.0, 9341.0, 9328.0, 9313.0, 9343.0, 9317.0, 9350.0, 9353.0, 9365.0, 9354.0, 9322.0, 9367.0, 9329.0, 9359.0, 9361.0, 9381.0, 9375.0, 9346.0, 9391.0, 9347.0, 9374.0, 9367.0, 9399.0, 9366.0, 9331.0, 9393.0, 9348.0, 9378.0, 9367.0, 9423.0, 9389.0, 9384.0, 9360.0, 9363.0, 9350.0, 9383.0, 9397.0, 9408.0, 9412.0, 9422.0, 9389.0, 9393.0, 9346.0, 9371.0, 9325.0, 9348.0, 9328.0, 9353.0, 9332.0, 9330.0, 9348.0, 9304.0, 9350.0, 9326.0, 9374.0, 9331.0, 9377.0, 9339.0, 9367.0, 9337.0, 9363.0, 9322.0, 9384.0, 9325.0, 9366.0, 9321.0, 9363.0, 9317.0, 9354.0, 9335.0, 9354.0, 9325.0, 9386.0, 9347.0, 9389.0, 9332.0, 9374.0, 9341.0, 9355.0, 9328.0, 9359.0, 9335.0, 9362.0, 9340.0, 9374.0, 9329.0, 9356.0, 9339.0, 9357.0, 9341.0, 9349.0, 9347.0, 9367.0, 9348.0, 9364.0, 9389.0, 9388.0, 9379.0, 9369.0, 9350.0, 9368.0, 9349.0, 9387.0, 9397.0, 9378.0, 9348.0, 9350.0, 9345.0, 9344.0, 9362.0, 9363.0, 9371.0, 9353.0, 9358.0, 9394.0, 9381.0, 9456.0, 9383.0, 9419.0, 9373.0, 9399.0, 9355.0, 9410.0, 9425.0, 9437.0, 9405.0, 9372.0, 9389.0, 9346.0, 9366.0, 9346.0, 9365.0, 9343.0, 9382.0, 9327.0, 9371.0, 9337.0, 9357.0, 9333.0, 9339.0, 9329.0, 9354.0, 9332.0, 9366.0, 9330.0, 9309.0, 9344.0, 9314.0, 9344.0, 9316.0, 9344.0, 9310.0, 9336.0, 9310.0, 9340.0, 9301.0, 9346.0, 9311.0, 9340.0, 9328.0, 9345.0, 9303.0, 9366.0, 9359.0, 9364.0, 9356.0, 9372.0, 9357.0, 9338.0, 9373.0, 9334.0, 9371.0, 9357.0, 9369.0, 9375.0, 9356.0, 9355.0, 9383.0, 9358.0, 9393.0, 9358.0, 9322.0, 9348.0, 9329.0, 9370.0, 9341.0, 9358.0, 9366.0, 9373.0, 9362.0, 9377.0, 9394.0, 9366.0, 9409.0, 9362.0, 9403.0, 9383.0, 9421.0, 9406.0, 9344.0, 9375.0, 9359.0, 9370.0, 9389.0, 9339.0, 9372.0, 9371.0, 9379.0, 9389.0, 9349.0, 9404.0, 9350.0, 9374.0, 9349.0, 9340.0, 9321.0, 9336.0, 9324.0, 9332.0, 9324.0, 9326.0, 9329.0, 9335.0, 9315.0, 9363.0, 9363.0, 9372.0, 9364.0, 9361.0, 9369.0, 9346.0, 9374.0, 9381.0, 9349.0, 9397.0, 9390.0, 9409.0, 9403.0, 9404.0, 9393.0, 9383.0, 9383.0, 9359.0, 9370.0, 9336.0, 9365.0, 9348.0, 9364.0, 9341.0, 9337.0, 9345.0, 9371.0, 9365.0, 9323.0, 9338.0, 9309.0, 9339.0, 9312.0, 9359.0, 9331.0, 9344.0, 9345.0, 9343.0, 9329.0, 9355.0, 9334.0, 9342.0, 9330.0, 9336.0, 9330.0, 9339.0, 9332.0, 9351.0, 9340.0, 9366.0, 9363.0, 9327.0, 9364.0, 9348.0, 9405.0, 9348.0, 9407.0, 9367.0, 9412.0, 9362.0, 9401.0, 9370.0, 9365.0, 9397.0, 9326.0, 9363.0, 9332.0, 9355.0, 9333.0, 9347.0, 9312.0, 9350.0, 9325.0, 9350.0, 9320.0, 9364.0, 9345.0, 9365.0, 9345.0, 9388.0, 9366.0, 9391.0, 9364.0, 9384.0, 9359.0, 9383.0, 9390.0, 9365.0, 9378.0, 9307.0, 9347.0, 9308.0, 9352.0, 9343.0, 9353.0, 9328.0, 9360.0, 9329.0, 9359.0, 9370.0, 9391.0, 9366.0, 9361.0, 9377.0, 9336.0, 9403.0, 9351.0, 9375.0, 9363.0, 9394.0, 9358.0, 9386.0, 9376.0, 9370.0, 9375.0, 9327.0, 9368.0, 9345.0, 9371.0, 9348.0, 9382.0, 9357.0, 9378.0, 9352.0, 9360.0, 9359.0, 9320.0, 9361.0, 9303.0, 9339.0, 9313.0, 9338.0, 9310.0, 9360.0, 9333.0, 9354.0, 9329.0, 9344.0, 9332.0, 9344.0, 9329.0, 9337.0, 9310.0, 9358.0, 9357.0, 9364.0, 9352.0, 9305.0, 9329.0, 9323.0, 9365.0, 9360.0, 9368.0, 9347.0, 9392.0, 9376.0, 9385.0, 9369.0, 9373.0, 9366.0, 9366.0, 9335.0, 9319.0, 9379.0, 9345.0, 9362.0, 9380.0, 9340.0, 9382.0, 9325.0, 9370.0, 9337.0, 9360.0, 9318.0, 9358.0, 9333.0, 9345.0, 9308.0, 9360.0, 9304.0, 9366.0, 9332.0, 9351.0, 9305.0, 9347.0, 9346.0, 9357.0, 9386.0, 9356.0, 9369.0, 9358.0, 9364.0, 9374.0, 9390.0, 9390.0, 9358.0, 9378.0, 9330.0, 9375.0, 9353.0, 9371.0, 9383.0, 9370.0, 9377.0, 9357.0, 9386.0, 9324.0, 9358.0, 9337.0, 9347.0, 9319.0, 9345.0, 9323.0, 9359.0, 9334.0, 9372.0, 9354.0, 9389.0, 9368.0, 9373.0, 9349.0, 9375.0, 9348.0, 9388.0, 9356.0, 9416.0, 9382.0, 9400.0, 9352.0, 9374.0, 9350.0, 9401.0, 9373.0, 9332.0, 9370.0, 9329.0, 9383.0, 9345.0, 9384.0, 9345.0, 9395.0, 9345.0, 9361.0, 9325.0, 9376.0, 9337.0, 9369.0, 9337.0, 9359.0, 9339.0, 9362.0, 9339.0, 9373.0, 9365.0, 9320.0, 9363.0, 9320.0, 9360.0, 9329.0, 9364.0, 9338.0, 9375.0, 9351.0, 9305.0, 9366.0, 9321.0, 9365.0, 9312.0, 9345.0, 9313.0, 9357.0, 9300.0, 9360.0, 9313.0, 9342.0, 9288.0, 9317.0, 9291.0, 9338.0, 9325.0, 9343.0, 9314.0, 9343.0, 9334.0, 9344.0, 9321.0, 9357.0, 9312.0, 9342.0, 9312.0, 9336.0, 9313.0, 9339.0, 9319.0, 9338.0, 9323.0, 9360.0, 9340.0, 9378.0, 9360.0, 9374.0, 9322.0, 9325.0, 9350.0, 9325.0, 9372.0, 9342.0, 9363.0, 9381.0, 9361.0, 9396.0, 9370.0, 9380.0, 9373.0, 9365.0, 9364.0, 9326.0, 9367.0, 9305.0, 9364.0, 9315.0, 9365.0, 9320.0, 9349.0, 9319.0, 9355.0, 9335.0, 9356.0, 9334.0, 9362.0, 9324.0, 9380.0, 9398.0, 9348.0, 9348.0, 9367.0, 9359.0, 9394.0, 9349.0, 9403.0, 9391.0, 9396.0, 9354.0, 9376.0, 9339.0, 9359.0, 9353.0, 9371.0, 9320.0, 9339.0, 9318.0, 9353.0, 9321.0, 9359.0, 9323.0, 9361.0, 9340.0, 9383.0, 9369.0, 9385.0, 9344.0, 9375.0, 9343.0, 9325.0, 9375.0, 9342.0, 9376.0, 9400.0, 9395.0, 9369.0, 9363.0, 9354.0, 9377.0, 9364.0, 9378.0, 9331.0, 9371.0, 9338.0, 9370.0, 9330.0, 9364.0, 9329.0, 9362.0, 9339.0, 9379.0, 9336.0, 9374.0, 9359.0, 9377.0, 9368.0, 9375.0, 9372.0, 9353.0, 9370.0, 9337.0, 9352.0, 9323.0, 9367.0, 9327.0, 9367.0, 9325.0, 9364.0, 9344.0, 9367.0, 9344.0, 9374.0, 9369.0, 9378.0, 9384.0, 9351.0, 9363.0, 9327.0, 9356.0, 9322.0, 9364.0, 9324.0, 9346.0, 9320.0, 9358.0, 9324.0, 9366.0, 9337.0, 9364.0, 9341.0, 9408.0, 9360.0, 9400.0, 9353.0, 9321.0, 9342.0, 9369.0, 9419.0, 9382.0, 9388.0, 9396.0, 9401.0, 9412.0, 9406.0, 9390.0, 9368.0, 9370.0, 9348.0, 9365.0, 9328.0, 9361.0, 9319.0, 9345.0, 9331.0, 9345.0, 9362.0, 9359.0, 9348.0, 9358.0, 9358.0, 9329.0, 9345.0, 9312.0, 9340.0, 9316.0, 9358.0, 9334.0, 9356.0, 9334.0, 9362.0, 9360.0, 9323.0, 9364.0, 9330.0, 9390.0, 9380.0, 9331.0, 9363.0, 9383.0, 9376.0, 9408.0, 9392.0, 9401.0, 9399.0, 9364.0, 9395.0, 9361.0, 9390.0, 9346.0, 9377.0, 9323.0, 9351.0, 9311.0, 9349.0, 9320.0, 9373.0, 9327.0, 9354.0, 9321.0, 9369.0, 9323.0, 9366.0, 9326.0, 9372.0, 9327.0, 9373.0, 9338.0, 9370.0, 9328.0, 9373.0, 9326.0, 9370.0, 9365.0, 9358.0, 9365.0, 9361.0, 9406.0, 9375.0, 9352.0, 9368.0, 9324.0, 9375.0, 9351.0, 9360.0, 9377.0, 9356.0, 9381.0, 9372.0, 9393.0, 9358.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.0035396321839080464</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023163014597701148</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.499345046409694</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2357403332796322</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0478753218181824</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4509</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6846.6333</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09228471693432946</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.67816091954023</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.55312292733627</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4619008503946187</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7501457526132342</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4473221790009574</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0105808</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013897091150283813</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02781287580728531</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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>3.7777495982763196</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>23.6035</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.0995</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.8976</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308703.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>781.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.7302</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0012</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>535.8022</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3488.8894</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3742.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67841.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1052.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4561.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.5295</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.025771436979994</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> |