=== 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-0036 --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-0036",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0036_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0036_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0036_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0036_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0036_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0036_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0036_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0036_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0036_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0036/ses-03/func/sub-0036_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>af4b2d1204ea3143424c3568b63a1533</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>09:53:0.902500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999003, 0.0308328, 0.0322912, -0.0266832, 0.992187, -0.12187]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.084214</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7697, -7335, 545, -16, -174, 34, 86]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>265.751</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>195f49c7-9597-4eb8-b72f-52e1cdb57319||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802515983581543, -0.07158919423818588, 0.09665048867464066, 112.81173706054688], [-0.08272223174571991, 2.661966323852539, -0.32639333605766296, -78.74846649169922], [0.08663485199213028, 0.32696717977523804, 2.6784560680389404, -111.80175018310547], [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': ['095300.902500', '095301.362500', '095301.822500', '095302.282500', '095302.742500', '095303.202500', '095303.662500', '095304.122500', '095304.582500', '095305.042500', '095305.502500', '095305.962500', '095306.422500', '095306.882500', '095307.342500', '095307.802500', '095308.262500', '095308.722500', '095309.182500', '095309.642500', '095310.102500', '095310.562500', '095311.022500', '095311.482500', '095311.942500', '095312.402500', '095312.862500', '095313.322500', '095313.782500', '095314.242500', '095314.702500', '095315.162500', '095315.622500', '095316.082500', '095316.542500', '095317.002500', '095317.462500', '095317.922500', '095318.382500', '095318.842500', '095319.302500', '095319.762500', '095320.222500', '095320.682500', '095321.142500', '095321.602500', '095322.062500', '095322.522500', '095322.982500', '095323.442500', '095323.902500', '095324.362500', '095324.822500', '095325.282500', '095325.742500', '095326.202500', '095326.662500', '095327.122500', '095327.582500', '095328.042500', '095328.502500', '095328.962500', '095329.422500', '095329.882500', '095330.342500', '095330.802500', '095331.262500', '095331.722500', '095332.182500', '095332.642500', '095333.102500', '095333.562500', '095334.022500', '095334.482500', '095334.942500', '095335.402500', '095335.862500', '095336.322500', '095336.782500', '095337.242500', '095337.702500', '095338.162500', '095338.622500', '095339.082500', '095339.542500', '095340.002500', '095340.462500', '095340.922500', '095341.382500', '095341.842500', '095342.302500', '095342.762500', '095343.222500', '095343.682500', '095344.142500', '095344.602500', '095345.062500', '095345.522500', '095345.982500', '095346.442500', '095346.902500', '095347.362500', '095347.822500', '095348.282500', '095348.742500', '095349.202500', '095349.662500', '095350.122500', '095350.582500', '095351.042500', '095351.502500', '095351.962500', '095352.422500', '095352.882500', '095353.342500', '095353.802500', '095354.262500', '095354.722500', '095355.182500', '095355.642500', '095356.102500', '095356.562500', '095357.022500', '095357.482500', '095357.942500', '095358.402500', '095358.862500', '095359.322500', '095359.782500', '095400.242500', '095400.702500', '095401.162500', '095401.622500', '095402.082500', '095402.542500', '095403.002500', '095403.462500', '095403.922500', '095404.382500', '095404.842500', '095405.302500', '095405.762500', '095406.222500', '095406.682500', '095407.142500', '095407.602500', '095408.062500', '095408.522500', '095408.982500', '095409.442500', '095409.902500', '095410.362500', '095410.822500', '095411.282500', '095411.742500', '095412.202500', '095412.662500', '095413.122500', '095413.582500', '095414.042500', '095414.502500', '095414.962500', '095415.422500', '095415.882500', '095416.342500', '095416.802500', '095417.262500', '095417.722500', '095418.182500', '095418.642500', '095419.102500', '095419.562500', '095420.022500', '095420.482500', '095420.942500', '095421.402500', '095421.862500', '095422.322500', '095422.782500', '095423.242500', '095423.702500', '095424.162500', '095424.622500', '095425.082500', '095425.542500', '095426.002500', '095426.462500', '095426.922500', '095427.382500', '095427.842500', '095428.302500', '095428.762500', '095429.222500', '095429.682500', '095430.142500', '095430.602500', '095431.062500', '095431.522500', '095431.982500', '095432.442500', '095432.902500', '095433.362500', '095433.822500', '095434.282500', '095434.742500', '095435.202500', '095435.662500', '095436.122500', '095436.582500', '095437.042500', '095437.502500', '095437.962500', '095438.422500', '095438.882500', '095439.342500', '095439.802500', '095440.262500', '095440.722500', '095441.182500', '095441.642500', '095442.102500', '095442.562500', '095443.022500', '095443.482500', '095443.942500', '095444.402500', '095444.862500', '095445.322500', '095445.782500', '095446.242500', '095446.702500', '095447.162500', '095447.622500', '095448.082500', '095448.542500', '095449.002500', '095449.462500', '095449.922500', '095450.382500', '095450.842500', '095451.302500', '095451.762500', '095452.222500', '095452.682500', '095453.142500', '095453.602500', '095454.062500', '095454.522500', '095454.982500', '095455.442500', '095455.902500', '095456.362500', '095456.822500', '095457.282500', '095457.742500', '095458.202500', '095458.662500', '095459.122500', '095459.582500', '095500.042500', '095500.502500', '095500.962500', '095501.422500', '095501.882500', '095502.342500', '095502.802500', '095503.262500', '095503.722500', '095504.182500', '095504.642500', '095505.102500', '095505.562500', '095506.022500', '095506.482500', '095506.942500', '095507.402500', '095507.862500', '095508.322500', '095508.782500', '095509.242500', '095509.702500', '095510.162500', '095510.622500', '095511.082500', '095511.542500', '095512.002500', '095512.462500', '095512.922500', '095513.382500', '095513.842500', '095514.302500', '095514.762500', '095515.222500', '095515.682500', '095516.142500', '095516.602500', '095517.062500', '095517.522500', '095517.982500', '095518.442500', '095518.902500', '095519.362500', '095519.822500', '095520.282500', '095520.742500', '095521.202500', '095521.662500', '095522.122500', '095522.582500', '095523.042500', '095523.502500', '095523.962500', '095524.422500', '095524.882500', '095525.342500', '095525.802500', '095526.262500', '095526.722500', '095527.182500', '095527.642500', '095528.102500', '095528.562500', '095529.022500', '095529.482500', '095529.942500', '095530.402500', '095530.862500', '095531.322500', '095531.782500', '095532.242500', '095532.702500', '095533.162500', '095533.622500', '095534.082500', '095534.542500', '095535.002500', '095535.462500', '095535.922500', '095536.382500', '095536.842500', '095537.302500', '095537.762500', '095538.222500', '095538.682500', '095539.142500', '095539.602500', '095540.062500', '095540.522500', '095540.982500', '095541.442500', '095541.902500', '095542.362500', '095542.822500', '095543.282500', '095543.742500', '095544.202500', '095544.662500', '095545.122500', '095545.582500', '095546.042500', '095546.502500', '095546.962500', '095547.422500', '095547.882500', '095548.342500', '095548.802500', '095549.262500', '095549.722500', '095550.182500', '095550.642500', '095551.102500', '095551.562500', '095552.022500', '095552.482500', '095552.942500', '095553.402500', '095553.862500', '095554.322500', '095554.782500', '095555.242500', '095555.702500', '095556.162500', '095556.622500', '095557.082500', '095557.542500', '095558.002500', '095558.462500', '095558.922500', '095559.382500', '095559.842500', '095600.302500', '095600.762500', '095601.222500', '095601.682500', '095602.142500', '095602.602500', '095603.062500', '095603.522500', '095603.982500', '095604.442500', '095604.902500', '095605.362500', '095605.822500', '095606.282500', '095606.742500', '095607.202500', '095607.662500', '095608.122500', '095608.582500', '095609.042500', '095609.502500', '095609.962500', '095610.422500', '095610.882500', '095611.342500', '095611.802500', '095612.262500', '095612.722500', '095613.182500', '095613.642500', '095614.102500', '095614.562500', '095615.022500', '095615.482500', '095615.942500', '095616.402500', '095616.862500', '095617.322500', '095617.782500', '095618.242500', '095618.702500', '095619.162500', '095619.622500', '095620.082500', '095620.542500', '095621.002500', '095621.462500', '095621.922500', '095622.382500', '095622.842500', '095623.302500', '095623.762500', '095624.222500', '095624.682500', '095625.142500', '095625.602500', '095626.062500', '095626.522500', '095626.982500', '095627.442500', '095627.902500', '095628.362500', '095628.822500', '095629.282500', '095629.742500', '095630.202500', '095630.662500', '095631.122500', '095631.582500', '095632.042500', '095632.502500', '095632.962500', '095633.422500', '095633.882500', '095634.342500', '095634.802500', '095635.262500', '095635.722500', '095636.182500', '095636.642500', '095637.102500', '095637.562500', '095638.022500', '095638.482500', '095638.942500', '095639.402500', '095639.862500', '095640.322500', '095640.782500', '095641.242500', '095641.702500', '095642.162500', '095642.622500', '095643.082500', '095643.542500', '095644.002500', '095644.462500', '095644.922500', '095645.382500', '095645.842500', '095646.302500', '095646.762500', '095647.222500', '095647.682500', '095648.142500', '095648.602500', '095649.062500', '095649.522500', '095649.982500', '095650.442500', '095650.902500', '095651.362500', '095651.822500', '095652.282500', '095652.742500', '095653.202500', '095653.662500', '095654.122500', '095654.582500', '095655.042500', '095655.502500', '095655.962500', '095656.422500', '095656.882500', '095657.342500', '095657.802500', '095658.262500', '095658.722500', '095659.182500', '095659.642500', '095700.102500', '095700.562500', '095701.022500', '095701.482500', '095701.942500', '095702.402500', '095702.862500', '095703.322500', '095703.782500', '095704.242500', '095704.702500', '095705.162500', '095705.622500', '095706.082500', '095706.542500', '095707.002500', '095707.462500', '095707.922500', '095708.382500', '095708.842500', '095709.302500', '095709.762500', '095710.222500', '095710.682500', '095711.142500', '095711.602500', '095712.062500', '095712.522500', '095712.982500', '095713.442500', '095713.902500', '095714.362500', '095714.822500', '095715.282500', '095715.742500', '095716.202500', '095716.662500', '095717.122500', '095717.582500', '095718.042500', '095718.502500', '095718.962500', '095719.422500', '095719.882500', '095720.342500', '095720.802500', '095721.262500', '095721.722500', '095722.182500', '095722.642500', '095723.102500', '095723.562500', '095724.022500', '095724.482500', '095724.942500', '095725.402500', '095725.862500', '095726.322500', '095726.782500', '095727.242500', '095727.702500', '095728.162500', '095728.622500', '095729.082500', '095729.542500', '095730.002500', '095730.462500', '095730.922500', '095731.382500', '095731.842500', '095732.302500', '095732.762500', '095733.222500', '095733.682500', '095734.142500', '095734.602500', '095735.062500', '095735.522500', '095735.982500', '095736.442500', '095736.902500', '095737.362500', '095737.822500', '095738.282500', '095738.742500', '095739.202500', '095739.662500', '095740.122500', '095740.582500', '095741.042500', '095741.502500', '095741.962500', '095742.422500', '095742.882500', '095743.342500', '095743.802500', '095744.262500', '095744.722500', '095745.182500', '095745.642500', '095746.102500', '095746.562500', '095747.022500', '095747.482500', '095747.942500', '095748.402500', '095748.862500', '095749.322500', '095749.782500', '095750.242500', '095750.702500', '095751.162500', '095751.622500', '095752.082500', '095752.542500', '095753.002500', '095753.462500', '095753.922500', '095754.382500', '095754.842500', '095755.302500', '095755.762500', '095756.222500', '095756.682500', '095757.142500', '095757.602500', '095758.062500', '095758.522500', '095758.982500', '095759.442500', '095759.902500', '095800.362500', '095800.822500', '095801.282500', '095801.742500', '095802.202500', '095802.662500', '095803.122500', '095803.582500', '095804.042500', '095804.502500', '095804.962500', '095805.422500', '095805.882500', '095806.342500', '095806.802500', '095807.262500', '095807.722500', '095808.182500', '095808.642500', '095809.102500', '095809.562500', '095810.022500', '095810.482500', '095810.942500', '095811.402500', '095811.862500', '095812.322500', '095812.782500', '095813.242500', '095813.702500', '095814.162500', '095814.622500', '095815.082500', '095815.542500', '095816.002500', '095816.462500', '095816.922500', '095817.382500', '095817.842500', '095818.302500', '095818.762500', '095819.222500', '095819.682500', '095820.142500', '095820.602500', '095821.062500', '095821.522500', '095821.982500', '095822.442500', '095822.902500', '095823.362500', '095823.822500', '095824.282500', '095824.742500', '095825.202500', '095825.662500', '095826.122500', '095826.582500', '095827.042500', '095827.502500', '095827.962500', '095828.422500', '095828.882500', '095829.342500', '095829.802500', '095830.262500', '095830.722500', '095831.182500', '095831.642500', '095832.102500', '095832.562500', '095833.022500', '095833.482500', '095833.942500', '095834.402500', '095834.862500', '095835.322500', '095835.782500', '095836.242500', '095836.702500', '095837.162500', '095837.622500', '095838.082500', '095838.542500', '095839.002500', '095839.462500', '095839.922500', '095840.382500', '095840.842500', '095841.302500', '095841.762500', '095842.222500', '095842.682500', '095843.142500', '095843.602500', '095844.062500', '095844.522500', '095844.982500', '095845.442500', '095845.902500', '095846.362500', '095846.822500', '095847.282500', '095847.742500', '095848.202500', '095848.662500', '095849.122500', '095849.582500', '095850.042500', '095850.502500', '095850.962500', '095851.422500', '095851.882500', '095852.342500', '095852.802500', '095853.262500', '095853.722500', '095854.182500', '095854.642500', '095855.102500', '095855.562500', '095856.022500', '095856.482500', '095856.942500', '095857.402500', '095857.862500', '095858.322500', '095858.782500', '095859.242500', '095859.702500', '095900.162500', '095900.622500', '095901.082500', '095901.542500', '095902.002500', '095902.462500', '095902.922500', '095903.382500', '095903.842500', '095904.302500', '095904.762500', '095905.222500', '095905.682500', '095906.142500', '095906.602500', '095907.062500', '095907.522500', '095907.982500', '095908.442500', '095908.902500', '095909.362500', '095909.822500', '095910.282500', '095910.742500', '095911.202500', '095911.662500', '095912.122500', '095912.582500', '095913.042500', '095913.502500', '095913.962500', '095914.422500', '095914.882500', '095915.342500', '095915.802500', '095916.262500', '095916.722500', '095917.182500', '095917.642500', '095918.102500', '095918.562500', '095919.022500', '095919.482500', '095919.942500', '095920.402500', '095920.862500', '095921.322500', '095921.782500', '095922.242500', '095922.702500', '095923.162500', '095923.622500', '095924.082500', '095924.542500', '095925.002500', '095925.462500', '095925.922500', '095926.382500', '095926.842500', '095927.302500', '095927.762500', '095928.222500', '095928.682500', '095929.142500', '095929.602500', '095930.062500', '095930.522500', '095930.982500', '095931.442500', '095931.902500', '095932.362500', '095932.822500', '095933.282500', '095933.742500', '095934.202500', '095934.662500', '095935.122500', '095935.582500', '095936.042500', '095936.502500', '095936.962500', '095937.422500', '095937.882500', '095938.342500', '095938.802500', '095939.262500', '095939.722500', '095940.182500', '095940.642500', '095941.102500', '095941.562500'], 'ContentTime': ['095315.647000', '095315.651000', '095315.654000', '095315.657000', '095315.659000', '095315.662000', '095315.665000', '095315.668000', '095315.671000', '095315.674000', '095315.677000', '095315.680000', '095315.683000', '095315.686000', '095315.689000', '095315.691000', '095315.694000', '095315.697000', '095315.700000', '095315.710000', '095315.713000', '095315.716000', '095315.719000', '095315.722000', '095315.725000', '095315.727000', '095315.730000', '095315.733000', '095315.736000', '095315.739000', '095315.742000', '095335.600000', '095335.603000', '095335.606000', '095335.609000', '095335.612000', '095335.614000', '095335.617000', '095335.620000', '095335.623000', '095335.626000', '095335.629000', '095335.632000', '095335.635000', '095335.638000', '095335.640000', '095335.643000', '095335.646000', '095335.649000', '095335.652000', '095335.655000', '095335.659000', '095335.662000', '095335.665000', '095335.668000', '095335.670000', '095335.673000', '095335.676000', '095335.679000', '095335.682000', '095335.685000', '095335.688000', '095335.691000', '095335.693000', '095335.696000', '095335.699000', '095335.702000', '095335.705000', '095335.708000', '095335.711000', '095335.713000', '095335.716000', '095335.719000', '095335.722000', '095335.725000', '095355.600000', '095355.603000', '095355.606000', '095355.609000', '095355.612000', '095355.615000', '095355.617000', '095355.620000', '095355.623000', '095355.626000', '095355.629000', '095355.632000', '095355.635000', '095355.638000', '095355.640000', '095355.643000', '095355.646000', '095355.649000', '095355.652000', '095355.655000', '095355.658000', '095355.661000', '095355.664000', '095355.666000', '095355.669000', '095355.672000', '095355.676000', '095355.679000', '095355.682000', '095355.685000', '095355.688000', '095355.691000', '095355.694000', '095355.697000', '095355.699000', '095355.702000', '095355.705000', '095355.708000', '095355.711000', '095355.714000', '095355.717000', '095355.720000', '095355.722000', '095415.600000', '095415.603000', '095415.606000', '095415.609000', '095415.612000', '095415.615000', '095415.618000', '095415.621000', '095415.624000', '095415.626000', '095415.629000', '095415.632000', '095415.635000', '095415.638000', '095415.641000', '095415.644000', '095415.647000', '095415.650000', '095415.653000', '095415.655000', '095415.658000', '095415.661000', '095415.664000', '095415.667000', '095415.670000', '095415.673000', '095415.676000', '095415.679000', '095415.681000', '095415.684000', '095415.687000', '095415.690000', '095415.693000', '095415.696000', '095415.699000', '095415.702000', '095415.705000', '095415.708000', '095415.710000', '095415.713000', '095415.716000', '095415.719000', '095415.722000', '095415.725000', '095435.600000', '095435.603000', '095435.606000', '095435.609000', '095435.612000', '095435.615000', '095435.617000', '095435.620000', '095435.623000', '095435.626000', '095435.629000', '095435.632000', '095435.635000', '095435.638000', '095435.641000', '095435.644000', '095435.647000', '095435.650000', '095435.652000', '095435.655000', '095435.658000', '095435.671000', '095435.674000', '095435.677000', '095435.680000', '095435.683000', '095435.686000', '095435.689000', '095435.692000', '095435.695000', '095435.698000', '095435.700000', '095435.703000', '095435.706000', '095435.709000', '095435.712000', '095435.715000', '095435.718000', '095435.721000', '095435.724000', '095435.727000', '095435.729000', '095435.732000', '095455.599000', '095455.602000', '095455.605000', '095455.608000', '095455.611000', '095455.614000', '095455.617000', '095455.620000', '095455.622000', '095455.625000', '095455.628000', '095455.631000', '095455.634000', '095455.637000', '095455.640000', '095455.643000', '095455.646000', '095455.649000', '095455.652000', '095455.654000', '095455.657000', '095455.660000', '095455.663000', '095455.666000', '095455.669000', '095455.672000', '095455.675000', '095455.678000', '095455.681000', '095455.683000', '095455.686000', '095455.689000', '095455.692000', '095455.695000', '095455.698000', '095455.701000', '095455.704000', '095455.707000', '095455.710000', '095455.713000', '095455.715000', '095455.718000', '095455.721000', '095455.724000', '095515.600000', '095515.603000', '095515.606000', '095515.609000', '095515.612000', '095515.615000', '095515.618000', '095515.621000', '095515.624000', '095515.626000', '095515.629000', '095515.632000', '095515.635000', '095515.638000', '095515.641000', '095515.644000', '095515.647000', '095515.650000', '095515.653000', '095515.656000', '095515.658000', '095515.661000', '095515.664000', '095515.667000', '095515.670000', '095515.673000', '095515.676000', '095515.679000', '095515.682000', '095515.684000', '095515.687000', '095515.690000', '095515.693000', '095515.696000', '095515.699000', '095515.702000', '095515.705000', '095515.708000', '095515.711000', '095515.715000', '095515.718000', '095515.721000', '095515.724000', '095535.600000', '095535.603000', '095535.606000', '095535.609000', '095535.612000', '095535.615000', '095535.618000', '095535.621000', '095535.623000', '095535.626000', '095535.629000', '095535.632000', '095535.635000', '095535.638000', '095535.641000', '095535.644000', '095535.647000', '095535.650000', '095535.652000', '095535.655000', '095535.658000', '095535.661000', '095535.664000', '095535.667000', '095535.670000', '095535.673000', '095535.676000', '095535.679000', '095535.682000', '095535.685000', '095535.688000', '095535.690000', '095535.693000', '095535.696000', '095535.699000', '095535.702000', '095535.705000', '095535.708000', '095535.711000', '095535.714000', '095535.717000', '095535.720000', '095535.722000', '095535.725000', '095555.600000', '095555.603000', '095555.606000', '095555.609000', '095555.612000', '095555.615000', '095555.618000', '095555.621000', '095555.624000', '095555.626000', '095555.629000', '095555.632000', '095555.635000', '095555.638000', '095555.641000', '095555.644000', '095555.647000', '095555.650000', '095555.653000', '095555.656000', '095555.658000', '095555.661000', '095555.664000', '095555.667000', '095555.670000', '095555.673000', '095555.676000', '095555.679000', '095555.682000', '095555.685000', '095555.687000', '095555.690000', '095555.693000', '095555.696000', '095555.699000', '095555.702000', '095555.705000', '095555.708000', '095555.711000', '095555.714000', '095555.717000', '095555.720000', '095555.723000', '095615.600000', '095615.603000', '095615.606000', '095615.622000', '095615.625000', '095615.628000', '095615.631000', '095615.634000', '095615.637000', '095615.640000', '095615.643000', '095615.645000', '095615.648000', '095615.651000', '095615.654000', '095615.657000', '095615.660000', '095615.663000', '095615.666000', '095615.669000', '095615.672000', '095615.675000', '095615.677000', '095615.680000', '095615.683000', '095615.686000', '095615.689000', '095615.692000', '095615.695000', '095615.698000', '095615.701000', '095615.704000', '095615.707000', '095615.710000', '095615.712000', '095615.715000', '095615.718000', '095615.721000', '095615.724000', '095615.727000', '095615.730000', '095615.733000', '095615.736000', '095615.738000', '095635.600000', '095635.603000', '095635.606000', '095635.609000', '095635.612000', '095635.615000', '095635.618000', '095635.621000', '095635.623000', '095635.626000', '095635.629000', '095635.632000', '095635.635000', '095635.638000', '095635.641000', '095635.644000', '095635.647000', '095635.650000', '095635.652000', '095635.655000', '095635.658000', '095635.661000', '095635.664000', '095635.667000', '095635.670000', '095635.673000', '095635.676000', '095635.679000', '095635.682000', '095635.684000', '095635.687000', '095635.690000', '095635.693000', '095635.696000', '095635.699000', '095635.702000', '095635.705000', '095635.708000', '095635.711000', '095635.714000', '095635.717000', '095635.720000', '095635.722000', '095655.600000', '095655.603000', '095655.606000', '095655.609000', '095655.612000', '095655.615000', '095655.618000', '095655.621000', '095655.623000', '095655.626000', '095655.629000', '095655.632000', '095655.635000', '095655.638000', '095655.641000', '095655.644000', '095655.647000', '095655.650000', '095655.653000', '095655.656000', '095655.659000', '095655.662000', '095655.665000', '095655.668000', '095655.670000', '095655.673000', '095655.676000', '095655.679000', '095655.682000', '095655.685000', '095655.688000', '095655.691000', '095655.694000', '095655.697000', '095655.700000', '095655.703000', '095655.706000', '095655.708000', '095655.711000', '095655.714000', '095655.718000', '095655.721000', '095655.724000', '095715.599000', '095715.602000', '095715.605000', '095715.608000', '095715.611000', '095715.614000', '095715.617000', '095715.620000', '095715.623000', '095715.626000', '095715.629000', '095715.631000', '095715.634000', '095715.637000', '095715.640000', '095715.643000', '095715.646000', '095715.649000', '095715.652000', '095715.655000', '095715.658000', '095715.661000', '095715.664000', '095715.667000', '095715.670000', '095715.672000', '095715.675000', '095715.678000', '095715.681000', '095715.684000', '095715.687000', '095715.690000', '095715.693000', '095715.696000', '095715.699000', '095715.702000', '095715.705000', '095715.707000', '095715.710000', '095715.713000', '095715.716000', '095715.719000', '095715.722000', '095715.725000', '095735.600000', '095735.603000', '095735.606000', '095735.609000', '095735.612000', '095735.617000', '095735.621000', '095735.624000', '095735.627000', '095735.630000', '095735.632000', '095735.635000', '095735.638000', '095735.641000', '095735.644000', '095735.647000', '095735.650000', '095735.653000', '095735.656000', '095735.659000', '095735.662000', '095735.665000', '095735.667000', '095735.670000', '095735.673000', '095735.676000', '095735.679000', '095735.682000', '095735.685000', '095735.688000', '095735.691000', '095735.694000', '095735.704000', '095735.707000', '095735.710000', '095735.713000', '095735.716000', '095735.719000', '095735.722000', '095735.725000', '095735.728000', '095735.731000', '095735.745000', '095755.600000', '095755.603000', '095755.606000', '095755.609000', '095755.612000', '095755.615000', '095755.618000', '095755.621000', '095755.624000', '095755.626000', '095755.629000', '095755.639000', '095755.642000', '095755.645000', '095755.648000', '095755.651000', '095755.654000', '095755.657000', '095755.660000', '095755.663000', '095755.665000', '095755.668000', '095755.671000', '095755.674000', '095755.677000', '095755.680000', '095755.683000', '095755.686000', '095755.689000', '095755.692000', '095755.695000', '095755.698000', '095755.700000', '095755.703000', '095755.706000', '095755.709000', '095755.712000', '095755.715000', '095755.718000', '095755.721000', '095755.724000', '095755.726000', '095755.729000', '095755.732000', '095815.600000', '095815.603000', '095815.606000', '095815.609000', '095815.612000', '095815.615000', '095815.618000', '095815.621000', '095815.625000', '095815.628000', '095815.631000', '095815.634000', '095815.637000', '095815.640000', '095815.642000', '095815.645000', '095815.648000', '095815.651000', '095815.654000', '095815.657000', '095815.660000', '095815.663000', '095815.666000', '095815.669000', '095815.672000', '095815.674000', '095815.677000', '095815.680000', '095815.683000', '095815.686000', '095815.689000', '095815.692000', '095815.695000', '095815.698000', '095815.701000', '095815.704000', '095815.706000', '095815.709000', '095815.712000', '095815.715000', '095815.718000', '095815.721000', '095815.724000', '095835.600000', '095835.603000', '095835.606000', '095835.609000', '095835.612000', '095835.615000', '095835.618000', '095835.621000', '095835.624000', '095835.627000', '095835.629000', '095835.632000', '095835.635000', '095835.638000', '095835.641000', '095835.644000', '095835.647000', '095835.650000', '095835.653000', '095835.656000', '095835.659000', '095835.662000', '095835.664000', '095835.667000', '095835.670000', '095835.673000', '095835.676000', '095835.696000', '095835.699000', '095835.702000', '095835.705000', '095835.708000', '095835.710000', '095835.713000', '095835.716000', '095835.719000', '095835.722000', '095835.725000', '095835.728000', '095835.731000', '095835.734000', '095835.737000', '095835.740000', '095835.752000', '095855.600000', '095855.603000', '095855.606000', '095855.609000', '095855.612000', '095855.615000', '095855.618000', '095855.621000', '095855.624000', '095855.627000', '095855.629000', '095855.632000', '095855.635000', '095855.638000', '095855.641000', '095855.644000', '095855.647000', '095855.650000', '095855.653000', '095855.656000', '095855.659000', '095855.662000', '095855.665000', '095855.670000', '095855.673000', '095855.676000', '095855.679000', '095855.682000', '095855.684000', '095855.687000', '095855.690000', '095855.693000', '095855.696000', '095855.699000', '095855.702000', '095855.705000', '095855.708000', '095855.711000', '095855.714000', '095855.717000', '095855.720000', '095855.723000', '095855.725000', '095915.600000', '095915.603000', '095915.606000', '095915.609000', '095915.612000', '095915.615000', '095915.618000', '095915.621000', '095915.624000', '095915.626000', '095915.643000', '095915.646000', '095915.649000', '095915.652000', '095915.655000', '095915.658000', '095915.661000', '095915.664000', '095915.666000', '095915.669000', '095915.672000', '095915.675000', '095915.678000', '095915.681000', '095915.684000', '095915.687000', '095915.690000', '095915.693000', '095915.699000', '095915.702000', '095915.705000', '095915.708000', '095915.711000', '095915.714000', '095915.717000', '095915.720000', '095915.723000', '095915.725000', '095915.728000', '095915.731000', '095915.734000', '095915.737000', '095915.740000', '095915.743000', '095935.599000', '095935.602000', '095935.605000', '095935.608000', '095935.611000', '095935.614000', '095935.617000', '095935.620000', '095935.623000', '095935.626000', '095935.629000', '095935.632000', '095935.635000', '095935.638000', '095935.640000', '095935.643000', '095935.646000', '095935.649000', '095935.652000', '095935.655000', '095935.658000', '095935.661000', '095935.664000', '095935.667000', '095935.670000', '095935.673000', '095935.676000', '095935.680000', '095935.684000', '095935.687000', '095935.690000', '095935.693000', '095935.696000', '095935.698000', '095935.701000', '095935.704000', '095935.707000', '095935.710000', '095935.713000', '095935.716000', '095935.719000', '095935.722000', '095935.725000', '095942.162000', '095942.165000', '095942.168000', '095942.172000', '095942.175000', '095942.179000', '095942.182000', '095942.186000', '095942.190000', '095942.193000', '095942.197000', '095942.200000', '095942.203000', '095942.206000', '095942.209000'], 'InstanceCreationTime': ['095315.647000', '095315.651000', '095315.654000', '095315.657000', '095315.659000', '095315.662000', '095315.665000', '095315.668000', '095315.671000', '095315.674000', '095315.677000', '095315.680000', '095315.683000', '095315.686000', '095315.689000', '095315.691000', '095315.694000', '095315.697000', '095315.700000', '095315.710000', '095315.713000', '095315.716000', '095315.719000', '095315.722000', '095315.725000', '095315.727000', '095315.730000', '095315.733000', '095315.736000', '095315.739000', '095315.742000', '095335.600000', '095335.603000', '095335.606000', '095335.609000', '095335.612000', '095335.614000', '095335.617000', '095335.620000', '095335.623000', '095335.626000', '095335.629000', '095335.632000', '095335.635000', '095335.638000', '095335.640000', '095335.643000', '095335.646000', '095335.649000', '095335.652000', '095335.655000', '095335.659000', '095335.662000', '095335.665000', '095335.668000', '095335.670000', '095335.673000', '095335.676000', '095335.679000', '095335.682000', '095335.685000', '095335.688000', '095335.691000', '095335.693000', '095335.696000', '095335.699000', '095335.702000', '095335.705000', '095335.708000', '095335.711000', '095335.713000', '095335.716000', '095335.719000', '095335.722000', '095335.725000', '095355.600000', '095355.603000', '095355.606000', '095355.609000', '095355.612000', '095355.615000', '095355.617000', '095355.620000', '095355.623000', '095355.626000', '095355.629000', '095355.632000', '095355.635000', '095355.638000', '095355.640000', '095355.643000', '095355.646000', '095355.649000', '095355.652000', '095355.655000', '095355.658000', '095355.661000', '095355.664000', '095355.666000', '095355.669000', '095355.672000', '095355.676000', '095355.679000', '095355.682000', '095355.685000', '095355.688000', '095355.691000', '095355.694000', '095355.697000', '095355.699000', '095355.702000', '095355.705000', '095355.708000', '095355.711000', '095355.714000', '095355.717000', '095355.720000', '095355.722000', '095415.600000', '095415.603000', '095415.606000', '095415.609000', '095415.612000', '095415.615000', '095415.618000', '095415.621000', '095415.624000', '095415.626000', '095415.629000', '095415.632000', '095415.635000', '095415.638000', '095415.641000', '095415.644000', '095415.647000', '095415.650000', '095415.653000', '095415.655000', '095415.658000', '095415.661000', '095415.664000', '095415.667000', '095415.670000', '095415.673000', '095415.676000', '095415.679000', '095415.681000', '095415.684000', '095415.687000', '095415.690000', '095415.693000', '095415.696000', '095415.699000', '095415.702000', '095415.705000', '095415.708000', '095415.710000', '095415.713000', '095415.716000', '095415.719000', '095415.722000', '095415.725000', '095435.600000', '095435.603000', '095435.606000', '095435.609000', '095435.612000', '095435.615000', '095435.617000', '095435.620000', '095435.623000', '095435.626000', '095435.629000', '095435.632000', '095435.635000', '095435.638000', '095435.641000', '095435.644000', '095435.647000', '095435.650000', '095435.652000', '095435.655000', '095435.658000', '095435.671000', '095435.674000', '095435.677000', '095435.680000', '095435.683000', '095435.686000', '095435.689000', '095435.692000', '095435.695000', '095435.698000', '095435.700000', '095435.703000', '095435.706000', '095435.709000', '095435.712000', '095435.715000', '095435.718000', '095435.721000', '095435.724000', '095435.727000', '095435.729000', '095435.732000', '095455.599000', '095455.602000', '095455.605000', '095455.608000', '095455.611000', '095455.614000', '095455.617000', '095455.620000', '095455.622000', '095455.625000', '095455.628000', '095455.631000', '095455.634000', '095455.637000', '095455.640000', '095455.643000', '095455.646000', '095455.649000', '095455.652000', '095455.654000', '095455.657000', '095455.660000', '095455.663000', '095455.666000', '095455.669000', '095455.672000', '095455.675000', '095455.678000', '095455.681000', '095455.683000', '095455.686000', '095455.689000', '095455.692000', '095455.695000', '095455.698000', '095455.701000', '095455.704000', '095455.707000', '095455.710000', '095455.713000', '095455.715000', '095455.718000', '095455.721000', '095455.724000', '095515.600000', '095515.603000', '095515.606000', '095515.609000', '095515.612000', '095515.615000', '095515.618000', '095515.621000', '095515.624000', '095515.626000', '095515.629000', '095515.632000', '095515.635000', '095515.638000', '095515.641000', '095515.644000', '095515.647000', '095515.650000', '095515.653000', '095515.656000', '095515.658000', '095515.661000', '095515.664000', '095515.667000', '095515.670000', '095515.673000', '095515.676000', '095515.679000', '095515.682000', '095515.684000', '095515.687000', '095515.690000', '095515.693000', '095515.696000', '095515.699000', '095515.702000', '095515.705000', '095515.708000', '095515.711000', '095515.715000', '095515.718000', '095515.721000', '095515.724000', '095535.600000', '095535.603000', '095535.606000', '095535.609000', '095535.612000', '095535.615000', '095535.618000', '095535.621000', '095535.623000', '095535.626000', '095535.629000', '095535.632000', '095535.635000', '095535.638000', '095535.641000', '095535.644000', '095535.647000', '095535.650000', '095535.652000', '095535.655000', '095535.658000', '095535.661000', '095535.664000', '095535.667000', '095535.670000', '095535.673000', '095535.676000', '095535.679000', '095535.682000', '095535.685000', '095535.688000', '095535.690000', '095535.693000', '095535.696000', '095535.699000', '095535.702000', '095535.705000', '095535.708000', '095535.711000', '095535.714000', '095535.717000', '095535.720000', '095535.722000', '095535.725000', '095555.600000', '095555.603000', '095555.606000', '095555.609000', '095555.612000', '095555.615000', '095555.618000', '095555.621000', '095555.624000', '095555.626000', '095555.629000', '095555.632000', '095555.635000', '095555.638000', '095555.641000', '095555.644000', '095555.647000', '095555.650000', '095555.653000', '095555.656000', '095555.658000', '095555.661000', '095555.664000', '095555.667000', '095555.670000', '095555.673000', '095555.676000', '095555.679000', '095555.682000', '095555.685000', '095555.687000', '095555.690000', '095555.693000', '095555.696000', '095555.699000', '095555.702000', '095555.705000', '095555.708000', '095555.711000', '095555.714000', '095555.717000', '095555.720000', '095555.723000', '095615.600000', '095615.603000', '095615.606000', '095615.622000', '095615.625000', '095615.628000', '095615.631000', '095615.634000', '095615.637000', '095615.640000', '095615.643000', '095615.645000', '095615.648000', '095615.651000', '095615.654000', '095615.657000', '095615.660000', '095615.663000', '095615.666000', '095615.669000', '095615.672000', '095615.675000', '095615.677000', '095615.680000', '095615.683000', '095615.686000', '095615.689000', '095615.692000', '095615.695000', '095615.698000', '095615.701000', '095615.704000', '095615.707000', '095615.710000', '095615.712000', '095615.715000', '095615.718000', '095615.721000', '095615.724000', '095615.727000', '095615.730000', '095615.733000', '095615.736000', '095615.738000', '095635.600000', '095635.603000', '095635.606000', '095635.609000', '095635.612000', '095635.615000', '095635.618000', '095635.621000', '095635.623000', '095635.626000', '095635.629000', '095635.632000', '095635.635000', '095635.638000', '095635.641000', '095635.644000', '095635.647000', '095635.650000', '095635.652000', '095635.655000', '095635.658000', '095635.661000', '095635.664000', '095635.667000', '095635.670000', '095635.673000', '095635.676000', '095635.679000', '095635.682000', '095635.684000', '095635.687000', '095635.690000', '095635.693000', '095635.696000', '095635.699000', '095635.702000', '095635.705000', '095635.708000', '095635.711000', '095635.714000', '095635.717000', '095635.720000', '095635.722000', '095655.600000', '095655.603000', '095655.606000', '095655.609000', '095655.612000', '095655.615000', '095655.618000', '095655.621000', '095655.623000', '095655.626000', '095655.629000', '095655.632000', '095655.635000', '095655.638000', '095655.641000', '095655.644000', '095655.647000', '095655.650000', '095655.653000', '095655.656000', '095655.659000', '095655.662000', '095655.665000', '095655.668000', '095655.670000', '095655.673000', '095655.676000', '095655.679000', '095655.682000', '095655.685000', '095655.688000', '095655.691000', '095655.694000', '095655.697000', '095655.700000', '095655.703000', '095655.706000', '095655.708000', '095655.711000', '095655.714000', '095655.718000', '095655.721000', '095655.724000', '095715.599000', '095715.602000', '095715.605000', '095715.608000', '095715.611000', '095715.614000', '095715.617000', '095715.620000', '095715.623000', '095715.626000', '095715.629000', '095715.631000', '095715.634000', '095715.637000', '095715.640000', '095715.643000', '095715.646000', '095715.649000', '095715.652000', '095715.655000', '095715.658000', '095715.661000', '095715.664000', '095715.667000', '095715.670000', '095715.672000', '095715.675000', '095715.678000', '095715.681000', '095715.684000', '095715.687000', '095715.690000', '095715.693000', '095715.696000', '095715.699000', '095715.702000', '095715.705000', '095715.707000', '095715.710000', '095715.713000', '095715.716000', '095715.719000', '095715.722000', '095715.725000', '095735.600000', '095735.603000', '095735.606000', '095735.609000', '095735.612000', '095735.617000', '095735.621000', '095735.624000', '095735.627000', '095735.630000', '095735.632000', '095735.635000', '095735.638000', '095735.641000', '095735.644000', '095735.647000', '095735.650000', '095735.653000', '095735.656000', '095735.659000', '095735.662000', '095735.665000', '095735.667000', '095735.670000', '095735.673000', '095735.676000', '095735.679000', '095735.682000', '095735.685000', '095735.688000', '095735.691000', '095735.694000', '095735.704000', '095735.707000', '095735.710000', '095735.713000', '095735.716000', '095735.719000', '095735.722000', '095735.725000', '095735.728000', '095735.731000', '095735.745000', '095755.600000', '095755.603000', '095755.606000', '095755.609000', '095755.612000', '095755.615000', '095755.618000', '095755.621000', '095755.624000', '095755.626000', '095755.629000', '095755.639000', '095755.642000', '095755.645000', '095755.648000', '095755.651000', '095755.654000', '095755.657000', '095755.660000', '095755.663000', '095755.665000', '095755.668000', '095755.671000', '095755.674000', '095755.677000', '095755.680000', '095755.683000', '095755.686000', '095755.689000', '095755.692000', '095755.695000', '095755.698000', '095755.700000', '095755.703000', '095755.706000', '095755.709000', '095755.712000', '095755.715000', '095755.718000', '095755.721000', '095755.724000', '095755.726000', '095755.729000', '095755.732000', '095815.600000', '095815.603000', '095815.606000', '095815.609000', '095815.612000', '095815.615000', '095815.618000', '095815.621000', '095815.625000', '095815.628000', '095815.631000', '095815.634000', '095815.637000', '095815.640000', '095815.642000', '095815.645000', '095815.648000', '095815.651000', '095815.654000', '095815.657000', '095815.660000', '095815.663000', '095815.666000', '095815.669000', '095815.672000', '095815.674000', '095815.677000', '095815.680000', '095815.683000', '095815.686000', '095815.689000', '095815.692000', '095815.695000', '095815.698000', '095815.701000', '095815.704000', '095815.706000', '095815.709000', '095815.712000', '095815.715000', '095815.718000', '095815.721000', '095815.724000', '095835.600000', '095835.603000', '095835.606000', '095835.609000', '095835.612000', '095835.615000', '095835.618000', '095835.621000', '095835.624000', '095835.627000', '095835.629000', '095835.632000', '095835.635000', '095835.638000', '095835.641000', '095835.644000', '095835.647000', '095835.650000', '095835.653000', '095835.656000', '095835.659000', '095835.662000', '095835.664000', '095835.667000', '095835.670000', '095835.673000', '095835.676000', '095835.696000', '095835.699000', '095835.702000', '095835.705000', '095835.708000', '095835.710000', '095835.713000', '095835.716000', '095835.719000', '095835.722000', '095835.725000', '095835.728000', '095835.731000', '095835.734000', '095835.737000', '095835.740000', '095835.752000', '095855.600000', '095855.603000', '095855.606000', '095855.609000', '095855.612000', '095855.615000', '095855.618000', '095855.621000', '095855.624000', '095855.627000', '095855.629000', '095855.632000', '095855.635000', '095855.638000', '095855.641000', '095855.644000', '095855.647000', '095855.650000', '095855.653000', '095855.656000', '095855.659000', '095855.662000', '095855.665000', '095855.670000', '095855.673000', '095855.676000', '095855.679000', '095855.682000', '095855.684000', '095855.687000', '095855.690000', '095855.693000', '095855.696000', '095855.699000', '095855.702000', '095855.705000', '095855.708000', '095855.711000', '095855.714000', '095855.717000', '095855.720000', '095855.723000', '095855.725000', '095915.600000', '095915.603000', '095915.606000', '095915.609000', '095915.612000', '095915.615000', '095915.618000', '095915.621000', '095915.624000', '095915.626000', '095915.643000', '095915.646000', '095915.649000', '095915.652000', '095915.655000', '095915.658000', '095915.661000', '095915.664000', '095915.666000', '095915.669000', '095915.672000', '095915.675000', '095915.678000', '095915.681000', '095915.684000', '095915.687000', '095915.690000', '095915.693000', '095915.699000', '095915.702000', '095915.705000', '095915.708000', '095915.711000', '095915.714000', '095915.717000', '095915.720000', '095915.723000', '095915.725000', '095915.728000', '095915.731000', '095915.734000', '095915.737000', '095915.740000', '095915.743000', '095935.599000', '095935.602000', '095935.605000', '095935.608000', '095935.611000', '095935.614000', '095935.617000', '095935.620000', '095935.623000', '095935.626000', '095935.629000', '095935.632000', '095935.635000', '095935.638000', '095935.640000', '095935.643000', '095935.646000', '095935.649000', '095935.652000', '095935.655000', '095935.658000', '095935.661000', '095935.664000', '095935.667000', '095935.670000', '095935.673000', '095935.676000', '095935.680000', '095935.684000', '095935.687000', '095935.690000', '095935.693000', '095935.696000', '095935.698000', '095935.701000', '095935.704000', '095935.707000', '095935.710000', '095935.713000', '095935.716000', '095935.719000', '095935.722000', '095935.725000', '095942.162000', '095942.165000', '095942.168000', '095942.172000', '095942.175000', '095942.179000', '095942.182000', '095942.186000', '095942.190000', '095942.193000', '095942.197000', '095942.200000', '095942.203000', '095942.206000', '095942.209000'], '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': [12234, 14536, 7907, 12609, 7963, 9404, 13818, 7897, 12165, 7686, 9115, 13818, 7823, 11915, 8251, 9539, 13856, 7601, 12287, 8371, 8306, 13244, 9009, 11733, 10157, 8287, 12922, 8225, 12042, 10179, 8012, 12792, 7528, 11546, 10772, 8011, 12930, 8397, 10802, 13487, 7509, 12375, 8020, 11406, 9647, 7937, 13582, 8991, 12359, 10462, 8614, 13667, 7421, 11816, 6646, 8640, 12404, 8087, 12251, 7814, 11636, 6623, 9438, 11534, 8576, 14297, 9949, 14107, 9025, 11697, 7834, 12334, 8520, 11565, 8860, 11762, 9316, 12957, 8922, 11705, 9576, 8684, 13202, 8024, 9300, 13801, 7913, 12324, 7316, 8494, 13344, 7862, 11782, 6618, 9449, 6537, 8214, 12958, 7923, 12585, 7119, 11192, 9028, 8942, 13199, 9151, 11136, 12381, 8494, 12888, 9970, 9072, 13673, 8526, 10231, 14346, 8941, 12251, 7975, 8072, 13282, 7556, 11251, 9245, 8201, 13133, 8804, 9427, 13548, 9359, 9042, 7989, 8239, 10628, 7635, 11145, 7562, 10982, 8104, 8909, 11269, 8646, 13502, 8632, 13192, 10135, 10756, 7354, 9634, 6989, 9445, 11064, 8432, 8020, 9238, 6910, 11494, 8035, 12150, 7994, 11857, 14692, 8218, 9897, 7053, 8367, 12826, 7322, 11037, 6774, 8015, 12388, 7143, 10775, 7227, 8294, 12441, 7151, 11194, 7711, 7892, 12790, 6926, 10802, 6558, 8455, 10144, 8425, 9302, 8489, 7637, 11864, 9074, 11309, 8631, 10469, 15159, 9013, 10580, 14456, 8619, 11872, 10492, 8605, 13250, 10623, 8575, 13143, 8338, 11543, 8309, 9015, 13714, 9412, 11180, 8287, 8812, 11942, 8431, 9529, 8812, 9122, 12097, 8564, 10617, 7376, 9171, 12415, 8725, 10767, 7408, 9283, 12349, 8249, 10122, 11037, 8589, 11814, 8250, 9740, 6996, 8962, 12412, 8347, 10031, 13864, 8295, 11004, 6942, 8521, 12811, 7652, 10090, 6567, 8055, 12297, 7916, 11832, 7554, 11758, 9040, 9047, 13563, 10034, 8767, 14144, 7727, 8612, 13105, 11600, 8770, 6891, 7707, 6807, 10119, 6959, 12103, 7431, 12666, 7719, 9615, 16554, 12487, 14966, 12588, 9002, 14818, 10324, 13166, 10156, 10107, 14354, 9050, 11653, 14055, 8201, 11620, 11570, 8954, 13527, 7389, 12009, 14032, 9135, 13010, 7951, 12314, 10293, 9925, 12717, 8947, 12888, 9304, 12821, 9098, 13049, 15157, 9034, 11962, 7587, 9646, 14553, 7202, 12196, 14485, 8699, 12274, 7110, 7825, 14708, 7408, 11570, 14490, 8926, 12698, 10249, 7782, 14101, 9508, 9751, 14473, 9348, 9879, 14664, 8249, 9772, 11494, 7988, 10471, 7158, 7377, 6886, 7282, 7096, 10345, 9587, 8419, 12353, 7093, 8150, 12446, 8253, 12592, 7368, 8503, 12965, 8388, 11701, 8638, 10067, 13465, 9626, 13031, 10819, 11923, 10030, 8827, 7982, 8787, 12227, 9127, 12106, 9942, 8916, 12300, 8728, 10468, 6520, 8866, 12351, 8450, 11447, 7195, 8919, 12636, 8344, 11154, 6827, 8602, 12574, 8459, 11393, 7477, 8655, 12547, 8135, 11811, 6652, 8845, 13405, 7902, 11774, 7539, 8217, 13173, 7404, 11587, 9527, 7889, 12963, 6759, 10129, 13657, 7288, 11917, 8889, 7476, 12420, 6704, 10095, 13692, 7465, 10702, 6698, 7846, 12487, 7976, 12570, 7434, 8747, 7610, 8383, 6540, 8434, 8720, 8420, 13961, 8547, 13632, 8594, 11974, 8189, 10994, 7526, 11189, 6881, 9655, 6775, 10188, 7965, 12065, 7956, 11319, 13000, 10683, 8776, 6723, 8560, 13075, 7649, 10601, 6751, 8577, 12495, 7953, 12279, 7244, 8351, 13014, 8460, 12363, 7450, 8772, 13749, 8130, 11314, 8710, 8297, 12694, 7966, 8582, 12960, 9264, 10231, 9175, 7980, 12139, 7571, 7990, 12584, 7550, 10453, 7820, 8181, 13325, 8263, 11389, 8486, 11659, 9924, 9056, 12620, 9508, 8840, 12776, 8132, 8987, 13341, 8359, 8075, 8971, 10188, 6478, 7178, 6933, 7240, 7373, 10281, 8764, 8310, 11121, 7502, 8570, 6859, 8709, 12461, 8463, 11104, 7982, 8932, 13128, 10020, 11183, 11253, 9120, 13179, 10839, 9335, 13503, 9049, 9851, 6802, 9317, 12472, 9060, 9432, 9556, 9131, 10613, 8702, 9394, 6622, 9142, 12228, 8812, 9859, 9028, 8470, 11923, 7360, 8910, 6370, 8006, 12366, 7376, 10408, 6538, 7868, 12487, 7127, 10097, 6402, 8541, 6819, 7743, 6550, 7527, 7073, 11012, 7529, 10892, 7340, 9974, 8824, 9048, 6359, 11261, 10100, 8433, 11085, 7921, 11825, 7846, 12296, 7825, 10871, 7934, 7815, 12859, 7093, 10429, 6445, 7948, 6618, 7167, 12323, 6394, 7574, 10561, 7272, 11508, 6973, 7307, 10538, 7776, 12983, 7680, 11361, 6741, 8802, 11300, 8246, 12513, 7416, 8708, 8346, 8412, 11635, 8320, 12062, 8424, 11868, 12063, 12010, 11611, 8552, 12503, 10669, 9152, 13553, 7926, 8673, 6647, 7873, 9679, 7229, 9321, 7462, 6749, 7313, 6946, 7981, 11094, 7451, 11089, 7372, 9944, 12915, 8239, 11255, 7227, 9443, 11727, 9019, 12687, 10524, 9961, 13557, 10050, 11597, 8519, 9234, 11150, 9109, 11475, 9214, 9672, 7016, 9272, 12219, 9270, 11334, 8311, 9576, 7831, 8231, 12034, 9165, 11613, 9005, 11298, 9062, 11469, 8385, 11057, 10246, 8056, 11152, 7374, 10435, 7572, 7587, 7097, 10786, 7091, 7547, 11921, 6828, 8271, 9689, 7155, 8021, 6535, 7659, 6817, 7911, 8582, 8022, 11300, 8446, 11821, 8706, 12551, 9121, 14199, 10659, 13281, 9809, 9591, 11240, 8381, 10957, 7677, 9017, 6305, 8385, 6759, 8030, 8789, 7595, 10238, 7621, 11273, 6803, 9129, 6835, 8290, 6306, 7386, 12365, 7390, 10095, 6866, 9111, 6723, 10791, 6630, 7716, 12059, 8373, 7054, 11344, 6717, 8390, 9024, 7034, 10775, 6452, 7472, 12739, 6863, 9704, 6515, 7365, 8603, 6987, 11008, 8600, 10508, 7136, 8826, 7468, 11187, 7875, 11019, 7675, 9320, 10870, 8557, 11646, 7975, 9188, 8654, 8724, 12349, 8318, 10052, 9428, 8876, 13513, 10081, 10792, 8714, 9185, 11794, 9073, 10391, 8219, 9348, 10911, 9104, 10444, 8737, 9161, 7210, 8707, 6810, 8280, 7109, 8383, 8673, 11292, 7275, 9162, 12954, 7941, 8995, 10908, 8603, 10898, 6491, 7925, 6798, 7023, 10626, 6753, 9985, 6905, 8488, 6514, 10564, 6562, 7983, 6795, 7699, 12488, 7270, 8857, 13385, 7432, 11240, 6749, 8843, 12893, 7980, 11537, 11254, 9446, 13386, 10113, 9664, 10888], 'WindowCenter': [4209.0, 4199.0, 4146.0, 4185.0, 4128.0, 4138.0, 4166.0, 4127.0, 4171.0, 4115.0, 4138.0, 4166.0, 4116.0, 4171.0, 4128.0, 4138.0, 4168.0, 4117.0, 4156.0, 4127.0, 4128.0, 4167.0, 4128.0, 4157.0, 4136.0, 4130.0, 4167.0, 4128.0, 4158.0, 4135.0, 4128.0, 4168.0, 4117.0, 4158.0, 4145.0, 4141.0, 4170.0, 4128.0, 4161.0, 4167.0, 4128.0, 4171.0, 4129.0, 4171.0, 4138.0, 4128.0, 4168.0, 4140.0, 4171.0, 4148.0, 4126.0, 4169.0, 4118.0, 4157.0, 4136.0, 4128.0, 4144.0, 4104.0, 4130.0, 4091.0, 4146.0, 4093.0, 4126.0, 4132.0, 4115.0, 4169.0, 4123.0, 4141.0, 4111.0, 4144.0, 4113.0, 4154.0, 4124.0, 4144.0, 4137.0, 4158.0, 4138.0, 4155.0, 4123.0, 4144.0, 4123.0, 4112.0, 4144.0, 4101.0, 4121.0, 4151.0, 4112.0, 4153.0, 4101.0, 4123.0, 4152.0, 4126.0, 4156.0, 4117.0, 4150.0, 4107.0, 4142.0, 4185.0, 4144.0, 4186.0, 4132.0, 4175.0, 4152.0, 4153.0, 4187.0, 4153.0, 4161.0, 4169.0, 4139.0, 4172.0, 4149.0, 4127.0, 4168.0, 4123.0, 4151.0, 4181.0, 4127.0, 4157.0, 4114.0, 4115.0, 4170.0, 4116.0, 4146.0, 4125.0, 4114.0, 4156.0, 4124.0, 4138.0, 4156.0, 4137.0, 4144.0, 4118.0, 4117.0, 4135.0, 4094.0, 4123.0, 4079.0, 4124.0, 4092.0, 4114.0, 4134.0, 4103.0, 4130.0, 4113.0, 4155.0, 4122.0, 4134.0, 4102.0, 4136.0, 4104.0, 4137.0, 4144.0, 4126.0, 4126.0, 4150.0, 4131.0, 4171.0, 4130.0, 4158.0, 4128.0, 4172.0, 4184.0, 4127.0, 4135.0, 4102.0, 4115.0, 4157.0, 4118.0, 4147.0, 4105.0, 4116.0, 4155.0, 4118.0, 4158.0, 4115.0, 4126.0, 4167.0, 4130.0, 4160.0, 4128.0, 4129.0, 4168.0, 4118.0, 4149.0, 4108.0, 4142.0, 4149.0, 4129.0, 4151.0, 4141.0, 4118.0, 4161.0, 4126.0, 4148.0, 4127.0, 4135.0, 4165.0, 4110.0, 4121.0, 4149.0, 4099.0, 4130.0, 4119.0, 4112.0, 4152.0, 4129.0, 4109.0, 4125.0, 4083.0, 4112.0, 4081.0, 4095.0, 4148.0, 4109.0, 4117.0, 4082.0, 4105.0, 4111.0, 4078.0, 4088.0, 4077.0, 4089.0, 4110.0, 4080.0, 4101.0, 4070.0, 4103.0, 4123.0, 4093.0, 4114.0, 4072.0, 4104.0, 4124.0, 4081.0, 4114.0, 4116.0, 4106.0, 4126.0, 4095.0, 4106.0, 4084.0, 4106.0, 4137.0, 4097.0, 4131.0, 4151.0, 4110.0, 4130.0, 4088.0, 4122.0, 4154.0, 4113.0, 4146.0, 4102.0, 4114.0, 4155.0, 4140.0, 4171.0, 4130.0, 4173.0, 4138.0, 4151.0, 4184.0, 4148.0, 4127.0, 4178.0, 4133.0, 4129.0, 4158.0, 4122.0, 4099.0, 4077.0, 4101.0, 4093.0, 4136.0, 4094.0, 4158.0, 4107.0, 4158.0, 4105.0, 4141.0, 4173.0, 4149.0, 4181.0, 4160.0, 4127.0, 4166.0, 4139.0, 4170.0, 4137.0, 4135.0, 4167.0, 4112.0, 4130.0, 4141.0, 4102.0, 4145.0, 4143.0, 4109.0, 4140.0, 4089.0, 4141.0, 4165.0, 4123.0, 4153.0, 4114.0, 4146.0, 4148.0, 4137.0, 4157.0, 4152.0, 4181.0, 4151.0, 4169.0, 4139.0, 4171.0, 4168.0, 4138.0, 4159.0, 4116.0, 4136.0, 4166.0, 4103.0, 4157.0, 4181.0, 4127.0, 4158.0, 4104.0, 4117.0, 4178.0, 4117.0, 4161.0, 4184.0, 4139.0, 4171.0, 4149.0, 4129.0, 4181.0, 4138.0, 4151.0, 4180.0, 4137.0, 4137.0, 4168.0, 4115.0, 4153.0, 4165.0, 4105.0, 4136.0, 4093.0, 4103.0, 4092.0, 4101.0, 4092.0, 4146.0, 4133.0, 4124.0, 4157.0, 4104.0, 4114.0, 4142.0, 4141.0, 4169.0, 4126.0, 4136.0, 4164.0, 4122.0, 4142.0, 4108.0, 4120.0, 4151.0, 4120.0, 4141.0, 4118.0, 4142.0, 4117.0, 4095.0, 4082.0, 4092.0, 4112.0, 4092.0, 4113.0, 4101.0, 4104.0, 4126.0, 4093.0, 4101.0, 4058.0, 4090.0, 4110.0, 4094.0, 4124.0, 4071.0, 4104.0, 4124.0, 4094.0, 4126.0, 4086.0, 4108.0, 4136.0, 4107.0, 4138.0, 4098.0, 4122.0, 4166.0, 4125.0, 4155.0, 4102.0, 4134.0, 4164.0, 4127.0, 4168.0, 4125.0, 4127.0, 4164.0, 4113.0, 4157.0, 4147.0, 4126.0, 4166.0, 4104.0, 4146.0, 4165.0, 4115.0, 4171.0, 4136.0, 4114.0, 4154.0, 4103.0, 4147.0, 4177.0, 4131.0, 4179.0, 4123.0, 4129.0, 4170.0, 4128.0, 4171.0, 4130.0, 4139.0, 4128.0, 4127.0, 4106.0, 4127.0, 4126.0, 4128.0, 4164.0, 4121.0, 4151.0, 4124.0, 4143.0, 4124.0, 4147.0, 4115.0, 4156.0, 4103.0, 4132.0, 4102.0, 4147.0, 4125.0, 4155.0, 4124.0, 4145.0, 4166.0, 4133.0, 4123.0, 4088.0, 4109.0, 4150.0, 4113.0, 4143.0, 4101.0, 4123.0, 4154.0, 4142.0, 4168.0, 4114.0, 4126.0, 4167.0, 4153.0, 4180.0, 4116.0, 4137.0, 4165.0, 4126.0, 4157.0, 4124.0, 4123.0, 4154.0, 4111.0, 4137.0, 4155.0, 4122.0, 4131.0, 4118.0, 4098.0, 4140.0, 4100.0, 4112.0, 4152.0, 4110.0, 4132.0, 4100.0, 4110.0, 4152.0, 4122.0, 4142.0, 4123.0, 4157.0, 4133.0, 4122.0, 4142.0, 4119.0, 4109.0, 4152.0, 4110.0, 4108.0, 4167.0, 4139.0, 4113.0, 4097.0, 4102.0, 4060.0, 4083.0, 4084.0, 4084.0, 4094.0, 4141.0, 4118.0, 4122.0, 4144.0, 4099.0, 4104.0, 4101.0, 4122.0, 4153.0, 4123.0, 4142.0, 4120.0, 4117.0, 4137.0, 4116.0, 4125.0, 4114.0, 4103.0, 4123.0, 4111.0, 4090.0, 4119.0, 4088.0, 4087.0, 4054.0, 4086.0, 4108.0, 4088.0, 4089.0, 4087.0, 4088.0, 4098.0, 4088.0, 4100.0, 4069.0, 4101.0, 4122.0, 4102.0, 4114.0, 4102.0, 4094.0, 4125.0, 4083.0, 4104.0, 4073.0, 4106.0, 4136.0, 4096.0, 4128.0, 4087.0, 4121.0, 4151.0, 4100.0, 4144.0, 4105.0, 4165.0, 4131.0, 4126.0, 4088.0, 4112.0, 4100.0, 4157.0, 4126.0, 4145.0, 4114.0, 4133.0, 4136.0, 4135.0, 4078.0, 4144.0, 4130.0, 4110.0, 4139.0, 4108.0, 4139.0, 4108.0, 4140.0, 4109.0, 4139.0, 4106.0, 4096.0, 4136.0, 4096.0, 4127.0, 4088.0, 4107.0, 4085.0, 4097.0, 4147.0, 4091.0, 4124.0, 4140.0, 4112.0, 4154.0, 4101.0, 4126.0, 4156.0, 4130.0, 4154.0, 4127.0, 4169.0, 4116.0, 4138.0, 4156.0, 4125.0, 4167.0, 4129.0, 4138.0, 4126.0, 4126.0, 4156.0, 4125.0, 4167.0, 4138.0, 4157.0, 4155.0, 4143.0, 4129.0, 4108.0, 4141.0, 4130.0, 4107.0, 4137.0, 4098.0, 4138.0, 4074.0, 4071.0, 4087.0, 4067.0, 4075.0, 4082.0, 4073.0, 4081.0, 4081.0, 4095.0, 4123.0, 4095.0, 4110.0, 4095.0, 4131.0, 4138.0, 4110.0, 4140.0, 4097.0, 4116.0, 4125.0, 4104.0, 4125.0, 4113.0, 4116.0, 4123.0, 4101.0, 4098.0, 4076.0, 4076.0, 4094.0, 4075.0, 4095.0, 4073.0, 4074.0, 4053.0, 4085.0, 4105.0, 4086.0, 4096.0, 4092.0, 4102.0, 4079.0, 4079.0, 4121.0, 4102.0, 4122.0, 4104.0, 4124.0, 4105.0, 4124.0, 4107.0, 4139.0, 4128.0, 4108.0, 4126.0, 4085.0, 4127.0, 4098.0, 4095.0, 4097.0, 4139.0, 4085.0, 4098.0, 4139.0, 4087.0, 4156.0, 4134.0, 4089.0, 4088.0, 4054.0, 4073.0, 4062.0, 4085.0, 4095.0, 4073.0, 4103.0, 4086.0, 4114.0, 4096.0, 4111.0, 4104.0, 4132.0, 4102.0, 4122.0, 4102.0, 4090.0, 4099.0, 4079.0, 4111.0, 4081.0, 4090.0, 4059.0, 4091.0, 4071.0, 4095.0, 4106.0, 4095.0, 4115.0, 4111.0, 4144.0, 4103.0, 4133.0, 4103.0, 4123.0, 4090.0, 4114.0, 4155.0, 4115.0, 4145.0, 4102.0, 4134.0, 4104.0, 4144.0, 4102.0, 4114.0, 4143.0, 4109.0, 4101.0, 4143.0, 4088.0, 4109.0, 4107.0, 4087.0, 4129.0, 4091.0, 4100.0, 4148.0, 4088.0, 4118.0, 4092.0, 4102.0, 4084.0, 4063.0, 4078.0, 4069.0, 4103.0, 4076.0, 4093.0, 4086.0, 4117.0, 4087.0, 4121.0, 4087.0, 4105.0, 4129.0, 4108.0, 4127.0, 4095.0, 4105.0, 4104.0, 4104.0, 4124.0, 4093.0, 4103.0, 4091.0, 4091.0, 4121.0, 4087.0, 4097.0, 4063.0, 4074.0, 4092.0, 4073.0, 4083.0, 4061.0, 4073.0, 4081.0, 4072.0, 4084.0, 4076.0, 4088.0, 4080.0, 4092.0, 4069.0, 4091.0, 4082.0, 4093.0, 4104.0, 4124.0, 4082.0, 4105.0, 4125.0, 4081.0, 4092.0, 4111.0, 4091.0, 4112.0, 4091.0, 4125.0, 4075.0, 4072.0, 4112.0, 4072.0, 4102.0, 4073.0, 4105.0, 4087.0, 4125.0, 4096.0, 4118.0, 4113.0, 4113.0, 4170.0, 4101.0, 4121.0, 4161.0, 4099.0, 4141.0, 4100.0, 4135.0, 4163.0, 4109.0, 4140.0, 4126.0, 4116.0, 4137.0, 4114.0, 4104.0, 4113.0], 'WindowWidth': [9334.0, 9302.0, 9224.0, 9274.0, 9184.0, 9196.0, 9229.0, 9181.0, 9246.0, 9162.0, 9194.0, 9231.0, 9164.0, 9244.0, 9185.0, 9196.0, 9237.0, 9165.0, 9217.0, 9183.0, 9183.0, 9234.0, 9181.0, 9219.0, 9189.0, 9186.0, 9235.0, 9182.0, 9221.0, 9187.0, 9185.0, 9238.0, 9167.0, 9223.0, 9201.0, 9205.0, 9244.0, 9184.0, 9231.0, 9234.0, 9184.0, 9246.0, 9186.0, 9245.0, 9195.0, 9183.0, 9238.0, 9203.0, 9244.0, 9210.0, 9178.0, 9239.0, 9171.0, 9217.0, 9208.0, 9180.0, 9193.0, 9139.0, 9165.0, 9115.0, 9195.0, 9122.0, 9171.0, 9173.0, 9154.0, 9233.0, 9162.0, 9185.0, 9144.0, 9195.0, 9152.0, 9209.0, 9168.0, 9195.0, 9191.0, 9221.0, 9193.0, 9210.0, 9164.0, 9195.0, 9165.0, 9151.0, 9194.0, 9131.0, 9159.0, 9199.0, 9150.0, 9206.0, 9135.0, 9166.0, 9204.0, 9177.0, 9219.0, 9168.0, 9214.0, 9153.0, 9207.0, 9272.0, 9216.0, 9274.0, 9196.0, 9256.0, 9222.0, 9226.0, 9276.0, 9222.0, 9230.0, 9240.0, 9198.0, 9250.0, 9212.0, 9180.0, 9237.0, 9168.0, 9214.0, 9259.0, 9178.0, 9217.0, 9153.0, 9159.0, 9240.0, 9163.0, 9202.0, 9172.0, 9156.0, 9216.0, 9171.0, 9193.0, 9218.0, 9194.0, 9212.0, 9167.0, 9160.0, 9179.0, 9121.0, 9153.0, 9089.0, 9159.0, 9114.0, 9148.0, 9176.0, 9128.0, 9161.0, 9148.0, 9213.0, 9158.0, 9179.0, 9135.0, 9189.0, 9141.0, 9190.0, 9196.0, 9177.0, 9176.0, 9214.0, 9196.0, 9244.0, 9190.0, 9222.0, 9183.0, 9246.0, 9269.0, 9179.0, 9186.0, 9137.0, 9158.0, 9222.0, 9171.0, 9207.0, 9148.0, 9162.0, 9215.0, 9172.0, 9223.0, 9162.0, 9178.0, 9235.0, 9191.0, 9231.0, 9185.0, 9184.0, 9236.0, 9169.0, 9210.0, 9156.0, 9209.0, 9213.0, 9185.0, 9219.0, 9203.0, 9167.0, 9231.0, 9177.0, 9209.0, 9176.0, 9183.0, 9230.0, 9142.0, 9160.0, 9197.0, 9127.0, 9173.0, 9152.0, 9153.0, 9208.0, 9172.0, 9144.0, 9160.0, 9096.0, 9135.0, 9093.0, 9117.0, 9197.0, 9144.0, 9151.0, 9097.0, 9130.0, 9132.0, 9081.0, 9095.0, 9082.0, 9098.0, 9128.0, 9088.0, 9121.0, 9078.0, 9126.0, 9153.0, 9111.0, 9142.0, 9082.0, 9127.0, 9155.0, 9095.0, 9142.0, 9147.0, 9134.0, 9162.0, 9119.0, 9134.0, 9104.0, 9135.0, 9177.0, 9124.0, 9176.0, 9203.0, 9147.0, 9174.0, 9117.0, 9168.0, 9214.0, 9157.0, 9206.0, 9141.0, 9158.0, 9214.0, 9206.0, 9248.0, 9190.0, 9251.0, 9198.0, 9220.0, 9270.0, 9211.0, 9180.0, 9252.0, 9199.0, 9184.0, 9216.0, 9156.0, 9121.0, 9090.0, 9129.0, 9121.0, 9182.0, 9126.0, 9217.0, 9148.0, 9216.0, 9141.0, 9201.0, 9249.0, 9209.0, 9257.0, 9225.0, 9175.0, 9228.0, 9194.0, 9240.0, 9188.0, 9185.0, 9233.0, 9149.0, 9172.0, 9188.0, 9133.0, 9201.0, 9191.0, 9142.0, 9185.0, 9115.0, 9185.0, 9227.0, 9166.0, 9207.0, 9155.0, 9197.0, 9206.0, 9190.0, 9218.0, 9221.0, 9260.0, 9219.0, 9240.0, 9198.0, 9246.0, 9237.0, 9197.0, 9225.0, 9161.0, 9187.0, 9228.0, 9142.0, 9219.0, 9262.0, 9181.0, 9221.0, 9145.0, 9164.0, 9249.0, 9165.0, 9229.0, 9266.0, 9200.0, 9242.0, 9210.0, 9184.0, 9257.0, 9194.0, 9216.0, 9256.0, 9192.0, 9192.0, 9235.0, 9158.0, 9222.0, 9240.0, 9140.0, 9182.0, 9124.0, 9138.0, 9121.0, 9132.0, 9122.0, 9204.0, 9182.0, 9170.0, 9220.0, 9144.0, 9158.0, 9194.0, 9209.0, 9244.0, 9182.0, 9192.0, 9230.0, 9169.0, 9195.0, 9143.0, 9160.0, 9206.0, 9159.0, 9192.0, 9152.0, 9192.0, 9149.0, 9118.0, 9097.0, 9109.0, 9138.0, 9108.0, 9138.0, 9119.0, 9130.0, 9164.0, 9114.0, 9119.0, 9057.0, 9104.0, 9130.0, 9117.0, 9155.0, 9083.0, 9129.0, 9156.0, 9116.0, 9160.0, 9112.0, 9140.0, 9176.0, 9139.0, 9181.0, 9130.0, 9169.0, 9236.0, 9179.0, 9216.0, 9142.0, 9188.0, 9229.0, 9185.0, 9240.0, 9177.0, 9181.0, 9227.0, 9158.0, 9223.0, 9211.0, 9178.0, 9234.0, 9148.0, 9206.0, 9230.0, 9163.0, 9248.0, 9193.0, 9162.0, 9214.0, 9146.0, 9208.0, 9252.0, 9197.0, 9270.0, 9185.0, 9187.0, 9244.0, 9184.0, 9244.0, 9188.0, 9199.0, 9183.0, 9180.0, 9149.0, 9179.0, 9174.0, 9182.0, 9222.0, 9164.0, 9208.0, 9172.0, 9197.0, 9173.0, 9208.0, 9163.0, 9218.0, 9144.0, 9182.0, 9142.0, 9210.0, 9177.0, 9216.0, 9173.0, 9202.0, 9237.0, 9182.0, 9169.0, 9115.0, 9146.0, 9203.0, 9156.0, 9198.0, 9140.0, 9173.0, 9214.0, 9211.0, 9240.0, 9161.0, 9180.0, 9235.0, 9227.0, 9259.0, 9168.0, 9195.0, 9231.0, 9179.0, 9223.0, 9171.0, 9171.0, 9212.0, 9152.0, 9197.0, 9218.0, 9168.0, 9178.0, 9155.0, 9129.0, 9189.0, 9134.0, 9154.0, 9207.0, 9149.0, 9178.0, 9133.0, 9146.0, 9208.0, 9167.0, 9194.0, 9169.0, 9221.0, 9183.0, 9166.0, 9195.0, 9157.0, 9144.0, 9209.0, 9148.0, 9142.0, 9238.0, 9204.0, 9157.0, 9120.0, 9118.0, 9065.0, 9101.0, 9103.0, 9104.0, 9121.0, 9196.0, 9157.0, 9170.0, 9202.0, 9135.0, 9135.0, 9142.0, 9169.0, 9212.0, 9172.0, 9198.0, 9166.0, 9157.0, 9183.0, 9150.0, 9163.0, 9143.0, 9128.0, 9159.0, 9135.0, 9106.0, 9145.0, 9098.0, 9096.0, 9049.0, 9094.0, 9128.0, 9101.0, 9105.0, 9097.0, 9100.0, 9114.0, 9102.0, 9120.0, 9079.0, 9124.0, 9154.0, 9127.0, 9144.0, 9126.0, 9117.0, 9162.0, 9104.0, 9133.0, 9088.0, 9139.0, 9178.0, 9124.0, 9171.0, 9117.0, 9168.0, 9208.0, 9137.0, 9201.0, 9154.0, 9249.0, 9196.0, 9181.0, 9121.0, 9153.0, 9140.0, 9222.0, 9180.0, 9203.0, 9160.0, 9184.0, 9192.0, 9189.0, 9100.0, 9200.0, 9173.0, 9146.0, 9186.0, 9144.0, 9186.0, 9143.0, 9189.0, 9150.0, 9188.0, 9138.0, 9125.0, 9179.0, 9125.0, 9169.0, 9120.0, 9143.0, 9111.0, 9129.0, 9198.0, 9128.0, 9178.0, 9191.0, 9158.0, 9219.0, 9141.0, 9183.0, 9222.0, 9190.0, 9213.0, 9183.0, 9240.0, 9169.0, 9198.0, 9218.0, 9176.0, 9236.0, 9189.0, 9197.0, 9178.0, 9180.0, 9222.0, 9176.0, 9236.0, 9199.0, 9225.0, 9215.0, 9197.0, 9171.0, 9140.0, 9193.0, 9173.0, 9138.0, 9180.0, 9129.0, 9200.0, 9087.0, 9076.0, 9091.0, 9066.0, 9076.0, 9097.0, 9087.0, 9096.0, 9096.0, 9121.0, 9157.0, 9121.0, 9134.0, 9123.0, 9179.0, 9185.0, 9148.0, 9191.0, 9127.0, 9151.0, 9162.0, 9132.0, 9162.0, 9141.0, 9152.0, 9156.0, 9120.0, 9113.0, 9077.0, 9079.0, 9101.0, 9074.0, 9103.0, 9071.0, 9074.0, 9043.0, 9090.0, 9117.0, 9091.0, 9106.0, 9112.0, 9127.0, 9087.0, 9086.0, 9147.0, 9124.0, 9150.0, 9130.0, 9159.0, 9135.0, 9157.0, 9139.0, 9187.0, 9170.0, 9142.0, 9164.0, 9107.0, 9167.0, 9130.0, 9123.0, 9127.0, 9187.0, 9109.0, 9130.0, 9188.0, 9113.0, 9238.0, 9184.0, 9114.0, 9104.0, 9053.0, 9080.0, 9064.0, 9100.0, 9113.0, 9079.0, 9121.0, 9103.0, 9137.0, 9115.0, 9133.0, 9131.0, 9166.0, 9122.0, 9149.0, 9119.0, 9103.0, 9114.0, 9085.0, 9133.0, 9093.0, 9103.0, 9063.0, 9109.0, 9083.0, 9123.0, 9139.0, 9119.0, 9148.0, 9152.0, 9199.0, 9146.0, 9187.0, 9147.0, 9170.0, 9122.0, 9159.0, 9217.0, 9164.0, 9203.0, 9144.0, 9188.0, 9150.0, 9202.0, 9141.0, 9157.0, 9196.0, 9141.0, 9137.0, 9197.0, 9117.0, 9143.0, 9138.0, 9112.0, 9173.0, 9127.0, 9136.0, 9198.0, 9115.0, 9157.0, 9128.0, 9139.0, 9096.0, 9064.0, 9074.0, 9067.0, 9121.0, 9090.0, 9109.0, 9104.0, 9145.0, 9105.0, 9159.0, 9110.0, 9136.0, 9175.0, 9143.0, 9169.0, 9123.0, 9135.0, 9132.0, 9130.0, 9158.0, 9113.0, 9128.0, 9107.0, 9106.0, 9149.0, 9098.0, 9111.0, 9057.0, 9072.0, 9096.0, 9070.0, 9083.0, 9052.0, 9070.0, 9081.0, 9069.0, 9089.0, 9081.0, 9100.0, 9092.0, 9109.0, 9077.0, 9108.0, 9098.0, 9114.0, 9130.0, 9157.0, 9098.0, 9133.0, 9161.0, 9094.0, 9109.0, 9132.0, 9108.0, 9136.0, 9127.0, 9180.0, 9096.0, 9082.0, 9135.0, 9084.0, 9124.0, 9088.0, 9132.0, 9116.0, 9163.0, 9127.0, 9166.0, 9160.0, 9160.0, 9248.0, 9139.0, 9166.0, 9220.0, 9133.0, 9191.0, 9136.0, 9192.0, 9228.0, 9147.0, 9190.0, 9164.0, 9151.0, 9182.0, 9144.0, 9131.0, 9141.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.006990138089758342</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.08900663176064441</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.54292572032258</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1482445724193544</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.035495004435484</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.531</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3299.0828</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.23736629800353842</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>283</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>32.56616800920598</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.973794380711063</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.80455275131607</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.182911924113466</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9339184667036537</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0131601</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0017623761668801308</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03959640488028526</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.0512644153501345</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>12.6625</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.6056</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.7059</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287875.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1132.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>419.2342</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4634</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>471.1381</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3229.2827</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3422.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88669.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1175.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4193.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.6698</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>21.945002723834477</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> |