=== 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-0019 --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-0019",
"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-0019_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-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0019/figures/sub-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019/ses-04/func/sub-0019_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>225fde1ceffa3bac3c1f3bee0c0cdf0d</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>16:29:14.575000</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_VE11C_LATEST_20160120</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.995038, 0.0980108, 0.0171137, -0.0994935, 0.979852, 0.173182]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0834549</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>[4155, -7777, -7250, 557, 55, -228, 94, -3]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.359</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b0b0b427-410d-42e1-b862-06e75de3d676||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669614791870117, -0.2669336497783661, -0.0005529859336093068, 133.8319091796875], [-0.2629557251930237, 2.6288700103759766, 0.46986839175224304, -102.70856475830078], [0.045914798974990845, -0.46463441848754883, 2.6588010787963867, -48.75532150268555], [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': ['162914.575000', '162915.035000', '162915.495000', '162915.955000', '162916.415000', '162916.875000', '162917.335000', '162917.795000', '162918.255000', '162918.715000', '162919.175000', '162919.635000', '162920.095000', '162920.555000', '162921.015000', '162921.475000', '162921.935000', '162922.395000', '162922.855000', '162923.315000', '162923.775000', '162924.235000', '162924.695000', '162925.155000', '162925.615000', '162926.075000', '162926.535000', '162926.995000', '162927.455000', '162927.915000', '162928.375000', '162928.835000', '162929.295000', '162929.755000', '162930.215000', '162930.675000', '162931.135000', '162931.595000', '162932.055000', '162932.515000', '162932.975000', '162933.435000', '162933.895000', '162934.355000', '162934.815000', '162935.275000', '162935.735000', '162936.195000', '162936.655000', '162937.115000', '162937.575000', '162938.035000', '162938.495000', '162938.955000', '162939.415000', '162939.875000', '162940.335000', '162940.795000', '162941.255000', '162941.715000', '162942.175000', '162942.635000', '162943.095000', '162943.555000', '162944.015000', '162944.475000', '162944.935000', '162945.395000', '162945.855000', '162946.315000', '162946.775000', '162947.235000', '162947.695000', '162948.155000', '162948.615000', '162949.075000', '162949.535000', '162949.995000', '162950.455000', '162950.915000', '162951.375000', '162951.835000', '162952.295000', '162952.755000', '162953.215000', '162953.675000', '162954.135000', '162954.595000', '162955.055000', '162955.515000', '162955.975000', '162956.435000', '162956.895000', '162957.355000', '162957.815000', '162958.275000', '162958.735000', '162959.195000', '162959.655000', '163000.115000', '163000.575000', '163001.035000', '163001.495000', '163001.955000', '163002.415000', '163002.875000', '163003.335000', '163003.795000', '163004.255000', '163004.715000', '163005.175000', '163005.635000', '163006.095000', '163006.555000', '163007.015000', '163007.475000', '163007.935000', '163008.395000', '163008.855000', '163009.315000', '163009.775000', '163010.235000', '163010.695000', '163011.155000', '163011.615000', '163012.075000', '163012.535000', '163012.995000', '163013.455000', '163013.915000', '163014.375000', '163014.835000', '163015.295000', '163015.755000', '163016.215000', '163016.675000', '163017.135000', '163017.595000', '163018.055000', '163018.515000', '163018.975000', '163019.435000', '163019.895000', '163020.355000', '163020.815000', '163021.275000', '163021.735000', '163022.195000', '163022.655000', '163023.115000', '163023.575000', '163024.035000', '163024.495000', '163024.955000', '163025.415000', '163025.875000', '163026.335000', '163026.795000', '163027.255000', '163027.715000', '163028.175000', '163028.635000', '163029.095000', '163029.555000', '163030.015000', '163030.475000', '163030.935000', '163031.395000', '163031.855000', '163032.315000', '163032.775000', '163033.235000', '163033.695000', '163034.155000', '163034.615000', '163035.075000', '163035.535000', '163035.995000', '163036.455000', '163036.915000', '163037.375000', '163037.835000', '163038.295000', '163038.755000', '163039.215000', '163039.675000', '163040.135000', '163040.595000', '163041.055000', '163041.515000', '163041.975000', '163042.435000', '163042.895000', '163043.355000', '163043.815000', '163044.275000', '163044.735000', '163045.195000', '163045.655000', '163046.115000', '163046.575000', '163047.035000', '163047.495000', '163047.955000', '163048.415000', '163048.875000', '163049.335000', '163049.795000', '163050.255000', '163050.715000', '163051.175000', '163051.635000', '163052.095000', '163052.555000', '163053.015000', '163053.475000', '163053.935000', '163054.395000', '163054.855000', '163055.315000', '163055.775000', '163056.235000', '163056.695000', '163057.155000', '163057.615000', '163058.075000', '163058.535000', '163058.995000', '163059.455000', '163059.915000', '163100.375000', '163100.835000', '163101.295000', '163101.755000', '163102.215000', '163102.675000', '163103.135000', '163103.595000', '163104.055000', '163104.515000', '163104.975000', '163105.435000', '163105.895000', '163106.355000', '163106.815000', '163107.275000', '163107.735000', '163108.195000', '163108.655000', '163109.115000', '163109.575000', '163110.035000', '163110.495000', '163110.955000', '163111.415000', '163111.875000', '163112.335000', '163112.795000', '163113.255000', '163113.715000', '163114.175000', '163114.635000', '163115.095000', '163115.555000', '163116.015000', '163116.475000', '163116.935000', '163117.395000', '163117.855000', '163118.315000', '163118.775000', '163119.235000', '163119.695000', '163120.155000', '163120.615000', '163121.075000', '163121.535000', '163121.995000', '163122.455000', '163122.915000', '163123.375000', '163123.835000', '163124.295000', '163124.755000', '163125.215000', '163125.675000', '163126.135000', '163126.595000', '163127.055000', '163127.515000', '163127.975000', '163128.435000', '163128.895000', '163129.355000', '163129.815000', '163130.275000', '163130.735000', '163131.195000', '163131.655000', '163132.115000', '163132.575000', '163133.035000', '163133.495000', '163133.955000', '163134.415000', '163134.875000', '163135.335000', '163135.795000', '163136.255000', '163136.715000', '163137.175000', '163137.635000', '163138.095000', '163138.555000', '163139.015000', '163139.475000', '163139.935000', '163140.395000', '163140.855000', '163141.315000', '163141.775000', '163142.235000', '163142.695000', '163143.155000', '163143.615000', '163144.075000', '163144.535000', '163144.995000', '163145.455000', '163145.915000', '163146.375000', '163146.835000', '163147.295000', '163147.755000', '163148.215000', '163148.675000', '163149.135000', '163149.595000', '163150.055000', '163150.515000', '163150.975000', '163151.435000', '163151.895000', '163152.355000', '163152.815000', '163153.275000', '163153.735000', '163154.195000', '163154.655000', '163155.115000', '163155.575000', '163156.035000', '163156.495000', '163156.955000', '163157.415000', '163157.875000', '163158.335000', '163158.795000', '163159.255000', '163159.715000', '163200.175000', '163200.635000', '163201.095000', '163201.555000', '163202.015000', '163202.475000', '163202.935000', '163203.395000', '163203.855000', '163204.315000', '163204.775000', '163205.235000', '163205.695000', '163206.155000', '163206.615000', '163207.075000', '163207.535000', '163207.995000', '163208.455000', '163208.915000', '163209.375000', '163209.835000', '163210.295000', '163210.755000', '163211.215000', '163211.675000', '163212.135000', '163212.595000', '163213.055000', '163213.515000', '163213.975000', '163214.435000', '163214.895000', '163215.355000', '163215.815000', '163216.275000', '163216.735000', '163217.195000', '163217.655000', '163218.115000', '163218.575000', '163219.035000', '163219.495000', '163219.955000', '163220.415000', '163220.875000', '163221.335000', '163221.795000', '163222.255000', '163222.715000', '163223.175000', '163223.635000', '163224.095000', '163224.555000', '163225.015000', '163225.475000', '163225.935000', '163226.395000', '163226.855000', '163227.315000', '163227.775000', '163228.235000', '163228.695000', '163229.155000', '163229.615000', '163230.075000', '163230.535000', '163230.995000', '163231.455000', '163231.915000', '163232.375000', '163232.835000', '163233.295000', '163233.755000', '163234.215000', '163234.675000', '163235.135000', '163235.595000', '163236.055000', '163236.515000', '163236.975000', '163237.435000', '163237.895000', '163238.355000', '163238.815000', '163239.275000', '163239.735000', '163240.195000', '163240.655000', '163241.115000', '163241.575000', '163242.035000', '163242.495000', '163242.955000', '163243.415000', '163243.875000', '163244.335000', '163244.795000', '163245.255000', '163245.715000', '163246.175000', '163246.635000', '163247.095000', '163247.555000', '163248.015000', '163248.475000', '163248.935000', '163249.395000', '163249.855000', '163250.315000', '163250.775000', '163251.235000', '163251.695000', '163252.155000', '163252.615000', '163253.075000', '163253.535000', '163253.995000', '163254.455000', '163254.915000', '163255.375000', '163255.835000', '163256.295000', '163256.755000', '163257.215000', '163257.675000', '163258.135000', '163258.595000', '163259.055000', '163259.515000', '163259.975000', '163300.435000', '163300.895000', '163301.355000', '163301.815000', '163302.275000', '163302.735000', '163303.195000', '163303.655000', '163304.115000', '163304.575000', '163305.035000', '163305.495000', '163305.955000', '163306.415000', '163306.875000', '163307.335000', '163307.795000', '163308.255000', '163308.715000', '163309.175000', '163309.635000', '163310.095000', '163310.555000', '163311.015000', '163311.475000', '163311.935000', '163312.395000', '163312.855000', '163313.315000', '163313.775000', '163314.235000', '163314.695000', '163315.155000', '163315.615000', '163316.075000', '163316.535000', '163316.995000', '163317.455000', '163317.915000', '163318.375000', '163318.835000', '163319.295000', '163319.755000', '163320.215000', '163320.675000', '163321.135000', '163321.595000', '163322.055000', '163322.515000', '163322.975000', '163323.435000', '163323.895000', '163324.355000', '163324.815000', '163325.275000', '163325.735000', '163326.195000', '163326.655000', '163327.115000', '163327.575000', '163328.035000', '163328.495000', '163328.955000', '163329.415000', '163329.875000', '163330.335000', '163330.795000', '163331.255000', '163331.715000', '163332.175000', '163332.635000', '163333.095000', '163333.555000', '163334.015000', '163334.475000', '163334.935000', '163335.395000', '163335.855000', '163336.315000', '163336.775000', '163337.235000', '163337.695000', '163338.155000', '163338.615000', '163339.075000', '163339.535000', '163339.995000', '163340.455000', '163340.915000', '163341.375000', '163341.835000', '163342.295000', '163342.755000', '163343.215000', '163343.675000', '163344.135000', '163344.595000', '163345.055000', '163345.515000', '163345.975000', '163346.435000', '163346.895000', '163347.355000', '163347.815000', '163348.275000', '163348.735000', '163349.195000', '163349.655000', '163350.115000', '163350.575000', '163351.035000', '163351.495000', '163351.955000', '163352.415000', '163352.875000', '163353.335000', '163353.795000', '163354.255000', '163354.715000', '163355.175000', '163355.635000', '163356.095000', '163356.555000', '163357.015000', '163357.475000', '163357.935000', '163358.395000', '163358.855000', '163359.315000', '163359.775000', '163400.235000', '163400.695000', '163401.155000', '163401.615000', '163402.075000', '163402.535000', '163402.995000', '163403.455000', '163403.915000', '163404.375000', '163404.835000', '163405.295000', '163405.755000', '163406.215000', '163406.675000', '163407.135000', '163407.595000', '163408.055000', '163408.515000', '163408.975000', '163409.435000', '163409.895000', '163410.355000', '163410.815000', '163411.275000', '163411.735000', '163412.195000', '163412.655000', '163413.115000', '163413.575000', '163414.035000', '163414.495000', '163414.955000', '163415.415000', '163415.875000', '163416.335000', '163416.795000', '163417.255000', '163417.715000', '163418.175000', '163418.635000', '163419.095000', '163419.555000', '163420.015000', '163420.475000', '163420.935000', '163421.395000', '163421.855000', '163422.315000', '163422.775000', '163423.235000', '163423.695000', '163424.155000', '163424.615000', '163425.075000', '163425.535000', '163425.995000', '163426.455000', '163426.915000', '163427.375000', '163427.835000', '163428.295000', '163428.755000', '163429.215000', '163429.675000', '163430.135000', '163430.595000', '163431.055000', '163431.515000', '163431.975000', '163432.435000', '163432.895000', '163433.355000', '163433.815000', '163434.275000', '163434.735000', '163435.195000', '163435.655000', '163436.115000', '163436.575000', '163437.035000', '163437.495000', '163437.955000', '163438.415000', '163438.875000', '163439.335000', '163439.795000', '163440.255000', '163440.715000', '163441.175000', '163441.635000', '163442.095000', '163442.555000', '163443.015000', '163443.475000', '163443.935000', '163444.395000', '163444.855000', '163445.315000', '163445.775000', '163446.235000', '163446.695000', '163447.155000', '163447.615000', '163448.075000', '163448.535000', '163448.995000', '163449.455000', '163449.915000', '163450.375000', '163450.835000', '163451.295000', '163451.755000', '163452.215000', '163452.675000', '163453.135000', '163453.595000', '163454.055000', '163454.515000', '163454.975000', '163455.435000', '163455.895000', '163456.355000', '163456.815000', '163457.275000', '163457.735000', '163458.195000', '163458.655000', '163459.115000', '163459.575000', '163500.035000', '163500.495000', '163500.955000', '163501.415000', '163501.875000', '163502.335000', '163502.795000', '163503.255000', '163503.715000', '163504.175000', '163504.635000', '163505.095000', '163505.555000', '163506.015000', '163506.475000', '163506.935000', '163507.395000', '163507.855000', '163508.315000', '163508.775000', '163509.235000', '163509.695000', '163510.155000', '163510.615000', '163511.075000', '163511.535000', '163511.995000', '163512.455000', '163512.915000', '163513.375000', '163513.835000', '163514.295000', '163514.755000', '163515.215000', '163515.675000', '163516.135000', '163516.595000', '163517.055000', '163517.515000', '163517.975000', '163518.435000', '163518.895000', '163519.355000', '163519.815000', '163520.275000', '163520.735000', '163521.195000', '163521.655000', '163522.115000', '163522.575000', '163523.035000', '163523.495000', '163523.955000', '163524.415000', '163524.875000', '163525.335000', '163525.795000', '163526.255000', '163526.715000', '163527.175000', '163527.635000', '163528.095000', '163528.555000', '163529.015000', '163529.475000', '163529.935000', '163530.395000', '163530.855000', '163531.315000', '163531.775000', '163532.235000', '163532.695000', '163533.155000', '163533.615000', '163534.075000', '163534.535000', '163534.995000', '163535.455000', '163535.915000', '163536.375000', '163536.835000', '163537.295000', '163537.755000', '163538.215000', '163538.675000', '163539.135000', '163539.595000', '163540.055000', '163540.515000', '163540.975000', '163541.435000', '163541.895000', '163542.355000', '163542.815000', '163543.275000', '163543.735000', '163544.195000', '163544.655000', '163545.115000', '163545.575000', '163546.035000', '163546.495000', '163546.955000', '163547.415000', '163547.875000', '163548.335000', '163548.795000', '163549.255000', '163549.715000', '163550.175000', '163550.635000', '163551.095000', '163551.555000', '163552.015000', '163552.475000', '163552.935000', '163553.395000', '163553.855000', '163554.315000', '163554.775000', '163555.235000'], 'ContentTime': ['162943.881000', '162943.884000', '162943.887000', '162943.890000', '162943.893000', '162943.896000', '162943.898000', '162943.902000', '162943.904000', '162943.907000', '162943.910000', '162943.913000', '162943.916000', '162943.919000', '162943.922000', '162943.930000', '162943.933000', '162943.935000', '162943.938000', '162943.941000', '162943.944000', '162943.947000', '162943.950000', '162943.953000', '162943.955000', '162943.958000', '162943.961000', '162943.964000', '162943.967000', '162943.970000', '162943.973000', '162943.976000', '162943.978000', '162943.981000', '162943.984000', '162943.987000', '162943.990000', '162943.993000', '162943.996000', '162944.000000', '162944.002000', '162944.005000', '162944.008000', '162944.011000', '162944.014000', '162944.017000', '162944.020000', '162944.023000', '162944.025000', '162944.028000', '162944.031000', '162944.034000', '162944.046000', '162944.049000', '162944.052000', '162944.055000', '162944.058000', '162944.061000', '162944.063000', '162944.066000', '162944.069000', '163003.842000', '163003.845000', '163003.848000', '163003.851000', '163003.854000', '163003.857000', '163003.859000', '163003.862000', '163003.865000', '163003.868000', '163003.871000', '163003.874000', '163003.877000', '163003.880000', '163003.883000', '163003.886000', '163003.889000', '163003.892000', '163003.895000', '163003.898000', '163003.901000', '163003.904000', '163003.917000', '163003.920000', '163003.923000', '163003.926000', '163003.929000', '163003.931000', '163003.934000', '163003.937000', '163003.940000', '163003.943000', '163003.946000', '163003.949000', '163003.952000', '163003.954000', '163003.957000', '163003.960000', '163003.963000', '163003.966000', '163003.969000', '163003.972000', '163003.974000', '163023.842000', '163023.845000', '163023.848000', '163023.851000', '163023.854000', '163023.857000', '163023.859000', '163023.862000', '163023.877000', '163023.880000', '163023.883000', '163023.886000', '163023.889000', '163023.892000', '163023.895000', '163023.903000', '163023.906000', '163023.908000', '163023.911000', '163023.914000', '163023.924000', '163023.927000', '163023.930000', '163023.933000', '163023.936000', '163023.939000', '163023.942000', '163023.945000', '163023.948000', '163023.950000', '163023.953000', '163023.956000', '163023.959000', '163023.962000', '163023.965000', '163023.967000', '163023.971000', '163023.973000', '163023.976000', '163023.979000', '163023.982000', '163023.985000', '163023.988000', '163023.991000', '163043.842000', '163043.845000', '163043.848000', '163043.851000', '163043.854000', '163043.857000', '163043.860000', '163043.862000', '163043.865000', '163043.868000', '163043.871000', '163043.874000', '163043.877000', '163043.880000', '163043.883000', '163043.885000', '163043.888000', '163043.891000', '163043.894000', '163043.897000', '163043.900000', '163043.903000', '163043.906000', '163043.908000', '163043.911000', '163043.914000', '163043.917000', '163043.920000', '163043.923000', '163043.926000', '163043.929000', '163043.932000', '163043.952000', '163043.955000', '163043.958000', '163043.961000', '163043.964000', '163043.966000', '163043.969000', '163043.972000', '163043.975000', '163043.978000', '163043.981000', '163103.842000', '163103.845000', '163103.848000', '163103.851000', '163103.854000', '163103.857000', '163103.859000', '163103.867000', '163103.870000', '163103.873000', '163103.876000', '163103.879000', '163103.882000', '163103.884000', '163103.887000', '163103.890000', '163103.893000', '163103.896000', '163103.899000', '163103.902000', '163103.905000', '163103.907000', '163103.910000', '163103.913000', '163103.916000', '163103.919000', '163103.922000', '163103.925000', '163103.928000', '163103.930000', '163103.933000', '163103.936000', '163103.939000', '163103.942000', '163103.945000', '163103.948000', '163103.951000', '163103.954000', '163103.956000', '163103.959000', '163103.962000', '163103.965000', '163103.968000', '163103.971000', '163123.842000', '163123.845000', '163123.848000', '163123.851000', '163123.854000', '163123.857000', '163123.860000', '163123.863000', '163123.866000', '163123.874000', '163123.877000', '163123.880000', '163123.883000', '163123.886000', '163123.889000', '163123.891000', '163123.894000', '163123.897000', '163123.900000', '163123.903000', '163123.906000', '163123.909000', '163123.912000', '163123.914000', '163123.917000', '163123.921000', '163123.924000', '163123.927000', '163123.930000', '163123.933000', '163123.936000', '163123.939000', '163123.941000', '163123.944000', '163123.947000', '163123.951000', '163123.954000', '163123.957000', '163123.959000', '163123.962000', '163123.965000', '163123.968000', '163123.971000', '163143.842000', '163143.845000', '163143.848000', '163143.851000', '163143.854000', '163143.857000', '163143.860000', '163143.863000', '163143.865000', '163143.868000', '163143.871000', '163143.874000', '163143.877000', '163143.880000', '163143.883000', '163143.886000', '163143.888000', '163143.891000', '163143.894000', '163143.897000', '163143.900000', '163143.903000', '163143.906000', '163143.909000', '163143.912000', '163143.914000', '163143.917000', '163143.920000', '163143.923000', '163143.926000', '163143.929000', '163143.932000', '163143.935000', '163143.938000', '163143.941000', '163143.944000', '163143.946000', '163143.949000', '163143.952000', '163143.955000', '163143.958000', '163143.961000', '163143.964000', '163143.967000', '163203.842000', '163203.845000', '163203.848000', '163203.868000', '163203.871000', '163203.874000', '163203.877000', '163203.880000', '163203.883000', '163203.886000', '163203.888000', '163203.891000', '163203.894000', '163203.897000', '163203.900000', '163203.903000', '163203.906000', '163203.909000', '163203.912000', '163203.915000', '163203.918000', '163203.920000', '163203.923000', '163203.926000', '163203.936000', '163203.939000', '163203.941000', '163203.944000', '163203.947000', '163203.950000', '163203.953000', '163203.956000', '163203.965000', '163203.968000', '163203.971000', '163203.974000', '163203.977000', '163203.980000', '163203.983000', '163203.988000', '163203.991000', '163203.994000', '163203.997000', '163223.842000', '163223.845000', '163223.848000', '163223.851000', '163223.854000', '163223.857000', '163223.860000', '163223.863000', '163223.865000', '163223.869000', '163223.871000', '163223.874000', '163223.877000', '163223.880000', '163223.883000', '163223.886000', '163223.889000', '163223.892000', '163223.895000', '163223.898000', '163223.900000', '163223.904000', '163223.906000', '163223.909000', '163223.912000', '163223.915000', '163223.918000', '163223.921000', '163223.924000', '163223.927000', '163223.930000', '163223.932000', '163223.935000', '163223.938000', '163223.941000', '163223.944000', '163223.947000', '163223.950000', '163223.953000', '163223.956000', '163223.958000', '163223.961000', '163223.964000', '163223.967000', '163243.842000', '163243.845000', '163243.848000', '163243.851000', '163243.854000', '163243.857000', '163243.860000', '163243.863000', '163243.866000', '163243.869000', '163243.871000', '163243.875000', '163243.877000', '163243.880000', '163243.883000', '163243.886000', '163243.889000', '163243.892000', '163243.895000', '163243.898000', '163243.901000', '163243.905000', '163243.908000', '163243.911000', '163243.914000', '163243.916000', '163243.919000', '163243.922000', '163243.925000', '163243.928000', '163243.931000', '163243.934000', '163243.937000', '163243.940000', '163243.943000', '163243.946000', '163243.949000', '163243.951000', '163243.954000', '163243.957000', '163243.960000', '163243.963000', '163243.966000', '163303.842000', '163303.845000', '163303.848000', '163303.851000', '163303.854000', '163303.857000', '163303.860000', '163303.862000', '163303.866000', '163303.868000', '163303.871000', '163303.874000', '163303.877000', '163303.880000', '163303.883000', '163303.886000', '163303.889000', '163303.892000', '163303.895000', '163303.898000', '163303.901000', '163303.903000', '163303.906000', '163303.909000', '163303.912000', '163303.915000', '163303.918000', '163303.921000', '163303.924000', '163303.927000', '163303.930000', '163303.932000', '163303.936000', '163303.938000', '163303.941000', '163303.944000', '163303.947000', '163303.950000', '163303.953000', '163303.956000', '163303.959000', '163303.962000', '163303.965000', '163303.967000', '163323.842000', '163323.845000', '163323.848000', '163323.851000', '163323.854000', '163323.857000', '163323.860000', '163323.863000', '163323.866000', '163323.869000', '163323.872000', '163323.874000', '163323.877000', '163323.880000', '163323.883000', '163323.886000', '163323.889000', '163323.892000', '163323.895000', '163323.898000', '163323.900000', '163323.903000', '163323.906000', '163323.909000', '163323.912000', '163323.915000', '163323.918000', '163323.921000', '163323.933000', '163323.936000', '163323.939000', '163323.941000', '163323.944000', '163323.947000', '163323.950000', '163323.953000', '163323.956000', '163323.959000', '163323.962000', '163323.965000', '163323.967000', '163323.970000', '163323.973000', '163343.842000', '163343.845000', '163343.848000', '163343.851000', '163343.854000', '163343.857000', '163343.859000', '163343.863000', '163343.865000', '163343.868000', '163343.871000', '163343.874000', '163343.877000', '163343.880000', '163343.883000', '163343.886000', '163343.889000', '163343.891000', '163343.894000', '163343.897000', '163343.900000', '163343.903000', '163343.906000', '163343.909000', '163343.912000', '163343.914000', '163343.917000', '163343.920000', '163343.923000', '163343.926000', '163343.929000', '163343.932000', '163343.935000', '163343.938000', '163343.941000', '163343.944000', '163343.947000', '163343.950000', '163343.953000', '163343.956000', '163343.959000', '163343.961000', '163343.964000', '163343.967000', '163403.842000', '163403.845000', '163403.848000', '163403.851000', '163403.854000', '163403.857000', '163403.860000', '163403.863000', '163403.866000', '163403.869000', '163403.872000', '163403.874000', '163403.877000', '163403.880000', '163403.883000', '163403.886000', '163403.889000', '163403.892000', '163403.895000', '163403.898000', '163403.901000', '163403.904000', '163403.906000', '163403.909000', '163403.912000', '163403.915000', '163403.918000', '163403.921000', '163403.924000', '163403.927000', '163403.930000', '163403.933000', '163403.936000', '163403.947000', '163403.950000', '163403.953000', '163403.956000', '163403.959000', '163403.962000', '163403.964000', '163403.967000', '163403.970000', '163403.973000', '163423.842000', '163423.845000', '163423.848000', '163423.851000', '163423.854000', '163423.857000', '163423.860000', '163423.863000', '163423.866000', '163423.868000', '163423.871000', '163423.874000', '163423.877000', '163423.880000', '163423.883000', '163423.886000', '163423.889000', '163423.892000', '163423.895000', '163423.897000', '163423.900000', '163423.903000', '163423.906000', '163423.909000', '163423.912000', '163423.915000', '163423.918000', '163423.921000', '163423.924000', '163423.926000', '163423.929000', '163423.932000', '163423.935000', '163423.938000', '163423.941000', '163423.944000', '163423.947000', '163423.950000', '163423.953000', '163423.956000', '163423.958000', '163423.961000', '163423.964000', '163423.967000', '163443.842000', '163443.845000', '163443.848000', '163443.851000', '163443.854000', '163443.857000', '163443.860000', '163443.862000', '163443.865000', '163443.868000', '163443.871000', '163443.874000', '163443.877000', '163443.880000', '163443.883000', '163443.886000', '163443.889000', '163443.892000', '163443.895000', '163443.897000', '163443.900000', '163443.903000', '163443.906000', '163443.915000', '163443.918000', '163443.921000', '163443.923000', '163443.926000', '163443.929000', '163443.932000', '163443.935000', '163443.938000', '163443.941000', '163443.944000', '163443.947000', '163443.949000', '163443.953000', '163443.955000', '163443.958000', '163443.961000', '163443.964000', '163443.967000', '163443.970000', '163503.842000', '163503.845000', '163503.848000', '163503.851000', '163503.854000', '163503.857000', '163503.860000', '163503.862000', '163503.865000', '163503.868000', '163503.871000', '163503.874000', '163503.877000', '163503.880000', '163503.883000', '163503.886000', '163503.888000', '163503.891000', '163503.894000', '163503.897000', '163503.905000', '163503.908000', '163503.911000', '163503.914000', '163503.917000', '163503.920000', '163503.923000', '163503.925000', '163503.928000', '163503.931000', '163503.934000', '163503.937000', '163503.940000', '163503.943000', '163503.946000', '163503.949000', '163503.951000', '163503.955000', '163503.957000', '163503.960000', '163503.963000', '163503.966000', '163503.969000', '163503.972000', '163523.842000', '163523.845000', '163523.848000', '163523.851000', '163523.854000', '163523.857000', '163523.860000', '163523.863000', '163523.866000', '163523.869000', '163523.872000', '163523.875000', '163523.878000', '163523.881000', '163523.883000', '163523.886000', '163523.889000', '163523.892000', '163523.895000', '163523.898000', '163523.901000', '163523.904000', '163523.907000', '163523.910000', '163523.913000', '163523.915000', '163523.918000', '163523.921000', '163523.924000', '163523.927000', '163523.930000', '163523.933000', '163523.936000', '163523.938000', '163523.941000', '163523.944000', '163523.947000', '163523.950000', '163523.953000', '163523.956000', '163523.959000', '163523.962000', '163523.965000', '163543.842000', '163543.845000', '163543.848000', '163543.851000', '163543.854000', '163543.857000', '163543.859000', '163543.862000', '163543.865000', '163543.868000', '163543.871000', '163543.880000', '163543.883000', '163543.886000', '163543.889000', '163543.892000', '163543.895000', '163543.898000', '163543.901000', '163543.904000', '163543.907000', '163543.909000', '163543.912000', '163543.915000', '163543.918000', '163543.921000', '163543.924000', '163543.927000', '163543.930000', '163543.933000', '163543.935000', '163543.939000', '163543.942000', '163543.945000', '163543.948000', '163543.951000', '163543.954000', '163543.957000', '163543.959000', '163543.962000', '163543.965000', '163543.968000', '163543.971000', '163543.974000', '163556.759000', '163556.763000', '163556.766000', '163556.769000', '163556.781000', '163556.784000', '163556.787000', '163556.790000', '163556.793000', '163556.795000', '163556.798000', '163556.801000', '163556.805000', '163556.808000', '163556.810000', '163556.813000', '163556.817000', '163556.819000', '163556.822000', '163556.825000', '163556.828000', '163556.832000', '163556.835000', '163556.837000', '163556.841000', '163556.843000', '163556.846000', '163556.849000'], 'InstanceCreationTime': ['162943.881000', '162943.884000', '162943.887000', '162943.890000', '162943.893000', '162943.896000', '162943.898000', '162943.902000', '162943.904000', '162943.907000', '162943.910000', '162943.913000', '162943.916000', '162943.919000', '162943.922000', '162943.930000', '162943.933000', '162943.935000', '162943.938000', '162943.941000', '162943.944000', '162943.947000', '162943.950000', '162943.953000', '162943.955000', '162943.958000', '162943.961000', '162943.964000', '162943.967000', '162943.970000', '162943.973000', '162943.976000', '162943.978000', '162943.981000', '162943.984000', '162943.987000', '162943.990000', '162943.993000', '162943.996000', '162944.000000', '162944.002000', '162944.005000', '162944.008000', '162944.011000', '162944.014000', '162944.017000', '162944.020000', '162944.023000', '162944.025000', '162944.028000', '162944.031000', '162944.034000', '162944.046000', '162944.049000', '162944.052000', '162944.055000', '162944.058000', '162944.061000', '162944.063000', '162944.066000', '162944.069000', '163003.842000', '163003.845000', '163003.848000', '163003.851000', '163003.854000', '163003.857000', '163003.859000', '163003.862000', '163003.865000', '163003.868000', '163003.871000', '163003.874000', '163003.877000', '163003.880000', '163003.883000', '163003.886000', '163003.889000', '163003.892000', '163003.895000', '163003.898000', '163003.901000', '163003.904000', '163003.917000', '163003.920000', '163003.923000', '163003.926000', '163003.929000', '163003.931000', '163003.934000', '163003.937000', '163003.940000', '163003.943000', '163003.946000', '163003.949000', '163003.952000', '163003.954000', '163003.957000', '163003.960000', '163003.963000', '163003.966000', '163003.969000', '163003.972000', '163003.974000', '163023.842000', '163023.845000', '163023.848000', '163023.851000', '163023.854000', '163023.857000', '163023.859000', '163023.862000', '163023.877000', '163023.880000', '163023.883000', '163023.886000', '163023.889000', '163023.892000', '163023.895000', '163023.903000', '163023.906000', '163023.908000', '163023.911000', '163023.914000', '163023.924000', '163023.927000', '163023.930000', '163023.933000', '163023.936000', '163023.939000', '163023.942000', '163023.945000', '163023.948000', '163023.950000', '163023.953000', '163023.956000', '163023.959000', '163023.962000', '163023.965000', '163023.967000', '163023.971000', '163023.973000', '163023.976000', '163023.979000', '163023.982000', '163023.985000', '163023.988000', '163023.991000', '163043.842000', '163043.845000', '163043.848000', '163043.851000', '163043.854000', '163043.857000', '163043.860000', '163043.862000', '163043.865000', '163043.868000', '163043.871000', '163043.874000', '163043.877000', '163043.880000', '163043.883000', '163043.885000', '163043.888000', '163043.891000', '163043.894000', '163043.897000', '163043.900000', '163043.903000', '163043.906000', '163043.908000', '163043.911000', '163043.914000', '163043.917000', '163043.920000', '163043.923000', '163043.926000', '163043.929000', '163043.932000', '163043.952000', '163043.955000', '163043.958000', '163043.961000', '163043.964000', '163043.966000', '163043.969000', '163043.972000', '163043.975000', '163043.978000', '163043.981000', '163103.842000', '163103.845000', '163103.848000', '163103.851000', '163103.854000', '163103.857000', '163103.859000', '163103.867000', '163103.870000', '163103.873000', '163103.876000', '163103.879000', '163103.882000', '163103.884000', '163103.887000', '163103.890000', '163103.893000', '163103.896000', '163103.899000', '163103.902000', '163103.905000', '163103.907000', '163103.910000', '163103.913000', '163103.916000', '163103.919000', '163103.922000', '163103.925000', '163103.928000', '163103.930000', '163103.933000', '163103.936000', '163103.939000', '163103.942000', '163103.945000', '163103.948000', '163103.951000', '163103.954000', '163103.956000', '163103.959000', '163103.962000', '163103.965000', '163103.968000', '163103.971000', '163123.842000', '163123.845000', '163123.848000', '163123.851000', '163123.854000', '163123.857000', '163123.860000', '163123.863000', '163123.866000', '163123.874000', '163123.877000', '163123.880000', '163123.883000', '163123.886000', '163123.889000', '163123.891000', '163123.894000', '163123.897000', '163123.900000', '163123.903000', '163123.906000', '163123.909000', '163123.912000', '163123.914000', '163123.917000', '163123.921000', '163123.924000', '163123.927000', '163123.930000', '163123.933000', '163123.936000', '163123.939000', '163123.941000', '163123.944000', '163123.947000', '163123.951000', '163123.954000', '163123.957000', '163123.959000', '163123.962000', '163123.965000', '163123.968000', '163123.971000', '163143.842000', '163143.845000', '163143.848000', '163143.851000', '163143.854000', '163143.857000', '163143.860000', '163143.863000', '163143.865000', '163143.868000', '163143.871000', '163143.874000', '163143.877000', '163143.880000', '163143.883000', '163143.886000', '163143.888000', '163143.891000', '163143.894000', '163143.897000', '163143.900000', '163143.903000', '163143.906000', '163143.909000', '163143.912000', '163143.914000', '163143.917000', '163143.920000', '163143.923000', '163143.926000', '163143.929000', '163143.932000', '163143.935000', '163143.938000', '163143.941000', '163143.944000', '163143.946000', '163143.949000', '163143.952000', '163143.955000', '163143.958000', '163143.961000', '163143.964000', '163143.967000', '163203.842000', '163203.845000', '163203.848000', '163203.868000', '163203.871000', '163203.874000', '163203.877000', '163203.880000', '163203.883000', '163203.886000', '163203.888000', '163203.891000', '163203.894000', '163203.897000', '163203.900000', '163203.903000', '163203.906000', '163203.909000', '163203.912000', '163203.915000', '163203.918000', '163203.920000', '163203.923000', '163203.926000', '163203.936000', '163203.939000', '163203.941000', '163203.944000', '163203.947000', '163203.950000', '163203.953000', '163203.956000', '163203.965000', '163203.968000', '163203.971000', '163203.974000', '163203.977000', '163203.980000', '163203.983000', '163203.988000', '163203.991000', '163203.994000', '163203.997000', '163223.842000', '163223.845000', '163223.848000', '163223.851000', '163223.854000', '163223.857000', '163223.860000', '163223.863000', '163223.865000', '163223.869000', '163223.871000', '163223.874000', '163223.877000', '163223.880000', '163223.883000', '163223.886000', '163223.889000', '163223.892000', '163223.895000', '163223.898000', '163223.900000', '163223.904000', '163223.906000', '163223.909000', '163223.912000', '163223.915000', '163223.918000', '163223.921000', '163223.924000', '163223.927000', '163223.930000', '163223.932000', '163223.935000', '163223.938000', '163223.941000', '163223.944000', '163223.947000', '163223.950000', '163223.953000', '163223.956000', '163223.958000', '163223.961000', '163223.964000', '163223.967000', '163243.842000', '163243.845000', '163243.848000', '163243.851000', '163243.854000', '163243.857000', '163243.860000', '163243.863000', '163243.866000', '163243.869000', '163243.871000', '163243.875000', '163243.877000', '163243.880000', '163243.883000', '163243.886000', '163243.889000', '163243.892000', '163243.895000', '163243.898000', '163243.901000', '163243.905000', '163243.908000', '163243.911000', '163243.914000', '163243.916000', '163243.919000', '163243.922000', '163243.925000', '163243.928000', '163243.931000', '163243.934000', '163243.937000', '163243.940000', '163243.943000', '163243.946000', '163243.949000', '163243.951000', '163243.954000', '163243.957000', '163243.960000', '163243.963000', '163243.966000', '163303.842000', '163303.845000', '163303.848000', '163303.851000', '163303.854000', '163303.857000', '163303.860000', '163303.862000', '163303.866000', '163303.868000', '163303.871000', '163303.874000', '163303.877000', '163303.880000', '163303.883000', '163303.886000', '163303.889000', '163303.892000', '163303.895000', '163303.898000', '163303.901000', '163303.903000', '163303.906000', '163303.909000', '163303.912000', '163303.915000', '163303.918000', '163303.921000', '163303.924000', '163303.927000', '163303.930000', '163303.932000', '163303.936000', '163303.938000', '163303.941000', '163303.944000', '163303.947000', '163303.950000', '163303.953000', '163303.956000', '163303.959000', '163303.962000', '163303.965000', '163303.967000', '163323.842000', '163323.845000', '163323.848000', '163323.851000', '163323.854000', '163323.857000', '163323.860000', '163323.863000', '163323.866000', '163323.869000', '163323.872000', '163323.874000', '163323.877000', '163323.880000', '163323.883000', '163323.886000', '163323.889000', '163323.892000', '163323.895000', '163323.898000', '163323.900000', '163323.903000', '163323.906000', '163323.909000', '163323.912000', '163323.915000', '163323.918000', '163323.921000', '163323.933000', '163323.936000', '163323.939000', '163323.941000', '163323.944000', '163323.947000', '163323.950000', '163323.953000', '163323.956000', '163323.959000', '163323.962000', '163323.965000', '163323.967000', '163323.970000', '163323.973000', '163343.842000', '163343.845000', '163343.848000', '163343.851000', '163343.854000', '163343.857000', '163343.859000', '163343.863000', '163343.865000', '163343.868000', '163343.871000', '163343.874000', '163343.877000', '163343.880000', '163343.883000', '163343.886000', '163343.889000', '163343.891000', '163343.894000', '163343.897000', '163343.900000', '163343.903000', '163343.906000', '163343.909000', '163343.912000', '163343.914000', '163343.917000', '163343.920000', '163343.923000', '163343.926000', '163343.929000', '163343.932000', '163343.935000', '163343.938000', '163343.941000', '163343.944000', '163343.947000', '163343.950000', '163343.953000', '163343.956000', '163343.959000', '163343.961000', '163343.964000', '163343.967000', '163403.842000', '163403.845000', '163403.848000', '163403.851000', '163403.854000', '163403.857000', '163403.860000', '163403.863000', '163403.866000', '163403.869000', '163403.872000', '163403.874000', '163403.877000', '163403.880000', '163403.883000', '163403.886000', '163403.889000', '163403.892000', '163403.895000', '163403.898000', '163403.901000', '163403.904000', '163403.906000', '163403.909000', '163403.912000', '163403.915000', '163403.918000', '163403.921000', '163403.924000', '163403.927000', '163403.930000', '163403.933000', '163403.936000', '163403.947000', '163403.950000', '163403.953000', '163403.956000', '163403.959000', '163403.962000', '163403.964000', '163403.967000', '163403.970000', '163403.973000', '163423.842000', '163423.845000', '163423.848000', '163423.851000', '163423.854000', '163423.857000', '163423.860000', '163423.863000', '163423.866000', '163423.868000', '163423.871000', '163423.874000', '163423.877000', '163423.880000', '163423.883000', '163423.886000', '163423.889000', '163423.892000', '163423.895000', '163423.897000', '163423.900000', '163423.903000', '163423.906000', '163423.909000', '163423.912000', '163423.915000', '163423.918000', '163423.921000', '163423.924000', '163423.926000', '163423.929000', '163423.932000', '163423.935000', '163423.938000', '163423.941000', '163423.944000', '163423.947000', '163423.950000', '163423.953000', '163423.956000', '163423.958000', '163423.961000', '163423.964000', '163423.967000', '163443.842000', '163443.845000', '163443.848000', '163443.851000', '163443.854000', '163443.857000', '163443.860000', '163443.862000', '163443.865000', '163443.868000', '163443.871000', '163443.874000', '163443.877000', '163443.880000', '163443.883000', '163443.886000', '163443.889000', '163443.892000', '163443.895000', '163443.897000', '163443.900000', '163443.903000', '163443.906000', '163443.915000', '163443.918000', '163443.921000', '163443.923000', '163443.926000', '163443.929000', '163443.932000', '163443.935000', '163443.938000', '163443.941000', '163443.944000', '163443.947000', '163443.949000', '163443.953000', '163443.955000', '163443.958000', '163443.961000', '163443.964000', '163443.967000', '163443.970000', '163503.842000', '163503.845000', '163503.848000', '163503.851000', '163503.854000', '163503.857000', '163503.860000', '163503.862000', '163503.865000', '163503.868000', '163503.871000', '163503.874000', '163503.877000', '163503.880000', '163503.883000', '163503.886000', '163503.888000', '163503.891000', '163503.894000', '163503.897000', '163503.905000', '163503.908000', '163503.911000', '163503.914000', '163503.917000', '163503.920000', '163503.923000', '163503.925000', '163503.928000', '163503.931000', '163503.934000', '163503.937000', '163503.940000', '163503.943000', '163503.946000', '163503.949000', '163503.951000', '163503.955000', '163503.957000', '163503.960000', '163503.963000', '163503.966000', '163503.969000', '163503.972000', '163523.842000', '163523.845000', '163523.848000', '163523.851000', '163523.854000', '163523.857000', '163523.860000', '163523.863000', '163523.866000', '163523.869000', '163523.872000', '163523.875000', '163523.878000', '163523.881000', '163523.883000', '163523.886000', '163523.889000', '163523.892000', '163523.895000', '163523.898000', '163523.901000', '163523.904000', '163523.907000', '163523.910000', '163523.913000', '163523.915000', '163523.918000', '163523.921000', '163523.924000', '163523.927000', '163523.930000', '163523.933000', '163523.936000', '163523.938000', '163523.941000', '163523.944000', '163523.947000', '163523.950000', '163523.953000', '163523.956000', '163523.959000', '163523.962000', '163523.965000', '163543.842000', '163543.845000', '163543.848000', '163543.851000', '163543.854000', '163543.857000', '163543.859000', '163543.862000', '163543.865000', '163543.868000', '163543.871000', '163543.880000', '163543.883000', '163543.886000', '163543.889000', '163543.892000', '163543.895000', '163543.898000', '163543.901000', '163543.904000', '163543.907000', '163543.909000', '163543.912000', '163543.915000', '163543.918000', '163543.921000', '163543.924000', '163543.927000', '163543.930000', '163543.933000', '163543.935000', '163543.939000', '163543.942000', '163543.945000', '163543.948000', '163543.951000', '163543.954000', '163543.957000', '163543.959000', '163543.962000', '163543.965000', '163543.968000', '163543.971000', '163543.974000', '163556.759000', '163556.763000', '163556.766000', '163556.769000', '163556.781000', '163556.784000', '163556.787000', '163556.790000', '163556.793000', '163556.795000', '163556.798000', '163556.801000', '163556.805000', '163556.808000', '163556.810000', '163556.813000', '163556.817000', '163556.819000', '163556.822000', '163556.825000', '163556.828000', '163556.832000', '163556.835000', '163556.837000', '163556.841000', '163556.843000', '163556.846000', '163556.849000'], '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': [12790, 8978, 13598, 9046, 11702, 9147, 12445, 9121, 13096, 8917, 12984, 8761, 9546, 8716, 9360, 9574, 9154, 11682, 9433, 10686, 9185, 11456, 9101, 12952, 8883, 12846, 8644, 9142, 8732, 9463, 9490, 9018, 11891, 9285, 11689, 9240, 13035, 9115, 13417, 8771, 11064, 8751, 9354, 8859, 9078, 12036, 9369, 11689, 9146, 12073, 9150, 13273, 8975, 12693, 8810, 11974, 8732, 11684, 8893, 11693, 9320, 10978, 8656, 9108, 8763, 9147, 9045, 9014, 11223, 9380, 11236, 9124, 12410, 8895, 13117, 9052, 13988, 9252, 11010, 8671, 9058, 8917, 9056, 12334, 9173, 12038, 8984, 11910, 8926, 12538, 8914, 13834, 9651, 9281, 8674, 9424, 9883, 9337, 11246, 8980, 13056, 8869, 11745, 8812, 11737, 8955, 11819, 9684, 8982, 8752, 10062, 10031, 9952, 12120, 9149, 11737, 9583, 8936, 11357, 9178, 12347, 9031, 13100, 9080, 13803, 9002, 10140, 8607, 9159, 10706, 9116, 11251, 9156, 13072, 8883, 12119, 8811, 9240, 8883, 9006, 11627, 9256, 12090, 9217, 11685, 9049, 11601, 9013, 13026, 8665, 9631, 8925, 9317, 9232, 9077, 12146, 8960, 12370, 8910, 11646, 8954, 9435, 9177, 9009, 10674, 9216, 12214, 9078, 13790, 9089, 15027, 8714, 11593, 8944, 9132, 9411, 8942, 13576, 9016, 12570, 8819, 12051, 9026, 11937, 9038, 8917, 9034, 9005, 10054, 9146, 11081, 9135, 12927, 8803, 13085, 9039, 11607, 8978, 10076, 9632, 8950, 9904, 9034, 11381, 9141, 12154, 8985, 11991, 8634, 10307, 8877, 9254, 8880, 9188, 9205, 9040, 9817, 9134, 10783, 9092, 11752, 8977, 13442, 8902, 11728, 8930, 9261, 8692, 8929, 11717, 9092, 11510, 8955, 11733, 8972, 13056, 9261, 10979, 8754, 8789, 9210, 8999, 12029, 9071, 13219, 8872, 12040, 8791, 11757, 8972, 10321, 10201, 8814, 11083, 8891, 10318, 9086, 11350, 9052, 12520, 8931, 12346, 8644, 9281, 8914, 9243, 9014, 8862, 12546, 8983, 11325, 8847, 11568, 8799, 9018, 9449, 8879, 11350, 9069, 11618, 9200, 12637, 9059, 12989, 8736, 10979, 8814, 9052, 8806, 8790, 12186, 8858, 11790, 8981, 11855, 8880, 11712, 9650, 8919, 9289, 8814, 9811, 8962, 11771, 9108, 13800, 8918, 12160, 8848, 10872, 8877, 9208, 8994, 8752, 10424, 9004, 10556, 8943, 11803, 9041, 13212, 8993, 13348, 8842, 9585, 8675, 9160, 9147, 8859, 11971, 8909, 11397, 8909, 11265, 9006, 11205, 9169, 12761, 8725, 10872, 8504, 9096, 8707, 9085, 8943, 9126, 12159, 9252, 12263, 9100, 9207, 9572, 9204, 9481, 9181, 11675, 9028, 14619, 9061, 14255, 9078, 13893, 9878, 13899, 10832, 10028, 14157, 9064, 13363, 9220, 13743, 9263, 13777, 8951, 13533, 8928, 10243, 9097, 9018, 9260, 8917, 12027, 9197, 12624, 9296, 12856, 9110, 11223, 9217, 8799, 10018, 9037, 11560, 9048, 12601, 9164, 13508, 8970, 14191, 9062, 11890, 9248, 9104, 9038, 8950, 10894, 8984, 12314, 9106, 12143, 9308, 12399, 9189, 12833, 8980, 12654, 9027, 11425, 9207, 9628, 9100, 8932, 9929, 9132, 11423, 9322, 12209, 9102, 13280, 9072, 13636, 9101, 10310, 9142, 9342, 9104, 9065, 13105, 9003, 13553, 8994, 12693, 8873, 11587, 9316, 8911, 9925, 8970, 11264, 9001, 12038, 9223, 13481, 8904, 12835, 8897, 11268, 8838, 9223, 9093, 9066, 10802, 9100, 11686, 9154, 12108, 9277, 12612, 9032, 12913, 8937, 10071, 9048, 8957, 9197, 8987, 9913, 8637, 12303, 8958, 11623, 9111, 11894, 9132, 12576, 9521, 13642, 8863, 11300, 9041, 9230, 9297, 8922, 11229, 9033, 11896, 9454, 12327, 9025, 13123, 8947, 14318, 9261, 11359, 9276, 9191, 10609, 8959, 11634, 9099, 12277, 9033, 13311, 9138, 14397, 9231, 9117, 9282, 8866, 11028, 9260, 13760, 9162, 12658, 8991, 12473, 9399, 9374, 9725, 9153, 11802, 8907, 13099, 9376, 13616, 9046, 11343, 9026, 8897, 9547, 9056, 11346, 9165, 13000, 9105, 12949, 9340, 8842, 9454, 8915, 11757, 9222, 14171, 9051, 9454, 9440, 8932, 11349, 9380, 14061, 9265, 14550, 9125, 10957, 9219, 9019, 11410, 9156, 13727, 9405, 12674, 9282, 12884, 9102, 12042, 10163, 9013, 10633, 8944, 11215, 9274, 12721, 9275, 13567, 9264, 8713, 10403, 9042, 12467, 9228, 13694, 8864, 12715, 9545, 8703, 10200, 8999, 12488, 9201, 13851, 9033, 10006, 8996, 9071, 9135, 8922, 13023, 9066, 12680, 8957, 12575, 9059, 11172, 10293, 8794, 10952, 8973, 11450, 8942, 12452, 8959, 13661, 9384, 9865, 9050, 8916, 8974, 8872, 12060, 8829, 12693, 8940, 12444, 8973, 12172, 9050, 8720, 10440, 8949, 11482, 9218, 12863, 8939, 13604, 9827, 9191, 9124, 9175, 11429, 9095, 13730, 9044, 13631, 8998, 9263, 9216, 9041, 11702, 9107, 13213, 9066, 12657, 8960, 11380, 9298, 8792, 11470, 8908, 12236, 9225, 13096, 9030, 13553, 9950, 8943, 8896, 8987, 10736, 8921, 11556, 9053, 13899, 8984, 12664, 9059, 9343, 9115, 8802, 11033, 8978, 12237, 9350, 12373, 9065, 13077, 9124, 10321, 8826, 8869, 8860, 8940, 11556, 8956, 14332, 8912, 11731, 8906, 9164, 8778, 8704, 12137, 8950, 13560, 9122, 12815, 8787, 12930, 8773, 11567, 10208, 8813, 10401, 8959, 11234, 9008, 12191, 8943, 13593, 8948, 8898, 8762, 9045, 10691, 8821, 12642, 8916, 13819, 9671, 8956, 8935, 8774, 12441, 8866, 14426, 9968, 14898, 9619, 10729, 9662, 8700, 11726, 8890, 13151, 9134, 11896, 8703, 11932, 8893, 8839, 8946, 8900, 10640, 8918, 11515, 9004, 12530, 8743, 14064, 8595, 11359, 9199, 8990, 9003, 8661, 11952, 9107, 13150, 9131, 12292, 8806, 12910, 8867, 12144, 9681, 8873, 8800, 8821, 11102, 9154, 12582, 8770, 13932, 8681, 12004, 8706, 9171, 8879, 8840, 10647, 8802, 12739, 9077, 11112, 9293, 8974, 8944, 8762, 12259, 9344, 13347, 9240, 10699, 9012, 9574, 11863, 9195, 12731, 11986, 9081, 13177, 8999, 13846, 8973, 13868, 9730, 9987, 8656, 9035, 9743, 9331, 10396, 9221, 11478, 9347, 12113, 8996, 11646, 8850, 9517, 8812, 9575, 9155, 9218, 10310, 9282, 10977, 9164, 11646, 9052, 12722, 9230, 10387, 8875, 8940, 9800, 8931, 10641, 8990, 13436, 9003, 13838, 8957, 11643, 8989, 9386, 8892, 9205, 9840, 9251, 11019, 9246, 12022], 'WindowCenter': [4374.0, 4316.0, 4344.0, 4290.0, 4319.0, 4311.0, 4342.0, 4287.0, 4313.0, 4273.0, 4302.0, 4272.0, 4282.0, 4260.0, 4269.0, 4281.0, 4271.0, 4291.0, 4271.0, 4292.0, 4272.0, 4289.0, 4271.0, 4302.0, 4273.0, 4301.0, 4262.0, 4270.0, 4262.0, 4270.0, 4271.0, 4260.0, 4292.0, 4283.0, 4301.0, 4271.0, 4301.0, 4271.0, 4312.0, 4273.0, 4292.0, 4274.0, 4271.0, 4271.0, 4271.0, 4304.0, 4282.0, 4303.0, 4272.0, 4290.0, 4269.0, 4299.0, 4260.0, 4298.0, 4271.0, 4289.0, 4261.0, 4289.0, 4259.0, 4289.0, 4270.0, 4279.0, 4259.0, 4259.0, 4258.0, 4257.0, 4259.0, 4258.0, 4289.0, 4269.0, 4290.0, 4270.0, 4299.0, 4270.0, 4301.0, 4271.0, 4299.0, 4271.0, 4290.0, 4260.0, 4260.0, 4270.0, 4270.0, 4301.0, 4272.0, 4301.0, 4272.0, 4289.0, 4271.0, 4299.0, 4273.0, 4300.0, 4271.0, 4271.0, 4272.0, 4270.0, 4279.0, 4268.0, 4290.0, 4261.0, 4300.0, 4260.0, 4290.0, 4271.0, 4290.0, 4272.0, 4290.0, 4270.0, 4261.0, 4272.0, 4304.0, 4291.0, 4292.0, 4314.0, 4297.0, 4302.0, 4295.0, 4274.0, 4293.0, 4272.0, 4300.0, 4261.0, 4299.0, 4260.0, 4300.0, 4260.0, 4280.0, 4261.0, 4270.0, 4280.0, 4260.0, 4289.0, 4269.0, 4299.0, 4271.0, 4302.0, 4273.0, 4270.0, 4270.0, 4270.0, 4291.0, 4271.0, 4303.0, 4283.0, 4302.0, 4271.0, 4290.0, 4274.0, 4311.0, 4272.0, 4282.0, 4272.0, 4270.0, 4282.0, 4272.0, 4302.0, 4272.0, 4302.0, 4273.0, 4291.0, 4273.0, 4283.0, 4284.0, 4272.0, 4293.0, 4283.0, 4303.0, 4272.0, 4312.0, 4274.0, 4313.0, 4263.0, 4291.0, 4271.0, 4269.0, 4271.0, 4259.0, 4300.0, 4260.0, 4290.0, 4261.0, 4289.0, 4260.0, 4287.0, 4270.0, 4260.0, 4259.0, 4259.0, 4280.0, 4270.0, 4290.0, 4270.0, 4300.0, 4273.0, 4303.0, 4272.0, 4290.0, 4273.0, 4281.0, 4271.0, 4261.0, 4282.0, 4271.0, 4291.0, 4271.0, 4300.0, 4272.0, 4301.0, 4274.0, 4293.0, 4284.0, 4272.0, 4272.0, 4271.0, 4273.0, 4270.0, 4281.0, 4271.0, 4290.0, 4259.0, 4291.0, 4271.0, 4301.0, 4271.0, 4291.0, 4272.0, 4272.0, 4272.0, 4271.0, 4304.0, 4272.0, 4301.0, 4273.0, 4300.0, 4273.0, 4301.0, 4274.0, 4291.0, 4262.0, 4262.0, 4271.0, 4260.0, 4301.0, 4270.0, 4302.0, 4272.0, 4302.0, 4272.0, 4289.0, 4261.0, 4278.0, 4280.0, 4260.0, 4279.0, 4259.0, 4269.0, 4259.0, 4279.0, 4259.0, 4288.0, 4271.0, 4301.0, 4272.0, 4269.0, 4270.0, 4269.0, 4271.0, 4262.0, 4300.0, 4271.0, 4292.0, 4272.0, 4290.0, 4262.0, 4270.0, 4273.0, 4271.0, 4291.0, 4260.0, 4289.0, 4269.0, 4289.0, 4260.0, 4301.0, 4260.0, 4280.0, 4270.0, 4258.0, 4259.0, 4259.0, 4300.0, 4272.0, 4290.0, 4271.0, 4290.0, 4260.0, 4290.0, 4270.0, 4260.0, 4270.0, 4260.0, 4270.0, 4258.0, 4290.0, 4260.0, 4300.0, 4261.0, 4289.0, 4259.0, 4279.0, 4259.0, 4259.0, 4260.0, 4260.0, 4279.0, 4260.0, 4279.0, 4258.0, 4289.0, 4260.0, 4299.0, 4270.0, 4299.0, 4271.0, 4268.0, 4259.0, 4259.0, 4269.0, 4258.0, 4290.0, 4269.0, 4289.0, 4270.0, 4290.0, 4271.0, 4289.0, 4271.0, 4301.0, 4263.0, 4295.0, 4272.0, 4274.0, 4275.0, 4272.0, 4286.0, 4286.0, 4317.0, 4285.0, 4301.0, 4271.0, 4270.0, 4271.0, 4270.0, 4270.0, 4271.0, 4302.0, 4272.0, 4322.0, 4272.0, 4311.0, 4273.0, 4301.0, 4271.0, 4300.0, 4280.0, 4269.0, 4301.0, 4247.0, 4288.0, 4258.0, 4286.0, 4246.0, 4284.0, 4246.0, 4284.0, 4246.0, 4254.0, 4247.0, 4245.0, 4256.0, 4245.0, 4276.0, 4256.0, 4286.0, 4256.0, 4287.0, 4259.0, 4279.0, 4260.0, 4249.0, 4269.0, 4257.0, 4278.0, 4257.0, 4287.0, 4259.0, 4288.0, 4258.0, 4299.0, 4260.0, 4277.0, 4258.0, 4246.0, 4257.0, 4246.0, 4279.0, 4247.0, 4287.0, 4257.0, 4286.0, 4258.0, 4285.0, 4258.0, 4287.0, 4259.0, 4289.0, 4259.0, 4290.0, 4271.0, 4270.0, 4259.0, 4259.0, 4281.0, 4271.0, 4289.0, 4269.0, 4290.0, 4272.0, 4300.0, 4273.0, 4312.0, 4271.0, 4279.0, 4271.0, 4285.0, 4272.0, 4259.0, 4301.0, 4271.0, 4313.0, 4274.0, 4301.0, 4273.0, 4303.0, 4271.0, 4259.0, 4270.0, 4259.0, 4279.0, 4259.0, 4290.0, 4270.0, 4300.0, 4260.0, 4300.0, 4260.0, 4289.0, 4272.0, 4270.0, 4270.0, 4260.0, 4292.0, 4270.0, 4291.0, 4271.0, 4301.0, 4271.0, 4300.0, 4273.0, 4301.0, 4261.0, 4270.0, 4261.0, 4260.0, 4259.0, 4258.0, 4270.0, 4249.0, 4289.0, 4258.0, 4278.0, 4271.0, 4289.0, 4270.0, 4288.0, 4269.0, 4300.0, 4272.0, 4304.0, 4286.0, 4269.0, 4269.0, 4260.0, 4302.0, 4271.0, 4301.0, 4282.0, 4300.0, 4272.0, 4312.0, 4273.0, 4312.0, 4271.0, 4290.0, 4272.0, 4273.0, 4292.0, 4260.0, 4291.0, 4260.0, 4290.0, 4260.0, 4300.0, 4271.0, 4311.0, 4272.0, 4271.0, 4272.0, 4260.0, 4281.0, 4271.0, 4312.0, 4270.0, 4299.0, 4271.0, 4289.0, 4271.0, 4271.0, 4270.0, 4259.0, 4289.0, 4259.0, 4301.0, 4270.0, 4300.0, 4260.0, 4278.0, 4260.0, 4257.0, 4270.0, 4258.0, 4278.0, 4270.0, 4299.0, 4270.0, 4300.0, 4272.0, 4259.0, 4269.0, 4260.0, 4300.0, 4271.0, 4313.0, 4272.0, 4270.0, 4271.0, 4258.0, 4291.0, 4270.0, 4300.0, 4269.0, 4299.0, 4271.0, 4279.0, 4259.0, 4259.0, 4289.0, 4259.0, 4299.0, 4259.0, 4288.0, 4260.0, 4287.0, 4260.0, 4290.0, 4281.0, 4258.0, 4279.0, 4258.0, 4277.0, 4257.0, 4286.0, 4260.0, 4298.0, 4258.0, 4247.0, 4279.0, 4258.0, 4288.0, 4258.0, 4298.0, 4258.0, 4288.0, 4270.0, 4260.0, 4280.0, 4259.0, 4290.0, 4259.0, 4298.0, 4258.0, 4269.0, 4261.0, 4259.0, 4269.0, 4259.0, 4301.0, 4261.0, 4299.0, 4261.0, 4288.0, 4260.0, 4277.0, 4271.0, 4249.0, 4280.0, 4258.0, 4289.0, 4258.0, 4290.0, 4262.0, 4298.0, 4270.0, 4268.0, 4260.0, 4257.0, 4258.0, 4259.0, 4290.0, 4260.0, 4299.0, 4271.0, 4289.0, 4260.0, 4290.0, 4272.0, 4261.0, 4280.0, 4271.0, 4291.0, 4272.0, 4301.0, 4274.0, 4312.0, 4282.0, 4271.0, 4271.0, 4270.0, 4290.0, 4271.0, 4302.0, 4271.0, 4302.0, 4272.0, 4270.0, 4270.0, 4261.0, 4302.0, 4270.0, 4301.0, 4272.0, 4300.0, 4272.0, 4290.0, 4270.0, 4259.0, 4291.0, 4260.0, 4290.0, 4270.0, 4300.0, 4260.0, 4299.0, 4269.0, 4258.0, 4259.0, 4258.0, 4280.0, 4258.0, 4289.0, 4260.0, 4300.0, 4260.0, 4299.0, 4259.0, 4259.0, 4260.0, 4260.0, 4280.0, 4260.0, 4289.0, 4270.0, 4289.0, 4260.0, 4300.0, 4271.0, 4269.0, 4261.0, 4261.0, 4270.0, 4261.0, 4290.0, 4271.0, 4312.0, 4272.0, 4289.0, 4271.0, 4269.0, 4261.0, 4259.0, 4302.0, 4260.0, 4301.0, 4271.0, 4299.0, 4259.0, 4289.0, 4249.0, 4278.0, 4269.0, 4259.0, 4279.0, 4259.0, 4279.0, 4259.0, 4300.0, 4273.0, 4300.0, 4261.0, 4261.0, 4261.0, 4260.0, 4281.0, 4261.0, 4302.0, 4271.0, 4302.0, 4271.0, 4259.0, 4260.0, 4248.0, 4288.0, 4259.0, 4300.0, 4270.0, 4310.0, 4270.0, 4277.0, 4258.0, 4246.0, 4278.0, 4247.0, 4287.0, 4258.0, 4278.0, 4258.0, 4278.0, 4261.0, 4259.0, 4259.0, 4258.0, 4279.0, 4260.0, 4290.0, 4272.0, 4289.0, 4259.0, 4298.0, 4260.0, 4278.0, 4260.0, 4247.0, 4260.0, 4249.0, 4290.0, 4258.0, 4299.0, 4260.0, 4288.0, 4259.0, 4287.0, 4260.0, 4289.0, 4270.0, 4258.0, 4260.0, 4258.0, 4281.0, 4259.0, 4289.0, 4260.0, 4298.0, 4260.0, 4288.0, 4262.0, 4270.0, 4271.0, 4270.0, 4294.0, 4271.0, 4303.0, 4273.0, 4292.0, 4282.0, 4271.0, 4272.0, 4262.0, 4302.0, 4283.0, 4338.0, 4298.0, 4293.0, 4285.0, 4296.0, 4302.0, 4282.0, 4303.0, 4306.0, 4273.0, 4303.0, 4260.0, 4300.0, 4258.0, 4289.0, 4270.0, 4268.0, 4258.0, 4258.0, 4269.0, 4258.0, 4278.0, 4268.0, 4290.0, 4271.0, 4289.0, 4271.0, 4291.0, 4273.0, 4269.0, 4273.0, 4270.0, 4271.0, 4271.0, 4281.0, 4272.0, 4291.0, 4272.0, 4290.0, 4272.0, 4301.0, 4283.0, 4283.0, 4273.0, 4271.0, 4283.0, 4270.0, 4281.0, 4260.0, 4302.0, 4272.0, 4311.0, 4272.0, 4291.0, 4272.0, 4273.0, 4273.0, 4271.0, 4284.0, 4272.0, 4294.0, 4272.0, 4303.0], 'WindowWidth': [9642.0, 9543.0, 9573.0, 9495.0, 9529.0, 9525.0, 9566.0, 9480.0, 9506.0, 9455.0, 9491.0, 9450.0, 9464.0, 9431.0, 9440.0, 9460.0, 9444.0, 9474.0, 9449.0, 9477.0, 9450.0, 9468.0, 9446.0, 9488.0, 9453.0, 9487.0, 9438.0, 9446.0, 9437.0, 9444.0, 9447.0, 9429.0, 9477.0, 9469.0, 9488.0, 9448.0, 9486.0, 9449.0, 9505.0, 9453.0, 9479.0, 9455.0, 9446.0, 9449.0, 9447.0, 9497.0, 9466.0, 9492.0, 9449.0, 9469.0, 9441.0, 9479.0, 9429.0, 9479.0, 9446.0, 9468.0, 9433.0, 9468.0, 9429.0, 9467.0, 9444.0, 9453.0, 9429.0, 9425.0, 9426.0, 9420.0, 9427.0, 9424.0, 9467.0, 9442.0, 9471.0, 9445.0, 9482.0, 9447.0, 9486.0, 9449.0, 9483.0, 9448.0, 9472.0, 9433.0, 9430.0, 9445.0, 9443.0, 9490.0, 9448.0, 9487.0, 9450.0, 9469.0, 9446.0, 9481.0, 9454.0, 9485.0, 9448.0, 9447.0, 9450.0, 9443.0, 9456.0, 9439.0, 9471.0, 9431.0, 9486.0, 9432.0, 9471.0, 9449.0, 9471.0, 9450.0, 9471.0, 9446.0, 9432.0, 9454.0, 9504.0, 9478.0, 9482.0, 9513.0, 9499.0, 9492.0, 9489.0, 9455.0, 9479.0, 9448.0, 9484.0, 9433.0, 9479.0, 9432.0, 9484.0, 9433.0, 9457.0, 9432.0, 9444.0, 9458.0, 9428.0, 9466.0, 9442.0, 9482.0, 9446.0, 9490.0, 9452.0, 9444.0, 9446.0, 9443.0, 9474.0, 9447.0, 9492.0, 9467.0, 9488.0, 9448.0, 9472.0, 9456.0, 9503.0, 9452.0, 9464.0, 9450.0, 9443.0, 9465.0, 9449.0, 9492.0, 9452.0, 9491.0, 9455.0, 9473.0, 9454.0, 9465.0, 9469.0, 9449.0, 9481.0, 9467.0, 9492.0, 9452.0, 9506.0, 9456.0, 9507.0, 9440.0, 9473.0, 9447.0, 9439.0, 9446.0, 9428.0, 9486.0, 9430.0, 9470.0, 9432.0, 9466.0, 9430.0, 9462.0, 9444.0, 9428.0, 9428.0, 9429.0, 9457.0, 9443.0, 9470.0, 9446.0, 9484.0, 9452.0, 9492.0, 9452.0, 9471.0, 9451.0, 9459.0, 9446.0, 9433.0, 9462.0, 9448.0, 9471.0, 9448.0, 9484.0, 9450.0, 9488.0, 9457.0, 9479.0, 9470.0, 9449.0, 9451.0, 9447.0, 9453.0, 9445.0, 9462.0, 9448.0, 9471.0, 9428.0, 9473.0, 9449.0, 9487.0, 9448.0, 9474.0, 9452.0, 9449.0, 9450.0, 9446.0, 9495.0, 9450.0, 9489.0, 9455.0, 9485.0, 9452.0, 9486.0, 9456.0, 9472.0, 9436.0, 9434.0, 9447.0, 9430.0, 9486.0, 9444.0, 9490.0, 9451.0, 9488.0, 9450.0, 9468.0, 9434.0, 9451.0, 9456.0, 9427.0, 9453.0, 9426.0, 9439.0, 9426.0, 9451.0, 9427.0, 9465.0, 9448.0, 9487.0, 9449.0, 9441.0, 9443.0, 9440.0, 9446.0, 9433.0, 9485.0, 9447.0, 9475.0, 9448.0, 9469.0, 9437.0, 9445.0, 9452.0, 9445.0, 9473.0, 9429.0, 9466.0, 9439.0, 9467.0, 9430.0, 9485.0, 9432.0, 9457.0, 9444.0, 9422.0, 9429.0, 9427.0, 9485.0, 9448.0, 9470.0, 9447.0, 9470.0, 9430.0, 9467.0, 9444.0, 9429.0, 9443.0, 9429.0, 9443.0, 9424.0, 9470.0, 9430.0, 9484.0, 9432.0, 9468.0, 9428.0, 9451.0, 9427.0, 9426.0, 9431.0, 9428.0, 9455.0, 9429.0, 9454.0, 9425.0, 9465.0, 9429.0, 9480.0, 9445.0, 9482.0, 9445.0, 9438.0, 9427.0, 9425.0, 9440.0, 9425.0, 9471.0, 9442.0, 9468.0, 9445.0, 9469.0, 9446.0, 9468.0, 9449.0, 9486.0, 9439.0, 9483.0, 9451.0, 9456.0, 9461.0, 9449.0, 9477.0, 9478.0, 9520.0, 9473.0, 9486.0, 9447.0, 9444.0, 9447.0, 9443.0, 9445.0, 9445.0, 9492.0, 9450.0, 9518.0, 9452.0, 9501.0, 9451.0, 9485.0, 9445.0, 9483.0, 9457.0, 9437.0, 9486.0, 9407.0, 9462.0, 9421.0, 9454.0, 9402.0, 9450.0, 9402.0, 9451.0, 9402.0, 9411.0, 9405.0, 9399.0, 9416.0, 9399.0, 9443.0, 9416.0, 9456.0, 9417.0, 9457.0, 9427.0, 9450.0, 9428.0, 9411.0, 9440.0, 9421.0, 9449.0, 9420.0, 9461.0, 9425.0, 9463.0, 9424.0, 9479.0, 9428.0, 9447.0, 9423.0, 9404.0, 9420.0, 9404.0, 9452.0, 9404.0, 9460.0, 9421.0, 9457.0, 9423.0, 9455.0, 9424.0, 9460.0, 9427.0, 9466.0, 9428.0, 9468.0, 9447.0, 9444.0, 9429.0, 9427.0, 9458.0, 9445.0, 9467.0, 9442.0, 9469.0, 9449.0, 9485.0, 9453.0, 9502.0, 9448.0, 9455.0, 9445.0, 9474.0, 9451.0, 9427.0, 9486.0, 9446.0, 9508.0, 9456.0, 9487.0, 9454.0, 9495.0, 9449.0, 9428.0, 9444.0, 9426.0, 9453.0, 9426.0, 9467.0, 9443.0, 9483.0, 9431.0, 9483.0, 9431.0, 9467.0, 9447.0, 9441.0, 9444.0, 9430.0, 9475.0, 9444.0, 9473.0, 9448.0, 9486.0, 9446.0, 9484.0, 9451.0, 9486.0, 9433.0, 9442.0, 9433.0, 9427.0, 9427.0, 9423.0, 9441.0, 9412.0, 9468.0, 9423.0, 9451.0, 9447.0, 9465.0, 9444.0, 9463.0, 9441.0, 9481.0, 9451.0, 9497.0, 9475.0, 9439.0, 9442.0, 9430.0, 9491.0, 9448.0, 9488.0, 9463.0, 9484.0, 9450.0, 9504.0, 9455.0, 9503.0, 9448.0, 9470.0, 9450.0, 9452.0, 9476.0, 9429.0, 9473.0, 9428.0, 9469.0, 9430.0, 9483.0, 9447.0, 9501.0, 9449.0, 9449.0, 9449.0, 9429.0, 9459.0, 9444.0, 9501.0, 9445.0, 9481.0, 9446.0, 9468.0, 9448.0, 9445.0, 9444.0, 9427.0, 9467.0, 9426.0, 9483.0, 9442.0, 9481.0, 9430.0, 9448.0, 9428.0, 9421.0, 9441.0, 9422.0, 9450.0, 9441.0, 9480.0, 9444.0, 9483.0, 9448.0, 9429.0, 9441.0, 9428.0, 9485.0, 9445.0, 9505.0, 9450.0, 9443.0, 9445.0, 9425.0, 9471.0, 9443.0, 9483.0, 9440.0, 9482.0, 9445.0, 9452.0, 9426.0, 9425.0, 9468.0, 9426.0, 9482.0, 9426.0, 9462.0, 9427.0, 9460.0, 9428.0, 9468.0, 9458.0, 9423.0, 9452.0, 9421.0, 9447.0, 9420.0, 9457.0, 9428.0, 9476.0, 9425.0, 9407.0, 9453.0, 9422.0, 9462.0, 9424.0, 9477.0, 9426.0, 9463.0, 9442.0, 9428.0, 9454.0, 9424.0, 9467.0, 9426.0, 9477.0, 9425.0, 9438.0, 9431.0, 9425.0, 9441.0, 9426.0, 9484.0, 9432.0, 9479.0, 9431.0, 9462.0, 9429.0, 9448.0, 9445.0, 9410.0, 9453.0, 9423.0, 9466.0, 9424.0, 9467.0, 9435.0, 9477.0, 9443.0, 9436.0, 9429.0, 9421.0, 9424.0, 9426.0, 9469.0, 9429.0, 9479.0, 9446.0, 9466.0, 9430.0, 9470.0, 9450.0, 9432.0, 9458.0, 9448.0, 9474.0, 9451.0, 9486.0, 9455.0, 9503.0, 9463.0, 9445.0, 9446.0, 9443.0, 9470.0, 9447.0, 9488.0, 9446.0, 9487.0, 9448.0, 9443.0, 9443.0, 9432.0, 9489.0, 9443.0, 9486.0, 9450.0, 9483.0, 9448.0, 9469.0, 9445.0, 9426.0, 9472.0, 9428.0, 9470.0, 9442.0, 9481.0, 9431.0, 9480.0, 9441.0, 9422.0, 9426.0, 9422.0, 9454.0, 9422.0, 9466.0, 9430.0, 9482.0, 9429.0, 9480.0, 9428.0, 9425.0, 9429.0, 9429.0, 9457.0, 9428.0, 9468.0, 9444.0, 9466.0, 9430.0, 9481.0, 9446.0, 9439.0, 9433.0, 9432.0, 9444.0, 9431.0, 9471.0, 9446.0, 9501.0, 9448.0, 9469.0, 9447.0, 9440.0, 9432.0, 9427.0, 9489.0, 9430.0, 9487.0, 9445.0, 9480.0, 9427.0, 9463.0, 9412.0, 9450.0, 9441.0, 9426.0, 9452.0, 9426.0, 9453.0, 9427.0, 9483.0, 9452.0, 9484.0, 9432.0, 9430.0, 9433.0, 9429.0, 9458.0, 9432.0, 9488.0, 9448.0, 9488.0, 9446.0, 9428.0, 9429.0, 9409.0, 9464.0, 9426.0, 9482.0, 9442.0, 9495.0, 9442.0, 9446.0, 9422.0, 9401.0, 9448.0, 9404.0, 9460.0, 9422.0, 9447.0, 9422.0, 9449.0, 9432.0, 9425.0, 9427.0, 9424.0, 9453.0, 9427.0, 9469.0, 9450.0, 9466.0, 9426.0, 9476.0, 9427.0, 9448.0, 9429.0, 9406.0, 9427.0, 9411.0, 9469.0, 9423.0, 9478.0, 9427.0, 9462.0, 9425.0, 9461.0, 9429.0, 9466.0, 9443.0, 9424.0, 9430.0, 9425.0, 9456.0, 9425.0, 9466.0, 9429.0, 9478.0, 9428.0, 9464.0, 9433.0, 9441.0, 9446.0, 9443.0, 9482.0, 9448.0, 9491.0, 9454.0, 9477.0, 9464.0, 9446.0, 9450.0, 9435.0, 9490.0, 9466.0, 9553.0, 9500.0, 9483.0, 9477.0, 9489.0, 9492.0, 9465.0, 9493.0, 9504.0, 9453.0, 9493.0, 9430.0, 9481.0, 9424.0, 9465.0, 9441.0, 9437.0, 9423.0, 9423.0, 9440.0, 9424.0, 9450.0, 9438.0, 9469.0, 9446.0, 9467.0, 9447.0, 9472.0, 9451.0, 9441.0, 9451.0, 9444.0, 9447.0, 9446.0, 9461.0, 9449.0, 9473.0, 9450.0, 9471.0, 9451.0, 9487.0, 9468.0, 9465.0, 9454.0, 9447.0, 9466.0, 9444.0, 9461.0, 9431.0, 9491.0, 9450.0, 9503.0, 9452.0, 9473.0, 9450.0, 9451.0, 9453.0, 9448.0, 9469.0, 9449.0, 9482.0, 9450.0, 9494.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.0005631213872832369</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01729668485549133</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.871197625451344</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.221443139490741</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0058535474305568</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4545</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5215.5396</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07358379431902361</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.2716763005780347</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3178020389755303</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2740537639641514</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.519837576286027</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1595147766764113</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00785596</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018729081377387047</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.016621166840195656</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>865</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9617386183666046</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>37.3703</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.3711</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.249</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308860.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>774.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.1018</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6239</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.5624</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3553.691</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3756.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67684.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1212.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4632.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>948.0616</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.15576778887771</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> |