=== 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-0055 --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-0055",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0055_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0055_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0055/ses-04/func/sub-0055_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>94cc4d11f4769cbc143777a33890182e</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>14:51:21.925000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999783, 0.0174232, 0.0114601, -0.0165786, 0.997405, -0.0700651]</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.10038</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4165, -7708, -7238, 522, -14, -118, -29, 73]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>259.274</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>86ee6f45-94b3-4b01-ba29-2b8400481788||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6823434829711914, -0.04447918012738228, 0.034158047288656235, 114.17583465576172], [-0.046745091676712036, 2.6759636402130127, -0.18862159550189972, -83.30810546875], [0.03074665181338787, 0.18797948956489563, 2.6931867599487305, -72.12518310546875], [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': ['145121.925000', '145122.385000', '145122.845000', '145123.305000', '145123.765000', '145124.225000', '145124.685000', '145125.145000', '145125.605000', '145126.065000', '145126.525000', '145126.985000', '145127.445000', '145127.905000', '145128.365000', '145128.825000', '145129.285000', '145129.745000', '145130.205000', '145130.665000', '145131.125000', '145131.585000', '145132.045000', '145132.505000', '145132.965000', '145133.425000', '145133.885000', '145134.345000', '145134.805000', '145135.265000', '145135.725000', '145136.185000', '145136.645000', '145137.105000', '145137.565000', '145138.025000', '145138.485000', '145138.945000', '145139.405000', '145139.865000', '145140.325000', '145140.785000', '145141.245000', '145141.705000', '145142.165000', '145142.625000', '145143.085000', '145143.545000', '145144.005000', '145144.465000', '145144.925000', '145145.385000', '145145.845000', '145146.305000', '145146.765000', '145147.225000', '145147.685000', '145148.145000', '145148.605000', '145149.065000', '145149.525000', '145149.985000', '145150.445000', '145150.905000', '145151.365000', '145151.825000', '145152.285000', '145152.745000', '145153.205000', '145153.665000', '145154.125000', '145154.585000', '145155.045000', '145155.505000', '145155.965000', '145156.425000', '145156.885000', '145157.345000', '145157.805000', '145158.265000', '145158.725000', '145159.185000', '145159.645000', '145200.105000', '145200.565000', '145201.025000', '145201.485000', '145201.945000', '145202.405000', '145202.865000', '145203.325000', '145203.785000', '145204.245000', '145204.705000', '145205.165000', '145205.625000', '145206.085000', '145206.545000', '145207.005000', '145207.465000', '145207.925000', '145208.385000', '145208.845000', '145209.305000', '145209.765000', '145210.225000', '145210.685000', '145211.145000', '145211.605000', '145212.065000', '145212.525000', '145212.985000', '145213.445000', '145213.905000', '145214.365000', '145214.825000', '145215.285000', '145215.745000', '145216.205000', '145216.665000', '145217.125000', '145217.585000', '145218.045000', '145218.505000', '145218.965000', '145219.425000', '145219.885000', '145220.345000', '145220.805000', '145221.265000', '145221.725000', '145222.185000', '145222.645000', '145223.105000', '145223.565000', '145224.025000', '145224.485000', '145224.945000', '145225.405000', '145225.865000', '145226.325000', '145226.785000', '145227.245000', '145227.705000', '145228.165000', '145228.625000', '145229.085000', '145229.545000', '145230.005000', '145230.465000', '145230.925000', '145231.385000', '145231.845000', '145232.305000', '145232.765000', '145233.225000', '145233.685000', '145234.145000', '145234.605000', '145235.065000', '145235.525000', '145235.985000', '145236.445000', '145236.905000', '145237.365000', '145237.825000', '145238.285000', '145238.745000', '145239.205000', '145239.665000', '145240.125000', '145240.585000', '145241.045000', '145241.505000', '145241.965000', '145242.425000', '145242.885000', '145243.345000', '145243.805000', '145244.265000', '145244.725000', '145245.185000', '145245.645000', '145246.105000', '145246.565000', '145247.025000', '145247.485000', '145247.945000', '145248.405000', '145248.865000', '145249.325000', '145249.785000', '145250.245000', '145250.705000', '145251.165000', '145251.625000', '145252.085000', '145252.545000', '145253.005000', '145253.465000', '145253.925000', '145254.385000', '145254.845000', '145255.305000', '145255.765000', '145256.225000', '145256.685000', '145257.145000', '145257.605000', '145258.065000', '145258.525000', '145258.985000', '145259.445000', '145259.905000', '145300.365000', '145300.825000', '145301.285000', '145301.745000', '145302.205000', '145302.665000', '145303.125000', '145303.585000', '145304.045000', '145304.505000', '145304.965000', '145305.425000', '145305.885000', '145306.345000', '145306.805000', '145307.265000', '145307.725000', '145308.185000', '145308.645000', '145309.105000', '145309.565000', '145310.025000', '145310.485000', '145310.945000', '145311.405000', '145311.865000', '145312.325000', '145312.785000', '145313.245000', '145313.705000', '145314.165000', '145314.625000', '145315.085000', '145315.545000', '145316.005000', '145316.465000', '145316.925000', '145317.385000', '145317.845000', '145318.305000', '145318.765000', '145319.225000', '145319.685000', '145320.145000', '145320.605000', '145321.065000', '145321.525000', '145321.985000', '145322.445000', '145322.905000', '145323.365000', '145323.825000', '145324.285000', '145324.745000', '145325.205000', '145325.665000', '145326.125000', '145326.585000', '145327.045000', '145327.505000', '145327.965000', '145328.425000', '145328.885000', '145329.345000', '145329.805000', '145330.265000', '145330.725000', '145331.185000', '145331.645000', '145332.105000', '145332.565000', '145333.025000', '145333.485000', '145333.945000', '145334.405000', '145334.865000', '145335.325000', '145335.785000', '145336.245000', '145336.705000', '145337.165000', '145337.625000', '145338.085000', '145338.545000', '145339.005000', '145339.465000', '145339.925000', '145340.385000', '145340.845000', '145341.305000', '145341.765000', '145342.225000', '145342.685000', '145343.145000', '145343.605000', '145344.065000', '145344.525000', '145344.985000', '145345.445000', '145345.905000', '145346.365000', '145346.825000', '145347.285000', '145347.745000', '145348.205000', '145348.665000', '145349.125000', '145349.585000', '145350.045000', '145350.505000', '145350.965000', '145351.425000', '145351.885000', '145352.345000', '145352.805000', '145353.265000', '145353.725000', '145354.185000', '145354.645000', '145355.105000', '145355.565000', '145356.025000', '145356.485000', '145356.945000', '145357.405000', '145357.865000', '145358.325000', '145358.785000', '145359.245000', '145359.705000', '145400.165000', '145400.625000', '145401.085000', '145401.545000', '145402.005000', '145402.465000', '145402.925000', '145403.385000', '145403.845000', '145404.305000', '145404.765000', '145405.225000', '145405.685000', '145406.145000', '145406.605000', '145407.065000', '145407.525000', '145407.985000', '145408.445000', '145408.905000', '145409.365000', '145409.825000', '145410.285000', '145410.745000', '145411.205000', '145411.665000', '145412.125000', '145412.585000', '145413.045000', '145413.505000', '145413.965000', '145414.425000', '145414.885000', '145415.345000', '145415.805000', '145416.265000', '145416.725000', '145417.185000', '145417.645000', '145418.105000', '145418.565000', '145419.025000', '145419.485000', '145419.945000', '145420.405000', '145420.865000', '145421.325000', '145421.785000', '145422.245000', '145422.705000', '145423.165000', '145423.625000', '145424.085000', '145424.545000', '145425.005000', '145425.465000', '145425.925000', '145426.385000', '145426.845000', '145427.305000', '145427.765000', '145428.225000', '145428.685000', '145429.145000', '145429.605000', '145430.065000', '145430.525000', '145430.985000', '145431.445000', '145431.905000', '145432.365000', '145432.825000', '145433.285000', '145433.745000', '145434.205000', '145434.665000', '145435.125000', '145435.585000', '145436.045000', '145436.505000', '145436.965000', '145437.425000', '145437.885000', '145438.345000', '145438.805000', '145439.265000', '145439.725000', '145440.185000', '145440.645000', '145441.105000', '145441.565000', '145442.025000', '145442.485000', '145442.945000', '145443.405000', '145443.865000', '145444.325000', '145444.785000', '145445.245000', '145445.705000', '145446.165000', '145446.625000', '145447.085000', '145447.545000', '145448.005000', '145448.465000', '145448.925000', '145449.385000', '145449.845000', '145450.305000', '145450.765000', '145451.225000', '145451.685000', '145452.145000', '145452.605000', '145453.065000', '145453.525000', '145453.985000', '145454.445000', '145454.905000', '145455.365000', '145455.825000', '145456.285000', '145456.745000', '145457.205000', '145457.665000', '145458.125000', '145458.585000', '145459.045000', '145459.505000', '145459.965000', '145500.425000', '145500.885000', '145501.345000', '145501.805000', '145502.265000', '145502.725000', '145503.185000', '145503.645000', '145504.105000', '145504.565000', '145505.025000', '145505.485000', '145505.945000', '145506.405000', '145506.865000', '145507.325000', '145507.785000', '145508.245000', '145508.705000', '145509.165000', '145509.625000', '145510.085000', '145510.545000', '145511.005000', '145511.465000', '145511.925000', '145512.385000', '145512.845000', '145513.305000', '145513.765000', '145514.225000', '145514.685000', '145515.145000', '145515.605000', '145516.065000', '145516.525000', '145516.985000', '145517.445000', '145517.905000', '145518.365000', '145518.825000', '145519.285000', '145519.745000', '145520.205000', '145520.665000', '145521.125000', '145521.585000', '145522.045000', '145522.505000', '145522.965000', '145523.425000', '145523.885000', '145524.345000', '145524.805000', '145525.265000', '145525.725000', '145526.185000', '145526.645000', '145527.105000', '145527.565000', '145528.025000', '145528.485000', '145528.945000', '145529.405000', '145529.865000', '145530.325000', '145530.785000', '145531.245000', '145531.705000', '145532.165000', '145532.625000', '145533.085000', '145533.545000', '145534.005000', '145534.465000', '145534.925000', '145535.385000', '145535.845000', '145536.305000', '145536.765000', '145537.225000', '145537.685000', '145538.145000', '145538.605000', '145539.065000', '145539.525000', '145539.985000', '145540.445000', '145540.905000', '145541.365000', '145541.825000', '145542.285000', '145542.745000', '145543.205000', '145543.665000', '145544.125000', '145544.585000', '145545.045000', '145545.505000', '145545.965000', '145546.425000', '145546.885000', '145547.345000', '145547.805000', '145548.265000', '145548.725000', '145549.185000', '145549.645000', '145550.105000', '145550.565000', '145551.025000', '145551.485000', '145551.945000', '145552.405000', '145552.865000', '145553.325000', '145553.785000', '145554.245000', '145554.705000', '145555.165000', '145555.625000', '145556.085000', '145556.545000', '145557.005000', '145557.465000', '145557.925000', '145558.385000', '145558.845000', '145559.305000', '145559.765000', '145600.225000', '145600.685000', '145601.145000', '145601.605000', '145602.065000', '145602.525000', '145602.985000', '145603.445000', '145603.905000', '145604.365000', '145604.825000', '145605.285000', '145605.745000', '145606.205000', '145606.665000', '145607.125000', '145607.585000', '145608.045000', '145608.505000', '145608.965000', '145609.425000', '145609.885000', '145610.345000', '145610.805000', '145611.265000', '145611.725000', '145612.185000', '145612.645000', '145613.105000', '145613.565000', '145614.025000', '145614.485000', '145614.945000', '145615.405000', '145615.865000', '145616.325000', '145616.785000', '145617.245000', '145617.705000', '145618.165000', '145618.625000', '145619.085000', '145619.545000', '145620.005000', '145620.465000', '145620.925000', '145621.385000', '145621.845000', '145622.305000', '145622.765000', '145623.225000', '145623.685000', '145624.145000', '145624.605000', '145625.065000', '145625.525000', '145625.985000', '145626.445000', '145626.905000', '145627.365000', '145627.825000', '145628.285000', '145628.745000', '145629.205000', '145629.665000', '145630.125000', '145630.585000', '145631.045000', '145631.505000', '145631.965000', '145632.425000', '145632.885000', '145633.345000', '145633.805000', '145634.265000', '145634.725000', '145635.185000', '145635.645000', '145636.105000', '145636.565000', '145637.025000', '145637.485000', '145637.945000', '145638.405000', '145638.865000', '145639.325000', '145639.785000', '145640.245000', '145640.705000', '145641.165000', '145641.625000', '145642.085000', '145642.545000', '145643.005000', '145643.465000', '145643.925000', '145644.385000', '145644.845000', '145645.305000', '145645.765000', '145646.225000', '145646.685000', '145647.145000', '145647.605000', '145648.065000', '145648.525000', '145648.985000', '145649.445000', '145649.905000', '145650.365000', '145650.825000', '145651.285000', '145651.745000', '145652.205000', '145652.665000', '145653.125000', '145653.585000', '145654.045000', '145654.505000', '145654.965000', '145655.425000', '145655.885000', '145656.345000', '145656.805000', '145657.265000', '145657.725000', '145658.185000', '145658.645000', '145659.105000', '145659.565000', '145700.025000', '145700.485000', '145700.945000', '145701.405000', '145701.865000', '145702.325000', '145702.785000', '145703.245000', '145703.705000', '145704.165000', '145704.625000', '145705.085000', '145705.545000', '145706.005000', '145706.465000', '145706.925000', '145707.385000', '145707.845000', '145708.305000', '145708.765000', '145709.225000', '145709.685000', '145710.145000', '145710.605000', '145711.065000', '145711.525000', '145711.985000', '145712.445000', '145712.905000', '145713.365000', '145713.825000', '145714.285000', '145714.745000', '145715.205000', '145715.665000', '145716.125000', '145716.585000', '145717.045000', '145717.505000', '145717.965000', '145718.425000', '145718.885000', '145719.345000', '145719.805000', '145720.265000', '145720.725000', '145721.185000', '145721.645000', '145722.105000', '145722.565000', '145723.025000', '145723.485000', '145723.945000', '145724.405000', '145724.865000', '145725.325000', '145725.785000', '145726.245000', '145726.705000', '145727.165000', '145727.625000', '145728.085000', '145728.545000', '145729.005000', '145729.465000', '145729.925000', '145730.385000', '145730.845000', '145731.305000', '145731.765000', '145732.225000', '145732.685000', '145733.145000', '145733.605000', '145734.065000', '145734.525000', '145734.985000', '145735.445000', '145735.905000', '145736.365000', '145736.825000', '145737.285000', '145737.745000', '145738.205000', '145738.665000', '145739.125000', '145739.585000', '145740.045000', '145740.505000', '145740.965000', '145741.425000', '145741.885000', '145742.345000', '145742.805000', '145743.265000', '145743.725000', '145744.185000', '145744.645000', '145745.105000', '145745.565000', '145746.025000', '145746.485000', '145746.945000', '145747.405000', '145747.865000', '145748.325000', '145748.785000', '145749.245000', '145749.705000', '145750.165000', '145750.625000', '145751.085000', '145751.545000', '145752.005000', '145752.465000', '145752.925000', '145753.385000', '145753.845000', '145754.305000', '145754.765000', '145755.225000', '145755.685000', '145756.145000', '145756.605000', '145757.065000', '145757.525000', '145757.985000', '145758.445000', '145758.905000', '145759.365000', '145759.825000', '145800.285000', '145800.745000', '145801.205000', '145801.665000', '145802.125000', '145802.585000'], 'ContentTime': ['145138.566000', '145138.569000', '145138.581000', '145138.583000', '145138.586000', '145138.589000', '145138.591000', '145138.594000', '145138.596000', '145138.599000', '145138.602000', '145138.604000', '145138.607000', '145138.610000', '145138.612000', '145138.615000', '145138.617000', '145138.624000', '145138.627000', '145138.630000', '145138.632000', '145138.635000', '145138.637000', '145138.644000', '145138.647000', '145138.650000', '145138.652000', '145138.664000', '145138.666000', '145138.669000', '145138.671000', '145138.674000', '145138.677000', '145158.528000', '145158.531000', '145158.534000', '145158.537000', '145158.539000', '145158.542000', '145158.544000', '145158.547000', '145158.549000', '145158.552000', '145158.554000', '145158.557000', '145158.559000', '145158.562000', '145158.564000', '145158.567000', '145158.570000', '145158.572000', '145158.575000', '145158.577000', '145158.580000', '145158.582000', '145158.585000', '145158.587000', '145158.590000', '145158.592000', '145158.595000', '145158.597000', '145158.600000', '145158.602000', '145158.605000', '145158.607000', '145158.610000', '145158.613000', '145158.615000', '145158.618000', '145158.627000', '145158.630000', '145158.633000', '145158.635000', '145158.638000', '145158.640000', '145158.643000', '145218.529000', '145218.532000', '145218.535000', '145218.537000', '145218.540000', '145218.542000', '145218.545000', '145218.548000', '145218.550000', '145218.553000', '145218.555000', '145218.558000', '145218.560000', '145218.563000', '145218.565000', '145218.568000', '145218.570000', '145218.573000', '145218.576000', '145218.585000', '145218.587000', '145218.590000', '145218.592000', '145218.595000', '145218.598000', '145218.600000', '145218.603000', '145218.605000', '145218.608000', '145218.611000', '145218.613000', '145218.616000', '145218.619000', '145218.621000', '145218.624000', '145218.626000', '145218.629000', '145218.631000', '145218.634000', '145218.636000', '145218.639000', '145218.641000', '145218.644000', '145218.646000', '145238.530000', '145238.532000', '145238.535000', '145238.538000', '145238.540000', '145238.543000', '145238.545000', '145238.548000', '145238.550000', '145238.553000', '145238.555000', '145238.558000', '145238.561000', '145238.563000', '145238.566000', '145238.568000', '145238.571000', '145238.573000', '145238.576000', '145238.578000', '145238.581000', '145238.584000', '145238.586000', '145238.589000', '145238.591000', '145238.594000', '145238.597000', '145238.599000', '145238.602000', '145238.604000', '145238.608000', '145238.611000', '145238.613000', '145238.616000', '145238.619000', '145238.621000', '145238.624000', '145238.627000', '145238.629000', '145238.632000', '145238.634000', '145238.637000', '145238.640000', '145258.529000', '145258.532000', '145258.535000', '145258.537000', '145258.540000', '145258.543000', '145258.545000', '145258.548000', '145258.550000', '145258.553000', '145258.555000', '145258.558000', '145258.560000', '145258.563000', '145258.566000', '145258.568000', '145258.571000', '145258.573000', '145258.576000', '145258.578000', '145258.581000', '145258.584000', '145258.586000', '145258.589000', '145258.591000', '145258.594000', '145258.596000', '145258.599000', '145258.602000', '145258.604000', '145258.607000', '145258.609000', '145258.612000', '145258.614000', '145258.617000', '145258.620000', '145258.622000', '145258.625000', '145258.627000', '145258.630000', '145258.632000', '145258.635000', '145258.638000', '145258.640000', '145318.528000', '145318.531000', '145318.534000', '145318.536000', '145318.539000', '145318.542000', '145318.544000', '145318.547000', '145318.549000', '145318.552000', '145318.554000', '145318.557000', '145318.559000', '145318.562000', '145318.565000', '145318.567000', '145318.570000', '145318.572000', '145318.575000', '145318.578000', '145318.580000', '145318.583000', '145318.585000', '145318.588000', '145318.590000', '145318.593000', '145318.596000', '145318.598000', '145318.601000', '145318.608000', '145318.611000', '145318.614000', '145318.616000', '145318.619000', '145318.622000', '145318.624000', '145318.627000', '145318.630000', '145318.633000', '145318.635000', '145318.638000', '145318.641000', '145318.643000', '145338.528000', '145338.531000', '145338.534000', '145338.536000', '145338.539000', '145338.542000', '145338.544000', '145338.547000', '145338.549000', '145338.552000', '145338.554000', '145338.557000', '145338.559000', '145338.562000', '145338.565000', '145338.567000', '145338.570000', '145338.572000', '145338.575000', '145338.577000', '145338.580000', '145338.583000', '145338.585000', '145338.588000', '145338.590000', '145338.593000', '145338.595000', '145338.598000', '145338.601000', '145338.603000', '145338.606000', '145338.608000', '145338.619000', '145338.622000', '145338.625000', '145338.627000', '145338.630000', '145338.632000', '145338.635000', '145338.637000', '145338.640000', '145338.643000', '145338.645000', '145338.648000', '145358.528000', '145358.531000', '145358.534000', '145358.536000', '145358.539000', '145358.542000', '145358.544000', '145358.547000', '145358.549000', '145358.552000', '145358.555000', '145358.557000', '145358.560000', '145358.562000', '145358.565000', '145358.567000', '145358.570000', '145358.573000', '145358.575000', '145358.578000', '145358.580000', '145358.583000', '145358.585000', '145358.588000', '145358.591000', '145358.593000', '145358.596000', '145358.598000', '145358.601000', '145358.603000', '145358.606000', '145358.609000', '145358.611000', '145358.614000', '145358.617000', '145358.620000', '145358.623000', '145358.626000', '145358.628000', '145358.631000', '145358.633000', '145358.636000', '145358.638000', '145418.528000', '145418.531000', '145418.534000', '145418.536000', '145418.539000', '145418.542000', '145418.544000', '145418.547000', '145418.549000', '145418.552000', '145418.555000', '145418.557000', '145418.560000', '145418.562000', '145418.565000', '145418.568000', '145418.570000', '145418.573000', '145418.575000', '145418.578000', '145418.581000', '145418.583000', '145418.586000', '145418.588000', '145418.591000', '145418.594000', '145418.596000', '145418.599000', '145418.601000', '145418.604000', '145418.606000', '145418.609000', '145418.612000', '145418.614000', '145418.617000', '145418.619000', '145418.622000', '145418.625000', '145418.627000', '145418.630000', '145418.632000', '145418.635000', '145418.638000', '145418.640000', '145438.529000', '145438.532000', '145438.535000', '145438.537000', '145438.540000', '145438.543000', '145438.545000', '145438.548000', '145438.550000', '145438.553000', '145438.555000', '145438.558000', '145438.561000', '145438.563000', '145438.566000', '145438.568000', '145438.571000', '145438.574000', '145438.576000', '145438.579000', '145438.581000', '145438.584000', '145438.587000', '145438.589000', '145438.592000', '145438.594000', '145438.597000', '145438.599000', '145438.602000', '145438.605000', '145438.607000', '145438.610000', '145438.612000', '145438.615000', '145438.618000', '145438.620000', '145438.623000', '145438.625000', '145438.628000', '145438.631000', '145438.633000', '145438.636000', '145438.638000', '145458.530000', '145458.533000', '145458.535000', '145458.538000', '145458.541000', '145458.543000', '145458.546000', '145458.548000', '145458.551000', '145458.554000', '145458.556000', '145458.559000', '145458.561000', '145458.564000', '145458.567000', '145458.569000', '145458.572000', '145458.574000', '145458.577000', '145458.579000', '145458.582000', '145458.585000', '145458.587000', '145458.590000', '145458.592000', '145458.595000', '145458.597000', '145458.600000', '145458.603000', '145458.605000', '145458.608000', '145458.610000', '145458.613000', '145458.616000', '145458.618000', '145458.621000', '145458.623000', '145458.626000', '145458.628000', '145458.631000', '145458.634000', '145458.636000', '145458.639000', '145458.641000', '145518.529000', '145518.532000', '145518.535000', '145518.537000', '145518.540000', '145518.543000', '145518.545000', '145518.548000', '145518.550000', '145518.553000', '145518.556000', '145518.558000', '145518.561000', '145518.582000', '145518.584000', '145518.587000', '145518.590000', '145518.592000', '145518.595000', '145518.597000', '145518.600000', '145518.603000', '145518.605000', '145518.608000', '145518.610000', '145518.613000', '145518.615000', '145518.618000', '145518.621000', '145518.623000', '145518.626000', '145518.628000', '145518.631000', '145518.634000', '145518.636000', '145518.639000', '145518.641000', '145518.644000', '145518.646000', '145518.649000', '145518.652000', '145518.654000', '145518.657000', '145538.528000', '145538.531000', '145538.534000', '145538.536000', '145538.539000', '145538.542000', '145538.544000', '145538.547000', '145538.549000', '145538.552000', '145538.554000', '145538.557000', '145538.560000', '145538.562000', '145538.565000', '145538.567000', '145538.570000', '145538.573000', '145538.575000', '145538.578000', '145538.580000', '145538.583000', '145538.585000', '145538.588000', '145538.591000', '145538.593000', '145538.596000', '145538.598000', '145538.601000', '145538.603000', '145538.606000', '145538.609000', '145538.611000', '145538.614000', '145538.616000', '145538.619000', '145538.621000', '145538.624000', '145538.627000', '145538.629000', '145538.632000', '145538.634000', '145538.637000', '145538.639000', '145558.529000', '145558.531000', '145558.534000', '145558.537000', '145558.539000', '145558.542000', '145558.544000', '145558.547000', '145558.549000', '145558.552000', '145558.555000', '145558.557000', '145558.560000', '145558.562000', '145558.565000', '145558.567000', '145558.570000', '145558.573000', '145558.575000', '145558.578000', '145558.580000', '145558.583000', '145558.586000', '145558.588000', '145558.591000', '145558.593000', '145558.596000', '145558.599000', '145558.601000', '145558.604000', '145558.606000', '145558.609000', '145558.612000', '145558.614000', '145558.617000', '145558.619000', '145558.622000', '145558.625000', '145558.627000', '145558.630000', '145558.632000', '145558.635000', '145558.638000', '145618.528000', '145618.531000', '145618.534000', '145618.537000', '145618.539000', '145618.542000', '145618.544000', '145618.547000', '145618.549000', '145618.552000', '145618.554000', '145618.557000', '145618.560000', '145618.562000', '145618.565000', '145618.568000', '145618.570000', '145618.573000', '145618.576000', '145618.578000', '145618.581000', '145618.583000', '145618.586000', '145618.589000', '145618.591000', '145618.594000', '145618.596000', '145618.599000', '145618.601000', '145618.604000', '145618.607000', '145618.609000', '145618.612000', '145618.614000', '145618.617000', '145618.619000', '145618.622000', '145618.625000', '145618.627000', '145618.630000', '145618.632000', '145618.635000', '145618.637000', '145618.640000', '145638.528000', '145638.531000', '145638.534000', '145638.536000', '145638.539000', '145638.542000', '145638.544000', '145638.547000', '145638.549000', '145638.552000', '145638.554000', '145638.557000', '145638.560000', '145638.562000', '145638.565000', '145638.567000', '145638.570000', '145638.572000', '145638.575000', '145638.578000', '145638.580000', '145638.583000', '145638.586000', '145638.588000', '145638.591000', '145638.594000', '145638.596000', '145638.599000', '145638.601000', '145638.604000', '145638.607000', '145638.609000', '145638.612000', '145638.614000', '145638.617000', '145638.619000', '145638.622000', '145638.625000', '145638.643000', '145638.646000', '145638.649000', '145638.651000', '145638.654000', '145658.529000', '145658.532000', '145658.535000', '145658.537000', '145658.540000', '145658.543000', '145658.545000', '145658.548000', '145658.550000', '145658.553000', '145658.556000', '145658.558000', '145658.561000', '145658.563000', '145658.566000', '145658.568000', '145658.571000', '145658.574000', '145658.576000', '145658.579000', '145658.581000', '145658.584000', '145658.587000', '145658.589000', '145658.592000', '145658.594000', '145658.597000', '145658.600000', '145658.602000', '145658.605000', '145658.607000', '145658.610000', '145658.613000', '145658.615000', '145658.618000', '145658.621000', '145658.623000', '145658.626000', '145658.628000', '145658.631000', '145658.634000', '145658.638000', '145658.641000', '145658.643000', '145718.530000', '145718.532000', '145718.535000', '145718.538000', '145718.540000', '145718.543000', '145718.545000', '145718.548000', '145718.551000', '145718.553000', '145718.556000', '145718.558000', '145718.561000', '145718.563000', '145718.566000', '145718.568000', '145718.571000', '145718.574000', '145718.576000', '145718.579000', '145718.581000', '145718.584000', '145718.587000', '145718.589000', '145718.592000', '145718.594000', '145718.597000', '145718.599000', '145718.602000', '145718.604000', '145718.607000', '145718.610000', '145718.612000', '145718.615000', '145718.618000', '145718.620000', '145718.623000', '145718.625000', '145718.628000', '145718.631000', '145718.633000', '145718.636000', '145718.638000', '145738.530000', '145738.532000', '145738.535000', '145738.538000', '145738.540000', '145738.543000', '145738.545000', '145738.548000', '145738.551000', '145738.553000', '145738.556000', '145738.559000', '145738.562000', '145738.565000', '145738.567000', '145738.570000', '145738.572000', '145738.575000', '145738.577000', '145738.580000', '145738.583000', '145738.585000', '145738.588000', '145738.590000', '145738.593000', '145738.596000', '145738.598000', '145738.601000', '145738.603000', '145738.606000', '145738.608000', '145738.611000', '145738.614000', '145738.616000', '145738.619000', '145738.622000', '145738.624000', '145738.627000', '145738.630000', '145738.632000', '145738.635000', '145738.637000', '145738.640000', '145738.642000', '145758.529000', '145758.531000', '145758.534000', '145758.537000', '145758.539000', '145758.542000', '145758.544000', '145758.547000', '145758.549000', '145758.552000', '145758.555000', '145758.557000', '145758.560000', '145758.562000', '145758.565000', '145758.567000', '145758.570000', '145758.573000', '145758.575000', '145758.578000', '145758.580000', '145758.583000', '145758.586000', '145758.588000', '145758.591000', '145758.593000', '145758.596000', '145758.598000', '145758.601000', '145758.604000', '145758.606000', '145758.609000', '145758.611000', '145758.614000', '145758.617000', '145758.630000', '145758.633000', '145758.636000', '145758.638000', '145758.641000', '145758.643000', '145758.646000', '145758.648000', '145804.256000', '145804.259000', '145804.262000', '145804.265000', '145804.268000', '145804.270000', '145804.273000', '145804.276000', '145804.278000', '145804.281000', '145804.283000', '145804.286000', '145804.288000'], 'InstanceCreationTime': ['145138.566000', '145138.569000', '145138.581000', '145138.583000', '145138.586000', '145138.589000', '145138.591000', '145138.594000', '145138.596000', '145138.599000', '145138.602000', '145138.604000', '145138.607000', '145138.610000', '145138.612000', '145138.615000', '145138.617000', '145138.624000', '145138.627000', '145138.630000', '145138.632000', '145138.635000', '145138.637000', '145138.644000', '145138.647000', '145138.650000', '145138.652000', '145138.664000', '145138.666000', '145138.669000', '145138.671000', '145138.674000', '145138.677000', '145158.528000', '145158.531000', '145158.534000', '145158.537000', '145158.539000', '145158.542000', '145158.544000', '145158.547000', '145158.549000', '145158.552000', '145158.554000', '145158.557000', '145158.559000', '145158.562000', '145158.564000', '145158.567000', '145158.570000', '145158.572000', '145158.575000', '145158.577000', '145158.580000', '145158.582000', '145158.585000', '145158.587000', '145158.590000', '145158.592000', '145158.595000', '145158.597000', '145158.600000', '145158.602000', '145158.605000', '145158.607000', '145158.610000', '145158.613000', '145158.615000', '145158.618000', '145158.627000', '145158.630000', '145158.633000', '145158.635000', '145158.638000', '145158.640000', '145158.643000', '145218.529000', '145218.532000', '145218.535000', '145218.537000', '145218.540000', '145218.542000', '145218.545000', '145218.548000', '145218.550000', '145218.553000', '145218.555000', '145218.558000', '145218.560000', '145218.563000', '145218.565000', '145218.568000', '145218.570000', '145218.573000', '145218.576000', '145218.585000', '145218.587000', '145218.590000', '145218.592000', '145218.595000', '145218.598000', '145218.600000', '145218.603000', '145218.605000', '145218.608000', '145218.611000', '145218.613000', '145218.616000', '145218.619000', '145218.621000', '145218.624000', '145218.626000', '145218.629000', '145218.631000', '145218.634000', '145218.636000', '145218.639000', '145218.641000', '145218.644000', '145218.646000', '145238.530000', '145238.532000', '145238.535000', '145238.538000', '145238.540000', '145238.543000', '145238.545000', '145238.548000', '145238.550000', '145238.553000', '145238.555000', '145238.558000', '145238.561000', '145238.563000', '145238.566000', '145238.568000', '145238.571000', '145238.573000', '145238.576000', '145238.578000', '145238.581000', '145238.584000', '145238.586000', '145238.589000', '145238.591000', '145238.594000', '145238.597000', '145238.599000', '145238.602000', '145238.604000', '145238.608000', '145238.611000', '145238.613000', '145238.616000', '145238.619000', '145238.621000', '145238.624000', '145238.627000', '145238.629000', '145238.632000', '145238.634000', '145238.637000', '145238.640000', '145258.529000', '145258.532000', '145258.535000', '145258.537000', '145258.540000', '145258.543000', '145258.545000', '145258.548000', '145258.550000', '145258.553000', '145258.555000', '145258.558000', '145258.560000', '145258.563000', '145258.566000', '145258.568000', '145258.571000', '145258.573000', '145258.576000', '145258.578000', '145258.581000', '145258.584000', '145258.586000', '145258.589000', '145258.591000', '145258.594000', '145258.596000', '145258.599000', '145258.602000', '145258.604000', '145258.607000', '145258.609000', '145258.612000', '145258.614000', '145258.617000', '145258.620000', '145258.622000', '145258.625000', '145258.627000', '145258.630000', '145258.632000', '145258.635000', '145258.638000', '145258.640000', '145318.528000', '145318.531000', '145318.534000', '145318.536000', '145318.539000', '145318.542000', '145318.544000', '145318.547000', '145318.549000', '145318.552000', '145318.554000', '145318.557000', '145318.559000', '145318.562000', '145318.565000', '145318.567000', '145318.570000', '145318.572000', '145318.575000', '145318.578000', '145318.580000', '145318.583000', '145318.585000', '145318.588000', '145318.590000', '145318.593000', '145318.596000', '145318.598000', '145318.601000', '145318.608000', '145318.611000', '145318.614000', '145318.616000', '145318.619000', '145318.622000', '145318.624000', '145318.627000', '145318.630000', '145318.633000', '145318.635000', '145318.638000', '145318.641000', '145318.643000', '145338.528000', '145338.531000', '145338.534000', '145338.536000', '145338.539000', '145338.542000', '145338.544000', '145338.547000', '145338.549000', '145338.552000', '145338.554000', '145338.557000', '145338.559000', '145338.562000', '145338.565000', '145338.567000', '145338.570000', '145338.572000', '145338.575000', '145338.577000', '145338.580000', '145338.583000', '145338.585000', '145338.588000', '145338.590000', '145338.593000', '145338.595000', '145338.598000', '145338.601000', '145338.603000', '145338.606000', '145338.608000', '145338.619000', '145338.622000', '145338.625000', '145338.627000', '145338.630000', '145338.632000', '145338.635000', '145338.637000', '145338.640000', '145338.643000', '145338.645000', '145338.648000', '145358.528000', '145358.531000', '145358.534000', '145358.536000', '145358.539000', '145358.542000', '145358.544000', '145358.547000', '145358.549000', '145358.552000', '145358.555000', '145358.557000', '145358.560000', '145358.562000', '145358.565000', '145358.567000', '145358.570000', '145358.573000', '145358.575000', '145358.578000', '145358.580000', '145358.583000', '145358.585000', '145358.588000', '145358.591000', '145358.593000', '145358.596000', '145358.598000', '145358.601000', '145358.603000', '145358.606000', '145358.609000', '145358.611000', '145358.614000', '145358.617000', '145358.620000', '145358.623000', '145358.626000', '145358.628000', '145358.631000', '145358.633000', '145358.636000', '145358.638000', '145418.528000', '145418.531000', '145418.534000', '145418.536000', '145418.539000', '145418.542000', '145418.544000', '145418.547000', '145418.549000', '145418.552000', '145418.555000', '145418.557000', '145418.560000', '145418.562000', '145418.565000', '145418.568000', '145418.570000', '145418.573000', '145418.575000', '145418.578000', '145418.581000', '145418.583000', '145418.586000', '145418.588000', '145418.591000', '145418.594000', '145418.596000', '145418.599000', '145418.601000', '145418.604000', '145418.606000', '145418.609000', '145418.612000', '145418.614000', '145418.617000', '145418.619000', '145418.622000', '145418.625000', '145418.627000', '145418.630000', '145418.632000', '145418.635000', '145418.638000', '145418.640000', '145438.529000', '145438.532000', '145438.535000', '145438.537000', '145438.540000', '145438.543000', '145438.545000', '145438.548000', '145438.550000', '145438.553000', '145438.555000', '145438.558000', '145438.561000', '145438.563000', '145438.566000', '145438.568000', '145438.571000', '145438.574000', '145438.576000', '145438.579000', '145438.581000', '145438.584000', '145438.587000', '145438.589000', '145438.592000', '145438.594000', '145438.597000', '145438.599000', '145438.602000', '145438.605000', '145438.607000', '145438.610000', '145438.612000', '145438.615000', '145438.618000', '145438.620000', '145438.623000', '145438.625000', '145438.628000', '145438.631000', '145438.633000', '145438.636000', '145438.638000', '145458.530000', '145458.533000', '145458.535000', '145458.538000', '145458.541000', '145458.543000', '145458.546000', '145458.548000', '145458.551000', '145458.554000', '145458.556000', '145458.559000', '145458.561000', '145458.564000', '145458.567000', '145458.569000', '145458.572000', '145458.574000', '145458.577000', '145458.579000', '145458.582000', '145458.585000', '145458.587000', '145458.590000', '145458.592000', '145458.595000', '145458.597000', '145458.600000', '145458.603000', '145458.605000', '145458.608000', '145458.610000', '145458.613000', '145458.616000', '145458.618000', '145458.621000', '145458.623000', '145458.626000', '145458.628000', '145458.631000', '145458.634000', '145458.636000', '145458.639000', '145458.641000', '145518.529000', '145518.532000', '145518.535000', '145518.537000', '145518.540000', '145518.543000', '145518.545000', '145518.548000', '145518.550000', '145518.553000', '145518.556000', '145518.558000', '145518.561000', '145518.582000', '145518.584000', '145518.587000', '145518.590000', '145518.592000', '145518.595000', '145518.597000', '145518.600000', '145518.603000', '145518.605000', '145518.608000', '145518.610000', '145518.613000', '145518.615000', '145518.618000', '145518.621000', '145518.623000', '145518.626000', '145518.628000', '145518.631000', '145518.634000', '145518.636000', '145518.639000', '145518.641000', '145518.644000', '145518.646000', '145518.649000', '145518.652000', '145518.654000', '145518.657000', '145538.528000', '145538.531000', '145538.534000', '145538.536000', '145538.539000', '145538.542000', '145538.544000', '145538.547000', '145538.549000', '145538.552000', '145538.554000', '145538.557000', '145538.560000', '145538.562000', '145538.565000', '145538.567000', '145538.570000', '145538.573000', '145538.575000', '145538.578000', '145538.580000', '145538.583000', '145538.585000', '145538.588000', '145538.591000', '145538.593000', '145538.596000', '145538.598000', '145538.601000', '145538.603000', '145538.606000', '145538.609000', '145538.611000', '145538.614000', '145538.616000', '145538.619000', '145538.621000', '145538.624000', '145538.627000', '145538.629000', '145538.632000', '145538.634000', '145538.637000', '145538.639000', '145558.529000', '145558.531000', '145558.534000', '145558.537000', '145558.539000', '145558.542000', '145558.544000', '145558.547000', '145558.549000', '145558.552000', '145558.555000', '145558.557000', '145558.560000', '145558.562000', '145558.565000', '145558.567000', '145558.570000', '145558.573000', '145558.575000', '145558.578000', '145558.580000', '145558.583000', '145558.586000', '145558.588000', '145558.591000', '145558.593000', '145558.596000', '145558.599000', '145558.601000', '145558.604000', '145558.606000', '145558.609000', '145558.612000', '145558.614000', '145558.617000', '145558.619000', '145558.622000', '145558.625000', '145558.627000', '145558.630000', '145558.632000', '145558.635000', '145558.638000', '145618.528000', '145618.531000', '145618.534000', '145618.537000', '145618.539000', '145618.542000', '145618.544000', '145618.547000', '145618.549000', '145618.552000', '145618.554000', '145618.557000', '145618.560000', '145618.562000', '145618.565000', '145618.568000', '145618.570000', '145618.573000', '145618.576000', '145618.578000', '145618.581000', '145618.583000', '145618.586000', '145618.589000', '145618.591000', '145618.594000', '145618.596000', '145618.599000', '145618.601000', '145618.604000', '145618.607000', '145618.609000', '145618.612000', '145618.614000', '145618.617000', '145618.619000', '145618.622000', '145618.625000', '145618.627000', '145618.630000', '145618.632000', '145618.635000', '145618.637000', '145618.640000', '145638.528000', '145638.531000', '145638.534000', '145638.536000', '145638.539000', '145638.542000', '145638.544000', '145638.547000', '145638.549000', '145638.552000', '145638.554000', '145638.557000', '145638.560000', '145638.562000', '145638.565000', '145638.567000', '145638.570000', '145638.572000', '145638.575000', '145638.578000', '145638.580000', '145638.583000', '145638.586000', '145638.588000', '145638.591000', '145638.594000', '145638.596000', '145638.599000', '145638.601000', '145638.604000', '145638.607000', '145638.609000', '145638.612000', '145638.614000', '145638.617000', '145638.619000', '145638.622000', '145638.625000', '145638.643000', '145638.646000', '145638.649000', '145638.651000', '145638.654000', '145658.529000', '145658.532000', '145658.535000', '145658.537000', '145658.540000', '145658.543000', '145658.545000', '145658.548000', '145658.550000', '145658.553000', '145658.556000', '145658.558000', '145658.561000', '145658.563000', '145658.566000', '145658.568000', '145658.571000', '145658.574000', '145658.576000', '145658.579000', '145658.581000', '145658.584000', '145658.587000', '145658.589000', '145658.592000', '145658.594000', '145658.597000', '145658.600000', '145658.602000', '145658.605000', '145658.607000', '145658.610000', '145658.613000', '145658.615000', '145658.618000', '145658.621000', '145658.623000', '145658.626000', '145658.628000', '145658.631000', '145658.634000', '145658.638000', '145658.641000', '145658.643000', '145718.530000', '145718.532000', '145718.535000', '145718.538000', '145718.540000', '145718.543000', '145718.545000', '145718.548000', '145718.551000', '145718.553000', '145718.556000', '145718.558000', '145718.561000', '145718.563000', '145718.566000', '145718.568000', '145718.571000', '145718.574000', '145718.576000', '145718.579000', '145718.581000', '145718.584000', '145718.587000', '145718.589000', '145718.592000', '145718.594000', '145718.597000', '145718.599000', '145718.602000', '145718.604000', '145718.607000', '145718.610000', '145718.612000', '145718.615000', '145718.618000', '145718.620000', '145718.623000', '145718.625000', '145718.628000', '145718.631000', '145718.633000', '145718.636000', '145718.638000', '145738.530000', '145738.532000', '145738.535000', '145738.538000', '145738.540000', '145738.543000', '145738.545000', '145738.548000', '145738.551000', '145738.553000', '145738.556000', '145738.559000', '145738.562000', '145738.565000', '145738.567000', '145738.570000', '145738.572000', '145738.575000', '145738.577000', '145738.580000', '145738.583000', '145738.585000', '145738.588000', '145738.590000', '145738.593000', '145738.596000', '145738.598000', '145738.601000', '145738.603000', '145738.606000', '145738.608000', '145738.611000', '145738.614000', '145738.616000', '145738.619000', '145738.622000', '145738.624000', '145738.627000', '145738.630000', '145738.632000', '145738.635000', '145738.637000', '145738.640000', '145738.642000', '145758.529000', '145758.531000', '145758.534000', '145758.537000', '145758.539000', '145758.542000', '145758.544000', '145758.547000', '145758.549000', '145758.552000', '145758.555000', '145758.557000', '145758.560000', '145758.562000', '145758.565000', '145758.567000', '145758.570000', '145758.573000', '145758.575000', '145758.578000', '145758.580000', '145758.583000', '145758.586000', '145758.588000', '145758.591000', '145758.593000', '145758.596000', '145758.598000', '145758.601000', '145758.604000', '145758.606000', '145758.609000', '145758.611000', '145758.614000', '145758.617000', '145758.630000', '145758.633000', '145758.636000', '145758.638000', '145758.641000', '145758.643000', '145758.646000', '145758.648000', '145804.256000', '145804.259000', '145804.262000', '145804.265000', '145804.268000', '145804.270000', '145804.273000', '145804.276000', '145804.278000', '145804.281000', '145804.283000', '145804.286000', '145804.288000'], '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': [18583, 10053, 14648, 10307, 15599, 11376, 13291, 9501, 8405, 11297, 8758, 14045, 9627, 13406, 9406, 10650, 9679, 10282, 10614, 9522, 10718, 8837, 12154, 9257, 11936, 9357, 12271, 9101, 14337, 10277, 13470, 8976, 8707, 10946, 9162, 13130, 9590, 9974, 9046, 9988, 9956, 18623, 13398, 18442, 9156, 16766, 9987, 15703, 13027, 15643, 9490, 12985, 9517, 14543, 10154, 11989, 9582, 11988, 9525, 14302, 9876, 13050, 9498, 13248, 9352, 11918, 10122, 11589, 8858, 9641, 10298, 9372, 11953, 9289, 11433, 8705, 9495, 9542, 8700, 10787, 8842, 11291, 9140, 11861, 15139, 10975, 16834, 9211, 19454, 13323, 18149, 14194, 19086, 12549, 15714, 8951, 9115, 13457, 9562, 15260, 9641, 18444, 12512, 19490, 18018, 19506, 16582, 13731, 18896, 11636, 15386, 19602, 10716, 14101, 16490, 9673, 14199, 9477, 12169, 10043, 11448, 9172, 10758, 10912, 10427, 14372, 10197, 15534, 9842, 10034, 10224, 9812, 11977, 9245, 9556, 14871, 9829, 9772, 8865, 9396, 12339, 14450, 11220, 12977, 9604, 17839, 12940, 19654, 12032, 13776, 15874, 10135, 12104, 9449, 13189, 9050, 14426, 9812, 9447, 9171, 8131, 12705, 8537, 13613, 9285, 9342, 9498, 8370, 12792, 8846, 13784, 9738, 13947, 10351, 16926, 9294, 14148, 10782, 15753, 12466, 11389, 8876, 8905, 12107, 12631, 11532, 15865, 9824, 18130, 11025, 15106, 12458, 13933, 9136, 14076, 9547, 14530, 9540, 14445, 9510, 13243, 9778, 12977, 9349, 12530, 9145, 11236, 9212, 9574, 8783, 9609, 12784, 9512, 12118, 9606, 11593, 8951, 12676, 8734, 10118, 10072, 8936, 12581, 9170, 14123, 13132, 11980, 17171, 10926, 17569, 14062, 17636, 12380, 16678, 11604, 16796, 12218, 17144, 9003, 13350, 9196, 15712, 10287, 16047, 10011, 16144, 10233, 9203, 12594, 9424, 14392, 9351, 18292, 10209, 11908, 9831, 11407, 13276, 10110, 12845, 9873, 13691, 15639, 12069, 15042, 10026, 12122, 10826, 10604, 11808, 9401, 11991, 9507, 12444, 9223, 11441, 9391, 10971, 8624, 9402, 9972, 9891, 8601, 9591, 8972, 12464, 9276, 12784, 9616, 9041, 10095, 9740, 12942, 9330, 16396, 11560, 17867, 11527, 17358, 14225, 13935, 10459, 10741, 19502, 13290, 17775, 14940, 15759, 9413, 14170, 10176, 14128, 10062, 13435, 8963, 12324, 9284, 9122, 11043, 9810, 11063, 15152, 10052, 14236, 9742, 12502, 9942, 10437, 15678, 9353, 13481, 9209, 12431, 8492, 11439, 8406, 9899, 8360, 9863, 8683, 11423, 8923, 11666, 10725, 9430, 14625, 9664, 12387, 9319, 9806, 18041, 10020, 18555, 10254, 14244, 10291, 12222, 16493, 9161, 19304, 9845, 14628, 8785, 12104, 8360, 8923, 10622, 8871, 13589, 8471, 12521, 8666, 10589, 8574, 9020, 8984, 8831, 11098, 8864, 13766, 9302, 8765, 9755, 9154, 12476, 20095, 15765, 18369, 12504, 16202, 14256, 19745, 14603, 18546, 13236, 18190, 14046, 15907, 11612, 17559, 13857, 20793, 16598, 18554, 11763, 15012, 10170, 15690, 11608, 9337, 12919, 9708, 14965, 10185, 17872, 10267, 14771, 10121, 14237, 9861, 15267, 9683, 13314, 9878, 13188, 9934, 12828, 10017, 11716, 9915, 10178, 10000, 9793, 10453, 9919, 11928, 9961, 12398, 9735, 12361, 9461, 11650, 8846, 9612, 13654, 9650, 14228, 9280, 12893, 8898, 11668, 8324, 10463, 7951, 9257, 9052, 8728, 10999, 8790, 13016, 8492, 12200, 8620, 11437, 8870, 10898, 8727, 11353, 8565, 11221, 8710, 11227, 8701, 10176, 17427, 11908, 18156, 13964, 17197, 10081, 12249, 9155, 13551, 12137, 11868, 8906, 9474, 9043, 14418, 9205, 9967, 8379, 9956, 12920, 9608, 9178, 11681, 9723, 14259, 18113, 15450, 15696, 19426, 16533, 19669, 16751, 17773, 15562, 17441, 12168, 9078, 10796, 9327, 13915, 9361, 13737, 9612, 14415, 9893, 16135, 9350, 14896, 9499, 13201, 10264, 9046, 11168, 8916, 10844, 9323, 9585, 12392, 9019, 9625, 11194, 9305, 14408, 12058, 18348, 14183, 19336, 14840, 17394, 13664, 11383, 9811, 10345, 16017, 9920, 16288, 9482, 15197, 9110, 14730, 9956, 12792, 9146, 12365, 8890, 12406, 9558, 11477, 9282, 12514, 9379, 13861, 10554, 12177, 9559, 10506, 9613, 9527, 12894, 9293, 10428, 9673, 9084, 12269, 9338, 13931, 13640, 9460, 19647, 11789, 16859, 9224, 15961, 10160, 14423, 10709, 16126, 9530, 14132, 9667, 17093, 10560, 13372, 11615, 10012, 17191, 9809, 15569, 10545, 14183, 9153, 12492, 10391, 10634, 9060, 10275, 8922, 10194, 10201, 10402, 14115, 9960, 12129, 9415, 12058, 9308, 11166, 9877, 10361, 8834, 9605, 13974, 9688, 12152, 8836, 9616, 8375, 9107, 10837, 9190, 12412, 8983, 11445, 8536, 10292, 8156, 10158, 12401, 8682, 12241, 8887, 11072, 8668, 9538, 11874, 8952, 13695, 8940, 12084, 9093, 12344, 9049, 12408, 9109, 12845, 9118, 13101, 9520, 18071, 9604, 15419, 9951, 15993, 12391, 9433, 12724, 9483, 18230, 13304, 18717, 12461, 16527, 13339, 14207, 11928, 9567, 13877, 9674, 18042, 12179, 18913, 10406, 13469, 10346, 9787, 13594, 9956, 13719, 9892, 14647, 9925, 17622, 9780, 12968, 9758, 11256, 9870, 9082, 11296, 9156, 12932, 9339, 13488, 9415, 13728, 9685, 14975, 10763, 17326, 9645, 14875, 9288, 13851, 10760, 10615, 9674, 9168, 9759, 16463, 10142, 15174, 9495, 11482, 9580, 9234, 11361, 9095, 11789, 9555, 12930, 9209, 10657, 9580, 9690, 9202, 9956, 8455, 14258, 12868, 12779, 8869, 13562, 8798, 13901, 8976, 9481, 9497, 18540, 12488, 18283, 9431, 14395, 10631, 13394, 11395, 13809, 8947, 13321, 8974, 12065, 8919, 11142, 9396, 8907, 15077, 8975, 13341, 9129, 11703, 8709, 9908, 9058, 9128, 13354, 9111, 12624, 9226, 11249, 9207, 11560, 9517, 10545, 14778, 9356, 16480, 9215, 13628, 11156, 17453, 14298, 11089, 17729, 9462, 19347, 15042, 18547, 10448, 14596, 9507, 14160, 12731, 13108, 9817, 9745, 11128, 10012, 13846, 10372, 12682, 9013, 14825, 9508, 13210, 9625, 12206, 9170, 10558, 8900, 9135, 11831, 9142, 10803, 9262, 8712, 9157, 9199, 11124, 9612, 11511, 18412, 10273, 16569, 10755, 12515, 10584, 10181, 19647, 11332, 16080, 9574, 12574, 13900, 9016, 17839, 10670, 13860, 8541, 10569, 10961, 9039, 13652, 9090, 12595, 8918, 11099, 8017, 9062, 10992, 9262, 13439, 9294, 11853, 8986, 10314, 9961, 9516, 11760, 9447], 'WindowCenter': [4543.0, 4453.0, 4488.0, 4447.0, 4471.0, 4441.0, 4449.0, 4406.0, 4395.0, 4425.0, 4408.0, 4445.0, 4418.0, 4446.0, 4419.0, 4427.0, 4419.0, 4416.0, 4428.0, 4405.0, 4414.0, 4418.0, 4436.0, 4405.0, 4425.0, 4403.0, 4423.0, 4393.0, 4444.0, 4416.0, 4444.0, 4406.0, 4406.0, 4426.0, 4417.0, 4461.0, 4432.0, 4432.0, 4420.0, 4428.0, 4430.0, 4481.0, 4461.0, 4467.0, 4406.0, 4456.0, 4429.0, 4469.0, 4448.0, 4444.0, 4403.0, 4433.0, 4417.0, 4457.0, 4415.0, 4423.0, 4404.0, 4422.0, 4417.0, 4457.0, 4403.0, 4420.0, 4401.0, 4431.0, 4391.0, 4435.0, 4413.0, 4410.0, 4389.0, 4400.0, 4400.0, 4403.0, 4422.0, 4403.0, 4424.0, 4407.0, 4428.0, 4428.0, 4421.0, 4455.0, 4436.0, 4467.0, 4435.0, 4466.0, 4475.0, 4445.0, 4483.0, 4422.0, 4495.0, 4451.0, 4482.0, 4449.0, 4482.0, 4454.0, 4499.0, 4436.0, 4434.0, 4462.0, 4421.0, 4460.0, 4431.0, 4452.0, 4421.0, 4466.0, 4466.0, 4453.0, 4440.0, 4419.0, 4449.0, 4409.0, 4441.0, 4452.0, 4385.0, 4429.0, 4425.0, 4374.0, 4413.0, 4373.0, 4403.0, 4384.0, 4393.0, 4373.0, 4394.0, 4393.0, 4384.0, 4412.0, 4384.0, 4424.0, 4374.0, 4371.0, 4382.0, 4372.0, 4391.0, 4372.0, 4387.0, 4429.0, 4397.0, 4387.0, 4390.0, 4403.0, 4432.0, 4444.0, 4412.0, 4432.0, 4402.0, 4452.0, 4421.0, 4464.0, 4408.0, 4431.0, 4438.0, 4386.0, 4405.0, 4386.0, 4416.0, 4391.0, 4441.0, 4400.0, 4388.0, 4387.0, 4381.0, 4433.0, 4406.0, 4458.0, 4419.0, 4419.0, 4430.0, 4409.0, 4465.0, 4433.0, 4462.0, 4432.0, 4462.0, 4433.0, 4472.0, 4420.0, 4459.0, 4440.0, 4459.0, 4451.0, 4438.0, 4407.0, 4419.0, 4451.0, 4450.0, 4442.0, 4470.0, 4416.0, 4480.0, 4427.0, 4447.0, 4436.0, 4434.0, 4404.0, 4445.0, 4415.0, 4445.0, 4404.0, 4442.0, 4417.0, 4435.0, 4417.0, 4434.0, 4403.0, 4422.0, 4406.0, 4424.0, 4404.0, 4403.0, 4394.0, 4405.0, 4424.0, 4417.0, 4439.0, 4420.0, 4439.0, 4421.0, 4460.0, 4420.0, 4442.0, 4447.0, 4449.0, 4477.0, 4450.0, 4490.0, 4467.0, 4469.0, 4486.0, 4443.0, 4487.0, 4462.0, 4474.0, 4440.0, 4472.0, 4429.0, 4459.0, 4439.0, 4458.0, 4394.0, 4436.0, 4405.0, 4454.0, 4414.0, 4455.0, 4404.0, 4453.0, 4414.0, 4405.0, 4434.0, 4404.0, 4444.0, 4405.0, 4468.0, 4414.0, 4424.0, 4404.0, 4423.0, 4433.0, 4401.0, 4420.0, 4401.0, 4433.0, 4442.0, 4410.0, 4430.0, 4387.0, 4420.0, 4411.0, 4399.0, 4410.0, 4390.0, 4409.0, 4403.0, 4434.0, 4391.0, 4411.0, 4391.0, 4411.0, 4392.0, 4403.0, 4402.0, 4415.0, 4394.0, 4416.0, 4419.0, 4449.0, 4431.0, 4464.0, 4448.0, 4448.0, 4445.0, 4434.0, 4452.0, 4420.0, 4486.0, 4455.0, 4485.0, 4440.0, 4470.0, 4447.0, 4446.0, 4414.0, 4413.0, 4466.0, 4433.0, 4453.0, 4442.0, 4441.0, 4389.0, 4429.0, 4398.0, 4417.0, 4401.0, 4419.0, 4389.0, 4432.0, 4402.0, 4403.0, 4424.0, 4414.0, 4426.0, 4444.0, 4416.0, 4434.0, 4392.0, 4422.0, 4400.0, 4413.0, 4440.0, 4403.0, 4433.0, 4402.0, 4421.0, 4380.0, 4409.0, 4391.0, 4412.0, 4394.0, 4414.0, 4418.0, 4449.0, 4432.0, 4466.0, 4458.0, 4435.0, 4473.0, 4432.0, 4452.0, 4418.0, 4430.0, 4481.0, 4429.0, 4482.0, 4429.0, 4460.0, 4429.0, 4439.0, 4481.0, 4417.0, 4479.0, 4419.0, 4446.0, 4394.0, 4448.0, 4409.0, 4406.0, 4414.0, 4407.0, 4445.0, 4409.0, 4448.0, 4435.0, 4442.0, 4421.0, 4421.0, 4420.0, 4421.0, 4452.0, 4421.0, 4460.0, 4421.0, 4435.0, 4447.0, 4447.0, 4481.0, 4523.0, 4501.0, 4496.0, 4464.0, 4482.0, 4473.0, 4507.0, 4475.0, 4481.0, 4451.0, 4480.0, 4459.0, 4469.0, 4437.0, 4469.0, 4449.0, 4479.0, 4458.0, 4465.0, 4423.0, 4444.0, 4400.0, 4440.0, 4411.0, 4389.0, 4418.0, 4391.0, 4430.0, 4399.0, 4451.0, 4388.0, 4430.0, 4401.0, 4430.0, 4388.0, 4429.0, 4388.0, 4418.0, 4401.0, 4418.0, 4388.0, 4419.0, 4390.0, 4410.0, 4400.0, 4400.0, 4415.0, 4402.0, 4402.0, 4417.0, 4424.0, 4404.0, 4424.0, 4405.0, 4423.0, 4416.0, 4425.0, 4393.0, 4393.0, 4430.0, 4392.0, 4431.0, 4405.0, 4434.0, 4393.0, 4422.0, 4394.0, 4414.0, 4395.0, 4417.0, 4420.0, 4409.0, 4441.0, 4422.0, 4461.0, 4422.0, 4451.0, 4424.0, 4454.0, 4423.0, 4444.0, 4425.0, 4454.0, 4437.0, 4456.0, 4425.0, 4457.0, 4425.0, 4447.0, 4499.0, 4455.0, 4486.0, 4452.0, 4483.0, 4419.0, 4437.0, 4408.0, 4447.0, 4441.0, 4466.0, 4425.0, 4406.0, 4394.0, 4447.0, 4409.0, 4419.0, 4410.0, 4432.0, 4451.0, 4433.0, 4434.0, 4453.0, 4434.0, 4474.0, 4485.0, 4487.0, 4487.0, 4487.0, 4474.0, 4483.0, 4459.0, 4457.0, 4446.0, 4455.0, 4412.0, 4392.0, 4414.0, 4393.0, 4434.0, 4393.0, 4432.0, 4405.0, 4445.0, 4404.0, 4443.0, 4393.0, 4431.0, 4404.0, 4423.0, 4401.0, 4392.0, 4412.0, 4394.0, 4413.0, 4405.0, 4418.0, 4438.0, 4407.0, 4420.0, 4439.0, 4409.0, 4462.0, 4441.0, 4482.0, 4450.0, 4470.0, 4435.0, 4444.0, 4422.0, 4400.0, 4389.0, 4401.0, 4453.0, 4390.0, 4440.0, 4390.0, 4429.0, 4391.0, 4444.0, 4404.0, 4420.0, 4407.0, 4433.0, 4406.0, 4436.0, 4406.0, 4423.0, 4404.0, 4436.0, 4407.0, 4446.0, 4428.0, 4424.0, 4405.0, 4415.0, 4405.0, 4416.0, 4448.0, 4418.0, 4416.0, 4416.0, 4421.0, 4449.0, 4419.0, 4461.0, 4447.0, 4406.0, 4467.0, 4438.0, 4456.0, 4406.0, 4467.0, 4414.0, 4446.0, 4415.0, 4444.0, 4392.0, 4420.0, 4391.0, 4441.0, 4399.0, 4419.0, 4397.0, 4375.0, 4436.0, 4387.0, 4426.0, 4385.0, 4415.0, 4375.0, 4394.0, 4399.0, 4398.0, 4377.0, 4400.0, 4377.0, 4398.0, 4398.0, 4411.0, 4432.0, 4403.0, 4421.0, 4392.0, 4421.0, 4406.0, 4426.0, 4415.0, 4414.0, 4404.0, 4405.0, 4433.0, 4403.0, 4424.0, 4393.0, 4402.0, 4382.0, 4405.0, 4412.0, 4405.0, 4448.0, 4420.0, 4437.0, 4421.0, 4442.0, 4410.0, 4446.0, 4464.0, 4434.0, 4453.0, 4436.0, 4442.0, 4422.0, 4433.0, 4453.0, 4422.0, 4462.0, 4423.0, 4454.0, 4423.0, 4452.0, 4423.0, 4452.0, 4424.0, 4464.0, 4438.0, 4478.0, 4436.0, 4498.0, 4433.0, 4474.0, 4431.0, 4459.0, 4453.0, 4420.0, 4450.0, 4421.0, 4471.0, 4451.0, 4481.0, 4436.0, 4457.0, 4435.0, 4446.0, 4425.0, 4403.0, 4433.0, 4404.0, 4455.0, 4425.0, 4465.0, 4401.0, 4432.0, 4412.0, 4401.0, 4433.0, 4399.0, 4430.0, 4402.0, 4442.0, 4402.0, 4454.0, 4401.0, 4420.0, 4403.0, 4411.0, 4402.0, 4392.0, 4411.0, 4404.0, 4446.0, 4406.0, 4446.0, 4406.0, 4434.0, 4417.0, 4456.0, 4415.0, 4465.0, 4404.0, 4443.0, 4406.0, 4444.0, 4414.0, 4413.0, 4402.0, 4403.0, 4416.0, 4457.0, 4413.0, 4441.0, 4401.0, 4420.0, 4400.0, 4390.0, 4424.0, 4405.0, 4436.0, 4417.0, 4448.0, 4418.0, 4415.0, 4417.0, 4416.0, 4404.0, 4416.0, 4382.0, 4449.0, 4412.0, 4465.0, 4422.0, 4451.0, 4410.0, 4459.0, 4434.0, 4435.0, 4433.0, 4484.0, 4440.0, 4468.0, 4405.0, 4446.0, 4429.0, 4436.0, 4423.0, 4432.0, 4395.0, 4431.0, 4404.0, 4437.0, 4403.0, 4423.0, 4392.0, 4393.0, 4446.0, 4419.0, 4447.0, 4406.0, 4421.0, 4392.0, 4414.0, 4402.0, 4405.0, 4444.0, 4407.0, 4436.0, 4420.0, 4438.0, 4431.0, 4451.0, 4445.0, 4443.0, 4474.0, 4436.0, 4485.0, 4433.0, 4463.0, 4441.0, 4483.0, 4460.0, 4428.0, 4470.0, 4418.0, 4480.0, 4458.0, 4478.0, 4415.0, 4445.0, 4417.0, 4447.0, 4435.0, 4434.0, 4403.0, 4402.0, 4424.0, 4414.0, 4432.0, 4414.0, 4432.0, 4392.0, 4443.0, 4417.0, 4433.0, 4405.0, 4422.0, 4392.0, 4412.0, 4393.0, 4404.0, 4422.0, 4418.0, 4426.0, 4417.0, 4418.0, 4431.0, 4431.0, 4453.0, 4432.0, 4454.0, 4496.0, 4443.0, 4474.0, 4429.0, 4439.0, 4416.0, 4418.0, 4492.0, 4428.0, 4458.0, 4406.0, 4436.0, 4434.0, 4407.0, 4466.0, 4431.0, 4444.0, 4392.0, 4413.0, 4426.0, 4419.0, 4446.0, 4408.0, 4448.0, 4420.0, 4438.0, 4423.0, 4432.0, 4439.0, 4448.0, 4464.0, 4433.0, 4453.0, 4438.0, 4459.0, 4444.0, 4433.0, 4454.0, 4435.0], 'WindowWidth': [9969.0, 9821.0, 9860.0, 9798.0, 9824.0, 9778.0, 9785.0, 9721.0, 9705.0, 9745.0, 9730.0, 9773.0, 9743.0, 9779.0, 9745.0, 9753.0, 9742.0, 9735.0, 9754.0, 9718.0, 9727.0, 9742.0, 9760.0, 9718.0, 9744.0, 9712.0, 9739.0, 9699.0, 9771.0, 9736.0, 9771.0, 9721.0, 9723.0, 9747.0, 9737.0, 9807.0, 9767.0, 9767.0, 9746.0, 9755.0, 9759.0, 9842.0, 9807.0, 9810.0, 9721.0, 9794.0, 9758.0, 9815.0, 9781.0, 9770.0, 9712.0, 9751.0, 9739.0, 9797.0, 9731.0, 9741.0, 9714.0, 9736.0, 9738.0, 9796.0, 9713.0, 9734.0, 9708.0, 9749.0, 9692.0, 9760.0, 9726.0, 9717.0, 9686.0, 9704.0, 9705.0, 9713.0, 9738.0, 9715.0, 9744.0, 9727.0, 9756.0, 9758.0, 9750.0, 9804.0, 9777.0, 9823.0, 9773.0, 9818.0, 9832.0, 9788.0, 9840.0, 9751.0, 9863.0, 9790.0, 9841.0, 9784.0, 9838.0, 9799.0, 9869.0, 9777.0, 9771.0, 9805.0, 9747.0, 9803.0, 9764.0, 9784.0, 9732.0, 9817.0, 9806.0, 9791.0, 9760.0, 9726.0, 9774.0, 9713.0, 9766.0, 9791.0, 9676.0, 9744.0, 9729.0, 9658.0, 9712.0, 9657.0, 9698.0, 9676.0, 9686.0, 9658.0, 9688.0, 9685.0, 9674.0, 9713.0, 9673.0, 9729.0, 9661.0, 9652.0, 9666.0, 9656.0, 9678.0, 9653.0, 9683.0, 9747.0, 9698.0, 9682.0, 9691.0, 9715.0, 9750.0, 9778.0, 9725.0, 9752.0, 9708.0, 9782.0, 9731.0, 9809.0, 9711.0, 9746.0, 9752.0, 9677.0, 9701.0, 9677.0, 9717.0, 9694.0, 9762.0, 9703.0, 9684.0, 9684.0, 9682.0, 9753.0, 9724.0, 9795.0, 9745.0, 9745.0, 9760.0, 9731.0, 9816.0, 9769.0, 9806.0, 9763.0, 9810.0, 9769.0, 9821.0, 9743.0, 9798.0, 9773.0, 9798.0, 9792.0, 9766.0, 9723.0, 9741.0, 9788.0, 9787.0, 9779.0, 9811.0, 9733.0, 9838.0, 9750.0, 9781.0, 9760.0, 9753.0, 9713.0, 9771.0, 9733.0, 9769.0, 9714.0, 9763.0, 9738.0, 9757.0, 9738.0, 9754.0, 9712.0, 9735.0, 9722.0, 9740.0, 9713.0, 9712.0, 9698.0, 9714.0, 9740.0, 9734.0, 9767.0, 9743.0, 9769.0, 9749.0, 9799.0, 9747.0, 9777.0, 9791.0, 9796.0, 9834.0, 9802.0, 9857.0, 9821.0, 9824.0, 9847.0, 9780.0, 9852.0, 9805.0, 9831.0, 9771.0, 9821.0, 9755.0, 9801.0, 9766.0, 9796.0, 9700.0, 9760.0, 9718.0, 9785.0, 9728.0, 9788.0, 9713.0, 9780.0, 9725.0, 9716.0, 9756.0, 9714.0, 9771.0, 9717.0, 9811.0, 9728.0, 9741.0, 9714.0, 9738.0, 9754.0, 9705.0, 9729.0, 9705.0, 9752.0, 9764.0, 9717.0, 9742.0, 9679.0, 9729.0, 9719.0, 9700.0, 9716.0, 9687.0, 9712.0, 9713.0, 9753.0, 9693.0, 9720.0, 9691.0, 9720.0, 9695.0, 9711.0, 9709.0, 9729.0, 9702.0, 9734.0, 9743.0, 9783.0, 9763.0, 9814.0, 9798.0, 9799.0, 9790.0, 9772.0, 9794.0, 9749.0, 9850.0, 9801.0, 9850.0, 9771.0, 9819.0, 9778.0, 9773.0, 9727.0, 9725.0, 9813.0, 9753.0, 9788.0, 9764.0, 9764.0, 9686.0, 9741.0, 9698.0, 9723.0, 9707.0, 9727.0, 9689.0, 9749.0, 9712.0, 9713.0, 9742.0, 9728.0, 9748.0, 9773.0, 9731.0, 9762.0, 9695.0, 9735.0, 9702.0, 9725.0, 9757.0, 9711.0, 9756.0, 9709.0, 9733.0, 9676.0, 9713.0, 9696.0, 9725.0, 9703.0, 9731.0, 9743.0, 9784.0, 9768.0, 9819.0, 9813.0, 9777.0, 9826.0, 9766.0, 9796.0, 9740.0, 9759.0, 9833.0, 9755.0, 9842.0, 9757.0, 9804.0, 9757.0, 9773.0, 9833.0, 9736.0, 9834.0, 9741.0, 9776.0, 9700.0, 9783.0, 9731.0, 9722.0, 9729.0, 9724.0, 9773.0, 9729.0, 9783.0, 9777.0, 9782.0, 9749.0, 9752.0, 9747.0, 9752.0, 9794.0, 9751.0, 9803.0, 9751.0, 9775.0, 9796.0, 9793.0, 9850.0, 9923.0, 9880.0, 9867.0, 9812.0, 9838.0, 9826.0, 9885.0, 9834.0, 9836.0, 9790.0, 9834.0, 9801.0, 9812.0, 9764.0, 9816.0, 9784.0, 9840.0, 9801.0, 9804.0, 9737.0, 9771.0, 9705.0, 9759.0, 9721.0, 9685.0, 9723.0, 9692.0, 9743.0, 9699.0, 9779.0, 9684.0, 9742.0, 9705.0, 9746.0, 9686.0, 9744.0, 9683.0, 9722.0, 9707.0, 9725.0, 9687.0, 9726.0, 9689.0, 9718.0, 9702.0, 9703.0, 9732.0, 9706.0, 9706.0, 9736.0, 9742.0, 9714.0, 9740.0, 9716.0, 9739.0, 9736.0, 9748.0, 9698.0, 9696.0, 9743.0, 9693.0, 9746.0, 9716.0, 9754.0, 9697.0, 9734.0, 9698.0, 9727.0, 9702.0, 9737.0, 9747.0, 9729.0, 9775.0, 9755.0, 9801.0, 9750.0, 9787.0, 9759.0, 9798.0, 9755.0, 9784.0, 9761.0, 9796.0, 9780.0, 9803.0, 9760.0, 9807.0, 9759.0, 9791.0, 9872.0, 9800.0, 9856.0, 9792.0, 9838.0, 9742.0, 9763.0, 9725.0, 9778.0, 9773.0, 9819.0, 9761.0, 9719.0, 9701.0, 9777.0, 9726.0, 9740.0, 9730.0, 9764.0, 9790.0, 9767.0, 9770.0, 9793.0, 9768.0, 9828.0, 9846.0, 9848.0, 9846.0, 9863.0, 9827.0, 9845.0, 9796.0, 9794.0, 9773.0, 9784.0, 9720.0, 9693.0, 9724.0, 9697.0, 9754.0, 9696.0, 9749.0, 9715.0, 9773.0, 9712.0, 9767.0, 9694.0, 9744.0, 9711.0, 9735.0, 9703.0, 9692.0, 9718.0, 9698.0, 9722.0, 9715.0, 9736.0, 9764.0, 9724.0, 9743.0, 9767.0, 9726.0, 9809.0, 9776.0, 9837.0, 9783.0, 9825.0, 9756.0, 9770.0, 9730.0, 9698.0, 9682.0, 9702.0, 9777.0, 9688.0, 9754.0, 9686.0, 9738.0, 9691.0, 9768.0, 9714.0, 9730.0, 9721.0, 9751.0, 9719.0, 9761.0, 9719.0, 9738.0, 9714.0, 9759.0, 9722.0, 9774.0, 9752.0, 9741.0, 9714.0, 9729.0, 9717.0, 9734.0, 9781.0, 9740.0, 9734.0, 9731.0, 9749.0, 9782.0, 9744.0, 9804.0, 9775.0, 9718.0, 9813.0, 9763.0, 9789.0, 9719.0, 9806.0, 9729.0, 9776.0, 9729.0, 9772.0, 9693.0, 9731.0, 9690.0, 9764.0, 9698.0, 9728.0, 9690.0, 9660.0, 9743.0, 9678.0, 9736.0, 9675.0, 9714.0, 9659.0, 9683.0, 9700.0, 9698.0, 9667.0, 9702.0, 9667.0, 9695.0, 9696.0, 9720.0, 9752.0, 9711.0, 9735.0, 9695.0, 9734.0, 9720.0, 9748.0, 9729.0, 9726.0, 9714.0, 9716.0, 9755.0, 9710.0, 9741.0, 9700.0, 9707.0, 9682.0, 9716.0, 9722.0, 9716.0, 9781.0, 9749.0, 9764.0, 9751.0, 9778.0, 9736.0, 9790.0, 9812.0, 9775.0, 9794.0, 9776.0, 9779.0, 9751.0, 9768.0, 9797.0, 9752.0, 9808.0, 9756.0, 9798.0, 9755.0, 9793.0, 9754.0, 9793.0, 9757.0, 9812.0, 9783.0, 9839.0, 9777.0, 9869.0, 9766.0, 9828.0, 9762.0, 9799.0, 9796.0, 9744.0, 9787.0, 9746.0, 9821.0, 9790.0, 9837.0, 9761.0, 9794.0, 9758.0, 9773.0, 9743.0, 9711.0, 9753.0, 9712.0, 9791.0, 9745.0, 9805.0, 9706.0, 9749.0, 9722.0, 9705.0, 9753.0, 9701.0, 9741.0, 9709.0, 9765.0, 9709.0, 9788.0, 9705.0, 9731.0, 9714.0, 9721.0, 9709.0, 9694.0, 9719.0, 9716.0, 9775.0, 9720.0, 9778.0, 9720.0, 9758.0, 9736.0, 9793.0, 9731.0, 9803.0, 9712.0, 9766.0, 9722.0, 9770.0, 9728.0, 9724.0, 9706.0, 9711.0, 9733.0, 9797.0, 9724.0, 9762.0, 9705.0, 9730.0, 9703.0, 9690.0, 9742.0, 9719.0, 9761.0, 9738.0, 9780.0, 9740.0, 9730.0, 9735.0, 9732.0, 9715.0, 9734.0, 9678.0, 9784.0, 9721.0, 9812.0, 9749.0, 9784.0, 9731.0, 9797.0, 9768.0, 9772.0, 9769.0, 9845.0, 9771.0, 9812.0, 9716.0, 9775.0, 9753.0, 9761.0, 9740.0, 9749.0, 9700.0, 9746.0, 9716.0, 9765.0, 9713.0, 9739.0, 9692.0, 9699.0, 9773.0, 9744.0, 9777.0, 9720.0, 9735.0, 9697.0, 9728.0, 9710.0, 9718.0, 9772.0, 9723.0, 9761.0, 9747.0, 9768.0, 9765.0, 9793.0, 9790.0, 9784.0, 9826.0, 9776.0, 9847.0, 9768.0, 9814.0, 9775.0, 9842.0, 9800.0, 9753.0, 9816.0, 9739.0, 9837.0, 9797.0, 9828.0, 9732.0, 9775.0, 9738.0, 9780.0, 9757.0, 9757.0, 9709.0, 9708.0, 9744.0, 9729.0, 9750.0, 9728.0, 9750.0, 9696.0, 9769.0, 9739.0, 9756.0, 9718.0, 9737.0, 9694.0, 9722.0, 9698.0, 9714.0, 9737.0, 9740.0, 9748.0, 9737.0, 9744.0, 9763.0, 9763.0, 9796.0, 9766.0, 9798.0, 9866.0, 9785.0, 9828.0, 9755.0, 9769.0, 9732.0, 9738.0, 9856.0, 9752.0, 9796.0, 9719.0, 9761.0, 9754.0, 9723.0, 9806.0, 9762.0, 9769.0, 9696.0, 9724.0, 9749.0, 9745.0, 9776.0, 9727.0, 9781.0, 9744.0, 9765.0, 9757.0, 9767.0, 9771.0, 9796.0, 9812.0, 9769.0, 9793.0, 9783.0, 9814.0, 9785.0, 9767.0, 9794.0, 9773.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.006734931034482759</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03555802218390804</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.83599399181819</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3676342204603003</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0803059253855007</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5361</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3536.2126</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11777642690741916</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.402298850574713</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4636110741068804</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3253708536497477</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.688351299541074</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.377111069129819</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0195748</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02482576295733452</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.045461609959602356</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.303084355596705</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>20.473</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.9113</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.8521</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283134.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1155.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>450.344</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4327</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.3791</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3536.6543</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3644.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>93410.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1618.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4629.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.8299</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.48841270629782</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> |