=== 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-0084 --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-0084",
"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-0084_ses-01_task-social_acq-mb8_run-02_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-0084_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-02_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-0084/ses-01/func/sub-0084_ses-01_task-social_acq-mb8_run-02_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>e7df1a580ce0359c0214c993858e783b</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:48:23.405000</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.99914, 0.0310373, 0.0274781, -0.0301774, 0.999058, -0.0311755]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.108179</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7737, -7252, 538, -72, -279, 127, 73]</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>282.93</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>10869888-d5cd-45b2-bcf5-9a1460a7f258||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.6806206703186035, -0.08096378296613693, 0.07673351466655731, 115.5253677368164], [-0.08327092230319977, 2.6804003715515137, -0.08186262100934982, -88.57644653320312], [0.07372171431779861, 0.08364159613847733, 2.6976675987243652, -78.37476348876953], [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': ['124823.405000', '124823.865000', '124824.325000', '124824.785000', '124825.245000', '124825.705000', '124826.165000', '124826.625000', '124827.085000', '124827.545000', '124828.005000', '124828.465000', '124828.925000', '124829.385000', '124829.845000', '124830.305000', '124830.765000', '124831.225000', '124831.685000', '124832.145000', '124832.605000', '124833.065000', '124833.525000', '124833.985000', '124834.445000', '124834.905000', '124835.365000', '124835.825000', '124836.285000', '124836.745000', '124837.205000', '124837.665000', '124838.125000', '124838.585000', '124839.045000', '124839.505000', '124839.965000', '124840.425000', '124840.885000', '124841.345000', '124841.805000', '124842.265000', '124842.725000', '124843.185000', '124843.645000', '124844.105000', '124844.565000', '124845.025000', '124845.485000', '124845.945000', '124846.405000', '124846.865000', '124847.325000', '124847.785000', '124848.245000', '124848.705000', '124849.165000', '124849.625000', '124850.085000', '124850.545000', '124851.005000', '124851.465000', '124851.925000', '124852.385000', '124852.845000', '124853.305000', '124853.765000', '124854.225000', '124854.685000', '124855.145000', '124855.605000', '124856.065000', '124856.525000', '124856.985000', '124857.445000', '124857.905000', '124858.365000', '124858.825000', '124859.285000', '124859.745000', '124900.205000', '124900.665000', '124901.125000', '124901.585000', '124902.045000', '124902.505000', '124902.965000', '124903.425000', '124903.885000', '124904.345000', '124904.805000', '124905.265000', '124905.725000', '124906.185000', '124906.645000', '124907.105000', '124907.565000', '124908.025000', '124908.485000', '124908.945000', '124909.405000', '124909.865000', '124910.325000', '124910.785000', '124911.245000', '124911.705000', '124912.165000', '124912.625000', '124913.085000', '124913.545000', '124914.005000', '124914.465000', '124914.925000', '124915.385000', '124915.845000', '124916.305000', '124916.765000', '124917.225000', '124917.685000', '124918.145000', '124918.605000', '124919.065000', '124919.525000', '124919.985000', '124920.445000', '124920.905000', '124921.365000', '124921.825000', '124922.285000', '124922.745000', '124923.205000', '124923.665000', '124924.125000', '124924.585000', '124925.045000', '124925.505000', '124925.965000', '124926.425000', '124926.885000', '124927.345000', '124927.805000', '124928.265000', '124928.725000', '124929.185000', '124929.645000', '124930.105000', '124930.565000', '124931.025000', '124931.485000', '124931.945000', '124932.405000', '124932.865000', '124933.325000', '124933.785000', '124934.245000', '124934.705000', '124935.165000', '124935.625000', '124936.085000', '124936.545000', '124937.005000', '124937.465000', '124937.925000', '124938.385000', '124938.845000', '124939.305000', '124939.765000', '124940.225000', '124940.685000', '124941.145000', '124941.605000', '124942.065000', '124942.525000', '124942.985000', '124943.445000', '124943.905000', '124944.365000', '124944.825000', '124945.285000', '124945.745000', '124946.205000', '124946.665000', '124947.125000', '124947.585000', '124948.045000', '124948.505000', '124948.965000', '124949.425000', '124949.885000', '124950.345000', '124950.805000', '124951.265000', '124951.725000', '124952.185000', '124952.645000', '124953.105000', '124953.565000', '124954.025000', '124954.485000', '124954.945000', '124955.405000', '124955.865000', '124956.325000', '124956.785000', '124957.245000', '124957.705000', '124958.165000', '124958.625000', '124959.085000', '124959.545000', '125000.005000', '125000.465000', '125000.925000', '125001.385000', '125001.845000', '125002.305000', '125002.765000', '125003.225000', '125003.685000', '125004.145000', '125004.605000', '125005.065000', '125005.525000', '125005.985000', '125006.445000', '125006.905000', '125007.365000', '125007.825000', '125008.285000', '125008.745000', '125009.205000', '125009.665000', '125010.125000', '125010.585000', '125011.045000', '125011.505000', '125011.965000', '125012.425000', '125012.885000', '125013.345000', '125013.805000', '125014.265000', '125014.725000', '125015.185000', '125015.645000', '125016.105000', '125016.565000', '125017.025000', '125017.485000', '125017.945000', '125018.405000', '125018.865000', '125019.325000', '125019.785000', '125020.245000', '125020.705000', '125021.165000', '125021.625000', '125022.085000', '125022.545000', '125023.005000', '125023.465000', '125023.925000', '125024.385000', '125024.845000', '125025.305000', '125025.765000', '125026.225000', '125026.685000', '125027.145000', '125027.605000', '125028.065000', '125028.525000', '125028.985000', '125029.445000', '125029.905000', '125030.365000', '125030.825000', '125031.285000', '125031.745000', '125032.205000', '125032.665000', '125033.125000', '125033.585000', '125034.045000', '125034.505000', '125034.965000', '125035.425000', '125035.885000', '125036.345000', '125036.805000', '125037.265000', '125037.725000', '125038.185000', '125038.645000', '125039.105000', '125039.565000', '125040.025000', '125040.485000', '125040.945000', '125041.405000', '125041.865000', '125042.325000', '125042.785000', '125043.245000', '125043.705000', '125044.165000', '125044.625000', '125045.085000', '125045.545000', '125046.005000', '125046.465000', '125046.925000', '125047.385000', '125047.845000', '125048.305000', '125048.765000', '125049.225000', '125049.685000', '125050.145000', '125050.605000', '125051.065000', '125051.525000', '125051.985000', '125052.445000', '125052.905000', '125053.365000', '125053.825000', '125054.285000', '125054.745000', '125055.205000', '125055.665000', '125056.125000', '125056.585000', '125057.045000', '125057.505000', '125057.965000', '125058.425000', '125058.885000', '125059.345000', '125059.805000', '125100.265000', '125100.725000', '125101.185000', '125101.645000', '125102.105000', '125102.565000', '125103.025000', '125103.485000', '125103.945000', '125104.405000', '125104.865000', '125105.325000', '125105.785000', '125106.245000', '125106.705000', '125107.165000', '125107.625000', '125108.085000', '125108.545000', '125109.005000', '125109.465000', '125109.925000', '125110.385000', '125110.845000', '125111.305000', '125111.765000', '125112.225000', '125112.685000', '125113.145000', '125113.605000', '125114.065000', '125114.525000', '125114.985000', '125115.445000', '125115.905000', '125116.365000', '125116.825000', '125117.285000', '125117.745000', '125118.205000', '125118.665000', '125119.125000', '125119.585000', '125120.045000', '125120.505000', '125120.965000', '125121.425000', '125121.885000', '125122.345000', '125122.805000', '125123.265000', '125123.725000', '125124.185000', '125124.645000', '125125.105000', '125125.565000', '125126.025000', '125126.485000', '125126.945000', '125127.405000', '125127.865000', '125128.325000', '125128.785000', '125129.245000', '125129.705000', '125130.165000', '125130.625000', '125131.085000', '125131.545000', '125132.005000', '125132.465000', '125132.925000', '125133.385000', '125133.845000', '125134.305000', '125134.765000', '125135.225000', '125135.685000', '125136.145000', '125136.605000', '125137.065000', '125137.525000', '125137.985000', '125138.445000', '125138.905000', '125139.365000', '125139.825000', '125140.285000', '125140.745000', '125141.205000', '125141.665000', '125142.125000', '125142.585000', '125143.045000', '125143.505000', '125143.965000', '125144.425000', '125144.885000', '125145.345000', '125145.805000', '125146.265000', '125146.725000', '125147.185000', '125147.645000', '125148.105000', '125148.565000', '125149.025000', '125149.485000', '125149.945000', '125150.405000', '125150.865000', '125151.325000', '125151.785000', '125152.245000', '125152.705000', '125153.165000', '125153.625000', '125154.085000', '125154.545000', '125155.005000', '125155.465000', '125155.925000', '125156.385000', '125156.845000', '125157.305000', '125157.765000', '125158.225000', '125158.685000', '125159.145000', '125159.605000', '125200.065000', '125200.525000', '125200.985000', '125201.445000', '125201.905000', '125202.365000', '125202.825000', '125203.285000', '125203.745000', '125204.205000', '125204.665000', '125205.125000', '125205.585000', '125206.045000', '125206.505000', '125206.965000', '125207.425000', '125207.885000', '125208.345000', '125208.805000', '125209.265000', '125209.725000', '125210.185000', '125210.645000', '125211.105000', '125211.565000', '125212.025000', '125212.485000', '125212.945000', '125213.405000', '125213.865000', '125214.325000', '125214.785000', '125215.245000', '125215.705000', '125216.165000', '125216.625000', '125217.085000', '125217.545000', '125218.005000', '125218.465000', '125218.925000', '125219.385000', '125219.845000', '125220.305000', '125220.765000', '125221.225000', '125221.685000', '125222.145000', '125222.605000', '125223.065000', '125223.525000', '125223.985000', '125224.445000', '125224.905000', '125225.365000', '125225.825000', '125226.285000', '125226.745000', '125227.205000', '125227.665000', '125228.125000', '125228.585000', '125229.045000', '125229.505000', '125229.965000', '125230.425000', '125230.885000', '125231.345000', '125231.805000', '125232.265000', '125232.725000', '125233.185000', '125233.645000', '125234.105000', '125234.565000', '125235.025000', '125235.485000', '125235.945000', '125236.405000', '125236.865000', '125237.325000', '125237.785000', '125238.245000', '125238.705000', '125239.165000', '125239.625000', '125240.085000', '125240.545000', '125241.005000', '125241.465000', '125241.925000', '125242.385000', '125242.845000', '125243.305000', '125243.765000', '125244.225000', '125244.685000', '125245.145000', '125245.605000', '125246.065000', '125246.525000', '125246.985000', '125247.445000', '125247.905000', '125248.365000', '125248.825000', '125249.285000', '125249.745000', '125250.205000', '125250.665000', '125251.125000', '125251.585000', '125252.045000', '125252.505000', '125252.965000', '125253.425000', '125253.885000', '125254.345000', '125254.805000', '125255.265000', '125255.725000', '125256.185000', '125256.645000', '125257.105000', '125257.565000', '125258.025000', '125258.485000', '125258.945000', '125259.405000', '125259.865000', '125300.325000', '125300.785000', '125301.245000', '125301.705000', '125302.165000', '125302.625000', '125303.085000', '125303.545000', '125304.005000', '125304.465000', '125304.925000', '125305.385000', '125305.845000', '125306.305000', '125306.765000', '125307.225000', '125307.685000', '125308.145000', '125308.605000', '125309.065000', '125309.525000', '125309.985000', '125310.445000', '125310.905000', '125311.365000', '125311.825000', '125312.285000', '125312.745000', '125313.205000', '125313.665000', '125314.125000', '125314.585000', '125315.045000', '125315.505000', '125315.965000', '125316.425000', '125316.885000', '125317.345000', '125317.805000', '125318.265000', '125318.725000', '125319.185000', '125319.645000', '125320.105000', '125320.565000', '125321.025000', '125321.485000', '125321.945000', '125322.405000', '125322.865000', '125323.325000', '125323.785000', '125324.245000', '125324.705000', '125325.165000', '125325.625000', '125326.085000', '125326.545000', '125327.005000', '125327.465000', '125327.925000', '125328.385000', '125328.845000', '125329.305000', '125329.765000', '125330.225000', '125330.685000', '125331.145000', '125331.605000', '125332.065000', '125332.525000', '125332.985000', '125333.445000', '125333.905000', '125334.365000', '125334.825000', '125335.285000', '125335.745000', '125336.205000', '125336.665000', '125337.125000', '125337.585000', '125338.045000', '125338.505000', '125338.965000', '125339.425000', '125339.885000', '125340.345000', '125340.805000', '125341.265000', '125341.725000', '125342.185000', '125342.645000', '125343.105000', '125343.565000', '125344.025000', '125344.485000', '125344.945000', '125345.405000', '125345.865000', '125346.325000', '125346.785000', '125347.245000', '125347.705000', '125348.165000', '125348.625000', '125349.085000', '125349.545000', '125350.005000', '125350.465000', '125350.925000', '125351.385000', '125351.845000', '125352.305000', '125352.765000', '125353.225000', '125353.685000', '125354.145000', '125354.605000', '125355.065000', '125355.525000', '125355.985000', '125356.445000', '125356.905000', '125357.365000', '125357.825000', '125358.285000', '125358.745000', '125359.205000', '125359.665000', '125400.125000', '125400.585000', '125401.045000', '125401.505000', '125401.965000', '125402.425000', '125402.885000', '125403.345000', '125403.805000', '125404.265000', '125404.725000', '125405.185000', '125405.645000', '125406.105000', '125406.565000', '125407.025000', '125407.485000', '125407.945000', '125408.405000', '125408.865000', '125409.325000', '125409.785000', '125410.245000', '125410.705000', '125411.165000', '125411.625000', '125412.085000', '125412.545000', '125413.005000', '125413.465000', '125413.925000', '125414.385000', '125414.845000', '125415.305000', '125415.765000', '125416.225000', '125416.685000', '125417.145000', '125417.605000', '125418.065000', '125418.525000', '125418.985000', '125419.445000', '125419.905000', '125420.365000', '125420.825000', '125421.285000', '125421.745000', '125422.205000', '125422.665000', '125423.125000', '125423.585000', '125424.045000', '125424.505000', '125424.965000', '125425.425000', '125425.885000', '125426.345000', '125426.805000', '125427.265000', '125427.725000', '125428.185000', '125428.645000', '125429.105000', '125429.565000', '125430.025000', '125430.485000', '125430.945000', '125431.405000', '125431.865000', '125432.325000', '125432.785000', '125433.245000', '125433.705000', '125434.165000', '125434.625000', '125435.085000', '125435.545000', '125436.005000', '125436.465000', '125436.925000', '125437.385000', '125437.845000', '125438.305000', '125438.765000', '125439.225000', '125439.685000', '125440.145000', '125440.605000', '125441.065000', '125441.525000', '125441.985000', '125442.445000', '125442.905000', '125443.365000', '125443.825000', '125444.285000', '125444.745000', '125445.205000', '125445.665000', '125446.125000', '125446.585000', '125447.045000', '125447.505000', '125447.965000', '125448.425000', '125448.885000', '125449.345000', '125449.805000', '125450.265000', '125450.725000', '125451.185000', '125451.645000', '125452.105000', '125452.565000', '125453.025000', '125453.485000', '125453.945000', '125454.405000', '125454.865000', '125455.325000', '125455.785000', '125456.245000', '125456.705000', '125457.165000', '125457.625000', '125458.085000', '125458.545000', '125459.005000', '125459.465000', '125459.925000', '125500.385000', '125500.845000', '125501.305000', '125501.765000', '125502.225000', '125502.685000', '125503.145000', '125503.605000', '125504.065000'], 'ContentTime': ['124836.947000', '124836.950000', '124836.953000', '124836.963000', '124836.965000', '124836.968000', '124836.970000', '124836.976000', '124836.979000', '124836.982000', '124836.984000', '124836.987000', '124836.989000', '124836.992000', '124836.995000', '124836.997000', '124837.001000', '124837.004000', '124837.006000', '124837.009000', '124837.012000', '124837.014000', '124837.017000', '124837.019000', '124837.022000', '124837.024000', '124837.027000', '124837.032000', '124856.878000', '124856.881000', '124856.891000', '124856.893000', '124856.896000', '124856.898000', '124856.901000', '124856.904000', '124856.906000', '124856.909000', '124856.912000', '124856.914000', '124856.917000', '124856.919000', '124856.922000', '124856.924000', '124856.927000', '124856.930000', '124856.932000', '124856.935000', '124856.937000', '124856.940000', '124856.942000', '124856.951000', '124856.953000', '124856.956000', '124856.958000', '124856.961000', '124856.963000', '124856.966000', '124856.968000', '124856.971000', '124856.973000', '124856.976000', '124856.978000', '124856.981000', '124856.984000', '124856.986000', '124856.989000', '124856.992000', '124856.994000', '124856.997000', '124857.001000', '124916.879000', '124916.881000', '124916.884000', '124916.886000', '124916.889000', '124916.891000', '124916.894000', '124916.896000', '124916.899000', '124916.902000', '124916.904000', '124916.907000', '124916.909000', '124916.912000', '124916.914000', '124916.917000', '124916.920000', '124916.927000', '124916.929000', '124916.932000', '124916.934000', '124916.937000', '124916.940000', '124916.942000', '124916.945000', '124916.947000', '124916.950000', '124916.952000', '124916.955000', '124916.957000', '124916.960000', '124916.962000', '124916.965000', '124916.968000', '124916.970000', '124916.973000', '124916.975000', '124916.978000', '124916.980000', '124916.983000', '124916.986000', '124916.988000', '124916.991000', '124916.994000', '124936.878000', '124936.881000', '124936.884000', '124936.886000', '124936.889000', '124936.891000', '124936.894000', '124936.896000', '124936.899000', '124936.902000', '124936.904000', '124936.907000', '124936.909000', '124936.912000', '124936.914000', '124936.917000', '124936.919000', '124936.922000', '124936.924000', '124936.927000', '124936.929000', '124936.932000', '124936.935000', '124936.937000', '124936.940000', '124936.942000', '124936.945000', '124936.947000', '124936.950000', '124936.953000', '124936.955000', '124936.958000', '124936.960000', '124936.963000', '124936.965000', '124936.968000', '124936.970000', '124936.973000', '124936.975000', '124936.978000', '124936.980000', '124936.983000', '124936.986000', '124956.878000', '124956.880000', '124956.883000', '124956.886000', '124956.888000', '124956.891000', '124956.893000', '124956.896000', '124956.898000', '124956.901000', '124956.904000', '124956.906000', '124956.909000', '124956.912000', '124956.914000', '124956.917000', '124956.919000', '124956.922000', '124956.924000', '124956.927000', '124956.929000', '124956.932000', '124956.934000', '124956.937000', '124956.939000', '124956.942000', '124956.945000', '124956.947000', '124956.950000', '124956.952000', '124956.955000', '124956.957000', '124956.960000', '124956.962000', '124956.965000', '124956.967000', '124956.970000', '124956.972000', '124956.975000', '124956.978000', '124956.980000', '124956.983000', '124956.985000', '124956.988000', '125016.878000', '125016.880000', '125016.883000', '125016.886000', '125016.888000', '125016.891000', '125016.893000', '125016.896000', '125016.899000', '125016.912000', '125016.915000', '125016.917000', '125016.920000', '125016.923000', '125016.925000', '125016.928000', '125016.930000', '125016.933000', '125016.935000', '125016.938000', '125016.940000', '125016.943000', '125016.945000', '125016.948000', '125016.951000', '125016.953000', '125016.956000', '125016.958000', '125016.961000', '125016.964000', '125016.966000', '125016.969000', '125016.971000', '125016.974000', '125016.977000', '125016.979000', '125016.982000', '125016.984000', '125016.987000', '125016.990000', '125016.992000', '125016.995000', '125016.997000', '125036.879000', '125036.881000', '125036.884000', '125036.887000', '125036.889000', '125036.892000', '125036.894000', '125036.897000', '125036.899000', '125036.902000', '125036.905000', '125036.907000', '125036.910000', '125036.912000', '125036.915000', '125036.917000', '125036.920000', '125036.922000', '125036.925000', '125036.927000', '125036.930000', '125036.933000', '125036.935000', '125036.938000', '125036.940000', '125036.943000', '125036.946000', '125036.948000', '125036.951000', '125036.954000', '125036.956000', '125036.959000', '125036.961000', '125036.964000', '125036.967000', '125036.969000', '125036.972000', '125036.975000', '125036.977000', '125036.980000', '125036.983000', '125036.985000', '125036.988000', '125056.879000', '125056.881000', '125056.884000', '125056.887000', '125056.889000', '125056.892000', '125056.894000', '125056.897000', '125056.900000', '125056.902000', '125056.905000', '125056.907000', '125056.910000', '125056.912000', '125056.915000', '125056.918000', '125056.920000', '125056.923000', '125056.925000', '125056.928000', '125056.930000', '125056.933000', '125056.935000', '125056.938000', '125056.940000', '125056.943000', '125056.946000', '125056.948000', '125056.951000', '125056.953000', '125056.956000', '125056.958000', '125056.961000', '125056.963000', '125056.966000', '125056.968000', '125056.971000', '125056.974000', '125056.976000', '125056.979000', '125056.981000', '125056.984000', '125056.987000', '125056.989000', '125116.878000', '125116.881000', '125116.884000', '125116.886000', '125116.889000', '125116.893000', '125116.896000', '125116.898000', '125116.901000', '125116.904000', '125116.906000', '125116.909000', '125116.911000', '125116.914000', '125116.917000', '125116.919000', '125116.922000', '125116.924000', '125116.927000', '125116.935000', '125116.937000', '125116.940000', '125116.943000', '125116.945000', '125116.948000', '125116.951000', '125116.953000', '125116.956000', '125116.958000', '125116.961000', '125116.964000', '125116.966000', '125116.969000', '125116.971000', '125116.974000', '125116.977000', '125116.979000', '125116.982000', '125116.985000', '125116.987000', '125116.996000', '125116.998000', '125117.002000', '125117.004000', '125136.878000', '125136.881000', '125136.884000', '125136.887000', '125136.889000', '125136.892000', '125136.894000', '125136.897000', '125136.899000', '125136.902000', '125136.905000', '125136.907000', '125136.910000', '125136.912000', '125136.915000', '125136.918000', '125136.920000', '125136.923000', '125136.926000', '125136.928000', '125136.931000', '125136.933000', '125136.936000', '125136.939000', '125136.941000', '125136.944000', '125136.947000', '125136.949000', '125136.952000', '125136.954000', '125136.957000', '125136.960000', '125136.962000', '125136.965000', '125136.979000', '125136.982000', '125136.985000', '125136.987000', '125136.990000', '125136.992000', '125136.995000', '125136.997000', '125137.001000', '125156.878000', '125156.881000', '125156.884000', '125156.886000', '125156.889000', '125156.892000', '125156.894000', '125156.897000', '125156.900000', '125156.902000', '125156.905000', '125156.907000', '125156.910000', '125156.913000', '125156.915000', '125156.918000', '125156.921000', '125156.923000', '125156.926000', '125156.928000', '125156.931000', '125156.934000', '125156.936000', '125156.939000', '125156.942000', '125156.944000', '125156.947000', '125156.949000', '125156.952000', '125156.955000', '125156.957000', '125156.960000', '125156.963000', '125156.965000', '125156.968000', '125156.971000', '125156.973000', '125156.976000', '125156.978000', '125156.981000', '125156.984000', '125156.986000', '125156.989000', '125216.877000', '125216.880000', '125216.883000', '125216.886000', '125216.888000', '125216.891000', '125216.894000', '125216.896000', '125216.899000', '125216.901000', '125216.904000', '125216.907000', '125216.909000', '125216.912000', '125216.914000', '125216.917000', '125216.920000', '125216.922000', '125216.925000', '125216.927000', '125216.930000', '125216.933000', '125216.935000', '125216.938000', '125216.940000', '125216.943000', '125216.946000', '125216.948000', '125216.951000', '125216.954000', '125216.956000', '125216.959000', '125216.961000', '125216.964000', '125216.967000', '125216.969000', '125216.972000', '125216.974000', '125216.977000', '125216.980000', '125216.982000', '125216.985000', '125216.988000', '125216.990000', '125236.878000', '125236.880000', '125236.883000', '125236.886000', '125236.888000', '125236.891000', '125236.893000', '125236.896000', '125236.898000', '125236.901000', '125236.903000', '125236.906000', '125236.909000', '125236.911000', '125236.914000', '125236.917000', '125236.919000', '125236.922000', '125236.924000', '125236.927000', '125236.929000', '125236.933000', '125236.935000', '125236.938000', '125236.940000', '125236.943000', '125236.946000', '125236.948000', '125236.951000', '125236.953000', '125236.956000', '125236.958000', '125236.961000', '125236.963000', '125236.966000', '125236.968000', '125236.971000', '125236.974000', '125236.976000', '125236.979000', '125236.981000', '125236.984000', '125236.986000', '125256.878000', '125256.882000', '125256.884000', '125256.887000', '125256.889000', '125256.892000', '125256.895000', '125256.897000', '125256.900000', '125256.903000', '125256.905000', '125256.908000', '125256.910000', '125256.913000', '125256.915000', '125256.918000', '125256.921000', '125256.923000', '125256.926000', '125256.929000', '125256.931000', '125256.934000', '125256.937000', '125256.939000', '125256.942000', '125256.944000', '125256.947000', '125256.949000', '125256.952000', '125256.955000', '125256.957000', '125256.960000', '125256.962000', '125256.965000', '125256.967000', '125256.970000', '125256.972000', '125256.975000', '125256.977000', '125256.980000', '125256.983000', '125256.985000', '125256.988000', '125256.990000', '125316.878000', '125316.881000', '125316.884000', '125316.887000', '125316.889000', '125316.892000', '125316.894000', '125316.897000', '125316.900000', '125316.902000', '125316.905000', '125316.907000', '125316.910000', '125316.913000', '125316.915000', '125316.918000', '125316.961000', '125316.963000', '125316.966000', '125316.969000', '125316.971000', '125316.974000', '125316.976000', '125316.979000', '125316.982000', '125316.984000', '125316.987000', '125316.989000', '125316.992000', '125316.995000', '125316.998000', '125317.001000', '125317.004000', '125317.006000', '125317.009000', '125317.012000', '125317.014000', '125317.017000', '125317.019000', '125317.022000', '125317.025000', '125317.027000', '125317.030000', '125336.879000', '125336.882000', '125336.884000', '125336.887000', '125336.889000', '125336.892000', '125336.894000', '125336.897000', '125336.900000', '125336.902000', '125336.905000', '125336.907000', '125336.910000', '125336.912000', '125336.915000', '125336.918000', '125336.920000', '125336.923000', '125336.925000', '125336.928000', '125336.930000', '125336.933000', '125336.935000', '125336.938000', '125336.941000', '125336.943000', '125336.946000', '125336.948000', '125336.951000', '125336.954000', '125336.956000', '125336.959000', '125336.961000', '125336.964000', '125336.967000', '125336.969000', '125336.972000', '125336.974000', '125336.977000', '125336.980000', '125336.982000', '125336.985000', '125336.987000', '125336.990000', '125356.879000', '125356.882000', '125356.884000', '125356.887000', '125356.890000', '125356.892000', '125356.895000', '125356.897000', '125356.900000', '125356.903000', '125356.905000', '125356.908000', '125356.910000', '125356.913000', '125356.916000', '125356.918000', '125356.922000', '125356.925000', '125356.928000', '125356.930000', '125356.933000', '125356.936000', '125356.938000', '125356.941000', '125356.943000', '125356.946000', '125356.948000', '125356.951000', '125356.953000', '125356.956000', '125356.959000', '125356.961000', '125356.964000', '125356.966000', '125356.969000', '125356.972000', '125356.975000', '125356.977000', '125356.980000', '125356.983000', '125356.985000', '125356.988000', '125356.990000', '125416.879000', '125416.881000', '125416.884000', '125416.887000', '125416.889000', '125416.892000', '125416.894000', '125416.897000', '125416.900000', '125416.902000', '125416.905000', '125416.908000', '125416.910000', '125416.913000', '125416.915000', '125416.918000', '125416.921000', '125416.923000', '125416.926000', '125416.928000', '125416.931000', '125416.933000', '125416.936000', '125416.939000', '125416.941000', '125416.944000', '125416.946000', '125416.949000', '125416.952000', '125416.954000', '125416.957000', '125416.959000', '125416.962000', '125416.965000', '125416.967000', '125416.970000', '125416.972000', '125416.975000', '125416.977000', '125416.980000', '125416.982000', '125416.985000', '125416.988000', '125416.990000', '125436.877000', '125436.880000', '125436.883000', '125436.886000', '125436.888000', '125436.891000', '125436.893000', '125436.896000', '125436.900000', '125436.903000', '125436.905000', '125436.908000', '125436.911000', '125436.913000', '125436.916000', '125436.918000', '125436.922000', '125436.925000', '125436.928000', '125436.930000', '125436.933000', '125436.936000', '125436.938000', '125436.942000', '125436.944000', '125436.947000', '125436.949000', '125436.952000', '125436.955000', '125436.958000', '125436.960000', '125436.963000', '125436.965000', '125436.968000', '125436.971000', '125436.973000', '125436.976000', '125436.978000', '125436.981000', '125436.984000', '125436.986000', '125437.003000', '125437.006000', '125456.877000', '125456.880000', '125456.884000', '125456.886000', '125456.889000', '125456.892000', '125456.895000', '125456.897000', '125456.900000', '125456.902000', '125456.905000', '125456.908000', '125456.910000', '125456.913000', '125456.916000', '125456.918000', '125456.921000', '125456.923000', '125456.926000', '125456.929000', '125456.931000', '125456.934000', '125456.936000', '125456.939000', '125456.942000', '125456.944000', '125456.947000', '125456.950000', '125456.952000', '125456.955000', '125456.957000', '125456.960000', '125456.962000', '125456.965000', '125456.968000', '125456.970000', '125456.973000', '125456.975000', '125456.978000', '125456.981000', '125456.983000', '125456.986000', '125456.989000', '125456.991000', '125505.006000', '125505.009000', '125505.012000', '125505.015000', '125505.018000', '125505.020000', '125505.023000', '125505.026000', '125505.028000', '125505.031000', '125505.035000', '125505.046000', '125505.048000', '125505.051000', '125505.054000', '125505.057000', '125505.060000', '125505.062000'], 'InstanceCreationTime': ['124836.947000', '124836.950000', '124836.953000', '124836.963000', '124836.965000', '124836.968000', '124836.970000', '124836.976000', '124836.979000', '124836.982000', '124836.984000', '124836.987000', '124836.989000', '124836.992000', '124836.995000', '124836.997000', '124837.001000', '124837.004000', '124837.006000', '124837.009000', '124837.012000', '124837.014000', '124837.017000', '124837.019000', '124837.022000', '124837.024000', '124837.027000', '124837.032000', '124856.878000', '124856.881000', '124856.891000', '124856.893000', '124856.896000', '124856.898000', '124856.901000', '124856.904000', '124856.906000', '124856.909000', '124856.912000', '124856.914000', '124856.917000', '124856.919000', '124856.922000', '124856.924000', '124856.927000', '124856.930000', '124856.932000', '124856.935000', '124856.937000', '124856.940000', '124856.942000', '124856.951000', '124856.953000', '124856.956000', '124856.958000', '124856.961000', '124856.963000', '124856.966000', '124856.968000', '124856.971000', '124856.973000', '124856.976000', '124856.978000', '124856.981000', '124856.984000', '124856.986000', '124856.989000', '124856.992000', '124856.994000', '124856.997000', '124857.001000', '124916.879000', '124916.881000', '124916.884000', '124916.886000', '124916.889000', '124916.891000', '124916.894000', '124916.896000', '124916.899000', '124916.902000', '124916.904000', '124916.907000', '124916.909000', '124916.912000', '124916.914000', '124916.917000', '124916.920000', '124916.927000', '124916.929000', '124916.932000', '124916.934000', '124916.937000', '124916.940000', '124916.942000', '124916.945000', '124916.947000', '124916.950000', '124916.952000', '124916.955000', '124916.957000', '124916.960000', '124916.962000', '124916.965000', '124916.968000', '124916.970000', '124916.973000', '124916.975000', '124916.978000', '124916.980000', '124916.983000', '124916.986000', '124916.988000', '124916.991000', '124916.994000', '124936.878000', '124936.881000', '124936.884000', '124936.886000', '124936.889000', '124936.891000', '124936.894000', '124936.896000', '124936.899000', '124936.902000', '124936.904000', '124936.907000', '124936.909000', '124936.912000', '124936.914000', '124936.917000', '124936.919000', '124936.922000', '124936.924000', '124936.927000', '124936.929000', '124936.932000', '124936.935000', '124936.937000', '124936.940000', '124936.942000', '124936.945000', '124936.947000', '124936.950000', '124936.953000', '124936.955000', '124936.958000', '124936.960000', '124936.963000', '124936.965000', '124936.968000', '124936.970000', '124936.973000', '124936.975000', '124936.978000', '124936.980000', '124936.983000', '124936.986000', '124956.878000', '124956.880000', '124956.883000', '124956.886000', '124956.888000', '124956.891000', '124956.893000', '124956.896000', '124956.898000', '124956.901000', '124956.904000', '124956.906000', '124956.909000', '124956.912000', '124956.914000', '124956.917000', '124956.919000', '124956.922000', '124956.924000', '124956.927000', '124956.929000', '124956.932000', '124956.934000', '124956.937000', '124956.939000', '124956.942000', '124956.945000', '124956.947000', '124956.950000', '124956.952000', '124956.955000', '124956.957000', '124956.960000', '124956.962000', '124956.965000', '124956.967000', '124956.970000', '124956.972000', '124956.975000', '124956.978000', '124956.980000', '124956.983000', '124956.985000', '124956.988000', '125016.878000', '125016.880000', '125016.883000', '125016.886000', '125016.888000', '125016.891000', '125016.893000', '125016.896000', '125016.899000', '125016.912000', '125016.915000', '125016.917000', '125016.920000', '125016.923000', '125016.925000', '125016.928000', '125016.930000', '125016.933000', '125016.935000', '125016.938000', '125016.940000', '125016.943000', '125016.945000', '125016.948000', '125016.951000', '125016.953000', '125016.956000', '125016.958000', '125016.961000', '125016.964000', '125016.966000', '125016.969000', '125016.971000', '125016.974000', '125016.977000', '125016.979000', '125016.982000', '125016.984000', '125016.987000', '125016.990000', '125016.992000', '125016.995000', '125016.997000', '125036.879000', '125036.881000', '125036.884000', '125036.887000', '125036.889000', '125036.892000', '125036.894000', '125036.897000', '125036.899000', '125036.902000', '125036.905000', '125036.907000', '125036.910000', '125036.912000', '125036.915000', '125036.917000', '125036.920000', '125036.922000', '125036.925000', '125036.927000', '125036.930000', '125036.933000', '125036.935000', '125036.938000', '125036.940000', '125036.943000', '125036.946000', '125036.948000', '125036.951000', '125036.954000', '125036.956000', '125036.959000', '125036.961000', '125036.964000', '125036.967000', '125036.969000', '125036.972000', '125036.975000', '125036.977000', '125036.980000', '125036.983000', '125036.985000', '125036.988000', '125056.879000', '125056.881000', '125056.884000', '125056.887000', '125056.889000', '125056.892000', '125056.894000', '125056.897000', '125056.900000', '125056.902000', '125056.905000', '125056.907000', '125056.910000', '125056.912000', '125056.915000', '125056.918000', '125056.920000', '125056.923000', '125056.925000', '125056.928000', '125056.930000', '125056.933000', '125056.935000', '125056.938000', '125056.940000', '125056.943000', '125056.946000', '125056.948000', '125056.951000', '125056.953000', '125056.956000', '125056.958000', '125056.961000', '125056.963000', '125056.966000', '125056.968000', '125056.971000', '125056.974000', '125056.976000', '125056.979000', '125056.981000', '125056.984000', '125056.987000', '125056.989000', '125116.878000', '125116.881000', '125116.884000', '125116.886000', '125116.889000', '125116.893000', '125116.896000', '125116.898000', '125116.901000', '125116.904000', '125116.906000', '125116.909000', '125116.911000', '125116.914000', '125116.917000', '125116.919000', '125116.922000', '125116.924000', '125116.927000', '125116.935000', '125116.937000', '125116.940000', '125116.943000', '125116.945000', '125116.948000', '125116.951000', '125116.953000', '125116.956000', '125116.958000', '125116.961000', '125116.964000', '125116.966000', '125116.969000', '125116.971000', '125116.974000', '125116.977000', '125116.979000', '125116.982000', '125116.985000', '125116.987000', '125116.996000', '125116.998000', '125117.002000', '125117.004000', '125136.878000', '125136.881000', '125136.884000', '125136.887000', '125136.889000', '125136.892000', '125136.894000', '125136.897000', '125136.899000', '125136.902000', '125136.905000', '125136.907000', '125136.910000', '125136.912000', '125136.915000', '125136.918000', '125136.920000', '125136.923000', '125136.926000', '125136.928000', '125136.931000', '125136.933000', '125136.936000', '125136.939000', '125136.941000', '125136.944000', '125136.947000', '125136.949000', '125136.952000', '125136.954000', '125136.957000', '125136.960000', '125136.962000', '125136.965000', '125136.979000', '125136.982000', '125136.985000', '125136.987000', '125136.990000', '125136.992000', '125136.995000', '125136.997000', '125137.001000', '125156.878000', '125156.881000', '125156.884000', '125156.886000', '125156.889000', '125156.892000', '125156.894000', '125156.897000', '125156.900000', '125156.902000', '125156.905000', '125156.907000', '125156.910000', '125156.913000', '125156.915000', '125156.918000', '125156.921000', '125156.923000', '125156.926000', '125156.928000', '125156.931000', '125156.934000', '125156.936000', '125156.939000', '125156.942000', '125156.944000', '125156.947000', '125156.949000', '125156.952000', '125156.955000', '125156.957000', '125156.960000', '125156.963000', '125156.965000', '125156.968000', '125156.971000', '125156.973000', '125156.976000', '125156.978000', '125156.981000', '125156.984000', '125156.986000', '125156.989000', '125216.877000', '125216.880000', '125216.883000', '125216.886000', '125216.888000', '125216.891000', '125216.894000', '125216.896000', '125216.899000', '125216.901000', '125216.904000', '125216.907000', '125216.909000', '125216.912000', '125216.914000', '125216.917000', '125216.920000', '125216.922000', '125216.925000', '125216.927000', '125216.930000', '125216.933000', '125216.935000', '125216.938000', '125216.940000', '125216.943000', '125216.946000', '125216.948000', '125216.951000', '125216.954000', '125216.956000', '125216.959000', '125216.961000', '125216.964000', '125216.967000', '125216.969000', '125216.972000', '125216.974000', '125216.977000', '125216.980000', '125216.982000', '125216.985000', '125216.988000', '125216.990000', '125236.878000', '125236.880000', '125236.883000', '125236.886000', '125236.888000', '125236.891000', '125236.893000', '125236.896000', '125236.898000', '125236.901000', '125236.903000', '125236.906000', '125236.909000', '125236.911000', '125236.914000', '125236.917000', '125236.919000', '125236.922000', '125236.924000', '125236.927000', '125236.929000', '125236.933000', '125236.935000', '125236.938000', '125236.940000', '125236.943000', '125236.946000', '125236.948000', '125236.951000', '125236.953000', '125236.956000', '125236.958000', '125236.961000', '125236.963000', '125236.966000', '125236.968000', '125236.971000', '125236.974000', '125236.976000', '125236.979000', '125236.981000', '125236.984000', '125236.986000', '125256.878000', '125256.882000', '125256.884000', '125256.887000', '125256.889000', '125256.892000', '125256.895000', '125256.897000', '125256.900000', '125256.903000', '125256.905000', '125256.908000', '125256.910000', '125256.913000', '125256.915000', '125256.918000', '125256.921000', '125256.923000', '125256.926000', '125256.929000', '125256.931000', '125256.934000', '125256.937000', '125256.939000', '125256.942000', '125256.944000', '125256.947000', '125256.949000', '125256.952000', '125256.955000', '125256.957000', '125256.960000', '125256.962000', '125256.965000', '125256.967000', '125256.970000', '125256.972000', '125256.975000', '125256.977000', '125256.980000', '125256.983000', '125256.985000', '125256.988000', '125256.990000', '125316.878000', '125316.881000', '125316.884000', '125316.887000', '125316.889000', '125316.892000', '125316.894000', '125316.897000', '125316.900000', '125316.902000', '125316.905000', '125316.907000', '125316.910000', '125316.913000', '125316.915000', '125316.918000', '125316.961000', '125316.963000', '125316.966000', '125316.969000', '125316.971000', '125316.974000', '125316.976000', '125316.979000', '125316.982000', '125316.984000', '125316.987000', '125316.989000', '125316.992000', '125316.995000', '125316.998000', '125317.001000', '125317.004000', '125317.006000', '125317.009000', '125317.012000', '125317.014000', '125317.017000', '125317.019000', '125317.022000', '125317.025000', '125317.027000', '125317.030000', '125336.879000', '125336.882000', '125336.884000', '125336.887000', '125336.889000', '125336.892000', '125336.894000', '125336.897000', '125336.900000', '125336.902000', '125336.905000', '125336.907000', '125336.910000', '125336.912000', '125336.915000', '125336.918000', '125336.920000', '125336.923000', '125336.925000', '125336.928000', '125336.930000', '125336.933000', '125336.935000', '125336.938000', '125336.941000', '125336.943000', '125336.946000', '125336.948000', '125336.951000', '125336.954000', '125336.956000', '125336.959000', '125336.961000', '125336.964000', '125336.967000', '125336.969000', '125336.972000', '125336.974000', '125336.977000', '125336.980000', '125336.982000', '125336.985000', '125336.987000', '125336.990000', '125356.879000', '125356.882000', '125356.884000', '125356.887000', '125356.890000', '125356.892000', '125356.895000', '125356.897000', '125356.900000', '125356.903000', '125356.905000', '125356.908000', '125356.910000', '125356.913000', '125356.916000', '125356.918000', '125356.922000', '125356.925000', '125356.928000', '125356.930000', '125356.933000', '125356.936000', '125356.938000', '125356.941000', '125356.943000', '125356.946000', '125356.948000', '125356.951000', '125356.953000', '125356.956000', '125356.959000', '125356.961000', '125356.964000', '125356.966000', '125356.969000', '125356.972000', '125356.975000', '125356.977000', '125356.980000', '125356.983000', '125356.985000', '125356.988000', '125356.990000', '125416.879000', '125416.881000', '125416.884000', '125416.887000', '125416.889000', '125416.892000', '125416.894000', '125416.897000', '125416.900000', '125416.902000', '125416.905000', '125416.908000', '125416.910000', '125416.913000', '125416.915000', '125416.918000', '125416.921000', '125416.923000', '125416.926000', '125416.928000', '125416.931000', '125416.933000', '125416.936000', '125416.939000', '125416.941000', '125416.944000', '125416.946000', '125416.949000', '125416.952000', '125416.954000', '125416.957000', '125416.959000', '125416.962000', '125416.965000', '125416.967000', '125416.970000', '125416.972000', '125416.975000', '125416.977000', '125416.980000', '125416.982000', '125416.985000', '125416.988000', '125416.990000', '125436.877000', '125436.880000', '125436.883000', '125436.886000', '125436.888000', '125436.891000', '125436.893000', '125436.896000', '125436.900000', '125436.903000', '125436.905000', '125436.908000', '125436.911000', '125436.913000', '125436.916000', '125436.918000', '125436.922000', '125436.925000', '125436.928000', '125436.930000', '125436.933000', '125436.936000', '125436.938000', '125436.942000', '125436.944000', '125436.947000', '125436.949000', '125436.952000', '125436.955000', '125436.958000', '125436.960000', '125436.963000', '125436.965000', '125436.968000', '125436.971000', '125436.973000', '125436.976000', '125436.978000', '125436.981000', '125436.984000', '125436.986000', '125437.003000', '125437.006000', '125456.877000', '125456.880000', '125456.884000', '125456.886000', '125456.889000', '125456.892000', '125456.895000', '125456.897000', '125456.900000', '125456.902000', '125456.905000', '125456.908000', '125456.910000', '125456.913000', '125456.916000', '125456.918000', '125456.921000', '125456.923000', '125456.926000', '125456.929000', '125456.931000', '125456.934000', '125456.936000', '125456.939000', '125456.942000', '125456.944000', '125456.947000', '125456.950000', '125456.952000', '125456.955000', '125456.957000', '125456.960000', '125456.962000', '125456.965000', '125456.968000', '125456.970000', '125456.973000', '125456.975000', '125456.978000', '125456.981000', '125456.983000', '125456.986000', '125456.989000', '125456.991000', '125505.006000', '125505.009000', '125505.012000', '125505.015000', '125505.018000', '125505.020000', '125505.023000', '125505.026000', '125505.028000', '125505.031000', '125505.035000', '125505.046000', '125505.048000', '125505.051000', '125505.054000', '125505.057000', '125505.060000', '125505.062000'], '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': [10564, 8395, 10941, 9080, 8600, 11279, 9183, 10730, 10547, 7805, 9380, 8932, 7786, 10603, 9176, 7851, 11239, 11187, 8224, 10778, 8525, 7718, 10411, 8524, 10039, 10250, 7571, 10944, 9930, 10298, 12576, 9574, 8938, 10924, 8084, 9578, 8720, 7355, 10929, 8520, 9093, 10562, 8197, 10980, 8858, 8910, 9336, 8686, 13620, 12232, 9581, 11869, 8669, 8166, 9279, 7778, 8839, 10149, 8439, 8784, 9951, 8231, 11025, 10162, 9616, 12286, 10251, 8141, 10059, 8422, 11241, 10238, 9739, 12745, 10696, 9975, 10084, 8444, 11003, 9062, 8778, 12394, 10257, 13415, 11344, 8140, 11086, 8889, 8743, 10223, 8545, 12458, 9826, 10315, 11285, 8366, 11128, 9087, 11304, 10789, 9704, 14832, 12084, 10821, 13560, 9898, 9136, 8852, 9251, 8092, 9582, 9369, 12059, 10266, 9078, 12473, 9792, 13084, 10177, 10198, 14152, 12293, 14731, 11837, 8841, 9285, 10265, 9133, 12390, 9606, 8796, 10652, 9082, 8084, 9012, 8962, 12070, 9619, 11740, 11829, 11575, 12420, 10428, 15227, 13894, 15313, 11785, 9536, 11828, 8968, 12026, 9499, 12186, 9958, 8657, 10715, 9186, 10822, 9136, 11327, 9651, 9157, 9570, 8934, 10690, 8776, 9026, 11920, 9350, 12981, 10139, 11959, 11299, 9641, 12371, 10199, 12153, 11217, 9553, 11817, 9369, 9855, 11908, 9346, 13437, 11278, 9662, 12841, 9591, 12746, 10120, 10872, 10615, 9181, 12173, 10061, 15816, 12681, 10497, 9879, 8944, 10273, 8541, 8757, 10543, 8699, 13971, 10867, 12189, 11212, 8607, 11073, 9688, 9393, 12808, 10080, 13796, 11682, 10636, 12789, 9749, 12346, 9949, 8897, 12192, 9641, 12397, 9665, 11908, 10295, 8836, 13209, 10221, 11389, 10820, 8673, 11850, 8686, 9013, 11101, 9302, 13368, 10676, 13435, 10601, 13667, 11361, 11811, 11808, 9535, 12447, 9508, 11665, 9598, 12515, 10380, 9299, 10741, 8913, 9361, 7941, 9070, 10022, 8368, 13582, 10215, 10016, 12293, 9918, 13532, 10771, 9971, 10929, 8347, 12315, 9564, 12275, 10326, 8785, 11730, 9488, 12606, 9856, 8371, 10453, 8514, 13677, 9882, 10006, 11314, 8855, 12073, 10127, 8933, 10138, 7353, 12601, 9338, 8370, 10798, 8523, 13199, 9892, 11063, 11007, 8658, 11604, 10329, 14298, 12442, 8900, 11244, 8232, 8829, 9390, 8252, 12814, 10174, 13903, 11345, 9009, 13246, 10814, 10682, 11588, 8128, 12668, 9619, 8340, 11946, 9329, 12754, 9875, 9615, 10556, 7784, 10556, 9325, 15334, 11759, 7938, 10617, 7657, 11909, 8062, 9026, 9809, 8341, 13117, 9614, 12637, 10437, 11306, 10779, 7711, 10287, 8231, 7485, 10472, 9910, 14214, 11217, 8458, 9719, 8470, 8673, 11343, 10985, 8944, 12786, 10992, 11172, 13333, 9959, 10513, 10694, 8824, 12933, 10182, 12695, 10364, 9915, 13637, 10151, 10168, 9911, 7615, 11453, 9025, 10563, 10783, 9838, 13653, 10779, 9016, 11383, 10627, 14310, 10376, 11336, 8724, 7352, 9599, 8378, 11103, 7972, 7886, 10434, 8463, 11721, 9736, 12236, 9953, 11044, 8681, 10004, 10433, 8205, 13566, 9705, 6959, 8231, 7536, 11973, 9539, 8929, 12042, 9289, 7532, 10272, 8411, 12808, 10235, 10043, 11187, 9743, 14576, 11846, 11167, 11817, 8687, 13072, 9785, 11548, 10098, 8378, 10769, 7964, 10341, 8472, 11345, 9146, 8545, 10094, 7937, 10435, 7783, 7011, 9062, 7196, 11634, 8973, 12784, 10275, 9941, 10904, 8275, 10262, 8654, 6677, 9406, 13095, 14923, 11119, 11945, 9567, 9670, 13459, 9423, 9966, 7016, 6518, 8082, 7206, 11728, 10192, 13428, 10423, 12891, 10206, 12040, 10207, 10661, 11031, 9046, 11889, 8878, 12713, 11513, 15067, 11888, 7658, 8803, 7415, 10191, 7176, 8931, 10870, 7306, 11595, 7608, 7268, 10351, 9321, 7727, 11473, 10077, 11950, 10974, 8849, 11870, 9848, 13019, 10507, 12036, 10225, 9767, 10448, 9750, 13599, 9887, 13004, 9009, 10013, 8478, 7014, 10836, 7892, 11404, 9142, 12125, 9653, 10593, 10750, 8737, 11923, 9293, 9005, 10679, 7846, 11604, 9086, 12627, 9855, 10110, 10532, 8423, 11059, 8137, 10492, 9094, 6924, 9162, 7094, 11043, 6879, 7637, 10493, 7342, 11434, 9572, 7204, 10268, 7693, 10979, 9170, 11488, 9527, 9334, 9925, 8375, 12310, 9450, 9095, 9053, 7367, 11177, 8092, 13045, 9569, 7491, 11672, 8113, 13068, 9947, 7512, 10652, 7859, 10973, 9603, 7252, 11431, 9175, 12929, 10171, 7842, 11008, 7594, 11381, 8867, 8061, 10962, 8722, 13547, 10501, 9426, 11248, 7837, 12072, 8496, 8518, 10876, 7943, 11642, 9221, 12458, 8843, 9232, 9454, 9715, 10863, 7123, 6353, 10298, 9427, 7154, 10950, 9279, 10599, 9273, 8617, 9917, 8336, 10563, 8241, 12150, 10776, 11926, 7441, 6379, 8581, 6249, 10576, 9472, 9902, 10706, 10664, 14855, 12376, 9092, 12334, 10015, 9268, 12553, 7948, 7525, 10357, 7261, 11248, 9574, 11822, 9813, 9761, 10013, 7543, 10869, 7977, 12143, 10652, 8511, 9338, 6112, 10387, 7315, 10008, 8847, 8618, 10899, 8175, 12169, 9283, 7299, 9583, 6838, 11122, 9228, 12640, 9636, 9529, 9901, 7423, 10558, 8646, 11144, 9303, 7941, 9020, 6646, 10973, 7642, 8251, 10382, 7874, 11428, 9096, 11057, 9209, 11201, 10239, 7042, 9713, 6959, 8655, 9708, 7824, 10933, 8685, 12343, 8931, 12311, 13109, 9160, 8652, 7858, 6146, 8188, 7072, 7093, 10024, 7582, 10847, 8164, 10842, 9416, 13299, 11313, 13257, 10508, 10325, 9840, 7717, 11417, 8938, 13686, 8889, 6367, 7082, 6766, 9928, 6948, 9813, 8676, 7419, 11274, 6951, 10593, 9099, 12472, 9431, 7239, 10203, 7226, 7660, 9264, 6805, 10008, 7835, 11100, 7817, 8931, 8722, 7279, 9886, 7740, 12688, 9331, 8360, 9117, 7139, 10234, 8848, 8250, 7478, 6400, 9392, 6069, 7245, 9711, 9028, 7885, 9600, 6658, 6734, 12161, 10266, 11416, 10056, 7103, 11584, 8129, 7599, 10297, 7382, 11124, 9104, 10958, 9138, 11284, 8851, 11901, 8587, 9961, 8423, 9130, 10092, 8243, 12218, 8138, 6565, 8212, 6294, 10287, 6600, 7634, 9311, 6849, 11202, 9336, 10725, 11466, 8982, 11887, 9364, 7223, 10982, 8403, 11030, 8539, 11638, 7688, 11091, 10988, 7895, 12242, 8203, 7541, 9424, 7209, 10609, 8112, 10430, 9002, 13586, 9281, 7471, 8431, 6579, 9254, 7407, 11693, 9859, 6896], 'WindowCenter': [3816.0, 3784.0, 3800.0, 3780.0, 3779.0, 3799.0, 3778.0, 3799.0, 3800.0, 3757.0, 3777.0, 3776.0, 3755.0, 3786.0, 3776.0, 3767.0, 3800.0, 3800.0, 3779.0, 3799.0, 3779.0, 3755.0, 3785.0, 3765.0, 3774.0, 3785.0, 3756.0, 3800.0, 3789.0, 3800.0, 3810.0, 3788.0, 3776.0, 3787.0, 3754.0, 3776.0, 3763.0, 3744.0, 3787.0, 3777.0, 3776.0, 3787.0, 3766.0, 3786.0, 3764.0, 3762.0, 3763.0, 3752.0, 3806.0, 3799.0, 3786.0, 3797.0, 3776.0, 3778.0, 3788.0, 3756.0, 3776.0, 3802.0, 3780.0, 3790.0, 3800.0, 3782.0, 3797.0, 3802.0, 3790.0, 3810.0, 3789.0, 3767.0, 3790.0, 3768.0, 3797.0, 3789.0, 3774.0, 3798.0, 3785.0, 3775.0, 3786.0, 3764.0, 3784.0, 3763.0, 3764.0, 3797.0, 3788.0, 3807.0, 3796.0, 3756.0, 3796.0, 3764.0, 3762.0, 3773.0, 3762.0, 3795.0, 3775.0, 3772.0, 3785.0, 3752.0, 3783.0, 3764.0, 3784.0, 3773.0, 3762.0, 3792.0, 3784.0, 3784.0, 3791.0, 3760.0, 3748.0, 3749.0, 3763.0, 3751.0, 3775.0, 3777.0, 3809.0, 3788.0, 3776.0, 3808.0, 3776.0, 3795.0, 3776.0, 3773.0, 3796.0, 3796.0, 3805.0, 3784.0, 3764.0, 3763.0, 3774.0, 3760.0, 3793.0, 3762.0, 3764.0, 3787.0, 3779.0, 3767.0, 3789.0, 3788.0, 3809.0, 3790.0, 3809.0, 3810.0, 3799.0, 3809.0, 3787.0, 3808.0, 3796.0, 3793.0, 3782.0, 3758.0, 3769.0, 3748.0, 3780.0, 3761.0, 3781.0, 3771.0, 3750.0, 3771.0, 3760.0, 3783.0, 3761.0, 3770.0, 3760.0, 3749.0, 3759.0, 3761.0, 3771.0, 3764.0, 3762.0, 3796.0, 3775.0, 3808.0, 3787.0, 3796.0, 3797.0, 3774.0, 3807.0, 3785.0, 3795.0, 3785.0, 3773.0, 3796.0, 3775.0, 3785.0, 3797.0, 3777.0, 3808.0, 3798.0, 3776.0, 3809.0, 3788.0, 3808.0, 3788.0, 3786.0, 3785.0, 3762.0, 3783.0, 3773.0, 3804.0, 3794.0, 3772.0, 3771.0, 3761.0, 3772.0, 3761.0, 3762.0, 3785.0, 3775.0, 3819.0, 3799.0, 3809.0, 3809.0, 3778.0, 3798.0, 3787.0, 3774.0, 3806.0, 3787.0, 3819.0, 3798.0, 3786.0, 3808.0, 3787.0, 3796.0, 3774.0, 3761.0, 3783.0, 3761.0, 3792.0, 3774.0, 3795.0, 3785.0, 3764.0, 3806.0, 3785.0, 3795.0, 3783.0, 3764.0, 3793.0, 3765.0, 3775.0, 3798.0, 3777.0, 3808.0, 3798.0, 3808.0, 3786.0, 3794.0, 3783.0, 3767.0, 3766.0, 3746.0, 3766.0, 3746.0, 3768.0, 3759.0, 3781.0, 3771.0, 3759.0, 3771.0, 3761.0, 3762.0, 3753.0, 3763.0, 3785.0, 3766.0, 3807.0, 3787.0, 3786.0, 3809.0, 3787.0, 3808.0, 3797.0, 3775.0, 3785.0, 3752.0, 3782.0, 3762.0, 3782.0, 3784.0, 3763.0, 3795.0, 3774.0, 3794.0, 3774.0, 3750.0, 3782.0, 3751.0, 3791.0, 3773.0, 3772.0, 3785.0, 3764.0, 3797.0, 3786.0, 3763.0, 3773.0, 3742.0, 3793.0, 3763.0, 3753.0, 3785.0, 3764.0, 3807.0, 3787.0, 3786.0, 3787.0, 3764.0, 3796.0, 3774.0, 3793.0, 3783.0, 3761.0, 3782.0, 3752.0, 3761.0, 3763.0, 3752.0, 3805.0, 3784.0, 3807.0, 3797.0, 3764.0, 3806.0, 3784.0, 3783.0, 3795.0, 3753.0, 3793.0, 3774.0, 3753.0, 3795.0, 3775.0, 3794.0, 3774.0, 3774.0, 3785.0, 3740.0, 3772.0, 3760.0, 3792.0, 3781.0, 3739.0, 3771.0, 3740.0, 3781.0, 3741.0, 3761.0, 3772.0, 3751.0, 3805.0, 3774.0, 3806.0, 3785.0, 3784.0, 3783.0, 3741.0, 3772.0, 3752.0, 3740.0, 3796.0, 3786.0, 3806.0, 3811.0, 3779.0, 3789.0, 3779.0, 3779.0, 3797.0, 3797.0, 3777.0, 3807.0, 3785.0, 3797.0, 3808.0, 3788.0, 3785.0, 3784.0, 3750.0, 3781.0, 3772.0, 3780.0, 3760.0, 3761.0, 3793.0, 3772.0, 3771.0, 3771.0, 3739.0, 3779.0, 3760.0, 3770.0, 3783.0, 3773.0, 3794.0, 3784.0, 3763.0, 3784.0, 3772.0, 3778.0, 3746.0, 3754.0, 3735.0, 3714.0, 3758.0, 3749.0, 3784.0, 3752.0, 3752.0, 3783.0, 3751.0, 3781.0, 3760.0, 3780.0, 3761.0, 3770.0, 3751.0, 3772.0, 3772.0, 3750.0, 3791.0, 3761.0, 3728.0, 3751.0, 3751.0, 3793.0, 3773.0, 3774.0, 3806.0, 3786.0, 3766.0, 3797.0, 3777.0, 3806.0, 3786.0, 3785.0, 3785.0, 3775.0, 3806.0, 3796.0, 3784.0, 3781.0, 3750.0, 3778.0, 3758.0, 3767.0, 3758.0, 3735.0, 3768.0, 3737.0, 3758.0, 3749.0, 3769.0, 3748.0, 3747.0, 3758.0, 3737.0, 3768.0, 3738.0, 3727.0, 3760.0, 3729.0, 3783.0, 3762.0, 3805.0, 3786.0, 3785.0, 3784.0, 3763.0, 3783.0, 3762.0, 3730.0, 3762.0, 3805.0, 3791.0, 3770.0, 3780.0, 3760.0, 3761.0, 3791.0, 3747.0, 3755.0, 3715.0, 3706.0, 3749.0, 3741.0, 3794.0, 3786.0, 3805.0, 3786.0, 3794.0, 3784.0, 3781.0, 3759.0, 3756.0, 3756.0, 3735.0, 3766.0, 3748.0, 3779.0, 3769.0, 3789.0, 3779.0, 3727.0, 3747.0, 3727.0, 3767.0, 3729.0, 3760.0, 3783.0, 3758.0, 3824.0, 3769.0, 3757.0, 3798.0, 3788.0, 3755.0, 3796.0, 3787.0, 3797.0, 3787.0, 3765.0, 3785.0, 3775.0, 3793.0, 3773.0, 3769.0, 3758.0, 3747.0, 3760.0, 3748.0, 3779.0, 3758.0, 3779.0, 3749.0, 3758.0, 3738.0, 3717.0, 3770.0, 3740.0, 3782.0, 3762.0, 3782.0, 3774.0, 3785.0, 3784.0, 3751.0, 3782.0, 3761.0, 3750.0, 3771.0, 3739.0, 3782.0, 3752.0, 3781.0, 3774.0, 3772.0, 3772.0, 3753.0, 3795.0, 3753.0, 3772.0, 3762.0, 3728.0, 3757.0, 3727.0, 3779.0, 3729.0, 3750.0, 3784.0, 3753.0, 3807.0, 3787.0, 3755.0, 3795.0, 3754.0, 3782.0, 3774.0, 3783.0, 3773.0, 3773.0, 3773.0, 3752.0, 3794.0, 3773.0, 3760.0, 3759.0, 3727.0, 3780.0, 3750.0, 3791.0, 3772.0, 3740.0, 3795.0, 3753.0, 3805.0, 3773.0, 3741.0, 3782.0, 3750.0, 3770.0, 3760.0, 3729.0, 3781.0, 3763.0, 3794.0, 3785.0, 3754.0, 3784.0, 3753.0, 3781.0, 3760.0, 3740.0, 3772.0, 3752.0, 3794.0, 3774.0, 3765.0, 3796.0, 3743.0, 3781.0, 3749.0, 3748.0, 3769.0, 3738.0, 3770.0, 3762.0, 3781.0, 3762.0, 3762.0, 3773.0, 3773.0, 3771.0, 3717.0, 3718.0, 3771.0, 3762.0, 3732.0, 3783.0, 3763.0, 3772.0, 3763.0, 3751.0, 3761.0, 3738.0, 3771.0, 3738.0, 3768.0, 3758.0, 3767.0, 3716.0, 3705.0, 3748.0, 3719.0, 3771.0, 3773.0, 3786.0, 3787.0, 3799.0, 3806.0, 3795.0, 3777.0, 3807.0, 3788.0, 3789.0, 3823.0, 3779.0, 3767.0, 3784.0, 3740.0, 3769.0, 3759.0, 3768.0, 3760.0, 3758.0, 3759.0, 3727.0, 3770.0, 3738.0, 3779.0, 3769.0, 3746.0, 3745.0, 3707.0, 3769.0, 3729.0, 3770.0, 3763.0, 3763.0, 3784.0, 3752.0, 3793.0, 3773.0, 3740.0, 3771.0, 3718.0, 3770.0, 3761.0, 3781.0, 3762.0, 3761.0, 3772.0, 3741.0, 3783.0, 3751.0, 3781.0, 3759.0, 3738.0, 3749.0, 3719.0, 3781.0, 3740.0, 3751.0, 3783.0, 3752.0, 3783.0, 3763.0, 3795.0, 3773.0, 3782.0, 3770.0, 3728.0, 3759.0, 3729.0, 3749.0, 3760.0, 3740.0, 3782.0, 3762.0, 3795.0, 3764.0, 3782.0, 3795.0, 3760.0, 3774.0, 3750.0, 3721.0, 3761.0, 3731.0, 3740.0, 3785.0, 3754.0, 3796.0, 3765.0, 3785.0, 3762.0, 3779.0, 3768.0, 3764.0, 3744.0, 3742.0, 3743.0, 3712.0, 3756.0, 3734.0, 3776.0, 3746.0, 3704.0, 3714.0, 3716.0, 3756.0, 3727.0, 3769.0, 3750.0, 3739.0, 3782.0, 3730.0, 3782.0, 3762.0, 3792.0, 3759.0, 3727.0, 3758.0, 3727.0, 3727.0, 3759.0, 3718.0, 3771.0, 3740.0, 3781.0, 3741.0, 3761.0, 3761.0, 3740.0, 3770.0, 3740.0, 3780.0, 3760.0, 3738.0, 3761.0, 3728.0, 3770.0, 3760.0, 3748.0, 3739.0, 3719.0, 3759.0, 3722.0, 3742.0, 3770.0, 3788.0, 3768.0, 3799.0, 3745.0, 3733.0, 3794.0, 3772.0, 3782.0, 3772.0, 3742.0, 3795.0, 3765.0, 3753.0, 3783.0, 3741.0, 3781.0, 3761.0, 3770.0, 3760.0, 3769.0, 3749.0, 3767.0, 3737.0, 3745.0, 3736.0, 3746.0, 3757.0, 3736.0, 3768.0, 3739.0, 3717.0, 3750.0, 3719.0, 3772.0, 3730.0, 3740.0, 3773.0, 3734.0, 3795.0, 3776.0, 3785.0, 3795.0, 3764.0, 3793.0, 3762.0, 3729.0, 3770.0, 3750.0, 3770.0, 3751.0, 3783.0, 3742.0, 3782.0, 3773.0, 3739.0, 3768.0, 3737.0, 3726.0, 3747.0, 3726.0, 3757.0, 3737.0, 3758.0, 3749.0, 3779.0, 3750.0, 3727.0, 3736.0, 3717.0, 3747.0, 3727.0, 3779.0, 3760.0, 3730.0], 'WindowWidth': [8562.0, 8512.0, 8527.0, 8500.0, 8498.0, 8524.0, 8494.0, 8524.0, 8525.0, 8468.0, 8490.0, 8488.0, 8459.0, 8500.0, 8488.0, 8479.0, 8528.0, 8527.0, 8498.0, 8526.0, 8497.0, 8460.0, 8498.0, 8472.0, 8483.0, 8500.0, 8462.0, 8523.0, 8511.0, 8527.0, 8542.0, 8508.0, 8490.0, 8503.0, 8459.0, 8488.0, 8469.0, 8444.0, 8502.0, 8491.0, 8488.0, 8503.0, 8476.0, 8500.0, 8468.0, 8460.0, 8464.0, 8451.0, 8527.0, 8523.0, 8504.0, 8516.0, 8491.0, 8497.0, 8508.0, 8464.0, 8492.0, 8533.0, 8503.0, 8517.0, 8529.0, 8506.0, 8521.0, 8536.0, 8514.0, 8541.0, 8511.0, 8478.0, 8511.0, 8481.0, 8516.0, 8510.0, 8484.0, 8519.0, 8499.0, 8486.0, 8500.0, 8469.0, 8495.0, 8467.0, 8469.0, 8517.0, 8504.0, 8530.0, 8515.0, 8462.0, 8515.0, 8470.0, 8462.0, 8479.0, 8463.0, 8507.0, 8483.0, 8476.0, 8496.0, 8451.0, 8491.0, 8467.0, 8493.0, 8477.0, 8460.0, 8502.0, 8493.0, 8492.0, 8498.0, 8454.0, 8437.0, 8440.0, 8464.0, 8450.0, 8485.0, 8491.0, 8535.0, 8509.0, 8490.0, 8533.0, 8489.0, 8511.0, 8485.0, 8481.0, 8515.0, 8512.0, 8523.0, 8495.0, 8468.0, 8467.0, 8480.0, 8456.0, 8503.0, 8461.0, 8469.0, 8505.0, 8499.0, 8480.0, 8513.0, 8511.0, 8538.0, 8514.0, 8537.0, 8540.0, 8521.0, 8537.0, 8504.0, 8532.0, 8512.0, 8504.0, 8486.0, 8450.0, 8464.0, 8435.0, 8479.0, 8457.0, 8483.0, 8472.0, 8443.0, 8472.0, 8456.0, 8491.0, 8459.0, 8470.0, 8455.0, 8439.0, 8453.0, 8460.0, 8472.0, 8467.0, 8465.0, 8514.0, 8486.0, 8531.0, 8504.0, 8515.0, 8517.0, 8483.0, 8532.0, 8498.0, 8509.0, 8497.0, 8479.0, 8512.0, 8486.0, 8499.0, 8519.0, 8492.0, 8534.0, 8521.0, 8490.0, 8536.0, 8507.0, 8534.0, 8508.0, 8500.0, 8497.0, 8460.0, 8493.0, 8478.0, 8523.0, 8507.0, 8475.0, 8474.0, 8461.0, 8475.0, 8464.0, 8466.0, 8500.0, 8489.0, 8550.0, 8525.0, 8540.0, 8540.0, 8498.0, 8521.0, 8506.0, 8485.0, 8529.0, 8506.0, 8551.0, 8522.0, 8502.0, 8533.0, 8505.0, 8514.0, 8483.0, 8459.0, 8491.0, 8460.0, 8503.0, 8481.0, 8511.0, 8498.0, 8469.0, 8527.0, 8498.0, 8512.0, 8493.0, 8470.0, 8507.0, 8474.0, 8487.0, 8521.0, 8492.0, 8535.0, 8521.0, 8534.0, 8502.0, 8509.0, 8490.0, 8461.0, 8457.0, 8429.0, 8456.0, 8429.0, 8459.0, 8451.0, 8485.0, 8472.0, 8453.0, 8471.0, 8459.0, 8462.0, 8454.0, 8468.0, 8498.0, 8476.0, 8531.0, 8505.0, 8502.0, 8538.0, 8506.0, 8533.0, 8518.0, 8485.0, 8498.0, 8450.0, 8489.0, 8464.0, 8488.0, 8497.0, 8467.0, 8511.0, 8482.0, 8508.0, 8481.0, 8447.0, 8488.0, 8445.0, 8500.0, 8480.0, 8476.0, 8499.0, 8469.0, 8519.0, 8500.0, 8467.0, 8481.0, 8437.0, 8505.0, 8467.0, 8453.0, 8499.0, 8469.0, 8529.0, 8504.0, 8501.0, 8504.0, 8470.0, 8516.0, 8484.0, 8506.0, 8491.0, 8460.0, 8488.0, 8451.0, 8460.0, 8466.0, 8451.0, 8525.0, 8497.0, 8534.0, 8519.0, 8471.0, 8528.0, 8496.0, 8493.0, 8510.0, 8454.0, 8507.0, 8483.0, 8452.0, 8512.0, 8484.0, 8510.0, 8484.0, 8482.0, 8496.0, 8432.0, 8477.0, 8457.0, 8501.0, 8485.0, 8428.0, 8474.0, 8432.0, 8484.0, 8433.0, 8459.0, 8477.0, 8447.0, 8524.0, 8483.0, 8529.0, 8501.0, 8496.0, 8492.0, 8437.0, 8478.0, 8451.0, 8435.0, 8517.0, 8504.0, 8526.0, 8545.0, 8499.0, 8512.0, 8503.0, 8501.0, 8521.0, 8519.0, 8491.0, 8530.0, 8501.0, 8518.0, 8535.0, 8507.0, 8498.0, 8495.0, 8443.0, 8483.0, 8476.0, 8481.0, 8456.0, 8459.0, 8503.0, 8476.0, 8472.0, 8471.0, 8427.0, 8480.0, 8457.0, 8469.0, 8492.0, 8478.0, 8508.0, 8494.0, 8465.0, 8494.0, 8476.0, 8475.0, 8428.0, 8435.0, 8412.0, 8385.0, 8449.0, 8443.0, 8496.0, 8453.0, 8451.0, 8493.0, 8448.0, 8487.0, 8456.0, 8482.0, 8459.0, 8468.0, 8446.0, 8476.0, 8477.0, 8444.0, 8499.0, 8460.0, 8415.0, 8450.0, 8450.0, 8508.0, 8482.0, 8483.0, 8529.0, 8505.0, 8478.0, 8521.0, 8493.0, 8529.0, 8503.0, 8499.0, 8500.0, 8485.0, 8530.0, 8514.0, 8495.0, 8488.0, 8443.0, 8477.0, 8449.0, 8459.0, 8448.0, 8415.0, 8463.0, 8421.0, 8449.0, 8442.0, 8468.0, 8437.0, 8434.0, 8449.0, 8424.0, 8465.0, 8427.0, 8411.0, 8458.0, 8416.0, 8493.0, 8466.0, 8527.0, 8502.0, 8499.0, 8497.0, 8469.0, 8494.0, 8465.0, 8419.0, 8463.0, 8526.0, 8500.0, 8469.0, 8481.0, 8456.0, 8460.0, 8499.0, 8434.0, 8442.0, 8390.0, 8382.0, 8445.0, 8438.0, 8512.0, 8501.0, 8527.0, 8502.0, 8510.0, 8495.0, 8485.0, 8454.0, 8445.0, 8444.0, 8415.0, 8458.0, 8437.0, 8481.0, 8465.0, 8492.0, 8479.0, 8408.0, 8436.0, 8410.0, 8463.0, 8417.0, 8459.0, 8493.0, 8474.0, 8567.0, 8485.0, 8468.0, 8523.0, 8508.0, 8461.0, 8515.0, 8505.0, 8517.0, 8504.0, 8473.0, 8498.0, 8485.0, 8505.0, 8477.0, 8464.0, 8448.0, 8431.0, 8454.0, 8435.0, 8480.0, 8449.0, 8477.0, 8439.0, 8450.0, 8424.0, 8396.0, 8470.0, 8429.0, 8487.0, 8463.0, 8490.0, 8483.0, 8499.0, 8496.0, 8447.0, 8486.0, 8460.0, 8442.0, 8471.0, 8428.0, 8486.0, 8448.0, 8487.0, 8480.0, 8476.0, 8477.0, 8456.0, 8513.0, 8455.0, 8478.0, 8466.0, 8415.0, 8452.0, 8412.0, 8484.0, 8420.0, 8450.0, 8499.0, 8457.0, 8536.0, 8509.0, 8466.0, 8517.0, 8460.0, 8494.0, 8486.0, 8494.0, 8482.0, 8481.0, 8482.0, 8452.0, 8510.0, 8482.0, 8461.0, 8457.0, 8413.0, 8483.0, 8446.0, 8501.0, 8478.0, 8435.0, 8513.0, 8458.0, 8529.0, 8483.0, 8436.0, 8490.0, 8448.0, 8471.0, 8459.0, 8416.0, 8488.0, 8466.0, 8511.0, 8500.0, 8458.0, 8498.0, 8454.0, 8487.0, 8459.0, 8431.0, 8477.0, 8449.0, 8508.0, 8482.0, 8471.0, 8513.0, 8440.0, 8487.0, 8441.0, 8436.0, 8467.0, 8424.0, 8470.0, 8461.0, 8487.0, 8464.0, 8465.0, 8483.0, 8479.0, 8473.0, 8397.0, 8402.0, 8476.0, 8466.0, 8425.0, 8494.0, 8467.0, 8477.0, 8465.0, 8447.0, 8460.0, 8424.0, 8473.0, 8424.0, 8462.0, 8448.0, 8460.0, 8391.0, 8379.0, 8438.0, 8404.0, 8473.0, 8480.0, 8503.0, 8503.0, 8523.0, 8526.0, 8509.0, 8490.0, 8531.0, 8509.0, 8512.0, 8564.0, 8500.0, 8484.0, 8496.0, 8434.0, 8469.0, 8455.0, 8464.0, 8456.0, 8450.0, 8453.0, 8408.0, 8470.0, 8424.0, 8481.0, 8466.0, 8434.0, 8432.0, 8384.0, 8469.0, 8419.0, 8473.0, 8467.0, 8468.0, 8495.0, 8452.0, 8508.0, 8480.0, 8434.0, 8473.0, 8400.0, 8470.0, 8460.0, 8487.0, 8462.0, 8461.0, 8477.0, 8436.0, 8493.0, 8447.0, 8487.0, 8456.0, 8425.0, 8441.0, 8405.0, 8487.0, 8435.0, 8450.0, 8495.0, 8452.0, 8493.0, 8467.0, 8513.0, 8482.0, 8489.0, 8471.0, 8414.0, 8454.0, 8416.0, 8442.0, 8459.0, 8432.0, 8490.0, 8466.0, 8512.0, 8472.0, 8490.0, 8513.0, 8458.0, 8486.0, 8448.0, 8413.0, 8463.0, 8425.0, 8437.0, 8503.0, 8460.0, 8517.0, 8475.0, 8499.0, 8465.0, 8482.0, 8463.0, 8452.0, 8423.0, 8419.0, 8421.0, 8383.0, 8443.0, 8414.0, 8473.0, 8432.0, 8377.0, 8390.0, 8396.0, 8448.0, 8413.0, 8469.0, 8445.0, 8431.0, 8490.0, 8421.0, 8492.0, 8464.0, 8504.0, 8455.0, 8411.0, 8452.0, 8410.0, 8409.0, 8456.0, 8402.0, 8474.0, 8435.0, 8489.0, 8435.0, 8462.0, 8462.0, 8432.0, 8473.0, 8432.0, 8484.0, 8457.0, 8427.0, 8460.0, 8415.0, 8471.0, 8457.0, 8440.0, 8432.0, 8408.0, 8458.0, 8418.0, 8442.0, 8474.0, 8514.0, 8486.0, 8530.0, 8452.0, 8432.0, 8511.0, 8476.0, 8490.0, 8477.0, 8441.0, 8514.0, 8476.0, 8457.0, 8496.0, 8436.0, 8489.0, 8460.0, 8472.0, 8458.0, 8468.0, 8440.0, 8462.0, 8422.0, 8428.0, 8421.0, 8432.0, 8446.0, 8417.0, 8462.0, 8427.0, 8399.0, 8446.0, 8407.0, 8476.0, 8421.0, 8435.0, 8482.0, 8432.0, 8514.0, 8490.0, 8500.0, 8513.0, 8470.0, 8507.0, 8465.0, 8416.0, 8471.0, 8445.0, 8470.0, 8448.0, 8495.0, 8438.0, 8489.0, 8479.0, 8427.0, 8464.0, 8422.0, 8404.0, 8437.0, 8406.0, 8447.0, 8422.0, 8450.0, 8441.0, 8482.0, 8443.0, 8411.0, 8421.0, 8398.0, 8435.0, 8411.0, 8479.0, 8457.0, 8418.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.0032908266360505167</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.09542547037887483</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.6356458555633</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0478645116896543</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9290404585862057</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.467</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5942.4136</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.16968271433886295</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>214</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>24.569460390355914</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.799669254374249</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.568485938762523</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.040984836588181</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.789536987772041</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00399022</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017408572137355804</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03208295255899429</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9057222466801362</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>20.266</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.0939</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.8223</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303212.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>631.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>272.555</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1897</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.5122</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2969.633</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3145.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73332.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1008.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3890.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>805.2233</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>21.888140700990334</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> |