=== 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-0060 --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-0060",
"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-0060_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0060_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0060/ses-04/func/sub-0060_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>9f5e98453671b140dc090fc80f81eb88</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:02:10.235000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996522, 0.0820235, 0.0147228, -0.08333, 0.982608, 0.165942]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0953177</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7744, -7259, 719, -29, -27, -38, 69]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.926</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e752f80f-7f2a-44d5-940d-cfcba4a480a4||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6735947132110596, -0.22356830537319183, 0.00231011095456779, 120.43595886230469], [-0.22006314992904663, 2.6362667083740234, 0.4497973620891571, -102.04283905029297], [0.03950018435716629, -0.44521015882492065, 2.662269115447998, -47.45408248901367], [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': ['150210.235000', '150210.695000', '150211.155000', '150211.615000', '150212.075000', '150212.535000', '150212.995000', '150213.455000', '150213.915000', '150214.375000', '150214.835000', '150215.295000', '150215.755000', '150216.215000', '150216.675000', '150217.135000', '150217.595000', '150218.055000', '150218.515000', '150218.975000', '150219.435000', '150219.895000', '150220.355000', '150220.815000', '150221.275000', '150221.735000', '150222.195000', '150222.655000', '150223.115000', '150223.575000', '150224.035000', '150224.495000', '150224.955000', '150225.415000', '150225.875000', '150226.335000', '150226.795000', '150227.255000', '150227.715000', '150228.175000', '150228.635000', '150229.095000', '150229.555000', '150230.015000', '150230.475000', '150230.935000', '150231.395000', '150231.855000', '150232.315000', '150232.775000', '150233.235000', '150233.695000', '150234.155000', '150234.615000', '150235.075000', '150235.535000', '150235.995000', '150236.455000', '150236.915000', '150237.375000', '150237.835000', '150238.295000', '150238.755000', '150239.215000', '150239.675000', '150240.135000', '150240.595000', '150241.055000', '150241.515000', '150241.975000', '150242.435000', '150242.895000', '150243.355000', '150243.815000', '150244.275000', '150244.735000', '150245.195000', '150245.655000', '150246.115000', '150246.575000', '150247.035000', '150247.495000', '150247.955000', '150248.415000', '150248.875000', '150249.335000', '150249.795000', '150250.255000', '150250.715000', '150251.175000', '150251.635000', '150252.095000', '150252.555000', '150253.015000', '150253.475000', '150253.935000', '150254.395000', '150254.855000', '150255.315000', '150255.775000', '150256.235000', '150256.695000', '150257.155000', '150257.615000', '150258.075000', '150258.535000', '150258.995000', '150259.455000', '150259.915000', '150300.375000', '150300.835000', '150301.295000', '150301.755000', '150302.215000', '150302.675000', '150303.135000', '150303.595000', '150304.055000', '150304.515000', '150304.975000', '150305.435000', '150305.895000', '150306.355000', '150306.815000', '150307.275000', '150307.735000', '150308.195000', '150308.655000', '150309.115000', '150309.575000', '150310.035000', '150310.495000', '150310.955000', '150311.415000', '150311.875000', '150312.335000', '150312.795000', '150313.255000', '150313.715000', '150314.175000', '150314.635000', '150315.095000', '150315.555000', '150316.015000', '150316.475000', '150316.935000', '150317.395000', '150317.855000', '150318.315000', '150318.775000', '150319.235000', '150319.695000', '150320.155000', '150320.615000', '150321.075000', '150321.535000', '150321.995000', '150322.455000', '150322.915000', '150323.375000', '150323.835000', '150324.295000', '150324.755000', '150325.215000', '150325.675000', '150326.135000', '150326.595000', '150327.055000', '150327.515000', '150327.975000', '150328.435000', '150328.895000', '150329.355000', '150329.815000', '150330.275000', '150330.735000', '150331.195000', '150331.655000', '150332.115000', '150332.575000', '150333.035000', '150333.495000', '150333.955000', '150334.415000', '150334.875000', '150335.335000', '150335.795000', '150336.255000', '150336.715000', '150337.175000', '150337.635000', '150338.095000', '150338.555000', '150339.015000', '150339.475000', '150339.935000', '150340.395000', '150340.855000', '150341.315000', '150341.775000', '150342.235000', '150342.695000', '150343.155000', '150343.615000', '150344.075000', '150344.535000', '150344.995000', '150345.455000', '150345.915000', '150346.375000', '150346.835000', '150347.295000', '150347.755000', '150348.215000', '150348.675000', '150349.135000', '150349.595000', '150350.055000', '150350.515000', '150350.975000', '150351.435000', '150351.895000', '150352.355000', '150352.815000', '150353.275000', '150353.735000', '150354.195000', '150354.655000', '150355.115000', '150355.575000', '150356.035000', '150356.495000', '150356.955000', '150357.415000', '150357.875000', '150358.335000', '150358.795000', '150359.255000', '150359.715000', '150400.175000', '150400.635000', '150401.095000', '150401.555000', '150402.015000', '150402.475000', '150402.935000', '150403.395000', '150403.855000', '150404.315000', '150404.775000', '150405.235000', '150405.695000', '150406.155000', '150406.615000', '150407.075000', '150407.535000', '150407.995000', '150408.455000', '150408.915000', '150409.375000', '150409.835000', '150410.295000', '150410.755000', '150411.215000', '150411.675000', '150412.135000', '150412.595000', '150413.055000', '150413.515000', '150413.975000', '150414.435000', '150414.895000', '150415.355000', '150415.815000', '150416.275000', '150416.735000', '150417.195000', '150417.655000', '150418.115000', '150418.575000', '150419.035000', '150419.495000', '150419.955000', '150420.415000', '150420.875000', '150421.335000', '150421.795000', '150422.255000', '150422.715000', '150423.175000', '150423.635000', '150424.095000', '150424.555000', '150425.015000', '150425.475000', '150425.935000', '150426.395000', '150426.855000', '150427.315000', '150427.775000', '150428.235000', '150428.695000', '150429.155000', '150429.615000', '150430.075000', '150430.535000', '150430.995000', '150431.455000', '150431.915000', '150432.375000', '150432.835000', '150433.295000', '150433.755000', '150434.215000', '150434.675000', '150435.135000', '150435.595000', '150436.055000', '150436.515000', '150436.975000', '150437.435000', '150437.895000', '150438.355000', '150438.815000', '150439.275000', '150439.735000', '150440.195000', '150440.655000', '150441.115000', '150441.575000', '150442.035000', '150442.495000', '150442.955000', '150443.415000', '150443.875000', '150444.335000', '150444.795000', '150445.255000', '150445.715000', '150446.175000', '150446.635000', '150447.095000', '150447.555000', '150448.015000', '150448.475000', '150448.935000', '150449.395000', '150449.855000', '150450.315000', '150450.775000', '150451.235000', '150451.695000', '150452.155000', '150452.615000', '150453.075000', '150453.535000', '150453.995000', '150454.455000', '150454.915000', '150455.375000', '150455.835000', '150456.295000', '150456.755000', '150457.215000', '150457.675000', '150458.135000', '150458.595000', '150459.055000', '150459.515000', '150459.975000', '150500.435000', '150500.895000', '150501.355000', '150501.815000', '150502.275000', '150502.735000', '150503.195000', '150503.655000', '150504.115000', '150504.575000', '150505.035000', '150505.495000', '150505.955000', '150506.415000', '150506.875000', '150507.335000', '150507.795000', '150508.255000', '150508.715000', '150509.175000', '150509.635000', '150510.095000', '150510.555000', '150511.015000', '150511.475000', '150511.935000', '150512.395000', '150512.855000', '150513.315000', '150513.775000', '150514.235000', '150514.695000', '150515.155000', '150515.615000', '150516.075000', '150516.535000', '150516.995000', '150517.455000', '150517.915000', '150518.375000', '150518.835000', '150519.295000', '150519.755000', '150520.215000', '150520.675000', '150521.135000', '150521.595000', '150522.055000', '150522.515000', '150522.975000', '150523.435000', '150523.895000', '150524.355000', '150524.815000', '150525.275000', '150525.735000', '150526.195000', '150526.655000', '150527.115000', '150527.575000', '150528.035000', '150528.495000', '150528.955000', '150529.415000', '150529.875000', '150530.335000', '150530.795000', '150531.255000', '150531.715000', '150532.175000', '150532.635000', '150533.095000', '150533.555000', '150534.015000', '150534.475000', '150534.935000', '150535.395000', '150535.855000', '150536.315000', '150536.775000', '150537.235000', '150537.695000', '150538.155000', '150538.615000', '150539.075000', '150539.535000', '150539.995000', '150540.455000', '150540.915000', '150541.375000', '150541.835000', '150542.295000', '150542.755000', '150543.215000', '150543.675000', '150544.135000', '150544.595000', '150545.055000', '150545.515000', '150545.975000', '150546.435000', '150546.895000', '150547.355000', '150547.815000', '150548.275000', '150548.735000', '150549.195000', '150549.655000', '150550.115000', '150550.575000', '150551.035000', '150551.495000', '150551.955000', '150552.415000', '150552.875000', '150553.335000', '150553.795000', '150554.255000', '150554.715000', '150555.175000', '150555.635000', '150556.095000', '150556.555000', '150557.015000', '150557.475000', '150557.935000', '150558.395000', '150558.855000', '150559.315000', '150559.775000', '150600.235000', '150600.695000', '150601.155000', '150601.615000', '150602.075000', '150602.535000', '150602.995000', '150603.455000', '150603.915000', '150604.375000', '150604.835000', '150605.295000', '150605.755000', '150606.215000', '150606.675000', '150607.135000', '150607.595000', '150608.055000', '150608.515000', '150608.975000', '150609.435000', '150609.895000', '150610.355000', '150610.815000', '150611.275000', '150611.735000', '150612.195000', '150612.655000', '150613.115000', '150613.575000', '150614.035000', '150614.495000', '150614.955000', '150615.415000', '150615.875000', '150616.335000', '150616.795000', '150617.255000', '150617.715000', '150618.175000', '150618.635000', '150619.095000', '150619.555000', '150620.015000', '150620.475000', '150620.935000', '150621.395000', '150621.855000', '150622.315000', '150622.775000', '150623.235000', '150623.695000', '150624.155000', '150624.615000', '150625.075000', '150625.535000', '150625.995000', '150626.455000', '150626.915000', '150627.375000', '150627.835000', '150628.295000', '150628.755000', '150629.215000', '150629.675000', '150630.135000', '150630.595000', '150631.055000', '150631.515000', '150631.975000', '150632.435000', '150632.895000', '150633.355000', '150633.815000', '150634.275000', '150634.735000', '150635.195000', '150635.655000', '150636.115000', '150636.575000', '150637.035000', '150637.495000', '150637.955000', '150638.415000', '150638.875000', '150639.335000', '150639.795000', '150640.255000', '150640.715000', '150641.175000', '150641.635000', '150642.095000', '150642.555000', '150643.015000', '150643.475000', '150643.935000', '150644.395000', '150644.855000', '150645.315000', '150645.775000', '150646.235000', '150646.695000', '150647.155000', '150647.615000', '150648.075000', '150648.535000', '150648.995000', '150649.455000', '150649.915000', '150650.375000', '150650.835000', '150651.295000', '150651.755000', '150652.215000', '150652.675000', '150653.135000', '150653.595000', '150654.055000', '150654.515000', '150654.975000', '150655.435000', '150655.895000', '150656.355000', '150656.815000', '150657.275000', '150657.735000', '150658.195000', '150658.655000', '150659.115000', '150659.575000', '150700.035000', '150700.495000', '150700.955000', '150701.415000', '150701.875000', '150702.335000', '150702.795000', '150703.255000', '150703.715000', '150704.175000', '150704.635000', '150705.095000', '150705.555000', '150706.015000', '150706.475000', '150706.935000', '150707.395000', '150707.855000', '150708.315000', '150708.775000', '150709.235000', '150709.695000', '150710.155000', '150710.615000', '150711.075000', '150711.535000', '150711.995000', '150712.455000', '150712.915000', '150713.375000', '150713.835000', '150714.295000', '150714.755000', '150715.215000', '150715.675000', '150716.135000', '150716.595000', '150717.055000', '150717.515000', '150717.975000', '150718.435000', '150718.895000', '150719.355000', '150719.815000', '150720.275000', '150720.735000', '150721.195000', '150721.655000', '150722.115000', '150722.575000', '150723.035000', '150723.495000', '150723.955000', '150724.415000', '150724.875000', '150725.335000', '150725.795000', '150726.255000', '150726.715000', '150727.175000', '150727.635000', '150728.095000', '150728.555000', '150729.015000', '150729.475000', '150729.935000', '150730.395000', '150730.855000', '150731.315000', '150731.775000', '150732.235000', '150732.695000', '150733.155000', '150733.615000', '150734.075000', '150734.535000', '150734.995000', '150735.455000', '150735.915000', '150736.375000', '150736.835000', '150737.295000', '150737.755000', '150738.215000', '150738.675000', '150739.135000', '150739.595000', '150740.055000', '150740.515000', '150740.975000', '150741.435000', '150741.895000', '150742.355000', '150742.815000', '150743.275000', '150743.735000', '150744.195000', '150744.655000', '150745.115000', '150745.575000', '150746.035000', '150746.495000', '150746.955000', '150747.415000', '150747.875000', '150748.335000', '150748.795000', '150749.255000', '150749.715000', '150750.175000', '150750.635000', '150751.095000', '150751.555000', '150752.015000', '150752.475000', '150752.935000', '150753.395000', '150753.855000', '150754.315000', '150754.775000', '150755.235000', '150755.695000', '150756.155000', '150756.615000', '150757.075000', '150757.535000', '150757.995000', '150758.455000', '150758.915000', '150759.375000', '150759.835000', '150800.295000', '150800.755000', '150801.215000', '150801.675000', '150802.135000', '150802.595000', '150803.055000', '150803.515000', '150803.975000', '150804.435000', '150804.895000', '150805.355000', '150805.815000', '150806.275000', '150806.735000', '150807.195000', '150807.655000', '150808.115000', '150808.575000', '150809.035000', '150809.495000', '150809.955000', '150810.415000', '150810.875000', '150811.335000', '150811.795000', '150812.255000', '150812.715000', '150813.175000', '150813.635000', '150814.095000', '150814.555000', '150815.015000', '150815.475000', '150815.935000', '150816.395000', '150816.855000', '150817.315000', '150817.775000', '150818.235000', '150818.695000', '150819.155000', '150819.615000', '150820.075000', '150820.535000', '150820.995000', '150821.455000', '150821.915000', '150822.375000', '150822.835000', '150823.295000', '150823.755000', '150824.215000', '150824.675000', '150825.135000', '150825.595000', '150826.055000', '150826.515000', '150826.975000', '150827.435000', '150827.895000', '150828.355000', '150828.815000', '150829.275000', '150829.735000', '150830.195000', '150830.655000', '150831.115000', '150831.575000', '150832.035000', '150832.495000', '150832.955000', '150833.415000', '150833.875000', '150834.335000', '150834.795000', '150835.255000', '150835.715000', '150836.175000', '150836.635000', '150837.095000', '150837.555000', '150838.015000', '150838.475000', '150838.935000', '150839.395000', '150839.855000', '150840.315000', '150840.775000', '150841.235000', '150841.695000', '150842.155000', '150842.615000', '150843.075000', '150843.535000', '150843.995000', '150844.455000', '150844.915000', '150845.375000', '150845.835000', '150846.295000', '150846.755000', '150847.215000', '150847.675000', '150848.135000', '150848.595000', '150849.055000', '150849.515000', '150849.975000', '150850.435000', '150850.895000'], 'ContentTime': ['150227.583000', '150227.586000', '150227.589000', '150227.592000', '150227.595000', '150227.597000', '150227.600000', '150227.602000', '150227.605000', '150227.608000', '150227.610000', '150227.613000', '150227.616000', '150227.618000', '150227.621000', '150227.623000', '150227.626000', '150227.634000', '150227.637000', '150227.639000', '150227.642000', '150227.645000', '150227.647000', '150227.650000', '150227.653000', '150227.655000', '150227.658000', '150227.660000', '150227.663000', '150227.666000', '150227.668000', '150227.671000', '150227.674000', '150227.676000', '150227.679000', '150227.681000', '150247.524000', '150247.527000', '150247.529000', '150247.532000', '150247.534000', '150247.537000', '150247.540000', '150247.542000', '150247.545000', '150247.547000', '150247.550000', '150247.552000', '150247.555000', '150247.558000', '150247.560000', '150247.563000', '150247.565000', '150247.568000', '150247.571000', '150247.573000', '150247.576000', '150247.578000', '150247.581000', '150247.584000', '150247.586000', '150247.589000', '150247.591000', '150247.594000', '150247.597000', '150247.599000', '150247.602000', '150247.605000', '150247.607000', '150247.610000', '150247.613000', '150247.615000', '150247.618000', '150247.620000', '150247.623000', '150247.626000', '150247.628000', '150247.631000', '150247.634000', '150307.524000', '150307.526000', '150307.529000', '150307.532000', '150307.534000', '150307.537000', '150307.540000', '150307.542000', '150307.545000', '150307.548000', '150307.550000', '150307.553000', '150307.555000', '150307.558000', '150307.561000', '150307.563000', '150307.566000', '150307.569000', '150307.571000', '150307.574000', '150307.577000', '150307.579000', '150307.582000', '150307.585000', '150307.587000', '150307.590000', '150307.592000', '150307.595000', '150307.598000', '150307.600000', '150307.603000', '150307.606000', '150307.608000', '150307.611000', '150307.614000', '150307.616000', '150307.619000', '150307.621000', '150307.624000', '150307.627000', '150307.629000', '150307.632000', '150307.634000', '150307.637000', '150327.524000', '150327.527000', '150327.530000', '150327.532000', '150327.536000', '150327.539000', '150327.541000', '150327.544000', '150327.546000', '150327.549000', '150327.552000', '150327.554000', '150327.557000', '150327.560000', '150327.562000', '150327.565000', '150327.568000', '150327.570000', '150327.573000', '150327.576000', '150327.578000', '150327.581000', '150327.584000', '150327.586000', '150327.589000', '150327.591000', '150327.594000', '150327.597000', '150327.599000', '150327.602000', '150327.605000', '150327.607000', '150327.610000', '150327.613000', '150327.615000', '150327.618000', '150327.620000', '150327.623000', '150327.626000', '150327.628000', '150327.631000', '150327.633000', '150327.636000', '150347.524000', '150347.527000', '150347.530000', '150347.543000', '150347.546000', '150347.549000', '150347.551000', '150347.554000', '150347.557000', '150347.560000', '150347.563000', '150347.566000', '150347.568000', '150347.571000', '150347.574000', '150347.576000', '150347.579000', '150347.582000', '150347.584000', '150347.587000', '150347.589000', '150347.592000', '150347.595000', '150347.597000', '150347.600000', '150347.603000', '150347.605000', '150347.608000', '150347.611000', '150347.613000', '150347.616000', '150347.619000', '150347.622000', '150347.624000', '150347.627000', '150347.629000', '150347.632000', '150347.635000', '150347.637000', '150347.640000', '150347.643000', '150347.645000', '150347.648000', '150407.524000', '150407.527000', '150407.530000', '150407.533000', '150407.536000', '150407.538000', '150407.541000', '150407.543000', '150407.546000', '150407.549000', '150407.551000', '150407.554000', '150407.557000', '150407.559000', '150407.562000', '150407.564000', '150407.567000', '150407.570000', '150407.572000', '150407.575000', '150407.578000', '150407.580000', '150407.583000', '150407.585000', '150407.588000', '150407.591000', '150407.593000', '150407.596000', '150407.599000', '150407.601000', '150407.604000', '150407.607000', '150407.609000', '150407.612000', '150407.614000', '150407.617000', '150407.620000', '150407.622000', '150407.625000', '150407.628000', '150407.630000', '150407.633000', '150407.635000', '150407.638000', '150427.524000', '150427.527000', '150427.530000', '150427.534000', '150427.536000', '150427.539000', '150427.542000', '150427.544000', '150427.547000', '150427.549000', '150427.552000', '150427.555000', '150427.557000', '150427.560000', '150427.563000', '150427.565000', '150427.568000', '150427.571000', '150427.573000', '150427.576000', '150427.578000', '150427.581000', '150427.584000', '150427.586000', '150427.589000', '150427.591000', '150427.594000', '150427.597000', '150427.600000', '150427.602000', '150427.605000', '150427.608000', '150427.610000', '150427.613000', '150427.615000', '150427.618000', '150427.621000', '150427.623000', '150427.626000', '150427.629000', '150427.631000', '150427.634000', '150427.636000', '150447.524000', '150447.527000', '150447.533000', '150447.535000', '150447.538000', '150447.541000', '150447.543000', '150447.546000', '150447.549000', '150447.551000', '150447.554000', '150447.557000', '150447.559000', '150447.562000', '150447.564000', '150447.567000', '150447.570000', '150447.572000', '150447.575000', '150447.578000', '150447.580000', '150447.583000', '150447.585000', '150447.588000', '150447.591000', '150447.593000', '150447.596000', '150447.599000', '150447.601000', '150447.604000', '150447.607000', '150447.609000', '150447.612000', '150447.614000', '150447.617000', '150447.620000', '150447.622000', '150447.625000', '150447.628000', '150447.630000', '150447.633000', '150447.636000', '150447.638000', '150447.641000', '150507.523000', '150507.526000', '150507.529000', '150507.531000', '150507.534000', '150507.537000', '150507.539000', '150507.542000', '150507.545000', '150507.548000', '150507.550000', '150507.553000', '150507.556000', '150507.559000', '150507.561000', '150507.564000', '150507.567000', '150507.569000', '150507.572000', '150507.575000', '150507.577000', '150507.580000', '150507.583000', '150507.585000', '150507.588000', '150507.591000', '150507.593000', '150507.597000', '150507.610000', '150507.613000', '150507.615000', '150507.618000', '150507.621000', '150507.623000', '150507.626000', '150507.628000', '150507.631000', '150507.634000', '150507.636000', '150507.639000', '150507.642000', '150507.644000', '150507.647000', '150527.524000', '150527.527000', '150527.529000', '150527.532000', '150527.535000', '150527.537000', '150527.540000', '150527.543000', '150527.545000', '150527.548000', '150527.551000', '150527.553000', '150527.556000', '150527.559000', '150527.561000', '150527.564000', '150527.567000', '150527.569000', '150527.572000', '150527.575000', '150527.577000', '150527.580000', '150527.583000', '150527.585000', '150527.588000', '150527.591000', '150527.593000', '150527.596000', '150527.599000', '150527.601000', '150527.604000', '150527.607000', '150527.609000', '150527.612000', '150527.615000', '150527.617000', '150527.620000', '150527.623000', '150527.625000', '150527.628000', '150527.630000', '150527.633000', '150527.636000', '150527.638000', '150547.524000', '150547.527000', '150547.530000', '150547.533000', '150547.535000', '150547.538000', '150547.541000', '150547.543000', '150547.546000', '150547.549000', '150547.551000', '150547.554000', '150547.557000', '150547.559000', '150547.562000', '150547.565000', '150547.567000', '150547.570000', '150547.573000', '150547.575000', '150547.578000', '150547.580000', '150547.583000', '150547.586000', '150547.588000', '150547.591000', '150547.594000', '150547.598000', '150547.600000', '150547.603000', '150547.606000', '150547.609000', '150547.611000', '150547.614000', '150547.617000', '150547.619000', '150547.622000', '150547.624000', '150547.627000', '150547.630000', '150547.632000', '150547.635000', '150547.637000', '150607.524000', '150607.527000', '150607.530000', '150607.533000', '150607.536000', '150607.538000', '150607.541000', '150607.543000', '150607.546000', '150607.549000', '150607.551000', '150607.554000', '150607.557000', '150607.560000', '150607.562000', '150607.565000', '150607.568000', '150607.570000', '150607.573000', '150607.576000', '150607.578000', '150607.581000', '150607.584000', '150607.586000', '150607.589000', '150607.592000', '150607.594000', '150607.597000', '150607.600000', '150607.602000', '150607.605000', '150607.608000', '150607.610000', '150607.613000', '150607.616000', '150607.618000', '150607.621000', '150607.623000', '150607.626000', '150607.629000', '150607.631000', '150607.634000', '150607.637000', '150607.639000', '150627.524000', '150627.527000', '150627.530000', '150627.533000', '150627.535000', '150627.538000', '150627.541000', '150627.543000', '150627.546000', '150627.549000', '150627.552000', '150627.554000', '150627.557000', '150627.559000', '150627.562000', '150627.565000', '150627.568000', '150627.571000', '150627.574000', '150627.577000', '150627.580000', '150627.582000', '150627.585000', '150627.587000', '150627.590000', '150627.593000', '150627.596000', '150627.598000', '150627.601000', '150627.604000', '150627.606000', '150627.609000', '150627.612000', '150627.614000', '150627.617000', '150627.620000', '150627.622000', '150627.625000', '150627.628000', '150627.630000', '150627.633000', '150627.636000', '150627.639000', '150647.523000', '150647.526000', '150647.529000', '150647.532000', '150647.535000', '150647.538000', '150647.540000', '150647.543000', '150647.546000', '150647.549000', '150647.565000', '150647.567000', '150647.570000', '150647.573000', '150647.575000', '150647.578000', '150647.580000', '150647.583000', '150647.586000', '150647.589000', '150647.591000', '150647.594000', '150647.596000', '150647.599000', '150647.602000', '150647.604000', '150647.607000', '150647.610000', '150647.613000', '150647.615000', '150647.618000', '150647.621000', '150647.623000', '150647.626000', '150647.628000', '150647.631000', '150647.634000', '150647.636000', '150647.639000', '150647.642000', '150647.644000', '150647.647000', '150647.650000', '150647.652000', '150707.523000', '150707.526000', '150707.529000', '150707.532000', '150707.534000', '150707.537000', '150707.540000', '150707.542000', '150707.545000', '150707.548000', '150707.551000', '150707.553000', '150707.556000', '150707.559000', '150707.561000', '150707.564000', '150707.567000', '150707.569000', '150707.572000', '150707.575000', '150707.577000', '150707.580000', '150707.583000', '150707.585000', '150707.588000', '150707.591000', '150707.593000', '150707.596000', '150707.599000', '150707.601000', '150707.604000', '150707.607000', '150707.609000', '150707.612000', '150707.615000', '150707.618000', '150707.620000', '150707.623000', '150707.626000', '150707.628000', '150707.631000', '150707.634000', '150707.636000', '150727.523000', '150727.526000', '150727.529000', '150727.532000', '150727.535000', '150727.537000', '150727.540000', '150727.543000', '150727.545000', '150727.548000', '150727.551000', '150727.553000', '150727.556000', '150727.559000', '150727.562000', '150727.564000', '150727.567000', '150727.569000', '150727.572000', '150727.575000', '150727.577000', '150727.580000', '150727.583000', '150727.585000', '150727.588000', '150727.591000', '150727.593000', '150727.596000', '150727.599000', '150727.601000', '150727.604000', '150727.607000', '150727.609000', '150727.612000', '150727.614000', '150727.617000', '150727.620000', '150727.622000', '150727.625000', '150727.628000', '150727.630000', '150727.633000', '150727.636000', '150727.638000', '150747.523000', '150747.526000', '150747.529000', '150747.532000', '150747.534000', '150747.537000', '150747.540000', '150747.542000', '150747.545000', '150747.548000', '150747.551000', '150747.553000', '150747.556000', '150747.559000', '150747.561000', '150747.564000', '150747.567000', '150747.569000', '150747.572000', '150747.574000', '150747.577000', '150747.580000', '150747.582000', '150747.585000', '150747.588000', '150747.590000', '150747.593000', '150747.596000', '150747.598000', '150747.601000', '150747.604000', '150747.606000', '150747.609000', '150747.612000', '150747.614000', '150747.617000', '150747.620000', '150747.624000', '150747.627000', '150747.629000', '150747.632000', '150747.634000', '150747.637000', '150807.524000', '150807.527000', '150807.530000', '150807.533000', '150807.535000', '150807.538000', '150807.541000', '150807.543000', '150807.546000', '150807.548000', '150807.551000', '150807.554000', '150807.556000', '150807.559000', '150807.562000', '150807.564000', '150807.567000', '150807.570000', '150807.572000', '150807.575000', '150807.578000', '150807.581000', '150807.583000', '150807.586000', '150807.588000', '150807.591000', '150807.594000', '150807.596000', '150807.599000', '150807.602000', '150807.605000', '150807.607000', '150807.610000', '150807.613000', '150807.615000', '150807.630000', '150807.633000', '150807.636000', '150807.638000', '150807.641000', '150807.643000', '150807.646000', '150807.649000', '150807.651000', '150827.524000', '150827.527000', '150827.530000', '150827.533000', '150827.535000', '150827.538000', '150827.540000', '150827.543000', '150827.546000', '150827.548000', '150827.551000', '150827.554000', '150827.556000', '150827.559000', '150827.561000', '150827.564000', '150827.567000', '150827.569000', '150827.572000', '150827.575000', '150827.577000', '150827.580000', '150827.583000', '150827.585000', '150827.588000', '150827.591000', '150827.593000', '150827.596000', '150827.598000', '150827.601000', '150827.604000', '150827.606000', '150827.609000', '150827.612000', '150827.615000', '150827.617000', '150827.620000', '150827.623000', '150827.625000', '150827.628000', '150827.631000', '150827.633000', '150827.636000', '150847.524000', '150847.527000', '150847.530000', '150847.533000', '150847.536000', '150847.538000', '150847.541000', '150847.543000', '150847.546000', '150847.549000', '150847.551000', '150847.554000', '150847.557000', '150847.559000', '150847.562000', '150847.565000', '150847.567000', '150847.570000', '150847.573000', '150847.575000', '150847.578000', '150847.581000', '150847.583000', '150847.586000', '150847.589000', '150847.591000', '150847.594000', '150847.596000', '150847.599000', '150847.602000', '150847.605000', '150847.607000', '150847.610000', '150847.613000', '150847.615000', '150847.618000', '150847.621000', '150847.623000', '150847.626000', '150847.628000', '150847.631000', '150847.634000', '150847.636000', '150847.639000', '150852.038000', '150852.041000', '150852.044000', '150852.046000', '150852.049000', '150852.052000', '150852.055000', '150852.058000', '150852.061000', '150852.064000'], 'InstanceCreationTime': ['150227.583000', '150227.586000', '150227.589000', '150227.592000', '150227.595000', '150227.597000', '150227.600000', '150227.602000', '150227.605000', '150227.608000', '150227.610000', '150227.613000', '150227.616000', '150227.618000', '150227.621000', '150227.623000', '150227.626000', '150227.634000', '150227.637000', '150227.639000', '150227.642000', '150227.645000', '150227.647000', '150227.650000', '150227.653000', '150227.655000', '150227.658000', '150227.660000', '150227.663000', '150227.666000', '150227.668000', '150227.671000', '150227.674000', '150227.676000', '150227.679000', '150227.681000', '150247.524000', '150247.527000', '150247.529000', '150247.532000', '150247.534000', '150247.537000', '150247.540000', '150247.542000', '150247.545000', '150247.547000', '150247.550000', '150247.552000', '150247.555000', '150247.558000', '150247.560000', '150247.563000', '150247.565000', '150247.568000', '150247.571000', '150247.573000', '150247.576000', '150247.578000', '150247.581000', '150247.584000', '150247.586000', '150247.589000', '150247.591000', '150247.594000', '150247.597000', '150247.599000', '150247.602000', '150247.605000', '150247.607000', '150247.610000', '150247.613000', '150247.615000', '150247.618000', '150247.620000', '150247.623000', '150247.626000', '150247.628000', '150247.631000', '150247.634000', '150307.524000', '150307.526000', '150307.529000', '150307.532000', '150307.534000', '150307.537000', '150307.540000', '150307.542000', '150307.545000', '150307.548000', '150307.550000', '150307.553000', '150307.555000', '150307.558000', '150307.561000', '150307.563000', '150307.566000', '150307.569000', '150307.571000', '150307.574000', '150307.577000', '150307.579000', '150307.582000', '150307.585000', '150307.587000', '150307.590000', '150307.592000', '150307.595000', '150307.598000', '150307.600000', '150307.603000', '150307.606000', '150307.608000', '150307.611000', '150307.614000', '150307.616000', '150307.619000', '150307.621000', '150307.624000', '150307.627000', '150307.629000', '150307.632000', '150307.634000', '150307.637000', '150327.524000', '150327.527000', '150327.530000', '150327.532000', '150327.536000', '150327.539000', '150327.541000', '150327.544000', '150327.546000', '150327.549000', '150327.552000', '150327.554000', '150327.557000', '150327.560000', '150327.562000', '150327.565000', '150327.568000', '150327.570000', '150327.573000', '150327.576000', '150327.578000', '150327.581000', '150327.584000', '150327.586000', '150327.589000', '150327.591000', '150327.594000', '150327.597000', '150327.599000', '150327.602000', '150327.605000', '150327.607000', '150327.610000', '150327.613000', '150327.615000', '150327.618000', '150327.620000', '150327.623000', '150327.626000', '150327.628000', '150327.631000', '150327.633000', '150327.636000', '150347.524000', '150347.527000', '150347.530000', '150347.543000', '150347.546000', '150347.549000', '150347.551000', '150347.554000', '150347.557000', '150347.560000', '150347.563000', '150347.566000', '150347.568000', '150347.571000', '150347.574000', '150347.576000', '150347.579000', '150347.582000', '150347.584000', '150347.587000', '150347.589000', '150347.592000', '150347.595000', '150347.597000', '150347.600000', '150347.603000', '150347.605000', '150347.608000', '150347.611000', '150347.613000', '150347.616000', '150347.619000', '150347.622000', '150347.624000', '150347.627000', '150347.629000', '150347.632000', '150347.635000', '150347.637000', '150347.640000', '150347.643000', '150347.645000', '150347.648000', '150407.524000', '150407.527000', '150407.530000', '150407.533000', '150407.536000', '150407.538000', '150407.541000', '150407.543000', '150407.546000', '150407.549000', '150407.551000', '150407.554000', '150407.557000', '150407.559000', '150407.562000', '150407.564000', '150407.567000', '150407.570000', '150407.572000', '150407.575000', '150407.578000', '150407.580000', '150407.583000', '150407.585000', '150407.588000', '150407.591000', '150407.593000', '150407.596000', '150407.599000', '150407.601000', '150407.604000', '150407.607000', '150407.609000', '150407.612000', '150407.614000', '150407.617000', '150407.620000', '150407.622000', '150407.625000', '150407.628000', '150407.630000', '150407.633000', '150407.635000', '150407.638000', '150427.524000', '150427.527000', '150427.530000', '150427.534000', '150427.536000', '150427.539000', '150427.542000', '150427.544000', '150427.547000', '150427.549000', '150427.552000', '150427.555000', '150427.557000', '150427.560000', '150427.563000', '150427.565000', '150427.568000', '150427.571000', '150427.573000', '150427.576000', '150427.578000', '150427.581000', '150427.584000', '150427.586000', '150427.589000', '150427.591000', '150427.594000', '150427.597000', '150427.600000', '150427.602000', '150427.605000', '150427.608000', '150427.610000', '150427.613000', '150427.615000', '150427.618000', '150427.621000', '150427.623000', '150427.626000', '150427.629000', '150427.631000', '150427.634000', '150427.636000', '150447.524000', '150447.527000', '150447.533000', '150447.535000', '150447.538000', '150447.541000', '150447.543000', '150447.546000', '150447.549000', '150447.551000', '150447.554000', '150447.557000', '150447.559000', '150447.562000', '150447.564000', '150447.567000', '150447.570000', '150447.572000', '150447.575000', '150447.578000', '150447.580000', '150447.583000', '150447.585000', '150447.588000', '150447.591000', '150447.593000', '150447.596000', '150447.599000', '150447.601000', '150447.604000', '150447.607000', '150447.609000', '150447.612000', '150447.614000', '150447.617000', '150447.620000', '150447.622000', '150447.625000', '150447.628000', '150447.630000', '150447.633000', '150447.636000', '150447.638000', '150447.641000', '150507.523000', '150507.526000', '150507.529000', '150507.531000', '150507.534000', '150507.537000', '150507.539000', '150507.542000', '150507.545000', '150507.548000', '150507.550000', '150507.553000', '150507.556000', '150507.559000', '150507.561000', '150507.564000', '150507.567000', '150507.569000', '150507.572000', '150507.575000', '150507.577000', '150507.580000', '150507.583000', '150507.585000', '150507.588000', '150507.591000', '150507.593000', '150507.597000', '150507.610000', '150507.613000', '150507.615000', '150507.618000', '150507.621000', '150507.623000', '150507.626000', '150507.628000', '150507.631000', '150507.634000', '150507.636000', '150507.639000', '150507.642000', '150507.644000', '150507.647000', '150527.524000', '150527.527000', '150527.529000', '150527.532000', '150527.535000', '150527.537000', '150527.540000', '150527.543000', '150527.545000', '150527.548000', '150527.551000', '150527.553000', '150527.556000', '150527.559000', '150527.561000', '150527.564000', '150527.567000', '150527.569000', '150527.572000', '150527.575000', '150527.577000', '150527.580000', '150527.583000', '150527.585000', '150527.588000', '150527.591000', '150527.593000', '150527.596000', '150527.599000', '150527.601000', '150527.604000', '150527.607000', '150527.609000', '150527.612000', '150527.615000', '150527.617000', '150527.620000', '150527.623000', '150527.625000', '150527.628000', '150527.630000', '150527.633000', '150527.636000', '150527.638000', '150547.524000', '150547.527000', '150547.530000', '150547.533000', '150547.535000', '150547.538000', '150547.541000', '150547.543000', '150547.546000', '150547.549000', '150547.551000', '150547.554000', '150547.557000', '150547.559000', '150547.562000', '150547.565000', '150547.567000', '150547.570000', '150547.573000', '150547.575000', '150547.578000', '150547.580000', '150547.583000', '150547.586000', '150547.588000', '150547.591000', '150547.594000', '150547.598000', '150547.600000', '150547.603000', '150547.606000', '150547.609000', '150547.611000', '150547.614000', '150547.617000', '150547.619000', '150547.622000', '150547.624000', '150547.627000', '150547.630000', '150547.632000', '150547.635000', '150547.637000', '150607.524000', '150607.527000', '150607.530000', '150607.533000', '150607.536000', '150607.538000', '150607.541000', '150607.543000', '150607.546000', '150607.549000', '150607.551000', '150607.554000', '150607.557000', '150607.560000', '150607.562000', '150607.565000', '150607.568000', '150607.570000', '150607.573000', '150607.576000', '150607.578000', '150607.581000', '150607.584000', '150607.586000', '150607.589000', '150607.592000', '150607.594000', '150607.597000', '150607.600000', '150607.602000', '150607.605000', '150607.608000', '150607.610000', '150607.613000', '150607.616000', '150607.618000', '150607.621000', '150607.623000', '150607.626000', '150607.629000', '150607.631000', '150607.634000', '150607.637000', '150607.639000', '150627.524000', '150627.527000', '150627.530000', '150627.533000', '150627.535000', '150627.538000', '150627.541000', '150627.543000', '150627.546000', '150627.549000', '150627.552000', '150627.554000', '150627.557000', '150627.559000', '150627.562000', '150627.565000', '150627.568000', '150627.571000', '150627.574000', '150627.577000', '150627.580000', '150627.582000', '150627.585000', '150627.587000', '150627.590000', '150627.593000', '150627.596000', '150627.598000', '150627.601000', '150627.604000', '150627.606000', '150627.609000', '150627.612000', '150627.614000', '150627.617000', '150627.620000', '150627.622000', '150627.625000', '150627.628000', '150627.630000', '150627.633000', '150627.636000', '150627.639000', '150647.523000', '150647.526000', '150647.529000', '150647.532000', '150647.535000', '150647.538000', '150647.540000', '150647.543000', '150647.546000', '150647.549000', '150647.565000', '150647.567000', '150647.570000', '150647.573000', '150647.575000', '150647.578000', '150647.580000', '150647.583000', '150647.586000', '150647.589000', '150647.591000', '150647.594000', '150647.596000', '150647.599000', '150647.602000', '150647.604000', '150647.607000', '150647.610000', '150647.613000', '150647.615000', '150647.618000', '150647.621000', '150647.623000', '150647.626000', '150647.628000', '150647.631000', '150647.634000', '150647.636000', '150647.639000', '150647.642000', '150647.644000', '150647.647000', '150647.650000', '150647.652000', '150707.523000', '150707.526000', '150707.529000', '150707.532000', '150707.534000', '150707.537000', '150707.540000', '150707.542000', '150707.545000', '150707.548000', '150707.551000', '150707.553000', '150707.556000', '150707.559000', '150707.561000', '150707.564000', '150707.567000', '150707.569000', '150707.572000', '150707.575000', '150707.577000', '150707.580000', '150707.583000', '150707.585000', '150707.588000', '150707.591000', '150707.593000', '150707.596000', '150707.599000', '150707.601000', '150707.604000', '150707.607000', '150707.609000', '150707.612000', '150707.615000', '150707.618000', '150707.620000', '150707.623000', '150707.626000', '150707.628000', '150707.631000', '150707.634000', '150707.636000', '150727.523000', '150727.526000', '150727.529000', '150727.532000', '150727.535000', '150727.537000', '150727.540000', '150727.543000', '150727.545000', '150727.548000', '150727.551000', '150727.553000', '150727.556000', '150727.559000', '150727.562000', '150727.564000', '150727.567000', '150727.569000', '150727.572000', '150727.575000', '150727.577000', '150727.580000', '150727.583000', '150727.585000', '150727.588000', '150727.591000', '150727.593000', '150727.596000', '150727.599000', '150727.601000', '150727.604000', '150727.607000', '150727.609000', '150727.612000', '150727.614000', '150727.617000', '150727.620000', '150727.622000', '150727.625000', '150727.628000', '150727.630000', '150727.633000', '150727.636000', '150727.638000', '150747.523000', '150747.526000', '150747.529000', '150747.532000', '150747.534000', '150747.537000', '150747.540000', '150747.542000', '150747.545000', '150747.548000', '150747.551000', '150747.553000', '150747.556000', '150747.559000', '150747.561000', '150747.564000', '150747.567000', '150747.569000', '150747.572000', '150747.574000', '150747.577000', '150747.580000', '150747.582000', '150747.585000', '150747.588000', '150747.590000', '150747.593000', '150747.596000', '150747.598000', '150747.601000', '150747.604000', '150747.606000', '150747.609000', '150747.612000', '150747.614000', '150747.617000', '150747.620000', '150747.624000', '150747.627000', '150747.629000', '150747.632000', '150747.634000', '150747.637000', '150807.524000', '150807.527000', '150807.530000', '150807.533000', '150807.535000', '150807.538000', '150807.541000', '150807.543000', '150807.546000', '150807.548000', '150807.551000', '150807.554000', '150807.556000', '150807.559000', '150807.562000', '150807.564000', '150807.567000', '150807.570000', '150807.572000', '150807.575000', '150807.578000', '150807.581000', '150807.583000', '150807.586000', '150807.588000', '150807.591000', '150807.594000', '150807.596000', '150807.599000', '150807.602000', '150807.605000', '150807.607000', '150807.610000', '150807.613000', '150807.615000', '150807.630000', '150807.633000', '150807.636000', '150807.638000', '150807.641000', '150807.643000', '150807.646000', '150807.649000', '150807.651000', '150827.524000', '150827.527000', '150827.530000', '150827.533000', '150827.535000', '150827.538000', '150827.540000', '150827.543000', '150827.546000', '150827.548000', '150827.551000', '150827.554000', '150827.556000', '150827.559000', '150827.561000', '150827.564000', '150827.567000', '150827.569000', '150827.572000', '150827.575000', '150827.577000', '150827.580000', '150827.583000', '150827.585000', '150827.588000', '150827.591000', '150827.593000', '150827.596000', '150827.598000', '150827.601000', '150827.604000', '150827.606000', '150827.609000', '150827.612000', '150827.615000', '150827.617000', '150827.620000', '150827.623000', '150827.625000', '150827.628000', '150827.631000', '150827.633000', '150827.636000', '150847.524000', '150847.527000', '150847.530000', '150847.533000', '150847.536000', '150847.538000', '150847.541000', '150847.543000', '150847.546000', '150847.549000', '150847.551000', '150847.554000', '150847.557000', '150847.559000', '150847.562000', '150847.565000', '150847.567000', '150847.570000', '150847.573000', '150847.575000', '150847.578000', '150847.581000', '150847.583000', '150847.586000', '150847.589000', '150847.591000', '150847.594000', '150847.596000', '150847.599000', '150847.602000', '150847.605000', '150847.607000', '150847.610000', '150847.613000', '150847.615000', '150847.618000', '150847.621000', '150847.623000', '150847.626000', '150847.628000', '150847.631000', '150847.634000', '150847.636000', '150847.639000', '150852.038000', '150852.041000', '150852.044000', '150852.046000', '150852.049000', '150852.052000', '150852.055000', '150852.058000', '150852.061000', '150852.064000'], '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': [7369, 7948, 7872, 7863, 8080, 8697, 8300, 9514, 8433, 8354, 8000, 8144, 11357, 9411, 8117, 12199, 9914, 8013, 11415, 8621, 8234, 9840, 8259, 11552, 9860, 8110, 9379, 8238, 7864, 7988, 8442, 8637, 9333, 7927, 9993, 8679, 7971, 8133, 8611, 7923, 7844, 8138, 9055, 8833, 7911, 8148, 8192, 8469, 7839, 8264, 8598, 7992, 8344, 8658, 7974, 8369, 9145, 8669, 8265, 9132, 8628, 8296, 8917, 8847, 8443, 9223, 7837, 8458, 8875, 8977, 8514, 8343, 8346, 9067, 8234, 8525, 9058, 7860, 8679, 8758, 8455, 9017, 8917, 8857, 8939, 8763, 8832, 8959, 8846, 8596, 8939, 8898, 8370, 8334, 9966, 8509, 8738, 8559, 8414, 9859, 9700, 8539, 8488, 8824, 8589, 8385, 9485, 8310, 10779, 10057, 8276, 9815, 8260, 8303, 10321, 8702, 8195, 9279, 8304, 8135, 8482, 8187, 8079, 8592, 8529, 8040, 8559, 8383, 7870, 9600, 8992, 8160, 8474, 8084, 7963, 9831, 7976, 8043, 8847, 8376, 7915, 10015, 8549, 7917, 8218, 8041, 7666, 8258, 7841, 8225, 7661, 8104, 8211, 8026, 7753, 8251, 8054, 7870, 7990, 8359, 8688, 8033, 8231, 8009, 7819, 9903, 8557, 7925, 10352, 7913, 8033, 8603, 8630, 7825, 8973, 8974, 8062, 8660, 8530, 8137, 8399, 8360, 7839, 9940, 8582, 7663, 9194, 7871, 7920, 9494, 7692, 7905, 7621, 7983, 8166, 7780, 8188, 8240, 7527, 7720, 7689, 8238, 7540, 7898, 7686, 8050, 7928, 7901, 8113, 7985, 8010, 8167, 7664, 8161, 7938, 7804, 7451, 7541, 9672, 8585, 7941, 7950, 7700, 7793, 7863, 7417, 7503, 8821, 8443, 8008, 7693, 8034, 7717, 8270, 9190, 8024, 7622, 7683, 8004, 9061, 7593, 7719, 10002, 7825, 7828, 8606, 8209, 7539, 8676, 7959, 7665, 8789, 8254, 7681, 8110, 7799, 7488, 9094, 7599, 7762, 8021, 7502, 7731, 8870, 7544, 7744, 8728, 7549, 7493, 9688, 8067, 7439, 7756, 7989, 7760, 7609, 7740, 7696, 7415, 7855, 8416, 7529, 7779, 7864, 7268, 8984, 8070, 7592, 7821, 7768, 7552, 8294, 7722, 7327, 7802, 8097, 7177, 7668, 7913, 7444, 7675, 8023, 7384, 7706, 7900, 7328, 7953, 8009, 7820, 7911, 7737, 7857, 8004, 7837, 7889, 8060, 7874, 7827, 9247, 8095, 7667, 8910, 7701, 7710, 8059, 7546, 7453, 9514, 7394, 7687, 8099, 7389, 7671, 8224, 7190, 7488, 7903, 7621, 8088, 7338, 7351, 7652, 7532, 8861, 7904, 7497, 7792, 7979, 7510, 8083, 7680, 7724, 7260, 7519, 8663, 7661, 7809, 8106, 7504, 7435, 8398, 7417, 7683, 8034, 7729, 7871, 8089, 7405, 7585, 9139, 7790, 7820, 7286, 9537, 7543, 7413, 7190, 9332, 7341, 10054, 7224, 9203, 7427, 7724, 7665, 7113, 10411, 7231, 12097, 9729, 10251, 8978, 7188, 11106, 8917, 7383, 10707, 8200, 7267, 10515, 7649, 7084, 7882, 7299, 7162, 7192, 7404, 6917, 7446, 7552, 7213, 7423, 7664, 7427, 7870, 7774, 7230, 7509, 7716, 7099, 7278, 7589, 7968, 7780, 7207, 7387, 7589, 7974, 7815, 7563, 7465, 7916, 7295, 7940, 7735, 7590, 7835, 7787, 7777, 7436, 7804, 8882, 7532, 7649, 8526, 7429, 7693, 8215, 7677, 7638, 8638, 7771, 7515, 9255, 8195, 7547, 10092, 8101, 7582, 8085, 8023, 7467, 7665, 8012, 10061, 7578, 7821, 8740, 8567, 7749, 8823, 8140, 7570, 8278, 7671, 7883, 9275, 7796, 7892, 8155, 7495, 7810, 7618, 8037, 7957, 7226, 8163, 8037, 7544, 8535, 7990, 7495, 8334, 8233, 7944, 8283, 8319, 7514, 7923, 7918, 7836, 7831, 8207, 7661, 7864, 8170, 7896, 7873, 8073, 7802, 8538, 8318, 7881, 8765, 7744, 7687, 8295, 7947, 7769, 8104, 8151, 8248, 8050, 8878, 8164, 7852, 8159, 8120, 8341, 7993, 8163, 8139, 7778, 8078, 8050, 7917, 8343, 7951, 8560, 8186, 7975, 8187, 7495, 7794, 8602, 7761, 8205, 7928, 8103, 8410, 8104, 9563, 7675, 7964, 7965, 8297, 7542, 7988, 7918, 7688, 8151, 7709, 9258, 7498, 7776, 8091, 7525, 8058, 9976, 8318, 7798, 8754, 8121, 7666, 8297, 8524, 7591, 8112, 8090, 7564, 8439, 8587, 7741, 7848, 8034, 7610, 8740, 7655, 7954, 8198, 8775, 7159, 7931, 7808, 8282, 8149, 7623, 7591, 7637, 10308, 8484, 11263, 9598, 9760, 11364, 8442, 11408, 10431, 7564, 8495, 7369, 7916, 9547, 8131, 7622, 9246, 8453, 7814, 8155, 8476, 7780, 8114, 8238, 7744, 8435, 7350, 8110, 7273, 7977, 8251, 7653, 8034, 8062, 7972, 8554, 8109, 7567, 8170, 7956, 7517, 7480, 8081, 8140, 7681, 7748, 7912, 7705, 7632, 8049, 7523, 7791, 8469, 7919, 7826, 7457, 8051, 7953, 7496, 7959, 7960, 8657, 7937, 7855, 7706, 7679, 8029, 8733, 8692, 7761, 9400, 8552, 7668, 8051, 8845, 7748, 9772, 7691, 7579, 8471, 7733, 7977, 9006, 7603, 7688, 8243, 7877, 7904, 9378, 8501, 7734, 8914, 8257, 7672, 9068, 8231, 8345, 9950, 8107, 7362, 7626, 8056, 7529, 8989, 8281, 7734, 7975, 7910, 7820, 8919, 7381, 8154, 7600, 8632, 7366, 7787, 7460, 7740, 8314, 7508, 8026, 8000, 7532, 8019, 7916, 7403, 7556, 7765, 7962, 7416, 7813, 9017, 7413, 7667, 7858, 7708, 7963, 8801, 7658, 7687, 7979, 7661, 7665, 8924, 7597, 7691, 7863, 7809, 7819, 9067, 7620, 7765, 8898, 8469, 7698, 9261, 8114, 7467, 8071, 8394, 7658, 9777, 7740, 7797, 8002, 7616, 7688, 8417, 7388, 7807, 9208, 7302, 7830, 7926, 7548, 8073, 7241, 7932, 8077, 7421, 7706, 7959, 7457, 8171, 8003, 7681, 7628, 7869, 7702, 7641, 8150, 7335, 8043, 8221, 7586, 8060, 8269, 7873, 8219, 7791, 7849, 7998, 7569, 7850, 8222, 7727, 7929, 7576, 8871, 7847, 7633, 8305, 7902, 7870, 8007, 8095, 7932, 7395, 7962, 8039, 7554, 9997, 7938, 7958, 10743, 7929, 8328, 7681, 8057, 7975, 7708, 7935, 8121, 10797, 9508, 7850, 10131, 7864, 7872, 10695, 8677, 7715, 11688, 9054, 8924, 7928, 7940, 9683, 8115, 7975, 8969, 8525, 7743, 8319, 8018, 7518, 7583, 8062, 7491, 7713, 8415, 7745, 7877, 8422, 7680, 7999, 8393, 7771, 7921, 7976, 7895, 7761, 8209], 'WindowCenter': [3909.0, 3905.0, 3878.0, 3876.0, 3874.0, 3885.0, 3871.0, 3880.0, 3870.0, 3858.0, 3859.0, 3858.0, 3879.0, 3869.0, 3846.0, 3877.0, 3854.0, 3833.0, 3862.0, 3843.0, 3831.0, 3851.0, 3830.0, 3860.0, 3840.0, 3817.0, 3840.0, 3829.0, 3818.0, 3818.0, 3829.0, 3828.0, 3839.0, 3829.0, 3851.0, 3840.0, 3830.0, 3829.0, 3840.0, 3830.0, 3831.0, 3832.0, 3842.0, 3843.0, 3832.0, 3832.0, 3843.0, 3843.0, 3832.0, 3844.0, 3855.0, 3856.0, 3857.0, 3868.0, 3859.0, 3870.0, 3880.0, 3870.0, 3871.0, 3880.0, 3871.0, 3872.0, 3881.0, 3882.0, 3872.0, 3881.0, 3860.0, 3871.0, 3882.0, 3883.0, 3871.0, 3871.0, 3871.0, 3882.0, 3872.0, 3882.0, 3882.0, 3872.0, 3882.0, 3883.0, 3884.0, 3894.0, 3884.0, 3884.0, 3883.0, 3885.0, 3896.0, 3895.0, 3896.0, 3884.0, 3895.0, 3895.0, 3885.0, 3885.0, 3896.0, 3885.0, 3883.0, 3883.0, 3884.0, 3905.0, 3894.0, 3882.0, 3882.0, 3882.0, 3881.0, 3871.0, 3882.0, 3872.0, 3890.0, 3881.0, 3859.0, 3879.0, 3858.0, 3859.0, 3880.0, 3869.0, 3857.0, 3867.0, 3857.0, 3846.0, 3857.0, 3857.0, 3845.0, 3856.0, 3856.0, 3846.0, 3856.0, 3857.0, 3857.0, 3867.0, 3868.0, 3856.0, 3857.0, 3858.0, 3857.0, 3878.0, 3857.0, 3857.0, 3867.0, 3858.0, 3857.0, 3867.0, 3857.0, 3845.0, 3856.0, 3857.0, 3845.0, 3855.0, 3846.0, 3856.0, 3846.0, 3857.0, 3857.0, 3857.0, 3858.0, 3857.0, 3869.0, 3869.0, 3871.0, 3882.0, 3870.0, 3859.0, 3859.0, 3858.0, 3848.0, 3879.0, 3870.0, 3859.0, 3880.0, 3858.0, 3858.0, 3867.0, 3869.0, 3858.0, 3869.0, 3869.0, 3857.0, 3857.0, 3868.0, 3857.0, 3869.0, 3859.0, 3846.0, 3878.0, 3857.0, 3846.0, 3867.0, 3856.0, 3846.0, 3867.0, 3846.0, 3846.0, 3846.0, 3857.0, 3856.0, 3846.0, 3856.0, 3856.0, 3845.0, 3858.0, 3845.0, 3856.0, 3846.0, 3845.0, 3844.0, 3857.0, 3856.0, 3856.0, 3857.0, 3856.0, 3859.0, 3869.0, 3858.0, 3869.0, 3859.0, 3858.0, 3859.0, 3860.0, 3880.0, 3870.0, 3858.0, 3858.0, 3858.0, 3858.0, 3859.0, 3849.0, 3861.0, 3870.0, 3870.0, 3859.0, 3847.0, 3858.0, 3859.0, 3858.0, 3869.0, 3858.0, 3846.0, 3847.0, 3858.0, 3868.0, 3858.0, 3847.0, 3868.0, 3847.0, 3846.0, 3856.0, 3857.0, 3846.0, 3857.0, 3847.0, 3845.0, 3855.0, 3856.0, 3845.0, 3846.0, 3847.0, 3845.0, 3856.0, 3845.0, 3846.0, 3845.0, 3848.0, 3848.0, 3868.0, 3848.0, 3847.0, 3856.0, 3847.0, 3847.0, 3867.0, 3857.0, 3846.0, 3846.0, 3846.0, 3847.0, 3846.0, 3857.0, 3858.0, 3848.0, 3859.0, 3870.0, 3859.0, 3858.0, 3871.0, 3849.0, 3870.0, 3859.0, 3857.0, 3858.0, 3859.0, 3859.0, 3858.0, 3847.0, 3847.0, 3846.0, 3857.0, 3836.0, 3847.0, 3858.0, 3847.0, 3846.0, 3857.0, 3845.0, 3846.0, 3858.0, 3847.0, 3858.0, 3859.0, 3858.0, 3859.0, 3860.0, 3859.0, 3859.0, 3860.0, 3859.0, 3858.0, 3860.0, 3859.0, 3880.0, 3859.0, 3849.0, 3868.0, 3847.0, 3847.0, 3846.0, 3847.0, 3847.0, 3867.0, 3847.0, 3846.0, 3846.0, 3846.0, 3846.0, 3855.0, 3837.0, 3848.0, 3856.0, 3847.0, 3858.0, 3846.0, 3847.0, 3859.0, 3848.0, 3869.0, 3858.0, 3847.0, 3847.0, 3859.0, 3846.0, 3858.0, 3848.0, 3847.0, 3848.0, 3848.0, 3869.0, 3858.0, 3859.0, 3859.0, 3860.0, 3860.0, 3871.0, 3848.0, 3860.0, 3860.0, 3859.0, 3859.0, 3858.0, 3860.0, 3861.0, 3881.0, 3861.0, 3874.0, 3862.0, 3881.0, 3860.0, 3862.0, 3850.0, 3869.0, 3848.0, 3867.0, 3848.0, 3868.0, 3848.0, 3847.0, 3848.0, 3834.0, 3876.0, 3833.0, 3874.0, 3852.0, 3850.0, 3830.0, 3809.0, 3851.0, 3829.0, 3806.0, 3838.0, 3817.0, 3805.0, 3836.0, 3804.0, 3792.0, 3802.0, 3793.0, 3793.0, 3793.0, 3805.0, 3805.0, 3816.0, 3818.0, 3817.0, 3818.0, 3830.0, 3820.0, 3831.0, 3832.0, 3832.0, 3832.0, 3833.0, 3822.0, 3833.0, 3832.0, 3843.0, 3844.0, 3834.0, 3834.0, 3844.0, 3844.0, 3845.0, 3845.0, 3846.0, 3859.0, 3849.0, 3858.0, 3859.0, 3858.0, 3859.0, 3859.0, 3858.0, 3848.0, 3860.0, 3869.0, 3859.0, 3860.0, 3870.0, 3859.0, 3861.0, 3872.0, 3861.0, 3861.0, 3871.0, 3862.0, 3861.0, 3883.0, 3872.0, 3861.0, 3891.0, 3860.0, 3860.0, 3859.0, 3859.0, 3849.0, 3860.0, 3860.0, 3879.0, 3849.0, 3848.0, 3869.0, 3870.0, 3860.0, 3870.0, 3859.0, 3859.0, 3858.0, 3859.0, 3860.0, 3880.0, 3859.0, 3859.0, 3859.0, 3848.0, 3859.0, 3858.0, 3859.0, 3859.0, 3848.0, 3857.0, 3859.0, 3859.0, 3870.0, 3859.0, 3848.0, 3858.0, 3858.0, 3856.0, 3858.0, 3857.0, 3846.0, 3857.0, 3857.0, 3846.0, 3858.0, 3858.0, 3846.0, 3857.0, 3857.0, 3857.0, 3858.0, 3858.0, 3858.0, 3868.0, 3869.0, 3860.0, 3871.0, 3860.0, 3859.0, 3870.0, 3870.0, 3860.0, 3870.0, 3860.0, 3869.0, 3860.0, 3868.0, 3859.0, 3858.0, 3857.0, 3858.0, 3858.0, 3859.0, 3858.0, 3857.0, 3847.0, 3858.0, 3857.0, 3858.0, 3870.0, 3859.0, 3868.0, 3859.0, 3859.0, 3859.0, 3849.0, 3859.0, 3869.0, 3858.0, 3859.0, 3857.0, 3858.0, 3869.0, 3860.0, 3880.0, 3859.0, 3859.0, 3858.0, 3858.0, 3860.0, 3859.0, 3860.0, 3858.0, 3860.0, 3859.0, 3880.0, 3850.0, 3860.0, 3859.0, 3859.0, 3858.0, 3879.0, 3859.0, 3846.0, 3857.0, 3847.0, 3846.0, 3857.0, 3858.0, 3846.0, 3857.0, 3858.0, 3847.0, 3858.0, 3870.0, 3858.0, 3858.0, 3859.0, 3860.0, 3882.0, 3873.0, 3870.0, 3869.0, 3869.0, 3847.0, 3859.0, 3861.0, 3871.0, 3873.0, 3861.0, 3862.0, 3861.0, 3892.0, 3872.0, 3891.0, 3869.0, 3867.0, 3877.0, 3834.0, 3863.0, 3851.0, 3820.0, 3828.0, 3819.0, 3819.0, 3839.0, 3818.0, 3818.0, 3828.0, 3828.0, 3817.0, 3817.0, 3829.0, 3818.0, 3830.0, 3831.0, 3830.0, 3843.0, 3821.0, 3844.0, 3833.0, 3834.0, 3845.0, 3845.0, 3845.0, 3846.0, 3845.0, 3856.0, 3846.0, 3846.0, 3845.0, 3846.0, 3834.0, 3835.0, 3847.0, 3846.0, 3845.0, 3847.0, 3858.0, 3848.0, 3847.0, 3859.0, 3860.0, 3861.0, 3872.0, 3861.0, 3860.0, 3851.0, 3861.0, 3861.0, 3849.0, 3859.0, 3861.0, 3871.0, 3860.0, 3860.0, 3849.0, 3849.0, 3859.0, 3870.0, 3871.0, 3859.0, 3870.0, 3870.0, 3859.0, 3860.0, 3870.0, 3860.0, 3881.0, 3860.0, 3859.0, 3860.0, 3860.0, 3860.0, 3870.0, 3860.0, 3860.0, 3870.0, 3859.0, 3861.0, 3881.0, 3870.0, 3849.0, 3869.0, 3860.0, 3849.0, 3870.0, 3870.0, 3857.0, 3869.0, 3847.0, 3835.0, 3847.0, 3858.0, 3846.0, 3858.0, 3857.0, 3846.0, 3847.0, 3846.0, 3846.0, 3867.0, 3847.0, 3858.0, 3847.0, 3858.0, 3874.0, 3860.0, 3860.0, 3859.0, 3858.0, 3848.0, 3857.0, 3859.0, 3848.0, 3859.0, 3859.0, 3848.0, 3848.0, 3849.0, 3858.0, 3847.0, 3846.0, 3868.0, 3848.0, 3859.0, 3858.0, 3848.0, 3857.0, 3869.0, 3847.0, 3858.0, 3859.0, 3858.0, 3859.0, 3870.0, 3858.0, 3859.0, 3859.0, 3858.0, 3859.0, 3869.0, 3860.0, 3847.0, 3868.0, 3859.0, 3848.0, 3869.0, 3859.0, 3848.0, 3859.0, 3858.0, 3859.0, 3880.0, 3860.0, 3847.0, 3857.0, 3848.0, 3848.0, 3858.0, 3848.0, 3859.0, 3868.0, 3847.0, 3848.0, 3859.0, 3848.0, 3859.0, 3847.0, 3859.0, 3859.0, 3848.0, 3847.0, 3859.0, 3848.0, 3859.0, 3859.0, 3846.0, 3848.0, 3859.0, 3848.0, 3848.0, 3859.0, 3848.0, 3860.0, 3871.0, 3859.0, 3859.0, 3870.0, 3860.0, 3860.0, 3860.0, 3860.0, 3859.0, 3860.0, 3860.0, 3871.0, 3861.0, 3872.0, 3862.0, 3884.0, 3872.0, 3862.0, 3872.0, 3872.0, 3872.0, 3871.0, 3872.0, 3872.0, 3850.0, 3861.0, 3871.0, 3860.0, 3880.0, 3871.0, 3860.0, 3891.0, 3859.0, 3858.0, 3858.0, 3859.0, 3859.0, 3859.0, 3859.0, 3860.0, 3890.0, 3879.0, 3858.0, 3878.0, 3846.0, 3844.0, 3865.0, 3855.0, 3832.0, 3874.0, 3843.0, 3841.0, 3830.0, 3830.0, 3839.0, 3829.0, 3829.0, 3839.0, 3839.0, 3817.0, 3829.0, 3830.0, 3819.0, 3829.0, 3842.0, 3831.0, 3833.0, 3844.0, 3832.0, 3844.0, 3855.0, 3844.0, 3845.0, 3856.0, 3846.0, 3857.0, 3857.0, 3856.0, 3846.0, 3858.0], 'WindowWidth': [8763.0, 8747.0, 8696.0, 8686.0, 8682.0, 8698.0, 8670.0, 8680.0, 8665.0, 8648.0, 8649.0, 8646.0, 8675.0, 8661.0, 8626.0, 8668.0, 8634.0, 8602.0, 8641.0, 8614.0, 8597.0, 8622.0, 8592.0, 8634.0, 8605.0, 8572.0, 8604.0, 8589.0, 8573.0, 8575.0, 8590.0, 8586.0, 8602.0, 8591.0, 8623.0, 8607.0, 8592.0, 8592.0, 8608.0, 8594.0, 8597.0, 8600.0, 8612.0, 8615.0, 8599.0, 8601.0, 8617.0, 8616.0, 8603.0, 8621.0, 8637.0, 8641.0, 8643.0, 8659.0, 8650.0, 8665.0, 8679.0, 8666.0, 8668.0, 8681.0, 8670.0, 8672.0, 8686.0, 8687.0, 8673.0, 8685.0, 8655.0, 8670.0, 8686.0, 8688.0, 8669.0, 8669.0, 8670.0, 8687.0, 8674.0, 8686.0, 8687.0, 8673.0, 8688.0, 8694.0, 8693.0, 8707.0, 8693.0, 8692.0, 8691.0, 8698.0, 8715.0, 8710.0, 8712.0, 8694.0, 8708.0, 8710.0, 8699.0, 8697.0, 8712.0, 8695.0, 8691.0, 8691.0, 8695.0, 8725.0, 8708.0, 8687.0, 8688.0, 8687.0, 8685.0, 8670.0, 8685.0, 8674.0, 8695.0, 8684.0, 8651.0, 8676.0, 8647.0, 8650.0, 8681.0, 8662.0, 8644.0, 8656.0, 8642.0, 8627.0, 8645.0, 8643.0, 8626.0, 8642.0, 8640.0, 8626.0, 8640.0, 8644.0, 8644.0, 8658.0, 8658.0, 8640.0, 8643.0, 8648.0, 8647.0, 8674.0, 8645.0, 8644.0, 8657.0, 8647.0, 8644.0, 8658.0, 8642.0, 8624.0, 8639.0, 8645.0, 8626.0, 8640.0, 8626.0, 8641.0, 8628.0, 8645.0, 8644.0, 8644.0, 8649.0, 8646.0, 8666.0, 8665.0, 8674.0, 8690.0, 8668.0, 8650.0, 8650.0, 8648.0, 8634.0, 8677.0, 8667.0, 8651.0, 8680.0, 8647.0, 8646.0, 8658.0, 8662.0, 8648.0, 8664.0, 8663.0, 8645.0, 8645.0, 8660.0, 8644.0, 8663.0, 8650.0, 8629.0, 8674.0, 8645.0, 8627.0, 8657.0, 8643.0, 8628.0, 8657.0, 8626.0, 8626.0, 8628.0, 8645.0, 8642.0, 8628.0, 8640.0, 8640.0, 8628.0, 8648.0, 8627.0, 8640.0, 8627.0, 8626.0, 8624.0, 8643.0, 8641.0, 8643.0, 8645.0, 8643.0, 8651.0, 8666.0, 8649.0, 8664.0, 8650.0, 8648.0, 8651.0, 8655.0, 8680.0, 8668.0, 8649.0, 8647.0, 8648.0, 8649.0, 8652.0, 8637.0, 8658.0, 8669.0, 8667.0, 8650.0, 8632.0, 8647.0, 8650.0, 8647.0, 8664.0, 8648.0, 8630.0, 8632.0, 8646.0, 8659.0, 8648.0, 8632.0, 8659.0, 8631.0, 8627.0, 8640.0, 8643.0, 8628.0, 8644.0, 8630.0, 8625.0, 8638.0, 8640.0, 8624.0, 8626.0, 8630.0, 8625.0, 8641.0, 8625.0, 8626.0, 8626.0, 8633.0, 8634.0, 8660.0, 8633.0, 8630.0, 8642.0, 8632.0, 8631.0, 8658.0, 8645.0, 8628.0, 8627.0, 8628.0, 8630.0, 8629.0, 8645.0, 8648.0, 8635.0, 8650.0, 8665.0, 8651.0, 8650.0, 8671.0, 8638.0, 8668.0, 8652.0, 8646.0, 8649.0, 8649.0, 8650.0, 8648.0, 8631.0, 8630.0, 8629.0, 8644.0, 8615.0, 8631.0, 8646.0, 8630.0, 8628.0, 8644.0, 8626.0, 8629.0, 8646.0, 8632.0, 8647.0, 8649.0, 8649.0, 8651.0, 8654.0, 8651.0, 8652.0, 8653.0, 8651.0, 8650.0, 8652.0, 8651.0, 8681.0, 8650.0, 8636.0, 8660.0, 8630.0, 8631.0, 8629.0, 8632.0, 8631.0, 8656.0, 8630.0, 8627.0, 8627.0, 8627.0, 8628.0, 8639.0, 8617.0, 8633.0, 8643.0, 8632.0, 8646.0, 8628.0, 8632.0, 8650.0, 8633.0, 8664.0, 8648.0, 8632.0, 8633.0, 8650.0, 8630.0, 8647.0, 8632.0, 8632.0, 8635.0, 8635.0, 8666.0, 8649.0, 8651.0, 8651.0, 8653.0, 8655.0, 8671.0, 8637.0, 8652.0, 8654.0, 8651.0, 8650.0, 8648.0, 8653.0, 8658.0, 8682.0, 8657.0, 8684.0, 8663.0, 8686.0, 8657.0, 8659.0, 8638.0, 8662.0, 8633.0, 8657.0, 8633.0, 8658.0, 8633.0, 8630.0, 8633.0, 8610.0, 8667.0, 8604.0, 8657.0, 8626.0, 8619.0, 8590.0, 8563.0, 8621.0, 8588.0, 8555.0, 8597.0, 8568.0, 8549.0, 8591.0, 8547.0, 8529.0, 8541.0, 8530.0, 8530.0, 8533.0, 8552.0, 8552.0, 8569.0, 8574.0, 8571.0, 8576.0, 8593.0, 8580.0, 8599.0, 8602.0, 8601.0, 8600.0, 8603.0, 8587.0, 8603.0, 8600.0, 8617.0, 8621.0, 8607.0, 8608.0, 8620.0, 8621.0, 8625.0, 8625.0, 8629.0, 8649.0, 8637.0, 8648.0, 8649.0, 8648.0, 8649.0, 8651.0, 8649.0, 8636.0, 8653.0, 8665.0, 8651.0, 8652.0, 8668.0, 8651.0, 8656.0, 8674.0, 8657.0, 8657.0, 8672.0, 8659.0, 8656.0, 8688.0, 8675.0, 8656.0, 8695.0, 8654.0, 8652.0, 8652.0, 8650.0, 8638.0, 8655.0, 8653.0, 8677.0, 8635.0, 8635.0, 8664.0, 8665.0, 8655.0, 8667.0, 8651.0, 8649.0, 8648.0, 8650.0, 8653.0, 8682.0, 8652.0, 8650.0, 8649.0, 8636.0, 8650.0, 8649.0, 8652.0, 8650.0, 8635.0, 8646.0, 8649.0, 8650.0, 8667.0, 8649.0, 8633.0, 8645.0, 8646.0, 8642.0, 8648.0, 8644.0, 8629.0, 8642.0, 8642.0, 8629.0, 8648.0, 8646.0, 8629.0, 8643.0, 8644.0, 8645.0, 8649.0, 8649.0, 8648.0, 8661.0, 8664.0, 8654.0, 8671.0, 8653.0, 8652.0, 8667.0, 8669.0, 8653.0, 8668.0, 8653.0, 8664.0, 8653.0, 8662.0, 8648.0, 8646.0, 8645.0, 8646.0, 8646.0, 8652.0, 8648.0, 8645.0, 8631.0, 8646.0, 8644.0, 8647.0, 8666.0, 8649.0, 8661.0, 8651.0, 8649.0, 8649.0, 8636.0, 8652.0, 8664.0, 8647.0, 8648.0, 8645.0, 8648.0, 8664.0, 8653.0, 8681.0, 8651.0, 8650.0, 8647.0, 8648.0, 8652.0, 8650.0, 8653.0, 8649.0, 8654.0, 8651.0, 8681.0, 8639.0, 8653.0, 8651.0, 8648.0, 8648.0, 8676.0, 8648.0, 8628.0, 8643.0, 8628.0, 8626.0, 8643.0, 8645.0, 8627.0, 8643.0, 8646.0, 8632.0, 8647.0, 8665.0, 8648.0, 8647.0, 8652.0, 8656.0, 8689.0, 8677.0, 8669.0, 8665.0, 8662.0, 8631.0, 8652.0, 8655.0, 8670.0, 8675.0, 8657.0, 8659.0, 8657.0, 8699.0, 8671.0, 8694.0, 8661.0, 8653.0, 8666.0, 8603.0, 8641.0, 8621.0, 8576.0, 8587.0, 8575.0, 8575.0, 8601.0, 8572.0, 8571.0, 8585.0, 8585.0, 8568.0, 8570.0, 8587.0, 8573.0, 8591.0, 8596.0, 8593.0, 8616.0, 8585.0, 8618.0, 8603.0, 8605.0, 8619.0, 8622.0, 8622.0, 8625.0, 8622.0, 8637.0, 8626.0, 8623.0, 8623.0, 8625.0, 8607.0, 8609.0, 8628.0, 8625.0, 8624.0, 8628.0, 8644.0, 8632.0, 8631.0, 8649.0, 8651.0, 8653.0, 8671.0, 8655.0, 8653.0, 8640.0, 8656.0, 8654.0, 8636.0, 8649.0, 8656.0, 8668.0, 8651.0, 8650.0, 8634.0, 8635.0, 8648.0, 8664.0, 8666.0, 8648.0, 8666.0, 8664.0, 8649.0, 8652.0, 8665.0, 8650.0, 8680.0, 8650.0, 8649.0, 8652.0, 8653.0, 8652.0, 8665.0, 8652.0, 8653.0, 8666.0, 8651.0, 8655.0, 8682.0, 8667.0, 8637.0, 8663.0, 8651.0, 8634.0, 8665.0, 8665.0, 8643.0, 8661.0, 8630.0, 8610.0, 8628.0, 8645.0, 8626.0, 8644.0, 8642.0, 8626.0, 8627.0, 8626.0, 8626.0, 8656.0, 8631.0, 8645.0, 8630.0, 8646.0, 8683.0, 8655.0, 8655.0, 8653.0, 8648.0, 8633.0, 8645.0, 8648.0, 8633.0, 8648.0, 8649.0, 8633.0, 8633.0, 8635.0, 8646.0, 8630.0, 8628.0, 8659.0, 8632.0, 8648.0, 8646.0, 8633.0, 8646.0, 8662.0, 8632.0, 8648.0, 8649.0, 8648.0, 8650.0, 8665.0, 8648.0, 8649.0, 8650.0, 8648.0, 8650.0, 8663.0, 8651.0, 8632.0, 8661.0, 8650.0, 8634.0, 8664.0, 8649.0, 8635.0, 8650.0, 8648.0, 8647.0, 8677.0, 8651.0, 8631.0, 8645.0, 8633.0, 8633.0, 8647.0, 8634.0, 8649.0, 8661.0, 8632.0, 8634.0, 8648.0, 8634.0, 8649.0, 8631.0, 8649.0, 8649.0, 8634.0, 8632.0, 8651.0, 8633.0, 8650.0, 8648.0, 8628.0, 8632.0, 8648.0, 8634.0, 8634.0, 8648.0, 8634.0, 8653.0, 8670.0, 8651.0, 8649.0, 8668.0, 8652.0, 8654.0, 8653.0, 8652.0, 8652.0, 8654.0, 8654.0, 8669.0, 8656.0, 8674.0, 8661.0, 8694.0, 8674.0, 8662.0, 8674.0, 8674.0, 8673.0, 8671.0, 8672.0, 8672.0, 8640.0, 8656.0, 8670.0, 8654.0, 8681.0, 8671.0, 8653.0, 8696.0, 8649.0, 8647.0, 8648.0, 8649.0, 8652.0, 8650.0, 8651.0, 8652.0, 8692.0, 8676.0, 8647.0, 8673.0, 8628.0, 8621.0, 8650.0, 8635.0, 8601.0, 8659.0, 8615.0, 8609.0, 8592.0, 8591.0, 8603.0, 8590.0, 8588.0, 8603.0, 8604.0, 8572.0, 8590.0, 8593.0, 8578.0, 8593.0, 8612.0, 8598.0, 8603.0, 8620.0, 8602.0, 8619.0, 8637.0, 8622.0, 8625.0, 8641.0, 8626.0, 8644.0, 8643.0, 8642.0, 8629.0, 8647.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.0007364482758620691</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02566322367816092</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.791358208078194</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1474235030724982</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9838855343037975</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4514</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5919.5234</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07219375850125057</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.413793103448276</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.41414033884296</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3160414902358135</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.642449936999084</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2839295892939817</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0194603</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020635947585105896</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.015159828588366508</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8630722283576224</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>34.1355</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.2638</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.0359</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>309952.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>749.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.1762</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1795</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.432</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3130.2025</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3336.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66592.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1017.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4085.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.5549</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.29066773317754</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> |