=== 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-0011 --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-0011",
"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-0011_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0011_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0011_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-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0011/ses-03/func/sub-0011_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>cd3fef10f3e8f9881cba9c3b2d890189</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>15:43:28.282500</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.997216, -0.00529037, 0.0743751, 0.0116617, 0.99627, -0.085494]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0757198</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4167, -7742, -7242, 569, -33, -138, 8, 73]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>216.956</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>27090316-9279-44ec-aef8-903d077ee10b||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.6754584312438965, 0.03128756210207939, 0.19884254038333893, 106.42980194091797], [0.01419367827475071, 2.6729207038879395, -0.23253318667411804, -79.37171173095703], [0.19954286515712738, 0.22937428951263428, 2.6826088428497314, -74.253173828125], [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': ['154328.282500', '154328.742500', '154329.202500', '154329.662500', '154330.122500', '154330.582500', '154331.042500', '154331.502500', '154331.962500', '154332.422500', '154332.882500', '154333.342500', '154333.802500', '154334.262500', '154334.722500', '154335.182500', '154335.642500', '154336.102500', '154336.562500', '154337.022500', '154337.482500', '154337.942500', '154338.402500', '154338.862500', '154339.322500', '154339.782500', '154340.242500', '154340.702500', '154341.162500', '154341.622500', '154342.082500', '154342.542500', '154343.002500', '154343.462500', '154343.922500', '154344.382500', '154344.842500', '154345.302500', '154345.762500', '154346.222500', '154346.682500', '154347.142500', '154347.602500', '154348.062500', '154348.522500', '154348.982500', '154349.442500', '154349.902500', '154350.362500', '154350.822500', '154351.282500', '154351.742500', '154352.202500', '154352.662500', '154353.122500', '154353.582500', '154354.042500', '154354.502500', '154354.962500', '154355.422500', '154355.882500', '154356.342500', '154356.802500', '154357.262500', '154357.722500', '154358.182500', '154358.642500', '154359.102500', '154359.562500', '154400.022500', '154400.482500', '154400.942500', '154401.402500', '154401.862500', '154402.322500', '154402.782500', '154403.242500', '154403.702500', '154404.162500', '154404.622500', '154405.082500', '154405.542500', '154406.002500', '154406.462500', '154406.922500', '154407.382500', '154407.842500', '154408.302500', '154408.762500', '154409.222500', '154409.682500', '154410.142500', '154410.602500', '154411.062500', '154411.522500', '154411.982500', '154412.442500', '154412.902500', '154413.362500', '154413.822500', '154414.282500', '154414.742500', '154415.202500', '154415.662500', '154416.122500', '154416.582500', '154417.042500', '154417.502500', '154417.962500', '154418.422500', '154418.882500', '154419.342500', '154419.802500', '154420.262500', '154420.722500', '154421.182500', '154421.642500', '154422.102500', '154422.562500', '154423.022500', '154423.482500', '154423.942500', '154424.402500', '154424.862500', '154425.322500', '154425.782500', '154426.242500', '154426.702500', '154427.162500', '154427.622500', '154428.082500', '154428.542500', '154429.002500', '154429.462500', '154429.922500', '154430.382500', '154430.842500', '154431.302500', '154431.762500', '154432.222500', '154432.682500', '154433.142500', '154433.602500', '154434.062500', '154434.522500', '154434.982500', '154435.442500', '154435.902500', '154436.362500', '154436.822500', '154437.282500', '154437.742500', '154438.202500', '154438.662500', '154439.122500', '154439.582500', '154440.042500', '154440.502500', '154440.962500', '154441.422500', '154441.882500', '154442.342500', '154442.802500', '154443.262500', '154443.722500', '154444.182500', '154444.642500', '154445.102500', '154445.562500', '154446.022500', '154446.482500', '154446.942500', '154447.402500', '154447.862500', '154448.322500', '154448.782500', '154449.242500', '154449.702500', '154450.162500', '154450.622500', '154451.082500', '154451.542500', '154452.002500', '154452.462500', '154452.922500', '154453.382500', '154453.842500', '154454.302500', '154454.762500', '154455.222500', '154455.682500', '154456.142500', '154456.602500', '154457.062500', '154457.522500', '154457.982500', '154458.442500', '154458.902500', '154459.362500', '154459.822500', '154500.282500', '154500.742500', '154501.202500', '154501.662500', '154502.122500', '154502.582500', '154503.042500', '154503.502500', '154503.962500', '154504.422500', '154504.882500', '154505.342500', '154505.802500', '154506.262500', '154506.722500', '154507.182500', '154507.642500', '154508.102500', '154508.562500', '154509.022500', '154509.482500', '154509.942500', '154510.402500', '154510.862500', '154511.322500', '154511.782500', '154512.242500', '154512.702500', '154513.162500', '154513.622500', '154514.082500', '154514.542500', '154515.002500', '154515.462500', '154515.922500', '154516.382500', '154516.842500', '154517.302500', '154517.762500', '154518.222500', '154518.682500', '154519.142500', '154519.602500', '154520.062500', '154520.522500', '154520.982500', '154521.442500', '154521.902500', '154522.362500', '154522.822500', '154523.282500', '154523.742500', '154524.202500', '154524.662500', '154525.122500', '154525.582500', '154526.042500', '154526.502500', '154526.962500', '154527.422500', '154527.882500', '154528.342500', '154528.802500', '154529.262500', '154529.722500', '154530.182500', '154530.642500', '154531.102500', '154531.562500', '154532.022500', '154532.482500', '154532.942500', '154533.402500', '154533.862500', '154534.322500', '154534.782500', '154535.242500', '154535.702500', '154536.162500', '154536.622500', '154537.082500', '154537.542500', '154538.002500', '154538.462500', '154538.922500', '154539.382500', '154539.842500', '154540.302500', '154540.762500', '154541.222500', '154541.682500', '154542.142500', '154542.602500', '154543.062500', '154543.522500', '154543.982500', '154544.442500', '154544.902500', '154545.362500', '154545.822500', '154546.282500', '154546.742500', '154547.202500', '154547.662500', '154548.122500', '154548.582500', '154549.042500', '154549.502500', '154549.962500', '154550.422500', '154550.882500', '154551.342500', '154551.802500', '154552.262500', '154552.722500', '154553.182500', '154553.642500', '154554.102500', '154554.562500', '154555.022500', '154555.482500', '154555.942500', '154556.402500', '154556.862500', '154557.322500', '154557.782500', '154558.242500', '154558.702500', '154559.162500', '154559.622500', '154600.082500', '154600.542500', '154601.002500', '154601.462500', '154601.922500', '154602.382500', '154602.842500', '154603.302500', '154603.762500', '154604.222500', '154604.682500', '154605.142500', '154605.602500', '154606.062500', '154606.522500', '154606.982500', '154607.442500', '154607.902500', '154608.362500', '154608.822500', '154609.282500', '154609.742500', '154610.202500', '154610.662500', '154611.122500', '154611.582500', '154612.042500', '154612.502500', '154612.962500', '154613.422500', '154613.882500', '154614.342500', '154614.802500', '154615.262500', '154615.722500', '154616.182500', '154616.642500', '154617.102500', '154617.562500', '154618.022500', '154618.482500', '154618.942500', '154619.402500', '154619.862500', '154620.322500', '154620.782500', '154621.242500', '154621.702500', '154622.162500', '154622.622500', '154623.082500', '154623.542500', '154624.002500', '154624.462500', '154624.922500', '154625.382500', '154625.842500', '154626.302500', '154626.762500', '154627.222500', '154627.682500', '154628.142500', '154628.602500', '154629.062500', '154629.522500', '154629.982500', '154630.442500', '154630.902500', '154631.362500', '154631.822500', '154632.282500', '154632.742500', '154633.202500', '154633.662500', '154634.122500', '154634.582500', '154635.042500', '154635.502500', '154635.962500', '154636.422500', '154636.882500', '154637.342500', '154637.802500', '154638.262500', '154638.722500', '154639.182500', '154639.642500', '154640.102500', '154640.562500', '154641.022500', '154641.482500', '154641.942500', '154642.402500', '154642.862500', '154643.322500', '154643.782500', '154644.242500', '154644.702500', '154645.162500', '154645.622500', '154646.082500', '154646.542500', '154647.002500', '154647.462500', '154647.922500', '154648.382500', '154648.842500', '154649.302500', '154649.762500', '154650.222500', '154650.682500', '154651.142500', '154651.602500', '154652.062500', '154652.522500', '154652.982500', '154653.442500', '154653.902500', '154654.362500', '154654.822500', '154655.282500', '154655.742500', '154656.202500', '154656.662500', '154657.122500', '154657.582500', '154658.042500', '154658.502500', '154658.962500', '154659.422500', '154659.882500', '154700.342500', '154700.802500', '154701.262500', '154701.722500', '154702.182500', '154702.642500', '154703.102500', '154703.562500', '154704.022500', '154704.482500', '154704.942500', '154705.402500', '154705.862500', '154706.322500', '154706.782500', '154707.242500', '154707.702500', '154708.162500', '154708.622500', '154709.082500', '154709.542500', '154710.002500', '154710.462500', '154710.922500', '154711.382500', '154711.842500', '154712.302500', '154712.762500', '154713.222500', '154713.682500', '154714.142500', '154714.602500', '154715.062500', '154715.522500', '154715.982500', '154716.442500', '154716.902500', '154717.362500', '154717.822500', '154718.282500', '154718.742500', '154719.202500', '154719.662500', '154720.122500', '154720.582500', '154721.042500', '154721.502500', '154721.962500', '154722.422500', '154722.882500', '154723.342500', '154723.802500', '154724.262500', '154724.722500', '154725.182500', '154725.642500', '154726.102500', '154726.562500', '154727.022500', '154727.482500', '154727.942500', '154728.402500', '154728.862500', '154729.322500', '154729.782500', '154730.242500', '154730.702500', '154731.162500', '154731.622500', '154732.082500', '154732.542500', '154733.002500', '154733.462500', '154733.922500', '154734.382500', '154734.842500', '154735.302500', '154735.762500', '154736.222500', '154736.682500', '154737.142500', '154737.602500', '154738.062500', '154738.522500', '154738.982500', '154739.442500', '154739.902500', '154740.362500', '154740.822500', '154741.282500', '154741.742500', '154742.202500', '154742.662500', '154743.122500', '154743.582500', '154744.042500', '154744.502500', '154744.962500', '154745.422500', '154745.882500', '154746.342500', '154746.802500', '154747.262500', '154747.722500', '154748.182500', '154748.642500', '154749.102500', '154749.562500', '154750.022500', '154750.482500', '154750.942500', '154751.402500', '154751.862500', '154752.322500', '154752.782500', '154753.242500', '154753.702500', '154754.162500', '154754.622500', '154755.082500', '154755.542500', '154756.002500', '154756.462500', '154756.922500', '154757.382500', '154757.842500', '154758.302500', '154758.762500', '154759.222500', '154759.682500', '154800.142500', '154800.602500', '154801.062500', '154801.522500', '154801.982500', '154802.442500', '154802.902500', '154803.362500', '154803.822500', '154804.282500', '154804.742500', '154805.202500', '154805.662500', '154806.122500', '154806.582500', '154807.042500', '154807.502500', '154807.962500', '154808.422500', '154808.882500', '154809.342500', '154809.802500', '154810.262500', '154810.722500', '154811.182500', '154811.642500', '154812.102500', '154812.562500', '154813.022500', '154813.482500', '154813.942500', '154814.402500', '154814.862500', '154815.322500', '154815.782500', '154816.242500', '154816.702500', '154817.162500', '154817.622500', '154818.082500', '154818.542500', '154819.002500', '154819.462500', '154819.922500', '154820.382500', '154820.842500', '154821.302500', '154821.762500', '154822.222500', '154822.682500', '154823.142500', '154823.602500', '154824.062500', '154824.522500', '154824.982500', '154825.442500', '154825.902500', '154826.362500', '154826.822500', '154827.282500', '154827.742500', '154828.202500', '154828.662500', '154829.122500', '154829.582500', '154830.042500', '154830.502500', '154830.962500', '154831.422500', '154831.882500', '154832.342500', '154832.802500', '154833.262500', '154833.722500', '154834.182500', '154834.642500', '154835.102500', '154835.562500', '154836.022500', '154836.482500', '154836.942500', '154837.402500', '154837.862500', '154838.322500', '154838.782500', '154839.242500', '154839.702500', '154840.162500', '154840.622500', '154841.082500', '154841.542500', '154842.002500', '154842.462500', '154842.922500', '154843.382500', '154843.842500', '154844.302500', '154844.762500', '154845.222500', '154845.682500', '154846.142500', '154846.602500', '154847.062500', '154847.522500', '154847.982500', '154848.442500', '154848.902500', '154849.362500', '154849.822500', '154850.282500', '154850.742500', '154851.202500', '154851.662500', '154852.122500', '154852.582500', '154853.042500', '154853.502500', '154853.962500', '154854.422500', '154854.882500', '154855.342500', '154855.802500', '154856.262500', '154856.722500', '154857.182500', '154857.642500', '154858.102500', '154858.562500', '154859.022500', '154859.482500', '154859.942500', '154900.402500', '154900.862500', '154901.322500', '154901.782500', '154902.242500', '154902.702500', '154903.162500', '154903.622500', '154904.082500', '154904.542500', '154905.002500', '154905.462500', '154905.922500', '154906.382500', '154906.842500', '154907.302500', '154907.762500', '154908.222500', '154908.682500', '154909.142500', '154909.602500', '154910.062500', '154910.522500', '154910.982500', '154911.442500', '154911.902500', '154912.362500', '154912.822500', '154913.282500', '154913.742500', '154914.202500', '154914.662500', '154915.122500', '154915.582500', '154916.042500', '154916.502500', '154916.962500', '154917.422500', '154917.882500', '154918.342500', '154918.802500', '154919.262500', '154919.722500', '154920.182500', '154920.642500', '154921.102500', '154921.562500', '154922.022500', '154922.482500', '154922.942500', '154923.402500', '154923.862500', '154924.322500', '154924.782500', '154925.242500', '154925.702500', '154926.162500', '154926.622500', '154927.082500', '154927.542500', '154928.002500', '154928.462500', '154928.922500', '154929.382500', '154929.842500', '154930.302500', '154930.762500', '154931.222500', '154931.682500', '154932.142500', '154932.602500', '154933.062500', '154933.522500', '154933.982500', '154934.442500', '154934.902500', '154935.362500', '154935.822500', '154936.282500', '154936.742500', '154937.202500', '154937.662500', '154938.122500', '154938.582500', '154939.042500', '154939.502500', '154939.962500', '154940.422500', '154940.882500', '154941.342500', '154941.802500', '154942.262500', '154942.722500', '154943.182500', '154943.642500', '154944.102500', '154944.562500', '154945.022500', '154945.482500', '154945.942500', '154946.402500', '154946.862500', '154947.322500', '154947.782500', '154948.242500', '154948.702500', '154949.162500', '154949.622500', '154950.082500', '154950.542500', '154951.002500', '154951.462500', '154951.922500', '154952.382500', '154952.842500', '154953.302500', '154953.762500', '154954.222500', '154954.682500', '154955.142500', '154955.602500', '154956.062500', '154956.522500', '154956.982500', '154957.442500', '154957.902500', '154958.362500', '154958.822500', '154959.282500', '154959.742500', '155000.202500', '155000.662500', '155001.122500', '155001.582500', '155002.042500', '155002.502500', '155002.962500', '155003.422500', '155003.882500', '155004.342500', '155004.802500', '155005.262500', '155005.722500', '155006.182500', '155006.642500', '155007.102500', '155007.562500', '155008.022500', '155008.482500', '155008.942500'], 'ContentTime': ['154343.527000', '154343.530000', '154343.543000', '154343.546000', '154343.549000', '154343.552000', '154343.555000', '154343.558000', '154343.561000', '154343.564000', '154343.567000', '154343.570000', '154343.573000', '154343.576000', '154343.579000', '154343.582000', '154343.585000', '154343.588000', '154343.600000', '154343.603000', '154343.606000', '154343.609000', '154343.612000', '154343.615000', '154343.618000', '154343.621000', '154343.624000', '154343.627000', '154343.630000', '154343.633000', '154343.636000', '154403.491000', '154403.494000', '154403.497000', '154403.499000', '154403.502000', '154403.505000', '154403.508000', '154403.511000', '154403.514000', '154403.517000', '154403.519000', '154403.522000', '154403.525000', '154403.528000', '154403.531000', '154403.534000', '154403.537000', '154403.539000', '154403.542000', '154403.545000', '154403.548000', '154403.551000', '154403.554000', '154403.556000', '154403.570000', '154403.573000', '154403.576000', '154403.579000', '154403.582000', '154403.585000', '154403.587000', '154403.590000', '154403.593000', '154403.596000', '154403.599000', '154403.602000', '154403.604000', '154403.607000', '154403.613000', '154403.615000', '154403.618000', '154403.621000', '154403.624000', '154403.627000', '154423.491000', '154423.494000', '154423.497000', '154423.500000', '154423.502000', '154423.505000', '154423.508000', '154423.511000', '154423.514000', '154423.517000', '154423.520000', '154423.523000', '154423.526000', '154423.528000', '154423.531000', '154423.534000', '154423.537000', '154423.540000', '154423.543000', '154423.545000', '154423.548000', '154423.551000', '154423.554000', '154423.557000', '154423.560000', '154423.563000', '154423.566000', '154423.568000', '154423.571000', '154423.574000', '154423.577000', '154423.580000', '154423.583000', '154423.586000', '154423.589000', '154423.592000', '154423.595000', '154423.598000', '154423.600000', '154423.603000', '154423.606000', '154423.609000', '154423.612000', '154443.491000', '154443.494000', '154443.497000', '154443.499000', '154443.502000', '154443.505000', '154443.508000', '154443.511000', '154443.514000', '154443.517000', '154443.520000', '154443.522000', '154443.525000', '154443.528000', '154443.531000', '154443.534000', '154443.537000', '154443.540000', '154443.543000', '154443.545000', '154443.548000', '154443.551000', '154443.554000', '154443.557000', '154443.560000', '154443.563000', '154443.566000', '154443.569000', '154443.571000', '154443.574000', '154443.577000', '154443.580000', '154443.583000', '154443.586000', '154443.589000', '154443.592000', '154443.594000', '154443.597000', '154443.600000', '154443.603000', '154443.606000', '154443.609000', '154443.612000', '154443.614000', '154503.491000', '154503.494000', '154503.497000', '154503.500000', '154503.503000', '154503.505000', '154503.508000', '154503.511000', '154503.514000', '154503.517000', '154503.520000', '154503.523000', '154503.526000', '154503.528000', '154503.531000', '154503.534000', '154503.537000', '154503.540000', '154503.543000', '154503.546000', '154503.549000', '154503.552000', '154503.554000', '154503.557000', '154503.560000', '154503.563000', '154503.566000', '154503.569000', '154503.572000', '154503.575000', '154503.578000', '154503.581000', '154503.583000', '154503.586000', '154503.589000', '154503.592000', '154503.595000', '154503.598000', '154503.601000', '154503.604000', '154503.607000', '154503.609000', '154503.612000', '154523.493000', '154523.497000', '154523.500000', '154523.503000', '154523.506000', '154523.508000', '154523.511000', '154523.514000', '154523.517000', '154523.520000', '154523.523000', '154523.526000', '154523.529000', '154523.531000', '154523.534000', '154523.537000', '154523.540000', '154523.543000', '154523.546000', '154523.549000', '154523.551000', '154523.554000', '154523.557000', '154523.560000', '154523.563000', '154523.566000', '154523.569000', '154523.571000', '154523.574000', '154523.577000', '154523.580000', '154523.583000', '154523.586000', '154523.589000', '154523.592000', '154523.594000', '154523.597000', '154523.600000', '154523.603000', '154523.606000', '154523.609000', '154523.612000', '154523.615000', '154543.491000', '154543.494000', '154543.497000', '154543.500000', '154543.502000', '154543.505000', '154543.525000', '154543.528000', '154543.531000', '154543.534000', '154543.537000', '154543.540000', '154543.543000', '154543.546000', '154543.548000', '154543.551000', '154543.554000', '154543.557000', '154543.560000', '154543.563000', '154543.566000', '154543.569000', '154543.571000', '154543.574000', '154543.577000', '154543.580000', '154543.583000', '154543.586000', '154543.589000', '154543.592000', '154543.594000', '154543.597000', '154543.600000', '154543.603000', '154543.606000', '154543.609000', '154543.612000', '154543.614000', '154543.617000', '154543.620000', '154543.623000', '154543.626000', '154543.629000', '154543.632000', '154603.490000', '154603.493000', '154603.496000', '154603.499000', '154603.502000', '154603.504000', '154603.507000', '154603.511000', '154603.514000', '154603.517000', '154603.519000', '154603.522000', '154603.525000', '154603.528000', '154603.531000', '154603.534000', '154603.537000', '154603.540000', '154603.543000', '154603.545000', '154603.548000', '154603.551000', '154603.554000', '154603.557000', '154603.560000', '154603.563000', '154603.566000', '154603.569000', '154603.571000', '154603.574000', '154603.577000', '154603.580000', '154603.583000', '154603.586000', '154603.589000', '154603.592000', '154603.595000', '154603.597000', '154603.600000', '154603.603000', '154603.606000', '154603.609000', '154603.612000', '154623.491000', '154623.494000', '154623.497000', '154623.500000', '154623.503000', '154623.505000', '154623.508000', '154623.511000', '154623.514000', '154623.517000', '154623.520000', '154623.523000', '154623.526000', '154623.529000', '154623.531000', '154623.534000', '154623.537000', '154623.540000', '154623.543000', '154623.546000', '154623.549000', '154623.552000', '154623.555000', '154623.558000', '154623.561000', '154623.564000', '154623.566000', '154623.569000', '154623.572000', '154623.575000', '154623.578000', '154623.581000', '154623.584000', '154623.587000', '154623.590000', '154623.593000', '154623.596000', '154623.598000', '154623.601000', '154623.604000', '154623.607000', '154623.610000', '154623.613000', '154623.616000', '154643.491000', '154643.494000', '154643.497000', '154643.500000', '154643.503000', '154643.506000', '154643.508000', '154643.511000', '154643.514000', '154643.517000', '154643.520000', '154643.523000', '154643.526000', '154643.529000', '154643.531000', '154643.536000', '154643.541000', '154643.544000', '154643.547000', '154643.550000', '154643.553000', '154643.556000', '154643.559000', '154643.562000', '154643.565000', '154643.568000', '154643.571000', '154643.573000', '154643.577000', '154643.580000', '154643.582000', '154643.585000', '154643.588000', '154643.591000', '154643.594000', '154643.597000', '154643.600000', '154643.603000', '154643.605000', '154643.608000', '154643.611000', '154643.614000', '154643.617000', '154703.491000', '154703.494000', '154703.497000', '154703.500000', '154703.503000', '154703.505000', '154703.508000', '154703.511000', '154703.514000', '154703.517000', '154703.520000', '154703.523000', '154703.525000', '154703.528000', '154703.531000', '154703.534000', '154703.537000', '154703.540000', '154703.543000', '154703.546000', '154703.549000', '154703.552000', '154703.554000', '154703.557000', '154703.560000', '154703.563000', '154703.566000', '154703.569000', '154703.572000', '154703.575000', '154703.578000', '154703.581000', '154703.583000', '154703.586000', '154703.589000', '154703.592000', '154703.595000', '154703.598000', '154703.601000', '154703.603000', '154703.606000', '154703.609000', '154703.612000', '154703.615000', '154723.491000', '154723.494000', '154723.497000', '154723.500000', '154723.503000', '154723.506000', '154723.508000', '154723.511000', '154723.514000', '154723.517000', '154723.520000', '154723.523000', '154723.526000', '154723.538000', '154723.541000', '154723.545000', '154723.547000', '154723.550000', '154723.553000', '154723.556000', '154723.559000', '154723.562000', '154723.565000', '154723.568000', '154723.571000', '154723.574000', '154723.577000', '154723.580000', '154723.582000', '154723.585000', '154723.588000', '154723.591000', '154723.594000', '154723.597000', '154723.600000', '154723.602000', '154723.605000', '154723.608000', '154723.611000', '154723.614000', '154723.617000', '154723.620000', '154723.622000', '154743.491000', '154743.494000', '154743.497000', '154743.500000', '154743.503000', '154743.505000', '154743.508000', '154743.511000', '154743.514000', '154743.517000', '154743.520000', '154743.523000', '154743.526000', '154743.529000', '154743.531000', '154743.534000', '154743.537000', '154743.540000', '154743.543000', '154743.546000', '154743.549000', '154743.552000', '154743.555000', '154743.558000', '154743.561000', '154743.563000', '154743.566000', '154743.569000', '154743.572000', '154743.575000', '154743.578000', '154743.581000', '154743.584000', '154743.587000', '154743.590000', '154743.593000', '154743.596000', '154743.598000', '154743.601000', '154743.604000', '154743.607000', '154743.610000', '154743.613000', '154743.616000', '154803.491000', '154803.511000', '154803.514000', '154803.517000', '154803.520000', '154803.523000', '154803.526000', '154803.528000', '154803.531000', '154803.534000', '154803.537000', '154803.540000', '154803.543000', '154803.546000', '154803.549000', '154803.552000', '154803.555000', '154803.558000', '154803.561000', '154803.564000', '154803.567000', '154803.570000', '154803.573000', '154803.576000', '154803.579000', '154803.582000', '154803.585000', '154803.588000', '154803.591000', '154803.594000', '154803.596000', '154803.599000', '154803.602000', '154803.605000', '154803.608000', '154803.611000', '154803.614000', '154803.617000', '154803.619000', '154803.622000', '154803.625000', '154803.628000', '154803.631000', '154823.490000', '154823.493000', '154823.496000', '154823.499000', '154823.502000', '154823.505000', '154823.507000', '154823.510000', '154823.513000', '154823.516000', '154823.519000', '154823.522000', '154823.525000', '154823.528000', '154823.531000', '154823.533000', '154823.536000', '154823.539000', '154823.542000', '154823.545000', '154823.548000', '154823.551000', '154823.554000', '154823.556000', '154823.559000', '154823.562000', '154823.565000', '154823.568000', '154823.571000', '154823.574000', '154823.577000', '154823.580000', '154823.583000', '154823.586000', '154823.589000', '154823.591000', '154823.594000', '154823.597000', '154823.600000', '154823.603000', '154823.606000', '154823.609000', '154823.611000', '154823.614000', '154843.491000', '154843.494000', '154843.497000', '154843.500000', '154843.503000', '154843.506000', '154843.508000', '154843.511000', '154843.514000', '154843.517000', '154843.520000', '154843.523000', '154843.542000', '154843.545000', '154843.548000', '154843.550000', '154843.553000', '154843.556000', '154843.559000', '154843.562000', '154843.565000', '154843.568000', '154843.571000', '154843.574000', '154843.577000', '154843.580000', '154843.583000', '154843.587000', '154843.590000', '154843.593000', '154843.595000', '154843.598000', '154843.601000', '154843.604000', '154843.607000', '154843.610000', '154843.613000', '154843.615000', '154843.618000', '154843.621000', '154843.624000', '154843.627000', '154843.630000', '154903.491000', '154903.494000', '154903.497000', '154903.500000', '154903.503000', '154903.506000', '154903.508000', '154903.511000', '154903.514000', '154903.517000', '154903.520000', '154903.523000', '154903.526000', '154903.529000', '154903.532000', '154903.534000', '154903.537000', '154903.540000', '154903.543000', '154903.546000', '154903.549000', '154903.552000', '154903.555000', '154903.558000', '154903.561000', '154903.563000', '154903.566000', '154903.569000', '154903.572000', '154903.575000', '154903.578000', '154903.581000', '154903.584000', '154903.587000', '154903.590000', '154903.592000', '154903.595000', '154903.598000', '154903.601000', '154903.604000', '154903.607000', '154903.610000', '154903.613000', '154903.616000', '154923.491000', '154923.494000', '154923.497000', '154923.500000', '154923.503000', '154923.506000', '154923.509000', '154923.512000', '154923.514000', '154923.517000', '154923.520000', '154923.523000', '154923.526000', '154923.529000', '154923.532000', '154923.535000', '154923.539000', '154923.541000', '154923.544000', '154923.547000', '154923.550000', '154923.553000', '154923.556000', '154923.559000', '154923.562000', '154923.565000', '154923.568000', '154923.572000', '154923.575000', '154923.578000', '154923.581000', '154923.584000', '154923.587000', '154923.590000', '154923.595000', '154923.599000', '154923.602000', '154923.605000', '154923.608000', '154923.611000', '154923.614000', '154923.617000', '154923.620000', '154943.491000', '154943.494000', '154943.497000', '154943.500000', '154943.503000', '154943.506000', '154943.509000', '154943.511000', '154943.514000', '154943.517000', '154943.520000', '154943.523000', '154943.526000', '154943.529000', '154943.532000', '154943.534000', '154943.537000', '154943.540000', '154943.543000', '154943.546000', '154943.549000', '154943.552000', '154943.555000', '154943.558000', '154943.560000', '154943.563000', '154943.566000', '154943.569000', '154943.572000', '154943.575000', '154943.578000', '154943.581000', '154943.583000', '154943.586000', '154943.589000', '154943.592000', '154943.595000', '154943.598000', '154943.601000', '154943.604000', '154943.606000', '154943.609000', '154943.612000', '154943.615000', '155003.491000', '155003.494000', '155003.497000', '155003.500000', '155003.503000', '155003.506000', '155003.508000', '155003.511000', '155003.514000', '155003.517000', '155003.520000', '155003.523000', '155003.526000', '155003.529000', '155003.532000', '155003.535000', '155003.537000', '155003.540000', '155003.543000', '155003.546000', '155003.549000', '155003.552000', '155003.555000', '155003.575000', '155003.577000', '155003.580000', '155003.583000', '155003.586000', '155003.589000', '155003.592000', '155003.595000', '155003.598000', '155003.600000', '155003.603000', '155003.606000', '155003.609000', '155003.612000', '155003.615000', '155003.618000', '155003.621000', '155003.623000', '155003.626000', '155003.629000', '155010.114000', '155010.117000', '155010.121000', '155010.124000', '155010.127000', '155010.130000', '155010.134000', '155010.137000', '155010.141000', '155010.144000', '155010.148000', '155010.151000', '155010.154000', '155010.157000', '155010.159000'], 'InstanceCreationTime': ['154343.527000', '154343.530000', '154343.543000', '154343.546000', '154343.549000', '154343.552000', '154343.555000', '154343.558000', '154343.561000', '154343.564000', '154343.567000', '154343.570000', '154343.573000', '154343.576000', '154343.579000', '154343.582000', '154343.585000', '154343.588000', '154343.600000', '154343.603000', '154343.606000', '154343.609000', '154343.612000', '154343.615000', '154343.618000', '154343.621000', '154343.624000', '154343.627000', '154343.630000', '154343.633000', '154343.636000', '154403.491000', '154403.494000', '154403.497000', '154403.499000', '154403.502000', '154403.505000', '154403.508000', '154403.511000', '154403.514000', '154403.517000', '154403.519000', '154403.522000', '154403.525000', '154403.528000', '154403.531000', '154403.534000', '154403.537000', '154403.539000', '154403.542000', '154403.545000', '154403.548000', '154403.551000', '154403.554000', '154403.556000', '154403.570000', '154403.573000', '154403.576000', '154403.579000', '154403.582000', '154403.585000', '154403.587000', '154403.590000', '154403.593000', '154403.596000', '154403.599000', '154403.602000', '154403.604000', '154403.607000', '154403.613000', '154403.615000', '154403.618000', '154403.621000', '154403.624000', '154403.627000', '154423.491000', '154423.494000', '154423.497000', '154423.500000', '154423.502000', '154423.505000', '154423.508000', '154423.511000', '154423.514000', '154423.517000', '154423.520000', '154423.523000', '154423.526000', '154423.528000', '154423.531000', '154423.534000', '154423.537000', '154423.540000', '154423.543000', '154423.545000', '154423.548000', '154423.551000', '154423.554000', '154423.557000', '154423.560000', '154423.563000', '154423.566000', '154423.568000', '154423.571000', '154423.574000', '154423.577000', '154423.580000', '154423.583000', '154423.586000', '154423.589000', '154423.592000', '154423.595000', '154423.598000', '154423.600000', '154423.603000', '154423.606000', '154423.609000', '154423.612000', '154443.491000', '154443.494000', '154443.497000', '154443.499000', '154443.502000', '154443.505000', '154443.508000', '154443.511000', '154443.514000', '154443.517000', '154443.520000', '154443.522000', '154443.525000', '154443.528000', '154443.531000', '154443.534000', '154443.537000', '154443.540000', '154443.543000', '154443.545000', '154443.548000', '154443.551000', '154443.554000', '154443.557000', '154443.560000', '154443.563000', '154443.566000', '154443.569000', '154443.571000', '154443.574000', '154443.577000', '154443.580000', '154443.583000', '154443.586000', '154443.589000', '154443.592000', '154443.594000', '154443.597000', '154443.600000', '154443.603000', '154443.606000', '154443.609000', '154443.612000', '154443.614000', '154503.491000', '154503.494000', '154503.497000', '154503.500000', '154503.503000', '154503.505000', '154503.508000', '154503.511000', '154503.514000', '154503.517000', '154503.520000', '154503.523000', '154503.526000', '154503.528000', '154503.531000', '154503.534000', '154503.537000', '154503.540000', '154503.543000', '154503.546000', '154503.549000', '154503.552000', '154503.554000', '154503.557000', '154503.560000', '154503.563000', '154503.566000', '154503.569000', '154503.572000', '154503.575000', '154503.578000', '154503.581000', '154503.583000', '154503.586000', '154503.589000', '154503.592000', '154503.595000', '154503.598000', '154503.601000', '154503.604000', '154503.607000', '154503.609000', '154503.612000', '154523.493000', '154523.497000', '154523.500000', '154523.503000', '154523.506000', '154523.508000', '154523.511000', '154523.514000', '154523.517000', '154523.520000', '154523.523000', '154523.526000', '154523.529000', '154523.531000', '154523.534000', '154523.537000', '154523.540000', '154523.543000', '154523.546000', '154523.549000', '154523.551000', '154523.554000', '154523.557000', '154523.560000', '154523.563000', '154523.566000', '154523.569000', '154523.571000', '154523.574000', '154523.577000', '154523.580000', '154523.583000', '154523.586000', '154523.589000', '154523.592000', '154523.594000', '154523.597000', '154523.600000', '154523.603000', '154523.606000', '154523.609000', '154523.612000', '154523.615000', '154543.491000', '154543.494000', '154543.497000', '154543.500000', '154543.502000', '154543.505000', '154543.525000', '154543.528000', '154543.531000', '154543.534000', '154543.537000', '154543.540000', '154543.543000', '154543.546000', '154543.548000', '154543.551000', '154543.554000', '154543.557000', '154543.560000', '154543.563000', '154543.566000', '154543.569000', '154543.571000', '154543.574000', '154543.577000', '154543.580000', '154543.583000', '154543.586000', '154543.589000', '154543.592000', '154543.594000', '154543.597000', '154543.600000', '154543.603000', '154543.606000', '154543.609000', '154543.612000', '154543.614000', '154543.617000', '154543.620000', '154543.623000', '154543.626000', '154543.629000', '154543.632000', '154603.490000', '154603.493000', '154603.496000', '154603.499000', '154603.502000', '154603.504000', '154603.507000', '154603.511000', '154603.514000', '154603.517000', '154603.519000', '154603.522000', '154603.525000', '154603.528000', '154603.531000', '154603.534000', '154603.537000', '154603.540000', '154603.543000', '154603.545000', '154603.548000', '154603.551000', '154603.554000', '154603.557000', '154603.560000', '154603.563000', '154603.566000', '154603.569000', '154603.571000', '154603.574000', '154603.577000', '154603.580000', '154603.583000', '154603.586000', '154603.589000', '154603.592000', '154603.595000', '154603.597000', '154603.600000', '154603.603000', '154603.606000', '154603.609000', '154603.612000', '154623.491000', '154623.494000', '154623.497000', '154623.500000', '154623.503000', '154623.505000', '154623.508000', '154623.511000', '154623.514000', '154623.517000', '154623.520000', '154623.523000', '154623.526000', '154623.529000', '154623.531000', '154623.534000', '154623.537000', '154623.540000', '154623.543000', '154623.546000', '154623.549000', '154623.552000', '154623.555000', '154623.558000', '154623.561000', '154623.564000', '154623.566000', '154623.569000', '154623.572000', '154623.575000', '154623.578000', '154623.581000', '154623.584000', '154623.587000', '154623.590000', '154623.593000', '154623.596000', '154623.598000', '154623.601000', '154623.604000', '154623.607000', '154623.610000', '154623.613000', '154623.616000', '154643.491000', '154643.494000', '154643.497000', '154643.500000', '154643.503000', '154643.506000', '154643.508000', '154643.511000', '154643.514000', '154643.517000', '154643.520000', '154643.523000', '154643.526000', '154643.529000', '154643.531000', '154643.536000', '154643.541000', '154643.544000', '154643.547000', '154643.550000', '154643.553000', '154643.556000', '154643.559000', '154643.562000', '154643.565000', '154643.568000', '154643.571000', '154643.573000', '154643.577000', '154643.580000', '154643.582000', '154643.585000', '154643.588000', '154643.591000', '154643.594000', '154643.597000', '154643.600000', '154643.603000', '154643.605000', '154643.608000', '154643.611000', '154643.614000', '154643.617000', '154703.491000', '154703.494000', '154703.497000', '154703.500000', '154703.503000', '154703.505000', '154703.508000', '154703.511000', '154703.514000', '154703.517000', '154703.520000', '154703.523000', '154703.525000', '154703.528000', '154703.531000', '154703.534000', '154703.537000', '154703.540000', '154703.543000', '154703.546000', '154703.549000', '154703.552000', '154703.554000', '154703.557000', '154703.560000', '154703.563000', '154703.566000', '154703.569000', '154703.572000', '154703.575000', '154703.578000', '154703.581000', '154703.583000', '154703.586000', '154703.589000', '154703.592000', '154703.595000', '154703.598000', '154703.601000', '154703.603000', '154703.606000', '154703.609000', '154703.612000', '154703.615000', '154723.491000', '154723.494000', '154723.497000', '154723.500000', '154723.503000', '154723.506000', '154723.508000', '154723.511000', '154723.514000', '154723.517000', '154723.520000', '154723.523000', '154723.526000', '154723.538000', '154723.541000', '154723.545000', '154723.547000', '154723.550000', '154723.553000', '154723.556000', '154723.559000', '154723.562000', '154723.565000', '154723.568000', '154723.571000', '154723.574000', '154723.577000', '154723.580000', '154723.582000', '154723.585000', '154723.588000', '154723.591000', '154723.594000', '154723.597000', '154723.600000', '154723.602000', '154723.605000', '154723.608000', '154723.611000', '154723.614000', '154723.617000', '154723.620000', '154723.622000', '154743.491000', '154743.494000', '154743.497000', '154743.500000', '154743.503000', '154743.505000', '154743.508000', '154743.511000', '154743.514000', '154743.517000', '154743.520000', '154743.523000', '154743.526000', '154743.529000', '154743.531000', '154743.534000', '154743.537000', '154743.540000', '154743.543000', '154743.546000', '154743.549000', '154743.552000', '154743.555000', '154743.558000', '154743.561000', '154743.563000', '154743.566000', '154743.569000', '154743.572000', '154743.575000', '154743.578000', '154743.581000', '154743.584000', '154743.587000', '154743.590000', '154743.593000', '154743.596000', '154743.598000', '154743.601000', '154743.604000', '154743.607000', '154743.610000', '154743.613000', '154743.616000', '154803.491000', '154803.511000', '154803.514000', '154803.517000', '154803.520000', '154803.523000', '154803.526000', '154803.528000', '154803.531000', '154803.534000', '154803.537000', '154803.540000', '154803.543000', '154803.546000', '154803.549000', '154803.552000', '154803.555000', '154803.558000', '154803.561000', '154803.564000', '154803.567000', '154803.570000', '154803.573000', '154803.576000', '154803.579000', '154803.582000', '154803.585000', '154803.588000', '154803.591000', '154803.594000', '154803.596000', '154803.599000', '154803.602000', '154803.605000', '154803.608000', '154803.611000', '154803.614000', '154803.617000', '154803.619000', '154803.622000', '154803.625000', '154803.628000', '154803.631000', '154823.490000', '154823.493000', '154823.496000', '154823.499000', '154823.502000', '154823.505000', '154823.507000', '154823.510000', '154823.513000', '154823.516000', '154823.519000', '154823.522000', '154823.525000', '154823.528000', '154823.531000', '154823.533000', '154823.536000', '154823.539000', '154823.542000', '154823.545000', '154823.548000', '154823.551000', '154823.554000', '154823.556000', '154823.559000', '154823.562000', '154823.565000', '154823.568000', '154823.571000', '154823.574000', '154823.577000', '154823.580000', '154823.583000', '154823.586000', '154823.589000', '154823.591000', '154823.594000', '154823.597000', '154823.600000', '154823.603000', '154823.606000', '154823.609000', '154823.611000', '154823.614000', '154843.491000', '154843.494000', '154843.497000', '154843.500000', '154843.503000', '154843.506000', '154843.508000', '154843.511000', '154843.514000', '154843.517000', '154843.520000', '154843.523000', '154843.542000', '154843.545000', '154843.548000', '154843.550000', '154843.553000', '154843.556000', '154843.559000', '154843.562000', '154843.565000', '154843.568000', '154843.571000', '154843.574000', '154843.577000', '154843.580000', '154843.583000', '154843.587000', '154843.590000', '154843.593000', '154843.595000', '154843.598000', '154843.601000', '154843.604000', '154843.607000', '154843.610000', '154843.613000', '154843.615000', '154843.618000', '154843.621000', '154843.624000', '154843.627000', '154843.630000', '154903.491000', '154903.494000', '154903.497000', '154903.500000', '154903.503000', '154903.506000', '154903.508000', '154903.511000', '154903.514000', '154903.517000', '154903.520000', '154903.523000', '154903.526000', '154903.529000', '154903.532000', '154903.534000', '154903.537000', '154903.540000', '154903.543000', '154903.546000', '154903.549000', '154903.552000', '154903.555000', '154903.558000', '154903.561000', '154903.563000', '154903.566000', '154903.569000', '154903.572000', '154903.575000', '154903.578000', '154903.581000', '154903.584000', '154903.587000', '154903.590000', '154903.592000', '154903.595000', '154903.598000', '154903.601000', '154903.604000', '154903.607000', '154903.610000', '154903.613000', '154903.616000', '154923.491000', '154923.494000', '154923.497000', '154923.500000', '154923.503000', '154923.506000', '154923.509000', '154923.512000', '154923.514000', '154923.517000', '154923.520000', '154923.523000', '154923.526000', '154923.529000', '154923.532000', '154923.535000', '154923.539000', '154923.541000', '154923.544000', '154923.547000', '154923.550000', '154923.553000', '154923.556000', '154923.559000', '154923.562000', '154923.565000', '154923.568000', '154923.572000', '154923.575000', '154923.578000', '154923.581000', '154923.584000', '154923.587000', '154923.590000', '154923.595000', '154923.599000', '154923.602000', '154923.605000', '154923.608000', '154923.611000', '154923.614000', '154923.617000', '154923.620000', '154943.491000', '154943.494000', '154943.497000', '154943.500000', '154943.503000', '154943.506000', '154943.509000', '154943.511000', '154943.514000', '154943.517000', '154943.520000', '154943.523000', '154943.526000', '154943.529000', '154943.532000', '154943.534000', '154943.537000', '154943.540000', '154943.543000', '154943.546000', '154943.549000', '154943.552000', '154943.555000', '154943.558000', '154943.560000', '154943.563000', '154943.566000', '154943.569000', '154943.572000', '154943.575000', '154943.578000', '154943.581000', '154943.583000', '154943.586000', '154943.589000', '154943.592000', '154943.595000', '154943.598000', '154943.601000', '154943.604000', '154943.606000', '154943.609000', '154943.612000', '154943.615000', '155003.491000', '155003.494000', '155003.497000', '155003.500000', '155003.503000', '155003.506000', '155003.508000', '155003.511000', '155003.514000', '155003.517000', '155003.520000', '155003.523000', '155003.526000', '155003.529000', '155003.532000', '155003.535000', '155003.537000', '155003.540000', '155003.543000', '155003.546000', '155003.549000', '155003.552000', '155003.555000', '155003.575000', '155003.577000', '155003.580000', '155003.583000', '155003.586000', '155003.589000', '155003.592000', '155003.595000', '155003.598000', '155003.600000', '155003.603000', '155003.606000', '155003.609000', '155003.612000', '155003.615000', '155003.618000', '155003.621000', '155003.623000', '155003.626000', '155003.629000', '155010.114000', '155010.117000', '155010.121000', '155010.124000', '155010.127000', '155010.130000', '155010.134000', '155010.137000', '155010.141000', '155010.144000', '155010.148000', '155010.151000', '155010.154000', '155010.157000', '155010.159000'], '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': [10077, 7239, 9977, 7380, 9896, 7192, 11712, 7119, 12083, 7406, 10660, 7034, 10900, 7577, 10846, 7442, 10912, 7182, 9527, 7631, 9104, 10944, 7841, 10241, 7158, 10693, 7090, 11226, 7122, 6822, 11756, 6599, 8811, 7444, 10763, 9861, 11765, 7903, 12295, 7143, 9888, 7360, 9863, 7282, 9904, 7244, 9576, 7414, 9423, 7300, 9274, 7174, 11369, 7884, 9758, 8479, 7532, 9636, 7246, 10254, 7214, 9708, 7099, 11788, 6900, 10048, 8860, 8961, 9586, 7363, 11588, 7561, 10806, 7244, 11262, 6882, 10363, 8035, 7494, 11207, 7345, 10944, 7157, 9622, 7455, 10628, 7342, 10764, 6934, 10102, 7269, 9568, 12241, 7486, 10818, 7663, 11412, 6853, 10118, 8454, 7566, 11111, 7513, 10512, 7412, 9694, 7303, 9817, 7477, 9189, 10713, 7624, 11630, 7437, 10812, 7425, 10984, 9513, 8152, 11604, 7625, 10835, 7101, 10861, 7531, 8750, 7000, 8052, 7037, 7335, 11618, 7651, 10764, 7315, 9652, 7315, 10592, 7512, 9456, 11054, 7710, 10761, 7167, 9759, 7642, 10804, 6790, 7319, 8432, 7254, 8106, 6883, 8665, 11748, 12351, 7861, 11197, 7717, 9568, 7574, 11515, 7834, 10206, 9592, 9357, 10900, 7518, 11218, 7498, 9888, 7953, 9108, 7570, 11144, 7231, 9703, 8790, 7420, 11406, 7601, 10596, 7529, 9505, 7131, 10238, 7333, 9507, 8112, 8048, 7026, 7234, 10685, 7771, 10916, 7523, 10204, 7360, 10336, 7119, 10658, 7273, 9340, 7083, 9272, 8610, 7944, 11607, 7726, 10816, 7436, 10091, 7640, 8819, 7551, 9515, 7187, 9285, 7349, 9017, 7387, 10110, 7643, 11334, 8395, 12048, 9570, 9799, 9986, 7599, 9996, 9109, 10339, 9328, 9410, 7273, 9639, 7395, 10251, 7375, 10747, 7258, 10448, 7754, 11223, 7850, 10967, 10154, 8341, 10488, 7348, 10959, 7309, 9882, 7179, 9260, 7101, 9998, 7139, 9467, 11076, 7389, 11532, 7496, 10974, 7367, 10911, 7439, 9954, 7231, 9885, 9749, 7236, 11249, 7674, 11184, 7626, 11837, 8185, 8686, 11500, 7512, 11217, 7322, 11807, 7024, 9473, 9381, 7353, 10775, 7491, 9666, 7272, 10319, 7540, 7564, 11415, 7491, 11128, 7320, 9691, 7409, 10609, 7740, 9156, 8552, 7365, 10816, 7549, 10124, 7356, 9897, 6915, 8664, 11577, 7784, 10842, 7608, 11556, 7129, 10040, 10760, 7565, 11445, 7417, 11708, 7064, 9381, 11465, 7481, 11608, 7347, 10212, 7264, 7982, 11096, 7482, 10783, 7421, 10080, 6796, 9747, 7420, 7691, 11559, 7561, 11558, 7184, 10282, 7407, 9929, 7243, 9035, 7224, 10259, 7247, 11698, 8454, 9318, 6862, 9921, 9961, 9079, 10601, 8505, 10695, 7712, 11395, 7666, 11018, 7445, 9501, 7122, 11397, 7257, 9995, 10064, 8325, 11790, 7737, 11484, 7141, 9999, 7374, 11876, 7360, 10000, 7794, 7286, 10328, 7542, 10385, 7697, 11758, 7452, 10970, 7542, 10764, 7486, 9728, 7061, 10757, 7869, 9744, 10036, 8505, 12190, 7825, 11354, 7010, 9924, 7029, 10522, 7020, 11477, 7302, 10112, 8567, 8727, 6826, 9850, 6911, 9629, 7425, 10665, 7177, 9640, 7398, 9869, 7884, 9016, 11898, 10348, 10936, 8084, 10572, 7792, 10128, 8360, 9801, 7606, 8802, 6996, 8039, 7118, 8434, 7666, 10155, 7213, 6974, 9951, 12585, 7586, 12115, 7369, 11288, 7060, 10916, 6963, 11686, 7062, 11185, 7908, 9578, 11385, 7591, 12078, 7156, 10175, 7196, 10363, 7392, 7892, 8305, 7382, 6854, 8038, 6730, 8475, 7425, 11487, 8077, 10969, 8026, 7418, 11551, 7833, 11549, 7113, 9503, 6829, 8928, 6763, 9876, 7403, 8076, 7441, 7691, 10212, 7731, 10756, 7138, 10255, 6706, 9882, 6921, 10848, 6872, 11587, 8627, 9725, 7372, 9606, 7894, 9363, 11028, 8834, 9446, 7847, 11555, 7544, 11591, 7069, 11057, 7132, 10865, 6893, 8220, 9648, 11048, 10443, 10571, 9136, 12362, 7227, 12239, 8959, 11256, 8104, 10060, 9971, 7490, 11815, 7013, 10739, 6707, 8803, 6652, 10800, 6766, 8954, 6951, 10425, 8434, 7443, 11087, 7137, 10860, 9411, 9988, 8211, 9759, 13138, 7764, 11461, 7215, 9028, 6959, 9130, 6898, 9814, 7004, 9644, 6858, 10375, 6928, 12504, 9007, 10738, 7980, 10136, 8187, 9469, 12724, 7647, 11734, 7408, 11193, 7260, 10315, 7026, 10337, 7275, 10184, 6880, 12753, 6940, 10289, 11115, 7632, 11948, 7863, 11669, 6810, 12233, 7189, 10287, 8627, 7846, 12136, 7543, 11054, 6812, 10257, 6756, 10517, 7265, 9742, 9690, 8672, 8854, 7796, 11433, 7578, 11758, 7034, 11298, 6843, 10649, 6748, 10764, 7792, 10499, 7461, 11159, 6763, 8573, 7156, 11602, 8948, 11254, 9864, 9921, 9773, 12690, 7122, 10821, 6926, 10692, 6848, 10519, 7135, 10617, 6757, 8823, 7057, 9181, 7068, 9769, 7348, 10545, 7098, 10891, 7411, 11012, 7669, 11289, 7485, 11350, 7242, 11012, 8382, 11313, 8168, 10563, 7408, 9209, 10352, 7271, 9746, 7025, 8711, 7357, 11426, 7294, 11155, 7603, 11382, 7553, 11020, 7154, 10874, 7209, 9475, 7159, 10874, 7872, 9880, 11310, 7295, 8917, 7212, 9203, 7726, 11146, 7291, 10210, 8032, 10753, 7552, 12031, 8087, 12068, 7660, 11488, 7387, 10880, 8139, 12217, 8478, 11076, 7459, 10241, 8761, 11590, 7636, 11435, 7234, 11461, 7563, 10592, 9346, 7324, 11463, 7223, 8965, 7053, 11031, 7004, 11125, 6894, 8623, 6992, 9044, 8788, 8651, 6983, 10731, 7410, 9291, 7462, 9985, 7732, 11591, 9578, 12451, 9139, 11494, 7604, 10209, 7336, 10127, 7487, 8697, 7193, 11639, 7307, 10530, 9161, 7328, 11462, 7632, 9645, 7414, 10078, 7313, 9757, 7542, 10176, 7417, 11425, 7390, 10381, 10958, 7823, 12273, 7883, 10248, 7306, 11359, 7522, 10100, 10237, 7597, 11074, 7380, 9921, 7655, 10804, 7825, 9781, 8456, 7399, 10551, 7609, 9466, 7187, 10701, 6796, 8055, 6980, 8720, 8474, 8420, 9475, 7684, 11199, 7632, 11790, 7729, 9963, 7794, 10098, 7734, 11707, 8406, 10582, 7265, 9183, 8740, 8721, 11813, 7721, 11269, 7406, 11026, 7486, 9885, 7289, 10713, 6987, 10062, 8609, 8041, 11520, 7739, 11435, 7374, 10136, 7550, 9890, 7436, 12105, 7141, 10510, 7992, 8770, 10273, 7107, 9567, 7688, 10606, 7733, 10646, 7661, 9715, 7360, 9420, 7282, 8967, 8022, 10901, 7087], 'WindowCenter': [4018.0, 3974.0, 3989.0, 3957.0, 3989.0, 3946.0, 3997.0, 3946.0, 3997.0, 3944.0, 3984.0, 3935.0, 3986.0, 3944.0, 3985.0, 3944.0, 3985.0, 3932.0, 3974.0, 3943.0, 3965.0, 3982.0, 3953.0, 3974.0, 3945.0, 3973.0, 3933.0, 3985.0, 3945.0, 3935.0, 3997.0, 3945.0, 3988.0, 3959.0, 3998.0, 4000.0, 4000.0, 3968.0, 3998.0, 3946.0, 3975.0, 3946.0, 3975.0, 3944.0, 3973.0, 3943.0, 3975.0, 3946.0, 3964.0, 3944.0, 3962.0, 3934.0, 3986.0, 3954.0, 3976.0, 3954.0, 3944.0, 3963.0, 3945.0, 3976.0, 3945.0, 3975.0, 3933.0, 3996.0, 3934.0, 3976.0, 3964.0, 3966.0, 3964.0, 3946.0, 3985.0, 3945.0, 3986.0, 3944.0, 3986.0, 3933.0, 3974.0, 3943.0, 3944.0, 3986.0, 3945.0, 3974.0, 3943.0, 3974.0, 3945.0, 3987.0, 3945.0, 3987.0, 3945.0, 3987.0, 3943.0, 3976.0, 3984.0, 3944.0, 3986.0, 3944.0, 3986.0, 3921.0, 3973.0, 3953.0, 3943.0, 3972.0, 3929.0, 3959.0, 3931.0, 3960.0, 3929.0, 3963.0, 3929.0, 3964.0, 3972.0, 3942.0, 3971.0, 3932.0, 3973.0, 3919.0, 3972.0, 3950.0, 3941.0, 3971.0, 3930.0, 3961.0, 3915.0, 3972.0, 3929.0, 3951.0, 3919.0, 3941.0, 3920.0, 3931.0, 3971.0, 3942.0, 3973.0, 3943.0, 3961.0, 3943.0, 3974.0, 3931.0, 3976.0, 3984.0, 3943.0, 3974.0, 3932.0, 3962.0, 3943.0, 3983.0, 3935.0, 3944.0, 3954.0, 3945.0, 3956.0, 3946.0, 3967.0, 3998.0, 3997.0, 3956.0, 3986.0, 3945.0, 3962.0, 3930.0, 3973.0, 3928.0, 3960.0, 3945.0, 3938.0, 3947.0, 3916.0, 3946.0, 3915.0, 3936.0, 3926.0, 3938.0, 3928.0, 3969.0, 3917.0, 3949.0, 3938.0, 3927.0, 3970.0, 3931.0, 3960.0, 3929.0, 3951.0, 3920.0, 3961.0, 3929.0, 3963.0, 3940.0, 3941.0, 3931.0, 3942.0, 3972.0, 3944.0, 3984.0, 3944.0, 3973.0, 3944.0, 3975.0, 3932.0, 3974.0, 3943.0, 3962.0, 3934.0, 3976.0, 3954.0, 3955.0, 3997.0, 3945.0, 3987.0, 3946.0, 3976.0, 3943.0, 3966.0, 3956.0, 3978.0, 3945.0, 3975.0, 3956.0, 3965.0, 3946.0, 3988.0, 3957.0, 3997.0, 3969.0, 4009.0, 3978.0, 3976.0, 3976.0, 3944.0, 3975.0, 3964.0, 3974.0, 3961.0, 3963.0, 3932.0, 3963.0, 3932.0, 3973.0, 3932.0, 3974.0, 3932.0, 3973.0, 3942.0, 3985.0, 3952.0, 3984.0, 3974.0, 3953.0, 3973.0, 3933.0, 3973.0, 3933.0, 3963.0, 3931.0, 3959.0, 3932.0, 3973.0, 3932.0, 3975.0, 3984.0, 3943.0, 3984.0, 3944.0, 3974.0, 3943.0, 3985.0, 3943.0, 3975.0, 3945.0, 3974.0, 3964.0, 3945.0, 3985.0, 3955.0, 3988.0, 3943.0, 3985.0, 3943.0, 3953.0, 3971.0, 3931.0, 3974.0, 3930.0, 3984.0, 3920.0, 3962.0, 3950.0, 3932.0, 3972.0, 3931.0, 3964.0, 3931.0, 3974.0, 3942.0, 3944.0, 3985.0, 3944.0, 3985.0, 3944.0, 3975.0, 3944.0, 3987.0, 3944.0, 3977.0, 3965.0, 3946.0, 3985.0, 3956.0, 3988.0, 3944.0, 3975.0, 3934.0, 3966.0, 3984.0, 3956.0, 3987.0, 3944.0, 3985.0, 3933.0, 3977.0, 3974.0, 3945.0, 3985.0, 3943.0, 3985.0, 3932.0, 3965.0, 3984.0, 3943.0, 3985.0, 3931.0, 3973.0, 3931.0, 3942.0, 3973.0, 3931.0, 3973.0, 3933.0, 3973.0, 3923.0, 3971.0, 3943.0, 3955.0, 3983.0, 3955.0, 3984.0, 3945.0, 3974.0, 3945.0, 3976.0, 3943.0, 3964.0, 3944.0, 3987.0, 3944.0, 3998.0, 3955.0, 3978.0, 3935.0, 3977.0, 3975.0, 3965.0, 3974.0, 3954.0, 3973.0, 3944.0, 3983.0, 3944.0, 3975.0, 3934.0, 3965.0, 3933.0, 3984.0, 3932.0, 3973.0, 3963.0, 3954.0, 3983.0, 3943.0, 3972.0, 3933.0, 3973.0, 3943.0, 3983.0, 3932.0, 3973.0, 3941.0, 3933.0, 3974.0, 3944.0, 3973.0, 3955.0, 3984.0, 3944.0, 3985.0, 3945.0, 3985.0, 3944.0, 3963.0, 3932.0, 3975.0, 3942.0, 3964.0, 3964.0, 3954.0, 3984.0, 3944.0, 3974.0, 3932.0, 3974.0, 3933.0, 3973.0, 3932.0, 3983.0, 3932.0, 3975.0, 3965.0, 3966.0, 3933.0, 3975.0, 3945.0, 3977.0, 3946.0, 3976.0, 3930.0, 3964.0, 3944.0, 3975.0, 3956.0, 3966.0, 4010.0, 3975.0, 3986.0, 3944.0, 3988.0, 3944.0, 3976.0, 3953.0, 3964.0, 3932.0, 3950.0, 3907.0, 3925.0, 3932.0, 3954.0, 3955.0, 3976.0, 3946.0, 3944.0, 3988.0, 3995.0, 3943.0, 3983.0, 3932.0, 3974.0, 3922.0, 3972.0, 3932.0, 3972.0, 3919.0, 3959.0, 3916.0, 3938.0, 3945.0, 3905.0, 3945.0, 3905.0, 3936.0, 3905.0, 3936.0, 3903.0, 3915.0, 3913.0, 3903.0, 3894.0, 3927.0, 3908.0, 3939.0, 3931.0, 3973.0, 3930.0, 3960.0, 3928.0, 3919.0, 3958.0, 3919.0, 3958.0, 3907.0, 3944.0, 3908.0, 3939.0, 3916.0, 3963.0, 3931.0, 3940.0, 3932.0, 3943.0, 3973.0, 3945.0, 3984.0, 3943.0, 3976.0, 3933.0, 3975.0, 3944.0, 3988.0, 3948.0, 4001.0, 3964.0, 3975.0, 3944.0, 3975.0, 3952.0, 3979.0, 3997.0, 3979.0, 3977.0, 3968.0, 3997.0, 3953.0, 3999.0, 3947.0, 3985.0, 3945.0, 3985.0, 3946.0, 3967.0, 3991.0, 3998.0, 3999.0, 3989.0, 3978.0, 3997.0, 3946.0, 3986.0, 3965.0, 3985.0, 3943.0, 3963.0, 3962.0, 3932.0, 3984.0, 3933.0, 3974.0, 3934.0, 3953.0, 3923.0, 3972.0, 3934.0, 3965.0, 3948.0, 3987.0, 3968.0, 3946.0, 3997.0, 3946.0, 3989.0, 3967.0, 3975.0, 3956.0, 3977.0, 3994.0, 3944.0, 3984.0, 3932.0, 3950.0, 3920.0, 3951.0, 3933.0, 3974.0, 3934.0, 3976.0, 3937.0, 3988.0, 3948.0, 4008.0, 3964.0, 3988.0, 3953.0, 3976.0, 3954.0, 3989.0, 3996.0, 3945.0, 3985.0, 3933.0, 3973.0, 3933.0, 3973.0, 3933.0, 3974.0, 3933.0, 3964.0, 3932.0, 3995.0, 3933.0, 3975.0, 3973.0, 3942.0, 3982.0, 3943.0, 3973.0, 3919.0, 3983.0, 3921.0, 3975.0, 3954.0, 3944.0, 3983.0, 3943.0, 3974.0, 3923.0, 3972.0, 3922.0, 3974.0, 3932.0, 3975.0, 3964.0, 3965.0, 3954.0, 3945.0, 3984.0, 3944.0, 3986.0, 3934.0, 3982.0, 3923.0, 3974.0, 3924.0, 3975.0, 3941.0, 3973.0, 3932.0, 3980.0, 3934.0, 3967.0, 3959.0, 3999.0, 3980.0, 3999.0, 3986.0, 3976.0, 3978.0, 3998.0, 3935.0, 3985.0, 3933.0, 3972.0, 3921.0, 3973.0, 3931.0, 3973.0, 3921.0, 3962.0, 3932.0, 3975.0, 3947.0, 3989.0, 3972.0, 4001.0, 3959.0, 3987.0, 3946.0, 4013.0, 3959.0, 3997.0, 3947.0, 3986.0, 3946.0, 3986.0, 3957.0, 4002.0, 3955.0, 3972.0, 3930.0, 3963.0, 3972.0, 3931.0, 3961.0, 3931.0, 3951.0, 3943.0, 3984.0, 3943.0, 3983.0, 3944.0, 3983.0, 3943.0, 3974.0, 3934.0, 3975.0, 3945.0, 3976.0, 3933.0, 3986.0, 3953.0, 3975.0, 3972.0, 3932.0, 3950.0, 3931.0, 3951.0, 3943.0, 3984.0, 3944.0, 3974.0, 3955.0, 3985.0, 3953.0, 3998.0, 3983.0, 4025.0, 3972.0, 4011.0, 3970.0, 3999.0, 3971.0, 4008.0, 3970.0, 3982.0, 3941.0, 3973.0, 3965.0, 3985.0, 3943.0, 3983.0, 3931.0, 3972.0, 3930.0, 3973.0, 3950.0, 3932.0, 3970.0, 3930.0, 3950.0, 3920.0, 3972.0, 3919.0, 3971.0, 3931.0, 3952.0, 3931.0, 3965.0, 3953.0, 3953.0, 3933.0, 3986.0, 3945.0, 3964.0, 3945.0, 3977.0, 3956.0, 3996.0, 3978.0, 4010.0, 3978.0, 3987.0, 3944.0, 3964.0, 3920.0, 3961.0, 3918.0, 3939.0, 3918.0, 3970.0, 3929.0, 3962.0, 3950.0, 3932.0, 3970.0, 3941.0, 3961.0, 3931.0, 3961.0, 3932.0, 3963.0, 3943.0, 3976.0, 3943.0, 3984.0, 3933.0, 3988.0, 3985.0, 3945.0, 3996.0, 3957.0, 3975.0, 3933.0, 3985.0, 3943.0, 3976.0, 3960.0, 3942.0, 3971.0, 3928.0, 3962.0, 3941.0, 3975.0, 3943.0, 3975.0, 3952.0, 3942.0, 3972.0, 3943.0, 3975.0, 3934.0, 3974.0, 3921.0, 3954.0, 3933.0, 3966.0, 3967.0, 3968.0, 3977.0, 3958.0, 3997.0, 3958.0, 3998.0, 3958.0, 3976.0, 3944.0, 3975.0, 3943.0, 3985.0, 3954.0, 3975.0, 3932.0, 3964.0, 3953.0, 3964.0, 3984.0, 3943.0, 3973.0, 3932.0, 3973.0, 3944.0, 3974.0, 3941.0, 3975.0, 3928.0, 3972.0, 3951.0, 3953.0, 3982.0, 3942.0, 3982.0, 3941.0, 3972.0, 3939.0, 3975.0, 3932.0, 3985.0, 3932.0, 3975.0, 3942.0, 3963.0, 3973.0, 3933.0, 3963.0, 3944.0, 3974.0, 3944.0, 3987.0, 3955.0, 3963.0, 3933.0, 3961.0, 3941.0, 3963.0, 3958.0, 3987.0, 3946.0], 'WindowWidth': [8950.0, 8881.0, 8892.0, 8846.0, 8888.0, 8828.0, 8895.0, 8826.0, 8894.0, 8822.0, 8873.0, 8808.0, 8879.0, 8821.0, 8876.0, 8819.0, 8875.0, 8801.0, 8860.0, 8816.0, 8850.0, 8867.0, 8830.0, 8857.0, 8822.0, 8857.0, 8803.0, 8874.0, 8824.0, 8811.0, 8896.0, 8826.0, 8889.0, 8851.0, 8901.0, 8907.0, 8905.0, 8858.0, 8897.0, 8827.0, 8863.0, 8824.0, 8862.0, 8820.0, 8856.0, 8816.0, 8862.0, 8825.0, 8847.0, 8818.0, 8840.0, 8806.0, 8878.0, 8835.0, 8864.0, 8830.0, 8820.0, 8844.0, 8822.0, 8865.0, 8823.0, 8862.0, 8805.0, 8891.0, 8806.0, 8866.0, 8848.0, 8852.0, 8846.0, 8825.0, 8876.0, 8822.0, 8879.0, 8819.0, 8878.0, 8803.0, 8859.0, 8816.0, 8822.0, 8876.0, 8823.0, 8858.0, 8819.0, 8859.0, 8823.0, 8880.0, 8823.0, 8880.0, 8825.0, 8881.0, 8819.0, 8866.0, 8872.0, 8820.0, 8879.0, 8819.0, 8877.0, 8786.0, 8856.0, 8829.0, 8815.0, 8852.0, 8791.0, 8830.0, 8795.0, 8833.0, 8792.0, 8840.0, 8794.0, 8845.0, 8852.0, 8814.0, 8851.0, 8799.0, 8853.0, 8777.0, 8851.0, 8817.0, 8810.0, 8847.0, 8792.0, 8834.0, 8767.0, 8851.0, 8791.0, 8823.0, 8778.0, 8808.0, 8780.0, 8798.0, 8850.0, 8814.0, 8856.0, 8818.0, 8839.0, 8817.0, 8860.0, 8799.0, 8863.0, 8872.0, 8817.0, 8856.0, 8801.0, 8840.0, 8818.0, 8870.0, 8809.0, 8821.0, 8834.0, 8824.0, 8841.0, 8828.0, 8857.0, 8899.0, 8896.0, 8838.0, 8878.0, 8819.0, 8839.0, 8793.0, 8852.0, 8785.0, 8830.0, 8804.0, 8799.0, 8808.0, 8766.0, 8803.0, 8762.0, 8791.0, 8780.0, 8800.0, 8786.0, 8841.0, 8770.0, 8816.0, 8798.0, 8785.0, 8844.0, 8796.0, 8833.0, 8789.0, 8820.0, 8779.0, 8836.0, 8792.0, 8843.0, 8807.0, 8811.0, 8797.0, 8815.0, 8852.0, 8818.0, 8873.0, 8821.0, 8856.0, 8819.0, 8862.0, 8801.0, 8859.0, 8817.0, 8843.0, 8805.0, 8865.0, 8832.0, 8837.0, 8896.0, 8822.0, 8882.0, 8825.0, 8863.0, 8819.0, 8850.0, 8838.0, 8872.0, 8824.0, 8865.0, 8841.0, 8850.0, 8825.0, 8884.0, 8843.0, 8897.0, 8863.0, 8916.0, 8872.0, 8865.0, 8866.0, 8820.0, 8861.0, 8845.0, 8858.0, 8837.0, 8842.0, 8798.0, 8842.0, 8799.0, 8855.0, 8800.0, 8858.0, 8800.0, 8856.0, 8813.0, 8873.0, 8828.0, 8873.0, 8856.0, 8830.0, 8854.0, 8801.0, 8854.0, 8801.0, 8842.0, 8797.0, 8833.0, 8799.0, 8856.0, 8800.0, 8862.0, 8872.0, 8817.0, 8871.0, 8818.0, 8857.0, 8816.0, 8875.0, 8816.0, 8861.0, 8821.0, 8861.0, 8846.0, 8823.0, 8876.0, 8836.0, 8881.0, 8816.0, 8873.0, 8814.0, 8829.0, 8849.0, 8797.0, 8856.0, 8794.0, 8869.0, 8779.0, 8838.0, 8820.0, 8798.0, 8854.0, 8798.0, 8845.0, 8798.0, 8860.0, 8813.0, 8821.0, 8873.0, 8819.0, 8876.0, 8819.0, 8863.0, 8822.0, 8882.0, 8822.0, 8868.0, 8849.0, 8825.0, 8876.0, 8841.0, 8883.0, 8820.0, 8863.0, 8806.0, 8851.0, 8872.0, 8838.0, 8881.0, 8820.0, 8875.0, 8805.0, 8866.0, 8858.0, 8821.0, 8877.0, 8817.0, 8875.0, 8801.0, 8847.0, 8871.0, 8817.0, 8874.0, 8799.0, 8855.0, 8795.0, 8812.0, 8854.0, 8799.0, 8855.0, 8801.0, 8855.0, 8788.0, 8851.0, 8818.0, 8836.0, 8870.0, 8834.0, 8872.0, 8823.0, 8859.0, 8823.0, 8862.0, 8815.0, 8846.0, 8820.0, 8881.0, 8821.0, 8897.0, 8834.0, 8871.0, 8809.0, 8867.0, 8860.0, 8849.0, 8859.0, 8833.0, 8855.0, 8818.0, 8869.0, 8818.0, 8861.0, 8805.0, 8846.0, 8802.0, 8871.0, 8798.0, 8856.0, 8841.0, 8831.0, 8867.0, 8814.0, 8853.0, 8802.0, 8856.0, 8816.0, 8868.0, 8798.0, 8856.0, 8811.0, 8802.0, 8857.0, 8818.0, 8856.0, 8834.0, 8871.0, 8820.0, 8876.0, 8823.0, 8876.0, 8819.0, 8843.0, 8801.0, 8860.0, 8812.0, 8845.0, 8845.0, 8831.0, 8871.0, 8819.0, 8858.0, 8800.0, 8858.0, 8804.0, 8856.0, 8798.0, 8868.0, 8798.0, 8860.0, 8847.0, 8854.0, 8805.0, 8861.0, 8825.0, 8867.0, 8828.0, 8863.0, 8794.0, 8842.0, 8817.0, 8860.0, 8839.0, 8851.0, 8916.0, 8863.0, 8877.0, 8817.0, 8882.0, 8818.0, 8864.0, 8830.0, 8842.0, 8797.0, 8818.0, 8756.0, 8779.0, 8799.0, 8830.0, 8837.0, 8865.0, 8826.0, 8821.0, 8884.0, 8888.0, 8815.0, 8865.0, 8798.0, 8856.0, 8784.0, 8851.0, 8798.0, 8849.0, 8776.0, 8829.0, 8764.0, 8795.0, 8800.0, 8747.0, 8801.0, 8748.0, 8792.0, 8749.0, 8791.0, 8744.0, 8762.0, 8756.0, 8744.0, 8734.0, 8781.0, 8760.0, 8803.0, 8797.0, 8854.0, 8791.0, 8832.0, 8784.0, 8772.0, 8822.0, 8773.0, 8824.0, 8755.0, 8802.0, 8761.0, 8802.0, 8770.0, 8839.0, 8797.0, 8809.0, 8798.0, 8816.0, 8856.0, 8820.0, 8873.0, 8820.0, 8866.0, 8804.0, 8863.0, 8822.0, 8884.0, 8833.0, 8906.0, 8848.0, 8863.0, 8819.0, 8860.0, 8829.0, 8875.0, 8896.0, 8873.0, 8868.0, 8860.0, 8895.0, 8834.0, 8903.0, 8828.0, 8875.0, 8822.0, 8875.0, 8826.0, 8857.0, 8894.0, 8901.0, 8902.0, 8886.0, 8871.0, 8895.0, 8823.0, 8880.0, 8848.0, 8875.0, 8814.0, 8840.0, 8835.0, 8798.0, 8872.0, 8802.0, 8858.0, 8805.0, 8828.0, 8790.0, 8853.0, 8807.0, 8851.0, 8834.0, 8882.0, 8858.0, 8827.0, 8896.0, 8825.0, 8886.0, 8854.0, 8864.0, 8838.0, 8866.0, 8885.0, 8819.0, 8871.0, 8797.0, 8819.0, 8780.0, 8823.0, 8802.0, 8858.0, 8807.0, 8864.0, 8816.0, 8886.0, 8832.0, 8913.0, 8846.0, 8883.0, 8830.0, 8864.0, 8832.0, 8887.0, 8892.0, 8822.0, 8873.0, 8801.0, 8853.0, 8801.0, 8854.0, 8802.0, 8859.0, 8802.0, 8843.0, 8799.0, 8886.0, 8802.0, 8860.0, 8854.0, 8813.0, 8865.0, 8813.0, 8854.0, 8778.0, 8866.0, 8784.0, 8860.0, 8830.0, 8819.0, 8868.0, 8815.0, 8859.0, 8789.0, 8852.0, 8786.0, 8857.0, 8800.0, 8861.0, 8845.0, 8848.0, 8830.0, 8821.0, 8870.0, 8820.0, 8877.0, 8808.0, 8867.0, 8791.0, 8857.0, 8791.0, 8860.0, 8810.0, 8856.0, 8799.0, 8861.0, 8805.0, 8855.0, 8850.0, 8902.0, 8879.0, 8901.0, 8881.0, 8866.0, 8870.0, 8897.0, 8811.0, 8874.0, 8801.0, 8851.0, 8783.0, 8853.0, 8797.0, 8853.0, 8783.0, 8840.0, 8803.0, 8863.0, 8832.0, 8889.0, 8874.0, 8911.0, 8852.0, 8882.0, 8827.0, 8928.0, 8849.0, 8897.0, 8829.0, 8880.0, 8825.0, 8881.0, 8841.0, 8911.0, 8835.0, 8854.0, 8794.0, 8841.0, 8852.0, 8798.0, 8834.0, 8797.0, 8824.0, 8817.0, 8872.0, 8818.0, 8868.0, 8817.0, 8868.0, 8817.0, 8858.0, 8806.0, 8862.0, 8822.0, 8867.0, 8802.0, 8877.0, 8831.0, 8862.0, 8853.0, 8798.0, 8820.0, 8797.0, 8824.0, 8818.0, 8873.0, 8820.0, 8861.0, 8836.0, 8874.0, 8833.0, 8898.0, 8891.0, 8949.0, 8874.0, 8923.0, 8869.0, 8906.0, 8868.0, 8914.0, 8866.0, 8866.0, 8813.0, 8855.0, 8850.0, 8874.0, 8816.0, 8869.0, 8798.0, 8854.0, 8793.0, 8854.0, 8818.0, 8797.0, 8845.0, 8793.0, 8820.0, 8780.0, 8851.0, 8779.0, 8849.0, 8798.0, 8828.0, 8799.0, 8849.0, 8828.0, 8828.0, 8805.0, 8878.0, 8825.0, 8848.0, 8824.0, 8867.0, 8840.0, 8893.0, 8871.0, 8921.0, 8869.0, 8881.0, 8819.0, 8844.0, 8779.0, 8833.0, 8774.0, 8802.0, 8773.0, 8846.0, 8790.0, 8837.0, 8819.0, 8798.0, 8845.0, 8809.0, 8834.0, 8798.0, 8838.0, 8802.0, 8844.0, 8818.0, 8865.0, 8818.0, 8872.0, 8803.0, 8883.0, 8876.0, 8822.0, 8893.0, 8843.0, 8862.0, 8801.0, 8872.0, 8815.0, 8863.0, 8835.0, 8813.0, 8850.0, 8792.0, 8840.0, 8810.0, 8860.0, 8815.0, 8860.0, 8827.0, 8815.0, 8854.0, 8817.0, 8864.0, 8806.0, 8859.0, 8786.0, 8833.0, 8805.0, 8853.0, 8856.0, 8862.0, 8870.0, 8848.0, 8897.0, 8846.0, 8901.0, 8846.0, 8865.0, 8819.0, 8862.0, 8815.0, 8873.0, 8831.0, 8863.0, 8801.0, 8845.0, 8830.0, 8847.0, 8872.0, 8816.0, 8856.0, 8799.0, 8857.0, 8820.0, 8860.0, 8813.0, 8862.0, 8792.0, 8854.0, 8825.0, 8829.0, 8866.0, 8815.0, 8866.0, 8813.0, 8854.0, 8809.0, 8862.0, 8801.0, 8874.0, 8799.0, 8860.0, 8815.0, 8845.0, 8855.0, 8803.0, 8842.0, 8820.0, 8859.0, 8821.0, 8881.0, 8837.0, 8843.0, 8803.0, 8837.0, 8812.0, 8845.0, 8845.0, 8883.0, 8827.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.0002105632183908046</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019140796436781612</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.157861759953974</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.200255451852703</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9863863476179516</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4394</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6485.583</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08922206707273357</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.172413793103448</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4147371727807005</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3240253082272826</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6083640287208465</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3118221813939734</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0140899</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01914900168776512</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02151724509894848</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.768211320106555</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>45.5582</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.832</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.0014</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310124.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>597.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>292.6339</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0823</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>523.7754</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3212.7016</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3415.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66420.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>995.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4238.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.2587</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.21576332813129</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> |