=== 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-0009 --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-0009",
"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-0009_ses-04_task-social_acq-mb8_run-01_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-0009_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-01_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-0009/ses-04/func/sub-0009_ses-04_task-social_acq-mb8_run-01_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>0281aa08990393882a96c24d15ca890b</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>12:51:32.150000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999832, 0.0142515, 0.0115182, -0.0144848, 0.999686, 0.0204339]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0828612</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4159, -7707, -7339, 608, -15, -107, 24, 70]</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>238.201</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>87d08216-a0ee-4275-bf6e-7b840844c365||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68247652053833, -0.03886178880929947, 0.030303185805678368, 113.15691375732422], [-0.038235802203416824, 2.6820852756500244, 0.05561276525259018, -96.34735107421875], [0.030902570113539696, -0.05482269078493118, 2.6992571353912354, -83.59440612792969], [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': ['125132.150000', '125132.610000', '125133.070000', '125133.530000', '125133.990000', '125134.450000', '125134.910000', '125135.370000', '125135.830000', '125136.290000', '125136.750000', '125137.210000', '125137.670000', '125138.130000', '125138.590000', '125139.050000', '125139.510000', '125139.970000', '125140.430000', '125140.890000', '125141.350000', '125141.810000', '125142.270000', '125142.730000', '125143.190000', '125143.650000', '125144.110000', '125144.570000', '125145.030000', '125145.490000', '125145.950000', '125146.410000', '125146.870000', '125147.330000', '125147.790000', '125148.250000', '125148.710000', '125149.170000', '125149.630000', '125150.090000', '125150.550000', '125151.010000', '125151.470000', '125151.930000', '125152.390000', '125152.850000', '125153.310000', '125153.770000', '125154.230000', '125154.690000', '125155.150000', '125155.610000', '125156.070000', '125156.530000', '125156.990000', '125157.450000', '125157.910000', '125158.370000', '125158.830000', '125159.290000', '125159.750000', '125200.210000', '125200.670000', '125201.130000', '125201.590000', '125202.050000', '125202.510000', '125202.970000', '125203.430000', '125203.890000', '125204.350000', '125204.810000', '125205.270000', '125205.730000', '125206.190000', '125206.650000', '125207.110000', '125207.570000', '125208.030000', '125208.490000', '125208.950000', '125209.410000', '125209.870000', '125210.330000', '125210.790000', '125211.250000', '125211.710000', '125212.170000', '125212.630000', '125213.090000', '125213.550000', '125214.010000', '125214.470000', '125214.930000', '125215.390000', '125215.850000', '125216.310000', '125216.770000', '125217.230000', '125217.690000', '125218.150000', '125218.610000', '125219.070000', '125219.530000', '125219.990000', '125220.450000', '125220.910000', '125221.370000', '125221.830000', '125222.290000', '125222.750000', '125223.210000', '125223.670000', '125224.130000', '125224.590000', '125225.050000', '125225.510000', '125225.970000', '125226.430000', '125226.890000', '125227.350000', '125227.810000', '125228.270000', '125228.730000', '125229.190000', '125229.650000', '125230.110000', '125230.570000', '125231.030000', '125231.490000', '125231.950000', '125232.410000', '125232.870000', '125233.330000', '125233.790000', '125234.250000', '125234.710000', '125235.170000', '125235.630000', '125236.090000', '125236.550000', '125237.010000', '125237.470000', '125237.930000', '125238.390000', '125238.850000', '125239.310000', '125239.770000', '125240.230000', '125240.690000', '125241.150000', '125241.610000', '125242.070000', '125242.530000', '125242.990000', '125243.450000', '125243.910000', '125244.370000', '125244.830000', '125245.290000', '125245.750000', '125246.210000', '125246.670000', '125247.130000', '125247.590000', '125248.050000', '125248.510000', '125248.970000', '125249.430000', '125249.890000', '125250.350000', '125250.810000', '125251.270000', '125251.730000', '125252.190000', '125252.650000', '125253.110000', '125253.570000', '125254.030000', '125254.490000', '125254.950000', '125255.410000', '125255.870000', '125256.330000', '125256.790000', '125257.250000', '125257.710000', '125258.170000', '125258.630000', '125259.090000', '125259.550000', '125300.010000', '125300.470000', '125300.930000', '125301.390000', '125301.850000', '125302.310000', '125302.770000', '125303.230000', '125303.690000', '125304.150000', '125304.610000', '125305.070000', '125305.530000', '125305.990000', '125306.450000', '125306.910000', '125307.370000', '125307.830000', '125308.290000', '125308.750000', '125309.210000', '125309.670000', '125310.130000', '125310.590000', '125311.050000', '125311.510000', '125311.970000', '125312.430000', '125312.890000', '125313.350000', '125313.810000', '125314.270000', '125314.730000', '125315.190000', '125315.650000', '125316.110000', '125316.570000', '125317.030000', '125317.490000', '125317.950000', '125318.410000', '125318.870000', '125319.330000', '125319.790000', '125320.250000', '125320.710000', '125321.170000', '125321.630000', '125322.090000', '125322.550000', '125323.010000', '125323.470000', '125323.930000', '125324.390000', '125324.850000', '125325.310000', '125325.770000', '125326.230000', '125326.690000', '125327.150000', '125327.610000', '125328.070000', '125328.530000', '125328.990000', '125329.450000', '125329.910000', '125330.370000', '125330.830000', '125331.290000', '125331.750000', '125332.210000', '125332.670000', '125333.130000', '125333.590000', '125334.050000', '125334.510000', '125334.970000', '125335.430000', '125335.890000', '125336.350000', '125336.810000', '125337.270000', '125337.730000', '125338.190000', '125338.650000', '125339.110000', '125339.570000', '125340.030000', '125340.490000', '125340.950000', '125341.410000', '125341.870000', '125342.330000', '125342.790000', '125343.250000', '125343.710000', '125344.170000', '125344.630000', '125345.090000', '125345.550000', '125346.010000', '125346.470000', '125346.930000', '125347.390000', '125347.850000', '125348.310000', '125348.770000', '125349.230000', '125349.690000', '125350.150000', '125350.610000', '125351.070000', '125351.530000', '125351.990000', '125352.450000', '125352.910000', '125353.370000', '125353.830000', '125354.290000', '125354.750000', '125355.210000', '125355.670000', '125356.130000', '125356.590000', '125357.050000', '125357.510000', '125357.970000', '125358.430000', '125358.890000', '125359.350000', '125359.810000', '125400.270000', '125400.730000', '125401.190000', '125401.650000', '125402.110000', '125402.570000', '125403.030000', '125403.490000', '125403.950000', '125404.410000', '125404.870000', '125405.330000', '125405.790000', '125406.250000', '125406.710000', '125407.170000', '125407.630000', '125408.090000', '125408.550000', '125409.010000', '125409.470000', '125409.930000', '125410.390000', '125410.850000', '125411.310000', '125411.770000', '125412.230000', '125412.690000', '125413.150000', '125413.610000', '125414.070000', '125414.530000', '125414.990000', '125415.450000', '125415.910000', '125416.370000', '125416.830000', '125417.290000', '125417.750000', '125418.210000', '125418.670000', '125419.130000', '125419.590000', '125420.050000', '125420.510000', '125420.970000', '125421.430000', '125421.890000', '125422.350000', '125422.810000', '125423.270000', '125423.730000', '125424.190000', '125424.650000', '125425.110000', '125425.570000', '125426.030000', '125426.490000', '125426.950000', '125427.410000', '125427.870000', '125428.330000', '125428.790000', '125429.250000', '125429.710000', '125430.170000', '125430.630000', '125431.090000', '125431.550000', '125432.010000', '125432.470000', '125432.930000', '125433.390000', '125433.850000', '125434.310000', '125434.770000', '125435.230000', '125435.690000', '125436.150000', '125436.610000', '125437.070000', '125437.530000', '125437.990000', '125438.450000', '125438.910000', '125439.370000', '125439.830000', '125440.290000', '125440.750000', '125441.210000', '125441.670000', '125442.130000', '125442.590000', '125443.050000', '125443.510000', '125443.970000', '125444.430000', '125444.890000', '125445.350000', '125445.810000', '125446.270000', '125446.730000', '125447.190000', '125447.650000', '125448.110000', '125448.570000', '125449.030000', '125449.490000', '125449.950000', '125450.410000', '125450.870000', '125451.330000', '125451.790000', '125452.250000', '125452.710000', '125453.170000', '125453.630000', '125454.090000', '125454.550000', '125455.010000', '125455.470000', '125455.930000', '125456.390000', '125456.850000', '125457.310000', '125457.770000', '125458.230000', '125458.690000', '125459.150000', '125459.610000', '125500.070000', '125500.530000', '125500.990000', '125501.450000', '125501.910000', '125502.370000', '125502.830000', '125503.290000', '125503.750000', '125504.210000', '125504.670000', '125505.130000', '125505.590000', '125506.050000', '125506.510000', '125506.970000', '125507.430000', '125507.890000', '125508.350000', '125508.810000', '125509.270000', '125509.730000', '125510.190000', '125510.650000', '125511.110000', '125511.570000', '125512.030000', '125512.490000', '125512.950000', '125513.410000', '125513.870000', '125514.330000', '125514.790000', '125515.250000', '125515.710000', '125516.170000', '125516.630000', '125517.090000', '125517.550000', '125518.010000', '125518.470000', '125518.930000', '125519.390000', '125519.850000', '125520.310000', '125520.770000', '125521.230000', '125521.690000', '125522.150000', '125522.610000', '125523.070000', '125523.530000', '125523.990000', '125524.450000', '125524.910000', '125525.370000', '125525.830000', '125526.290000', '125526.750000', '125527.210000', '125527.670000', '125528.130000', '125528.590000', '125529.050000', '125529.510000', '125529.970000', '125530.430000', '125530.890000', '125531.350000', '125531.810000', '125532.270000', '125532.730000', '125533.190000', '125533.650000', '125534.110000', '125534.570000', '125535.030000', '125535.490000', '125535.950000', '125536.410000', '125536.870000', '125537.330000', '125537.790000', '125538.250000', '125538.710000', '125539.170000', '125539.630000', '125540.090000', '125540.550000', '125541.010000', '125541.470000', '125541.930000', '125542.390000', '125542.850000', '125543.310000', '125543.770000', '125544.230000', '125544.690000', '125545.150000', '125545.610000', '125546.070000', '125546.530000', '125546.990000', '125547.450000', '125547.910000', '125548.370000', '125548.830000', '125549.290000', '125549.750000', '125550.210000', '125550.670000', '125551.130000', '125551.590000', '125552.050000', '125552.510000', '125552.970000', '125553.430000', '125553.890000', '125554.350000', '125554.810000', '125555.270000', '125555.730000', '125556.190000', '125556.650000', '125557.110000', '125557.570000', '125558.030000', '125558.490000', '125558.950000', '125559.410000', '125559.870000', '125600.330000', '125600.790000', '125601.250000', '125601.710000', '125602.170000', '125602.630000', '125603.090000', '125603.550000', '125604.010000', '125604.470000', '125604.930000', '125605.390000', '125605.850000', '125606.310000', '125606.770000', '125607.230000', '125607.690000', '125608.150000', '125608.610000', '125609.070000', '125609.530000', '125609.990000', '125610.450000', '125610.910000', '125611.370000', '125611.830000', '125612.290000', '125612.750000', '125613.210000', '125613.670000', '125614.130000', '125614.590000', '125615.050000', '125615.510000', '125615.970000', '125616.430000', '125616.890000', '125617.350000', '125617.810000', '125618.270000', '125618.730000', '125619.190000', '125619.650000', '125620.110000', '125620.570000', '125621.030000', '125621.490000', '125621.950000', '125622.410000', '125622.870000', '125623.330000', '125623.790000', '125624.250000', '125624.710000', '125625.170000', '125625.630000', '125626.090000', '125626.550000', '125627.010000', '125627.470000', '125627.930000', '125628.390000', '125628.850000', '125629.310000', '125629.770000', '125630.230000', '125630.690000', '125631.150000', '125631.610000', '125632.070000', '125632.530000', '125632.990000', '125633.450000', '125633.910000', '125634.370000', '125634.830000', '125635.290000', '125635.750000', '125636.210000', '125636.670000', '125637.130000', '125637.590000', '125638.050000', '125638.510000', '125638.970000', '125639.430000', '125639.890000', '125640.350000', '125640.810000', '125641.270000', '125641.730000', '125642.190000', '125642.650000', '125643.110000', '125643.570000', '125644.030000', '125644.490000', '125644.950000', '125645.410000', '125645.870000', '125646.330000', '125646.790000', '125647.250000', '125647.710000', '125648.170000', '125648.630000', '125649.090000', '125649.550000', '125650.010000', '125650.470000', '125650.930000', '125651.390000', '125651.850000', '125652.310000', '125652.770000', '125653.230000', '125653.690000', '125654.150000', '125654.610000', '125655.070000', '125655.530000', '125655.990000', '125656.450000', '125656.910000', '125657.370000', '125657.830000', '125658.290000', '125658.750000', '125659.210000', '125659.670000', '125700.130000', '125700.590000', '125701.050000', '125701.510000', '125701.970000', '125702.430000', '125702.890000', '125703.350000', '125703.810000', '125704.270000', '125704.730000', '125705.190000', '125705.650000', '125706.110000', '125706.570000', '125707.030000', '125707.490000', '125707.950000', '125708.410000', '125708.870000', '125709.330000', '125709.790000', '125710.250000', '125710.710000', '125711.170000', '125711.630000', '125712.090000', '125712.550000', '125713.010000', '125713.470000', '125713.930000', '125714.390000', '125714.850000', '125715.310000', '125715.770000', '125716.230000', '125716.690000', '125717.150000', '125717.610000', '125718.070000', '125718.530000', '125718.990000', '125719.450000', '125719.910000', '125720.370000', '125720.830000', '125721.290000', '125721.750000', '125722.210000', '125722.670000', '125723.130000', '125723.590000', '125724.050000', '125724.510000', '125724.970000', '125725.430000', '125725.890000', '125726.350000', '125726.810000', '125727.270000', '125727.730000', '125728.190000', '125728.650000', '125729.110000', '125729.570000', '125730.030000', '125730.490000', '125730.950000', '125731.410000', '125731.870000', '125732.330000', '125732.790000', '125733.250000', '125733.710000', '125734.170000', '125734.630000', '125735.090000', '125735.550000', '125736.010000', '125736.470000', '125736.930000', '125737.390000', '125737.850000', '125738.310000', '125738.770000', '125739.230000', '125739.690000', '125740.150000', '125740.610000', '125741.070000', '125741.530000', '125741.990000', '125742.450000', '125742.910000', '125743.370000', '125743.830000', '125744.290000', '125744.750000', '125745.210000', '125745.670000', '125746.130000', '125746.590000', '125747.050000', '125747.510000', '125747.970000', '125748.430000', '125748.890000', '125749.350000', '125749.810000', '125750.270000', '125750.730000', '125751.190000', '125751.650000', '125752.110000', '125752.570000', '125753.030000', '125753.490000', '125753.950000', '125754.410000', '125754.870000', '125755.330000', '125755.790000', '125756.250000', '125756.710000', '125757.170000', '125757.630000', '125758.090000', '125758.550000', '125759.010000', '125759.470000', '125759.930000', '125800.390000', '125800.850000', '125801.310000', '125801.770000', '125802.230000', '125802.690000', '125803.150000', '125803.610000', '125804.070000', '125804.530000', '125804.990000', '125805.450000', '125805.910000', '125806.370000', '125806.830000', '125807.290000', '125807.750000', '125808.210000', '125808.670000', '125809.130000', '125809.590000', '125810.050000', '125810.510000', '125810.970000', '125811.430000', '125811.890000', '125812.350000', '125812.810000'], 'ContentTime': ['125153.398000', '125153.402000', '125153.405000', '125153.408000', '125153.411000', '125153.414000', '125153.417000', '125153.420000', '125153.423000', '125153.426000', '125153.429000', '125153.432000', '125153.435000', '125153.438000', '125153.441000', '125153.444000', '125153.447000', '125153.449000', '125153.452000', '125153.455000', '125153.458000', '125153.461000', '125153.464000', '125153.467000', '125153.470000', '125153.473000', '125153.480000', '125153.494000', '125153.497000', '125153.500000', '125153.503000', '125153.506000', '125153.509000', '125153.512000', '125153.515000', '125153.518000', '125153.521000', '125153.524000', '125153.527000', '125153.530000', '125153.532000', '125153.535000', '125153.539000', '125153.541000', '125213.366000', '125213.369000', '125213.372000', '125213.375000', '125213.378000', '125213.381000', '125213.384000', '125213.387000', '125213.390000', '125213.393000', '125213.395000', '125213.399000', '125213.401000', '125213.404000', '125213.407000', '125213.410000', '125213.413000', '125213.416000', '125213.419000', '125213.422000', '125213.425000', '125213.428000', '125213.431000', '125213.434000', '125213.437000', '125213.440000', '125213.443000', '125213.446000', '125213.448000', '125213.451000', '125213.454000', '125213.457000', '125213.460000', '125213.463000', '125213.466000', '125213.473000', '125213.476000', '125213.479000', '125213.482000', '125213.485000', '125213.488000', '125213.491000', '125213.494000', '125233.366000', '125233.369000', '125233.372000', '125233.375000', '125233.378000', '125233.381000', '125233.384000', '125233.386000', '125233.390000', '125233.392000', '125233.395000', '125233.398000', '125233.401000', '125233.404000', '125233.407000', '125233.410000', '125233.413000', '125233.416000', '125233.419000', '125233.422000', '125233.425000', '125233.428000', '125233.431000', '125233.434000', '125233.437000', '125233.440000', '125233.443000', '125233.446000', '125233.449000', '125233.452000', '125233.454000', '125233.457000', '125233.460000', '125233.463000', '125233.466000', '125233.469000', '125233.472000', '125233.475000', '125233.478000', '125233.481000', '125233.484000', '125233.487000', '125233.490000', '125233.493000', '125253.367000', '125253.370000', '125253.374000', '125253.377000', '125253.380000', '125253.383000', '125253.386000', '125253.389000', '125253.392000', '125253.395000', '125253.399000', '125253.401000', '125253.404000', '125253.407000', '125253.411000', '125253.414000', '125253.416000', '125253.419000', '125253.423000', '125253.426000', '125253.429000', '125253.432000', '125253.435000', '125253.438000', '125253.441000', '125253.444000', '125253.447000', '125253.455000', '125253.458000', '125253.461000', '125253.465000', '125253.468000', '125253.471000', '125253.474000', '125253.477000', '125253.480000', '125253.483000', '125253.486000', '125253.489000', '125253.492000', '125253.495000', '125253.498000', '125253.501000', '125313.367000', '125313.370000', '125313.373000', '125313.376000', '125313.379000', '125313.382000', '125313.385000', '125313.388000', '125313.391000', '125313.394000', '125313.397000', '125313.400000', '125313.403000', '125313.405000', '125313.408000', '125313.411000', '125313.414000', '125313.417000', '125313.420000', '125313.423000', '125313.426000', '125313.429000', '125313.432000', '125313.435000', '125313.438000', '125313.441000', '125313.444000', '125313.447000', '125313.450000', '125313.453000', '125313.456000', '125313.459000', '125313.461000', '125313.464000', '125313.467000', '125313.470000', '125313.473000', '125313.476000', '125313.479000', '125313.489000', '125313.492000', '125313.495000', '125313.498000', '125313.506000', '125333.367000', '125333.370000', '125333.373000', '125333.376000', '125333.379000', '125333.382000', '125333.385000', '125333.388000', '125333.391000', '125333.394000', '125333.397000', '125333.400000', '125333.403000', '125333.406000', '125333.409000', '125333.411000', '125333.414000', '125333.417000', '125333.420000', '125333.423000', '125333.426000', '125333.429000', '125333.451000', '125333.453000', '125333.456000', '125333.459000', '125333.462000', '125333.465000', '125333.468000', '125333.471000', '125333.474000', '125333.477000', '125333.480000', '125333.483000', '125333.486000', '125333.489000', '125333.492000', '125333.495000', '125333.498000', '125333.501000', '125333.504000', '125333.507000', '125333.510000', '125353.367000', '125353.370000', '125353.373000', '125353.376000', '125353.379000', '125353.382000', '125353.385000', '125353.388000', '125353.391000', '125353.394000', '125353.397000', '125353.400000', '125353.403000', '125353.406000', '125353.409000', '125353.412000', '125353.415000', '125353.417000', '125353.420000', '125353.423000', '125353.426000', '125353.429000', '125353.432000', '125353.435000', '125353.438000', '125353.441000', '125353.444000', '125353.447000', '125353.450000', '125353.453000', '125353.456000', '125353.459000', '125353.462000', '125353.465000', '125353.468000', '125353.471000', '125353.474000', '125353.477000', '125353.480000', '125353.483000', '125353.486000', '125353.488000', '125353.492000', '125353.494000', '125413.367000', '125413.370000', '125413.373000', '125413.376000', '125413.379000', '125413.382000', '125413.385000', '125413.388000', '125413.391000', '125413.394000', '125413.397000', '125413.400000', '125413.403000', '125413.406000', '125413.409000', '125413.411000', '125413.414000', '125413.417000', '125413.420000', '125413.423000', '125413.426000', '125413.429000', '125413.432000', '125413.435000', '125413.438000', '125413.441000', '125413.444000', '125413.447000', '125413.450000', '125413.453000', '125413.456000', '125413.459000', '125413.462000', '125413.465000', '125413.468000', '125413.471000', '125413.474000', '125413.476000', '125413.479000', '125413.482000', '125413.485000', '125413.488000', '125413.491000', '125433.366000', '125433.369000', '125433.372000', '125433.375000', '125433.378000', '125433.381000', '125433.384000', '125433.387000', '125433.390000', '125433.393000', '125433.396000', '125433.399000', '125433.402000', '125433.405000', '125433.408000', '125433.410000', '125433.413000', '125433.416000', '125433.419000', '125433.422000', '125433.425000', '125433.428000', '125433.431000', '125433.434000', '125433.437000', '125433.440000', '125433.443000', '125433.446000', '125433.449000', '125433.452000', '125433.455000', '125433.458000', '125433.461000', '125433.464000', '125433.467000', '125433.470000', '125433.473000', '125433.476000', '125433.479000', '125433.482000', '125433.485000', '125433.488000', '125433.491000', '125433.494000', '125453.366000', '125453.369000', '125453.372000', '125453.375000', '125453.378000', '125453.381000', '125453.384000', '125453.387000', '125453.390000', '125453.393000', '125453.396000', '125453.399000', '125453.402000', '125453.405000', '125453.408000', '125453.411000', '125453.414000', '125453.417000', '125453.420000', '125453.423000', '125453.426000', '125453.429000', '125453.432000', '125453.435000', '125453.438000', '125453.441000', '125453.444000', '125453.447000', '125453.450000', '125453.453000', '125453.455000', '125453.459000', '125453.461000', '125453.464000', '125453.467000', '125453.470000', '125453.473000', '125453.476000', '125453.479000', '125453.482000', '125453.485000', '125453.488000', '125453.491000', '125513.367000', '125513.370000', '125513.373000', '125513.378000', '125513.383000', '125513.386000', '125513.389000', '125513.392000', '125513.395000', '125513.398000', '125513.401000', '125513.404000', '125513.407000', '125513.410000', '125513.413000', '125513.416000', '125513.419000', '125513.422000', '125513.435000', '125513.438000', '125513.441000', '125513.444000', '125513.447000', '125513.450000', '125513.453000', '125513.456000', '125513.459000', '125513.462000', '125513.465000', '125513.468000', '125513.471000', '125513.474000', '125513.477000', '125513.480000', '125513.483000', '125513.486000', '125513.489000', '125513.491000', '125513.494000', '125513.497000', '125513.500000', '125513.503000', '125513.506000', '125533.367000', '125533.370000', '125533.373000', '125533.376000', '125533.379000', '125533.382000', '125533.385000', '125533.388000', '125533.391000', '125533.394000', '125533.397000', '125533.400000', '125533.403000', '125533.406000', '125533.409000', '125533.412000', '125533.415000', '125533.417000', '125533.420000', '125533.423000', '125533.426000', '125533.429000', '125533.432000', '125533.435000', '125533.438000', '125533.441000', '125533.444000', '125533.447000', '125533.450000', '125533.453000', '125533.456000', '125533.459000', '125533.462000', '125533.465000', '125533.468000', '125533.471000', '125533.474000', '125533.476000', '125533.479000', '125533.482000', '125533.485000', '125533.488000', '125533.491000', '125533.494000', '125553.367000', '125553.371000', '125553.373000', '125553.376000', '125553.379000', '125553.382000', '125553.385000', '125553.388000', '125553.392000', '125553.395000', '125553.398000', '125553.401000', '125553.404000', '125553.407000', '125553.410000', '125553.413000', '125553.416000', '125553.419000', '125553.422000', '125553.425000', '125553.428000', '125553.431000', '125553.433000', '125553.437000', '125553.440000', '125553.442000', '125553.445000', '125553.448000', '125553.451000', '125553.454000', '125553.457000', '125553.460000', '125553.463000', '125553.466000', '125553.469000', '125553.472000', '125553.475000', '125553.478000', '125553.481000', '125553.484000', '125553.487000', '125553.490000', '125553.493000', '125613.367000', '125613.370000', '125613.373000', '125613.376000', '125613.379000', '125613.382000', '125613.385000', '125613.388000', '125613.391000', '125613.394000', '125613.397000', '125613.400000', '125613.403000', '125613.406000', '125613.409000', '125613.412000', '125613.415000', '125613.418000', '125613.421000', '125613.424000', '125613.427000', '125613.430000', '125613.433000', '125613.436000', '125613.438000', '125613.441000', '125613.444000', '125613.447000', '125613.450000', '125613.453000', '125613.456000', '125613.459000', '125613.462000', '125613.465000', '125613.468000', '125613.471000', '125613.474000', '125613.477000', '125613.480000', '125613.483000', '125613.485000', '125613.488000', '125613.491000', '125613.494000', '125633.367000', '125633.370000', '125633.373000', '125633.376000', '125633.379000', '125633.382000', '125633.385000', '125633.388000', '125633.391000', '125633.394000', '125633.397000', '125633.400000', '125633.404000', '125633.407000', '125633.410000', '125633.413000', '125633.416000', '125633.419000', '125633.422000', '125633.425000', '125633.428000', '125633.431000', '125633.434000', '125633.437000', '125633.440000', '125633.442000', '125633.446000', '125633.449000', '125633.451000', '125633.454000', '125633.458000', '125633.460000', '125633.463000', '125633.466000', '125633.469000', '125633.472000', '125633.475000', '125633.478000', '125633.481000', '125633.484000', '125633.487000', '125633.490000', '125633.493000', '125653.379000', '125653.383000', '125653.386000', '125653.389000', '125653.392000', '125653.395000', '125653.398000', '125653.401000', '125653.403000', '125653.407000', '125653.410000', '125653.412000', '125653.415000', '125653.419000', '125653.422000', '125653.424000', '125653.427000', '125653.430000', '125653.433000', '125653.436000', '125653.439000', '125653.442000', '125653.445000', '125653.448000', '125653.451000', '125653.454000', '125653.457000', '125653.460000', '125653.463000', '125653.466000', '125653.469000', '125653.472000', '125653.475000', '125653.478000', '125653.481000', '125653.484000', '125653.487000', '125653.490000', '125653.493000', '125653.496000', '125653.499000', '125653.502000', '125653.505000', '125653.508000', '125713.366000', '125713.369000', '125713.372000', '125713.375000', '125713.378000', '125713.381000', '125713.384000', '125713.387000', '125713.390000', '125713.393000', '125713.396000', '125713.399000', '125713.402000', '125713.405000', '125713.408000', '125713.411000', '125713.414000', '125713.417000', '125713.420000', '125713.423000', '125713.426000', '125713.429000', '125713.432000', '125713.435000', '125713.438000', '125713.441000', '125713.444000', '125713.447000', '125713.450000', '125713.453000', '125713.456000', '125713.459000', '125713.462000', '125713.465000', '125713.468000', '125713.471000', '125713.474000', '125713.477000', '125713.480000', '125713.482000', '125713.485000', '125713.489000', '125713.491000', '125733.367000', '125733.370000', '125733.373000', '125733.376000', '125733.379000', '125733.382000', '125733.385000', '125733.388000', '125733.391000', '125733.394000', '125733.397000', '125733.400000', '125733.403000', '125733.406000', '125733.409000', '125733.412000', '125733.415000', '125733.418000', '125733.421000', '125733.423000', '125733.427000', '125733.429000', '125733.432000', '125733.435000', '125733.438000', '125733.443000', '125733.446000', '125733.449000', '125733.452000', '125733.455000', '125733.458000', '125733.461000', '125733.464000', '125733.467000', '125733.470000', '125733.472000', '125733.475000', '125733.478000', '125733.481000', '125733.484000', '125733.487000', '125733.490000', '125733.493000', '125733.496000', '125753.367000', '125753.370000', '125753.373000', '125753.376000', '125753.381000', '125753.384000', '125753.387000', '125753.390000', '125753.393000', '125753.396000', '125753.399000', '125753.402000', '125753.405000', '125753.408000', '125753.411000', '125753.414000', '125753.416000', '125753.419000', '125753.422000', '125753.425000', '125753.428000', '125753.431000', '125753.434000', '125753.438000', '125753.443000', '125753.446000', '125753.449000', '125753.452000', '125753.455000', '125753.458000', '125753.461000', '125753.464000', '125753.467000', '125753.470000', '125753.473000', '125753.476000', '125753.479000', '125753.482000', '125753.485000', '125753.488000', '125753.491000', '125753.494000', '125753.497000', '125813.367000', '125813.370000', '125813.373000', '125813.376000', '125813.379000', '125813.382000', '125813.385000', '125813.389000', '125813.391000', '125813.394000', '125813.397000', '125813.419000', '125813.422000', '125813.425000', '125813.428000', '125813.431000', '125813.434000', '125813.437000', '125813.440000', '125813.443000', '125813.446000', '125813.448000', '125813.451000', '125813.454000', '125813.457000', '125813.460000', '125813.463000', '125813.466000', '125813.469000', '125813.472000', '125813.475000', '125813.478000', '125813.481000', '125813.484000', '125813.487000', '125813.490000', '125813.493000', '125813.496000', '125813.499000', '125813.502000', '125813.505000', '125813.508000', '125813.511000', '125813.514000', '125814.203000', '125814.206000'], 'InstanceCreationTime': ['125153.398000', '125153.402000', '125153.405000', '125153.408000', '125153.411000', '125153.414000', '125153.417000', '125153.420000', '125153.423000', '125153.426000', '125153.429000', '125153.432000', '125153.435000', '125153.438000', '125153.441000', '125153.444000', '125153.447000', '125153.449000', '125153.452000', '125153.455000', '125153.458000', '125153.461000', '125153.464000', '125153.467000', '125153.470000', '125153.473000', '125153.480000', '125153.494000', '125153.497000', '125153.500000', '125153.503000', '125153.506000', '125153.509000', '125153.512000', '125153.515000', '125153.518000', '125153.521000', '125153.524000', '125153.527000', '125153.530000', '125153.532000', '125153.535000', '125153.539000', '125153.541000', '125213.366000', '125213.369000', '125213.372000', '125213.375000', '125213.378000', '125213.381000', '125213.384000', '125213.387000', '125213.390000', '125213.393000', '125213.395000', '125213.399000', '125213.401000', '125213.404000', '125213.407000', '125213.410000', '125213.413000', '125213.416000', '125213.419000', '125213.422000', '125213.425000', '125213.428000', '125213.431000', '125213.434000', '125213.437000', '125213.440000', '125213.443000', '125213.446000', '125213.448000', '125213.451000', '125213.454000', '125213.457000', '125213.460000', '125213.463000', '125213.466000', '125213.473000', '125213.476000', '125213.479000', '125213.482000', '125213.485000', '125213.488000', '125213.491000', '125213.494000', '125233.366000', '125233.369000', '125233.372000', '125233.375000', '125233.378000', '125233.381000', '125233.384000', '125233.386000', '125233.390000', '125233.392000', '125233.395000', '125233.398000', '125233.401000', '125233.404000', '125233.407000', '125233.410000', '125233.413000', '125233.416000', '125233.419000', '125233.422000', '125233.425000', '125233.428000', '125233.431000', '125233.434000', '125233.437000', '125233.440000', '125233.443000', '125233.446000', '125233.449000', '125233.452000', '125233.454000', '125233.457000', '125233.460000', '125233.463000', '125233.466000', '125233.469000', '125233.472000', '125233.475000', '125233.478000', '125233.481000', '125233.484000', '125233.487000', '125233.490000', '125233.493000', '125253.367000', '125253.370000', '125253.374000', '125253.377000', '125253.380000', '125253.383000', '125253.386000', '125253.389000', '125253.392000', '125253.395000', '125253.399000', '125253.401000', '125253.404000', '125253.407000', '125253.411000', '125253.414000', '125253.416000', '125253.419000', '125253.423000', '125253.426000', '125253.429000', '125253.432000', '125253.435000', '125253.438000', '125253.441000', '125253.444000', '125253.447000', '125253.455000', '125253.458000', '125253.461000', '125253.465000', '125253.468000', '125253.471000', '125253.474000', '125253.477000', '125253.480000', '125253.483000', '125253.486000', '125253.489000', '125253.492000', '125253.495000', '125253.498000', '125253.501000', '125313.367000', '125313.370000', '125313.373000', '125313.376000', '125313.379000', '125313.382000', '125313.385000', '125313.388000', '125313.391000', '125313.394000', '125313.397000', '125313.400000', '125313.403000', '125313.405000', '125313.408000', '125313.411000', '125313.414000', '125313.417000', '125313.420000', '125313.423000', '125313.426000', '125313.429000', '125313.432000', '125313.435000', '125313.438000', '125313.441000', '125313.444000', '125313.447000', '125313.450000', '125313.453000', '125313.456000', '125313.459000', '125313.461000', '125313.464000', '125313.467000', '125313.470000', '125313.473000', '125313.476000', '125313.479000', '125313.489000', '125313.492000', '125313.495000', '125313.498000', '125313.506000', '125333.367000', '125333.370000', '125333.373000', '125333.376000', '125333.379000', '125333.382000', '125333.385000', '125333.388000', '125333.391000', '125333.394000', '125333.397000', '125333.400000', '125333.403000', '125333.406000', '125333.409000', '125333.411000', '125333.414000', '125333.417000', '125333.420000', '125333.423000', '125333.426000', '125333.429000', '125333.451000', '125333.453000', '125333.456000', '125333.459000', '125333.462000', '125333.465000', '125333.468000', '125333.471000', '125333.474000', '125333.477000', '125333.480000', '125333.483000', '125333.486000', '125333.489000', '125333.492000', '125333.495000', '125333.498000', '125333.501000', '125333.504000', '125333.507000', '125333.510000', '125353.367000', '125353.370000', '125353.373000', '125353.376000', '125353.379000', '125353.382000', '125353.385000', '125353.388000', '125353.391000', '125353.394000', '125353.397000', '125353.400000', '125353.403000', '125353.406000', '125353.409000', '125353.412000', '125353.415000', '125353.417000', '125353.420000', '125353.423000', '125353.426000', '125353.429000', '125353.432000', '125353.435000', '125353.438000', '125353.441000', '125353.444000', '125353.447000', '125353.450000', '125353.453000', '125353.456000', '125353.459000', '125353.462000', '125353.465000', '125353.468000', '125353.471000', '125353.474000', '125353.477000', '125353.480000', '125353.483000', '125353.486000', '125353.488000', '125353.492000', '125353.494000', '125413.367000', '125413.370000', '125413.373000', '125413.376000', '125413.379000', '125413.382000', '125413.385000', '125413.388000', '125413.391000', '125413.394000', '125413.397000', '125413.400000', '125413.403000', '125413.406000', '125413.409000', '125413.411000', '125413.414000', '125413.417000', '125413.420000', '125413.423000', '125413.426000', '125413.429000', '125413.432000', '125413.435000', '125413.438000', '125413.441000', '125413.444000', '125413.447000', '125413.450000', '125413.453000', '125413.456000', '125413.459000', '125413.462000', '125413.465000', '125413.468000', '125413.471000', '125413.474000', '125413.476000', '125413.479000', '125413.482000', '125413.485000', '125413.488000', '125413.491000', '125433.366000', '125433.369000', '125433.372000', '125433.375000', '125433.378000', '125433.381000', '125433.384000', '125433.387000', '125433.390000', '125433.393000', '125433.396000', '125433.399000', '125433.402000', '125433.405000', '125433.408000', '125433.410000', '125433.413000', '125433.416000', '125433.419000', '125433.422000', '125433.425000', '125433.428000', '125433.431000', '125433.434000', '125433.437000', '125433.440000', '125433.443000', '125433.446000', '125433.449000', '125433.452000', '125433.455000', '125433.458000', '125433.461000', '125433.464000', '125433.467000', '125433.470000', '125433.473000', '125433.476000', '125433.479000', '125433.482000', '125433.485000', '125433.488000', '125433.491000', '125433.494000', '125453.366000', '125453.369000', '125453.372000', '125453.375000', '125453.378000', '125453.381000', '125453.384000', '125453.387000', '125453.390000', '125453.393000', '125453.396000', '125453.399000', '125453.402000', '125453.405000', '125453.408000', '125453.411000', '125453.414000', '125453.417000', '125453.420000', '125453.423000', '125453.426000', '125453.429000', '125453.432000', '125453.435000', '125453.438000', '125453.441000', '125453.444000', '125453.447000', '125453.450000', '125453.453000', '125453.455000', '125453.459000', '125453.461000', '125453.464000', '125453.467000', '125453.470000', '125453.473000', '125453.476000', '125453.479000', '125453.482000', '125453.485000', '125453.488000', '125453.491000', '125513.367000', '125513.370000', '125513.373000', '125513.378000', '125513.383000', '125513.386000', '125513.389000', '125513.392000', '125513.395000', '125513.398000', '125513.401000', '125513.404000', '125513.407000', '125513.410000', '125513.413000', '125513.416000', '125513.419000', '125513.422000', '125513.435000', '125513.438000', '125513.441000', '125513.444000', '125513.447000', '125513.450000', '125513.453000', '125513.456000', '125513.459000', '125513.462000', '125513.465000', '125513.468000', '125513.471000', '125513.474000', '125513.477000', '125513.480000', '125513.483000', '125513.486000', '125513.489000', '125513.491000', '125513.494000', '125513.497000', '125513.500000', '125513.503000', '125513.506000', '125533.367000', '125533.370000', '125533.373000', '125533.376000', '125533.379000', '125533.382000', '125533.385000', '125533.388000', '125533.391000', '125533.394000', '125533.397000', '125533.400000', '125533.403000', '125533.406000', '125533.409000', '125533.412000', '125533.415000', '125533.417000', '125533.420000', '125533.423000', '125533.426000', '125533.429000', '125533.432000', '125533.435000', '125533.438000', '125533.441000', '125533.444000', '125533.447000', '125533.450000', '125533.453000', '125533.456000', '125533.459000', '125533.462000', '125533.465000', '125533.468000', '125533.471000', '125533.474000', '125533.476000', '125533.479000', '125533.482000', '125533.485000', '125533.488000', '125533.491000', '125533.494000', '125553.367000', '125553.371000', '125553.373000', '125553.376000', '125553.379000', '125553.382000', '125553.385000', '125553.388000', '125553.392000', '125553.395000', '125553.398000', '125553.401000', '125553.404000', '125553.407000', '125553.410000', '125553.413000', '125553.416000', '125553.419000', '125553.422000', '125553.425000', '125553.428000', '125553.431000', '125553.433000', '125553.437000', '125553.440000', '125553.442000', '125553.445000', '125553.448000', '125553.451000', '125553.454000', '125553.457000', '125553.460000', '125553.463000', '125553.466000', '125553.469000', '125553.472000', '125553.475000', '125553.478000', '125553.481000', '125553.484000', '125553.487000', '125553.490000', '125553.493000', '125613.367000', '125613.370000', '125613.373000', '125613.376000', '125613.379000', '125613.382000', '125613.385000', '125613.388000', '125613.391000', '125613.394000', '125613.397000', '125613.400000', '125613.403000', '125613.406000', '125613.409000', '125613.412000', '125613.415000', '125613.418000', '125613.421000', '125613.424000', '125613.427000', '125613.430000', '125613.433000', '125613.436000', '125613.438000', '125613.441000', '125613.444000', '125613.447000', '125613.450000', '125613.453000', '125613.456000', '125613.459000', '125613.462000', '125613.465000', '125613.468000', '125613.471000', '125613.474000', '125613.477000', '125613.480000', '125613.483000', '125613.485000', '125613.488000', '125613.491000', '125613.494000', '125633.367000', '125633.370000', '125633.373000', '125633.376000', '125633.379000', '125633.382000', '125633.385000', '125633.388000', '125633.391000', '125633.394000', '125633.397000', '125633.400000', '125633.404000', '125633.407000', '125633.410000', '125633.413000', '125633.416000', '125633.419000', '125633.422000', '125633.425000', '125633.428000', '125633.431000', '125633.434000', '125633.437000', '125633.440000', '125633.442000', '125633.446000', '125633.449000', '125633.451000', '125633.454000', '125633.458000', '125633.460000', '125633.463000', '125633.466000', '125633.469000', '125633.472000', '125633.475000', '125633.478000', '125633.481000', '125633.484000', '125633.487000', '125633.490000', '125633.493000', '125653.379000', '125653.383000', '125653.386000', '125653.389000', '125653.392000', '125653.395000', '125653.398000', '125653.401000', '125653.403000', '125653.407000', '125653.410000', '125653.412000', '125653.415000', '125653.419000', '125653.422000', '125653.424000', '125653.427000', '125653.430000', '125653.433000', '125653.436000', '125653.439000', '125653.442000', '125653.445000', '125653.448000', '125653.451000', '125653.454000', '125653.457000', '125653.460000', '125653.463000', '125653.466000', '125653.469000', '125653.472000', '125653.475000', '125653.478000', '125653.481000', '125653.484000', '125653.487000', '125653.490000', '125653.493000', '125653.496000', '125653.499000', '125653.502000', '125653.505000', '125653.508000', '125713.366000', '125713.369000', '125713.372000', '125713.375000', '125713.378000', '125713.381000', '125713.384000', '125713.387000', '125713.390000', '125713.393000', '125713.396000', '125713.399000', '125713.402000', '125713.405000', '125713.408000', '125713.411000', '125713.414000', '125713.417000', '125713.420000', '125713.423000', '125713.426000', '125713.429000', '125713.432000', '125713.435000', '125713.438000', '125713.441000', '125713.444000', '125713.447000', '125713.450000', '125713.453000', '125713.456000', '125713.459000', '125713.462000', '125713.465000', '125713.468000', '125713.471000', '125713.474000', '125713.477000', '125713.480000', '125713.482000', '125713.485000', '125713.489000', '125713.491000', '125733.367000', '125733.370000', '125733.373000', '125733.376000', '125733.379000', '125733.382000', '125733.385000', '125733.388000', '125733.391000', '125733.394000', '125733.397000', '125733.400000', '125733.403000', '125733.406000', '125733.409000', '125733.412000', '125733.415000', '125733.418000', '125733.421000', '125733.423000', '125733.427000', '125733.429000', '125733.432000', '125733.435000', '125733.438000', '125733.443000', '125733.446000', '125733.449000', '125733.452000', '125733.455000', '125733.458000', '125733.461000', '125733.464000', '125733.467000', '125733.470000', '125733.472000', '125733.475000', '125733.478000', '125733.481000', '125733.484000', '125733.487000', '125733.490000', '125733.493000', '125733.496000', '125753.367000', '125753.370000', '125753.373000', '125753.376000', '125753.381000', '125753.384000', '125753.387000', '125753.390000', '125753.393000', '125753.396000', '125753.399000', '125753.402000', '125753.405000', '125753.408000', '125753.411000', '125753.414000', '125753.416000', '125753.419000', '125753.422000', '125753.425000', '125753.428000', '125753.431000', '125753.434000', '125753.438000', '125753.443000', '125753.446000', '125753.449000', '125753.452000', '125753.455000', '125753.458000', '125753.461000', '125753.464000', '125753.467000', '125753.470000', '125753.473000', '125753.476000', '125753.479000', '125753.482000', '125753.485000', '125753.488000', '125753.491000', '125753.494000', '125753.497000', '125813.367000', '125813.370000', '125813.373000', '125813.376000', '125813.379000', '125813.382000', '125813.385000', '125813.389000', '125813.391000', '125813.394000', '125813.397000', '125813.419000', '125813.422000', '125813.425000', '125813.428000', '125813.431000', '125813.434000', '125813.437000', '125813.440000', '125813.443000', '125813.446000', '125813.448000', '125813.451000', '125813.454000', '125813.457000', '125813.460000', '125813.463000', '125813.466000', '125813.469000', '125813.472000', '125813.475000', '125813.478000', '125813.481000', '125813.484000', '125813.487000', '125813.490000', '125813.493000', '125813.496000', '125813.499000', '125813.502000', '125813.505000', '125813.508000', '125813.511000', '125813.514000', '125814.203000', '125814.206000'], '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': [12483, 8358, 11585, 8290, 11041, 8573, 11162, 10015, 8700, 8127, 8787, 7672, 8581, 8504, 8916, 11268, 8540, 8909, 8337, 8302, 8334, 9100, 8007, 8888, 7897, 8823, 7923, 9134, 7968, 8833, 8485, 8622, 7782, 8637, 8192, 8660, 9042, 8626, 8901, 8063, 9348, 8509, 9269, 8917, 9050, 8443, 8582, 8931, 9046, 8526, 8834, 9129, 13627, 10975, 15713, 10396, 12745, 8773, 11908, 9761, 14958, 14096, 16674, 9406, 15093, 11265, 9921, 14604, 9593, 13544, 8024, 7671, 11494, 8404, 9446, 7479, 8146, 7862, 8088, 15870, 8945, 8336, 8051, 7656, 12909, 8845, 13842, 8653, 15115, 8965, 8368, 9275, 8909, 8213, 7995, 9013, 8884, 8034, 8298, 10095, 8921, 11023, 8801, 12723, 10321, 10959, 10734, 8716, 11979, 9005, 12520, 7801, 7470, 7694, 7568, 7741, 7953, 7608, 10315, 7617, 11938, 7916, 15433, 9097, 12577, 7741, 9477, 7927, 7673, 8963, 7777, 8662, 7733, 8855, 7860, 7883, 7813, 7957, 7706, 7712, 11043, 7801, 12426, 7444, 7261, 7682, 7720, 10996, 8103, 9553, 7989, 9166, 7968, 11415, 9385, 12335, 8732, 10051, 7915, 8865, 7846, 10610, 8559, 8458, 7629, 7348, 7898, 8220, 7985, 7792, 7970, 7782, 7732, 8908, 7942, 11922, 8455, 14302, 8791, 11700, 8944, 10753, 8433, 9610, 7971, 8294, 8650, 8080, 8269, 9943, 9142, 8229, 8940, 8144, 8513, 10725, 8453, 14999, 8827, 14756, 11097, 15183, 10422, 15316, 9654, 13616, 10048, 15333, 9596, 13285, 8277, 11616, 9306, 13307, 8316, 11770, 7995, 10619, 7899, 9865, 8101, 10289, 8576, 10678, 8424, 10412, 9411, 14094, 8404, 8154, 8042, 8120, 8189, 8305, 7906, 8395, 7774, 8284, 8175, 9058, 8537, 13525, 8671, 11620, 9202, 9658, 8423, 11192, 9123, 7977, 12713, 8291, 10127, 8985, 9325, 9041, 9254, 8939, 7785, 7738, 7625, 7680, 7438, 8117, 7478, 7465, 7716, 7344, 7648, 8226, 7769, 7748, 8346, 7642, 13409, 8242, 12342, 7862, 11317, 7778, 14211, 8048, 12750, 8604, 12023, 8451, 14934, 8480, 12681, 7791, 10384, 8186, 7962, 7633, 7713, 7838, 8193, 15131, 8328, 10170, 8238, 8364, 7919, 8342, 7746, 7462, 9604, 8224, 7665, 9285, 8477, 8661, 8170, 7897, 8880, 9094, 9045, 8049, 8592, 9010, 8363, 8777, 8831, 11090, 9195, 9839, 8648, 13755, 9345, 14515, 8777, 9109, 8441, 8015, 8826, 13381, 9231, 10092, 9431, 8170, 8956, 9555, 8910, 9050, 8885, 9113, 8505, 8120, 7859, 8586, 8606, 8605, 8144, 7958, 7500, 10171, 9048, 12060, 8701, 12736, 9401, 16026, 11603, 16469, 10785, 13096, 8214, 9044, 8829, 8030, 8612, 8484, 8095, 8205, 13608, 8916, 12340, 8806, 8926, 8329, 9071, 8758, 8794, 8522, 8557, 8440, 8570, 8192, 9241, 8712, 8846, 9186, 8552, 8396, 8569, 8658, 10821, 9668, 11151, 9612, 10114, 9185, 13171, 10888, 16889, 11428, 12439, 9198, 8310, 9083, 8935, 13231, 9451, 14386, 9089, 14066, 9949, 12447, 8581, 7789, 8523, 8513, 8076, 8827, 13464, 9001, 12787, 8679, 8346, 8297, 7900, 9704, 9016, 9211, 8491, 8857, 8618, 8808, 8402, 8173, 7941, 9243, 11282, 9050, 8621, 8650, 8783, 8516, 8552, 11078, 9329, 10261, 9121, 9186, 8583, 8084, 10016, 9539, 9251, 9074, 8473, 8377, 8630, 10242, 8651, 10463, 9198, 9524, 8681, 7445, 8201, 8107, 9158, 8631, 11797, 8839, 16071, 9085, 14863, 8788, 13641, 10943, 15070, 9330, 13627, 8639, 11759, 8978, 11216, 8389, 9828, 8477, 8644, 7980, 8422, 8392, 7400, 7913, 7425, 7632, 7298, 7835, 8111, 8184, 7884, 7762, 8893, 13785, 8636, 10551, 8358, 9333, 8705, 9638, 8492, 7761, 8337, 7914, 8388, 7809, 9530, 9101, 10194, 8818, 9124, 8988, 9037, 9120, 12108, 8540, 7547, 8211, 7949, 7930, 8957, 9135, 8658, 9543, 8315, 15228, 9002, 14789, 8684, 11990, 9218, 11550, 9527, 8187, 8204, 7646, 7738, 7724, 8188, 7663, 7831, 7688, 8073, 11857, 12030, 9947, 8223, 7961, 7894, 7840, 11782, 8722, 15275, 8378, 12025, 8092, 9082, 8000, 7589, 8373, 8195, 8430, 8040, 8659, 9080, 11990, 9107, 9028, 8795, 9175, 8891, 13368, 8936, 11289, 9027, 9614, 9053, 9661, 9120, 10882, 9233, 10062, 8559, 8956, 8824, 11632, 8860, 7837, 8487, 9002, 8984, 8331, 7644, 9322, 8529, 10829, 8233, 11212, 8996, 14583, 10256, 15623, 9942, 14079, 11128, 13054, 9481, 7726, 8042, 8252, 8203, 8198, 8682, 7773, 7857, 7825, 7275, 11312, 7814, 15397, 8739, 10630, 8510, 7685, 8312, 8906, 13025, 8937, 11344, 8752, 8689, 14846, 15954, 16451, 12384, 8277, 8338, 8788, 8630, 8786, 9436, 8920, 10706, 9549, 11889, 9672, 10729, 8907, 9787, 8927, 8421, 8357, 8522, 14983, 10594, 16472, 10524, 7421, 7674, 8516, 8504, 8128, 8098, 7668, 7831, 7631, 8209, 8049, 7895, 12899, 7863, 9474, 7752, 7860, 7551, 7608, 7583, 7277, 7590, 7431, 7626, 8034, 10108, 7715, 8899, 7917, 7147, 7273, 7775, 7479, 7144, 7648, 7875, 9096, 7361, 10254, 7993, 7100, 7245, 7174, 8998, 8615, 8069, 8159, 8072, 8144, 7773, 8519, 9047, 10521, 8984, 8227, 8285, 8167, 7999, 8521, 8441, 9152, 8471, 8811, 8015, 8447, 9234, 8602, 8866, 8207, 8155, 8091, 8546, 8884, 8827, 8249, 11293, 8698, 15122, 10170, 15079, 9873, 15433, 11527, 13579, 8982, 8181, 8261, 8273, 8605, 7992, 12958, 8564, 11979, 8448, 10629, 8283, 7449, 7752, 7973, 7817, 8099, 8752, 8274, 14217, 8739, 11765, 8168, 9452, 8293, 7638, 9304, 7986, 9459, 8798, 11574, 8699, 10257, 8303, 7934, 8163, 7937, 8137, 8630, 14584, 9034, 9050, 8465, 8344, 8685, 8929, 10359, 8883, 8917, 8628, 7824, 8611, 8740, 8145, 8427, 11370, 9448, 13475, 8512, 8216, 7654, 8819, 8246, 8377, 11268, 8223, 10491, 8119, 7555, 7887, 7879, 15048, 7928, 13165, 8591, 10783, 8105, 12504, 8234, 8863, 8241, 8408, 7912, 9224, 7989, 9719, 8127, 7563, 7727, 7803, 7920, 7372, 7501, 8553, 7644, 8958, 9162, 8808, 8327, 8057, 8128, 9201, 8781, 8581, 8353, 8582, 15423, 9237, 9543, 7757, 8099, 14178, 11915, 7569, 8657, 7969, 7359], 'WindowCenter': [3969.0, 3924.0, 3941.0, 3919.0, 3928.0, 3920.0, 3939.0, 3930.0, 3917.0, 3907.0, 3918.0, 3906.0, 3918.0, 3918.0, 3931.0, 3940.0, 3920.0, 3919.0, 3919.0, 3919.0, 3918.0, 3920.0, 3920.0, 3920.0, 3919.0, 3918.0, 3918.0, 3918.0, 3918.0, 3918.0, 3919.0, 3918.0, 3907.0, 3931.0, 3932.0, 3932.0, 3932.0, 3931.0, 3943.0, 3933.0, 3958.0, 3959.0, 3946.0, 3947.0, 3949.0, 3947.0, 3946.0, 3945.0, 3947.0, 3948.0, 3958.0, 3959.0, 3980.0, 3957.0, 3989.0, 3956.0, 3964.0, 3933.0, 3953.0, 3943.0, 3970.0, 3969.0, 3977.0, 3945.0, 3993.0, 3970.0, 3945.0, 3964.0, 3932.0, 3952.0, 3920.0, 3920.0, 3941.0, 3932.0, 3943.0, 3908.0, 3903.0, 3892.0, 3906.0, 3958.0, 3916.0, 3904.0, 3903.0, 3893.0, 3938.0, 3917.0, 3949.0, 3920.0, 3976.0, 3929.0, 3903.0, 3914.0, 3914.0, 3905.0, 3905.0, 3917.0, 3917.0, 3919.0, 3919.0, 3931.0, 3920.0, 3939.0, 3930.0, 3950.0, 3942.0, 3943.0, 3956.0, 3946.0, 3952.0, 3918.0, 3949.0, 3904.0, 3907.0, 3918.0, 3919.0, 3918.0, 3917.0, 3908.0, 3926.0, 3906.0, 3934.0, 3905.0, 3945.0, 3917.0, 3938.0, 3904.0, 3927.0, 3906.0, 3905.0, 3916.0, 3904.0, 3915.0, 3905.0, 3915.0, 3916.0, 3905.0, 3905.0, 3917.0, 3905.0, 3905.0, 3936.0, 3906.0, 3936.0, 3892.0, 3891.0, 3903.0, 3904.0, 3937.0, 3907.0, 3916.0, 3906.0, 3914.0, 3906.0, 3938.0, 3928.0, 3937.0, 3917.0, 3930.0, 3922.0, 3944.0, 3934.0, 3940.0, 3917.0, 3918.0, 3905.0, 3891.0, 3905.0, 3919.0, 3933.0, 3921.0, 3920.0, 3919.0, 3920.0, 3928.0, 3921.0, 3951.0, 3920.0, 3960.0, 3931.0, 3952.0, 3930.0, 3939.0, 3920.0, 3941.0, 3932.0, 3948.0, 3947.0, 3933.0, 3931.0, 3942.0, 3944.0, 3933.0, 3944.0, 3931.0, 3932.0, 3951.0, 3934.0, 3974.0, 3931.0, 3963.0, 3943.0, 3961.0, 3942.0, 3972.0, 3930.0, 3950.0, 3929.0, 3960.0, 3928.0, 3948.0, 3919.0, 3937.0, 3916.0, 3934.0, 3905.0, 3925.0, 3904.0, 3926.0, 3905.0, 3925.0, 3905.0, 3914.0, 3919.0, 3926.0, 3919.0, 3955.0, 3947.0, 3964.0, 3920.0, 3907.0, 3906.0, 3902.0, 3904.0, 3905.0, 3907.0, 3918.0, 3918.0, 3917.0, 3918.0, 3918.0, 3917.0, 3948.0, 3919.0, 3939.0, 3918.0, 3929.0, 3907.0, 3939.0, 3916.0, 3906.0, 3936.0, 3904.0, 3914.0, 3905.0, 3914.0, 3917.0, 3930.0, 3933.0, 3935.0, 3936.0, 3920.0, 3907.0, 3908.0, 3907.0, 3907.0, 3910.0, 3922.0, 3910.0, 3922.0, 3921.0, 3920.0, 3921.0, 3920.0, 3921.0, 3962.0, 3919.0, 3950.0, 3919.0, 3940.0, 3909.0, 3961.0, 3918.0, 3949.0, 3917.0, 3936.0, 3918.0, 3959.0, 3918.0, 3937.0, 3907.0, 3927.0, 3906.0, 3893.0, 3892.0, 3892.0, 3894.0, 3904.0, 3946.0, 3906.0, 3914.0, 3904.0, 3904.0, 3905.0, 3920.0, 3908.0, 3911.0, 3944.0, 3934.0, 3906.0, 3915.0, 3905.0, 3918.0, 3919.0, 3919.0, 3934.0, 3931.0, 3931.0, 3923.0, 3933.0, 3934.0, 3923.0, 3932.0, 3933.0, 3943.0, 3932.0, 3931.0, 3920.0, 3951.0, 3919.0, 3950.0, 3919.0, 3916.0, 3907.0, 3906.0, 3918.0, 3939.0, 3917.0, 3928.0, 3931.0, 3920.0, 3946.0, 3959.0, 3949.0, 3947.0, 3933.0, 3931.0, 3932.0, 3923.0, 3923.0, 3935.0, 3935.0, 3934.0, 3921.0, 3922.0, 3922.0, 3944.0, 3933.0, 3953.0, 3932.0, 3953.0, 3932.0, 3974.0, 3954.0, 3974.0, 3940.0, 3950.0, 3906.0, 3918.0, 3917.0, 3907.0, 3905.0, 3903.0, 3895.0, 3907.0, 3947.0, 3916.0, 3936.0, 3905.0, 3905.0, 3907.0, 3915.0, 3934.0, 3920.0, 3921.0, 3919.0, 3917.0, 3917.0, 3920.0, 3917.0, 3919.0, 3919.0, 3931.0, 3920.0, 3923.0, 3932.0, 3932.0, 3944.0, 3934.0, 3942.0, 3945.0, 3943.0, 3945.0, 3979.0, 3972.0, 4001.0, 3967.0, 3968.0, 3933.0, 3934.0, 3933.0, 3934.0, 3964.0, 3944.0, 3963.0, 3932.0, 3962.0, 3932.0, 3941.0, 3931.0, 3921.0, 3920.0, 3920.0, 3920.0, 3932.0, 3952.0, 3933.0, 3951.0, 3919.0, 3920.0, 3919.0, 3921.0, 3930.0, 3931.0, 3930.0, 3932.0, 3931.0, 3918.0, 3918.0, 3920.0, 3919.0, 3909.0, 3919.0, 3928.0, 3918.0, 3919.0, 3919.0, 3920.0, 3919.0, 3919.0, 3941.0, 3931.0, 3942.0, 3945.0, 3932.0, 3919.0, 3909.0, 3930.0, 3929.0, 3930.0, 3921.0, 3933.0, 3933.0, 3949.0, 3973.0, 3950.0, 3958.0, 3933.0, 3943.0, 3933.0, 3923.0, 3933.0, 3922.0, 3932.0, 3933.0, 3953.0, 3933.0, 3975.0, 3920.0, 3959.0, 3919.0, 3950.0, 3940.0, 3962.0, 3919.0, 3950.0, 3919.0, 3939.0, 3918.0, 3939.0, 3908.0, 3928.0, 3919.0, 3917.0, 3908.0, 3920.0, 3919.0, 3907.0, 3919.0, 3908.0, 3910.0, 3910.0, 3907.0, 3905.0, 3907.0, 3907.0, 3896.0, 3918.0, 3950.0, 3918.0, 3929.0, 3920.0, 3932.0, 3933.0, 3932.0, 3922.0, 3910.0, 3922.0, 3923.0, 3936.0, 3937.0, 3931.0, 3918.0, 3927.0, 3920.0, 3930.0, 3935.0, 3934.0, 3948.0, 3982.0, 3949.0, 3925.0, 3933.0, 3923.0, 3933.0, 3946.0, 3945.0, 3935.0, 3944.0, 3935.0, 3974.0, 3933.0, 3963.0, 3921.0, 3939.0, 3932.0, 3942.0, 3933.0, 3921.0, 3921.0, 3921.0, 3921.0, 3922.0, 3921.0, 3910.0, 3922.0, 3910.0, 3919.0, 3953.0, 3952.0, 3929.0, 3920.0, 3908.0, 3907.0, 3905.0, 3926.0, 3905.0, 3959.0, 3908.0, 3938.0, 3907.0, 3919.0, 3921.0, 3908.0, 3917.0, 3907.0, 3909.0, 3909.0, 3921.0, 3919.0, 3939.0, 3919.0, 3918.0, 3920.0, 3918.0, 3921.0, 3951.0, 3919.0, 3939.0, 3920.0, 3918.0, 3920.0, 3919.0, 3919.0, 3940.0, 3920.0, 3931.0, 3922.0, 3934.0, 3949.0, 3956.0, 3933.0, 3922.0, 3921.0, 3932.0, 3935.0, 3934.0, 3924.0, 3947.0, 3937.0, 3955.0, 3936.0, 3943.0, 3934.0, 3964.0, 3944.0, 3964.0, 3932.0, 3951.0, 3942.0, 3951.0, 3930.0, 3910.0, 3909.0, 3919.0, 3920.0, 3922.0, 3919.0, 3911.0, 3908.0, 3907.0, 3897.0, 3941.0, 3910.0, 3961.0, 3907.0, 3929.0, 3907.0, 3909.0, 3922.0, 3934.0, 3954.0, 3932.0, 3941.0, 3921.0, 3932.0, 3978.0, 3977.0, 3974.0, 3940.0, 3909.0, 3908.0, 3920.0, 3920.0, 3922.0, 3920.0, 3921.0, 3931.0, 3930.0, 3939.0, 3919.0, 3927.0, 3917.0, 3916.0, 3917.0, 3908.0, 3919.0, 3922.0, 3978.0, 3942.0, 3962.0, 3927.0, 3895.0, 3895.0, 3917.0, 3906.0, 3909.0, 3909.0, 3909.0, 3908.0, 3907.0, 3907.0, 3907.0, 3909.0, 3939.0, 3908.0, 3917.0, 3907.0, 3907.0, 3907.0, 3906.0, 3908.0, 3895.0, 3907.0, 3896.0, 3907.0, 3908.0, 3928.0, 3909.0, 3919.0, 3909.0, 3898.0, 3909.0, 3909.0, 3909.0, 3910.0, 3909.0, 3908.0, 3919.0, 3911.0, 3942.0, 3920.0, 3909.0, 3911.0, 3909.0, 3918.0, 3919.0, 3908.0, 3909.0, 3909.0, 3923.0, 3910.0, 3933.0, 3949.0, 3970.0, 3947.0, 3933.0, 3922.0, 3934.0, 3923.0, 3919.0, 3919.0, 3931.0, 3920.0, 3932.0, 3921.0, 3920.0, 3945.0, 3934.0, 3961.0, 3965.0, 3953.0, 3949.0, 3948.0, 3947.0, 3947.0, 3949.0, 3958.0, 3948.0, 3979.0, 3947.0, 3977.0, 3946.0, 3975.0, 3956.0, 3965.0, 3932.0, 3922.0, 3921.0, 3921.0, 3922.0, 3921.0, 3952.0, 3933.0, 3952.0, 3922.0, 3942.0, 3922.0, 3912.0, 3922.0, 3921.0, 3921.0, 3922.0, 3921.0, 3923.0, 3964.0, 3934.0, 3953.0, 3922.0, 3931.0, 3922.0, 3921.0, 3933.0, 3923.0, 3933.0, 3906.0, 3928.0, 3918.0, 3929.0, 3919.0, 3920.0, 3920.0, 3922.0, 3920.0, 3922.0, 3962.0, 3921.0, 3921.0, 3921.0, 3922.0, 3922.0, 3933.0, 3943.0, 3934.0, 3922.0, 3921.0, 3912.0, 3922.0, 3934.0, 3924.0, 3937.0, 3982.0, 3948.0, 3965.0, 3934.0, 3923.0, 3922.0, 3934.0, 3921.0, 3924.0, 3942.0, 3921.0, 3943.0, 3920.0, 3909.0, 3908.0, 3909.0, 3962.0, 3909.0, 3939.0, 3920.0, 3928.0, 3909.0, 3951.0, 3907.0, 3918.0, 3907.0, 3907.0, 3907.0, 3918.0, 3908.0, 3918.0, 3906.0, 3896.0, 3907.0, 3897.0, 3907.0, 3898.0, 3908.0, 3919.0, 3896.0, 3918.0, 3919.0, 3931.0, 3909.0, 3909.0, 3909.0, 3920.0, 3920.0, 3922.0, 3923.0, 3922.0, 3965.0, 3920.0, 3932.0, 3922.0, 3925.0, 3967.0, 3943.0, 3895.0, 3905.0, 3906.0, 3894.0], 'WindowWidth': [8870.0, 8799.0, 8816.0, 8783.0, 8792.0, 8785.0, 8808.0, 8799.0, 8776.0, 8762.0, 8778.0, 8760.0, 8780.0, 8777.0, 8800.0, 8811.0, 8785.0, 8781.0, 8781.0, 8780.0, 8780.0, 8783.0, 8783.0, 8785.0, 8781.0, 8780.0, 8779.0, 8780.0, 8779.0, 8780.0, 8781.0, 8780.0, 8764.0, 8803.0, 8806.0, 8806.0, 8807.0, 8804.0, 8823.0, 8809.0, 8851.0, 8855.0, 8833.0, 8833.0, 8839.0, 8834.0, 8831.0, 8829.0, 8834.0, 8838.0, 8851.0, 8855.0, 8883.0, 8847.0, 8894.0, 8843.0, 8854.0, 8807.0, 8837.0, 8822.0, 8866.0, 8861.0, 8875.0, 8826.0, 8908.0, 8870.0, 8827.0, 8852.0, 8804.0, 8831.0, 8785.0, 8784.0, 8813.0, 8805.0, 8820.0, 8766.0, 8750.0, 8734.0, 8756.0, 8832.0, 8773.0, 8754.0, 8751.0, 8738.0, 8804.0, 8775.0, 8821.0, 8787.0, 8872.0, 8794.0, 8748.0, 8763.0, 8766.0, 8755.0, 8757.0, 8776.0, 8777.0, 8784.0, 8783.0, 8799.0, 8784.0, 8809.0, 8799.0, 8825.0, 8816.0, 8820.0, 8846.0, 8832.0, 8831.0, 8779.0, 8821.0, 8757.0, 8766.0, 8783.0, 8783.0, 8779.0, 8779.0, 8766.0, 8787.0, 8761.0, 8795.0, 8759.0, 8812.0, 8776.0, 8805.0, 8756.0, 8788.0, 8759.0, 8757.0, 8775.0, 8756.0, 8771.0, 8759.0, 8771.0, 8776.0, 8759.0, 8760.0, 8778.0, 8758.0, 8758.0, 8801.0, 8761.0, 8801.0, 8736.0, 8733.0, 8753.0, 8755.0, 8804.0, 8762.0, 8773.0, 8761.0, 8769.0, 8763.0, 8804.0, 8793.0, 8803.0, 8776.0, 8797.0, 8793.0, 8828.0, 8813.0, 8811.0, 8777.0, 8780.0, 8756.0, 8735.0, 8759.0, 8781.0, 8809.0, 8791.0, 8785.0, 8784.0, 8785.0, 8794.0, 8787.0, 8828.0, 8786.0, 8841.0, 8800.0, 8828.0, 8798.0, 8809.0, 8788.0, 8814.0, 8808.0, 8839.0, 8835.0, 8808.0, 8803.0, 8818.0, 8822.0, 8809.0, 8825.0, 8803.0, 8808.0, 8829.0, 8809.0, 8863.0, 8801.0, 8848.0, 8820.0, 8843.0, 8817.0, 8859.0, 8798.0, 8825.0, 8795.0, 8838.0, 8792.0, 8818.0, 8781.0, 8801.0, 8773.0, 8790.0, 8756.0, 8781.0, 8752.0, 8786.0, 8757.0, 8783.0, 8756.0, 8766.0, 8782.0, 8787.0, 8783.0, 8840.0, 8833.0, 8851.0, 8784.0, 8763.0, 8760.0, 8749.0, 8753.0, 8756.0, 8762.0, 8778.0, 8781.0, 8777.0, 8779.0, 8778.0, 8777.0, 8821.0, 8780.0, 8807.0, 8779.0, 8794.0, 8761.0, 8805.0, 8772.0, 8757.0, 8798.0, 8753.0, 8765.0, 8757.0, 8766.0, 8776.0, 8797.0, 8809.0, 8815.0, 8820.0, 8785.0, 8764.0, 8766.0, 8762.0, 8763.0, 8770.0, 8790.0, 8773.0, 8789.0, 8789.0, 8785.0, 8789.0, 8785.0, 8787.0, 8845.0, 8783.0, 8823.0, 8782.0, 8811.0, 8770.0, 8842.0, 8779.0, 8822.0, 8775.0, 8799.0, 8779.0, 8834.0, 8779.0, 8802.0, 8760.0, 8786.0, 8760.0, 8733.0, 8733.0, 8733.0, 8738.0, 8752.0, 8811.0, 8757.0, 8765.0, 8752.0, 8752.0, 8757.0, 8784.0, 8765.0, 8773.0, 8825.0, 8812.0, 8760.0, 8768.0, 8754.0, 8774.0, 8778.0, 8781.0, 8810.0, 8802.0, 8801.0, 8794.0, 8806.0, 8808.0, 8792.0, 8804.0, 8806.0, 8818.0, 8802.0, 8797.0, 8782.0, 8828.0, 8779.0, 8822.0, 8779.0, 8770.0, 8760.0, 8757.0, 8777.0, 8805.0, 8774.0, 8789.0, 8798.0, 8786.0, 8828.0, 8851.0, 8838.0, 8833.0, 8807.0, 8802.0, 8801.0, 8793.0, 8793.0, 8813.0, 8812.0, 8809.0, 8790.0, 8791.0, 8790.0, 8821.0, 8806.0, 8832.0, 8806.0, 8832.0, 8803.0, 8863.0, 8834.0, 8862.0, 8808.0, 8823.0, 8759.0, 8776.0, 8774.0, 8760.0, 8754.0, 8746.0, 8740.0, 8762.0, 8814.0, 8771.0, 8797.0, 8754.0, 8754.0, 8759.0, 8770.0, 8807.0, 8784.0, 8787.0, 8779.0, 8775.0, 8773.0, 8781.0, 8775.0, 8780.0, 8782.0, 8800.0, 8784.0, 8791.0, 8804.0, 8804.0, 8822.0, 8806.0, 8817.0, 8824.0, 8820.0, 8825.0, 8878.0, 8876.0, 8913.0, 8859.0, 8858.0, 8805.0, 8807.0, 8805.0, 8806.0, 8848.0, 8820.0, 8848.0, 8802.0, 8842.0, 8801.0, 8811.0, 8800.0, 8787.0, 8785.0, 8782.0, 8784.0, 8802.0, 8830.0, 8805.0, 8826.0, 8782.0, 8782.0, 8781.0, 8785.0, 8798.0, 8800.0, 8795.0, 8802.0, 8799.0, 8776.0, 8778.0, 8781.0, 8781.0, 8765.0, 8780.0, 8791.0, 8775.0, 8782.0, 8780.0, 8781.0, 8780.0, 8782.0, 8813.0, 8798.0, 8816.0, 8826.0, 8801.0, 8780.0, 8767.0, 8795.0, 8794.0, 8796.0, 8786.0, 8807.0, 8807.0, 8837.0, 8878.0, 8843.0, 8848.0, 8807.0, 8822.0, 8808.0, 8792.0, 8808.0, 8791.0, 8803.0, 8805.0, 8831.0, 8806.0, 8866.0, 8784.0, 8837.0, 8781.0, 8822.0, 8813.0, 8845.0, 8781.0, 8823.0, 8780.0, 8804.0, 8778.0, 8806.0, 8762.0, 8791.0, 8778.0, 8775.0, 8765.0, 8783.0, 8781.0, 8762.0, 8782.0, 8762.0, 8771.0, 8772.0, 8761.0, 8754.0, 8761.0, 8761.0, 8744.0, 8777.0, 8823.0, 8778.0, 8792.0, 8781.0, 8802.0, 8804.0, 8802.0, 8787.0, 8770.0, 8788.0, 8793.0, 8817.0, 8821.0, 8800.0, 8775.0, 8787.0, 8781.0, 8796.0, 8811.0, 8808.0, 8835.0, 8888.0, 8837.0, 8799.0, 8807.0, 8792.0, 8806.0, 8829.0, 8826.0, 8813.0, 8822.0, 8814.0, 8863.0, 8806.0, 8849.0, 8786.0, 8808.0, 8802.0, 8817.0, 8807.0, 8787.0, 8788.0, 8786.0, 8787.0, 8789.0, 8787.0, 8772.0, 8789.0, 8772.0, 8783.0, 8831.0, 8829.0, 8795.0, 8785.0, 8766.0, 8761.0, 8754.0, 8783.0, 8755.0, 8834.0, 8763.0, 8804.0, 8761.0, 8781.0, 8787.0, 8765.0, 8775.0, 8761.0, 8765.0, 8765.0, 8784.0, 8780.0, 8806.0, 8778.0, 8776.0, 8780.0, 8775.0, 8785.0, 8823.0, 8779.0, 8806.0, 8780.0, 8776.0, 8782.0, 8779.0, 8779.0, 8809.0, 8783.0, 8798.0, 8790.0, 8809.0, 8839.0, 8839.0, 8806.0, 8790.0, 8785.0, 8802.0, 8812.0, 8810.0, 8797.0, 8832.0, 8819.0, 8837.0, 8816.0, 8819.0, 8808.0, 8847.0, 8822.0, 8847.0, 8800.0, 8827.0, 8814.0, 8824.0, 8795.0, 8768.0, 8767.0, 8782.0, 8782.0, 8788.0, 8780.0, 8772.0, 8762.0, 8760.0, 8744.0, 8812.0, 8767.0, 8837.0, 8761.0, 8791.0, 8760.0, 8766.0, 8787.0, 8807.0, 8833.0, 8802.0, 8811.0, 8784.0, 8802.0, 8873.0, 8872.0, 8864.0, 8808.0, 8765.0, 8763.0, 8782.0, 8781.0, 8787.0, 8781.0, 8785.0, 8796.0, 8796.0, 8805.0, 8779.0, 8787.0, 8772.0, 8770.0, 8774.0, 8761.0, 8779.0, 8789.0, 8877.0, 8818.0, 8844.0, 8787.0, 8741.0, 8741.0, 8774.0, 8757.0, 8765.0, 8767.0, 8767.0, 8766.0, 8762.0, 8760.0, 8759.0, 8765.0, 8806.0, 8761.0, 8774.0, 8761.0, 8760.0, 8761.0, 8759.0, 8762.0, 8745.0, 8759.0, 8746.0, 8760.0, 8763.0, 8789.0, 8766.0, 8782.0, 8765.0, 8750.0, 8767.0, 8767.0, 8766.0, 8771.0, 8768.0, 8767.0, 8781.0, 8775.0, 8817.0, 8784.0, 8767.0, 8773.0, 8769.0, 8777.0, 8779.0, 8763.0, 8765.0, 8767.0, 8792.0, 8772.0, 8806.0, 8836.0, 8869.0, 8830.0, 8806.0, 8789.0, 8807.0, 8791.0, 8781.0, 8779.0, 8797.0, 8782.0, 8802.0, 8786.0, 8782.0, 8825.0, 8810.0, 8858.0, 8871.0, 8852.0, 8841.0, 8835.0, 8832.0, 8830.0, 8837.0, 8848.0, 8835.0, 8878.0, 8831.0, 8871.0, 8828.0, 8868.0, 8840.0, 8849.0, 8801.0, 8789.0, 8787.0, 8787.0, 8788.0, 8788.0, 8830.0, 8805.0, 8830.0, 8788.0, 8814.0, 8790.0, 8775.0, 8788.0, 8788.0, 8788.0, 8788.0, 8786.0, 8793.0, 8849.0, 8809.0, 8833.0, 8790.0, 8799.0, 8789.0, 8788.0, 8804.0, 8792.0, 8804.0, 8757.0, 8787.0, 8777.0, 8793.0, 8782.0, 8783.0, 8783.0, 8788.0, 8785.0, 8787.0, 8842.0, 8786.0, 8786.0, 8784.0, 8787.0, 8790.0, 8805.0, 8818.0, 8805.0, 8787.0, 8785.0, 8774.0, 8790.0, 8806.0, 8795.0, 8818.0, 8888.0, 8834.0, 8852.0, 8807.0, 8790.0, 8788.0, 8810.0, 8786.0, 8794.0, 8814.0, 8788.0, 8819.0, 8783.0, 8766.0, 8764.0, 8767.0, 8844.0, 8764.0, 8805.0, 8782.0, 8790.0, 8767.0, 8825.0, 8760.0, 8776.0, 8759.0, 8759.0, 8759.0, 8777.0, 8762.0, 8777.0, 8759.0, 8744.0, 8759.0, 8745.0, 8760.0, 8749.0, 8761.0, 8778.0, 8741.0, 8778.0, 8779.0, 8800.0, 8764.0, 8766.0, 8766.0, 8780.0, 8782.0, 8786.0, 8788.0, 8786.0, 8848.0, 8782.0, 8799.0, 8788.0, 8798.0, 8859.0, 8819.0, 8740.0, 8752.0, 8756.0, 8740.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.001465630733944954</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.032355487385321104</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.14858478845002</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2141770067049373</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0116539554764636</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4864</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5948.1499</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13496614091004663</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>163</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>18.692660550458715</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5933553629938735</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.455523486910303</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.863283386279459</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4612592157918574</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0131102</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013385833241045475</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02994493395090103</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.8449093459354504</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>19.3153</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.1594</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.7942</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298202.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>910.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.7293</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3026</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>434.4805</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3114.946</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3342.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78342.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>964.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4045.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.1957</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.600375443231314</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> |