=== 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-0100 --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-0100",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0100_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0100_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-04/func/sub-0100_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>c468230195edfa3cdfb768ad07848ab3</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:30:33.392500</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.999728, 0.0169928, 0.0159746, -0.0136107, 0.981292, -0.192044]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.124673</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4220, -7770, -7239, 87, -133, -21, 110, 99]</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>314.567</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4c59a0b1-6689-4616-a03e-9aed0e86f5be||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.682197093963623, -0.036516595631837845, 0.05113548785448074, 111.96110534667969], [-0.04559031501412392, 2.632734537124634, -0.5177911520004272, -74.90483093261719], [0.04285858944058418, 0.5152404308319092, 2.6493918895721436, -102.81632995605469], [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': ['123033.392500', '123033.852500', '123034.312500', '123034.772500', '123035.232500', '123035.692500', '123036.152500', '123036.612500', '123037.072500', '123037.532500', '123037.992500', '123038.452500', '123038.912500', '123039.372500', '123039.832500', '123040.292500', '123040.752500', '123041.212500', '123041.672500', '123042.132500', '123042.592500', '123043.052500', '123043.512500', '123043.972500', '123044.432500', '123044.892500', '123045.352500', '123045.812500', '123046.272500', '123046.732500', '123047.192500', '123047.652500', '123048.112500', '123048.572500', '123049.032500', '123049.492500', '123049.952500', '123050.412500', '123050.872500', '123051.332500', '123051.792500', '123052.252500', '123052.712500', '123053.172500', '123053.632500', '123054.092500', '123054.552500', '123055.012500', '123055.472500', '123055.932500', '123056.392500', '123056.852500', '123057.312500', '123057.772500', '123058.232500', '123058.692500', '123059.152500', '123059.612500', '123100.072500', '123100.532500', '123100.992500', '123101.452500', '123101.912500', '123102.372500', '123102.832500', '123103.292500', '123103.752500', '123104.212500', '123104.672500', '123105.132500', '123105.592500', '123106.052500', '123106.512500', '123106.972500', '123107.432500', '123107.892500', '123108.352500', '123108.812500', '123109.272500', '123109.732500', '123110.192500', '123110.652500', '123111.112500', '123111.572500', '123112.032500', '123112.492500', '123112.952500', '123113.412500', '123113.872500', '123114.332500', '123114.792500', '123115.252500', '123115.712500', '123116.172500', '123116.632500', '123117.092500', '123117.552500', '123118.012500', '123118.472500', '123118.932500', '123119.392500', '123119.852500', '123120.312500', '123120.772500', '123121.232500', '123121.692500', '123122.152500', '123122.612500', '123123.072500', '123123.532500', '123123.992500', '123124.452500', '123124.912500', '123125.372500', '123125.832500', '123126.292500', '123126.752500', '123127.212500', '123127.672500', '123128.132500', '123128.592500', '123129.052500', '123129.512500', '123129.972500', '123130.432500', '123130.892500', '123131.352500', '123131.812500', '123132.272500', '123132.732500', '123133.192500', '123133.652500', '123134.112500', '123134.572500', '123135.032500', '123135.492500', '123135.952500', '123136.412500', '123136.872500', '123137.332500', '123137.792500', '123138.252500', '123138.712500', '123139.172500', '123139.632500', '123140.092500', '123140.552500', '123141.012500', '123141.472500', '123141.932500', '123142.392500', '123142.852500', '123143.312500', '123143.772500', '123144.232500', '123144.692500', '123145.152500', '123145.612500', '123146.072500', '123146.532500', '123146.992500', '123147.452500', '123147.912500', '123148.372500', '123148.832500', '123149.292500', '123149.752500', '123150.212500', '123150.672500', '123151.132500', '123151.592500', '123152.052500', '123152.512500', '123152.972500', '123153.432500', '123153.892500', '123154.352500', '123154.812500', '123155.272500', '123155.732500', '123156.192500', '123156.652500', '123157.112500', '123157.572500', '123158.032500', '123158.492500', '123158.952500', '123159.412500', '123159.872500', '123200.332500', '123200.792500', '123201.252500', '123201.712500', '123202.172500', '123202.632500', '123203.092500', '123203.552500', '123204.012500', '123204.472500', '123204.932500', '123205.392500', '123205.852500', '123206.312500', '123206.772500', '123207.232500', '123207.692500', '123208.152500', '123208.612500', '123209.072500', '123209.532500', '123209.992500', '123210.452500', '123210.912500', '123211.372500', '123211.832500', '123212.292500', '123212.752500', '123213.212500', '123213.672500', '123214.132500', '123214.592500', '123215.052500', '123215.512500', '123215.972500', '123216.432500', '123216.892500', '123217.352500', '123217.812500', '123218.272500', '123218.732500', '123219.192500', '123219.652500', '123220.112500', '123220.572500', '123221.032500', '123221.492500', '123221.952500', '123222.412500', '123222.872500', '123223.332500', '123223.792500', '123224.252500', '123224.712500', '123225.172500', '123225.632500', '123226.092500', '123226.552500', '123227.012500', '123227.472500', '123227.932500', '123228.392500', '123228.852500', '123229.312500', '123229.772500', '123230.232500', '123230.692500', '123231.152500', '123231.612500', '123232.072500', '123232.532500', '123232.992500', '123233.452500', '123233.912500', '123234.372500', '123234.832500', '123235.292500', '123235.752500', '123236.212500', '123236.672500', '123237.132500', '123237.592500', '123238.052500', '123238.512500', '123238.972500', '123239.432500', '123239.892500', '123240.352500', '123240.812500', '123241.272500', '123241.732500', '123242.192500', '123242.652500', '123243.112500', '123243.572500', '123244.032500', '123244.492500', '123244.952500', '123245.412500', '123245.872500', '123246.332500', '123246.792500', '123247.252500', '123247.712500', '123248.172500', '123248.632500', '123249.092500', '123249.552500', '123250.012500', '123250.472500', '123250.932500', '123251.392500', '123251.852500', '123252.312500', '123252.772500', '123253.232500', '123253.692500', '123254.152500', '123254.612500', '123255.072500', '123255.532500', '123255.992500', '123256.452500', '123256.912500', '123257.372500', '123257.832500', '123258.292500', '123258.752500', '123259.212500', '123259.672500', '123300.132500', '123300.592500', '123301.052500', '123301.512500', '123301.972500', '123302.432500', '123302.892500', '123303.352500', '123303.812500', '123304.272500', '123304.732500', '123305.192500', '123305.652500', '123306.112500', '123306.572500', '123307.032500', '123307.492500', '123307.952500', '123308.412500', '123308.872500', '123309.332500', '123309.792500', '123310.252500', '123310.712500', '123311.172500', '123311.632500', '123312.092500', '123312.552500', '123313.012500', '123313.472500', '123313.932500', '123314.392500', '123314.852500', '123315.312500', '123315.772500', '123316.232500', '123316.692500', '123317.152500', '123317.612500', '123318.072500', '123318.532500', '123318.992500', '123319.452500', '123319.912500', '123320.372500', '123320.832500', '123321.292500', '123321.752500', '123322.212500', '123322.672500', '123323.132500', '123323.592500', '123324.052500', '123324.512500', '123324.972500', '123325.432500', '123325.892500', '123326.352500', '123326.812500', '123327.272500', '123327.732500', '123328.192500', '123328.652500', '123329.112500', '123329.572500', '123330.032500', '123330.492500', '123330.952500', '123331.412500', '123331.872500', '123332.332500', '123332.792500', '123333.252500', '123333.712500', '123334.172500', '123334.632500', '123335.092500', '123335.552500', '123336.012500', '123336.472500', '123336.932500', '123337.392500', '123337.852500', '123338.312500', '123338.772500', '123339.232500', '123339.692500', '123340.152500', '123340.612500', '123341.072500', '123341.532500', '123341.992500', '123342.452500', '123342.912500', '123343.372500', '123343.832500', '123344.292500', '123344.752500', '123345.212500', '123345.672500', '123346.132500', '123346.592500', '123347.052500', '123347.512500', '123347.972500', '123348.432500', '123348.892500', '123349.352500', '123349.812500', '123350.272500', '123350.732500', '123351.192500', '123351.652500', '123352.112500', '123352.572500', '123353.032500', '123353.492500', '123353.952500', '123354.412500', '123354.872500', '123355.332500', '123355.792500', '123356.252500', '123356.712500', '123357.172500', '123357.632500', '123358.092500', '123358.552500', '123359.012500', '123359.472500', '123359.932500', '123400.392500', '123400.852500', '123401.312500', '123401.772500', '123402.232500', '123402.692500', '123403.152500', '123403.612500', '123404.072500', '123404.532500', '123404.992500', '123405.452500', '123405.912500', '123406.372500', '123406.832500', '123407.292500', '123407.752500', '123408.212500', '123408.672500', '123409.132500', '123409.592500', '123410.052500', '123410.512500', '123410.972500', '123411.432500', '123411.892500', '123412.352500', '123412.812500', '123413.272500', '123413.732500', '123414.192500', '123414.652500', '123415.112500', '123415.572500', '123416.032500', '123416.492500', '123416.952500', '123417.412500', '123417.872500', '123418.332500', '123418.792500', '123419.252500', '123419.712500', '123420.172500', '123420.632500', '123421.092500', '123421.552500', '123422.012500', '123422.472500', '123422.932500', '123423.392500', '123423.852500', '123424.312500', '123424.772500', '123425.232500', '123425.692500', '123426.152500', '123426.612500', '123427.072500', '123427.532500', '123427.992500', '123428.452500', '123428.912500', '123429.372500', '123429.832500', '123430.292500', '123430.752500', '123431.212500', '123431.672500', '123432.132500', '123432.592500', '123433.052500', '123433.512500', '123433.972500', '123434.432500', '123434.892500', '123435.352500', '123435.812500', '123436.272500', '123436.732500', '123437.192500', '123437.652500', '123438.112500', '123438.572500', '123439.032500', '123439.492500', '123439.952500', '123440.412500', '123440.872500', '123441.332500', '123441.792500', '123442.252500', '123442.712500', '123443.172500', '123443.632500', '123444.092500', '123444.552500', '123445.012500', '123445.472500', '123445.932500', '123446.392500', '123446.852500', '123447.312500', '123447.772500', '123448.232500', '123448.692500', '123449.152500', '123449.612500', '123450.072500', '123450.532500', '123450.992500', '123451.452500', '123451.912500', '123452.372500', '123452.832500', '123453.292500', '123453.752500', '123454.212500', '123454.672500', '123455.132500', '123455.592500', '123456.052500', '123456.512500', '123456.972500', '123457.432500', '123457.892500', '123458.352500', '123458.812500', '123459.272500', '123459.732500', '123500.192500', '123500.652500', '123501.112500', '123501.572500', '123502.032500', '123502.492500', '123502.952500', '123503.412500', '123503.872500', '123504.332500', '123504.792500', '123505.252500', '123505.712500', '123506.172500', '123506.632500', '123507.092500', '123507.552500', '123508.012500', '123508.472500', '123508.932500', '123509.392500', '123509.852500', '123510.312500', '123510.772500', '123511.232500', '123511.692500', '123512.152500', '123512.612500', '123513.072500', '123513.532500', '123513.992500', '123514.452500', '123514.912500', '123515.372500', '123515.832500', '123516.292500', '123516.752500', '123517.212500', '123517.672500', '123518.132500', '123518.592500', '123519.052500', '123519.512500', '123519.972500', '123520.432500', '123520.892500', '123521.352500', '123521.812500', '123522.272500', '123522.732500', '123523.192500', '123523.652500', '123524.112500', '123524.572500', '123525.032500', '123525.492500', '123525.952500', '123526.412500', '123526.872500', '123527.332500', '123527.792500', '123528.252500', '123528.712500', '123529.172500', '123529.632500', '123530.092500', '123530.552500', '123531.012500', '123531.472500', '123531.932500', '123532.392500', '123532.852500', '123533.312500', '123533.772500', '123534.232500', '123534.692500', '123535.152500', '123535.612500', '123536.072500', '123536.532500', '123536.992500', '123537.452500', '123537.912500', '123538.372500', '123538.832500', '123539.292500', '123539.752500', '123540.212500', '123540.672500', '123541.132500', '123541.592500', '123542.052500', '123542.512500', '123542.972500', '123543.432500', '123543.892500', '123544.352500', '123544.812500', '123545.272500', '123545.732500', '123546.192500', '123546.652500', '123547.112500', '123547.572500', '123548.032500', '123548.492500', '123548.952500', '123549.412500', '123549.872500', '123550.332500', '123550.792500', '123551.252500', '123551.712500', '123552.172500', '123552.632500', '123553.092500', '123553.552500', '123554.012500', '123554.472500', '123554.932500', '123555.392500', '123555.852500', '123556.312500', '123556.772500', '123557.232500', '123557.692500', '123558.152500', '123558.612500', '123559.072500', '123559.532500', '123559.992500', '123600.452500', '123600.912500', '123601.372500', '123601.832500', '123602.292500', '123602.752500', '123603.212500', '123603.672500', '123604.132500', '123604.592500', '123605.052500', '123605.512500', '123605.972500', '123606.432500', '123606.892500', '123607.352500', '123607.812500', '123608.272500', '123608.732500', '123609.192500', '123609.652500', '123610.112500', '123610.572500', '123611.032500', '123611.492500', '123611.952500', '123612.412500', '123612.872500', '123613.332500', '123613.792500', '123614.252500', '123614.712500', '123615.172500', '123615.632500', '123616.092500', '123616.552500', '123617.012500', '123617.472500', '123617.932500', '123618.392500', '123618.852500', '123619.312500', '123619.772500', '123620.232500', '123620.692500', '123621.152500', '123621.612500', '123622.072500', '123622.532500', '123622.992500', '123623.452500', '123623.912500', '123624.372500', '123624.832500', '123625.292500', '123625.752500', '123626.212500', '123626.672500', '123627.132500', '123627.592500', '123628.052500', '123628.512500', '123628.972500', '123629.432500', '123629.892500', '123630.352500', '123630.812500', '123631.272500', '123631.732500', '123632.192500', '123632.652500', '123633.112500', '123633.572500', '123634.032500', '123634.492500', '123634.952500', '123635.412500', '123635.872500', '123636.332500', '123636.792500', '123637.252500', '123637.712500', '123638.172500', '123638.632500', '123639.092500', '123639.552500', '123640.012500', '123640.472500', '123640.932500', '123641.392500', '123641.852500', '123642.312500', '123642.772500', '123643.232500', '123643.692500', '123644.152500', '123644.612500', '123645.072500', '123645.532500', '123645.992500', '123646.452500', '123646.912500', '123647.372500', '123647.832500', '123648.292500', '123648.752500', '123649.212500', '123649.672500', '123650.132500', '123650.592500', '123651.052500', '123651.512500', '123651.972500', '123652.432500', '123652.892500', '123653.352500', '123653.812500', '123654.272500', '123654.732500', '123655.192500', '123655.652500', '123656.112500', '123656.572500', '123657.032500', '123657.492500', '123657.952500', '123658.412500', '123658.872500', '123659.332500', '123659.792500', '123700.252500', '123700.712500', '123701.172500', '123701.632500', '123702.092500', '123702.552500', '123703.012500', '123703.472500', '123703.932500', '123704.392500', '123704.852500', '123705.312500', '123705.772500', '123706.232500', '123706.692500', '123707.152500', '123707.612500', '123708.072500', '123708.532500', '123708.992500', '123709.452500', '123709.912500', '123710.372500', '123710.832500', '123711.292500', '123711.752500', '123712.212500', '123712.672500', '123713.132500', '123713.592500', '123714.052500'], 'ContentTime': ['123051.725000', '123051.728000', '123051.731000', '123051.733000', '123051.736000', '123051.739000', '123051.741000', '123051.744000', '123051.746000', '123051.749000', '123051.752000', '123051.754000', '123051.757000', '123051.759000', '123051.762000', '123051.764000', '123051.767000', '123051.770000', '123051.772000', '123051.775000', '123051.778000', '123051.780000', '123051.783000', '123051.785000', '123051.788000', '123051.790000', '123051.793000', '123051.796000', '123051.798000', '123051.801000', '123051.803000', '123051.806000', '123051.808000', '123051.811000', '123051.814000', '123051.816000', '123051.820000', '123111.687000', '123111.689000', '123111.692000', '123111.695000', '123111.698000', '123111.700000', '123111.703000', '123111.706000', '123111.708000', '123111.711000', '123111.713000', '123111.722000', '123111.724000', '123111.727000', '123111.730000', '123111.732000', '123111.735000', '123111.737000', '123111.740000', '123111.743000', '123111.745000', '123111.748000', '123111.751000', '123111.753000', '123111.756000', '123111.758000', '123111.761000', '123111.763000', '123111.766000', '123111.769000', '123111.771000', '123111.774000', '123111.776000', '123111.779000', '123111.782000', '123111.784000', '123111.787000', '123111.789000', '123111.792000', '123111.794000', '123111.797000', '123111.807000', '123111.810000', '123131.686000', '123131.689000', '123131.692000', '123131.695000', '123131.698000', '123131.700000', '123131.703000', '123131.705000', '123131.708000', '123131.711000', '123131.713000', '123131.716000', '123131.718000', '123131.721000', '123131.724000', '123131.726000', '123131.729000', '123131.731000', '123131.734000', '123131.737000', '123131.739000', '123131.742000', '123131.744000', '123131.747000', '123131.750000', '123131.752000', '123131.755000', '123131.757000', '123131.760000', '123131.763000', '123131.765000', '123131.768000', '123131.805000', '123131.807000', '123131.810000', '123131.812000', '123131.815000', '123131.818000', '123131.820000', '123131.823000', '123131.825000', '123131.828000', '123131.831000', '123131.833000', '123151.686000', '123151.689000', '123151.692000', '123151.695000', '123151.697000', '123151.700000', '123151.703000', '123151.705000', '123151.708000', '123151.711000', '123151.714000', '123151.716000', '123151.719000', '123151.721000', '123151.724000', '123151.727000', '123151.729000', '123151.732000', '123151.735000', '123151.737000', '123151.740000', '123151.742000', '123151.745000', '123151.748000', '123151.750000', '123151.753000', '123151.756000', '123151.758000', '123151.761000', '123151.764000', '123151.767000', '123151.769000', '123151.772000', '123151.775000', '123151.778000', '123151.780000', '123151.783000', '123151.786000', '123151.788000', '123151.791000', '123151.793000', '123151.796000', '123151.799000', '123211.685000', '123211.688000', '123211.691000', '123211.694000', '123211.696000', '123211.699000', '123211.701000', '123211.704000', '123211.707000', '123211.709000', '123211.712000', '123211.715000', '123211.717000', '123211.720000', '123211.722000', '123211.725000', '123211.728000', '123211.730000', '123211.733000', '123211.736000', '123211.739000', '123211.741000', '123211.744000', '123211.751000', '123211.754000', '123211.757000', '123211.759000', '123211.762000', '123211.764000', '123211.767000', '123211.769000', '123211.772000', '123211.775000', '123211.777000', '123211.780000', '123211.783000', '123211.785000', '123211.788000', '123211.790000', '123211.797000', '123211.800000', '123211.803000', '123211.805000', '123211.808000', '123231.686000', '123231.689000', '123231.692000', '123231.694000', '123231.697000', '123231.700000', '123231.702000', '123231.705000', '123231.707000', '123231.710000', '123231.713000', '123231.715000', '123231.718000', '123231.722000', '123231.725000', '123231.728000', '123231.730000', '123231.733000', '123231.736000', '123231.739000', '123231.741000', '123231.744000', '123231.746000', '123231.749000', '123231.752000', '123231.754000', '123231.757000', '123231.759000', '123231.762000', '123231.765000', '123231.767000', '123231.770000', '123231.773000', '123231.775000', '123231.778000', '123231.780000', '123231.783000', '123231.786000', '123231.788000', '123231.791000', '123231.793000', '123231.796000', '123231.799000', '123251.687000', '123251.690000', '123251.692000', '123251.695000', '123251.698000', '123251.700000', '123251.703000', '123251.705000', '123251.708000', '123251.711000', '123251.713000', '123251.716000', '123251.719000', '123251.721000', '123251.724000', '123251.726000', '123251.729000', '123251.732000', '123251.734000', '123251.737000', '123251.740000', '123251.742000', '123251.745000', '123251.748000', '123251.750000', '123251.753000', '123251.755000', '123251.758000', '123251.761000', '123251.763000', '123251.766000', '123251.769000', '123251.771000', '123251.774000', '123251.776000', '123251.779000', '123251.782000', '123251.784000', '123251.787000', '123251.789000', '123251.792000', '123251.795000', '123251.797000', '123251.800000', '123311.687000', '123311.690000', '123311.692000', '123311.695000', '123311.697000', '123311.700000', '123311.703000', '123311.705000', '123311.708000', '123311.710000', '123311.713000', '123311.716000', '123311.718000', '123311.721000', '123311.723000', '123311.726000', '123311.729000', '123311.731000', '123311.734000', '123311.736000', '123311.739000', '123311.741000', '123311.744000', '123311.747000', '123311.749000', '123311.752000', '123311.755000', '123311.767000', '123311.770000', '123311.773000', '123311.775000', '123311.778000', '123311.780000', '123311.783000', '123311.786000', '123311.788000', '123311.791000', '123311.794000', '123311.796000', '123311.799000', '123311.802000', '123311.805000', '123311.808000', '123331.686000', '123331.689000', '123331.692000', '123331.695000', '123331.697000', '123331.700000', '123331.703000', '123331.705000', '123331.708000', '123331.710000', '123331.713000', '123331.716000', '123331.718000', '123331.721000', '123331.724000', '123331.726000', '123331.729000', '123331.731000', '123331.734000', '123331.737000', '123331.739000', '123331.742000', '123331.744000', '123331.747000', '123331.750000', '123331.752000', '123331.755000', '123331.758000', '123331.760000', '123331.763000', '123331.765000', '123331.768000', '123331.771000', '123331.773000', '123331.776000', '123331.779000', '123331.781000', '123331.784000', '123331.786000', '123331.789000', '123331.792000', '123331.794000', '123331.797000', '123331.799000', '123351.687000', '123351.689000', '123351.692000', '123351.695000', '123351.697000', '123351.700000', '123351.703000', '123351.705000', '123351.708000', '123351.710000', '123351.713000', '123351.716000', '123351.718000', '123351.721000', '123351.723000', '123351.726000', '123351.729000', '123351.731000', '123351.734000', '123351.736000', '123351.739000', '123351.742000', '123351.744000', '123351.747000', '123351.750000', '123351.752000', '123351.755000', '123351.757000', '123351.760000', '123351.763000', '123351.765000', '123351.768000', '123351.772000', '123351.775000', '123351.778000', '123351.798000', '123351.801000', '123351.803000', '123351.806000', '123351.808000', '123351.811000', '123351.814000', '123351.816000', '123411.687000', '123411.689000', '123411.692000', '123411.695000', '123411.697000', '123411.700000', '123411.703000', '123411.705000', '123411.708000', '123411.710000', '123411.713000', '123411.716000', '123411.718000', '123411.721000', '123411.724000', '123411.726000', '123411.729000', '123411.731000', '123411.734000', '123411.737000', '123411.739000', '123411.742000', '123411.744000', '123411.747000', '123411.750000', '123411.752000', '123411.755000', '123411.757000', '123411.760000', '123411.763000', '123411.765000', '123411.768000', '123411.770000', '123411.773000', '123411.776000', '123411.778000', '123411.781000', '123411.783000', '123411.786000', '123411.789000', '123411.791000', '123411.794000', '123411.796000', '123411.799000', '123431.686000', '123431.689000', '123431.691000', '123431.694000', '123431.696000', '123431.699000', '123431.702000', '123431.704000', '123431.707000', '123431.710000', '123431.712000', '123431.715000', '123431.718000', '123431.720000', '123431.723000', '123431.725000', '123431.728000', '123431.731000', '123431.733000', '123431.736000', '123431.738000', '123431.741000', '123431.744000', '123431.746000', '123431.749000', '123431.751000', '123431.754000', '123431.757000', '123431.759000', '123431.762000', '123431.765000', '123431.767000', '123431.770000', '123431.773000', '123431.775000', '123431.778000', '123431.780000', '123431.783000', '123431.786000', '123431.788000', '123431.791000', '123431.793000', '123431.796000', '123451.686000', '123451.688000', '123451.691000', '123451.694000', '123451.696000', '123451.699000', '123451.702000', '123451.704000', '123451.707000', '123451.719000', '123451.721000', '123451.724000', '123451.727000', '123451.729000', '123451.732000', '123451.735000', '123451.737000', '123451.740000', '123451.742000', '123451.745000', '123451.748000', '123451.750000', '123451.753000', '123451.756000', '123451.758000', '123451.761000', '123451.763000', '123451.766000', '123451.769000', '123451.771000', '123451.774000', '123451.777000', '123451.779000', '123451.782000', '123451.785000', '123451.787000', '123451.790000', '123451.793000', '123451.795000', '123451.798000', '123451.800000', '123451.803000', '123451.806000', '123451.809000', '123511.686000', '123511.689000', '123511.692000', '123511.695000', '123511.697000', '123511.700000', '123511.702000', '123511.705000', '123511.708000', '123511.710000', '123511.718000', '123511.721000', '123511.724000', '123511.726000', '123511.729000', '123511.731000', '123511.734000', '123511.737000', '123511.739000', '123511.742000', '123511.744000', '123511.747000', '123511.750000', '123511.752000', '123511.755000', '123511.758000', '123511.760000', '123511.763000', '123511.765000', '123511.768000', '123511.771000', '123511.773000', '123511.776000', '123511.779000', '123511.781000', '123511.784000', '123511.786000', '123511.789000', '123511.792000', '123511.794000', '123511.797000', '123511.800000', '123511.802000', '123531.687000', '123531.689000', '123531.692000', '123531.695000', '123531.697000', '123531.705000', '123531.708000', '123531.711000', '123531.713000', '123531.716000', '123531.718000', '123531.721000', '123531.723000', '123531.726000', '123531.729000', '123531.731000', '123531.734000', '123531.737000', '123531.739000', '123531.742000', '123531.745000', '123531.747000', '123531.750000', '123531.752000', '123531.755000', '123531.758000', '123531.760000', '123531.763000', '123531.766000', '123531.768000', '123531.771000', '123531.773000', '123531.776000', '123531.779000', '123531.782000', '123531.785000', '123531.788000', '123531.790000', '123531.793000', '123531.795000', '123531.798000', '123531.801000', '123531.803000', '123531.806000', '123551.687000', '123551.690000', '123551.692000', '123551.695000', '123551.698000', '123551.700000', '123551.703000', '123551.706000', '123551.708000', '123551.711000', '123551.714000', '123551.716000', '123551.719000', '123551.721000', '123551.724000', '123551.727000', '123551.729000', '123551.732000', '123551.735000', '123551.737000', '123551.740000', '123551.743000', '123551.745000', '123551.748000', '123551.751000', '123551.753000', '123551.756000', '123551.758000', '123551.761000', '123551.764000', '123551.766000', '123551.769000', '123551.772000', '123551.774000', '123551.777000', '123551.779000', '123551.782000', '123551.785000', '123551.787000', '123551.790000', '123551.793000', '123551.795000', '123551.798000', '123611.686000', '123611.689000', '123611.692000', '123611.695000', '123611.697000', '123611.700000', '123611.703000', '123611.705000', '123611.708000', '123611.710000', '123611.713000', '123611.716000', '123611.718000', '123611.721000', '123611.723000', '123611.726000', '123611.729000', '123611.731000', '123611.734000', '123611.737000', '123611.746000', '123611.749000', '123611.751000', '123611.754000', '123611.758000', '123611.761000', '123611.763000', '123611.766000', '123611.769000', '123611.771000', '123611.774000', '123611.777000', '123611.779000', '123611.782000', '123611.784000', '123611.787000', '123611.790000', '123611.792000', '123611.795000', '123611.797000', '123611.800000', '123611.803000', '123611.805000', '123611.808000', '123631.687000', '123631.690000', '123631.692000', '123631.695000', '123631.698000', '123631.700000', '123631.703000', '123631.705000', '123631.708000', '123631.711000', '123631.713000', '123631.716000', '123631.718000', '123631.721000', '123631.724000', '123631.726000', '123631.729000', '123631.732000', '123631.734000', '123631.744000', '123631.746000', '123631.749000', '123631.751000', '123631.754000', '123631.757000', '123631.759000', '123631.762000', '123631.764000', '123631.767000', '123631.770000', '123631.773000', '123631.775000', '123631.778000', '123631.780000', '123631.783000', '123631.786000', '123631.788000', '123631.791000', '123631.793000', '123631.796000', '123631.799000', '123631.801000', '123631.804000', '123651.686000', '123651.689000', '123651.691000', '123651.694000', '123651.697000', '123651.699000', '123651.702000', '123651.704000', '123651.707000', '123651.710000', '123651.712000', '123651.715000', '123651.717000', '123651.720000', '123651.723000', '123651.725000', '123651.728000', '123651.731000', '123651.733000', '123651.736000', '123651.739000', '123651.741000', '123651.744000', '123651.746000', '123651.749000', '123651.752000', '123651.754000', '123651.757000', '123651.759000', '123651.762000', '123651.765000', '123651.768000', '123651.770000', '123651.773000', '123651.776000', '123651.778000', '123651.781000', '123651.783000', '123651.786000', '123651.789000', '123651.791000', '123651.794000', '123651.796000', '123651.799000', '123711.685000', '123711.688000', '123711.691000', '123711.694000', '123711.696000', '123711.699000', '123711.701000', '123711.704000', '123711.707000', '123711.709000', '123711.712000', '123711.714000', '123711.717000', '123711.720000', '123711.722000', '123711.725000', '123711.727000', '123711.730000', '123711.733000', '123711.735000', '123711.738000', '123711.740000', '123711.743000', '123711.746000', '123711.748000', '123711.751000', '123711.753000', '123711.756000', '123711.759000', '123711.761000', '123711.764000', '123711.767000', '123711.769000', '123711.772000', '123711.775000', '123711.778000', '123711.780000', '123711.783000', '123711.785000', '123711.788000', '123711.791000', '123711.793000', '123711.796000', '123715.560000', '123715.563000', '123715.566000', '123715.569000', '123715.571000', '123715.574000', '123715.576000', '123715.579000', '123715.582000'], 'InstanceCreationTime': ['123051.725000', '123051.728000', '123051.731000', '123051.733000', '123051.736000', '123051.739000', '123051.741000', '123051.744000', '123051.746000', '123051.749000', '123051.752000', '123051.754000', '123051.757000', '123051.759000', '123051.762000', '123051.764000', '123051.767000', '123051.770000', '123051.772000', '123051.775000', '123051.778000', '123051.780000', '123051.783000', '123051.785000', '123051.788000', '123051.790000', '123051.793000', '123051.796000', '123051.798000', '123051.801000', '123051.803000', '123051.806000', '123051.808000', '123051.811000', '123051.814000', '123051.816000', '123051.820000', '123111.687000', '123111.689000', '123111.692000', '123111.695000', '123111.698000', '123111.700000', '123111.703000', '123111.706000', '123111.708000', '123111.711000', '123111.713000', '123111.722000', '123111.724000', '123111.727000', '123111.730000', '123111.732000', '123111.735000', '123111.737000', '123111.740000', '123111.743000', '123111.745000', '123111.748000', '123111.751000', '123111.753000', '123111.756000', '123111.758000', '123111.761000', '123111.763000', '123111.766000', '123111.769000', '123111.771000', '123111.774000', '123111.776000', '123111.779000', '123111.782000', '123111.784000', '123111.787000', '123111.789000', '123111.792000', '123111.794000', '123111.797000', '123111.807000', '123111.810000', '123131.686000', '123131.689000', '123131.692000', '123131.695000', '123131.698000', '123131.700000', '123131.703000', '123131.705000', '123131.708000', '123131.711000', '123131.713000', '123131.716000', '123131.718000', '123131.721000', '123131.724000', '123131.726000', '123131.729000', '123131.731000', '123131.734000', '123131.737000', '123131.739000', '123131.742000', '123131.744000', '123131.747000', '123131.750000', '123131.752000', '123131.755000', '123131.757000', '123131.760000', '123131.763000', '123131.765000', '123131.768000', '123131.805000', '123131.807000', '123131.810000', '123131.812000', '123131.815000', '123131.818000', '123131.820000', '123131.823000', '123131.825000', '123131.828000', '123131.831000', '123131.833000', '123151.686000', '123151.689000', '123151.692000', '123151.695000', '123151.697000', '123151.700000', '123151.703000', '123151.705000', '123151.708000', '123151.711000', '123151.714000', '123151.716000', '123151.719000', '123151.721000', '123151.724000', '123151.727000', '123151.729000', '123151.732000', '123151.735000', '123151.737000', '123151.740000', '123151.742000', '123151.745000', '123151.748000', '123151.750000', '123151.753000', '123151.756000', '123151.758000', '123151.761000', '123151.764000', '123151.767000', '123151.769000', '123151.772000', '123151.775000', '123151.778000', '123151.780000', '123151.783000', '123151.786000', '123151.788000', '123151.791000', '123151.793000', '123151.796000', '123151.799000', '123211.685000', '123211.688000', '123211.691000', '123211.694000', '123211.696000', '123211.699000', '123211.701000', '123211.704000', '123211.707000', '123211.709000', '123211.712000', '123211.715000', '123211.717000', '123211.720000', '123211.722000', '123211.725000', '123211.728000', '123211.730000', '123211.733000', '123211.736000', '123211.739000', '123211.741000', '123211.744000', '123211.751000', '123211.754000', '123211.757000', '123211.759000', '123211.762000', '123211.764000', '123211.767000', '123211.769000', '123211.772000', '123211.775000', '123211.777000', '123211.780000', '123211.783000', '123211.785000', '123211.788000', '123211.790000', '123211.797000', '123211.800000', '123211.803000', '123211.805000', '123211.808000', '123231.686000', '123231.689000', '123231.692000', '123231.694000', '123231.697000', '123231.700000', '123231.702000', '123231.705000', '123231.707000', '123231.710000', '123231.713000', '123231.715000', '123231.718000', '123231.722000', '123231.725000', '123231.728000', '123231.730000', '123231.733000', '123231.736000', '123231.739000', '123231.741000', '123231.744000', '123231.746000', '123231.749000', '123231.752000', '123231.754000', '123231.757000', '123231.759000', '123231.762000', '123231.765000', '123231.767000', '123231.770000', '123231.773000', '123231.775000', '123231.778000', '123231.780000', '123231.783000', '123231.786000', '123231.788000', '123231.791000', '123231.793000', '123231.796000', '123231.799000', '123251.687000', '123251.690000', '123251.692000', '123251.695000', '123251.698000', '123251.700000', '123251.703000', '123251.705000', '123251.708000', '123251.711000', '123251.713000', '123251.716000', '123251.719000', '123251.721000', '123251.724000', '123251.726000', '123251.729000', '123251.732000', '123251.734000', '123251.737000', '123251.740000', '123251.742000', '123251.745000', '123251.748000', '123251.750000', '123251.753000', '123251.755000', '123251.758000', '123251.761000', '123251.763000', '123251.766000', '123251.769000', '123251.771000', '123251.774000', '123251.776000', '123251.779000', '123251.782000', '123251.784000', '123251.787000', '123251.789000', '123251.792000', '123251.795000', '123251.797000', '123251.800000', '123311.687000', '123311.690000', '123311.692000', '123311.695000', '123311.697000', '123311.700000', '123311.703000', '123311.705000', '123311.708000', '123311.710000', '123311.713000', '123311.716000', '123311.718000', '123311.721000', '123311.723000', '123311.726000', '123311.729000', '123311.731000', '123311.734000', '123311.736000', '123311.739000', '123311.741000', '123311.744000', '123311.747000', '123311.749000', '123311.752000', '123311.755000', '123311.767000', '123311.770000', '123311.773000', '123311.775000', '123311.778000', '123311.780000', '123311.783000', '123311.786000', '123311.788000', '123311.791000', '123311.794000', '123311.796000', '123311.799000', '123311.802000', '123311.805000', '123311.808000', '123331.686000', '123331.689000', '123331.692000', '123331.695000', '123331.697000', '123331.700000', '123331.703000', '123331.705000', '123331.708000', '123331.710000', '123331.713000', '123331.716000', '123331.718000', '123331.721000', '123331.724000', '123331.726000', '123331.729000', '123331.731000', '123331.734000', '123331.737000', '123331.739000', '123331.742000', '123331.744000', '123331.747000', '123331.750000', '123331.752000', '123331.755000', '123331.758000', '123331.760000', '123331.763000', '123331.765000', '123331.768000', '123331.771000', '123331.773000', '123331.776000', '123331.779000', '123331.781000', '123331.784000', '123331.786000', '123331.789000', '123331.792000', '123331.794000', '123331.797000', '123331.799000', '123351.687000', '123351.689000', '123351.692000', '123351.695000', '123351.697000', '123351.700000', '123351.703000', '123351.705000', '123351.708000', '123351.710000', '123351.713000', '123351.716000', '123351.718000', '123351.721000', '123351.723000', '123351.726000', '123351.729000', '123351.731000', '123351.734000', '123351.736000', '123351.739000', '123351.742000', '123351.744000', '123351.747000', '123351.750000', '123351.752000', '123351.755000', '123351.757000', '123351.760000', '123351.763000', '123351.765000', '123351.768000', '123351.772000', '123351.775000', '123351.778000', '123351.798000', '123351.801000', '123351.803000', '123351.806000', '123351.808000', '123351.811000', '123351.814000', '123351.816000', '123411.687000', '123411.689000', '123411.692000', '123411.695000', '123411.697000', '123411.700000', '123411.703000', '123411.705000', '123411.708000', '123411.710000', '123411.713000', '123411.716000', '123411.718000', '123411.721000', '123411.724000', '123411.726000', '123411.729000', '123411.731000', '123411.734000', '123411.737000', '123411.739000', '123411.742000', '123411.744000', '123411.747000', '123411.750000', '123411.752000', '123411.755000', '123411.757000', '123411.760000', '123411.763000', '123411.765000', '123411.768000', '123411.770000', '123411.773000', '123411.776000', '123411.778000', '123411.781000', '123411.783000', '123411.786000', '123411.789000', '123411.791000', '123411.794000', '123411.796000', '123411.799000', '123431.686000', '123431.689000', '123431.691000', '123431.694000', '123431.696000', '123431.699000', '123431.702000', '123431.704000', '123431.707000', '123431.710000', '123431.712000', '123431.715000', '123431.718000', '123431.720000', '123431.723000', '123431.725000', '123431.728000', '123431.731000', '123431.733000', '123431.736000', '123431.738000', '123431.741000', '123431.744000', '123431.746000', '123431.749000', '123431.751000', '123431.754000', '123431.757000', '123431.759000', '123431.762000', '123431.765000', '123431.767000', '123431.770000', '123431.773000', '123431.775000', '123431.778000', '123431.780000', '123431.783000', '123431.786000', '123431.788000', '123431.791000', '123431.793000', '123431.796000', '123451.686000', '123451.688000', '123451.691000', '123451.694000', '123451.696000', '123451.699000', '123451.702000', '123451.704000', '123451.707000', '123451.719000', '123451.721000', '123451.724000', '123451.727000', '123451.729000', '123451.732000', '123451.735000', '123451.737000', '123451.740000', '123451.742000', '123451.745000', '123451.748000', '123451.750000', '123451.753000', '123451.756000', '123451.758000', '123451.761000', '123451.763000', '123451.766000', '123451.769000', '123451.771000', '123451.774000', '123451.777000', '123451.779000', '123451.782000', '123451.785000', '123451.787000', '123451.790000', '123451.793000', '123451.795000', '123451.798000', '123451.800000', '123451.803000', '123451.806000', '123451.809000', '123511.686000', '123511.689000', '123511.692000', '123511.695000', '123511.697000', '123511.700000', '123511.702000', '123511.705000', '123511.708000', '123511.710000', '123511.718000', '123511.721000', '123511.724000', '123511.726000', '123511.729000', '123511.731000', '123511.734000', '123511.737000', '123511.739000', '123511.742000', '123511.744000', '123511.747000', '123511.750000', '123511.752000', '123511.755000', '123511.758000', '123511.760000', '123511.763000', '123511.765000', '123511.768000', '123511.771000', '123511.773000', '123511.776000', '123511.779000', '123511.781000', '123511.784000', '123511.786000', '123511.789000', '123511.792000', '123511.794000', '123511.797000', '123511.800000', '123511.802000', '123531.687000', '123531.689000', '123531.692000', '123531.695000', '123531.697000', '123531.705000', '123531.708000', '123531.711000', '123531.713000', '123531.716000', '123531.718000', '123531.721000', '123531.723000', '123531.726000', '123531.729000', '123531.731000', '123531.734000', '123531.737000', '123531.739000', '123531.742000', '123531.745000', '123531.747000', '123531.750000', '123531.752000', '123531.755000', '123531.758000', '123531.760000', '123531.763000', '123531.766000', '123531.768000', '123531.771000', '123531.773000', '123531.776000', '123531.779000', '123531.782000', '123531.785000', '123531.788000', '123531.790000', '123531.793000', '123531.795000', '123531.798000', '123531.801000', '123531.803000', '123531.806000', '123551.687000', '123551.690000', '123551.692000', '123551.695000', '123551.698000', '123551.700000', '123551.703000', '123551.706000', '123551.708000', '123551.711000', '123551.714000', '123551.716000', '123551.719000', '123551.721000', '123551.724000', '123551.727000', '123551.729000', '123551.732000', '123551.735000', '123551.737000', '123551.740000', '123551.743000', '123551.745000', '123551.748000', '123551.751000', '123551.753000', '123551.756000', '123551.758000', '123551.761000', '123551.764000', '123551.766000', '123551.769000', '123551.772000', '123551.774000', '123551.777000', '123551.779000', '123551.782000', '123551.785000', '123551.787000', '123551.790000', '123551.793000', '123551.795000', '123551.798000', '123611.686000', '123611.689000', '123611.692000', '123611.695000', '123611.697000', '123611.700000', '123611.703000', '123611.705000', '123611.708000', '123611.710000', '123611.713000', '123611.716000', '123611.718000', '123611.721000', '123611.723000', '123611.726000', '123611.729000', '123611.731000', '123611.734000', '123611.737000', '123611.746000', '123611.749000', '123611.751000', '123611.754000', '123611.758000', '123611.761000', '123611.763000', '123611.766000', '123611.769000', '123611.771000', '123611.774000', '123611.777000', '123611.779000', '123611.782000', '123611.784000', '123611.787000', '123611.790000', '123611.792000', '123611.795000', '123611.797000', '123611.800000', '123611.803000', '123611.805000', '123611.808000', '123631.687000', '123631.690000', '123631.692000', '123631.695000', '123631.698000', '123631.700000', '123631.703000', '123631.705000', '123631.708000', '123631.711000', '123631.713000', '123631.716000', '123631.718000', '123631.721000', '123631.724000', '123631.726000', '123631.729000', '123631.732000', '123631.734000', '123631.744000', '123631.746000', '123631.749000', '123631.751000', '123631.754000', '123631.757000', '123631.759000', '123631.762000', '123631.764000', '123631.767000', '123631.770000', '123631.773000', '123631.775000', '123631.778000', '123631.780000', '123631.783000', '123631.786000', '123631.788000', '123631.791000', '123631.793000', '123631.796000', '123631.799000', '123631.801000', '123631.804000', '123651.686000', '123651.689000', '123651.691000', '123651.694000', '123651.697000', '123651.699000', '123651.702000', '123651.704000', '123651.707000', '123651.710000', '123651.712000', '123651.715000', '123651.717000', '123651.720000', '123651.723000', '123651.725000', '123651.728000', '123651.731000', '123651.733000', '123651.736000', '123651.739000', '123651.741000', '123651.744000', '123651.746000', '123651.749000', '123651.752000', '123651.754000', '123651.757000', '123651.759000', '123651.762000', '123651.765000', '123651.768000', '123651.770000', '123651.773000', '123651.776000', '123651.778000', '123651.781000', '123651.783000', '123651.786000', '123651.789000', '123651.791000', '123651.794000', '123651.796000', '123651.799000', '123711.685000', '123711.688000', '123711.691000', '123711.694000', '123711.696000', '123711.699000', '123711.701000', '123711.704000', '123711.707000', '123711.709000', '123711.712000', '123711.714000', '123711.717000', '123711.720000', '123711.722000', '123711.725000', '123711.727000', '123711.730000', '123711.733000', '123711.735000', '123711.738000', '123711.740000', '123711.743000', '123711.746000', '123711.748000', '123711.751000', '123711.753000', '123711.756000', '123711.759000', '123711.761000', '123711.764000', '123711.767000', '123711.769000', '123711.772000', '123711.775000', '123711.778000', '123711.780000', '123711.783000', '123711.785000', '123711.788000', '123711.791000', '123711.793000', '123711.796000', '123715.560000', '123715.563000', '123715.566000', '123715.569000', '123715.571000', '123715.574000', '123715.576000', '123715.579000', '123715.582000'], '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': [11562, 9343, 8897, 9432, 14395, 12318, 13857, 9069, 9444, 10087, 10531, 16713, 10988, 8956, 8884, 8491, 16237, 11478, 9230, 8613, 9403, 12339, 10955, 12910, 8683, 9069, 11729, 10061, 16066, 12353, 9593, 8570, 9397, 11714, 9842, 15710, 14600, 10286, 9171, 9461, 9561, 9602, 8330, 10378, 12770, 17412, 12167, 11270, 8595, 9347, 8766, 9016, 12481, 9466, 8793, 8601, 9303, 10524, 9394, 8297, 8493, 9201, 14083, 9169, 10677, 9618, 8471, 11254, 15091, 16571, 10799, 10084, 9288, 8842, 8338, 10204, 14968, 9405, 9051, 9325, 8248, 8452, 9315, 9153, 9416, 8508, 8561, 9265, 10246, 9276, 9410, 9369, 10786, 11814, 9331, 9501, 8907, 9323, 14079, 13108, 15463, 9602, 8856, 8567, 8751, 12471, 11921, 16303, 9193, 8822, 8534, 9166, 11277, 11017, 16825, 11534, 9710, 8483, 9063, 10125, 9394, 11349, 9632, 12083, 12380, 9333, 9038, 9605, 11484, 9415, 9546, 8804, 8964, 13964, 12551, 14203, 8509, 9722, 9019, 8579, 14467, 10854, 8404, 8354, 8872, 10219, 9198, 9321, 8802, 9205, 9358, 8480, 13293, 10233, 9166, 8597, 9153, 13525, 10886, 12913, 9021, 9362, 10877, 9377, 12755, 8553, 9133, 11583, 10016, 14432, 9869, 9397, 9057, 9423, 14713, 13074, 12849, 9400, 9632, 9815, 9223, 12935, 11530, 9200, 8797, 9378, 11486, 9487, 11093, 8570, 9327, 9490, 9303, 16082, 11992, 9024, 8828, 9070, 11705, 9832, 14812, 8886, 9096, 9129, 9160, 14113, 9467, 9686, 9035, 10119, 13549, 9204, 8732, 9228, 9571, 8702, 13994, 12840, 9033, 8558, 9050, 8609, 9152, 9153, 10169, 9533, 8557, 8785, 9431, 12658, 9643, 8726, 8532, 8967, 14994, 9378, 9704, 8492, 9043, 15266, 10823, 12021, 9514, 8720, 12933, 10531, 11079, 9797, 9009, 9398, 9244, 13134, 9674, 8999, 8573, 8761, 15737, 10083, 10165, 9589, 8710, 8938, 9158, 15950, 9610, 9726, 9515, 8699, 9476, 9455, 10784, 9620, 10036, 8983, 9390, 9243, 9544, 11523, 9504, 9942, 8340, 9150, 11180, 9180, 13792, 9348, 8331, 8855, 8895, 14101, 10205, 8661, 8782, 8788, 10569, 9746, 15802, 9782, 8528, 8990, 9357, 12854, 9335, 8577, 8886, 9139, 13147, 9990, 8999, 8425, 9547, 12987, 11883, 15475, 12403, 9494, 8888, 9666, 16670, 14095, 14333, 10988, 9234, 10172, 9442, 9788, 9771, 9448, 9002, 9411, 12128, 9661, 9206, 8751, 9130, 12474, 9682, 9219, 8692, 8861, 12335, 10065, 13499, 9017, 9243, 8856, 8968, 12253, 11749, 9095, 8773, 9648, 11158, 9444, 14380, 9963, 9238, 9945, 8924, 9083, 10882, 9531, 9334, 9124, 9572, 9710, 14730, 9997, 9168, 9027, 10019, 9805, 9463, 15993, 15636, 13540, 11436, 9403, 9274, 8714, 9151, 10408, 10091, 16311, 10581, 8878, 8748, 9395, 10518, 9491, 14546, 11112, 9157, 8583, 9441, 12158, 10096, 10594, 8612, 9404, 10255, 9427, 11702, 9590, 8979, 9185, 9152, 14058, 9433, 8693, 8525, 9207, 12037, 10167, 15479, 9815, 9342, 8417, 9267, 12639, 10492, 9110, 8569, 9454, 9838, 9210, 9251, 8834, 9350, 9957, 9361, 10026, 9467, 9273, 10086, 9577, 12906, 10181, 9659, 9870, 9126, 14966, 14971, 9411, 9553, 8645, 9004, 9198, 8928, 15818, 10065, 8752, 8704, 8751, 12242, 9451, 8396, 8484, 8889, 11219, 9509, 14736, 11217, 8998, 8554, 9252, 12468, 12995, 9075, 9774, 9499, 8646, 10714, 9225, 10026, 8904, 9182, 11844, 9271, 10535, 8870, 9281, 11362, 9833, 13769, 8629, 9310, 11074, 10858, 14859, 9463, 9252, 10346, 9440, 13031, 9126, 9306, 10769, 8796, 10176, 9219, 9527, 8649, 8661, 8885, 15103, 10010, 9033, 8860, 9008, 12323, 10907, 9512, 10401, 9039, 9908, 14380, 9597, 9030, 9213, 9107, 15417, 12090, 9901, 8636, 9693, 8786, 9588, 13099, 14316, 9290, 9164, 8649, 8923, 13283, 10314, 9514, 9001, 9451, 10360, 13215, 9657, 9939, 8573, 9012, 15394, 11716, 10808, 9166, 9327, 12270, 10207, 9414, 8592, 9224, 9806, 10324, 11573, 11331, 9462, 9450, 10718, 11780, 14400, 8661, 9330, 10270, 8938, 12291, 11799, 9461, 7842, 8870, 10160, 17992, 13577, 8540, 8522, 8890, 9001, 13622, 10908, 8314, 8365, 8179, 8261, 9825, 8199, 8884, 8563, 8867, 12583, 9424, 9574, 8776, 8617, 16056, 10588, 8985, 9758, 9768, 17531, 13346, 8944, 9036, 9234, 9194, 11123, 12305, 12272, 9141, 8341, 8406, 9198, 15221, 9501, 8444, 8036, 8409, 10017, 9619, 15437, 10961, 8683, 8334, 8278, 12569, 10029, 10756, 8508, 8607, 12409, 10296, 12969, 8685, 8148, 9875, 11445, 15700, 9128, 8249, 8513, 8855, 14479, 11466, 8613, 8239, 8634, 9956, 8905, 10800, 8619, 8976, 8489, 8840, 10462, 13570, 8907, 8128, 8692, 9027, 15986, 10198, 8319, 8976, 9083, 15700, 11277, 9143, 8443, 8679, 15170, 12508, 10934, 8516, 8697, 8763, 8500, 15707, 12344, 8684, 8229, 8009, 9652, 8315, 13315, 10016, 8618, 8098, 8173, 9035, 9135, 9152, 8243, 8177, 12142, 10496, 9025, 8542, 8127, 15527, 12826, 10855, 9249, 8792, 10429, 8929, 14705, 11097, 8802, 8850, 8097, 16076, 11219, 9197, 7763, 8607, 11570, 9528, 8394, 8462, 8490, 10776, 9494, 13027, 9048, 8430, 8766, 8675, 13592, 11684, 8472, 8658, 8256, 13899, 12298, 12120, 9296, 8114, 8707, 8310, 13212, 9481, 8850, 8314, 8717, 14131, 11658, 9357, 8371, 8299, 10303, 9280, 12814, 8759, 8772, 9459, 8208, 15568, 11858, 8533, 8346, 8964, 13799, 12172, 15600, 9686, 8562, 8372, 8817, 15525, 10388, 11153, 8240, 8693, 10257, 10071, 11056, 8635, 7854, 8366, 9532, 14833, 9008, 8662, 8439, 8914, 12415, 12504, 15193, 11339, 8764, 8749, 8295, 11328, 10630, 8873, 8514, 8298, 12945, 11257, 11092, 8378, 8470, 11149, 9272, 11710, 8778, 8874, 9861, 8688, 14785, 14304, 8721, 9637, 8687, 8573, 11343, 13217, 12391, 9016, 8057, 8425, 9064, 13267, 8246, 8650, 8127, 8335, 13144, 10214, 8798, 8267, 8409, 11991, 11110, 8473, 8661, 8326, 12958, 11302, 8622, 8414, 8665, 11620, 9233, 15280, 13677, 8622, 8478, 8364, 8065, 9450, 11973, 15682, 9185, 10142, 8173, 8743, 10794, 9171, 9368, 8331, 8363, 8819, 8946, 9566, 8403, 8424, 9919, 9744, 14223], 'WindowCenter': [4676.0, 4601.0, 4571.0, 4593.0, 4637.0, 4618.0, 4600.0, 4537.0, 4558.0, 4564.0, 4568.0, 4627.0, 4550.0, 4520.0, 4543.0, 4533.0, 4626.0, 4588.0, 4543.0, 4520.0, 4543.0, 4585.0, 4577.0, 4584.0, 4522.0, 4544.0, 4585.0, 4553.0, 4615.0, 4587.0, 4542.0, 4520.0, 4531.0, 4584.0, 4555.0, 4615.0, 4607.0, 4553.0, 4531.0, 4530.0, 4515.0, 4529.0, 4523.0, 4553.0, 4581.0, 4612.0, 4572.0, 4560.0, 4520.0, 4517.0, 4518.0, 4530.0, 4582.0, 4542.0, 4520.0, 4532.0, 4542.0, 4554.0, 4533.0, 4524.0, 4546.0, 4542.0, 4608.0, 4532.0, 4551.0, 4544.0, 4525.0, 4563.0, 4604.0, 4628.0, 4550.0, 4528.0, 4517.0, 4531.0, 4510.0, 4539.0, 4603.0, 4532.0, 4518.0, 4530.0, 4523.0, 4520.0, 4547.0, 4530.0, 4532.0, 4546.0, 4536.0, 4556.0, 4554.0, 4558.0, 4557.0, 4556.0, 4579.0, 4588.0, 4545.0, 4527.0, 4549.0, 4546.0, 4606.0, 4595.0, 4617.0, 4544.0, 4519.0, 4524.0, 4534.0, 4571.0, 4571.0, 4615.0, 4542.0, 4519.0, 4519.0, 4543.0, 4563.0, 4563.0, 4626.0, 4574.0, 4531.0, 4521.0, 4526.0, 4539.0, 4532.0, 4551.0, 4556.0, 4572.0, 4584.0, 4531.0, 4518.0, 4542.0, 4559.0, 4533.0, 4529.0, 4520.0, 4544.0, 4593.0, 4584.0, 4593.0, 4510.0, 4516.0, 4532.0, 4521.0, 4591.0, 4564.0, 4510.0, 4508.0, 4533.0, 4551.0, 4544.0, 4544.0, 4532.0, 4544.0, 4556.0, 4535.0, 4595.0, 4567.0, 4544.0, 4523.0, 4545.0, 4607.0, 4577.0, 4597.0, 4535.0, 4543.0, 4566.0, 4546.0, 4584.0, 4521.0, 4544.0, 4577.0, 4553.0, 4606.0, 4544.0, 4531.0, 4531.0, 4547.0, 4605.0, 4585.0, 4585.0, 4531.0, 4530.0, 4543.0, 4544.0, 4571.0, 4576.0, 4519.0, 4507.0, 4545.0, 4572.0, 4543.0, 4563.0, 4519.0, 4519.0, 4544.0, 4544.0, 4603.0, 4575.0, 4520.0, 4518.0, 4533.0, 4572.0, 4543.0, 4593.0, 4521.0, 4519.0, 4543.0, 4532.0, 4594.0, 4530.0, 4529.0, 4545.0, 4552.0, 4591.0, 4531.0, 4507.0, 4518.0, 4541.0, 4521.0, 4591.0, 4585.0, 4532.0, 4508.0, 4533.0, 4532.0, 4541.0, 4557.0, 4555.0, 4544.0, 4533.0, 4547.0, 4557.0, 4600.0, 4546.0, 4531.0, 4548.0, 4545.0, 4631.0, 4547.0, 4531.0, 4537.0, 4541.0, 4618.0, 4566.0, 4572.0, 4543.0, 4535.0, 4584.0, 4556.0, 4549.0, 4528.0, 4532.0, 4543.0, 4545.0, 4585.0, 4540.0, 4519.0, 4535.0, 4534.0, 4604.0, 4554.0, 4538.0, 4529.0, 4522.0, 4532.0, 4530.0, 4613.0, 4541.0, 4529.0, 4529.0, 4533.0, 4542.0, 4543.0, 4552.0, 4531.0, 4542.0, 4522.0, 4529.0, 4518.0, 4531.0, 4562.0, 4532.0, 4540.0, 4510.0, 4532.0, 4574.0, 4545.0, 4595.0, 4533.0, 4521.0, 4546.0, 4543.0, 4604.0, 4580.0, 4523.0, 4521.0, 4534.0, 4563.0, 4543.0, 4617.0, 4556.0, 4520.0, 4532.0, 4545.0, 4585.0, 4558.0, 4523.0, 4545.0, 4558.0, 4596.0, 4571.0, 4536.0, 4523.0, 4560.0, 4596.0, 4587.0, 4620.0, 4586.0, 4532.0, 4521.0, 4555.0, 4613.0, 4594.0, 4595.0, 4552.0, 4520.0, 4527.0, 4542.0, 4538.0, 4543.0, 4531.0, 4521.0, 4544.0, 4572.0, 4543.0, 4519.0, 4509.0, 4545.0, 4582.0, 4555.0, 4529.0, 4518.0, 4546.0, 4584.0, 4554.0, 4597.0, 4535.0, 4533.0, 4531.0, 4546.0, 4572.0, 4589.0, 4546.0, 4522.0, 4545.0, 4576.0, 4556.0, 4620.0, 4557.0, 4545.0, 4555.0, 4546.0, 4535.0, 4576.0, 4557.0, 4543.0, 4543.0, 4571.0, 4570.0, 4619.0, 4568.0, 4543.0, 4533.0, 4540.0, 4559.0, 4546.0, 4616.0, 4606.0, 4586.0, 4563.0, 4531.0, 4516.0, 4509.0, 4543.0, 4549.0, 4541.0, 4614.0, 4553.0, 4519.0, 4507.0, 4534.0, 4554.0, 4531.0, 4594.0, 4565.0, 4519.0, 4508.0, 4545.0, 4571.0, 4544.0, 4540.0, 4510.0, 4519.0, 4541.0, 4531.0, 4560.0, 4531.0, 4520.0, 4546.0, 4545.0, 4595.0, 4530.0, 4517.0, 4535.0, 4545.0, 4584.0, 4555.0, 4617.0, 4555.0, 4530.0, 4512.0, 4547.0, 4583.0, 4568.0, 4536.0, 4521.0, 4544.0, 4566.0, 4557.0, 4547.0, 4536.0, 4535.0, 4558.0, 4546.0, 4557.0, 4544.0, 4534.0, 4568.0, 4557.0, 4599.0, 4554.0, 4544.0, 4558.0, 4544.0, 4605.0, 4617.0, 4546.0, 4542.0, 4521.0, 4531.0, 4545.0, 4545.0, 4628.0, 4556.0, 4534.0, 4535.0, 4549.0, 4586.0, 4559.0, 4525.0, 4524.0, 4547.0, 4577.0, 4554.0, 4618.0, 4576.0, 4534.0, 4534.0, 4559.0, 4586.0, 4597.0, 4547.0, 4544.0, 4557.0, 4536.0, 4566.0, 4547.0, 4554.0, 4547.0, 4553.0, 4585.0, 4557.0, 4565.0, 4534.0, 4557.0, 4585.0, 4568.0, 4607.0, 4535.0, 4546.0, 4577.0, 4567.0, 4607.0, 4545.0, 4532.0, 4553.0, 4545.0, 4596.0, 4533.0, 4546.0, 4576.0, 4534.0, 4568.0, 4544.0, 4544.0, 4534.0, 4548.0, 4547.0, 4618.0, 4558.0, 4535.0, 4546.0, 4549.0, 4585.0, 4578.0, 4547.0, 4552.0, 4549.0, 4556.0, 4618.0, 4546.0, 4519.0, 4558.0, 4546.0, 4616.0, 4599.0, 4555.0, 4520.0, 4542.0, 4536.0, 4544.0, 4596.0, 4595.0, 4532.0, 4532.0, 4545.0, 4544.0, 4595.0, 4567.0, 4539.0, 4531.0, 4557.0, 4554.0, 4598.0, 4547.0, 4542.0, 4537.0, 4535.0, 4605.0, 4577.0, 4550.0, 4518.0, 4544.0, 4571.0, 4554.0, 4532.0, 4519.0, 4543.0, 4553.0, 4553.0, 4577.0, 4561.0, 4529.0, 4543.0, 4552.0, 4575.0, 4595.0, 4520.0, 4531.0, 4553.0, 4534.0, 4632.0, 4631.0, 4587.0, 4511.0, 4515.0, 4534.0, 4608.0, 4577.0, 4505.0, 4504.0, 4530.0, 4517.0, 4579.0, 4575.0, 4509.0, 4508.0, 4534.0, 4520.0, 4552.0, 4523.0, 4530.0, 4521.0, 4546.0, 4598.0, 4530.0, 4516.0, 4506.0, 4518.0, 4616.0, 4553.0, 4520.0, 4542.0, 4542.0, 4613.0, 4596.0, 4521.0, 4506.0, 4530.0, 4530.0, 4560.0, 4572.0, 4561.0, 4519.0, 4506.0, 4521.0, 4530.0, 4601.0, 4542.0, 4507.0, 4497.0, 4522.0, 4552.0, 4541.0, 4602.0, 4563.0, 4519.0, 4508.0, 4521.0, 4571.0, 4543.0, 4550.0, 4520.0, 4521.0, 4572.0, 4553.0, 4570.0, 4519.0, 4523.0, 4542.0, 4562.0, 4615.0, 4529.0, 4507.0, 4534.0, 4532.0, 4590.0, 4576.0, 4522.0, 4510.0, 4533.0, 4554.0, 4542.0, 4578.0, 4534.0, 4532.0, 4533.0, 4547.0, 4578.0, 4608.0, 4535.0, 4513.0, 4547.0, 4546.0, 4628.0, 4550.0, 4511.0, 4534.0, 4545.0, 4614.0, 4564.0, 4518.0, 4522.0, 4534.0, 4603.0, 4586.0, 4548.0, 4509.0, 4509.0, 4535.0, 4533.0, 4600.0, 4584.0, 4521.0, 4509.0, 4510.0, 4541.0, 4521.0, 4592.0, 4553.0, 4521.0, 4510.0, 4536.0, 4533.0, 4547.0, 4543.0, 4523.0, 4549.0, 4585.0, 4579.0, 4536.0, 4534.0, 4539.0, 4614.0, 4598.0, 4565.0, 4532.0, 4520.0, 4566.0, 4533.0, 4606.0, 4563.0, 4520.0, 4520.0, 4524.0, 4602.0, 4563.0, 4519.0, 4494.0, 4533.0, 4559.0, 4555.0, 4508.0, 4509.0, 4535.0, 4563.0, 4541.0, 4594.0, 4531.0, 4509.0, 4520.0, 4533.0, 4593.0, 4576.0, 4512.0, 4507.0, 4537.0, 4593.0, 4574.0, 4575.0, 4531.0, 4499.0, 4522.0, 4523.0, 4595.0, 4544.0, 4521.0, 4522.0, 4535.0, 4594.0, 4588.0, 4532.0, 4510.0, 4523.0, 4554.0, 4544.0, 4586.0, 4524.0, 4522.0, 4557.0, 4536.0, 4616.0, 4588.0, 4522.0, 4510.0, 4548.0, 4595.0, 4582.0, 4616.0, 4544.0, 4520.0, 4535.0, 4532.0, 4615.0, 4555.0, 4551.0, 4523.0, 4534.0, 4552.0, 4567.0, 4562.0, 4522.0, 4511.0, 4524.0, 4541.0, 4606.0, 4546.0, 4521.0, 4509.0, 4546.0, 4583.0, 4583.0, 4616.0, 4564.0, 4521.0, 4520.0, 4537.0, 4563.0, 4567.0, 4533.0, 4522.0, 4536.0, 4595.0, 4573.0, 4563.0, 4510.0, 4511.0, 4575.0, 4545.0, 4574.0, 4521.0, 4522.0, 4554.0, 4523.0, 4604.0, 4607.0, 4522.0, 4517.0, 4519.0, 4522.0, 4549.0, 4583.0, 4571.0, 4506.0, 4498.0, 4520.0, 4530.0, 4584.0, 4511.0, 4508.0, 4524.0, 4535.0, 4582.0, 4568.0, 4523.0, 4511.0, 4538.0, 4574.0, 4578.0, 4524.0, 4522.0, 4536.0, 4584.0, 4578.0, 4519.0, 4511.0, 4524.0, 4575.0, 4544.0, 4601.0, 4595.0, 4520.0, 4496.0, 4521.0, 4522.0, 4541.0, 4572.0, 4615.0, 4532.0, 4539.0, 4520.0, 4532.0, 4551.0, 4545.0, 4532.0, 4511.0, 4534.0, 4542.0, 4558.0, 4545.0, 4523.0, 4538.0, 4566.0, 4569.0, 4609.0], 'WindowWidth': [10275.0, 10137.0, 10077.0, 10109.0, 10155.0, 10129.0, 10086.0, 9991.0, 10024.0, 10033.0, 10038.0, 10122.0, 10001.0, 9960.0, 9998.0, 9982.0, 10118.0, 10063.0, 9994.0, 9958.0, 9997.0, 10057.0, 10051.0, 10053.0, 9963.0, 10000.0, 10056.0, 10009.0, 10099.0, 10060.0, 9990.0, 9956.0, 9976.0, 10054.0, 10016.0, 10098.0, 10090.0, 10011.0, 9974.0, 9969.0, 9942.0, 9967.0, 9969.0, 10007.0, 10045.0, 10095.0, 10034.0, 10013.0, 9958.0, 9948.0, 9952.0, 9974.0, 10047.0, 9994.0, 9959.0, 9983.0, 9994.0, 10009.0, 9979.0, 9972.0, 10006.0, 9996.0, 10093.0, 9979.0, 9998.0, 9997.0, 9974.0, 10023.0, 10080.0, 10124.0, 10002.0, 9964.0, 9947.0, 9975.0, 9946.0, 9982.0, 10078.0, 9976.0, 9950.0, 9970.0, 9970.0, 9963.0, 10008.0, 9974.0, 9976.0, 10005.0, 9992.0, 10019.0, 10010.0, 10022.0, 10023.0, 10019.0, 10055.0, 10064.0, 9997.0, 9967.0, 10012.0, 10006.0, 10085.0, 10072.0, 10102.0, 9993.0, 9952.0, 9969.0, 9986.0, 10032.0, 10030.0, 10099.0, 9992.0, 9954.0, 9957.0, 9999.0, 10024.0, 10023.0, 10114.0, 10037.0, 9974.0, 9959.0, 9964.0, 9983.0, 9978.0, 10001.0, 10018.0, 10034.0, 10053.0, 9975.0, 9952.0, 9992.0, 10013.0, 9981.0, 9968.0, 9958.0, 10000.0, 10065.0, 10052.0, 10062.0, 9943.0, 9944.0, 9981.0, 9963.0, 10058.0, 10027.0, 9943.0, 9938.0, 9981.0, 10006.0, 10000.0, 10001.0, 9979.0, 9997.0, 10021.0, 9989.0, 10071.0, 10036.0, 9998.0, 9965.0, 10004.0, 10089.0, 10051.0, 10074.0, 9984.0, 9995.0, 10032.0, 10004.0, 10052.0, 9961.0, 9997.0, 10047.0, 10011.0, 10088.0, 9997.0, 9974.0, 9975.0, 10008.0, 10085.0, 10058.0, 10057.0, 9974.0, 9967.0, 9996.0, 9998.0, 10031.0, 10043.0, 9955.0, 9934.0, 9999.0, 10034.0, 9996.0, 10021.0, 9954.0, 9953.0, 10000.0, 9999.0, 10077.0, 10042.0, 9956.0, 9951.0, 9980.0, 10033.0, 9995.0, 10060.0, 9958.0, 9954.0, 9996.0, 9979.0, 10066.0, 9973.0, 9966.0, 10002.0, 10008.0, 10063.0, 9974.0, 9935.0, 9953.0, 9992.0, 9964.0, 10060.0, 10057.0, 9976.0, 9938.0, 9981.0, 9981.0, 9991.0, 10020.0, 10014.0, 9994.0, 9980.0, 10008.0, 10019.0, 10084.0, 10002.0, 9979.0, 10011.0, 10003.0, 10130.0, 10004.0, 9973.0, 9994.0, 9997.0, 10108.0, 10032.0, 10029.0, 9993.0, 9987.0, 10054.0, 10015.0, 9995.0, 9965.0, 9979.0, 9995.0, 10002.0, 10056.0, 9986.0, 9957.0, 9989.0, 9984.0, 10081.0, 10012.0, 9979.0, 9964.0, 9963.0, 9980.0, 9973.0, 10093.0, 9989.0, 9965.0, 9968.0, 9983.0, 9991.0, 9993.0, 10002.0, 9972.0, 9990.0, 9963.0, 9969.0, 9954.0, 9974.0, 10018.0, 9977.0, 9984.0, 9945.0, 9981.0, 10040.0, 10004.0, 10071.0, 9981.0, 9962.0, 10007.0, 9997.0, 10082.0, 10060.0, 9968.0, 9962.0, 9987.0, 10024.0, 9994.0, 10104.0, 10016.0, 9959.0, 9979.0, 10003.0, 10056.0, 10023.0, 9967.0, 10002.0, 10025.0, 10072.0, 10047.0, 9988.0, 9966.0, 10029.0, 10076.0, 10061.0, 10114.0, 10055.0, 9975.0, 9960.0, 10018.0, 10094.0, 10066.0, 10068.0, 10003.0, 9955.0, 9962.0, 9992.0, 9983.0, 9995.0, 9973.0, 9961.0, 10002.0, 10033.0, 9993.0, 9953.0, 9942.0, 10004.0, 10046.0, 10019.0, 9971.0, 9956.0, 10008.0, 10053.0, 10016.0, 10075.0, 9988.0, 9977.0, 9976.0, 10008.0, 10036.0, 10067.0, 10004.0, 9964.0, 10000.0, 10047.0, 10018.0, 10111.0, 10022.0, 10005.0, 10015.0, 10004.0, 9988.0, 10045.0, 10019.0, 9995.0, 9995.0, 10048.0, 10044.0, 10112.0, 10038.0, 9993.0, 9976.0, 9983.0, 10027.0, 10003.0, 10104.0, 10089.0, 10057.0, 10019.0, 9974.0, 9943.0, 9938.0, 9996.0, 9996.0, 9988.0, 10093.0, 10005.0, 9951.0, 9933.0, 9982.0, 10010.0, 9976.0, 10064.0, 10024.0, 9953.0, 9935.0, 9999.0, 10029.0, 9995.0, 9983.0, 9943.0, 9954.0, 9988.0, 9972.0, 10010.0, 9972.0, 9959.0, 10004.0, 10002.0, 10070.0, 9974.0, 9951.0, 9985.0, 10004.0, 10053.0, 10014.0, 10104.0, 10012.0, 9971.0, 9948.0, 10008.0, 10050.0, 10036.0, 9988.0, 9962.0, 9995.0, 10033.0, 10021.0, 10007.0, 9987.0, 9984.0, 10022.0, 10005.0, 10020.0, 9997.0, 9982.0, 10038.0, 10021.0, 10080.0, 10011.0, 9994.0, 10025.0, 10000.0, 10084.0, 10103.0, 10003.0, 9990.0, 9961.0, 9979.0, 10002.0, 10001.0, 10121.0, 10019.0, 9984.0, 9988.0, 10014.0, 10058.0, 10028.0, 9973.0, 9967.0, 10008.0, 10049.0, 10016.0, 10104.0, 10045.0, 9983.0, 9985.0, 10028.0, 10058.0, 10079.0, 10007.0, 9996.0, 10019.0, 9994.0, 10032.0, 10008.0, 10009.0, 10008.0, 10015.0, 10059.0, 10023.0, 10028.0, 9984.0, 10022.0, 10058.0, 10039.0, 10089.0, 9986.0, 10005.0, 10049.0, 10033.0, 10088.0, 10002.0, 9980.0, 10012.0, 10001.0, 10073.0, 9979.0, 10005.0, 10048.0, 9988.0, 10038.0, 10000.0, 9998.0, 9988.0, 10012.0, 10007.0, 10109.0, 10022.0, 9986.0, 10004.0, 10015.0, 10059.0, 10053.0, 10004.0, 10006.0, 10013.0, 10018.0, 10108.0, 10002.0, 9956.0, 10026.0, 10005.0, 10100.0, 10082.0, 10013.0, 9959.0, 9991.0, 9992.0, 10000.0, 10073.0, 10069.0, 9976.0, 9977.0, 10005.0, 10000.0, 10069.0, 10034.0, 9987.0, 9977.0, 10022.0, 10014.0, 10080.0, 10004.0, 9988.0, 9994.0, 9988.0, 10084.0, 10046.0, 10000.0, 9953.0, 9999.0, 10032.0, 10015.0, 9979.0, 9956.0, 9998.0, 10012.0, 10010.0, 10048.0, 10014.0, 9967.0, 9997.0, 10005.0, 10043.0, 10069.0, 9958.0, 9976.0, 10010.0, 9987.0, 10150.0, 10149.0, 10080.0, 9953.0, 9944.0, 9969.0, 10079.0, 10031.0, 9926.0, 9925.0, 9973.0, 9949.0, 10038.0, 10040.0, 9942.0, 9938.0, 9985.0, 9962.0, 10008.0, 9968.0, 9971.0, 9963.0, 10006.0, 10079.0, 9969.0, 9943.0, 9933.0, 9951.0, 10101.0, 10006.0, 9957.0, 9993.0, 9990.0, 10096.0, 10071.0, 9958.0, 9931.0, 9972.0, 9976.0, 10015.0, 10034.0, 10014.0, 9952.0, 9936.0, 9964.0, 9973.0, 10073.0, 9992.0, 9935.0, 9923.0, 9967.0, 10009.0, 9991.0, 10076.0, 10022.0, 9956.0, 9938.0, 9964.0, 10029.0, 9996.0, 9999.0, 9959.0, 9963.0, 10032.0, 10007.0, 10026.0, 9954.0, 9970.0, 9993.0, 10020.0, 10097.0, 9970.0, 9936.0, 9986.0, 9979.0, 10059.0, 10044.0, 9965.0, 9945.0, 9984.0, 10012.0, 9995.0, 10050.0, 9985.0, 9979.0, 9986.0, 10007.0, 10051.0, 10091.0, 9984.0, 9953.0, 10010.0, 10005.0, 10122.0, 10004.0, 9946.0, 9984.0, 10003.0, 10096.0, 10023.0, 9953.0, 9964.0, 9987.0, 10080.0, 10060.0, 9996.0, 9940.0, 9940.0, 9988.0, 9981.0, 10072.0, 10055.0, 9962.0, 9939.0, 9948.0, 9994.0, 9964.0, 10060.0, 10008.0, 9961.0, 9944.0, 9992.0, 9983.0, 10008.0, 9996.0, 9968.0, 10014.0, 10056.0, 10055.0, 9989.0, 9983.0, 10002.0, 10097.0, 10081.0, 10029.0, 9977.0, 9959.0, 10031.0, 9983.0, 10086.0, 10020.0, 9956.0, 9961.0, 9971.0, 10076.0, 10024.0, 9952.0, 9916.0, 9984.0, 10011.0, 10016.0, 9939.0, 9940.0, 9986.0, 10024.0, 9993.0, 10067.0, 9976.0, 9943.0, 9962.0, 9986.0, 10064.0, 10044.0, 9948.0, 9937.0, 9993.0, 10063.0, 10037.0, 10040.0, 9972.0, 9927.0, 9965.0, 9971.0, 10067.0, 9997.0, 9959.0, 9964.0, 9991.0, 10065.0, 10065.0, 9975.0, 9942.0, 9971.0, 10014.0, 9999.0, 10057.0, 9970.0, 9962.0, 10020.0, 9992.0, 10100.0, 10061.0, 9963.0, 9944.0, 10008.0, 10069.0, 10048.0, 10100.0, 9994.0, 9956.0, 9990.0, 9981.0, 10097.0, 10012.0, 9999.0, 9966.0, 9987.0, 10006.0, 10035.0, 10019.0, 9963.0, 9951.0, 9971.0, 9990.0, 10086.0, 10001.0, 9960.0, 9943.0, 10005.0, 10051.0, 10049.0, 10100.0, 10024.0, 9960.0, 9958.0, 9996.0, 10023.0, 10036.0, 9982.0, 9962.0, 9992.0, 10071.0, 10040.0, 10020.0, 9944.0, 9949.0, 10041.0, 10000.0, 10040.0, 9959.0, 9960.0, 10012.0, 9967.0, 10078.0, 10088.0, 9962.0, 9945.0, 9957.0, 9965.0, 9998.0, 10052.0, 10026.0, 9932.0, 9925.0, 9962.0, 9973.0, 10053.0, 9946.0, 9936.0, 9973.0, 9988.0, 10047.0, 10038.0, 9967.0, 9947.0, 9998.0, 10038.0, 10050.0, 9967.0, 9960.0, 9990.0, 10051.0, 10047.0, 9958.0, 9945.0, 9967.0, 10039.0, 9999.0, 10072.0, 10068.0, 9956.0, 9917.0, 9962.0, 9967.0, 9988.0, 10032.0, 10096.0, 9978.0, 9981.0, 9960.0, 9979.0, 10003.0, 10001.0, 9977.0, 9948.0, 9987.0, 9994.0, 10026.0, 9999.0, 9966.0, 9998.0, 10033.0, 10041.0, 10093.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.0007492741935483872</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025196700000000002</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.51198331491352</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1992625668050763</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9959063950403678</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5389</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2512.0559</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.210208702433024</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>396</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>45.6221198156682</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3167061996753193</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2439895828627554</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.459332759546756</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2467962566164466</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0123979</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017872435972094536</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.040171779692173004</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.375832048861852</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>21.5007</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>80.2595</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>279.4056</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>286458.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1269.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>489.8249</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9255</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.7405</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3726.7798</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3813.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>90086.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1867.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4906.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.3723</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.547418519156054</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> |