=== 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-0106 --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-0106",
"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-0106_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0106_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0106/ses-04/func/sub-0106_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>9520fa5462869957eb2d09fd51182348</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>19:48:14.092500</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.994993, -0.0952855, 0.0301695, 0.0900262, 0.985535, 0.143583]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0950832</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4227, -7778, -7251, 357, -119, -59, -25, 84]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.749</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>937119da-e444-4b7d-aef2-932886882e4f||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.669492721557617, 0.24153366684913635, 0.11721916496753693, 97.43207550048828], [0.25564414262771606, 2.644118070602417, 0.378400593996048, -119.04134368896484], [0.0809425413608551, -0.3852236866950989, 2.670781135559082, -58.6703987121582], [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': ['194814.092500', '194814.552500', '194815.012500', '194815.472500', '194815.932500', '194816.392500', '194816.852500', '194817.312500', '194817.772500', '194818.232500', '194818.692500', '194819.152500', '194819.612500', '194820.072500', '194820.532500', '194820.992500', '194821.452500', '194821.912500', '194822.372500', '194822.832500', '194823.292500', '194823.752500', '194824.212500', '194824.672500', '194825.132500', '194825.592500', '194826.052500', '194826.512500', '194826.972500', '194827.432500', '194827.892500', '194828.352500', '194828.812500', '194829.272500', '194829.732500', '194830.192500', '194830.652500', '194831.112500', '194831.572500', '194832.032500', '194832.492500', '194832.952500', '194833.412500', '194833.872500', '194834.332500', '194834.792500', '194835.252500', '194835.712500', '194836.172500', '194836.632500', '194837.092500', '194837.552500', '194838.012500', '194838.472500', '194838.932500', '194839.392500', '194839.852500', '194840.312500', '194840.772500', '194841.232500', '194841.692500', '194842.152500', '194842.612500', '194843.072500', '194843.532500', '194843.992500', '194844.452500', '194844.912500', '194845.372500', '194845.832500', '194846.292500', '194846.752500', '194847.212500', '194847.672500', '194848.132500', '194848.592500', '194849.052500', '194849.512500', '194849.972500', '194850.432500', '194850.892500', '194851.352500', '194851.812500', '194852.272500', '194852.732500', '194853.192500', '194853.652500', '194854.112500', '194854.572500', '194855.032500', '194855.492500', '194855.952500', '194856.412500', '194856.872500', '194857.332500', '194857.792500', '194858.252500', '194858.712500', '194859.172500', '194859.632500', '194900.092500', '194900.552500', '194901.012500', '194901.472500', '194901.932500', '194902.392500', '194902.852500', '194903.312500', '194903.772500', '194904.232500', '194904.692500', '194905.152500', '194905.612500', '194906.072500', '194906.532500', '194906.992500', '194907.452500', '194907.912500', '194908.372500', '194908.832500', '194909.292500', '194909.752500', '194910.212500', '194910.672500', '194911.132500', '194911.592500', '194912.052500', '194912.512500', '194912.972500', '194913.432500', '194913.892500', '194914.352500', '194914.812500', '194915.272500', '194915.732500', '194916.192500', '194916.652500', '194917.112500', '194917.572500', '194918.032500', '194918.492500', '194918.952500', '194919.412500', '194919.872500', '194920.332500', '194920.792500', '194921.252500', '194921.712500', '194922.172500', '194922.632500', '194923.092500', '194923.552500', '194924.012500', '194924.472500', '194924.932500', '194925.392500', '194925.852500', '194926.312500', '194926.772500', '194927.232500', '194927.692500', '194928.152500', '194928.612500', '194929.072500', '194929.532500', '194929.992500', '194930.452500', '194930.912500', '194931.372500', '194931.832500', '194932.292500', '194932.752500', '194933.212500', '194933.672500', '194934.132500', '194934.592500', '194935.052500', '194935.512500', '194935.972500', '194936.432500', '194936.892500', '194937.352500', '194937.812500', '194938.272500', '194938.732500', '194939.192500', '194939.652500', '194940.112500', '194940.572500', '194941.032500', '194941.492500', '194941.952500', '194942.412500', '194942.872500', '194943.332500', '194943.792500', '194944.252500', '194944.712500', '194945.172500', '194945.632500', '194946.092500', '194946.552500', '194947.012500', '194947.472500', '194947.932500', '194948.392500', '194948.852500', '194949.312500', '194949.772500', '194950.232500', '194950.692500', '194951.152500', '194951.612500', '194952.072500', '194952.532500', '194952.992500', '194953.452500', '194953.912500', '194954.372500', '194954.832500', '194955.292500', '194955.752500', '194956.212500', '194956.672500', '194957.132500', '194957.592500', '194958.052500', '194958.512500', '194958.972500', '194959.432500', '194959.892500', '195000.352500', '195000.812500', '195001.272500', '195001.732500', '195002.192500', '195002.652500', '195003.112500', '195003.572500', '195004.032500', '195004.492500', '195004.952500', '195005.412500', '195005.872500', '195006.332500', '195006.792500', '195007.252500', '195007.712500', '195008.172500', '195008.632500', '195009.092500', '195009.552500', '195010.012500', '195010.472500', '195010.932500', '195011.392500', '195011.852500', '195012.312500', '195012.772500', '195013.232500', '195013.692500', '195014.152500', '195014.612500', '195015.072500', '195015.532500', '195015.992500', '195016.452500', '195016.912500', '195017.372500', '195017.832500', '195018.292500', '195018.752500', '195019.212500', '195019.672500', '195020.132500', '195020.592500', '195021.052500', '195021.512500', '195021.972500', '195022.432500', '195022.892500', '195023.352500', '195023.812500', '195024.272500', '195024.732500', '195025.192500', '195025.652500', '195026.112500', '195026.572500', '195027.032500', '195027.492500', '195027.952500', '195028.412500', '195028.872500', '195029.332500', '195029.792500', '195030.252500', '195030.712500', '195031.172500', '195031.632500', '195032.092500', '195032.552500', '195033.012500', '195033.472500', '195033.932500', '195034.392500', '195034.852500', '195035.312500', '195035.772500', '195036.232500', '195036.692500', '195037.152500', '195037.612500', '195038.072500', '195038.532500', '195038.992500', '195039.452500', '195039.912500', '195040.372500', '195040.832500', '195041.292500', '195041.752500', '195042.212500', '195042.672500', '195043.132500', '195043.592500', '195044.052500', '195044.512500', '195044.972500', '195045.432500', '195045.892500', '195046.352500', '195046.812500', '195047.272500', '195047.732500', '195048.192500', '195048.652500', '195049.112500', '195049.572500', '195050.032500', '195050.492500', '195050.952500', '195051.412500', '195051.872500', '195052.332500', '195052.792500', '195053.252500', '195053.712500', '195054.172500', '195054.632500', '195055.092500', '195055.552500', '195056.012500', '195056.472500', '195056.932500', '195057.392500', '195057.852500', '195058.312500', '195058.772500', '195059.232500', '195059.692500', '195100.152500', '195100.612500', '195101.072500', '195101.532500', '195101.992500', '195102.452500', '195102.912500', '195103.372500', '195103.832500', '195104.292500', '195104.752500', '195105.212500', '195105.672500', '195106.132500', '195106.592500', '195107.052500', '195107.512500', '195107.972500', '195108.432500', '195108.892500', '195109.352500', '195109.812500', '195110.272500', '195110.732500', '195111.192500', '195111.652500', '195112.112500', '195112.572500', '195113.032500', '195113.492500', '195113.952500', '195114.412500', '195114.872500', '195115.332500', '195115.792500', '195116.252500', '195116.712500', '195117.172500', '195117.632500', '195118.092500', '195118.552500', '195119.012500', '195119.472500', '195119.932500', '195120.392500', '195120.852500', '195121.312500', '195121.772500', '195122.232500', '195122.692500', '195123.152500', '195123.612500', '195124.072500', '195124.532500', '195124.992500', '195125.452500', '195125.912500', '195126.372500', '195126.832500', '195127.292500', '195127.752500', '195128.212500', '195128.672500', '195129.132500', '195129.592500', '195130.052500', '195130.512500', '195130.972500', '195131.432500', '195131.892500', '195132.352500', '195132.812500', '195133.272500', '195133.732500', '195134.192500', '195134.652500', '195135.112500', '195135.572500', '195136.032500', '195136.492500', '195136.952500', '195137.412500', '195137.872500', '195138.332500', '195138.792500', '195139.252500', '195139.712500', '195140.172500', '195140.632500', '195141.092500', '195141.552500', '195142.012500', '195142.472500', '195142.932500', '195143.392500', '195143.852500', '195144.312500', '195144.772500', '195145.232500', '195145.692500', '195146.152500', '195146.612500', '195147.072500', '195147.532500', '195147.992500', '195148.452500', '195148.912500', '195149.372500', '195149.832500', '195150.292500', '195150.752500', '195151.212500', '195151.672500', '195152.132500', '195152.592500', '195153.052500', '195153.512500', '195153.972500', '195154.432500', '195154.892500', '195155.352500', '195155.812500', '195156.272500', '195156.732500', '195157.192500', '195157.652500', '195158.112500', '195158.572500', '195159.032500', '195159.492500', '195159.952500', '195200.412500', '195200.872500', '195201.332500', '195201.792500', '195202.252500', '195202.712500', '195203.172500', '195203.632500', '195204.092500', '195204.552500', '195205.012500', '195205.472500', '195205.932500', '195206.392500', '195206.852500', '195207.312500', '195207.772500', '195208.232500', '195208.692500', '195209.152500', '195209.612500', '195210.072500', '195210.532500', '195210.992500', '195211.452500', '195211.912500', '195212.372500', '195212.832500', '195213.292500', '195213.752500', '195214.212500', '195214.672500', '195215.132500', '195215.592500', '195216.052500', '195216.512500', '195216.972500', '195217.432500', '195217.892500', '195218.352500', '195218.812500', '195219.272500', '195219.732500', '195220.192500', '195220.652500', '195221.112500', '195221.572500', '195222.032500', '195222.492500', '195222.952500', '195223.412500', '195223.872500', '195224.332500', '195224.792500', '195225.252500', '195225.712500', '195226.172500', '195226.632500', '195227.092500', '195227.552500', '195228.012500', '195228.472500', '195228.932500', '195229.392500', '195229.852500', '195230.312500', '195230.772500', '195231.232500', '195231.692500', '195232.152500', '195232.612500', '195233.072500', '195233.532500', '195233.992500', '195234.452500', '195234.912500', '195235.372500', '195235.832500', '195236.292500', '195236.752500', '195237.212500', '195237.672500', '195238.132500', '195238.592500', '195239.052500', '195239.512500', '195239.972500', '195240.432500', '195240.892500', '195241.352500', '195241.812500', '195242.272500', '195242.732500', '195243.192500', '195243.652500', '195244.112500', '195244.572500', '195245.032500', '195245.492500', '195245.952500', '195246.412500', '195246.872500', '195247.332500', '195247.792500', '195248.252500', '195248.712500', '195249.172500', '195249.632500', '195250.092500', '195250.552500', '195251.012500', '195251.472500', '195251.932500', '195252.392500', '195252.852500', '195253.312500', '195253.772500', '195254.232500', '195254.692500', '195255.152500', '195255.612500', '195256.072500', '195256.532500', '195256.992500', '195257.452500', '195257.912500', '195258.372500', '195258.832500', '195259.292500', '195259.752500', '195300.212500', '195300.672500', '195301.132500', '195301.592500', '195302.052500', '195302.512500', '195302.972500', '195303.432500', '195303.892500', '195304.352500', '195304.812500', '195305.272500', '195305.732500', '195306.192500', '195306.652500', '195307.112500', '195307.572500', '195308.032500', '195308.492500', '195308.952500', '195309.412500', '195309.872500', '195310.332500', '195310.792500', '195311.252500', '195311.712500', '195312.172500', '195312.632500', '195313.092500', '195313.552500', '195314.012500', '195314.472500', '195314.932500', '195315.392500', '195315.852500', '195316.312500', '195316.772500', '195317.232500', '195317.692500', '195318.152500', '195318.612500', '195319.072500', '195319.532500', '195319.992500', '195320.452500', '195320.912500', '195321.372500', '195321.832500', '195322.292500', '195322.752500', '195323.212500', '195323.672500', '195324.132500', '195324.592500', '195325.052500', '195325.512500', '195325.972500', '195326.432500', '195326.892500', '195327.352500', '195327.812500', '195328.272500', '195328.732500', '195329.192500', '195329.652500', '195330.112500', '195330.572500', '195331.032500', '195331.492500', '195331.952500', '195332.412500', '195332.872500', '195333.332500', '195333.792500', '195334.252500', '195334.712500', '195335.172500', '195335.632500', '195336.092500', '195336.552500', '195337.012500', '195337.472500', '195337.932500', '195338.392500', '195338.852500', '195339.312500', '195339.772500', '195340.232500', '195340.692500', '195341.152500', '195341.612500', '195342.072500', '195342.532500', '195342.992500', '195343.452500', '195343.912500', '195344.372500', '195344.832500', '195345.292500', '195345.752500', '195346.212500', '195346.672500', '195347.132500', '195347.592500', '195348.052500', '195348.512500', '195348.972500', '195349.432500', '195349.892500', '195350.352500', '195350.812500', '195351.272500', '195351.732500', '195352.192500', '195352.652500', '195353.112500', '195353.572500', '195354.032500', '195354.492500', '195354.952500', '195355.412500', '195355.872500', '195356.332500', '195356.792500', '195357.252500', '195357.712500', '195358.172500', '195358.632500', '195359.092500', '195359.552500', '195400.012500', '195400.472500', '195400.932500', '195401.392500', '195401.852500', '195402.312500', '195402.772500', '195403.232500', '195403.692500', '195404.152500', '195404.612500', '195405.072500', '195405.532500', '195405.992500', '195406.452500', '195406.912500', '195407.372500', '195407.832500', '195408.292500', '195408.752500', '195409.212500', '195409.672500', '195410.132500', '195410.592500', '195411.052500', '195411.512500', '195411.972500', '195412.432500', '195412.892500', '195413.352500', '195413.812500', '195414.272500', '195414.732500', '195415.192500', '195415.652500', '195416.112500', '195416.572500', '195417.032500', '195417.492500', '195417.952500', '195418.412500', '195418.872500', '195419.332500', '195419.792500', '195420.252500', '195420.712500', '195421.172500', '195421.632500', '195422.092500', '195422.552500', '195423.012500', '195423.472500', '195423.932500', '195424.392500', '195424.852500', '195425.312500', '195425.772500', '195426.232500', '195426.692500', '195427.152500', '195427.612500', '195428.072500', '195428.532500', '195428.992500', '195429.452500', '195429.912500', '195430.372500', '195430.832500', '195431.292500', '195431.752500', '195432.212500', '195432.672500', '195433.132500', '195433.592500', '195434.052500', '195434.512500', '195434.972500', '195435.432500', '195435.892500', '195436.352500', '195436.812500', '195437.272500', '195437.732500', '195438.192500', '195438.652500', '195439.112500', '195439.572500', '195440.032500', '195440.492500', '195440.952500', '195441.412500', '195441.872500', '195442.332500', '195442.792500', '195443.252500', '195443.712500', '195444.172500', '195444.632500', '195445.092500', '195445.552500', '195446.012500', '195446.472500', '195446.932500', '195447.392500', '195447.852500', '195448.312500', '195448.772500', '195449.232500', '195449.692500', '195450.152500', '195450.612500', '195451.072500', '195451.532500', '195451.992500', '195452.452500', '195452.912500', '195453.372500', '195453.832500', '195454.292500', '195454.752500'], 'ContentTime': ['194834.006000', '194834.014000', '194834.016000', '194834.019000', '194834.021000', '194834.024000', '194834.026000', '194834.031000', '194834.033000', '194834.036000', '194834.039000', '194834.041000', '194834.044000', '194834.046000', '194834.049000', '194834.051000', '194834.054000', '194834.056000', '194834.059000', '194834.062000', '194834.064000', '194834.067000', '194834.069000', '194834.072000', '194834.075000', '194834.077000', '194834.080000', '194834.082000', '194834.085000', '194834.088000', '194834.090000', '194834.093000', '194834.095000', '194834.098000', '194834.100000', '194834.103000', '194834.106000', '194834.108000', '194834.111000', '194834.113000', '194853.966000', '194853.969000', '194853.972000', '194853.975000', '194853.977000', '194853.980000', '194853.982000', '194853.985000', '194853.987000', '194853.990000', '194853.992000', '194853.995000', '194853.998000', '194854.001000', '194854.004000', '194854.007000', '194854.009000', '194854.012000', '194854.014000', '194854.017000', '194854.019000', '194854.022000', '194854.025000', '194854.027000', '194854.030000', '194854.032000', '194854.035000', '194854.037000', '194854.040000', '194854.043000', '194854.045000', '194854.048000', '194854.051000', '194854.053000', '194854.056000', '194854.058000', '194854.061000', '194854.063000', '194854.066000', '194854.069000', '194854.071000', '194854.074000', '194854.076000', '194854.079000', '194913.966000', '194913.969000', '194913.972000', '194913.974000', '194913.977000', '194913.979000', '194913.982000', '194913.984000', '194913.987000', '194913.990000', '194913.992000', '194913.995000', '194913.998000', '194914.001000', '194914.016000', '194914.018000', '194914.021000', '194914.024000', '194914.026000', '194914.029000', '194914.034000', '194914.037000', '194914.039000', '194914.042000', '194914.045000', '194914.047000', '194914.050000', '194914.052000', '194914.055000', '194914.058000', '194914.060000', '194914.063000', '194914.066000', '194914.068000', '194914.071000', '194914.073000', '194914.076000', '194914.078000', '194914.081000', '194914.084000', '194914.086000', '194914.089000', '194914.092000', '194933.968000', '194933.971000', '194933.973000', '194933.976000', '194933.978000', '194933.981000', '194933.983000', '194933.986000', '194933.989000', '194933.991000', '194933.994000', '194933.996000', '194933.999000', '194934.002000', '194934.004000', '194934.007000', '194934.009000', '194934.012000', '194934.015000', '194934.017000', '194934.020000', '194934.022000', '194934.025000', '194934.027000', '194934.030000', '194934.033000', '194934.035000', '194934.038000', '194934.040000', '194934.043000', '194934.046000', '194934.048000', '194934.051000', '194934.058000', '194934.061000', '194934.064000', '194934.066000', '194934.069000', '194934.071000', '194934.074000', '194934.076000', '194934.079000', '194934.082000', '194934.084000', '194953.968000', '194953.971000', '194953.973000', '194953.976000', '194953.978000', '194953.981000', '194953.983000', '194953.986000', '194953.989000', '194953.991000', '194953.994000', '194953.996000', '194954.000000', '194954.003000', '194954.005000', '194954.008000', '194954.010000', '194954.013000', '194954.015000', '194954.018000', '194954.021000', '194954.023000', '194954.026000', '194954.029000', '194954.031000', '194954.034000', '194954.036000', '194954.039000', '194954.042000', '194954.044000', '194954.047000', '194954.049000', '194954.052000', '194954.054000', '194954.057000', '194954.060000', '194954.062000', '194954.065000', '194954.067000', '194954.073000', '194954.075000', '194954.078000', '194954.080000', '195013.966000', '195013.969000', '195013.972000', '195013.974000', '195013.977000', '195013.980000', '195013.982000', '195013.985000', '195013.987000', '195013.990000', '195013.993000', '195013.995000', '195013.998000', '195014.001000', '195014.004000', '195014.007000', '195014.009000', '195014.012000', '195014.014000', '195014.017000', '195014.019000', '195014.022000', '195014.025000', '195014.027000', '195014.030000', '195014.032000', '195014.035000', '195014.037000', '195014.040000', '195014.043000', '195014.045000', '195014.048000', '195014.050000', '195014.053000', '195014.055000', '195014.058000', '195014.061000', '195014.063000', '195014.066000', '195014.068000', '195014.071000', '195014.074000', '195014.076000', '195014.079000', '195033.967000', '195033.970000', '195033.972000', '195033.975000', '195033.977000', '195033.980000', '195033.983000', '195033.985000', '195033.988000', '195033.990000', '195033.993000', '195033.995000', '195033.998000', '195034.002000', '195034.004000', '195034.007000', '195034.009000', '195034.012000', '195034.015000', '195034.017000', '195034.020000', '195034.023000', '195034.025000', '195034.028000', '195034.031000', '195034.033000', '195034.036000', '195034.039000', '195034.041000', '195034.044000', '195034.046000', '195034.049000', '195034.051000', '195034.054000', '195034.057000', '195034.059000', '195034.062000', '195034.064000', '195034.067000', '195034.070000', '195034.074000', '195034.076000', '195034.079000', '195053.967000', '195053.969000', '195053.972000', '195053.975000', '195053.977000', '195053.980000', '195053.982000', '195053.985000', '195053.988000', '195053.990000', '195054.001000', '195054.003000', '195054.006000', '195054.008000', '195054.011000', '195054.014000', '195054.016000', '195054.019000', '195054.021000', '195054.024000', '195054.026000', '195054.029000', '195054.032000', '195054.034000', '195054.037000', '195054.048000', '195054.051000', '195054.053000', '195054.056000', '195054.059000', '195054.061000', '195054.064000', '195054.066000', '195054.069000', '195054.072000', '195054.074000', '195054.077000', '195054.079000', '195054.082000', '195054.084000', '195054.087000', '195054.090000', '195054.092000', '195054.095000', '195113.967000', '195113.970000', '195113.972000', '195113.975000', '195113.977000', '195113.980000', '195113.982000', '195113.985000', '195113.988000', '195113.990000', '195113.993000', '195113.996000', '195113.998000', '195114.002000', '195114.004000', '195114.007000', '195114.009000', '195114.012000', '195114.015000', '195114.017000', '195114.020000', '195114.022000', '195114.025000', '195114.028000', '195114.030000', '195114.033000', '195114.035000', '195114.038000', '195114.041000', '195114.043000', '195114.046000', '195114.048000', '195114.051000', '195114.053000', '195114.056000', '195114.058000', '195114.061000', '195114.064000', '195114.066000', '195114.069000', '195114.071000', '195114.074000', '195114.076000', '195133.966000', '195133.969000', '195133.972000', '195133.975000', '195133.977000', '195133.980000', '195133.982000', '195133.985000', '195133.988000', '195133.990000', '195133.993000', '195133.995000', '195133.998000', '195134.002000', '195134.004000', '195134.007000', '195134.009000', '195134.012000', '195134.015000', '195134.017000', '195134.020000', '195134.022000', '195134.025000', '195134.028000', '195134.030000', '195134.033000', '195134.035000', '195134.038000', '195134.040000', '195134.043000', '195134.046000', '195134.048000', '195134.051000', '195134.053000', '195134.056000', '195134.059000', '195134.061000', '195134.064000', '195134.066000', '195134.069000', '195134.072000', '195134.074000', '195134.077000', '195134.079000', '195153.967000', '195153.970000', '195153.973000', '195153.975000', '195153.978000', '195153.981000', '195153.983000', '195153.986000', '195153.989000', '195153.991000', '195153.994000', '195153.996000', '195153.999000', '195154.001000', '195154.004000', '195154.007000', '195154.009000', '195154.012000', '195154.014000', '195154.017000', '195154.019000', '195154.022000', '195154.025000', '195154.027000', '195154.030000', '195154.032000', '195154.035000', '195154.038000', '195154.040000', '195154.043000', '195154.045000', '195154.048000', '195154.050000', '195154.053000', '195154.056000', '195154.058000', '195154.061000', '195154.064000', '195154.066000', '195154.069000', '195154.071000', '195154.074000', '195154.076000', '195213.967000', '195213.970000', '195213.973000', '195213.976000', '195213.978000', '195213.981000', '195213.983000', '195213.986000', '195213.989000', '195213.991000', '195213.994000', '195213.996000', '195214.000000', '195214.003000', '195214.005000', '195214.008000', '195214.010000', '195214.013000', '195214.016000', '195214.018000', '195214.021000', '195214.023000', '195214.026000', '195214.029000', '195214.031000', '195214.034000', '195214.048000', '195214.050000', '195214.053000', '195214.056000', '195214.058000', '195214.061000', '195214.063000', '195214.066000', '195214.069000', '195214.085000', '195214.088000', '195214.090000', '195214.093000', '195214.096000', '195214.098000', '195214.101000', '195214.103000', '195214.106000', '195233.967000', '195233.969000', '195233.972000', '195233.975000', '195233.977000', '195233.980000', '195233.982000', '195233.985000', '195233.988000', '195233.990000', '195233.993000', '195233.995000', '195233.998000', '195234.002000', '195234.004000', '195234.007000', '195234.009000', '195234.012000', '195234.015000', '195234.017000', '195234.020000', '195234.022000', '195234.025000', '195234.028000', '195234.030000', '195234.033000', '195234.035000', '195234.038000', '195234.041000', '195234.043000', '195234.046000', '195234.048000', '195234.051000', '195234.054000', '195234.056000', '195234.059000', '195234.062000', '195234.064000', '195234.067000', '195234.069000', '195234.072000', '195234.075000', '195234.077000', '195253.967000', '195253.970000', '195253.972000', '195253.975000', '195253.977000', '195253.980000', '195253.983000', '195253.985000', '195253.988000', '195253.991000', '195253.993000', '195253.996000', '195253.998000', '195254.002000', '195254.005000', '195254.007000', '195254.010000', '195254.012000', '195254.015000', '195254.018000', '195254.020000', '195254.023000', '195254.025000', '195254.028000', '195254.031000', '195254.033000', '195254.036000', '195254.038000', '195254.041000', '195254.043000', '195254.046000', '195254.049000', '195254.051000', '195254.054000', '195254.056000', '195254.059000', '195254.062000', '195254.064000', '195254.067000', '195254.069000', '195254.072000', '195254.074000', '195254.077000', '195254.080000', '195313.966000', '195313.969000', '195313.972000', '195313.974000', '195313.977000', '195313.980000', '195313.982000', '195313.985000', '195313.988000', '195313.990000', '195313.993000', '195313.995000', '195313.998000', '195314.002000', '195314.004000', '195314.007000', '195314.009000', '195314.012000', '195314.015000', '195314.017000', '195314.020000', '195314.022000', '195314.025000', '195314.028000', '195314.030000', '195314.033000', '195314.036000', '195314.038000', '195314.041000', '195314.043000', '195314.046000', '195314.049000', '195314.051000', '195314.054000', '195314.056000', '195314.059000', '195314.062000', '195314.064000', '195314.067000', '195314.069000', '195314.072000', '195314.075000', '195314.077000', '195333.967000', '195333.969000', '195333.972000', '195333.975000', '195333.977000', '195333.980000', '195333.983000', '195333.985000', '195333.988000', '195333.990000', '195333.993000', '195333.996000', '195333.998000', '195334.002000', '195334.004000', '195334.007000', '195334.010000', '195334.012000', '195334.015000', '195334.017000', '195334.020000', '195334.023000', '195334.025000', '195334.028000', '195334.031000', '195334.033000', '195334.036000', '195334.038000', '195334.041000', '195334.043000', '195334.046000', '195334.049000', '195334.051000', '195334.054000', '195334.056000', '195334.059000', '195334.062000', '195334.064000', '195334.067000', '195334.069000', '195334.072000', '195334.075000', '195334.077000', '195334.080000', '195353.967000', '195353.979000', '195353.981000', '195353.984000', '195353.987000', '195353.989000', '195353.992000', '195353.994000', '195353.997000', '195354.001000', '195354.003000', '195354.006000', '195354.008000', '195354.011000', '195354.014000', '195354.016000', '195354.019000', '195354.021000', '195354.024000', '195354.028000', '195354.031000', '195354.034000', '195354.036000', '195354.039000', '195354.042000', '195354.044000', '195354.047000', '195354.049000', '195354.052000', '195354.055000', '195354.057000', '195354.060000', '195354.062000', '195354.065000', '195354.068000', '195354.070000', '195354.073000', '195354.075000', '195354.078000', '195354.080000', '195354.083000', '195354.086000', '195354.088000', '195413.968000', '195413.971000', '195413.973000', '195413.976000', '195413.978000', '195413.981000', '195413.983000', '195413.986000', '195413.989000', '195413.991000', '195413.994000', '195413.996000', '195413.999000', '195414.001000', '195414.004000', '195414.007000', '195414.009000', '195414.012000', '195414.015000', '195414.017000', '195414.020000', '195414.022000', '195414.025000', '195414.027000', '195414.030000', '195414.033000', '195414.035000', '195414.038000', '195414.040000', '195414.043000', '195414.046000', '195414.049000', '195414.051000', '195414.054000', '195414.056000', '195414.059000', '195414.061000', '195414.064000', '195414.067000', '195414.069000', '195414.072000', '195414.074000', '195414.077000', '195414.079000', '195433.968000', '195433.970000', '195433.973000', '195433.976000', '195433.978000', '195433.981000', '195433.984000', '195433.986000', '195433.989000', '195433.991000', '195433.994000', '195433.997000', '195434.000000', '195434.003000', '195434.006000', '195434.008000', '195434.011000', '195434.013000', '195434.016000', '195434.019000', '195434.021000', '195434.024000', '195434.026000', '195434.029000', '195434.032000', '195434.034000', '195434.037000', '195434.039000', '195434.042000', '195434.045000', '195434.047000', '195434.050000', '195434.053000', '195434.055000', '195434.058000', '195434.060000', '195434.063000', '195434.066000', '195434.068000', '195434.071000', '195434.073000', '195434.076000', '195434.079000', '195453.967000', '195453.970000', '195453.972000', '195453.975000', '195453.977000', '195453.980000', '195453.983000', '195453.985000', '195453.988000', '195453.990000', '195453.993000', '195453.995000', '195453.998000', '195454.002000', '195454.004000', '195454.007000', '195454.009000', '195454.012000', '195454.015000', '195454.017000', '195454.020000', '195454.022000', '195454.025000', '195454.028000', '195454.030000', '195454.033000', '195454.035000', '195454.038000', '195454.041000', '195454.043000', '195454.046000', '195454.049000', '195454.051000', '195454.054000', '195454.056000', '195454.059000', '195454.062000', '195454.064000', '195454.067000', '195454.069000', '195454.072000', '195454.074000', '195454.077000', '195456.215000', '195456.218000', '195456.220000', '195456.223000', '195456.225000', '195456.228000'], 'InstanceCreationTime': ['194834.006000', '194834.014000', '194834.016000', '194834.019000', '194834.021000', '194834.024000', '194834.026000', '194834.031000', '194834.033000', '194834.036000', '194834.039000', '194834.041000', '194834.044000', '194834.046000', '194834.049000', '194834.051000', '194834.054000', '194834.056000', '194834.059000', '194834.062000', '194834.064000', '194834.067000', '194834.069000', '194834.072000', '194834.075000', '194834.077000', '194834.080000', '194834.082000', '194834.085000', '194834.088000', '194834.090000', '194834.093000', '194834.095000', '194834.098000', '194834.100000', '194834.103000', '194834.106000', '194834.108000', '194834.111000', '194834.113000', '194853.966000', '194853.969000', '194853.972000', '194853.975000', '194853.977000', '194853.980000', '194853.982000', '194853.985000', '194853.987000', '194853.990000', '194853.992000', '194853.995000', '194853.998000', '194854.001000', '194854.004000', '194854.007000', '194854.009000', '194854.012000', '194854.014000', '194854.017000', '194854.019000', '194854.022000', '194854.025000', '194854.027000', '194854.030000', '194854.032000', '194854.035000', '194854.037000', '194854.040000', '194854.043000', '194854.045000', '194854.048000', '194854.051000', '194854.053000', '194854.056000', '194854.058000', '194854.061000', '194854.063000', '194854.066000', '194854.069000', '194854.071000', '194854.074000', '194854.076000', '194854.079000', '194913.966000', '194913.969000', '194913.972000', '194913.974000', '194913.977000', '194913.979000', '194913.982000', '194913.984000', '194913.987000', '194913.990000', '194913.992000', '194913.995000', '194913.998000', '194914.001000', '194914.016000', '194914.018000', '194914.021000', '194914.024000', '194914.026000', '194914.029000', '194914.034000', '194914.037000', '194914.039000', '194914.042000', '194914.045000', '194914.047000', '194914.050000', '194914.052000', '194914.055000', '194914.058000', '194914.060000', '194914.063000', '194914.066000', '194914.068000', '194914.071000', '194914.073000', '194914.076000', '194914.078000', '194914.081000', '194914.084000', '194914.086000', '194914.089000', '194914.092000', '194933.968000', '194933.971000', '194933.973000', '194933.976000', '194933.978000', '194933.981000', '194933.983000', '194933.986000', '194933.989000', '194933.991000', '194933.994000', '194933.996000', '194933.999000', '194934.002000', '194934.004000', '194934.007000', '194934.009000', '194934.012000', '194934.015000', '194934.017000', '194934.020000', '194934.022000', '194934.025000', '194934.027000', '194934.030000', '194934.033000', '194934.035000', '194934.038000', '194934.040000', '194934.043000', '194934.046000', '194934.048000', '194934.051000', '194934.058000', '194934.061000', '194934.064000', '194934.066000', '194934.069000', '194934.071000', '194934.074000', '194934.076000', '194934.079000', '194934.082000', '194934.084000', '194953.968000', '194953.971000', '194953.973000', '194953.976000', '194953.978000', '194953.981000', '194953.983000', '194953.986000', '194953.989000', '194953.991000', '194953.994000', '194953.996000', '194954.000000', '194954.003000', '194954.005000', '194954.008000', '194954.010000', '194954.013000', '194954.015000', '194954.018000', '194954.021000', '194954.023000', '194954.026000', '194954.029000', '194954.031000', '194954.034000', '194954.036000', '194954.039000', '194954.042000', '194954.044000', '194954.047000', '194954.049000', '194954.052000', '194954.054000', '194954.057000', '194954.060000', '194954.062000', '194954.065000', '194954.067000', '194954.073000', '194954.075000', '194954.078000', '194954.080000', '195013.966000', '195013.969000', '195013.972000', '195013.974000', '195013.977000', '195013.980000', '195013.982000', '195013.985000', '195013.987000', '195013.990000', '195013.993000', '195013.995000', '195013.998000', '195014.001000', '195014.004000', '195014.007000', '195014.009000', '195014.012000', '195014.014000', '195014.017000', '195014.019000', '195014.022000', '195014.025000', '195014.027000', '195014.030000', '195014.032000', '195014.035000', '195014.037000', '195014.040000', '195014.043000', '195014.045000', '195014.048000', '195014.050000', '195014.053000', '195014.055000', '195014.058000', '195014.061000', '195014.063000', '195014.066000', '195014.068000', '195014.071000', '195014.074000', '195014.076000', '195014.079000', '195033.967000', '195033.970000', '195033.972000', '195033.975000', '195033.977000', '195033.980000', '195033.983000', '195033.985000', '195033.988000', '195033.990000', '195033.993000', '195033.995000', '195033.998000', '195034.002000', '195034.004000', '195034.007000', '195034.009000', '195034.012000', '195034.015000', '195034.017000', '195034.020000', '195034.023000', '195034.025000', '195034.028000', '195034.031000', '195034.033000', '195034.036000', '195034.039000', '195034.041000', '195034.044000', '195034.046000', '195034.049000', '195034.051000', '195034.054000', '195034.057000', '195034.059000', '195034.062000', '195034.064000', '195034.067000', '195034.070000', '195034.074000', '195034.076000', '195034.079000', '195053.967000', '195053.969000', '195053.972000', '195053.975000', '195053.977000', '195053.980000', '195053.982000', '195053.985000', '195053.988000', '195053.990000', '195054.001000', '195054.003000', '195054.006000', '195054.008000', '195054.011000', '195054.014000', '195054.016000', '195054.019000', '195054.021000', '195054.024000', '195054.026000', '195054.029000', '195054.032000', '195054.034000', '195054.037000', '195054.048000', '195054.051000', '195054.053000', '195054.056000', '195054.059000', '195054.061000', '195054.064000', '195054.066000', '195054.069000', '195054.072000', '195054.074000', '195054.077000', '195054.079000', '195054.082000', '195054.084000', '195054.087000', '195054.090000', '195054.092000', '195054.095000', '195113.967000', '195113.970000', '195113.972000', '195113.975000', '195113.977000', '195113.980000', '195113.982000', '195113.985000', '195113.988000', '195113.990000', '195113.993000', '195113.996000', '195113.998000', '195114.002000', '195114.004000', '195114.007000', '195114.009000', '195114.012000', '195114.015000', '195114.017000', '195114.020000', '195114.022000', '195114.025000', '195114.028000', '195114.030000', '195114.033000', '195114.035000', '195114.038000', '195114.041000', '195114.043000', '195114.046000', '195114.048000', '195114.051000', '195114.053000', '195114.056000', '195114.058000', '195114.061000', '195114.064000', '195114.066000', '195114.069000', '195114.071000', '195114.074000', '195114.076000', '195133.966000', '195133.969000', '195133.972000', '195133.975000', '195133.977000', '195133.980000', '195133.982000', '195133.985000', '195133.988000', '195133.990000', '195133.993000', '195133.995000', '195133.998000', '195134.002000', '195134.004000', '195134.007000', '195134.009000', '195134.012000', '195134.015000', '195134.017000', '195134.020000', '195134.022000', '195134.025000', '195134.028000', '195134.030000', '195134.033000', '195134.035000', '195134.038000', '195134.040000', '195134.043000', '195134.046000', '195134.048000', '195134.051000', '195134.053000', '195134.056000', '195134.059000', '195134.061000', '195134.064000', '195134.066000', '195134.069000', '195134.072000', '195134.074000', '195134.077000', '195134.079000', '195153.967000', '195153.970000', '195153.973000', '195153.975000', '195153.978000', '195153.981000', '195153.983000', '195153.986000', '195153.989000', '195153.991000', '195153.994000', '195153.996000', '195153.999000', '195154.001000', '195154.004000', '195154.007000', '195154.009000', '195154.012000', '195154.014000', '195154.017000', '195154.019000', '195154.022000', '195154.025000', '195154.027000', '195154.030000', '195154.032000', '195154.035000', '195154.038000', '195154.040000', '195154.043000', '195154.045000', '195154.048000', '195154.050000', '195154.053000', '195154.056000', '195154.058000', '195154.061000', '195154.064000', '195154.066000', '195154.069000', '195154.071000', '195154.074000', '195154.076000', '195213.967000', '195213.970000', '195213.973000', '195213.976000', '195213.978000', '195213.981000', '195213.983000', '195213.986000', '195213.989000', '195213.991000', '195213.994000', '195213.996000', '195214.000000', '195214.003000', '195214.005000', '195214.008000', '195214.010000', '195214.013000', '195214.016000', '195214.018000', '195214.021000', '195214.023000', '195214.026000', '195214.029000', '195214.031000', '195214.034000', '195214.048000', '195214.050000', '195214.053000', '195214.056000', '195214.058000', '195214.061000', '195214.063000', '195214.066000', '195214.069000', '195214.085000', '195214.088000', '195214.090000', '195214.093000', '195214.096000', '195214.098000', '195214.101000', '195214.103000', '195214.106000', '195233.967000', '195233.969000', '195233.972000', '195233.975000', '195233.977000', '195233.980000', '195233.982000', '195233.985000', '195233.988000', '195233.990000', '195233.993000', '195233.995000', '195233.998000', '195234.002000', '195234.004000', '195234.007000', '195234.009000', '195234.012000', '195234.015000', '195234.017000', '195234.020000', '195234.022000', '195234.025000', '195234.028000', '195234.030000', '195234.033000', '195234.035000', '195234.038000', '195234.041000', '195234.043000', '195234.046000', '195234.048000', '195234.051000', '195234.054000', '195234.056000', '195234.059000', '195234.062000', '195234.064000', '195234.067000', '195234.069000', '195234.072000', '195234.075000', '195234.077000', '195253.967000', '195253.970000', '195253.972000', '195253.975000', '195253.977000', '195253.980000', '195253.983000', '195253.985000', '195253.988000', '195253.991000', '195253.993000', '195253.996000', '195253.998000', '195254.002000', '195254.005000', '195254.007000', '195254.010000', '195254.012000', '195254.015000', '195254.018000', '195254.020000', '195254.023000', '195254.025000', '195254.028000', '195254.031000', '195254.033000', '195254.036000', '195254.038000', '195254.041000', '195254.043000', '195254.046000', '195254.049000', '195254.051000', '195254.054000', '195254.056000', '195254.059000', '195254.062000', '195254.064000', '195254.067000', '195254.069000', '195254.072000', '195254.074000', '195254.077000', '195254.080000', '195313.966000', '195313.969000', '195313.972000', '195313.974000', '195313.977000', '195313.980000', '195313.982000', '195313.985000', '195313.988000', '195313.990000', '195313.993000', '195313.995000', '195313.998000', '195314.002000', '195314.004000', '195314.007000', '195314.009000', '195314.012000', '195314.015000', '195314.017000', '195314.020000', '195314.022000', '195314.025000', '195314.028000', '195314.030000', '195314.033000', '195314.036000', '195314.038000', '195314.041000', '195314.043000', '195314.046000', '195314.049000', '195314.051000', '195314.054000', '195314.056000', '195314.059000', '195314.062000', '195314.064000', '195314.067000', '195314.069000', '195314.072000', '195314.075000', '195314.077000', '195333.967000', '195333.969000', '195333.972000', '195333.975000', '195333.977000', '195333.980000', '195333.983000', '195333.985000', '195333.988000', '195333.990000', '195333.993000', '195333.996000', '195333.998000', '195334.002000', '195334.004000', '195334.007000', '195334.010000', '195334.012000', '195334.015000', '195334.017000', '195334.020000', '195334.023000', '195334.025000', '195334.028000', '195334.031000', '195334.033000', '195334.036000', '195334.038000', '195334.041000', '195334.043000', '195334.046000', '195334.049000', '195334.051000', '195334.054000', '195334.056000', '195334.059000', '195334.062000', '195334.064000', '195334.067000', '195334.069000', '195334.072000', '195334.075000', '195334.077000', '195334.080000', '195353.967000', '195353.979000', '195353.981000', '195353.984000', '195353.987000', '195353.989000', '195353.992000', '195353.994000', '195353.997000', '195354.001000', '195354.003000', '195354.006000', '195354.008000', '195354.011000', '195354.014000', '195354.016000', '195354.019000', '195354.021000', '195354.024000', '195354.028000', '195354.031000', '195354.034000', '195354.036000', '195354.039000', '195354.042000', '195354.044000', '195354.047000', '195354.049000', '195354.052000', '195354.055000', '195354.057000', '195354.060000', '195354.062000', '195354.065000', '195354.068000', '195354.070000', '195354.073000', '195354.075000', '195354.078000', '195354.080000', '195354.083000', '195354.086000', '195354.088000', '195413.968000', '195413.971000', '195413.973000', '195413.976000', '195413.978000', '195413.981000', '195413.983000', '195413.986000', '195413.989000', '195413.991000', '195413.994000', '195413.996000', '195413.999000', '195414.001000', '195414.004000', '195414.007000', '195414.009000', '195414.012000', '195414.015000', '195414.017000', '195414.020000', '195414.022000', '195414.025000', '195414.027000', '195414.030000', '195414.033000', '195414.035000', '195414.038000', '195414.040000', '195414.043000', '195414.046000', '195414.049000', '195414.051000', '195414.054000', '195414.056000', '195414.059000', '195414.061000', '195414.064000', '195414.067000', '195414.069000', '195414.072000', '195414.074000', '195414.077000', '195414.079000', '195433.968000', '195433.970000', '195433.973000', '195433.976000', '195433.978000', '195433.981000', '195433.984000', '195433.986000', '195433.989000', '195433.991000', '195433.994000', '195433.997000', '195434.000000', '195434.003000', '195434.006000', '195434.008000', '195434.011000', '195434.013000', '195434.016000', '195434.019000', '195434.021000', '195434.024000', '195434.026000', '195434.029000', '195434.032000', '195434.034000', '195434.037000', '195434.039000', '195434.042000', '195434.045000', '195434.047000', '195434.050000', '195434.053000', '195434.055000', '195434.058000', '195434.060000', '195434.063000', '195434.066000', '195434.068000', '195434.071000', '195434.073000', '195434.076000', '195434.079000', '195453.967000', '195453.970000', '195453.972000', '195453.975000', '195453.977000', '195453.980000', '195453.983000', '195453.985000', '195453.988000', '195453.990000', '195453.993000', '195453.995000', '195453.998000', '195454.002000', '195454.004000', '195454.007000', '195454.009000', '195454.012000', '195454.015000', '195454.017000', '195454.020000', '195454.022000', '195454.025000', '195454.028000', '195454.030000', '195454.033000', '195454.035000', '195454.038000', '195454.041000', '195454.043000', '195454.046000', '195454.049000', '195454.051000', '195454.054000', '195454.056000', '195454.059000', '195454.062000', '195454.064000', '195454.067000', '195454.069000', '195454.072000', '195454.074000', '195454.077000', '195456.215000', '195456.218000', '195456.220000', '195456.223000', '195456.225000', '195456.228000'], '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': [12599, 10970, 12197, 11383, 8603, 10948, 8853, 12175, 10426, 12292, 10718, 11256, 10965, 11369, 10659, 11721, 11321, 9170, 11338, 11074, 11743, 10983, 12351, 11203, 10053, 11313, 10802, 11707, 10667, 12284, 11191, 9245, 11253, 10231, 8282, 11379, 10197, 9297, 11194, 8534, 9050, 10200, 6970, 8647, 7342, 9534, 9581, 8313, 12638, 8783, 7793, 7333, 10916, 11435, 9988, 9116, 13904, 11283, 9778, 13309, 12197, 9688, 9754, 12162, 10262, 10008, 11399, 10133, 11714, 10818, 11411, 10118, 8094, 10525, 9908, 9003, 10271, 8794, 11647, 9981, 8762, 10397, 9109, 8385, 10720, 8579, 11403, 9078, 11495, 9746, 7735, 11649, 8710, 7529, 11671, 10201, 10134, 11524, 9189, 12680, 9748, 8147, 9692, 7612, 6968, 8589, 7386, 7339, 8106, 12008, 8799, 7474, 8490, 10655, 11562, 13891, 10823, 13039, 13773, 11574, 10422, 14969, 11042, 10782, 12762, 10538, 9602, 11670, 9676, 8775, 11565, 9795, 8613, 11508, 10019, 8398, 10632, 8330, 11331, 9339, 11399, 9694, 7348, 10740, 9252, 8775, 10832, 8215, 11550, 9584, 10593, 9603, 7801, 11237, 8424, 12079, 8291, 7070, 8153, 7355, 6676, 8050, 9622, 7985, 7309, 11815, 10812, 8459, 14958, 14071, 11051, 12523, 16899, 10849, 10061, 9245, 11670, 10165, 9171, 11999, 10170, 8685, 11777, 9572, 9359, 11045, 8678, 11383, 9222, 8812, 10732, 9292, 11549, 9461, 8861, 10757, 9009, 11324, 9495, 11486, 8623, 11400, 9040, 10549, 9215, 8510, 10311, 9887, 10959, 13274, 11373, 9927, 10939, 7893, 11102, 9528, 11653, 9541, 9032, 10755, 8886, 8975, 10085, 8720, 10989, 9201, 10750, 10288, 8406, 12536, 9642, 9072, 10983, 7762, 8239, 11043, 9688, 7810, 8802, 9176, 8276, 8595, 11007, 8529, 7532, 14250, 10493, 8541, 10586, 10885, 9851, 8756, 12987, 10462, 7956, 12468, 9854, 7997, 10044, 7992, 11278, 8031, 11171, 8449, 10038, 8860, 7100, 10119, 8394, 7273, 9920, 7549, 11766, 8645, 11456, 8971, 8171, 10807, 8341, 12421, 9935, 14438, 8745, 7554, 9626, 9467, 7596, 11553, 9089, 11785, 9748, 8759, 10000, 7728, 10727, 7588, 11377, 9056, 12919, 9217, 7533, 11235, 9007, 11067, 9727, 9909, 10788, 9078, 11308, 8727, 9218, 7001, 7416, 7351, 7506, 7253, 9244, 7818, 7160, 10871, 7781, 7035, 8664, 9542, 9391, 9342, 15424, 13966, 10526, 14886, 12254, 9883, 14034, 11748, 7836, 11908, 9777, 7203, 10478, 8821, 9080, 10098, 8213, 11135, 9872, 7620, 11290, 8939, 7292, 10869, 8221, 11747, 8335, 11646, 9411, 7554, 11002, 8855, 11783, 9883, 11569, 9970, 8127, 10960, 8492, 11072, 9786, 12812, 10312, 8588, 11200, 7506, 7351, 9175, 7327, 9607, 8475, 7932, 11133, 10464, 7799, 13970, 9782, 8204, 12476, 8987, 14837, 7557, 7113, 10102, 7390, 6968, 10107, 7966, 9856, 9940, 7887, 9431, 10004, 7853, 9444, 9123, 8122, 11123, 10623, 7630, 8651, 8441, 7921, 10298, 8544, 7505, 10740, 8698, 7292, 10574, 8278, 11705, 9046, 10273, 7380, 6984, 7475, 7036, 6836, 6994, 7111, 7040, 6966, 8092, 9052, 8530, 8875, 9934, 9766, 9760, 12070, 11619, 11045, 11977, 9930, 7907, 11705, 10223, 7517, 12046, 9425, 7547, 11376, 9512, 7525, 10987, 9805, 8229, 11892, 10209, 10051, 11145, 8970, 11732, 11273, 9357, 11084, 11177, 8910, 13190, 10967, 9013, 11382, 9392, 8903, 10174, 8449, 10853, 10284, 7449, 9541, 9496, 10218, 7990, 10538, 7510, 11569, 9134, 13005, 9926, 11896, 9968, 7421, 11535, 9483, 10665, 11125, 9187, 10174, 10887, 8138, 14309, 9795, 7405, 7214, 7016, 6818, 8265, 7708, 7082, 7665, 8823, 7672, 7177, 11725, 8276, 7235, 10070, 10337, 9323, 7554, 11483, 9845, 7665, 11306, 9244, 7459, 12821, 11182, 8955, 9807, 9588, 7482, 11486, 11206, 8116, 12156, 9791, 9157, 10909, 8200, 8416, 10227, 7636, 11247, 9560, 11133, 10068, 7863, 11715, 9545, 9959, 10495, 10384, 10941, 13136, 10936, 7956, 11398, 8859, 11367, 9716, 12045, 9735, 7980, 10835, 8303, 10931, 9521, 9795, 9895, 7378, 11098, 8491, 11738, 7467, 6970, 6875, 7436, 7024, 6979, 7141, 7182, 10696, 8348, 7144, 10525, 9019, 7600, 9033, 9890, 10202, 11708, 14287, 13234, 10854, 12854, 10210, 7432, 11035, 9040, 7064, 8832, 7949, 8418, 8486, 7039, 9904, 8354, 7093, 9119, 7706, 7313, 8936, 7322, 10357, 8924, 6993, 9157, 7036, 10849, 9162, 10333, 9521, 8129, 10546, 8515, 7263, 9797, 7580, 10790, 9144, 7694, 9703, 8775, 11563, 9471, 9369, 10177, 7935, 7083, 6899, 7343, 6877, 7469, 7052, 8083, 9036, 8979, 8930, 8394, 8972, 8916, 9356, 10007, 9276, 10028, 11097, 9170, 7748, 10138, 8155, 8184, 8699, 7637, 9988, 8725, 7135, 9182, 7846, 7048, 9326, 7318, 10332, 8813, 7031, 8682, 6907, 8691, 7799, 7145, 8837, 7228, 9763, 8696, 6919, 9341, 7562, 11227, 8114, 12180, 9334, 9790, 8320, 7169, 9929, 8061, 7167, 9479, 8180, 7058, 11191, 7445, 8872, 8057, 6896, 7982, 7984, 7334, 7811, 10053, 7848, 6944, 10306, 8344, 8206, 10134, 9431, 8532, 7536, 13296, 10684, 14121, 10317, 12844, 10193, 11624, 8956, 7208, 9377, 7777, 9567, 9094, 7376, 10507, 8705, 9736, 9108, 7740, 9300, 7339, 9073, 7614, 7040, 8527, 7352, 9640, 7880, 6783, 8538, 7105, 10104, 7330, 10249, 7596, 9636, 7925, 6975, 8460, 7373, 9726, 8331, 10007, 8303, 7089, 8894, 7450, 10177, 8900, 8671, 9174, 7815, 10620, 8634, 7260, 9640, 7236, 11799, 9230, 11426, 8529, 7433, 9879, 7973, 7154, 10883, 8101, 6888, 12341, 9959, 8095, 11467, 8912, 11808, 10034, 8279, 7057, 9345, 7402, 11193, 9299, 9394, 9338, 7098, 10549, 8976, 7077, 10329, 8853, 7249, 9265, 7445, 10838, 8859, 11646, 9634, 7852, 10269, 8286, 9411, 9343, 7609, 11191, 8457, 11001, 8988, 7073, 10275, 8395, 11979, 9443, 7510, 9969, 8762, 11526, 9707, 10442, 9821, 7607, 11029, 8744, 6931, 9890, 8900, 7153, 9054, 9841, 9363, 10363, 7526, 7140, 8603, 7322, 10041, 7626, 8648, 9069, 7472, 11683, 9826, 8410, 12717, 10974, 8756, 14252, 11807, 13125, 12935, 9397, 9661, 9280, 8145, 10958, 9328, 9637, 9379], 'WindowCenter': [4387.0, 4362.0, 4358.0, 4335.0, 4300.0, 4321.0, 4297.0, 4331.0, 4321.0, 4330.0, 4308.0, 4308.0, 4308.0, 4316.0, 4307.0, 4317.0, 4318.0, 4298.0, 4319.0, 4320.0, 4328.0, 4322.0, 4342.0, 4332.0, 4310.0, 4320.0, 4321.0, 4328.0, 4320.0, 4332.0, 4331.0, 4311.0, 4332.0, 4335.0, 4302.0, 4330.0, 4334.0, 4336.0, 4363.0, 4319.0, 4334.0, 4302.0, 4265.0, 4285.0, 4253.0, 4292.0, 4293.0, 4285.0, 4316.0, 4305.0, 4310.0, 4300.0, 4343.0, 4340.0, 4319.0, 4294.0, 4324.0, 4305.0, 4293.0, 4326.0, 4328.0, 4297.0, 4295.0, 4316.0, 4294.0, 4282.0, 4292.0, 4279.0, 4288.0, 4277.0, 4288.0, 4290.0, 4273.0, 4303.0, 4292.0, 4282.0, 4305.0, 4286.0, 4327.0, 4318.0, 4298.0, 4306.0, 4297.0, 4297.0, 4318.0, 4298.0, 4318.0, 4298.0, 4342.0, 4322.0, 4304.0, 4353.0, 4310.0, 4303.0, 4342.0, 4331.0, 4320.0, 4330.0, 4310.0, 4354.0, 4323.0, 4301.0, 4309.0, 4264.0, 4252.0, 4281.0, 4260.0, 4263.0, 4284.0, 4302.0, 4272.0, 4263.0, 4262.0, 4271.0, 4280.0, 4330.0, 4319.0, 4328.0, 4326.0, 4308.0, 4297.0, 4316.0, 4294.0, 4281.0, 4302.0, 4283.0, 4283.0, 4292.0, 4281.0, 4271.0, 4303.0, 4294.0, 4288.0, 4306.0, 4295.0, 4273.0, 4294.0, 4274.0, 4305.0, 4298.0, 4331.0, 4296.0, 4266.0, 4305.0, 4297.0, 4287.0, 4318.0, 4288.0, 4319.0, 4311.0, 4309.0, 4310.0, 4289.0, 4334.0, 4315.0, 4344.0, 4301.0, 4264.0, 4260.0, 4237.0, 4254.0, 4273.0, 4295.0, 4276.0, 4264.0, 4304.0, 4281.0, 4259.0, 4336.0, 4340.0, 4306.0, 4314.0, 4323.0, 4293.0, 4282.0, 4269.0, 4291.0, 4279.0, 4268.0, 4289.0, 4281.0, 4273.0, 4302.0, 4284.0, 4284.0, 4302.0, 4271.0, 4291.0, 4281.0, 4284.0, 4318.0, 4296.0, 4319.0, 4308.0, 4286.0, 4304.0, 4298.0, 4316.0, 4297.0, 4318.0, 4288.0, 4317.0, 4299.0, 4308.0, 4300.0, 4299.0, 4309.0, 4298.0, 4306.0, 4328.0, 4317.0, 4297.0, 4307.0, 4274.0, 4302.0, 4293.0, 4316.0, 4296.0, 4297.0, 4317.0, 4297.0, 4296.0, 4308.0, 4298.0, 4344.0, 4322.0, 4319.0, 4309.0, 4299.0, 4330.0, 4312.0, 4313.0, 4305.0, 4278.0, 4262.0, 4281.0, 4271.0, 4264.0, 4285.0, 4285.0, 4276.0, 4283.0, 4305.0, 4283.0, 4261.0, 4323.0, 4319.0, 4286.0, 4307.0, 4305.0, 4294.0, 4272.0, 4300.0, 4280.0, 4260.0, 4303.0, 4282.0, 4259.0, 4278.0, 4259.0, 4288.0, 4260.0, 4290.0, 4271.0, 4279.0, 4280.0, 4253.0, 4291.0, 4283.0, 4274.0, 4307.0, 4289.0, 4330.0, 4299.0, 4317.0, 4300.0, 4287.0, 4308.0, 4301.0, 4330.0, 4310.0, 4338.0, 4286.0, 4276.0, 4295.0, 4294.0, 4274.0, 4317.0, 4297.0, 4317.0, 4296.0, 4285.0, 4294.0, 4264.0, 4304.0, 4274.0, 4305.0, 4298.0, 4329.0, 4295.0, 4274.0, 4317.0, 4309.0, 4317.0, 4309.0, 4308.0, 4308.0, 4284.0, 4307.0, 4300.0, 4308.0, 4262.0, 4260.0, 4260.0, 4270.0, 4271.0, 4303.0, 4285.0, 4274.0, 4327.0, 4308.0, 4297.0, 4305.0, 4304.0, 4304.0, 4293.0, 4320.0, 4311.0, 4291.0, 4321.0, 4300.0, 4280.0, 4310.0, 4288.0, 4248.0, 4288.0, 4277.0, 4246.0, 4276.0, 4267.0, 4268.0, 4289.0, 4281.0, 4302.0, 4293.0, 4273.0, 4314.0, 4295.0, 4275.0, 4316.0, 4285.0, 4316.0, 4298.0, 4316.0, 4296.0, 4275.0, 4316.0, 4296.0, 4326.0, 4321.0, 4329.0, 4309.0, 4286.0, 4316.0, 4297.0, 4317.0, 4308.0, 4327.0, 4317.0, 4298.0, 4353.0, 4315.0, 4299.0, 4331.0, 4311.0, 4331.0, 4309.0, 4309.0, 4338.0, 4330.0, 4286.0, 4336.0, 4316.0, 4285.0, 4312.0, 4293.0, 4360.0, 4285.0, 4262.0, 4314.0, 4284.0, 4261.0, 4298.0, 4269.0, 4289.0, 4289.0, 4280.0, 4289.0, 4289.0, 4281.0, 4290.0, 4289.0, 4281.0, 4310.0, 4299.0, 4269.0, 4276.0, 4278.0, 4278.0, 4298.0, 4290.0, 4272.0, 4312.0, 4291.0, 4280.0, 4311.0, 4292.0, 4321.0, 4316.0, 4326.0, 4295.0, 4283.0, 4284.0, 4285.0, 4286.0, 4299.0, 4297.0, 4300.0, 4311.0, 4310.0, 4330.0, 4331.0, 4331.0, 4343.0, 4331.0, 4317.0, 4328.0, 4317.0, 4315.0, 4326.0, 4305.0, 4283.0, 4300.0, 4291.0, 4273.0, 4324.0, 4294.0, 4284.0, 4325.0, 4316.0, 4298.0, 4339.0, 4328.0, 4309.0, 4340.0, 4329.0, 4318.0, 4330.0, 4321.0, 4341.0, 4328.0, 4319.0, 4326.0, 4326.0, 4307.0, 4337.0, 4329.0, 4296.0, 4314.0, 4319.0, 4306.0, 4331.0, 4309.0, 4329.0, 4342.0, 4302.0, 4307.0, 4307.0, 4309.0, 4287.0, 4318.0, 4287.0, 4312.0, 4293.0, 4312.0, 4292.0, 4311.0, 4292.0, 4262.0, 4314.0, 4304.0, 4303.0, 4301.0, 4280.0, 4289.0, 4286.0, 4258.0, 4309.0, 4305.0, 4259.0, 4246.0, 4244.0, 4234.0, 4265.0, 4242.0, 4245.0, 4268.0, 4277.0, 4256.0, 4247.0, 4298.0, 4269.0, 4258.0, 4300.0, 4301.0, 4291.0, 4269.0, 4310.0, 4300.0, 4271.0, 4301.0, 4289.0, 4272.0, 4324.0, 4312.0, 4292.0, 4288.0, 4293.0, 4260.0, 4315.0, 4312.0, 4270.0, 4299.0, 4303.0, 4305.0, 4303.0, 4284.0, 4282.0, 4304.0, 4286.0, 4315.0, 4308.0, 4328.0, 4319.0, 4288.0, 4328.0, 4309.0, 4307.0, 4318.0, 4307.0, 4319.0, 4327.0, 4304.0, 4273.0, 4304.0, 4283.0, 4303.0, 4293.0, 4314.0, 4293.0, 4273.0, 4302.0, 4282.0, 4303.0, 4294.0, 4305.0, 4307.0, 4276.0, 4328.0, 4309.0, 4328.0, 4289.0, 4264.0, 4237.0, 4273.0, 4263.0, 4274.0, 4276.0, 4275.0, 4317.0, 4297.0, 4275.0, 4316.0, 4294.0, 4284.0, 4296.0, 4318.0, 4317.0, 4314.0, 4323.0, 4311.0, 4289.0, 4298.0, 4277.0, 4260.0, 4290.0, 4280.0, 4248.0, 4267.0, 4256.0, 4254.0, 4255.0, 4249.0, 4278.0, 4270.0, 4249.0, 4280.0, 4271.0, 4261.0, 4281.0, 4272.0, 4303.0, 4294.0, 4262.0, 4292.0, 4262.0, 4304.0, 4306.0, 4306.0, 4294.0, 4285.0, 4303.0, 4283.0, 4275.0, 4307.0, 4288.0, 4316.0, 4295.0, 4275.0, 4305.0, 4297.0, 4315.0, 4306.0, 4309.0, 4321.0, 4288.0, 4262.0, 4264.0, 4260.0, 4250.0, 4261.0, 4263.0, 4285.0, 4294.0, 4294.0, 4282.0, 4271.0, 4268.0, 4269.0, 4280.0, 4279.0, 4281.0, 4290.0, 4286.0, 4268.0, 4258.0, 4279.0, 4256.0, 4255.0, 4266.0, 4246.0, 4278.0, 4268.0, 4249.0, 4278.0, 4259.0, 4248.0, 4278.0, 4248.0, 4290.0, 4270.0, 4248.0, 4269.0, 4251.0, 4280.0, 4271.0, 4263.0, 4293.0, 4276.0, 4305.0, 4297.0, 4275.0, 4306.0, 4286.0, 4317.0, 4286.0, 4327.0, 4307.0, 4306.0, 4284.0, 4266.0, 4305.0, 4287.0, 4276.0, 4306.0, 4300.0, 4292.0, 4344.0, 4289.0, 4283.0, 4272.0, 4262.0, 4273.0, 4286.0, 4276.0, 4275.0, 4320.0, 4286.0, 4263.0, 4317.0, 4295.0, 4296.0, 4305.0, 4295.0, 4284.0, 4273.0, 4314.0, 4292.0, 4313.0, 4266.0, 4285.0, 4264.0, 4274.0, 4244.0, 4232.0, 4252.0, 4233.0, 4263.0, 4253.0, 4232.0, 4260.0, 4241.0, 4250.0, 4239.0, 4220.0, 4239.0, 4220.0, 4240.0, 4232.0, 4222.0, 4252.0, 4233.0, 4264.0, 4256.0, 4236.0, 4267.0, 4247.0, 4289.0, 4259.0, 4290.0, 4259.0, 4280.0, 4260.0, 4250.0, 4269.0, 4259.0, 4280.0, 4271.0, 4291.0, 4272.0, 4261.0, 4281.0, 4263.0, 4303.0, 4296.0, 4285.0, 4294.0, 4274.0, 4303.0, 4283.0, 4262.0, 4292.0, 4263.0, 4316.0, 4295.0, 4314.0, 4297.0, 4272.0, 4305.0, 4285.0, 4276.0, 4328.0, 4297.0, 4288.0, 4351.0, 4331.0, 4287.0, 4316.0, 4310.0, 4315.0, 4294.0, 4288.0, 4264.0, 4294.0, 4263.0, 4302.0, 4293.0, 4283.0, 4281.0, 4262.0, 4303.0, 4294.0, 4277.0, 4316.0, 4296.0, 4277.0, 4307.0, 4276.0, 4317.0, 4309.0, 4317.0, 4296.0, 4275.0, 4305.0, 4284.0, 4294.0, 4296.0, 4275.0, 4316.0, 4285.0, 4303.0, 4296.0, 4264.0, 4303.0, 4286.0, 4316.0, 4295.0, 4274.0, 4305.0, 4284.0, 4314.0, 4294.0, 4304.0, 4293.0, 4273.0, 4303.0, 4283.0, 4262.0, 4293.0, 4296.0, 4277.0, 4299.0, 4295.0, 4286.0, 4291.0, 4270.0, 4272.0, 4293.0, 4260.0, 4266.0, 4246.0, 4270.0, 4293.0, 4273.0, 4326.0, 4317.0, 4296.0, 4326.0, 4304.0, 4281.0, 4311.0, 4290.0, 4301.0, 4287.0, 4255.0, 4264.0, 4254.0, 4244.0, 4274.0, 4264.0, 4263.0, 4252.0], 'WindowWidth': [9673.0, 9627.0, 9612.0, 9574.0, 9519.0, 9545.0, 9508.0, 9559.0, 9543.0, 9556.0, 9522.0, 9522.0, 9521.0, 9529.0, 9520.0, 9535.0, 9536.0, 9508.0, 9539.0, 9540.0, 9550.0, 9547.0, 9575.0, 9561.0, 9527.0, 9543.0, 9544.0, 9551.0, 9542.0, 9563.0, 9559.0, 9532.0, 9562.0, 9573.0, 9523.0, 9555.0, 9568.0, 9578.0, 9620.0, 9552.0, 9575.0, 9506.0, 9460.0, 9483.0, 9432.0, 9491.0, 9495.0, 9488.0, 9526.0, 9521.0, 9540.0, 9526.0, 9586.0, 9575.0, 9542.0, 9498.0, 9541.0, 9514.0, 9494.0, 9542.0, 9551.0, 9504.0, 9499.0, 9530.0, 9497.0, 9475.0, 9490.0, 9467.0, 9478.0, 9459.0, 9478.0, 9485.0, 9467.0, 9508.0, 9492.0, 9480.0, 9513.0, 9491.0, 9548.0, 9538.0, 9512.0, 9519.0, 9508.0, 9510.0, 9538.0, 9512.0, 9537.0, 9511.0, 9579.0, 9553.0, 9532.0, 9599.0, 9536.0, 9527.0, 9578.0, 9563.0, 9546.0, 9560.0, 9531.0, 9597.0, 9555.0, 9521.0, 9525.0, 9455.0, 9435.0, 9472.0, 9444.0, 9453.0, 9484.0, 9501.0, 9460.0, 9449.0, 9439.0, 9448.0, 9461.0, 9555.0, 9538.0, 9548.0, 9541.0, 9520.0, 9497.0, 9525.0, 9492.0, 9468.0, 9500.0, 9476.0, 9476.0, 9484.0, 9469.0, 9457.0, 9503.0, 9493.0, 9496.0, 9515.0, 9497.0, 9465.0, 9494.0, 9467.0, 9510.0, 9506.0, 9556.0, 9503.0, 9460.0, 9512.0, 9503.0, 9489.0, 9534.0, 9495.0, 9537.0, 9527.0, 9523.0, 9526.0, 9499.0, 9567.0, 9542.0, 9583.0, 9519.0, 9455.0, 9441.0, 9402.0, 9440.0, 9466.0, 9496.0, 9474.0, 9453.0, 9504.0, 9468.0, 9432.0, 9557.0, 9574.0, 9520.0, 9523.0, 9534.0, 9491.0, 9475.0, 9452.0, 9484.0, 9464.0, 9448.0, 9478.0, 9471.0, 9466.0, 9503.0, 9481.0, 9482.0, 9502.0, 9458.0, 9482.0, 9473.0, 9481.0, 9534.0, 9503.0, 9537.0, 9522.0, 9487.0, 9508.0, 9505.0, 9529.0, 9501.0, 9535.0, 9494.0, 9531.0, 9510.0, 9522.0, 9512.0, 9511.0, 9522.0, 9506.0, 9516.0, 9547.0, 9532.0, 9502.0, 9516.0, 9469.0, 9505.0, 9496.0, 9527.0, 9504.0, 9506.0, 9533.0, 9506.0, 9504.0, 9522.0, 9513.0, 9584.0, 9550.0, 9539.0, 9525.0, 9512.0, 9554.0, 9534.0, 9536.0, 9510.0, 9476.0, 9442.0, 9465.0, 9452.0, 9451.0, 9480.0, 9481.0, 9470.0, 9476.0, 9508.0, 9479.0, 9443.0, 9534.0, 9544.0, 9489.0, 9521.0, 9512.0, 9495.0, 9462.0, 9499.0, 9469.0, 9443.0, 9506.0, 9475.0, 9438.0, 9464.0, 9439.0, 9476.0, 9443.0, 9483.0, 9460.0, 9468.0, 9470.0, 9439.0, 9488.0, 9482.0, 9473.0, 9520.0, 9499.0, 9555.0, 9513.0, 9533.0, 9513.0, 9494.0, 9521.0, 9517.0, 9555.0, 9528.0, 9563.0, 9489.0, 9472.0, 9497.0, 9497.0, 9471.0, 9532.0, 9506.0, 9531.0, 9502.0, 9487.0, 9497.0, 9455.0, 9508.0, 9469.0, 9512.0, 9508.0, 9552.0, 9501.0, 9471.0, 9533.0, 9527.0, 9534.0, 9527.0, 9520.0, 9519.0, 9479.0, 9517.0, 9515.0, 9525.0, 9450.0, 9442.0, 9445.0, 9460.0, 9464.0, 9512.0, 9491.0, 9475.0, 9555.0, 9535.0, 9517.0, 9522.0, 9516.0, 9517.0, 9500.0, 9528.0, 9515.0, 9489.0, 9532.0, 9499.0, 9472.0, 9514.0, 9480.0, 9424.0, 9478.0, 9463.0, 9419.0, 9458.0, 9449.0, 9452.0, 9484.0, 9477.0, 9506.0, 9495.0, 9468.0, 9525.0, 9502.0, 9475.0, 9534.0, 9488.0, 9530.0, 9509.0, 9530.0, 9504.0, 9474.0, 9532.0, 9507.0, 9545.0, 9548.0, 9557.0, 9526.0, 9493.0, 9532.0, 9508.0, 9533.0, 9524.0, 9550.0, 9535.0, 9512.0, 9601.0, 9555.0, 9518.0, 9567.0, 9540.0, 9567.0, 9535.0, 9532.0, 9571.0, 9562.0, 9496.0, 9559.0, 9534.0, 9489.0, 9523.0, 9497.0, 9603.0, 9494.0, 9456.0, 9532.0, 9491.0, 9453.0, 9500.0, 9461.0, 9488.0, 9489.0, 9478.0, 9487.0, 9490.0, 9485.0, 9493.0, 9488.0, 9480.0, 9517.0, 9505.0, 9462.0, 9469.0, 9476.0, 9475.0, 9500.0, 9493.0, 9472.0, 9526.0, 9498.0, 9484.0, 9524.0, 9500.0, 9538.0, 9541.0, 9557.0, 9512.0, 9492.0, 9493.0, 9499.0, 9505.0, 9527.0, 9520.0, 9526.0, 9544.0, 9539.0, 9568.0, 9571.0, 9570.0, 9591.0, 9570.0, 9542.0, 9556.0, 9536.0, 9530.0, 9553.0, 9521.0, 9485.0, 9500.0, 9489.0, 9472.0, 9541.0, 9500.0, 9491.0, 9545.0, 9537.0, 9515.0, 9573.0, 9557.0, 9531.0, 9573.0, 9557.0, 9538.0, 9561.0, 9552.0, 9577.0, 9556.0, 9544.0, 9547.0, 9547.0, 9526.0, 9565.0, 9558.0, 9508.0, 9528.0, 9544.0, 9524.0, 9564.0, 9532.0, 9556.0, 9583.0, 9526.0, 9521.0, 9518.0, 9523.0, 9493.0, 9537.0, 9497.0, 9523.0, 9498.0, 9520.0, 9493.0, 9517.0, 9493.0, 9455.0, 9529.0, 9513.0, 9509.0, 9506.0, 9474.0, 9483.0, 9477.0, 9439.0, 9513.0, 9519.0, 9447.0, 9422.0, 9417.0, 9402.0, 9447.0, 9411.0, 9419.0, 9457.0, 9466.0, 9439.0, 9427.0, 9496.0, 9457.0, 9442.0, 9504.0, 9506.0, 9495.0, 9461.0, 9516.0, 9505.0, 9468.0, 9504.0, 9489.0, 9470.0, 9541.0, 9522.0, 9495.0, 9482.0, 9496.0, 9444.0, 9528.0, 9520.0, 9457.0, 9497.0, 9507.0, 9515.0, 9508.0, 9482.0, 9480.0, 9511.0, 9491.0, 9528.0, 9522.0, 9553.0, 9540.0, 9497.0, 9550.0, 9524.0, 9519.0, 9536.0, 9518.0, 9539.0, 9547.0, 9512.0, 9469.0, 9508.0, 9481.0, 9507.0, 9495.0, 9526.0, 9496.0, 9467.0, 9505.0, 9479.0, 9507.0, 9498.0, 9516.0, 9521.0, 9481.0, 9551.0, 9528.0, 9555.0, 9501.0, 9454.0, 9408.0, 9467.0, 9455.0, 9472.0, 9477.0, 9475.0, 9531.0, 9507.0, 9475.0, 9531.0, 9498.0, 9486.0, 9505.0, 9539.0, 9535.0, 9529.0, 9537.0, 9515.0, 9482.0, 9493.0, 9461.0, 9446.0, 9484.0, 9474.0, 9429.0, 9449.0, 9433.0, 9427.0, 9431.0, 9429.0, 9466.0, 9459.0, 9430.0, 9472.0, 9463.0, 9449.0, 9478.0, 9469.0, 9509.0, 9499.0, 9454.0, 9494.0, 9455.0, 9513.0, 9520.0, 9517.0, 9499.0, 9487.0, 9510.0, 9484.0, 9474.0, 9522.0, 9499.0, 9533.0, 9503.0, 9475.0, 9514.0, 9506.0, 9528.0, 9516.0, 9528.0, 9548.0, 9498.0, 9451.0, 9455.0, 9443.0, 9428.0, 9446.0, 9452.0, 9486.0, 9498.0, 9498.0, 9476.0, 9460.0, 9451.0, 9452.0, 9471.0, 9471.0, 9477.0, 9487.0, 9475.0, 9451.0, 9439.0, 9469.0, 9432.0, 9429.0, 9447.0, 9417.0, 9465.0, 9455.0, 9428.0, 9466.0, 9442.0, 9427.0, 9466.0, 9424.0, 9483.0, 9459.0, 9427.0, 9457.0, 9436.0, 9473.0, 9464.0, 9454.0, 9497.0, 9480.0, 9515.0, 9507.0, 9477.0, 9520.0, 9493.0, 9534.0, 9490.0, 9547.0, 9521.0, 9517.0, 9484.0, 9465.0, 9516.0, 9495.0, 9480.0, 9520.0, 9519.0, 9514.0, 9585.0, 9499.0, 9481.0, 9465.0, 9449.0, 9465.0, 9489.0, 9479.0, 9473.0, 9549.0, 9492.0, 9456.0, 9535.0, 9504.0, 9504.0, 9514.0, 9501.0, 9485.0, 9465.0, 9526.0, 9491.0, 9519.0, 9443.0, 9468.0, 9437.0, 9450.0, 9409.0, 9392.0, 9419.0, 9396.0, 9437.0, 9420.0, 9391.0, 9428.0, 9402.0, 9411.0, 9397.0, 9371.0, 9396.0, 9373.0, 9401.0, 9392.0, 9379.0, 9420.0, 9398.0, 9441.0, 9433.0, 9406.0, 9449.0, 9425.0, 9482.0, 9443.0, 9484.0, 9441.0, 9470.0, 9446.0, 9432.0, 9456.0, 9443.0, 9473.0, 9464.0, 9488.0, 9465.0, 9450.0, 9477.0, 9455.0, 9508.0, 9502.0, 9485.0, 9496.0, 9470.0, 9508.0, 9481.0, 9451.0, 9492.0, 9456.0, 9531.0, 9502.0, 9527.0, 9511.0, 9468.0, 9518.0, 9490.0, 9480.0, 9555.0, 9513.0, 9501.0, 9592.0, 9563.0, 9496.0, 9533.0, 9533.0, 9527.0, 9498.0, 9494.0, 9459.0, 9500.0, 9455.0, 9505.0, 9495.0, 9481.0, 9475.0, 9452.0, 9510.0, 9499.0, 9483.0, 9533.0, 9507.0, 9480.0, 9520.0, 9478.0, 9536.0, 9528.0, 9535.0, 9505.0, 9474.0, 9516.0, 9487.0, 9498.0, 9502.0, 9475.0, 9531.0, 9490.0, 9512.0, 9505.0, 9459.0, 9510.0, 9489.0, 9529.0, 9500.0, 9472.0, 9516.0, 9487.0, 9524.0, 9497.0, 9510.0, 9496.0, 9467.0, 9508.0, 9479.0, 9455.0, 9496.0, 9506.0, 9481.0, 9511.0, 9496.0, 9485.0, 9484.0, 9462.0, 9468.0, 9499.0, 9448.0, 9445.0, 9420.0, 9457.0, 9495.0, 9473.0, 9547.0, 9537.0, 9510.0, 9547.0, 9513.0, 9478.0, 9515.0, 9487.0, 9500.0, 9476.0, 9429.0, 9438.0, 9426.0, 9412.0, 9454.0, 9440.0, 9435.0, 9420.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.00607135632183908</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.09795668264367814</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.6959034180898</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0910070713003466</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0198012800805525</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4626</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7698.2861</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.28054728329526435</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>350</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>40.229885057471265</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8090291147733883</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.633467209940522</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1051461077857296</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6884740265939144</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00922866</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0127967968583107</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03244386240839958</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>4.034928707231761</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>22.3187</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.6491</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.4059</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301704.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>718.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>296.6718</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3246</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.4969</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3492.2251</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3702.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74840.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1274.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4525.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.4822</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>21.799859662656672</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> |