=== 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-0126 --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-0126",
"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-0126_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0126_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0126/ses-01/func/sub-0126_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>b9670ed0494b65d1607e07756d72dc06</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>19:52:4.245000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998815, 0.0352021, 0.0336033, -0.0355776, 0.99931, 0.0106416]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.105239</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4217, -7807, -7223, 0, -118, -141, -44, 121]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>289.95</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ba7a6b9d-8260-4a49-b942-d874e690d187||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797478199005127, -0.09545208513736725, 0.08965486288070679, 118.63660430908203], [-0.09444472938776016, 2.6810762882232666, 0.03192627429962158, -78.93059539794922], [0.09015516936779022, -0.02855071611702442, 2.698322296142578, -78.11164855957031], [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': ['195204.245000', '195204.705000', '195205.165000', '195205.625000', '195206.085000', '195206.545000', '195207.005000', '195207.465000', '195207.925000', '195208.385000', '195208.845000', '195209.305000', '195209.765000', '195210.225000', '195210.685000', '195211.145000', '195211.605000', '195212.065000', '195212.525000', '195212.985000', '195213.445000', '195213.905000', '195214.365000', '195214.825000', '195215.285000', '195215.745000', '195216.205000', '195216.665000', '195217.125000', '195217.585000', '195218.045000', '195218.505000', '195218.965000', '195219.425000', '195219.885000', '195220.345000', '195220.805000', '195221.265000', '195221.725000', '195222.185000', '195222.645000', '195223.105000', '195223.565000', '195224.025000', '195224.485000', '195224.945000', '195225.405000', '195225.865000', '195226.325000', '195226.785000', '195227.245000', '195227.705000', '195228.165000', '195228.625000', '195229.085000', '195229.545000', '195230.005000', '195230.465000', '195230.925000', '195231.385000', '195231.845000', '195232.305000', '195232.765000', '195233.225000', '195233.685000', '195234.145000', '195234.605000', '195235.065000', '195235.525000', '195235.985000', '195236.445000', '195236.905000', '195237.365000', '195237.825000', '195238.285000', '195238.745000', '195239.205000', '195239.665000', '195240.125000', '195240.585000', '195241.045000', '195241.505000', '195241.965000', '195242.425000', '195242.885000', '195243.345000', '195243.805000', '195244.265000', '195244.725000', '195245.185000', '195245.645000', '195246.105000', '195246.565000', '195247.025000', '195247.485000', '195247.945000', '195248.405000', '195248.865000', '195249.325000', '195249.785000', '195250.245000', '195250.705000', '195251.165000', '195251.625000', '195252.085000', '195252.545000', '195253.005000', '195253.465000', '195253.925000', '195254.385000', '195254.845000', '195255.305000', '195255.765000', '195256.225000', '195256.685000', '195257.145000', '195257.605000', '195258.065000', '195258.525000', '195258.985000', '195259.445000', '195259.905000', '195300.365000', '195300.825000', '195301.285000', '195301.745000', '195302.205000', '195302.665000', '195303.125000', '195303.585000', '195304.045000', '195304.505000', '195304.965000', '195305.425000', '195305.885000', '195306.345000', '195306.805000', '195307.265000', '195307.725000', '195308.185000', '195308.645000', '195309.105000', '195309.565000', '195310.025000', '195310.485000', '195310.945000', '195311.405000', '195311.865000', '195312.325000', '195312.785000', '195313.245000', '195313.705000', '195314.165000', '195314.625000', '195315.085000', '195315.545000', '195316.005000', '195316.465000', '195316.925000', '195317.385000', '195317.845000', '195318.305000', '195318.765000', '195319.225000', '195319.685000', '195320.145000', '195320.605000', '195321.065000', '195321.525000', '195321.985000', '195322.445000', '195322.905000', '195323.365000', '195323.825000', '195324.285000', '195324.745000', '195325.205000', '195325.665000', '195326.125000', '195326.585000', '195327.045000', '195327.505000', '195327.965000', '195328.425000', '195328.885000', '195329.345000', '195329.805000', '195330.265000', '195330.725000', '195331.185000', '195331.645000', '195332.105000', '195332.565000', '195333.025000', '195333.485000', '195333.945000', '195334.405000', '195334.865000', '195335.325000', '195335.785000', '195336.245000', '195336.705000', '195337.165000', '195337.625000', '195338.085000', '195338.545000', '195339.005000', '195339.465000', '195339.925000', '195340.385000', '195340.845000', '195341.305000', '195341.765000', '195342.225000', '195342.685000', '195343.145000', '195343.605000', '195344.065000', '195344.525000', '195344.985000', '195345.445000', '195345.905000', '195346.365000', '195346.825000', '195347.285000', '195347.745000', '195348.205000', '195348.665000', '195349.125000', '195349.585000', '195350.045000', '195350.505000', '195350.965000', '195351.425000', '195351.885000', '195352.345000', '195352.805000', '195353.265000', '195353.725000', '195354.185000', '195354.645000', '195355.105000', '195355.565000', '195356.025000', '195356.485000', '195356.945000', '195357.405000', '195357.865000', '195358.325000', '195358.785000', '195359.245000', '195359.705000', '195400.165000', '195400.625000', '195401.085000', '195401.545000', '195402.005000', '195402.465000', '195402.925000', '195403.385000', '195403.845000', '195404.305000', '195404.765000', '195405.225000', '195405.685000', '195406.145000', '195406.605000', '195407.065000', '195407.525000', '195407.985000', '195408.445000', '195408.905000', '195409.365000', '195409.825000', '195410.285000', '195410.745000', '195411.205000', '195411.665000', '195412.125000', '195412.585000', '195413.045000', '195413.505000', '195413.965000', '195414.425000', '195414.885000', '195415.345000', '195415.805000', '195416.265000', '195416.725000', '195417.185000', '195417.645000', '195418.105000', '195418.565000', '195419.025000', '195419.485000', '195419.945000', '195420.405000', '195420.865000', '195421.325000', '195421.785000', '195422.245000', '195422.705000', '195423.165000', '195423.625000', '195424.085000', '195424.545000', '195425.005000', '195425.465000', '195425.925000', '195426.385000', '195426.845000', '195427.305000', '195427.765000', '195428.225000', '195428.685000', '195429.145000', '195429.605000', '195430.065000', '195430.525000', '195430.985000', '195431.445000', '195431.905000', '195432.365000', '195432.825000', '195433.285000', '195433.745000', '195434.205000', '195434.665000', '195435.125000', '195435.585000', '195436.045000', '195436.505000', '195436.965000', '195437.425000', '195437.885000', '195438.345000', '195438.805000', '195439.265000', '195439.725000', '195440.185000', '195440.645000', '195441.105000', '195441.565000', '195442.025000', '195442.485000', '195442.945000', '195443.405000', '195443.865000', '195444.325000', '195444.785000', '195445.245000', '195445.705000', '195446.165000', '195446.625000', '195447.085000', '195447.545000', '195448.005000', '195448.465000', '195448.925000', '195449.385000', '195449.845000', '195450.305000', '195450.765000', '195451.225000', '195451.685000', '195452.145000', '195452.605000', '195453.065000', '195453.525000', '195453.985000', '195454.445000', '195454.905000', '195455.365000', '195455.825000', '195456.285000', '195456.745000', '195457.205000', '195457.665000', '195458.125000', '195458.585000', '195459.045000', '195459.505000', '195459.965000', '195500.425000', '195500.885000', '195501.345000', '195501.805000', '195502.265000', '195502.725000', '195503.185000', '195503.645000', '195504.105000', '195504.565000', '195505.025000', '195505.485000', '195505.945000', '195506.405000', '195506.865000', '195507.325000', '195507.785000', '195508.245000', '195508.705000', '195509.165000', '195509.625000', '195510.085000', '195510.545000', '195511.005000', '195511.465000', '195511.925000', '195512.385000', '195512.845000', '195513.305000', '195513.765000', '195514.225000', '195514.685000', '195515.145000', '195515.605000', '195516.065000', '195516.525000', '195516.985000', '195517.445000', '195517.905000', '195518.365000', '195518.825000', '195519.285000', '195519.745000', '195520.205000', '195520.665000', '195521.125000', '195521.585000', '195522.045000', '195522.505000', '195522.965000', '195523.425000', '195523.885000', '195524.345000', '195524.805000', '195525.265000', '195525.725000', '195526.185000', '195526.645000', '195527.105000', '195527.565000', '195528.025000', '195528.485000', '195528.945000', '195529.405000', '195529.865000', '195530.325000', '195530.785000', '195531.245000', '195531.705000', '195532.165000', '195532.625000', '195533.085000', '195533.545000', '195534.005000', '195534.465000', '195534.925000', '195535.385000', '195535.845000', '195536.305000', '195536.765000', '195537.225000', '195537.685000', '195538.145000', '195538.605000', '195539.065000', '195539.525000', '195539.985000', '195540.445000', '195540.905000', '195541.365000', '195541.825000', '195542.285000', '195542.745000', '195543.205000', '195543.665000', '195544.125000', '195544.585000', '195545.045000', '195545.505000', '195545.965000', '195546.425000', '195546.885000', '195547.345000', '195547.805000', '195548.265000', '195548.725000', '195549.185000', '195549.645000', '195550.105000', '195550.565000', '195551.025000', '195551.485000', '195551.945000', '195552.405000', '195552.865000', '195553.325000', '195553.785000', '195554.245000', '195554.705000', '195555.165000', '195555.625000', '195556.085000', '195556.545000', '195557.005000', '195557.465000', '195557.925000', '195558.385000', '195558.845000', '195559.305000', '195559.765000', '195600.225000', '195600.685000', '195601.145000', '195601.605000', '195602.065000', '195602.525000', '195602.985000', '195603.445000', '195603.905000', '195604.365000', '195604.825000', '195605.285000', '195605.745000', '195606.205000', '195606.665000', '195607.125000', '195607.585000', '195608.045000', '195608.505000', '195608.965000', '195609.425000', '195609.885000', '195610.345000', '195610.805000', '195611.265000', '195611.725000', '195612.185000', '195612.645000', '195613.105000', '195613.565000', '195614.025000', '195614.485000', '195614.945000', '195615.405000', '195615.865000', '195616.325000', '195616.785000', '195617.245000', '195617.705000', '195618.165000', '195618.625000', '195619.085000', '195619.545000', '195620.005000', '195620.465000', '195620.925000', '195621.385000', '195621.845000', '195622.305000', '195622.765000', '195623.225000', '195623.685000', '195624.145000', '195624.605000', '195625.065000', '195625.525000', '195625.985000', '195626.445000', '195626.905000', '195627.365000', '195627.825000', '195628.285000', '195628.745000', '195629.205000', '195629.665000', '195630.125000', '195630.585000', '195631.045000', '195631.505000', '195631.965000', '195632.425000', '195632.885000', '195633.345000', '195633.805000', '195634.265000', '195634.725000', '195635.185000', '195635.645000', '195636.105000', '195636.565000', '195637.025000', '195637.485000', '195637.945000', '195638.405000', '195638.865000', '195639.325000', '195639.785000', '195640.245000', '195640.705000', '195641.165000', '195641.625000', '195642.085000', '195642.545000', '195643.005000', '195643.465000', '195643.925000', '195644.385000', '195644.845000', '195645.305000', '195645.765000', '195646.225000', '195646.685000', '195647.145000', '195647.605000', '195648.065000', '195648.525000', '195648.985000', '195649.445000', '195649.905000', '195650.365000', '195650.825000', '195651.285000', '195651.745000', '195652.205000', '195652.665000', '195653.125000', '195653.585000', '195654.045000', '195654.505000', '195654.965000', '195655.425000', '195655.885000', '195656.345000', '195656.805000', '195657.265000', '195657.725000', '195658.185000', '195658.645000', '195659.105000', '195659.565000', '195700.025000', '195700.485000', '195700.945000', '195701.405000', '195701.865000', '195702.325000', '195702.785000', '195703.245000', '195703.705000', '195704.165000', '195704.625000', '195705.085000', '195705.545000', '195706.005000', '195706.465000', '195706.925000', '195707.385000', '195707.845000', '195708.305000', '195708.765000', '195709.225000', '195709.685000', '195710.145000', '195710.605000', '195711.065000', '195711.525000', '195711.985000', '195712.445000', '195712.905000', '195713.365000', '195713.825000', '195714.285000', '195714.745000', '195715.205000', '195715.665000', '195716.125000', '195716.585000', '195717.045000', '195717.505000', '195717.965000', '195718.425000', '195718.885000', '195719.345000', '195719.805000', '195720.265000', '195720.725000', '195721.185000', '195721.645000', '195722.105000', '195722.565000', '195723.025000', '195723.485000', '195723.945000', '195724.405000', '195724.865000', '195725.325000', '195725.785000', '195726.245000', '195726.705000', '195727.165000', '195727.625000', '195728.085000', '195728.545000', '195729.005000', '195729.465000', '195729.925000', '195730.385000', '195730.845000', '195731.305000', '195731.765000', '195732.225000', '195732.685000', '195733.145000', '195733.605000', '195734.065000', '195734.525000', '195734.985000', '195735.445000', '195735.905000', '195736.365000', '195736.825000', '195737.285000', '195737.745000', '195738.205000', '195738.665000', '195739.125000', '195739.585000', '195740.045000', '195740.505000', '195740.965000', '195741.425000', '195741.885000', '195742.345000', '195742.805000', '195743.265000', '195743.725000', '195744.185000', '195744.645000', '195745.105000', '195745.565000', '195746.025000', '195746.485000', '195746.945000', '195747.405000', '195747.865000', '195748.325000', '195748.785000', '195749.245000', '195749.705000', '195750.165000', '195750.625000', '195751.085000', '195751.545000', '195752.005000', '195752.465000', '195752.925000', '195753.385000', '195753.845000', '195754.305000', '195754.765000', '195755.225000', '195755.685000', '195756.145000', '195756.605000', '195757.065000', '195757.525000', '195757.985000', '195758.445000', '195758.905000', '195759.365000', '195759.825000', '195800.285000', '195800.745000', '195801.205000', '195801.665000', '195802.125000', '195802.585000', '195803.045000', '195803.505000', '195803.965000', '195804.425000', '195804.885000', '195805.345000', '195805.805000', '195806.265000', '195806.725000', '195807.185000', '195807.645000', '195808.105000', '195808.565000', '195809.025000', '195809.485000', '195809.945000', '195810.405000', '195810.865000', '195811.325000', '195811.785000', '195812.245000', '195812.705000', '195813.165000', '195813.625000', '195814.085000', '195814.545000', '195815.005000', '195815.465000', '195815.925000', '195816.385000', '195816.845000', '195817.305000', '195817.765000', '195818.225000', '195818.685000', '195819.145000', '195819.605000', '195820.065000', '195820.525000', '195820.985000', '195821.445000', '195821.905000', '195822.365000', '195822.825000', '195823.285000', '195823.745000', '195824.205000', '195824.665000', '195825.125000', '195825.585000', '195826.045000', '195826.505000', '195826.965000', '195827.425000', '195827.885000', '195828.345000', '195828.805000', '195829.265000', '195829.725000', '195830.185000', '195830.645000', '195831.105000', '195831.565000', '195832.025000', '195832.485000', '195832.945000', '195833.405000', '195833.865000', '195834.325000', '195834.785000', '195835.245000', '195835.705000', '195836.165000', '195836.625000', '195837.085000', '195837.545000', '195838.005000', '195838.465000', '195838.925000', '195839.385000', '195839.845000', '195840.305000', '195840.765000', '195841.225000', '195841.685000', '195842.145000', '195842.605000', '195843.065000', '195843.525000', '195843.985000', '195844.445000', '195844.905000'], 'ContentTime': ['195222.740000', '195222.744000', '195222.758000', '195222.761000', '195222.763000', '195222.766000', '195222.768000', '195222.771000', '195222.773000', '195222.776000', '195222.779000', '195222.781000', '195222.784000', '195222.786000', '195222.797000', '195222.800000', '195222.802000', '195222.805000', '195222.807000', '195222.810000', '195222.812000', '195222.815000', '195222.818000', '195222.820000', '195222.823000', '195222.825000', '195222.828000', '195222.830000', '195222.833000', '195222.835000', '195222.838000', '195222.841000', '195222.843000', '195222.846000', '195222.848000', '195222.851000', '195222.853000', '195242.709000', '195242.711000', '195242.714000', '195242.725000', '195242.727000', '195242.731000', '195242.734000', '195242.737000', '195242.739000', '195242.742000', '195242.744000', '195242.747000', '195242.750000', '195242.752000', '195242.755000', '195242.757000', '195242.760000', '195242.762000', '195242.765000', '195242.768000', '195242.770000', '195242.773000', '195242.775000', '195242.778000', '195242.780000', '195242.783000', '195242.785000', '195242.788000', '195242.791000', '195242.793000', '195242.796000', '195242.798000', '195242.801000', '195242.803000', '195242.806000', '195242.809000', '195242.811000', '195242.814000', '195242.816000', '195242.819000', '195242.821000', '195242.824000', '195242.826000', '195302.709000', '195302.711000', '195302.714000', '195302.716000', '195302.719000', '195302.722000', '195302.724000', '195302.727000', '195302.729000', '195302.732000', '195302.734000', '195302.737000', '195302.739000', '195302.742000', '195302.745000', '195302.747000', '195302.750000', '195302.752000', '195302.755000', '195302.758000', '195302.760000', '195302.763000', '195302.765000', '195302.768000', '195302.770000', '195302.773000', '195302.775000', '195302.778000', '195302.780000', '195302.783000', '195302.785000', '195302.788000', '195302.791000', '195302.793000', '195302.796000', '195302.804000', '195302.806000', '195302.809000', '195302.811000', '195302.814000', '195302.816000', '195302.819000', '195302.821000', '195302.824000', '195322.709000', '195322.711000', '195322.739000', '195322.742000', '195322.744000', '195322.747000', '195322.750000', '195322.752000', '195322.755000', '195322.757000', '195322.760000', '195322.763000', '195322.765000', '195322.768000', '195322.770000', '195322.773000', '195322.777000', '195322.779000', '195322.783000', '195322.785000', '195322.788000', '195322.791000', '195322.793000', '195322.796000', '195322.798000', '195322.801000', '195322.804000', '195322.806000', '195322.809000', '195322.811000', '195322.814000', '195322.817000', '195322.819000', '195322.822000', '195322.824000', '195322.827000', '195322.829000', '195322.832000', '195322.839000', '195322.842000', '195322.844000', '195322.847000', '195322.850000', '195342.709000', '195342.712000', '195342.714000', '195342.717000', '195342.719000', '195342.722000', '195342.724000', '195342.727000', '195342.730000', '195342.732000', '195342.735000', '195342.737000', '195342.740000', '195342.743000', '195342.745000', '195342.748000', '195342.750000', '195342.753000', '195342.756000', '195342.758000', '195342.761000', '195342.763000', '195342.766000', '195342.768000', '195342.771000', '195342.774000', '195342.776000', '195342.779000', '195342.781000', '195342.784000', '195342.787000', '195342.789000', '195342.800000', '195342.803000', '195342.806000', '195342.808000', '195342.811000', '195342.813000', '195342.816000', '195342.818000', '195342.821000', '195342.824000', '195342.826000', '195342.829000', '195402.708000', '195402.710000', '195402.713000', '195402.716000', '195402.718000', '195402.721000', '195402.723000', '195402.726000', '195402.729000', '195402.731000', '195402.734000', '195402.736000', '195402.739000', '195402.741000', '195402.744000', '195402.747000', '195402.749000', '195402.752000', '195402.754000', '195402.757000', '195402.759000', '195402.762000', '195402.765000', '195402.767000', '195402.770000', '195402.772000', '195402.775000', '195402.777000', '195402.780000', '195402.783000', '195402.785000', '195402.788000', '195402.790000', '195402.793000', '195402.796000', '195402.799000', '195402.802000', '195402.810000', '195402.813000', '195402.815000', '195402.818000', '195402.820000', '195402.823000', '195422.709000', '195422.711000', '195422.714000', '195422.717000', '195422.719000', '195422.722000', '195422.724000', '195422.727000', '195422.739000', '195422.741000', '195422.744000', '195422.747000', '195422.749000', '195422.752000', '195422.755000', '195422.757000', '195422.760000', '195422.762000', '195422.765000', '195422.768000', '195422.770000', '195422.773000', '195422.775000', '195422.778000', '195422.781000', '195422.783000', '195422.786000', '195422.788000', '195422.791000', '195422.794000', '195422.796000', '195422.799000', '195422.802000', '195422.804000', '195422.807000', '195422.809000', '195422.812000', '195422.814000', '195422.817000', '195422.820000', '195422.822000', '195422.825000', '195422.827000', '195422.830000', '195442.709000', '195442.711000', '195442.714000', '195442.717000', '195442.719000', '195442.722000', '195442.724000', '195442.727000', '195442.729000', '195442.732000', '195442.735000', '195442.737000', '195442.740000', '195442.742000', '195442.745000', '195442.748000', '195442.750000', '195442.753000', '195442.755000', '195442.758000', '195442.760000', '195442.763000', '195442.766000', '195442.768000', '195442.771000', '195442.773000', '195442.776000', '195442.778000', '195442.781000', '195442.784000', '195442.786000', '195442.789000', '195442.800000', '195442.802000', '195442.805000', '195442.807000', '195442.810000', '195442.812000', '195442.815000', '195442.818000', '195442.820000', '195442.837000', '195442.840000', '195502.708000', '195502.711000', '195502.714000', '195502.716000', '195502.719000', '195502.722000', '195502.724000', '195502.727000', '195502.729000', '195502.732000', '195502.735000', '195502.737000', '195502.740000', '195502.743000', '195502.745000', '195502.748000', '195502.750000', '195502.753000', '195502.755000', '195502.758000', '195502.761000', '195502.763000', '195502.766000', '195502.768000', '195502.771000', '195502.773000', '195502.776000', '195502.779000', '195502.781000', '195502.784000', '195502.786000', '195502.789000', '195502.792000', '195502.794000', '195502.797000', '195502.799000', '195502.802000', '195502.804000', '195502.807000', '195502.810000', '195502.812000', '195502.815000', '195502.817000', '195502.820000', '195522.708000', '195522.711000', '195522.714000', '195522.716000', '195522.719000', '195522.722000', '195522.724000', '195522.727000', '195522.729000', '195522.732000', '195522.735000', '195522.737000', '195522.740000', '195522.742000', '195522.745000', '195522.757000', '195522.759000', '195522.762000', '195522.764000', '195522.767000', '195522.770000', '195522.773000', '195522.776000', '195522.779000', '195522.781000', '195522.784000', '195522.787000', '195522.789000', '195522.792000', '195522.794000', '195522.797000', '195522.800000', '195522.802000', '195522.805000', '195522.807000', '195522.810000', '195522.812000', '195522.815000', '195522.818000', '195522.820000', '195522.823000', '195522.825000', '195522.828000', '195542.708000', '195542.711000', '195542.714000', '195542.717000', '195542.719000', '195542.722000', '195542.724000', '195542.727000', '195542.729000', '195542.732000', '195542.735000', '195542.737000', '195542.740000', '195542.743000', '195542.745000', '195542.748000', '195542.750000', '195542.753000', '195542.755000', '195542.758000', '195542.761000', '195542.763000', '195542.766000', '195542.768000', '195542.771000', '195542.774000', '195542.776000', '195542.779000', '195542.781000', '195542.784000', '195542.786000', '195542.789000', '195542.792000', '195542.794000', '195542.797000', '195542.799000', '195542.802000', '195542.804000', '195542.807000', '195542.810000', '195542.812000', '195542.815000', '195542.817000', '195542.820000', '195602.708000', '195602.711000', '195602.714000', '195602.717000', '195602.719000', '195602.722000', '195602.724000', '195602.727000', '195602.729000', '195602.732000', '195602.735000', '195602.737000', '195602.740000', '195602.743000', '195602.745000', '195602.748000', '195602.750000', '195602.753000', '195602.755000', '195602.758000', '195602.761000', '195602.763000', '195602.766000', '195602.768000', '195602.771000', '195602.774000', '195602.776000', '195602.779000', '195602.781000', '195602.784000', '195602.787000', '195602.789000', '195602.792000', '195602.794000', '195602.797000', '195602.800000', '195602.802000', '195602.805000', '195602.807000', '195602.810000', '195602.813000', '195602.815000', '195602.818000', '195622.707000', '195622.710000', '195622.713000', '195622.716000', '195622.718000', '195622.721000', '195622.723000', '195622.726000', '195622.729000', '195622.731000', '195622.734000', '195622.736000', '195622.739000', '195622.742000', '195622.744000', '195622.747000', '195622.750000', '195622.752000', '195622.755000', '195622.757000', '195622.760000', '195622.762000', '195622.765000', '195622.777000', '195622.779000', '195622.782000', '195622.785000', '195622.787000', '195622.790000', '195622.792000', '195622.795000', '195622.798000', '195622.800000', '195622.803000', '195622.811000', '195622.813000', '195622.816000', '195622.818000', '195622.821000', '195622.823000', '195622.826000', '195622.829000', '195622.831000', '195622.834000', '195642.709000', '195642.711000', '195642.714000', '195642.717000', '195642.719000', '195642.722000', '195642.724000', '195642.727000', '195642.730000', '195642.732000', '195642.735000', '195642.738000', '195642.740000', '195642.743000', '195642.745000', '195642.748000', '195642.751000', '195642.753000', '195642.756000', '195642.758000', '195642.761000', '195642.764000', '195642.766000', '195642.769000', '195642.772000', '195642.774000', '195642.777000', '195642.779000', '195642.782000', '195642.785000', '195642.787000', '195642.790000', '195642.792000', '195642.795000', '195642.798000', '195642.800000', '195642.803000', '195642.806000', '195642.808000', '195642.811000', '195642.813000', '195642.816000', '195642.819000', '195702.709000', '195702.712000', '195702.714000', '195702.717000', '195702.720000', '195702.722000', '195702.725000', '195702.728000', '195702.730000', '195702.733000', '195702.735000', '195702.738000', '195702.741000', '195702.743000', '195702.746000', '195702.748000', '195702.751000', '195702.753000', '195702.756000', '195702.759000', '195702.761000', '195702.764000', '195702.766000', '195702.769000', '195702.781000', '195702.784000', '195702.786000', '195702.789000', '195702.792000', '195702.794000', '195702.797000', '195702.799000', '195702.802000', '195702.805000', '195702.807000', '195702.810000', '195702.812000', '195702.815000', '195702.817000', '195702.820000', '195702.823000', '195702.825000', '195702.828000', '195722.708000', '195722.711000', '195722.714000', '195722.717000', '195722.720000', '195722.722000', '195722.725000', '195722.728000', '195722.730000', '195722.733000', '195722.735000', '195722.738000', '195722.741000', '195722.743000', '195722.746000', '195722.748000', '195722.751000', '195722.754000', '195722.756000', '195722.759000', '195722.762000', '195722.764000', '195722.767000', '195722.770000', '195722.772000', '195722.775000', '195722.777000', '195722.780000', '195722.783000', '195722.785000', '195722.788000', '195722.791000', '195722.793000', '195722.796000', '195722.799000', '195722.801000', '195722.804000', '195722.806000', '195722.809000', '195722.812000', '195722.814000', '195722.817000', '195722.819000', '195722.822000', '195742.708000', '195742.711000', '195742.714000', '195742.717000', '195742.719000', '195742.722000', '195742.724000', '195742.727000', '195742.730000', '195742.732000', '195742.735000', '195742.737000', '195742.740000', '195742.742000', '195742.745000', '195742.748000', '195742.750000', '195742.753000', '195742.755000', '195742.758000', '195742.761000', '195742.763000', '195742.766000', '195742.769000', '195742.771000', '195742.774000', '195742.776000', '195742.779000', '195742.782000', '195742.784000', '195742.787000', '195742.789000', '195742.792000', '195742.795000', '195742.810000', '195742.812000', '195742.815000', '195742.818000', '195742.820000', '195742.823000', '195742.825000', '195742.828000', '195742.831000', '195742.833000', '195802.711000', '195802.713000', '195802.716000', '195802.719000', '195802.721000', '195802.724000', '195802.726000', '195802.729000', '195802.732000', '195802.734000', '195802.737000', '195802.739000', '195802.742000', '195802.745000', '195802.747000', '195802.750000', '195802.753000', '195802.755000', '195802.758000', '195802.760000', '195802.763000', '195802.766000', '195802.768000', '195802.771000', '195802.773000', '195802.776000', '195802.779000', '195802.781000', '195802.784000', '195802.786000', '195802.789000', '195802.792000', '195802.794000', '195802.797000', '195802.800000', '195802.802000', '195802.805000', '195802.807000', '195802.810000', '195802.813000', '195802.815000', '195802.818000', '195802.820000', '195822.709000', '195822.711000', '195822.714000', '195822.717000', '195822.719000', '195822.722000', '195822.724000', '195822.727000', '195822.730000', '195822.732000', '195822.735000', '195822.737000', '195822.740000', '195822.743000', '195822.745000', '195822.748000', '195822.751000', '195822.753000', '195822.756000', '195822.759000', '195822.761000', '195822.764000', '195822.767000', '195822.769000', '195822.772000', '195822.774000', '195822.777000', '195822.780000', '195822.782000', '195822.785000', '195822.787000', '195822.790000', '195822.793000', '195822.796000', '195822.798000', '195822.801000', '195822.803000', '195822.806000', '195822.809000', '195822.811000', '195822.814000', '195822.816000', '195822.819000', '195822.821000', '195842.707000', '195842.710000', '195842.713000', '195842.716000', '195842.718000', '195842.721000', '195842.723000', '195842.726000', '195842.728000', '195842.731000', '195842.734000', '195842.736000', '195842.739000', '195842.741000', '195842.744000', '195842.747000', '195842.749000', '195842.752000', '195842.754000', '195842.757000', '195842.760000', '195842.762000', '195842.765000', '195842.767000', '195842.770000', '195842.773000', '195842.775000', '195842.778000', '195842.780000', '195842.783000', '195842.785000', '195842.788000', '195842.791000', '195842.793000', '195842.796000', '195842.799000', '195842.801000', '195842.804000', '195842.807000', '195842.809000', '195842.812000', '195842.814000', '195842.817000', '195846.601000', '195846.604000', '195846.607000', '195846.610000', '195846.612000', '195846.615000', '195846.617000', '195846.620000', '195846.622000'], 'InstanceCreationTime': ['195222.740000', '195222.744000', '195222.758000', '195222.761000', '195222.763000', '195222.766000', '195222.768000', '195222.771000', '195222.773000', '195222.776000', '195222.779000', '195222.781000', '195222.784000', '195222.786000', '195222.797000', '195222.800000', '195222.802000', '195222.805000', '195222.807000', '195222.810000', '195222.812000', '195222.815000', '195222.818000', '195222.820000', '195222.823000', '195222.825000', '195222.828000', '195222.830000', '195222.833000', '195222.835000', '195222.838000', '195222.841000', '195222.843000', '195222.846000', '195222.848000', '195222.851000', '195222.853000', '195242.709000', '195242.711000', '195242.714000', '195242.725000', '195242.727000', '195242.731000', '195242.734000', '195242.737000', '195242.739000', '195242.742000', '195242.744000', '195242.747000', '195242.750000', '195242.752000', '195242.755000', '195242.757000', '195242.760000', '195242.762000', '195242.765000', '195242.768000', '195242.770000', '195242.773000', '195242.775000', '195242.778000', '195242.780000', '195242.783000', '195242.785000', '195242.788000', '195242.791000', '195242.793000', '195242.796000', '195242.798000', '195242.801000', '195242.803000', '195242.806000', '195242.809000', '195242.811000', '195242.814000', '195242.816000', '195242.819000', '195242.821000', '195242.824000', '195242.826000', '195302.709000', '195302.711000', '195302.714000', '195302.716000', '195302.719000', '195302.722000', '195302.724000', '195302.727000', '195302.729000', '195302.732000', '195302.734000', '195302.737000', '195302.739000', '195302.742000', '195302.745000', '195302.747000', '195302.750000', '195302.752000', '195302.755000', '195302.758000', '195302.760000', '195302.763000', '195302.765000', '195302.768000', '195302.770000', '195302.773000', '195302.775000', '195302.778000', '195302.780000', '195302.783000', '195302.785000', '195302.788000', '195302.791000', '195302.793000', '195302.796000', '195302.804000', '195302.806000', '195302.809000', '195302.811000', '195302.814000', '195302.816000', '195302.819000', '195302.821000', '195302.824000', '195322.709000', '195322.711000', '195322.739000', '195322.742000', '195322.744000', '195322.747000', '195322.750000', '195322.752000', '195322.755000', '195322.757000', '195322.760000', '195322.763000', '195322.765000', '195322.768000', '195322.770000', '195322.773000', '195322.777000', '195322.779000', '195322.783000', '195322.785000', '195322.788000', '195322.791000', '195322.793000', '195322.796000', '195322.798000', '195322.801000', '195322.804000', '195322.806000', '195322.809000', '195322.811000', '195322.814000', '195322.817000', '195322.819000', '195322.822000', '195322.824000', '195322.827000', '195322.829000', '195322.832000', '195322.839000', '195322.842000', '195322.844000', '195322.847000', '195322.850000', '195342.709000', '195342.712000', '195342.714000', '195342.717000', '195342.719000', '195342.722000', '195342.724000', '195342.727000', '195342.730000', '195342.732000', '195342.735000', '195342.737000', '195342.740000', '195342.743000', '195342.745000', '195342.748000', '195342.750000', '195342.753000', '195342.756000', '195342.758000', '195342.761000', '195342.763000', '195342.766000', '195342.768000', '195342.771000', '195342.774000', '195342.776000', '195342.779000', '195342.781000', '195342.784000', '195342.787000', '195342.789000', '195342.800000', '195342.803000', '195342.806000', '195342.808000', '195342.811000', '195342.813000', '195342.816000', '195342.818000', '195342.821000', '195342.824000', '195342.826000', '195342.829000', '195402.708000', '195402.710000', '195402.713000', '195402.716000', '195402.718000', '195402.721000', '195402.723000', '195402.726000', '195402.729000', '195402.731000', '195402.734000', '195402.736000', '195402.739000', '195402.741000', '195402.744000', '195402.747000', '195402.749000', '195402.752000', '195402.754000', '195402.757000', '195402.759000', '195402.762000', '195402.765000', '195402.767000', '195402.770000', '195402.772000', '195402.775000', '195402.777000', '195402.780000', '195402.783000', '195402.785000', '195402.788000', '195402.790000', '195402.793000', '195402.796000', '195402.799000', '195402.802000', '195402.810000', '195402.813000', '195402.815000', '195402.818000', '195402.820000', '195402.823000', '195422.709000', '195422.711000', '195422.714000', '195422.717000', '195422.719000', '195422.722000', '195422.724000', '195422.727000', '195422.739000', '195422.741000', '195422.744000', '195422.747000', '195422.749000', '195422.752000', '195422.755000', '195422.757000', '195422.760000', '195422.762000', '195422.765000', '195422.768000', '195422.770000', '195422.773000', '195422.775000', '195422.778000', '195422.781000', '195422.783000', '195422.786000', '195422.788000', '195422.791000', '195422.794000', '195422.796000', '195422.799000', '195422.802000', '195422.804000', '195422.807000', '195422.809000', '195422.812000', '195422.814000', '195422.817000', '195422.820000', '195422.822000', '195422.825000', '195422.827000', '195422.830000', '195442.709000', '195442.711000', '195442.714000', '195442.717000', '195442.719000', '195442.722000', '195442.724000', '195442.727000', '195442.729000', '195442.732000', '195442.735000', '195442.737000', '195442.740000', '195442.742000', '195442.745000', '195442.748000', '195442.750000', '195442.753000', '195442.755000', '195442.758000', '195442.760000', '195442.763000', '195442.766000', '195442.768000', '195442.771000', '195442.773000', '195442.776000', '195442.778000', '195442.781000', '195442.784000', '195442.786000', '195442.789000', '195442.800000', '195442.802000', '195442.805000', '195442.807000', '195442.810000', '195442.812000', '195442.815000', '195442.818000', '195442.820000', '195442.837000', '195442.840000', '195502.708000', '195502.711000', '195502.714000', '195502.716000', '195502.719000', '195502.722000', '195502.724000', '195502.727000', '195502.729000', '195502.732000', '195502.735000', '195502.737000', '195502.740000', '195502.743000', '195502.745000', '195502.748000', '195502.750000', '195502.753000', '195502.755000', '195502.758000', '195502.761000', '195502.763000', '195502.766000', '195502.768000', '195502.771000', '195502.773000', '195502.776000', '195502.779000', '195502.781000', '195502.784000', '195502.786000', '195502.789000', '195502.792000', '195502.794000', '195502.797000', '195502.799000', '195502.802000', '195502.804000', '195502.807000', '195502.810000', '195502.812000', '195502.815000', '195502.817000', '195502.820000', '195522.708000', '195522.711000', '195522.714000', '195522.716000', '195522.719000', '195522.722000', '195522.724000', '195522.727000', '195522.729000', '195522.732000', '195522.735000', '195522.737000', '195522.740000', '195522.742000', '195522.745000', '195522.757000', '195522.759000', '195522.762000', '195522.764000', '195522.767000', '195522.770000', '195522.773000', '195522.776000', '195522.779000', '195522.781000', '195522.784000', '195522.787000', '195522.789000', '195522.792000', '195522.794000', '195522.797000', '195522.800000', '195522.802000', '195522.805000', '195522.807000', '195522.810000', '195522.812000', '195522.815000', '195522.818000', '195522.820000', '195522.823000', '195522.825000', '195522.828000', '195542.708000', '195542.711000', '195542.714000', '195542.717000', '195542.719000', '195542.722000', '195542.724000', '195542.727000', '195542.729000', '195542.732000', '195542.735000', '195542.737000', '195542.740000', '195542.743000', '195542.745000', '195542.748000', '195542.750000', '195542.753000', '195542.755000', '195542.758000', '195542.761000', '195542.763000', '195542.766000', '195542.768000', '195542.771000', '195542.774000', '195542.776000', '195542.779000', '195542.781000', '195542.784000', '195542.786000', '195542.789000', '195542.792000', '195542.794000', '195542.797000', '195542.799000', '195542.802000', '195542.804000', '195542.807000', '195542.810000', '195542.812000', '195542.815000', '195542.817000', '195542.820000', '195602.708000', '195602.711000', '195602.714000', '195602.717000', '195602.719000', '195602.722000', '195602.724000', '195602.727000', '195602.729000', '195602.732000', '195602.735000', '195602.737000', '195602.740000', '195602.743000', '195602.745000', '195602.748000', '195602.750000', '195602.753000', '195602.755000', '195602.758000', '195602.761000', '195602.763000', '195602.766000', '195602.768000', '195602.771000', '195602.774000', '195602.776000', '195602.779000', '195602.781000', '195602.784000', '195602.787000', '195602.789000', '195602.792000', '195602.794000', '195602.797000', '195602.800000', '195602.802000', '195602.805000', '195602.807000', '195602.810000', '195602.813000', '195602.815000', '195602.818000', '195622.707000', '195622.710000', '195622.713000', '195622.716000', '195622.718000', '195622.721000', '195622.723000', '195622.726000', '195622.729000', '195622.731000', '195622.734000', '195622.736000', '195622.739000', '195622.742000', '195622.744000', '195622.747000', '195622.750000', '195622.752000', '195622.755000', '195622.757000', '195622.760000', '195622.762000', '195622.765000', '195622.777000', '195622.779000', '195622.782000', '195622.785000', '195622.787000', '195622.790000', '195622.792000', '195622.795000', '195622.798000', '195622.800000', '195622.803000', '195622.811000', '195622.813000', '195622.816000', '195622.818000', '195622.821000', '195622.823000', '195622.826000', '195622.829000', '195622.831000', '195622.834000', '195642.709000', '195642.711000', '195642.714000', '195642.717000', '195642.719000', '195642.722000', '195642.724000', '195642.727000', '195642.730000', '195642.732000', '195642.735000', '195642.738000', '195642.740000', '195642.743000', '195642.745000', '195642.748000', '195642.751000', '195642.753000', '195642.756000', '195642.758000', '195642.761000', '195642.764000', '195642.766000', '195642.769000', '195642.772000', '195642.774000', '195642.777000', '195642.779000', '195642.782000', '195642.785000', '195642.787000', '195642.790000', '195642.792000', '195642.795000', '195642.798000', '195642.800000', '195642.803000', '195642.806000', '195642.808000', '195642.811000', '195642.813000', '195642.816000', '195642.819000', '195702.709000', '195702.712000', '195702.714000', '195702.717000', '195702.720000', '195702.722000', '195702.725000', '195702.728000', '195702.730000', '195702.733000', '195702.735000', '195702.738000', '195702.741000', '195702.743000', '195702.746000', '195702.748000', '195702.751000', '195702.753000', '195702.756000', '195702.759000', '195702.761000', '195702.764000', '195702.766000', '195702.769000', '195702.781000', '195702.784000', '195702.786000', '195702.789000', '195702.792000', '195702.794000', '195702.797000', '195702.799000', '195702.802000', '195702.805000', '195702.807000', '195702.810000', '195702.812000', '195702.815000', '195702.817000', '195702.820000', '195702.823000', '195702.825000', '195702.828000', '195722.708000', '195722.711000', '195722.714000', '195722.717000', '195722.720000', '195722.722000', '195722.725000', '195722.728000', '195722.730000', '195722.733000', '195722.735000', '195722.738000', '195722.741000', '195722.743000', '195722.746000', '195722.748000', '195722.751000', '195722.754000', '195722.756000', '195722.759000', '195722.762000', '195722.764000', '195722.767000', '195722.770000', '195722.772000', '195722.775000', '195722.777000', '195722.780000', '195722.783000', '195722.785000', '195722.788000', '195722.791000', '195722.793000', '195722.796000', '195722.799000', '195722.801000', '195722.804000', '195722.806000', '195722.809000', '195722.812000', '195722.814000', '195722.817000', '195722.819000', '195722.822000', '195742.708000', '195742.711000', '195742.714000', '195742.717000', '195742.719000', '195742.722000', '195742.724000', '195742.727000', '195742.730000', '195742.732000', '195742.735000', '195742.737000', '195742.740000', '195742.742000', '195742.745000', '195742.748000', '195742.750000', '195742.753000', '195742.755000', '195742.758000', '195742.761000', '195742.763000', '195742.766000', '195742.769000', '195742.771000', '195742.774000', '195742.776000', '195742.779000', '195742.782000', '195742.784000', '195742.787000', '195742.789000', '195742.792000', '195742.795000', '195742.810000', '195742.812000', '195742.815000', '195742.818000', '195742.820000', '195742.823000', '195742.825000', '195742.828000', '195742.831000', '195742.833000', '195802.711000', '195802.713000', '195802.716000', '195802.719000', '195802.721000', '195802.724000', '195802.726000', '195802.729000', '195802.732000', '195802.734000', '195802.737000', '195802.739000', '195802.742000', '195802.745000', '195802.747000', '195802.750000', '195802.753000', '195802.755000', '195802.758000', '195802.760000', '195802.763000', '195802.766000', '195802.768000', '195802.771000', '195802.773000', '195802.776000', '195802.779000', '195802.781000', '195802.784000', '195802.786000', '195802.789000', '195802.792000', '195802.794000', '195802.797000', '195802.800000', '195802.802000', '195802.805000', '195802.807000', '195802.810000', '195802.813000', '195802.815000', '195802.818000', '195802.820000', '195822.709000', '195822.711000', '195822.714000', '195822.717000', '195822.719000', '195822.722000', '195822.724000', '195822.727000', '195822.730000', '195822.732000', '195822.735000', '195822.737000', '195822.740000', '195822.743000', '195822.745000', '195822.748000', '195822.751000', '195822.753000', '195822.756000', '195822.759000', '195822.761000', '195822.764000', '195822.767000', '195822.769000', '195822.772000', '195822.774000', '195822.777000', '195822.780000', '195822.782000', '195822.785000', '195822.787000', '195822.790000', '195822.793000', '195822.796000', '195822.798000', '195822.801000', '195822.803000', '195822.806000', '195822.809000', '195822.811000', '195822.814000', '195822.816000', '195822.819000', '195822.821000', '195842.707000', '195842.710000', '195842.713000', '195842.716000', '195842.718000', '195842.721000', '195842.723000', '195842.726000', '195842.728000', '195842.731000', '195842.734000', '195842.736000', '195842.739000', '195842.741000', '195842.744000', '195842.747000', '195842.749000', '195842.752000', '195842.754000', '195842.757000', '195842.760000', '195842.762000', '195842.765000', '195842.767000', '195842.770000', '195842.773000', '195842.775000', '195842.778000', '195842.780000', '195842.783000', '195842.785000', '195842.788000', '195842.791000', '195842.793000', '195842.796000', '195842.799000', '195842.801000', '195842.804000', '195842.807000', '195842.809000', '195842.812000', '195842.814000', '195842.817000', '195846.601000', '195846.604000', '195846.607000', '195846.610000', '195846.612000', '195846.615000', '195846.617000', '195846.620000', '195846.622000'], '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': [10618, 8695, 13281, 7904, 8932, 7363, 7680, 9220, 8042, 10709, 7776, 10331, 7607, 11058, 8995, 12323, 8146, 8230, 7262, 7784, 8559, 8263, 9589, 7362, 9295, 7302, 9861, 8158, 11083, 8439, 7287, 8405, 7642, 7839, 6929, 11709, 7461, 11151, 8178, 10346, 7577, 10771, 9552, 8313, 7961, 7399, 8264, 7268, 11117, 7617, 11796, 7211, 7099, 7424, 7421, 8146, 7401, 7667, 6751, 7794, 6878, 10309, 7592, 9324, 8229, 10192, 9157, 10554, 9686, 7879, 8449, 7326, 8341, 6962, 11097, 6879, 7982, 7380, 7135, 8306, 7773, 12369, 7925, 11686, 7699, 10023, 9377, 8436, 7795, 7966, 9371, 7623, 9015, 8725, 8034, 7485, 7757, 9178, 7156, 11031, 8710, 7935, 7557, 7987, 7892, 7076, 12012, 7277, 11462, 7557, 11011, 7077, 10330, 9421, 7573, 7873, 7665, 7680, 6972, 12004, 8593, 9271, 7411, 7171, 7595, 8013, 8884, 7590, 8838, 7599, 9172, 7133, 13122, 7792, 11926, 7856, 10944, 8010, 9823, 9614, 7390, 8146, 7194, 7906, 6975, 11481, 7551, 11314, 7770, 10137, 7683, 9135, 8680, 8093, 7830, 8043, 8454, 7620, 13809, 8903, 11551, 8069, 9419, 8795, 8796, 7864, 7579, 8071, 7463, 9801, 7870, 12987, 7980, 9692, 7449, 7340, 8280, 9121, 9680, 7571, 9401, 8040, 9382, 8818, 10510, 9990, 7540, 8279, 7973, 10169, 8039, 12401, 7925, 7808, 8100, 7716, 10466, 7810, 12617, 7630, 7689, 8025, 8381, 10392, 7695, 12445, 7585, 6980, 8230, 9097, 11058, 7409, 7618, 7425, 7235, 7433, 7160, 11587, 7579, 7357, 7419, 6830, 11778, 8553, 8628, 8021, 7845, 9937, 10592, 14435, 11142, 7905, 7624, 8090, 8778, 7499, 12197, 7634, 10756, 7841, 9870, 8237, 11900, 9447, 7275, 7337, 7625, 7974, 7577, 9812, 7460, 10546, 8091, 10542, 8379, 9591, 9024, 8094, 7271, 6832, 8969, 7537, 12824, 7643, 9534, 7569, 9565, 9025, 7808, 7621, 7304, 7671, 7231, 11195, 7856, 11491, 7121, 7919, 8598, 8669, 10106, 7358, 10511, 7527, 11915, 9280, 8046, 7205, 7493, 8728, 7515, 12029, 7770, 7997, 7082, 8520, 7629, 7396, 12171, 8172, 8496, 7595, 7583, 8059, 9651, 8817, 7065, 7955, 7875, 10148, 8790, 9591, 12058, 8173, 10579, 8026, 8971, 9006, 7456, 11097, 7694, 9516, 7847, 10355, 8762, 8968, 7481, 7157, 9308, 7684, 7426, 7247, 7094, 8742, 7584, 9768, 8329, 7051, 7414, 7033, 11742, 8615, 7852, 7563, 8621, 8231, 7185, 12475, 8550, 7416, 7216, 7459, 8071, 8302, 7926, 7327, 7802, 8020, 9198, 7348, 11048, 8962, 8462, 7408, 7591, 7578, 7575, 7901, 7411, 10034, 7923, 8894, 8637, 8934, 8699, 7502, 10240, 8082, 8748, 8008, 9094, 8693, 8491, 8217, 6998, 9298, 8363, 9278, 9178, 7591, 10706, 7484, 12224, 9336, 9469, 7983, 7751, 9268, 7647, 8984, 9299, 7366, 8839, 7215, 10142, 8233, 10245, 8655, 7392, 9868, 7794, 11619, 8489, 13621, 10831, 8695, 7276, 7310, 7583, 7200, 10859, 7553, 9948, 7251, 8726, 8593, 8694, 9480, 7642, 9742, 7323, 10649, 8548, 13339, 7378, 10005, 7663, 8987, 8257, 8657, 7319, 7021, 8091, 7428, 9002, 8175, 9615, 7503, 7446, 7537, 7465, 9802, 10674, 12351, 7235, 8388, 7362, 9794, 8330, 8533, 7786, 7203, 8287, 7530, 8105, 8492, 8086, 7039, 7534, 9093, 7800, 10319, 8537, 7667, 7618, 7408, 8513, 8046, 13547, 9968, 7689, 7860, 9879, 8443, 7944, 13370, 7880, 8188, 7828, 9057, 9715, 8087, 11446, 7627, 9660, 7421, 8401, 10106, 10895, 7737, 7567, 7819, 10002, 10964, 8465, 9808, 7546, 7576, 7746, 8029, 8323, 9272, 7742, 8677, 8584, 10584, 10818, 8121, 8352, 7669, 7567, 9322, 8137, 9426, 9532, 7530, 10615, 7823, 9186, 8369, 7459, 11528, 7959, 8927, 8961, 8238, 8826, 8010, 7469, 9399, 8861, 9511, 12048, 7690, 10873, 7487, 7631, 8615, 8107, 11415, 7811, 9768, 7376, 8316, 10819, 10345, 7221, 9556, 7590, 8115, 9062, 7842, 10984, 7617, 7989, 7353, 8017, 12537, 8708, 9597, 8276, 8477, 8914, 8543, 12324, 7174, 8326, 7448, 8942, 7988, 8263, 8264, 7835, 7532, 7543, 10155, 8460, 11992, 7993, 8140, 7941, 7658, 8201, 7339, 10740, 7487, 8700, 8484, 8089, 9345, 7516, 10099, 7815, 10926, 8913, 10245, 8753, 7328, 8647, 7976, 9485, 8131, 8977, 7978, 9335, 7581, 8168, 10646, 8350, 7567, 7820, 8163, 8300, 7757, 13773, 8355, 10167, 8060, 9047, 8604, 10839, 9192, 7606, 7537, 7945, 9032, 8465, 8522, 8091, 7956, 7573, 7589, 9461, 8507, 12467, 8003, 8287, 8055, 7755, 9339, 8840, 14316, 7769, 7570, 7939, 8222, 11218, 8264, 7864, 7990, 7772, 8554, 8467, 12945, 9022, 10166, 7881, 8185, 10372, 8550, 11319, 9508, 7756, 9268, 7987, 9019, 8520, 8994, 9008, 7776, 8815, 8379, 8704, 8522, 9681, 8365, 7993, 8941, 8544, 8470, 8336, 8161, 7784, 7569, 9277, 8781, 13262, 9511, 8507, 8298, 7915, 8506, 7602, 8174, 7380, 7229, 7626, 8653, 8142, 8238, 8252, 8466, 8057, 9326, 8123, 7628, 14583, 9456, 14443, 9487, 14060, 11068, 10622, 9424, 10106, 7842, 7493, 9697, 8155, 14305, 9979, 8637, 7729, 9647, 7452, 8157, 10265, 8086, 8137, 7331, 7679, 9437, 8318, 10221, 10781, 7848, 7389, 7872, 8298, 9754, 8763, 7150, 9537, 7755, 8145, 8824, 8593, 13852, 8912, 7851, 9713, 10579, 13311, 8977, 12306, 8022, 8719, 8538, 9236, 9601, 7966, 8807, 8047, 8868, 8423, 8033, 11326, 8262, 7836, 8163, 8161, 9947, 8178, 13300, 7909, 10151, 8324, 8864, 8862, 10310, 9022, 7869, 8635, 8203, 9727, 8606, 8254, 7821, 7359, 8072, 7973, 9211, 8676, 9998, 8434, 7905, 9316, 8524, 14012, 10016, 11264, 8209, 9588, 8083, 8261, 11407, 8515, 11364, 7944, 8251, 7838, 8302, 9464, 9024, 9629, 7129, 7995, 8672, 8209, 8128, 8419, 7221, 7803, 7800, 8662, 8455, 9836, 9144, 7665, 9675, 8441, 13970, 10334, 11264, 8350, 7784, 8954, 9367, 10050, 7897, 10104, 7528, 9342, 8017, 9047, 8274, 7631, 8061, 7266, 7843, 7864, 9398, 8061, 8603, 7993, 6755, 8366, 9750, 9480, 7415, 9510, 7595], 'WindowCenter': [3900.0, 3875.0, 3917.0, 3852.0, 3861.0, 3840.0, 3838.0, 3858.0, 3837.0, 3882.0, 3838.0, 3869.0, 3837.0, 3878.0, 3847.0, 3890.0, 3838.0, 3847.0, 3825.0, 3836.0, 3846.0, 3849.0, 3858.0, 3826.0, 3858.0, 3837.0, 3869.0, 3849.0, 3878.0, 3849.0, 3827.0, 3848.0, 3837.0, 3837.0, 3827.0, 3891.0, 3828.0, 3879.0, 3849.0, 3868.0, 3837.0, 3868.0, 3871.0, 3848.0, 3837.0, 3826.0, 3845.0, 3826.0, 3879.0, 3838.0, 3878.0, 3827.0, 3814.0, 3825.0, 3825.0, 3848.0, 3827.0, 3838.0, 3817.0, 3837.0, 3828.0, 3881.0, 3839.0, 3859.0, 3850.0, 3868.0, 3859.0, 3869.0, 3871.0, 3837.0, 3848.0, 3827.0, 3846.0, 3815.0, 3878.0, 3815.0, 3848.0, 3828.0, 3827.0, 3847.0, 3839.0, 3890.0, 3848.0, 3879.0, 3838.0, 3867.0, 3859.0, 3847.0, 3837.0, 3838.0, 3856.0, 3836.0, 3845.0, 3859.0, 3837.0, 3826.0, 3837.0, 3857.0, 3825.0, 3865.0, 3849.0, 3836.0, 3837.0, 3837.0, 3834.0, 3815.0, 3890.0, 3838.0, 3879.0, 3838.0, 3867.0, 3827.0, 3867.0, 3858.0, 3838.0, 3836.0, 3836.0, 3834.0, 3826.0, 3889.0, 3849.0, 3859.0, 3827.0, 3815.0, 3836.0, 3835.0, 3861.0, 3836.0, 3848.0, 3836.0, 3856.0, 3814.0, 3890.0, 3826.0, 3878.0, 3836.0, 3865.0, 3835.0, 3856.0, 3857.0, 3824.0, 3835.0, 3815.0, 3835.0, 3814.0, 3879.0, 3836.0, 3878.0, 3836.0, 3867.0, 3836.0, 3857.0, 3860.0, 3836.0, 3835.0, 3835.0, 3834.0, 3836.0, 3903.0, 3858.0, 3891.0, 3838.0, 3855.0, 3846.0, 3859.0, 3837.0, 3836.0, 3836.0, 3837.0, 3867.0, 3847.0, 3890.0, 3836.0, 3856.0, 3826.0, 3814.0, 3835.0, 3846.0, 3858.0, 3838.0, 3858.0, 3838.0, 3856.0, 3848.0, 3870.0, 3857.0, 3826.0, 3834.0, 3834.0, 3855.0, 3836.0, 3878.0, 3835.0, 3825.0, 3834.0, 3825.0, 3867.0, 3826.0, 3878.0, 3836.0, 3824.0, 3834.0, 3835.0, 3867.0, 3836.0, 3890.0, 3826.0, 3814.0, 3834.0, 3845.0, 3879.0, 3827.0, 3836.0, 3826.0, 3824.0, 3824.0, 3827.0, 3880.0, 3838.0, 3837.0, 3826.0, 3817.0, 3890.0, 3861.0, 3860.0, 3849.0, 3838.0, 3856.0, 3867.0, 3901.0, 3879.0, 3837.0, 3825.0, 3835.0, 3844.0, 3824.0, 3890.0, 3826.0, 3866.0, 3836.0, 3855.0, 3845.0, 3876.0, 3857.0, 3826.0, 3826.0, 3835.0, 3835.0, 3824.0, 3869.0, 3826.0, 3869.0, 3837.0, 3868.0, 3847.0, 3857.0, 3848.0, 3837.0, 3825.0, 3815.0, 3845.0, 3839.0, 3890.0, 3840.0, 3858.0, 3839.0, 3856.0, 3856.0, 3838.0, 3836.0, 3827.0, 3835.0, 3826.0, 3879.0, 3837.0, 3879.0, 3827.0, 3836.0, 3846.0, 3848.0, 3868.0, 3839.0, 3868.0, 3837.0, 3877.0, 3857.0, 3837.0, 3826.0, 3826.0, 3846.0, 3826.0, 3879.0, 3838.0, 3837.0, 3825.0, 3847.0, 3835.0, 3826.0, 3891.0, 3850.0, 3850.0, 3839.0, 3839.0, 3838.0, 3857.0, 3861.0, 3828.0, 3838.0, 3837.0, 3867.0, 3847.0, 3859.0, 3880.0, 3848.0, 3868.0, 3836.0, 3846.0, 3847.0, 3826.0, 3868.0, 3825.0, 3855.0, 3834.0, 3867.0, 3846.0, 3847.0, 3825.0, 3814.0, 3844.0, 3837.0, 3824.0, 3826.0, 3815.0, 3846.0, 3837.0, 3869.0, 3836.0, 3827.0, 3825.0, 3814.0, 3876.0, 3850.0, 3837.0, 3837.0, 3848.0, 3847.0, 3815.0, 3878.0, 3849.0, 3826.0, 3826.0, 3826.0, 3835.0, 3835.0, 3836.0, 3826.0, 3825.0, 3837.0, 3845.0, 3825.0, 3865.0, 3848.0, 3848.0, 3827.0, 3837.0, 3835.0, 3836.0, 3834.0, 3827.0, 3858.0, 3849.0, 3857.0, 3848.0, 3846.0, 3848.0, 3828.0, 3869.0, 3848.0, 3846.0, 3836.0, 3845.0, 3848.0, 3848.0, 3848.0, 3827.0, 3857.0, 3848.0, 3860.0, 3859.0, 3839.0, 3869.0, 3826.0, 3877.0, 3857.0, 3859.0, 3837.0, 3837.0, 3857.0, 3837.0, 3847.0, 3860.0, 3827.0, 3847.0, 3825.0, 3866.0, 3846.0, 3868.0, 3846.0, 3826.0, 3856.0, 3825.0, 3866.0, 3835.0, 3888.0, 3868.0, 3846.0, 3824.0, 3825.0, 3823.0, 3825.0, 3868.0, 3837.0, 3856.0, 3837.0, 3847.0, 3847.0, 3848.0, 3859.0, 3838.0, 3857.0, 3826.0, 3866.0, 3848.0, 3891.0, 3827.0, 3858.0, 3836.0, 3845.0, 3835.0, 3848.0, 3825.0, 3827.0, 3836.0, 3837.0, 3846.0, 3848.0, 3870.0, 3828.0, 3839.0, 3837.0, 3828.0, 3857.0, 3868.0, 3890.0, 3826.0, 3835.0, 3826.0, 3855.0, 3836.0, 3848.0, 3837.0, 3827.0, 3846.0, 3838.0, 3835.0, 3847.0, 3839.0, 3827.0, 3839.0, 3858.0, 3838.0, 3868.0, 3849.0, 3838.0, 3837.0, 3828.0, 3848.0, 3837.0, 3890.0, 3871.0, 3838.0, 3837.0, 3868.0, 3847.0, 3835.0, 3892.0, 3838.0, 3848.0, 3836.0, 3857.0, 3858.0, 3849.0, 3880.0, 3838.0, 3857.0, 3826.0, 3836.0, 3868.0, 3869.0, 3837.0, 3837.0, 3825.0, 3857.0, 3866.0, 3848.0, 3857.0, 3836.0, 3836.0, 3835.0, 3836.0, 3848.0, 3859.0, 3838.0, 3847.0, 3846.0, 3866.0, 3868.0, 3838.0, 3848.0, 3837.0, 3839.0, 3857.0, 3835.0, 3858.0, 3857.0, 3838.0, 3868.0, 3837.0, 3856.0, 3847.0, 3827.0, 3879.0, 3837.0, 3860.0, 3857.0, 3847.0, 3859.0, 3848.0, 3838.0, 3858.0, 3858.0, 3856.0, 3893.0, 3838.0, 3879.0, 3825.0, 3836.0, 3845.0, 3848.0, 3879.0, 3835.0, 3867.0, 3826.0, 3847.0, 3878.0, 3869.0, 3826.0, 3857.0, 3836.0, 3836.0, 3845.0, 3849.0, 3869.0, 3837.0, 3835.0, 3826.0, 3834.0, 3889.0, 3847.0, 3858.0, 3846.0, 3846.0, 3857.0, 3846.0, 3889.0, 3826.0, 3847.0, 3826.0, 3856.0, 3847.0, 3846.0, 3847.0, 3838.0, 3837.0, 3838.0, 3868.0, 3860.0, 3891.0, 3849.0, 3847.0, 3836.0, 3836.0, 3846.0, 3826.0, 3869.0, 3827.0, 3846.0, 3857.0, 3847.0, 3870.0, 3838.0, 3868.0, 3837.0, 3878.0, 3846.0, 3868.0, 3848.0, 3827.0, 3847.0, 3848.0, 3856.0, 3849.0, 3858.0, 3837.0, 3858.0, 3836.0, 3847.0, 3867.0, 3848.0, 3837.0, 3838.0, 3847.0, 3847.0, 3836.0, 3903.0, 3849.0, 3868.0, 3836.0, 3847.0, 3847.0, 3867.0, 3858.0, 3836.0, 3836.0, 3848.0, 3856.0, 3847.0, 3859.0, 3848.0, 3847.0, 3836.0, 3836.0, 3857.0, 3847.0, 3891.0, 3849.0, 3848.0, 3847.0, 3836.0, 3856.0, 3858.0, 3901.0, 3837.0, 3837.0, 3836.0, 3845.0, 3866.0, 3848.0, 3837.0, 3836.0, 3836.0, 3846.0, 3846.0, 3891.0, 3848.0, 3869.0, 3836.0, 3847.0, 3867.0, 3846.0, 3879.0, 3857.0, 3836.0, 3856.0, 3836.0, 3844.0, 3846.0, 3858.0, 3846.0, 3836.0, 3858.0, 3848.0, 3845.0, 3849.0, 3858.0, 3847.0, 3836.0, 3856.0, 3848.0, 3846.0, 3849.0, 3848.0, 3837.0, 3839.0, 3869.0, 3859.0, 3890.0, 3871.0, 3859.0, 3848.0, 3849.0, 3859.0, 3837.0, 3861.0, 3838.0, 3839.0, 3850.0, 3860.0, 3850.0, 3861.0, 3865.0, 3862.0, 3850.0, 3859.0, 3837.0, 3838.0, 3915.0, 3870.0, 3901.0, 3857.0, 3899.0, 3867.0, 3855.0, 3858.0, 3866.0, 3834.0, 3823.0, 3843.0, 3823.0, 3885.0, 3856.0, 3833.0, 3823.0, 3844.0, 3811.0, 3822.0, 3854.0, 3835.0, 3835.0, 3823.0, 3824.0, 3855.0, 3835.0, 3867.0, 3868.0, 3836.0, 3825.0, 3833.0, 3846.0, 3855.0, 3858.0, 3827.0, 3869.0, 3838.0, 3848.0, 3857.0, 3860.0, 3901.0, 3858.0, 3836.0, 3857.0, 3867.0, 3888.0, 3859.0, 3878.0, 3848.0, 3847.0, 3857.0, 3857.0, 3870.0, 3849.0, 3859.0, 3849.0, 3860.0, 3848.0, 3849.0, 3893.0, 3861.0, 3841.0, 3861.0, 3850.0, 3869.0, 3849.0, 3903.0, 3849.0, 3870.0, 3849.0, 3858.0, 3858.0, 3869.0, 3860.0, 3849.0, 3847.0, 3848.0, 3857.0, 3847.0, 3859.0, 3849.0, 3839.0, 3849.0, 3849.0, 3858.0, 3860.0, 3870.0, 3848.0, 3847.0, 3857.0, 3847.0, 3888.0, 3857.0, 3879.0, 3836.0, 3855.0, 3834.0, 3834.0, 3864.0, 3834.0, 3876.0, 3833.0, 3833.0, 3835.0, 3844.0, 3853.0, 3845.0, 3856.0, 3814.0, 3835.0, 3846.0, 3846.0, 3836.0, 3847.0, 3826.0, 3836.0, 3849.0, 3858.0, 3848.0, 3882.0, 3871.0, 3839.0, 3869.0, 3848.0, 3899.0, 3868.0, 3879.0, 3847.0, 3835.0, 3856.0, 3856.0, 3868.0, 3848.0, 3869.0, 3837.0, 3857.0, 3849.0, 3857.0, 3847.0, 3838.0, 3848.0, 3839.0, 3849.0, 3850.0, 3858.0, 3851.0, 3860.0, 3849.0, 3828.0, 3848.0, 3869.0, 3870.0, 3840.0, 3869.0, 3838.0], 'WindowWidth': [8740.0, 8698.0, 8751.0, 8655.0, 8667.0, 8637.0, 8630.0, 8656.0, 8630.0, 8693.0, 8630.0, 8671.0, 8628.0, 8683.0, 8642.0, 8701.0, 8628.0, 8640.0, 8609.0, 8624.0, 8638.0, 8644.0, 8656.0, 8612.0, 8654.0, 8629.0, 8671.0, 8646.0, 8684.0, 8647.0, 8613.0, 8643.0, 8628.0, 8628.0, 8615.0, 8706.0, 8617.0, 8687.0, 8646.0, 8669.0, 8628.0, 8667.0, 8678.0, 8642.0, 8627.0, 8612.0, 8636.0, 8613.0, 8683.0, 8631.0, 8684.0, 8613.0, 8594.0, 8610.0, 8610.0, 8644.0, 8615.0, 8630.0, 8602.0, 8629.0, 8618.0, 8692.0, 8633.0, 8660.0, 8648.0, 8669.0, 8659.0, 8672.0, 8680.0, 8628.0, 8642.0, 8612.0, 8637.0, 8595.0, 8685.0, 8597.0, 8644.0, 8615.0, 8614.0, 8642.0, 8635.0, 8704.0, 8644.0, 8687.0, 8631.0, 8667.0, 8660.0, 8642.0, 8626.0, 8629.0, 8650.0, 8627.0, 8636.0, 8662.0, 8627.0, 8613.0, 8628.0, 8652.0, 8610.0, 8662.0, 8649.0, 8626.0, 8626.0, 8626.0, 8620.0, 8594.0, 8701.0, 8630.0, 8686.0, 8630.0, 8666.0, 8615.0, 8665.0, 8658.0, 8628.0, 8625.0, 8626.0, 8619.0, 8611.0, 8700.0, 8647.0, 8658.0, 8614.0, 8595.0, 8624.0, 8623.0, 8665.0, 8625.0, 8642.0, 8624.0, 8649.0, 8592.0, 8703.0, 8610.0, 8683.0, 8623.0, 8662.0, 8623.0, 8647.0, 8655.0, 8605.0, 8620.0, 8594.0, 8620.0, 8593.0, 8685.0, 8625.0, 8683.0, 8625.0, 8666.0, 8624.0, 8654.0, 8662.0, 8624.0, 8622.0, 8621.0, 8620.0, 8624.0, 8726.0, 8658.0, 8705.0, 8629.0, 8649.0, 8639.0, 8661.0, 8627.0, 8625.0, 8623.0, 8630.0, 8665.0, 8644.0, 8703.0, 8625.0, 8648.0, 8607.0, 8590.0, 8618.0, 8635.0, 8654.0, 8628.0, 8653.0, 8628.0, 8648.0, 8642.0, 8673.0, 8652.0, 8610.0, 8617.0, 8617.0, 8646.0, 8623.0, 8683.0, 8621.0, 8607.0, 8617.0, 8608.0, 8664.0, 8610.0, 8683.0, 8624.0, 8605.0, 8619.0, 8619.0, 8667.0, 8625.0, 8702.0, 8610.0, 8591.0, 8619.0, 8634.0, 8686.0, 8615.0, 8625.0, 8611.0, 8608.0, 8607.0, 8614.0, 8688.0, 8631.0, 8630.0, 8613.0, 8602.0, 8700.0, 8667.0, 8662.0, 8646.0, 8629.0, 8652.0, 8666.0, 8723.0, 8686.0, 8628.0, 8608.0, 8620.0, 8631.0, 8605.0, 8703.0, 8610.0, 8666.0, 8623.0, 8647.0, 8636.0, 8676.0, 8652.0, 8609.0, 8610.0, 8620.0, 8620.0, 8606.0, 8671.0, 8611.0, 8670.0, 8626.0, 8669.0, 8639.0, 8652.0, 8640.0, 8626.0, 8606.0, 8596.0, 8635.0, 8634.0, 8703.0, 8635.0, 8657.0, 8632.0, 8651.0, 8653.0, 8628.0, 8624.0, 8613.0, 8621.0, 8610.0, 8685.0, 8626.0, 8687.0, 8613.0, 8625.0, 8636.0, 8642.0, 8671.0, 8633.0, 8669.0, 8629.0, 8680.0, 8656.0, 8626.0, 8610.0, 8612.0, 8638.0, 8611.0, 8685.0, 8628.0, 8626.0, 8608.0, 8639.0, 8622.0, 8611.0, 8704.0, 8648.0, 8646.0, 8633.0, 8632.0, 8630.0, 8655.0, 8664.0, 8614.0, 8630.0, 8627.0, 8667.0, 8640.0, 8658.0, 8687.0, 8642.0, 8667.0, 8624.0, 8635.0, 8641.0, 8610.0, 8667.0, 8607.0, 8646.0, 8618.0, 8666.0, 8637.0, 8637.0, 8605.0, 8593.0, 8631.0, 8628.0, 8606.0, 8611.0, 8596.0, 8637.0, 8626.0, 8670.0, 8625.0, 8614.0, 8607.0, 8593.0, 8676.0, 8648.0, 8627.0, 8626.0, 8642.0, 8639.0, 8594.0, 8682.0, 8644.0, 8609.0, 8610.0, 8609.0, 8621.0, 8620.0, 8625.0, 8610.0, 8607.0, 8625.0, 8633.0, 8607.0, 8658.0, 8643.0, 8641.0, 8612.0, 8627.0, 8621.0, 8623.0, 8619.0, 8612.0, 8655.0, 8644.0, 8651.0, 8641.0, 8637.0, 8643.0, 8617.0, 8673.0, 8643.0, 8635.0, 8624.0, 8635.0, 8642.0, 8641.0, 8641.0, 8615.0, 8654.0, 8642.0, 8663.0, 8658.0, 8631.0, 8670.0, 8613.0, 8680.0, 8655.0, 8657.0, 8626.0, 8628.0, 8652.0, 8627.0, 8641.0, 8661.0, 8613.0, 8639.0, 8608.0, 8664.0, 8636.0, 8668.0, 8637.0, 8610.0, 8648.0, 8607.0, 8665.0, 8619.0, 8696.0, 8667.0, 8634.0, 8605.0, 8607.0, 8601.0, 8608.0, 8669.0, 8625.0, 8651.0, 8628.0, 8639.0, 8640.0, 8644.0, 8658.0, 8630.0, 8652.0, 8613.0, 8664.0, 8643.0, 8704.0, 8613.0, 8654.0, 8625.0, 8634.0, 8621.0, 8642.0, 8609.0, 8613.0, 8622.0, 8629.0, 8637.0, 8645.0, 8675.0, 8617.0, 8631.0, 8627.0, 8617.0, 8654.0, 8670.0, 8701.0, 8610.0, 8620.0, 8611.0, 8647.0, 8625.0, 8642.0, 8624.0, 8613.0, 8638.0, 8632.0, 8622.0, 8642.0, 8631.0, 8614.0, 8634.0, 8657.0, 8633.0, 8668.0, 8647.0, 8631.0, 8628.0, 8617.0, 8641.0, 8626.0, 8701.0, 8678.0, 8627.0, 8626.0, 8667.0, 8639.0, 8620.0, 8708.0, 8628.0, 8643.0, 8623.0, 8653.0, 8654.0, 8647.0, 8687.0, 8627.0, 8652.0, 8609.0, 8622.0, 8667.0, 8672.0, 8626.0, 8627.0, 8608.0, 8650.0, 8663.0, 8642.0, 8653.0, 8625.0, 8625.0, 8622.0, 8623.0, 8641.0, 8657.0, 8631.0, 8638.0, 8638.0, 8662.0, 8668.0, 8629.0, 8641.0, 8626.0, 8632.0, 8652.0, 8620.0, 8657.0, 8655.0, 8629.0, 8669.0, 8629.0, 8652.0, 8640.0, 8615.0, 8686.0, 8628.0, 8661.0, 8655.0, 8642.0, 8660.0, 8643.0, 8631.0, 8658.0, 8657.0, 8651.0, 8713.0, 8631.0, 8686.0, 8610.0, 8625.0, 8635.0, 8645.0, 8686.0, 8624.0, 8668.0, 8611.0, 8641.0, 8684.0, 8673.0, 8613.0, 8653.0, 8627.0, 8624.0, 8634.0, 8646.0, 8671.0, 8627.0, 8622.0, 8612.0, 8619.0, 8698.0, 8643.0, 8655.0, 8639.0, 8639.0, 8654.0, 8638.0, 8701.0, 8612.0, 8639.0, 8613.0, 8652.0, 8641.0, 8639.0, 8643.0, 8633.0, 8628.0, 8633.0, 8670.0, 8665.0, 8708.0, 8646.0, 8642.0, 8626.0, 8626.0, 8639.0, 8612.0, 8671.0, 8614.0, 8639.0, 8655.0, 8641.0, 8676.0, 8631.0, 8671.0, 8629.0, 8683.0, 8639.0, 8671.0, 8642.0, 8614.0, 8640.0, 8643.0, 8651.0, 8649.0, 8656.0, 8627.0, 8656.0, 8624.0, 8640.0, 8668.0, 8645.0, 8627.0, 8629.0, 8643.0, 8640.0, 8625.0, 8726.0, 8646.0, 8670.0, 8624.0, 8641.0, 8639.0, 8666.0, 8656.0, 8625.0, 8623.0, 8645.0, 8651.0, 8641.0, 8660.0, 8644.0, 8641.0, 8624.0, 8626.0, 8653.0, 8641.0, 8707.0, 8645.0, 8644.0, 8641.0, 8627.0, 8652.0, 8657.0, 8720.0, 8627.0, 8626.0, 8624.0, 8635.0, 8665.0, 8646.0, 8626.0, 8624.0, 8626.0, 8638.0, 8637.0, 8706.0, 8643.0, 8670.0, 8623.0, 8643.0, 8666.0, 8640.0, 8688.0, 8653.0, 8624.0, 8649.0, 8626.0, 8632.0, 8639.0, 8656.0, 8637.0, 8624.0, 8658.0, 8644.0, 8635.0, 8646.0, 8654.0, 8638.0, 8626.0, 8652.0, 8643.0, 8639.0, 8648.0, 8644.0, 8629.0, 8634.0, 8674.0, 8659.0, 8704.0, 8679.0, 8659.0, 8644.0, 8649.0, 8661.0, 8627.0, 8667.0, 8632.0, 8634.0, 8650.0, 8664.0, 8654.0, 8667.0, 8681.0, 8670.0, 8650.0, 8660.0, 8628.0, 8629.0, 8748.0, 8677.0, 8722.0, 8657.0, 8717.0, 8668.0, 8646.0, 8659.0, 8663.0, 8618.0, 8604.0, 8629.0, 8602.0, 8690.0, 8652.0, 8613.0, 8601.0, 8629.0, 8582.0, 8599.0, 8644.0, 8620.0, 8621.0, 8603.0, 8606.0, 8646.0, 8621.0, 8665.0, 8669.0, 8624.0, 8609.0, 8618.0, 8638.0, 8648.0, 8658.0, 8615.0, 8672.0, 8631.0, 8642.0, 8654.0, 8663.0, 8720.0, 8656.0, 8625.0, 8654.0, 8665.0, 8696.0, 8659.0, 8683.0, 8641.0, 8641.0, 8656.0, 8654.0, 8677.0, 8647.0, 8659.0, 8647.0, 8664.0, 8644.0, 8645.0, 8712.0, 8665.0, 8639.0, 8666.0, 8650.0, 8673.0, 8645.0, 8725.0, 8647.0, 8676.0, 8649.0, 8657.0, 8658.0, 8674.0, 8661.0, 8645.0, 8640.0, 8645.0, 8654.0, 8641.0, 8662.0, 8649.0, 8634.0, 8646.0, 8649.0, 8656.0, 8663.0, 8677.0, 8643.0, 8642.0, 8656.0, 8643.0, 8698.0, 8656.0, 8686.0, 8624.0, 8647.0, 8618.0, 8619.0, 8659.0, 8618.0, 8677.0, 8616.0, 8617.0, 8624.0, 8635.0, 8641.0, 8635.0, 8651.0, 8592.0, 8622.0, 8638.0, 8638.0, 8624.0, 8642.0, 8613.0, 8626.0, 8648.0, 8660.0, 8646.0, 8696.0, 8678.0, 8634.0, 8673.0, 8646.0, 8715.0, 8670.0, 8686.0, 8640.0, 8622.0, 8652.0, 8651.0, 8669.0, 8643.0, 8671.0, 8627.0, 8654.0, 8647.0, 8653.0, 8641.0, 8632.0, 8644.0, 8633.0, 8647.0, 8651.0, 8657.0, 8654.0, 8664.0, 8647.0, 8619.0, 8646.0, 8672.0, 8679.0, 8637.0, 8675.0, 8631.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.00026577675489067895</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024687969620253165</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.621648463364046</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1501188336290318</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9779921125345622</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4866</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3769.5569</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1357059258208251</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>159</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>18.296892980437285</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5299407737958424</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5188498490368487</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.785420660863124</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2855518114875544</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00350411</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0037121684290468693</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.020426245406270027</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6948563239024255</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>22.2487</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.7851</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.3992</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299849.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>815.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>333.8725</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8749</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.0322</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3036.3574</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3231.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76695.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>908.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4058.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.4532</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.80881489242893</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> |