=== 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-0104 --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-0104",
"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-0104_ses-04_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-0104_ses-04_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-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_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-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_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-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0104/figures/sub-0104_ses-04_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_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-0104/ses-04/func/sub-0104_ses-04_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>e91988bedc7a90d8bf9ecda5582dc86a</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>11:37:7.715000</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.999177, -0.0398778, 0.00747922, 0.0396071, 0.998657, 0.0333893]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.112665</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>[4204, -7781, -7196, 393, -191, -136, -32, 92]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>266.607</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>50ada2d5-41c3-404c-bb2d-60161d439834||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.680717706680298, 0.10626296699047089, 0.023761793971061707, 107.3648910522461], [0.10698911547660828, 2.6793246269226074, 0.08927701413631439, -109.53044128417969], [0.020066192373633385, -0.08958100527524948, 2.6984190940856934, -57.954261779785156], [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': ['113707.715000', '113708.175000', '113708.635000', '113709.095000', '113709.555000', '113710.015000', '113710.475000', '113710.935000', '113711.395000', '113711.855000', '113712.315000', '113712.775000', '113713.235000', '113713.695000', '113714.155000', '113714.615000', '113715.075000', '113715.535000', '113715.995000', '113716.455000', '113716.915000', '113717.375000', '113717.835000', '113718.295000', '113718.755000', '113719.215000', '113719.675000', '113720.135000', '113720.595000', '113721.055000', '113721.515000', '113721.975000', '113722.435000', '113722.895000', '113723.355000', '113723.815000', '113724.275000', '113724.735000', '113725.195000', '113725.655000', '113726.115000', '113726.575000', '113727.035000', '113727.495000', '113727.955000', '113728.415000', '113728.875000', '113729.335000', '113729.795000', '113730.255000', '113730.715000', '113731.175000', '113731.635000', '113732.095000', '113732.555000', '113733.015000', '113733.475000', '113733.935000', '113734.395000', '113734.855000', '113735.315000', '113735.775000', '113736.235000', '113736.695000', '113737.155000', '113737.615000', '113738.075000', '113738.535000', '113738.995000', '113739.455000', '113739.915000', '113740.375000', '113740.835000', '113741.295000', '113741.755000', '113742.215000', '113742.675000', '113743.135000', '113743.595000', '113744.055000', '113744.515000', '113744.975000', '113745.435000', '113745.895000', '113746.355000', '113746.815000', '113747.275000', '113747.735000', '113748.195000', '113748.655000', '113749.115000', '113749.575000', '113750.035000', '113750.495000', '113750.955000', '113751.415000', '113751.875000', '113752.335000', '113752.795000', '113753.255000', '113753.715000', '113754.175000', '113754.635000', '113755.095000', '113755.555000', '113756.015000', '113756.475000', '113756.935000', '113757.395000', '113757.855000', '113758.315000', '113758.775000', '113759.235000', '113759.695000', '113800.155000', '113800.615000', '113801.075000', '113801.535000', '113801.995000', '113802.455000', '113802.915000', '113803.375000', '113803.835000', '113804.295000', '113804.755000', '113805.215000', '113805.675000', '113806.135000', '113806.595000', '113807.055000', '113807.515000', '113807.975000', '113808.435000', '113808.895000', '113809.355000', '113809.815000', '113810.275000', '113810.735000', '113811.195000', '113811.655000', '113812.115000', '113812.575000', '113813.035000', '113813.495000', '113813.955000', '113814.415000', '113814.875000', '113815.335000', '113815.795000', '113816.255000', '113816.715000', '113817.175000', '113817.635000', '113818.095000', '113818.555000', '113819.015000', '113819.475000', '113819.935000', '113820.395000', '113820.855000', '113821.315000', '113821.775000', '113822.235000', '113822.695000', '113823.155000', '113823.615000', '113824.075000', '113824.535000', '113824.995000', '113825.455000', '113825.915000', '113826.375000', '113826.835000', '113827.295000', '113827.755000', '113828.215000', '113828.675000', '113829.135000', '113829.595000', '113830.055000', '113830.515000', '113830.975000', '113831.435000', '113831.895000', '113832.355000', '113832.815000', '113833.275000', '113833.735000', '113834.195000', '113834.655000', '113835.115000', '113835.575000', '113836.035000', '113836.495000', '113836.955000', '113837.415000', '113837.875000', '113838.335000', '113838.795000', '113839.255000', '113839.715000', '113840.175000', '113840.635000', '113841.095000', '113841.555000', '113842.015000', '113842.475000', '113842.935000', '113843.395000', '113843.855000', '113844.315000', '113844.775000', '113845.235000', '113845.695000', '113846.155000', '113846.615000', '113847.075000', '113847.535000', '113847.995000', '113848.455000', '113848.915000', '113849.375000', '113849.835000', '113850.295000', '113850.755000', '113851.215000', '113851.675000', '113852.135000', '113852.595000', '113853.055000', '113853.515000', '113853.975000', '113854.435000', '113854.895000', '113855.355000', '113855.815000', '113856.275000', '113856.735000', '113857.195000', '113857.655000', '113858.115000', '113858.575000', '113859.035000', '113859.495000', '113859.955000', '113900.415000', '113900.875000', '113901.335000', '113901.795000', '113902.255000', '113902.715000', '113903.175000', '113903.635000', '113904.095000', '113904.555000', '113905.015000', '113905.475000', '113905.935000', '113906.395000', '113906.855000', '113907.315000', '113907.775000', '113908.235000', '113908.695000', '113909.155000', '113909.615000', '113910.075000', '113910.535000', '113910.995000', '113911.455000', '113911.915000', '113912.375000', '113912.835000', '113913.295000', '113913.755000', '113914.215000', '113914.675000', '113915.135000', '113915.595000', '113916.055000', '113916.515000', '113916.975000', '113917.435000', '113917.895000', '113918.355000', '113918.815000', '113919.275000', '113919.735000', '113920.195000', '113920.655000', '113921.115000', '113921.575000', '113922.035000', '113922.495000', '113922.955000', '113923.415000', '113923.875000', '113924.335000', '113924.795000', '113925.255000', '113925.715000', '113926.175000', '113926.635000', '113927.095000', '113927.555000', '113928.015000', '113928.475000', '113928.935000', '113929.395000', '113929.855000', '113930.315000', '113930.775000', '113931.235000', '113931.695000', '113932.155000', '113932.615000', '113933.075000', '113933.535000', '113933.995000', '113934.455000', '113934.915000', '113935.375000', '113935.835000', '113936.295000', '113936.755000', '113937.215000', '113937.675000', '113938.135000', '113938.595000', '113939.055000', '113939.515000', '113939.975000', '113940.435000', '113940.895000', '113941.355000', '113941.815000', '113942.275000', '113942.735000', '113943.195000', '113943.655000', '113944.115000', '113944.575000', '113945.035000', '113945.495000', '113945.955000', '113946.415000', '113946.875000', '113947.335000', '113947.795000', '113948.255000', '113948.715000', '113949.175000', '113949.635000', '113950.095000', '113950.555000', '113951.015000', '113951.475000', '113951.935000', '113952.395000', '113952.855000', '113953.315000', '113953.775000', '113954.235000', '113954.695000', '113955.155000', '113955.615000', '113956.075000', '113956.535000', '113956.995000', '113957.455000', '113957.915000', '113958.375000', '113958.835000', '113959.295000', '113959.755000', '114000.215000', '114000.675000', '114001.135000', '114001.595000', '114002.055000', '114002.515000', '114002.975000', '114003.435000', '114003.895000', '114004.355000', '114004.815000', '114005.275000', '114005.735000', '114006.195000', '114006.655000', '114007.115000', '114007.575000', '114008.035000', '114008.495000', '114008.955000', '114009.415000', '114009.875000', '114010.335000', '114010.795000', '114011.255000', '114011.715000', '114012.175000', '114012.635000', '114013.095000', '114013.555000', '114014.015000', '114014.475000', '114014.935000', '114015.395000', '114015.855000', '114016.315000', '114016.775000', '114017.235000', '114017.695000', '114018.155000', '114018.615000', '114019.075000', '114019.535000', '114019.995000', '114020.455000', '114020.915000', '114021.375000', '114021.835000', '114022.295000', '114022.755000', '114023.215000', '114023.675000', '114024.135000', '114024.595000', '114025.055000', '114025.515000', '114025.975000', '114026.435000', '114026.895000', '114027.355000', '114027.815000', '114028.275000', '114028.735000', '114029.195000', '114029.655000', '114030.115000', '114030.575000', '114031.035000', '114031.495000', '114031.955000', '114032.415000', '114032.875000', '114033.335000', '114033.795000', '114034.255000', '114034.715000', '114035.175000', '114035.635000', '114036.095000', '114036.555000', '114037.015000', '114037.475000', '114037.935000', '114038.395000', '114038.855000', '114039.315000', '114039.775000', '114040.235000', '114040.695000', '114041.155000', '114041.615000', '114042.075000', '114042.535000', '114042.995000', '114043.455000', '114043.915000', '114044.375000', '114044.835000', '114045.295000', '114045.755000', '114046.215000', '114046.675000', '114047.135000', '114047.595000', '114048.055000', '114048.515000', '114048.975000', '114049.435000', '114049.895000', '114050.355000', '114050.815000', '114051.275000', '114051.735000', '114052.195000', '114052.655000', '114053.115000', '114053.575000', '114054.035000', '114054.495000', '114054.955000', '114055.415000', '114055.875000', '114056.335000', '114056.795000', '114057.255000', '114057.715000', '114058.175000', '114058.635000', '114059.095000', '114059.555000', '114100.015000', '114100.475000', '114100.935000', '114101.395000', '114101.855000', '114102.315000', '114102.775000', '114103.235000', '114103.695000', '114104.155000', '114104.615000', '114105.075000', '114105.535000', '114105.995000', '114106.455000', '114106.915000', '114107.375000', '114107.835000', '114108.295000', '114108.755000', '114109.215000', '114109.675000', '114110.135000', '114110.595000', '114111.055000', '114111.515000', '114111.975000', '114112.435000', '114112.895000', '114113.355000', '114113.815000', '114114.275000', '114114.735000', '114115.195000', '114115.655000', '114116.115000', '114116.575000', '114117.035000', '114117.495000', '114117.955000', '114118.415000', '114118.875000', '114119.335000', '114119.795000', '114120.255000', '114120.715000', '114121.175000', '114121.635000', '114122.095000', '114122.555000', '114123.015000', '114123.475000', '114123.935000', '114124.395000', '114124.855000', '114125.315000', '114125.775000', '114126.235000', '114126.695000', '114127.155000', '114127.615000', '114128.075000', '114128.535000', '114128.995000', '114129.455000', '114129.915000', '114130.375000', '114130.835000', '114131.295000', '114131.755000', '114132.215000', '114132.675000', '114133.135000', '114133.595000', '114134.055000', '114134.515000', '114134.975000', '114135.435000', '114135.895000', '114136.355000', '114136.815000', '114137.275000', '114137.735000', '114138.195000', '114138.655000', '114139.115000', '114139.575000', '114140.035000', '114140.495000', '114140.955000', '114141.415000', '114141.875000', '114142.335000', '114142.795000', '114143.255000', '114143.715000', '114144.175000', '114144.635000', '114145.095000', '114145.555000', '114146.015000', '114146.475000', '114146.935000', '114147.395000', '114147.855000', '114148.315000', '114148.775000', '114149.235000', '114149.695000', '114150.155000', '114150.615000', '114151.075000', '114151.535000', '114151.995000', '114152.455000', '114152.915000', '114153.375000', '114153.835000', '114154.295000', '114154.755000', '114155.215000', '114155.675000', '114156.135000', '114156.595000', '114157.055000', '114157.515000', '114157.975000', '114158.435000', '114158.895000', '114159.355000', '114159.815000', '114200.275000', '114200.735000', '114201.195000', '114201.655000', '114202.115000', '114202.575000', '114203.035000', '114203.495000', '114203.955000', '114204.415000', '114204.875000', '114205.335000', '114205.795000', '114206.255000', '114206.715000', '114207.175000', '114207.635000', '114208.095000', '114208.555000', '114209.015000', '114209.475000', '114209.935000', '114210.395000', '114210.855000', '114211.315000', '114211.775000', '114212.235000', '114212.695000', '114213.155000', '114213.615000', '114214.075000', '114214.535000', '114214.995000', '114215.455000', '114215.915000', '114216.375000', '114216.835000', '114217.295000', '114217.755000', '114218.215000', '114218.675000', '114219.135000', '114219.595000', '114220.055000', '114220.515000', '114220.975000', '114221.435000', '114221.895000', '114222.355000', '114222.815000', '114223.275000', '114223.735000', '114224.195000', '114224.655000', '114225.115000', '114225.575000', '114226.035000', '114226.495000', '114226.955000', '114227.415000', '114227.875000', '114228.335000', '114228.795000', '114229.255000', '114229.715000', '114230.175000', '114230.635000', '114231.095000', '114231.555000', '114232.015000', '114232.475000', '114232.935000', '114233.395000', '114233.855000', '114234.315000', '114234.775000', '114235.235000', '114235.695000', '114236.155000', '114236.615000', '114237.075000', '114237.535000', '114237.995000', '114238.455000', '114238.915000', '114239.375000', '114239.835000', '114240.295000', '114240.755000', '114241.215000', '114241.675000', '114242.135000', '114242.595000', '114243.055000', '114243.515000', '114243.975000', '114244.435000', '114244.895000', '114245.355000', '114245.815000', '114246.275000', '114246.735000', '114247.195000', '114247.655000', '114248.115000', '114248.575000', '114249.035000', '114249.495000', '114249.955000', '114250.415000', '114250.875000', '114251.335000', '114251.795000', '114252.255000', '114252.715000', '114253.175000', '114253.635000', '114254.095000', '114254.555000', '114255.015000', '114255.475000', '114255.935000', '114256.395000', '114256.855000', '114257.315000', '114257.775000', '114258.235000', '114258.695000', '114259.155000', '114259.615000', '114300.075000', '114300.535000', '114300.995000', '114301.455000', '114301.915000', '114302.375000', '114302.835000', '114303.295000', '114303.755000', '114304.215000', '114304.675000', '114305.135000', '114305.595000', '114306.055000', '114306.515000', '114306.975000', '114307.435000', '114307.895000', '114308.355000', '114308.815000', '114309.275000', '114309.735000', '114310.195000', '114310.655000', '114311.115000', '114311.575000', '114312.035000', '114312.495000', '114312.955000', '114313.415000', '114313.875000', '114314.335000', '114314.795000', '114315.255000', '114315.715000', '114316.175000', '114316.635000', '114317.095000', '114317.555000', '114318.015000', '114318.475000', '114318.935000', '114319.395000', '114319.855000', '114320.315000', '114320.775000', '114321.235000', '114321.695000', '114322.155000', '114322.615000', '114323.075000', '114323.535000', '114323.995000', '114324.455000', '114324.915000', '114325.375000', '114325.835000', '114326.295000', '114326.755000', '114327.215000', '114327.675000', '114328.135000', '114328.595000', '114329.055000', '114329.515000', '114329.975000', '114330.435000', '114330.895000', '114331.355000', '114331.815000', '114332.275000', '114332.735000', '114333.195000', '114333.655000', '114334.115000', '114334.575000', '114335.035000', '114335.495000', '114335.955000', '114336.415000', '114336.875000', '114337.335000', '114337.795000', '114338.255000', '114338.715000', '114339.175000', '114339.635000', '114340.095000', '114340.555000', '114341.015000', '114341.475000', '114341.935000', '114342.395000', '114342.855000', '114343.315000', '114343.775000', '114344.235000', '114344.695000', '114345.155000', '114345.615000', '114346.075000', '114346.535000', '114346.995000', '114347.455000', '114347.915000', '114348.375000'], 'ContentTime': ['113733.996000', '113734.000000', '113734.003000', '113734.006000', '113734.008000', '113734.011000', '113734.013000', '113734.016000', '113734.018000', '113734.021000', '113734.024000', '113734.027000', '113734.030000', '113734.033000', '113734.035000', '113734.038000', '113734.041000', '113734.044000', '113734.046000', '113734.049000', '113734.051000', '113734.054000', '113734.056000', '113734.059000', '113734.061000', '113734.064000', '113734.067000', '113734.069000', '113734.072000', '113734.074000', '113734.081000', '113734.084000', '113734.086000', '113734.089000', '113734.091000', '113734.094000', '113734.097000', '113734.099000', '113734.102000', '113734.104000', '113734.107000', '113734.116000', '113734.119000', '113734.121000', '113734.124000', '113734.126000', '113734.129000', '113734.132000', '113734.134000', '113734.137000', '113734.139000', '113734.142000', '113734.144000', '113734.147000', '113734.149000', '113753.967000', '113753.969000', '113753.972000', '113753.974000', '113753.977000', '113753.980000', '113753.982000', '113753.994000', '113753.997000', '113754.000000', '113754.003000', '113754.006000', '113754.008000', '113754.011000', '113754.013000', '113754.016000', '113754.019000', '113754.021000', '113754.024000', '113754.026000', '113754.029000', '113754.031000', '113754.034000', '113754.036000', '113754.039000', '113754.042000', '113754.044000', '113754.047000', '113754.049000', '113754.052000', '113754.054000', '113754.057000', '113754.060000', '113754.062000', '113754.065000', '113754.067000', '113754.070000', '113754.072000', '113754.075000', '113754.077000', '113754.080000', '113754.083000', '113754.085000', '113754.088000', '113813.966000', '113813.969000', '113813.972000', '113813.974000', '113813.977000', '113813.980000', '113813.982000', '113813.985000', '113813.987000', '113813.990000', '113813.992000', '113813.995000', '113813.998000', '113814.001000', '113814.010000', '113814.013000', '113814.015000', '113814.018000', '113814.021000', '113814.023000', '113814.026000', '113814.029000', '113814.032000', '113814.035000', '113814.038000', '113814.040000', '113814.043000', '113814.046000', '113814.048000', '113814.051000', '113814.053000', '113814.056000', '113814.058000', '113814.061000', '113814.064000', '113814.066000', '113814.069000', '113814.071000', '113814.074000', '113814.077000', '113814.079000', '113814.082000', '113814.084000', '113833.968000', '113833.970000', '113833.973000', '113833.976000', '113833.978000', '113833.981000', '113833.983000', '113833.986000', '113833.988000', '113833.991000', '113833.994000', '113833.996000', '113833.999000', '113834.001000', '113834.004000', '113834.007000', '113834.009000', '113834.012000', '113834.014000', '113834.017000', '113834.020000', '113834.022000', '113834.025000', '113834.027000', '113834.030000', '113834.032000', '113834.035000', '113834.038000', '113834.040000', '113834.043000', '113834.046000', '113834.048000', '113834.051000', '113834.053000', '113834.056000', '113834.059000', '113834.061000', '113834.064000', '113834.066000', '113834.069000', '113834.072000', '113834.074000', '113834.077000', '113834.079000', '113853.967000', '113853.970000', '113853.973000', '113853.975000', '113853.978000', '113853.981000', '113853.983000', '113853.986000', '113853.988000', '113853.991000', '113853.993000', '113853.996000', '113854.000000', '113854.002000', '113854.005000', '113854.007000', '113854.010000', '113854.012000', '113854.015000', '113854.018000', '113854.020000', '113854.023000', '113854.025000', '113854.028000', '113854.030000', '113854.033000', '113854.044000', '113854.047000', '113854.050000', '113854.052000', '113854.055000', '113854.057000', '113854.060000', '113854.062000', '113854.065000', '113854.068000', '113854.070000', '113854.073000', '113854.075000', '113854.078000', '113854.081000', '113854.084000', '113854.087000', '113913.966000', '113913.969000', '113913.972000', '113913.974000', '113913.977000', '113913.980000', '113913.982000', '113913.985000', '113913.987000', '113913.990000', '113913.992000', '113913.995000', '113913.998000', '113914.001000', '113914.004000', '113914.006000', '113914.009000', '113914.012000', '113914.014000', '113914.017000', '113914.019000', '113914.022000', '113914.025000', '113914.027000', '113914.030000', '113914.032000', '113914.035000', '113914.038000', '113914.040000', '113914.043000', '113914.045000', '113914.048000', '113914.051000', '113914.053000', '113914.056000', '113914.058000', '113914.061000', '113914.063000', '113914.066000', '113914.080000', '113914.082000', '113914.085000', '113914.087000', '113914.090000', '113933.966000', '113933.969000', '113933.972000', '113933.974000', '113933.977000', '113933.980000', '113933.982000', '113933.985000', '113933.987000', '113933.990000', '113933.993000', '113933.995000', '113933.998000', '113934.002000', '113934.004000', '113934.007000', '113934.009000', '113934.012000', '113934.014000', '113934.017000', '113934.020000', '113934.022000', '113934.025000', '113934.027000', '113934.030000', '113934.032000', '113934.035000', '113934.038000', '113934.040000', '113934.043000', '113934.045000', '113934.048000', '113934.051000', '113934.053000', '113934.056000', '113934.058000', '113934.061000', '113934.063000', '113934.066000', '113934.069000', '113934.071000', '113934.074000', '113934.076000', '113953.966000', '113953.969000', '113953.972000', '113953.974000', '113953.977000', '113953.980000', '113953.982000', '113953.985000', '113953.987000', '113953.990000', '113953.993000', '113953.995000', '113953.998000', '113954.001000', '113954.004000', '113954.007000', '113954.009000', '113954.012000', '113954.014000', '113954.017000', '113954.019000', '113954.022000', '113954.025000', '113954.027000', '113954.030000', '113954.032000', '113954.035000', '113954.038000', '113954.040000', '113954.043000', '113954.045000', '113954.048000', '113954.051000', '113954.053000', '113954.056000', '113954.058000', '113954.061000', '113954.063000', '113954.066000', '113954.069000', '113954.071000', '113954.074000', '113954.076000', '113954.079000', '114013.966000', '114013.969000', '114013.972000', '114013.974000', '114013.977000', '114013.980000', '114013.982000', '114013.985000', '114013.987000', '114013.990000', '114013.993000', '114013.995000', '114013.998000', '114014.000000', '114014.003000', '114014.005000', '114014.008000', '114014.011000', '114014.013000', '114014.016000', '114014.018000', '114014.021000', '114014.024000', '114014.026000', '114014.029000', '114014.031000', '114014.034000', '114014.037000', '114014.039000', '114014.042000', '114014.044000', '114014.047000', '114014.050000', '114014.052000', '114014.055000', '114014.057000', '114014.060000', '114014.063000', '114014.065000', '114014.068000', '114014.070000', '114014.073000', '114014.075000', '114033.967000', '114033.969000', '114033.972000', '114033.974000', '114033.977000', '114033.980000', '114033.982000', '114033.985000', '114033.988000', '114033.990000', '114033.993000', '114033.995000', '114033.998000', '114034.000000', '114034.003000', '114034.006000', '114034.008000', '114034.011000', '114034.013000', '114034.016000', '114034.019000', '114034.021000', '114034.024000', '114034.038000', '114034.041000', '114034.043000', '114034.046000', '114034.048000', '114034.051000', '114034.054000', '114034.056000', '114034.059000', '114034.061000', '114034.064000', '114034.067000', '114034.069000', '114034.072000', '114034.074000', '114034.077000', '114034.080000', '114034.082000', '114034.085000', '114034.087000', '114034.090000', '114053.967000', '114053.970000', '114053.973000', '114053.975000', '114053.978000', '114053.981000', '114053.983000', '114053.986000', '114053.989000', '114053.991000', '114053.994000', '114053.996000', '114053.999000', '114054.002000', '114054.004000', '114054.007000', '114054.009000', '114054.012000', '114054.014000', '114054.017000', '114054.053000', '114054.055000', '114054.058000', '114054.060000', '114054.063000', '114054.066000', '114054.068000', '114054.071000', '114054.074000', '114054.076000', '114054.079000', '114054.082000', '114054.084000', '114054.087000', '114054.089000', '114054.092000', '114054.095000', '114054.097000', '114054.100000', '114054.102000', '114054.105000', '114054.107000', '114054.110000', '114113.967000', '114113.970000', '114113.973000', '114113.976000', '114113.978000', '114113.981000', '114113.984000', '114113.986000', '114113.989000', '114113.992000', '114113.994000', '114113.997000', '114114.001000', '114114.003000', '114114.006000', '114114.009000', '114114.011000', '114114.014000', '114114.016000', '114114.019000', '114114.021000', '114114.024000', '114114.027000', '114114.029000', '114114.032000', '114114.034000', '114114.037000', '114114.040000', '114114.042000', '114114.045000', '114114.047000', '114114.050000', '114114.052000', '114114.055000', '114114.058000', '114114.060000', '114114.063000', '114114.065000', '114114.068000', '114114.071000', '114114.073000', '114114.076000', '114114.078000', '114114.081000', '114133.966000', '114133.969000', '114133.972000', '114133.975000', '114133.977000', '114133.980000', '114133.982000', '114133.985000', '114133.988000', '114133.990000', '114133.993000', '114133.995000', '114133.998000', '114134.001000', '114134.003000', '114134.006000', '114134.008000', '114134.011000', '114134.013000', '114134.016000', '114134.019000', '114134.021000', '114134.024000', '114134.026000', '114134.029000', '114134.032000', '114134.034000', '114134.037000', '114134.039000', '114134.042000', '114134.044000', '114134.047000', '114134.049000', '114134.052000', '114134.055000', '114134.057000', '114134.060000', '114134.062000', '114134.065000', '114134.068000', '114134.070000', '114134.073000', '114134.075000', '114153.966000', '114153.969000', '114153.972000', '114153.975000', '114153.977000', '114153.980000', '114153.983000', '114153.985000', '114153.988000', '114153.990000', '114153.993000', '114153.996000', '114153.998000', '114154.002000', '114154.004000', '114154.007000', '114154.010000', '114154.012000', '114154.015000', '114154.018000', '114154.020000', '114154.023000', '114154.025000', '114154.028000', '114154.031000', '114154.033000', '114154.036000', '114154.038000', '114154.041000', '114154.044000', '114154.046000', '114154.049000', '114154.051000', '114154.054000', '114154.057000', '114154.059000', '114154.062000', '114154.064000', '114154.067000', '114154.070000', '114154.072000', '114154.075000', '114154.077000', '114154.080000', '114213.966000', '114213.969000', '114213.972000', '114213.975000', '114213.977000', '114213.980000', '114213.982000', '114213.985000', '114213.987000', '114213.990000', '114213.992000', '114213.995000', '114213.998000', '114214.001000', '114214.004000', '114214.006000', '114214.009000', '114214.012000', '114214.014000', '114214.017000', '114214.019000', '114214.022000', '114214.024000', '114214.027000', '114214.030000', '114214.032000', '114214.035000', '114214.037000', '114214.040000', '114214.042000', '114214.045000', '114214.048000', '114214.050000', '114214.053000', '114214.055000', '114214.058000', '114214.061000', '114214.063000', '114214.066000', '114214.068000', '114214.071000', '114214.073000', '114214.076000', '114233.966000', '114233.969000', '114234.000000', '114234.003000', '114234.006000', '114234.008000', '114234.011000', '114234.014000', '114234.016000', '114234.019000', '114234.022000', '114234.024000', '114234.027000', '114234.029000', '114234.032000', '114234.035000', '114234.037000', '114234.040000', '114234.042000', '114234.045000', '114234.048000', '114234.050000', '114234.053000', '114234.055000', '114234.058000', '114234.060000', '114234.063000', '114234.066000', '114234.068000', '114234.071000', '114234.073000', '114234.076000', '114234.079000', '114234.081000', '114234.084000', '114234.086000', '114234.089000', '114234.091000', '114234.094000', '114234.097000', '114234.099000', '114234.102000', '114234.104000', '114234.107000', '114253.967000', '114253.970000', '114253.972000', '114253.975000', '114253.978000', '114253.980000', '114253.983000', '114253.985000', '114253.988000', '114253.990000', '114253.993000', '114253.996000', '114253.998000', '114254.002000', '114254.004000', '114254.007000', '114254.010000', '114254.012000', '114254.015000', '114254.017000', '114254.020000', '114254.023000', '114254.025000', '114254.028000', '114254.030000', '114254.033000', '114254.035000', '114254.038000', '114254.041000', '114254.043000', '114254.046000', '114254.048000', '114254.051000', '114254.054000', '114254.056000', '114254.059000', '114254.061000', '114254.064000', '114254.067000', '114254.069000', '114254.072000', '114254.074000', '114254.077000', '114313.968000', '114313.970000', '114313.973000', '114313.976000', '114313.978000', '114313.981000', '114313.983000', '114313.986000', '114313.988000', '114313.991000', '114313.994000', '114313.996000', '114313.999000', '114314.001000', '114314.004000', '114314.007000', '114314.009000', '114314.012000', '114314.014000', '114314.017000', '114314.019000', '114314.022000', '114314.024000', '114314.027000', '114314.030000', '114314.032000', '114314.035000', '114314.037000', '114314.040000', '114314.043000', '114314.045000', '114314.048000', '114314.051000', '114314.053000', '114314.056000', '114314.058000', '114314.061000', '114314.063000', '114314.066000', '114314.069000', '114314.071000', '114314.074000', '114314.076000', '114314.079000', '114333.968000', '114333.970000', '114333.973000', '114333.976000', '114333.978000', '114333.981000', '114333.983000', '114333.986000', '114333.989000', '114333.991000', '114333.994000', '114333.996000', '114334.000000', '114334.003000', '114334.005000', '114334.008000', '114334.010000', '114334.013000', '114334.015000', '114334.018000', '114334.021000', '114334.023000', '114334.026000', '114334.028000', '114334.031000', '114334.033000', '114334.036000', '114334.039000', '114334.042000', '114334.044000', '114334.047000', '114334.049000', '114334.052000', '114334.055000', '114334.057000', '114334.060000', '114334.062000', '114334.065000', '114334.067000', '114334.070000', '114334.073000', '114334.075000', '114334.078000', '114349.339000', '114349.342000', '114349.345000', '114349.347000', '114349.350000', '114349.353000', '114349.355000', '114349.358000', '114349.361000', '114349.363000', '114349.366000', '114349.369000', '114349.371000', '114349.374000', '114349.377000', '114349.379000', '114349.382000', '114349.385000', '114349.387000', '114349.390000', '114349.392000', '114349.395000', '114349.398000', '114349.400000', '114349.403000', '114349.406000', '114349.408000', '114349.411000', '114349.414000', '114349.416000', '114349.419000', '114349.422000', '114349.424000', '114349.427000'], 'InstanceCreationTime': ['113733.996000', '113734.000000', '113734.003000', '113734.006000', '113734.008000', '113734.011000', '113734.013000', '113734.016000', '113734.018000', '113734.021000', '113734.024000', '113734.027000', '113734.030000', '113734.033000', '113734.035000', '113734.038000', '113734.041000', '113734.044000', '113734.046000', '113734.049000', '113734.051000', '113734.054000', '113734.056000', '113734.059000', '113734.061000', '113734.064000', '113734.067000', '113734.069000', '113734.072000', '113734.074000', '113734.081000', '113734.084000', '113734.086000', '113734.089000', '113734.091000', '113734.094000', '113734.097000', '113734.099000', '113734.102000', '113734.104000', '113734.107000', '113734.116000', '113734.119000', '113734.121000', '113734.124000', '113734.126000', '113734.129000', '113734.132000', '113734.134000', '113734.137000', '113734.139000', '113734.142000', '113734.144000', '113734.147000', '113734.149000', '113753.967000', '113753.969000', '113753.972000', '113753.974000', '113753.977000', '113753.980000', '113753.982000', '113753.994000', '113753.997000', '113754.000000', '113754.003000', '113754.006000', '113754.008000', '113754.011000', '113754.013000', '113754.016000', '113754.019000', '113754.021000', '113754.024000', '113754.026000', '113754.029000', '113754.031000', '113754.034000', '113754.036000', '113754.039000', '113754.042000', '113754.044000', '113754.047000', '113754.049000', '113754.052000', '113754.054000', '113754.057000', '113754.060000', '113754.062000', '113754.065000', '113754.067000', '113754.070000', '113754.072000', '113754.075000', '113754.077000', '113754.080000', '113754.083000', '113754.085000', '113754.088000', '113813.966000', '113813.969000', '113813.972000', '113813.974000', '113813.977000', '113813.980000', '113813.982000', '113813.985000', '113813.987000', '113813.990000', '113813.992000', '113813.995000', '113813.998000', '113814.001000', '113814.010000', '113814.013000', '113814.015000', '113814.018000', '113814.021000', '113814.023000', '113814.026000', '113814.029000', '113814.032000', '113814.035000', '113814.038000', '113814.040000', '113814.043000', '113814.046000', '113814.048000', '113814.051000', '113814.053000', '113814.056000', '113814.058000', '113814.061000', '113814.064000', '113814.066000', '113814.069000', '113814.071000', '113814.074000', '113814.077000', '113814.079000', '113814.082000', '113814.084000', '113833.968000', '113833.970000', '113833.973000', '113833.976000', '113833.978000', '113833.981000', '113833.983000', '113833.986000', '113833.988000', '113833.991000', '113833.994000', '113833.996000', '113833.999000', '113834.001000', '113834.004000', '113834.007000', '113834.009000', '113834.012000', '113834.014000', '113834.017000', '113834.020000', '113834.022000', '113834.025000', '113834.027000', '113834.030000', '113834.032000', '113834.035000', '113834.038000', '113834.040000', '113834.043000', '113834.046000', '113834.048000', '113834.051000', '113834.053000', '113834.056000', '113834.059000', '113834.061000', '113834.064000', '113834.066000', '113834.069000', '113834.072000', '113834.074000', '113834.077000', '113834.079000', '113853.967000', '113853.970000', '113853.973000', '113853.975000', '113853.978000', '113853.981000', '113853.983000', '113853.986000', '113853.988000', '113853.991000', '113853.993000', '113853.996000', '113854.000000', '113854.002000', '113854.005000', '113854.007000', '113854.010000', '113854.012000', '113854.015000', '113854.018000', '113854.020000', '113854.023000', '113854.025000', '113854.028000', '113854.030000', '113854.033000', '113854.044000', '113854.047000', '113854.050000', '113854.052000', '113854.055000', '113854.057000', '113854.060000', '113854.062000', '113854.065000', '113854.068000', '113854.070000', '113854.073000', '113854.075000', '113854.078000', '113854.081000', '113854.084000', '113854.087000', '113913.966000', '113913.969000', '113913.972000', '113913.974000', '113913.977000', '113913.980000', '113913.982000', '113913.985000', '113913.987000', '113913.990000', '113913.992000', '113913.995000', '113913.998000', '113914.001000', '113914.004000', '113914.006000', '113914.009000', '113914.012000', '113914.014000', '113914.017000', '113914.019000', '113914.022000', '113914.025000', '113914.027000', '113914.030000', '113914.032000', '113914.035000', '113914.038000', '113914.040000', '113914.043000', '113914.045000', '113914.048000', '113914.051000', '113914.053000', '113914.056000', '113914.058000', '113914.061000', '113914.063000', '113914.066000', '113914.080000', '113914.082000', '113914.085000', '113914.087000', '113914.090000', '113933.966000', '113933.969000', '113933.972000', '113933.974000', '113933.977000', '113933.980000', '113933.982000', '113933.985000', '113933.987000', '113933.990000', '113933.993000', '113933.995000', '113933.998000', '113934.002000', '113934.004000', '113934.007000', '113934.009000', '113934.012000', '113934.014000', '113934.017000', '113934.020000', '113934.022000', '113934.025000', '113934.027000', '113934.030000', '113934.032000', '113934.035000', '113934.038000', '113934.040000', '113934.043000', '113934.045000', '113934.048000', '113934.051000', '113934.053000', '113934.056000', '113934.058000', '113934.061000', '113934.063000', '113934.066000', '113934.069000', '113934.071000', '113934.074000', '113934.076000', '113953.966000', '113953.969000', '113953.972000', '113953.974000', '113953.977000', '113953.980000', '113953.982000', '113953.985000', '113953.987000', '113953.990000', '113953.993000', '113953.995000', '113953.998000', '113954.001000', '113954.004000', '113954.007000', '113954.009000', '113954.012000', '113954.014000', '113954.017000', '113954.019000', '113954.022000', '113954.025000', '113954.027000', '113954.030000', '113954.032000', '113954.035000', '113954.038000', '113954.040000', '113954.043000', '113954.045000', '113954.048000', '113954.051000', '113954.053000', '113954.056000', '113954.058000', '113954.061000', '113954.063000', '113954.066000', '113954.069000', '113954.071000', '113954.074000', '113954.076000', '113954.079000', '114013.966000', '114013.969000', '114013.972000', '114013.974000', '114013.977000', '114013.980000', '114013.982000', '114013.985000', '114013.987000', '114013.990000', '114013.993000', '114013.995000', '114013.998000', '114014.000000', '114014.003000', '114014.005000', '114014.008000', '114014.011000', '114014.013000', '114014.016000', '114014.018000', '114014.021000', '114014.024000', '114014.026000', '114014.029000', '114014.031000', '114014.034000', '114014.037000', '114014.039000', '114014.042000', '114014.044000', '114014.047000', '114014.050000', '114014.052000', '114014.055000', '114014.057000', '114014.060000', '114014.063000', '114014.065000', '114014.068000', '114014.070000', '114014.073000', '114014.075000', '114033.967000', '114033.969000', '114033.972000', '114033.974000', '114033.977000', '114033.980000', '114033.982000', '114033.985000', '114033.988000', '114033.990000', '114033.993000', '114033.995000', '114033.998000', '114034.000000', '114034.003000', '114034.006000', '114034.008000', '114034.011000', '114034.013000', '114034.016000', '114034.019000', '114034.021000', '114034.024000', '114034.038000', '114034.041000', '114034.043000', '114034.046000', '114034.048000', '114034.051000', '114034.054000', '114034.056000', '114034.059000', '114034.061000', '114034.064000', '114034.067000', '114034.069000', '114034.072000', '114034.074000', '114034.077000', '114034.080000', '114034.082000', '114034.085000', '114034.087000', '114034.090000', '114053.967000', '114053.970000', '114053.973000', '114053.975000', '114053.978000', '114053.981000', '114053.983000', '114053.986000', '114053.989000', '114053.991000', '114053.994000', '114053.996000', '114053.999000', '114054.002000', '114054.004000', '114054.007000', '114054.009000', '114054.012000', '114054.014000', '114054.017000', '114054.053000', '114054.055000', '114054.058000', '114054.060000', '114054.063000', '114054.066000', '114054.068000', '114054.071000', '114054.074000', '114054.076000', '114054.079000', '114054.082000', '114054.084000', '114054.087000', '114054.089000', '114054.092000', '114054.095000', '114054.097000', '114054.100000', '114054.102000', '114054.105000', '114054.107000', '114054.110000', '114113.967000', '114113.970000', '114113.973000', '114113.976000', '114113.978000', '114113.981000', '114113.984000', '114113.986000', '114113.989000', '114113.992000', '114113.994000', '114113.997000', '114114.001000', '114114.003000', '114114.006000', '114114.009000', '114114.011000', '114114.014000', '114114.016000', '114114.019000', '114114.021000', '114114.024000', '114114.027000', '114114.029000', '114114.032000', '114114.034000', '114114.037000', '114114.040000', '114114.042000', '114114.045000', '114114.047000', '114114.050000', '114114.052000', '114114.055000', '114114.058000', '114114.060000', '114114.063000', '114114.065000', '114114.068000', '114114.071000', '114114.073000', '114114.076000', '114114.078000', '114114.081000', '114133.966000', '114133.969000', '114133.972000', '114133.975000', '114133.977000', '114133.980000', '114133.982000', '114133.985000', '114133.988000', '114133.990000', '114133.993000', '114133.995000', '114133.998000', '114134.001000', '114134.003000', '114134.006000', '114134.008000', '114134.011000', '114134.013000', '114134.016000', '114134.019000', '114134.021000', '114134.024000', '114134.026000', '114134.029000', '114134.032000', '114134.034000', '114134.037000', '114134.039000', '114134.042000', '114134.044000', '114134.047000', '114134.049000', '114134.052000', '114134.055000', '114134.057000', '114134.060000', '114134.062000', '114134.065000', '114134.068000', '114134.070000', '114134.073000', '114134.075000', '114153.966000', '114153.969000', '114153.972000', '114153.975000', '114153.977000', '114153.980000', '114153.983000', '114153.985000', '114153.988000', '114153.990000', '114153.993000', '114153.996000', '114153.998000', '114154.002000', '114154.004000', '114154.007000', '114154.010000', '114154.012000', '114154.015000', '114154.018000', '114154.020000', '114154.023000', '114154.025000', '114154.028000', '114154.031000', '114154.033000', '114154.036000', '114154.038000', '114154.041000', '114154.044000', '114154.046000', '114154.049000', '114154.051000', '114154.054000', '114154.057000', '114154.059000', '114154.062000', '114154.064000', '114154.067000', '114154.070000', '114154.072000', '114154.075000', '114154.077000', '114154.080000', '114213.966000', '114213.969000', '114213.972000', '114213.975000', '114213.977000', '114213.980000', '114213.982000', '114213.985000', '114213.987000', '114213.990000', '114213.992000', '114213.995000', '114213.998000', '114214.001000', '114214.004000', '114214.006000', '114214.009000', '114214.012000', '114214.014000', '114214.017000', '114214.019000', '114214.022000', '114214.024000', '114214.027000', '114214.030000', '114214.032000', '114214.035000', '114214.037000', '114214.040000', '114214.042000', '114214.045000', '114214.048000', '114214.050000', '114214.053000', '114214.055000', '114214.058000', '114214.061000', '114214.063000', '114214.066000', '114214.068000', '114214.071000', '114214.073000', '114214.076000', '114233.966000', '114233.969000', '114234.000000', '114234.003000', '114234.006000', '114234.008000', '114234.011000', '114234.014000', '114234.016000', '114234.019000', '114234.022000', '114234.024000', '114234.027000', '114234.029000', '114234.032000', '114234.035000', '114234.037000', '114234.040000', '114234.042000', '114234.045000', '114234.048000', '114234.050000', '114234.053000', '114234.055000', '114234.058000', '114234.060000', '114234.063000', '114234.066000', '114234.068000', '114234.071000', '114234.073000', '114234.076000', '114234.079000', '114234.081000', '114234.084000', '114234.086000', '114234.089000', '114234.091000', '114234.094000', '114234.097000', '114234.099000', '114234.102000', '114234.104000', '114234.107000', '114253.967000', '114253.970000', '114253.972000', '114253.975000', '114253.978000', '114253.980000', '114253.983000', '114253.985000', '114253.988000', '114253.990000', '114253.993000', '114253.996000', '114253.998000', '114254.002000', '114254.004000', '114254.007000', '114254.010000', '114254.012000', '114254.015000', '114254.017000', '114254.020000', '114254.023000', '114254.025000', '114254.028000', '114254.030000', '114254.033000', '114254.035000', '114254.038000', '114254.041000', '114254.043000', '114254.046000', '114254.048000', '114254.051000', '114254.054000', '114254.056000', '114254.059000', '114254.061000', '114254.064000', '114254.067000', '114254.069000', '114254.072000', '114254.074000', '114254.077000', '114313.968000', '114313.970000', '114313.973000', '114313.976000', '114313.978000', '114313.981000', '114313.983000', '114313.986000', '114313.988000', '114313.991000', '114313.994000', '114313.996000', '114313.999000', '114314.001000', '114314.004000', '114314.007000', '114314.009000', '114314.012000', '114314.014000', '114314.017000', '114314.019000', '114314.022000', '114314.024000', '114314.027000', '114314.030000', '114314.032000', '114314.035000', '114314.037000', '114314.040000', '114314.043000', '114314.045000', '114314.048000', '114314.051000', '114314.053000', '114314.056000', '114314.058000', '114314.061000', '114314.063000', '114314.066000', '114314.069000', '114314.071000', '114314.074000', '114314.076000', '114314.079000', '114333.968000', '114333.970000', '114333.973000', '114333.976000', '114333.978000', '114333.981000', '114333.983000', '114333.986000', '114333.989000', '114333.991000', '114333.994000', '114333.996000', '114334.000000', '114334.003000', '114334.005000', '114334.008000', '114334.010000', '114334.013000', '114334.015000', '114334.018000', '114334.021000', '114334.023000', '114334.026000', '114334.028000', '114334.031000', '114334.033000', '114334.036000', '114334.039000', '114334.042000', '114334.044000', '114334.047000', '114334.049000', '114334.052000', '114334.055000', '114334.057000', '114334.060000', '114334.062000', '114334.065000', '114334.067000', '114334.070000', '114334.073000', '114334.075000', '114334.078000', '114349.339000', '114349.342000', '114349.345000', '114349.347000', '114349.350000', '114349.353000', '114349.355000', '114349.358000', '114349.361000', '114349.363000', '114349.366000', '114349.369000', '114349.371000', '114349.374000', '114349.377000', '114349.379000', '114349.382000', '114349.385000', '114349.387000', '114349.390000', '114349.392000', '114349.395000', '114349.398000', '114349.400000', '114349.403000', '114349.406000', '114349.408000', '114349.411000', '114349.414000', '114349.416000', '114349.419000', '114349.422000', '114349.424000', '114349.427000'], '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': [7946, 9965, 8302, 11880, 8365, 8160, 12671, 8009, 14646, 10590, 13716, 8590, 8774, 13398, 8440, 13719, 11169, 12460, 8246, 9626, 8144, 12589, 8591, 14270, 9001, 8846, 8967, 8109, 14964, 11335, 15292, 10773, 12624, 8316, 8456, 13205, 8379, 14167, 10376, 13230, 7868, 8714, 8486, 8808, 15275, 12585, 13788, 7933, 7995, 8102, 8156, 14283, 11523, 13674, 7795, 11574, 8298, 8069, 14961, 12726, 14560, 8421, 12465, 7885, 8835, 13070, 10585, 15251, 9378, 11788, 8026, 10681, 7702, 12821, 9767, 14415, 11480, 7941, 12918, 7889, 12212, 8385, 12679, 9201, 8110, 12908, 7824, 12109, 8154, 12655, 7769, 9216, 7786, 8937, 14380, 11048, 13779, 7893, 11561, 8012, 9946, 9283, 11258, 14964, 8042, 13435, 7945, 9111, 7756, 10725, 13873, 11228, 12845, 7911, 9742, 8423, 8853, 14796, 8478, 12794, 7960, 9299, 8268, 10971, 8573, 13919, 12101, 8127, 13955, 7804, 10916, 13371, 11631, 15061, 8110, 12858, 8173, 8314, 8067, 11843, 9803, 12024, 10673, 8130, 14669, 8498, 15034, 11671, 11798, 9429, 8102, 12538, 7860, 13208, 7829, 14067, 8801, 8124, 9274, 9207, 9727, 8825, 14628, 8158, 12609, 8273, 11780, 9017, 10687, 8560, 11866, 15885, 9513, 14438, 11581, 13920, 8129, 9435, 8062, 8317, 8149, 11159, 8335, 9139, 8098, 8443, 9265, 10152, 12564, 12058, 14635, 8154, 14631, 7927, 13489, 8759, 15665, 8487, 8598, 9157, 8324, 15652, 8244, 15026, 8273, 9497, 8100, 8490, 8007, 9978, 12260, 10515, 15322, 8113, 11435, 8143, 11745, 9150, 10881, 11051, 8415, 11980, 8240, 13251, 7917, 13643, 9162, 8268, 15184, 8374, 13963, 9519, 13600, 9284, 8341, 14407, 8387, 14210, 8422, 11609, 8503, 8033, 8593, 8242, 8976, 15049, 9272, 12548, 8810, 15604, 11075, 14038, 15692, 9212, 10203, 7924, 8002, 13266, 8384, 13146, 8428, 8270, 9806, 8359, 9461, 8791, 8869, 8602, 8241, 9277, 8259, 11534, 8087, 12699, 8877, 14563, 8291, 13973, 9911, 14096, 15905, 13578, 15014, 8678, 10415, 8096, 11442, 11001, 8418, 15130, 8539, 14096, 9171, 7966, 13983, 8119, 12257, 8055, 13695, 7667, 13785, 9421, 8090, 15357, 8054, 13583, 13955, 10917, 14302, 8021, 8684, 9280, 8135, 15103, 8138, 12516, 8232, 8347, 8315, 8078, 11997, 8181, 15059, 7929, 11890, 8560, 9495, 9692, 10889, 15029, 10576, 11407, 8351, 9514, 8293, 11058, 14623, 11657, 14198, 8308, 10926, 8532, 9108, 10131, 8920, 14199, 8333, 13275, 8658, 11182, 9568, 13349, 12175, 8237, 9795, 8404, 15176, 10551, 16256, 8294, 13993, 8714, 12006, 16453, 13280, 16040, 8326, 13327, 7980, 8562, 9513, 8539, 14087, 8533, 9636, 8269, 13051, 9375, 15484, 11573, 16054, 8150, 11015, 8023, 12079, 14145, 12412, 15602, 7922, 13799, 8170, 11064, 7548, 14100, 9465, 8050, 9804, 8242, 14629, 8605, 15757, 8357, 9336, 8160, 9392, 9556, 14950, 12127, 7980, 16150, 8141, 13268, 8307, 15599, 9196, 8130, 10606, 8189, 13114, 8365, 14931, 8676, 12636, 9271, 7843, 9743, 8064, 15226, 8888, 14817, 8287, 9056, 8892, 11386, 15626, 11990, 14876, 8005, 10236, 7982, 8108, 15709, 8654, 14620, 8207, 8909, 8537, 8426, 13012, 8431, 15297, 8197, 10611, 8353, 8047, 9221, 10060, 13083, 8216, 13483, 8198, 11699, 8428, 12159, 14114, 12640, 15621, 8388, 13035, 8325, 11686, 13993, 11564, 13703, 8117, 13069, 8079, 13289, 9223, 12097, 8056, 8360, 8412, 8767, 13896, 14807, 15478, 8594, 9096, 10146, 15884, 9918, 16091, 13185, 11758, 8092, 8512, 8566, 11292, 7365, 15608, 8720, 11275, 8057, 12431, 11027, 15968, 15607, 11661, 12800, 7961, 14701, 7478, 15572, 8207, 15296, 8248, 8493, 8593, 8080, 9063, 11911, 8745, 8136, 9397, 8174, 14480, 9754, 16849, 9869, 15813, 9164, 8027, 14150, 7793, 14162, 8396, 13730, 8301, 8154, 8530, 7819, 9527, 7785, 9459, 7769, 14518, 7778, 15354, 8607, 16221, 7730, 9106, 14557, 7889, 15990, 10238, 15241, 8289, 8094, 9534, 8061, 15485, 8239, 13541, 8042, 9507, 8385, 8066, 8790, 13714, 8727, 8737, 8569, 8906, 9621, 12629, 14507, 13643, 13793, 8276, 17346, 9582, 16654, 10690, 16399, 8496, 8452, 9659, 7843, 15860, 10451, 15063, 7693, 13919, 7782, 14523, 8435, 16098, 7833, 8753, 14156, 7863, 15760, 8072, 15937, 8206, 10077, 8401, 8438, 8090, 12190, 7642, 13509, 8539, 8358, 9361, 10814, 16236, 13319, 15698, 7551, 14666, 8114, 12134, 14081, 11362, 15996, 7617, 12824, 7899, 8586, 8091, 9686, 9436, 7925, 9790, 8057, 9630, 8496, 14970, 12469, 14243, 7760, 13892, 8197, 13573, 9817, 15501, 9521, 7796, 14097, 7766, 14702, 8433, 15524, 8738, 8684, 9394, 8782, 15928, 10051, 14642, 8114, 11917, 8049, 13261, 8265, 16112, 8243, 11655, 13017, 7973, 16266, 11529, 16065, 8072, 9257, 8835, 8178, 15257, 8010, 15105, 8176, 8866, 7978, 8323, 9461, 9434, 12958, 8430, 14541, 7752, 14079, 7967, 13178, 13270, 11327, 14082, 7976, 11195, 7890, 8482, 9471, 8099, 9322, 8127, 9486, 7907, 9649, 11792, 9332, 8047, 16374, 8257, 13785, 10132, 15853, 15291, 10513, 13667, 8112, 12397, 8387, 15011, 8992, 15257, 7789, 8397, 14283, 8778, 14784, 10666, 14319, 7878, 9729, 8338, 10363, 9047, 14425, 15113, 7948, 15510, 8034, 13027, 8064, 13249, 7908, 8075, 8000, 8228, 13043, 9486, 15552, 8034, 10683, 8167, 8207, 11268, 8863, 16059, 9694, 13063, 8024, 8246, 8208, 8925, 14838, 10534, 14155, 8528, 13466, 8546, 11851, 9022, 14767, 9272, 8145, 15818, 8241, 14310, 8185, 10187, 8866, 12687, 8894, 13168, 10505, 13233, 8624, 14855, 9255, 15046, 10196, 14800, 10382, 16129, 9087, 9952, 8992, 8867, 8829, 16234, 8944, 10841, 8270, 9042, 8541, 13892, 14864, 11732, 11608, 8209, 12581, 7975, 14969, 8642, 14332, 8079, 8410, 9112, 9882, 15639, 9088, 13684, 8306, 10568, 8253, 12896, 8421, 14993, 8837, 8231, 13704, 8245, 14724, 8227, 14007, 8895, 8426, 8852, 8549, 15511, 9820, 13457, 8305, 14606, 8343, 15289, 9220, 15109, 8996, 8558, 14274, 8419, 15041, 8811, 13217, 8815, 8419, 8491, 10876, 15276, 12880, 14219, 8481, 8695, 8406, 9785, 14933, 10802, 13976], 'WindowCenter': [4370.0, 4386.0, 4351.0, 4403.0, 4336.0, 4350.0, 4396.0, 4338.0, 4408.0, 4366.0, 4397.0, 4334.0, 4336.0, 4386.0, 4335.0, 4394.0, 4373.0, 4372.0, 4334.0, 4354.0, 4335.0, 4397.0, 4342.0, 4406.0, 4345.0, 4358.0, 4346.0, 4337.0, 4402.0, 4374.0, 4404.0, 4363.0, 4375.0, 4323.0, 4322.0, 4368.0, 4323.0, 4380.0, 4353.0, 4369.0, 4312.0, 4322.0, 4318.0, 4343.0, 4389.0, 4387.0, 4393.0, 4326.0, 4311.0, 4310.0, 4324.0, 4392.0, 4372.0, 4393.0, 4315.0, 4363.0, 4320.0, 4324.0, 4389.0, 4383.0, 4391.0, 4322.0, 4369.0, 4307.0, 4331.0, 4368.0, 4351.0, 4390.0, 4332.0, 4357.0, 4312.0, 4349.0, 4311.0, 4384.0, 4338.0, 4393.0, 4348.0, 4309.0, 4368.0, 4309.0, 4372.0, 4320.0, 4384.0, 4330.0, 4323.0, 4370.0, 4314.0, 4371.0, 4324.0, 4381.0, 4314.0, 4343.0, 4311.0, 4344.0, 4389.0, 4364.0, 4382.0, 4323.0, 4362.0, 4318.0, 4354.0, 4343.0, 4363.0, 4392.0, 4322.0, 4382.0, 4320.0, 4332.0, 4310.0, 4375.0, 4382.0, 4364.0, 4368.0, 4312.0, 4342.0, 4306.0, 4334.0, 4381.0, 4324.0, 4372.0, 4314.0, 4329.0, 4325.0, 4366.0, 4333.0, 4395.0, 4372.0, 4325.0, 4392.0, 4314.0, 4366.0, 4381.0, 4375.0, 4390.0, 4324.0, 4372.0, 4321.0, 4323.0, 4327.0, 4374.0, 4353.0, 4386.0, 4353.0, 4324.0, 4393.0, 4334.0, 4394.0, 4358.0, 4363.0, 4328.0, 4312.0, 4357.0, 4309.0, 4373.0, 4298.0, 4386.0, 4330.0, 4314.0, 4330.0, 4343.0, 4329.0, 4335.0, 4394.0, 4315.0, 4374.0, 4322.0, 4374.0, 4329.0, 4351.0, 4319.0, 4360.0, 4387.0, 4342.0, 4382.0, 4361.0, 4379.0, 4311.0, 4330.0, 4309.0, 4309.0, 4321.0, 4362.0, 4322.0, 4345.0, 4325.0, 4333.0, 4343.0, 4367.0, 4382.0, 4386.0, 4391.0, 4324.0, 4389.0, 4312.0, 4385.0, 4322.0, 4393.0, 4319.0, 4332.0, 4330.0, 4323.0, 4390.0, 4324.0, 4390.0, 4322.0, 4338.0, 4321.0, 4331.0, 4323.0, 4356.0, 4371.0, 4366.0, 4390.0, 4323.0, 4358.0, 4312.0, 4373.0, 4330.0, 4365.0, 4361.0, 4324.0, 4359.0, 4322.0, 4384.0, 4311.0, 4383.0, 4333.0, 4325.0, 4389.0, 4325.0, 4394.0, 4343.0, 4385.0, 4331.0, 4323.0, 4378.0, 4324.0, 4382.0, 4323.0, 4364.0, 4345.0, 4323.0, 4334.0, 4345.0, 4357.0, 4419.0, 4370.0, 4398.0, 4358.0, 4420.0, 4363.0, 4396.0, 4390.0, 4331.0, 4341.0, 4297.0, 4310.0, 4357.0, 4322.0, 4372.0, 4309.0, 4310.0, 4326.0, 4310.0, 4325.0, 4333.0, 4331.0, 4332.0, 4323.0, 4342.0, 4337.0, 4372.0, 4337.0, 4393.0, 4347.0, 4406.0, 4337.0, 4397.0, 4354.0, 4407.0, 4419.0, 4398.0, 4395.0, 4334.0, 4348.0, 4312.0, 4363.0, 4347.0, 4311.0, 4380.0, 4321.0, 4382.0, 4329.0, 4312.0, 4378.0, 4311.0, 4359.0, 4311.0, 4382.0, 4300.0, 4386.0, 4329.0, 4310.0, 4380.0, 4300.0, 4382.0, 4369.0, 4352.0, 4368.0, 4298.0, 4311.0, 4316.0, 4312.0, 4379.0, 4308.0, 4359.0, 4310.0, 4310.0, 4321.0, 4312.0, 4372.0, 4323.0, 4390.0, 4324.0, 4359.0, 4333.0, 4343.0, 4340.0, 4364.0, 4391.0, 4366.0, 4359.0, 4322.0, 4344.0, 4321.0, 4375.0, 4392.0, 4374.0, 4382.0, 4324.0, 4362.0, 4337.0, 4346.0, 4352.0, 4346.0, 4392.0, 4338.0, 4382.0, 4332.0, 4376.0, 4353.0, 4397.0, 4383.0, 4335.0, 4353.0, 4348.0, 4404.0, 4368.0, 4416.0, 4334.0, 4395.0, 4333.0, 4387.0, 4404.0, 4385.0, 4393.0, 4323.0, 4373.0, 4311.0, 4321.0, 4341.0, 4321.0, 4381.0, 4323.0, 4339.0, 4322.0, 4380.0, 4344.0, 4403.0, 4376.0, 4403.0, 4324.0, 4352.0, 4312.0, 4384.0, 4381.0, 4375.0, 4390.0, 4312.0, 4369.0, 4322.0, 4362.0, 4298.0, 4394.0, 4341.0, 4313.0, 4340.0, 4324.0, 4394.0, 4334.0, 4403.0, 4324.0, 4332.0, 4320.0, 4344.0, 4340.0, 4405.0, 4374.0, 4313.0, 4389.0, 4311.0, 4372.0, 4311.0, 4405.0, 4329.0, 4312.0, 4346.0, 4321.0, 4369.0, 4322.0, 4393.0, 4321.0, 4373.0, 4327.0, 4314.0, 4339.0, 4324.0, 4392.0, 4334.0, 4392.0, 4324.0, 4333.0, 4332.0, 4376.0, 4393.0, 4374.0, 4394.0, 4311.0, 4341.0, 4309.0, 4322.0, 4403.0, 4332.0, 4391.0, 4322.0, 4330.0, 4321.0, 4324.0, 4381.0, 4324.0, 4393.0, 4324.0, 4350.0, 4322.0, 4325.0, 4342.0, 4355.0, 4382.0, 4334.0, 4381.0, 4325.0, 4375.0, 4323.0, 4388.0, 4392.0, 4386.0, 4391.0, 4325.0, 4384.0, 4322.0, 4375.0, 4380.0, 4375.0, 4381.0, 4323.0, 4381.0, 4326.0, 4396.0, 4345.0, 4375.0, 4324.0, 4334.0, 4323.0, 4335.0, 4394.0, 4407.0, 4405.0, 4334.0, 4320.0, 4341.0, 4395.0, 4341.0, 4408.0, 4385.0, 4377.0, 4311.0, 4336.0, 4331.0, 4375.0, 4303.0, 4405.0, 4336.0, 4363.0, 4317.0, 4375.0, 4351.0, 4407.0, 4390.0, 4363.0, 4360.0, 4300.0, 4367.0, 4289.0, 4380.0, 4308.0, 4380.0, 4300.0, 4309.0, 4309.0, 4311.0, 4332.0, 4362.0, 4322.0, 4312.0, 4331.0, 4323.0, 4379.0, 4343.0, 4406.0, 4344.0, 4393.0, 4329.0, 4312.0, 4369.0, 4302.0, 4380.0, 4311.0, 4371.0, 4321.0, 4311.0, 4320.0, 4314.0, 4341.0, 4314.0, 4343.0, 4316.0, 4394.0, 4326.0, 4406.0, 4334.0, 4405.0, 4311.0, 4334.0, 4379.0, 4325.0, 4403.0, 4353.0, 4394.0, 4322.0, 4312.0, 4332.0, 4325.0, 4391.0, 4324.0, 4380.0, 4325.0, 4340.0, 4335.0, 4325.0, 4348.0, 4395.0, 4345.0, 4336.0, 4345.0, 4347.0, 4357.0, 4400.0, 4407.0, 4410.0, 4395.0, 4336.0, 4403.0, 4345.0, 4407.0, 4352.0, 4395.0, 4322.0, 4312.0, 4329.0, 4312.0, 4391.0, 4354.0, 4396.0, 4313.0, 4379.0, 4312.0, 4393.0, 4321.0, 4405.0, 4300.0, 4335.0, 4381.0, 4313.0, 4394.0, 4325.0, 4403.0, 4324.0, 4342.0, 4324.0, 4322.0, 4339.0, 4386.0, 4314.0, 4395.0, 4335.0, 4324.0, 4330.0, 4367.0, 4404.0, 4386.0, 4394.0, 4312.0, 4392.0, 4312.0, 4375.0, 4381.0, 4361.0, 4391.0, 4301.0, 4358.0, 4310.0, 4323.0, 4311.0, 4343.0, 4340.0, 4324.0, 4341.0, 4324.0, 4343.0, 4348.0, 4405.0, 4386.0, 4395.0, 4315.0, 4383.0, 4323.0, 4385.0, 4342.0, 4407.0, 4339.0, 4314.0, 4394.0, 4338.0, 4405.0, 4335.0, 4404.0, 4333.0, 4333.0, 4342.0, 4336.0, 4403.0, 4357.0, 4390.0, 4325.0, 4371.0, 4323.0, 4386.0, 4324.0, 4407.0, 4334.0, 4376.0, 4383.0, 4326.0, 4405.0, 4375.0, 4391.0, 4312.0, 4331.0, 4319.0, 4312.0, 4380.0, 4299.0, 4381.0, 4314.0, 4320.0, 4310.0, 4313.0, 4343.0, 4344.0, 4370.0, 4323.0, 4384.0, 4312.0, 4382.0, 4312.0, 4384.0, 4370.0, 4363.0, 4369.0, 4310.0, 4351.0, 4309.0, 4323.0, 4340.0, 4313.0, 4330.0, 4311.0, 4340.0, 4338.0, 4355.0, 4387.0, 4354.0, 4340.0, 4414.0, 4335.0, 4397.0, 4353.0, 4416.0, 4393.0, 4353.0, 4369.0, 4311.0, 4368.0, 4323.0, 4394.0, 4330.0, 4394.0, 4303.0, 4324.0, 4381.0, 4335.0, 4394.0, 4351.0, 4382.0, 4313.0, 4339.0, 4323.0, 4355.0, 4331.0, 4394.0, 4393.0, 4324.0, 4392.0, 4312.0, 4385.0, 4313.0, 4385.0, 4312.0, 4325.0, 4323.0, 4338.0, 4395.0, 4357.0, 4406.0, 4325.0, 4365.0, 4324.0, 4325.0, 4362.0, 4345.0, 4392.0, 4345.0, 4370.0, 4313.0, 4323.0, 4321.0, 4346.0, 4393.0, 4365.0, 4381.0, 4336.0, 4384.0, 4334.0, 4388.0, 4346.0, 4408.0, 4342.0, 4326.0, 4403.0, 4337.0, 4395.0, 4340.0, 4354.0, 4345.0, 4383.0, 4346.0, 4386.0, 4380.0, 4398.0, 4347.0, 4396.0, 4345.0, 4393.0, 4354.0, 4397.0, 4352.0, 4408.0, 4334.0, 4346.0, 4337.0, 4337.0, 4345.0, 4406.0, 4335.0, 4354.0, 4323.0, 4329.0, 4322.0, 4396.0, 4393.0, 4375.0, 4362.0, 4313.0, 4358.0, 4313.0, 4382.0, 4319.0, 4385.0, 4299.0, 4311.0, 4319.0, 4344.0, 4393.0, 4334.0, 4368.0, 4322.0, 4350.0, 4322.0, 4384.0, 4320.0, 4396.0, 4322.0, 4324.0, 4380.0, 4324.0, 4394.0, 4328.0, 4384.0, 4332.0, 4325.0, 4332.0, 4336.0, 4394.0, 4355.0, 4383.0, 4325.0, 4391.0, 4336.0, 4407.0, 4334.0, 4396.0, 4319.0, 4322.0, 4379.0, 4322.0, 4393.0, 4332.0, 4373.0, 4331.0, 4323.0, 4325.0, 4366.0, 4395.0, 4385.0, 4383.0, 4325.0, 4323.0, 4312.0, 4355.0, 4391.0, 4364.0, 4382.0], 'WindowWidth': [9670.0, 9678.0, 9622.0, 9691.0, 9593.0, 9615.0, 9668.0, 9597.0, 9686.0, 9628.0, 9671.0, 9580.0, 9587.0, 9650.0, 9586.0, 9663.0, 9635.0, 9629.0, 9583.0, 9607.0, 9585.0, 9669.0, 9595.0, 9683.0, 9599.0, 9622.0, 9601.0, 9591.0, 9671.0, 9639.0, 9675.0, 9619.0, 9635.0, 9561.0, 9561.0, 9618.0, 9563.0, 9636.0, 9601.0, 9619.0, 9548.0, 9560.0, 9551.0, 9592.0, 9651.0, 9655.0, 9660.0, 9572.0, 9547.0, 9545.0, 9568.0, 9658.0, 9631.0, 9657.0, 9555.0, 9617.0, 9556.0, 9567.0, 9650.0, 9646.0, 9652.0, 9560.0, 9618.0, 9536.0, 9572.0, 9617.0, 9599.0, 9650.0, 9575.0, 9602.0, 9547.0, 9591.0, 9546.0, 9649.0, 9580.0, 9658.0, 9590.0, 9539.0, 9615.0, 9542.0, 9627.0, 9555.0, 9646.0, 9568.0, 9564.0, 9621.0, 9555.0, 9625.0, 9568.0, 9640.0, 9554.0, 9591.0, 9545.0, 9594.0, 9649.0, 9621.0, 9642.0, 9565.0, 9613.0, 9554.0, 9606.0, 9593.0, 9619.0, 9655.0, 9562.0, 9639.0, 9559.0, 9574.0, 9546.0, 9640.0, 9642.0, 9618.0, 9617.0, 9547.0, 9587.0, 9534.0, 9578.0, 9638.0, 9566.0, 9624.0, 9553.0, 9566.0, 9569.0, 9627.0, 9578.0, 9665.0, 9628.0, 9570.0, 9655.0, 9554.0, 9626.0, 9641.0, 9636.0, 9651.0, 9567.0, 9627.0, 9560.0, 9563.0, 9575.0, 9636.0, 9604.0, 9652.0, 9602.0, 9567.0, 9655.0, 9581.0, 9661.0, 9603.0, 9615.0, 9562.0, 9546.0, 9601.0, 9542.0, 9630.0, 9526.0, 9648.0, 9569.0, 9552.0, 9570.0, 9591.0, 9566.0, 9581.0, 9658.0, 9555.0, 9634.0, 9563.0, 9635.0, 9568.0, 9598.0, 9552.0, 9609.0, 9643.0, 9587.0, 9640.0, 9612.0, 9632.0, 9545.0, 9565.0, 9538.0, 9537.0, 9561.0, 9615.0, 9563.0, 9597.0, 9570.0, 9579.0, 9591.0, 9629.0, 9643.0, 9653.0, 9654.0, 9567.0, 9646.0, 9548.0, 9649.0, 9561.0, 9659.0, 9553.0, 9574.0, 9570.0, 9564.0, 9650.0, 9566.0, 9651.0, 9562.0, 9579.0, 9560.0, 9572.0, 9564.0, 9612.0, 9627.0, 9624.0, 9649.0, 9565.0, 9604.0, 9549.0, 9632.0, 9570.0, 9622.0, 9610.0, 9566.0, 9608.0, 9562.0, 9647.0, 9546.0, 9644.0, 9576.0, 9568.0, 9648.0, 9569.0, 9660.0, 9589.0, 9649.0, 9569.0, 9562.0, 9631.0, 9567.0, 9639.0, 9566.0, 9619.0, 9599.0, 9563.0, 9583.0, 9600.0, 9621.0, 9705.0, 9642.0, 9675.0, 9623.0, 9707.0, 9621.0, 9668.0, 9652.0, 9569.0, 9581.0, 9518.0, 9538.0, 9597.0, 9559.0, 9624.0, 9536.0, 9539.0, 9556.0, 9539.0, 9555.0, 9576.0, 9572.0, 9574.0, 9564.0, 9588.0, 9587.0, 9629.0, 9592.0, 9660.0, 9604.0, 9678.0, 9588.0, 9670.0, 9607.0, 9686.0, 9705.0, 9677.0, 9664.0, 9580.0, 9591.0, 9547.0, 9616.0, 9587.0, 9543.0, 9632.0, 9555.0, 9638.0, 9564.0, 9546.0, 9627.0, 9544.0, 9602.0, 9547.0, 9643.0, 9530.0, 9648.0, 9565.0, 9542.0, 9632.0, 9526.0, 9640.0, 9618.0, 9598.0, 9613.0, 9521.0, 9540.0, 9542.0, 9545.0, 9631.0, 9538.0, 9602.0, 9540.0, 9540.0, 9556.0, 9548.0, 9627.0, 9566.0, 9649.0, 9567.0, 9607.0, 9578.0, 9590.0, 9583.0, 9622.0, 9652.0, 9624.0, 9606.0, 9562.0, 9593.0, 9559.0, 9636.0, 9655.0, 9634.0, 9640.0, 9567.0, 9614.0, 9587.0, 9600.0, 9603.0, 9599.0, 9656.0, 9589.0, 9642.0, 9577.0, 9639.0, 9607.0, 9670.0, 9646.0, 9583.0, 9604.0, 9605.0, 9677.0, 9633.0, 9695.0, 9582.0, 9664.0, 9577.0, 9656.0, 9677.0, 9651.0, 9659.0, 9563.0, 9628.0, 9543.0, 9556.0, 9583.0, 9559.0, 9636.0, 9562.0, 9578.0, 9562.0, 9635.0, 9594.0, 9674.0, 9639.0, 9670.0, 9566.0, 9600.0, 9546.0, 9648.0, 9639.0, 9635.0, 9648.0, 9547.0, 9618.0, 9559.0, 9613.0, 9525.0, 9659.0, 9584.0, 9550.0, 9582.0, 9567.0, 9660.0, 9580.0, 9670.0, 9565.0, 9573.0, 9555.0, 9593.0, 9584.0, 9677.0, 9630.0, 9551.0, 9646.0, 9545.0, 9628.0, 9543.0, 9675.0, 9567.0, 9546.0, 9586.0, 9558.0, 9617.0, 9562.0, 9659.0, 9558.0, 9631.0, 9562.0, 9552.0, 9580.0, 9567.0, 9654.0, 9582.0, 9653.0, 9565.0, 9578.0, 9573.0, 9637.0, 9657.0, 9633.0, 9656.0, 9545.0, 9585.0, 9539.0, 9563.0, 9670.0, 9574.0, 9650.0, 9561.0, 9567.0, 9557.0, 9566.0, 9641.0, 9567.0, 9655.0, 9566.0, 9596.0, 9563.0, 9569.0, 9591.0, 9609.0, 9641.0, 9582.0, 9639.0, 9571.0, 9635.0, 9565.0, 9656.0, 9656.0, 9652.0, 9652.0, 9569.0, 9644.0, 9561.0, 9637.0, 9637.0, 9636.0, 9637.0, 9566.0, 9637.0, 9572.0, 9665.0, 9597.0, 9636.0, 9569.0, 9581.0, 9563.0, 9584.0, 9663.0, 9685.0, 9678.0, 9581.0, 9553.0, 9584.0, 9663.0, 9586.0, 9687.0, 9650.0, 9639.0, 9546.0, 9586.0, 9571.0, 9636.0, 9537.0, 9678.0, 9584.0, 9616.0, 9559.0, 9636.0, 9600.0, 9682.0, 9648.0, 9614.0, 9604.0, 9526.0, 9608.0, 9511.0, 9631.0, 9535.0, 9629.0, 9524.0, 9535.0, 9534.0, 9541.0, 9570.0, 9614.0, 9559.0, 9547.0, 9569.0, 9561.0, 9632.0, 9592.0, 9678.0, 9589.0, 9655.0, 9562.0, 9544.0, 9614.0, 9532.0, 9632.0, 9543.0, 9619.0, 9556.0, 9541.0, 9554.0, 9555.0, 9586.0, 9555.0, 9590.0, 9559.0, 9659.0, 9575.0, 9677.0, 9580.0, 9676.0, 9545.0, 9579.0, 9632.0, 9568.0, 9670.0, 9603.0, 9656.0, 9557.0, 9547.0, 9571.0, 9568.0, 9650.0, 9566.0, 9634.0, 9567.0, 9581.0, 9582.0, 9569.0, 9603.0, 9663.0, 9599.0, 9585.0, 9599.0, 9603.0, 9616.0, 9681.0, 9683.0, 9692.0, 9662.0, 9587.0, 9672.0, 9596.0, 9682.0, 9601.0, 9662.0, 9558.0, 9546.0, 9565.0, 9548.0, 9650.0, 9606.0, 9661.0, 9550.0, 9632.0, 9550.0, 9657.0, 9560.0, 9676.0, 9530.0, 9580.0, 9636.0, 9548.0, 9655.0, 9568.0, 9670.0, 9566.0, 9585.0, 9563.0, 9560.0, 9596.0, 9657.0, 9555.0, 9664.0, 9580.0, 9567.0, 9569.0, 9628.0, 9671.0, 9652.0, 9658.0, 9547.0, 9652.0, 9544.0, 9635.0, 9636.0, 9610.0, 9646.0, 9529.0, 9600.0, 9543.0, 9560.0, 9546.0, 9590.0, 9582.0, 9564.0, 9584.0, 9566.0, 9589.0, 9605.0, 9677.0, 9655.0, 9664.0, 9557.0, 9644.0, 9563.0, 9651.0, 9586.0, 9679.0, 9579.0, 9551.0, 9659.0, 9599.0, 9680.0, 9582.0, 9672.0, 9577.0, 9576.0, 9585.0, 9585.0, 9671.0, 9615.0, 9652.0, 9569.0, 9625.0, 9564.0, 9651.0, 9569.0, 9682.0, 9582.0, 9639.0, 9643.0, 9573.0, 9675.0, 9635.0, 9651.0, 9545.0, 9569.0, 9549.0, 9543.0, 9631.0, 9525.0, 9634.0, 9548.0, 9552.0, 9539.0, 9547.0, 9589.0, 9592.0, 9622.0, 9564.0, 9642.0, 9547.0, 9638.0, 9546.0, 9647.0, 9620.0, 9615.0, 9615.0, 9539.0, 9593.0, 9537.0, 9563.0, 9580.0, 9549.0, 9565.0, 9545.0, 9581.0, 9591.0, 9611.0, 9658.0, 9610.0, 9597.0, 9689.0, 9587.0, 9668.0, 9604.0, 9697.0, 9657.0, 9602.0, 9618.0, 9543.0, 9616.0, 9565.0, 9661.0, 9569.0, 9659.0, 9534.0, 9564.0, 9635.0, 9583.0, 9657.0, 9600.0, 9636.0, 9549.0, 9578.0, 9561.0, 9609.0, 9573.0, 9660.0, 9654.0, 9565.0, 9653.0, 9548.0, 9647.0, 9549.0, 9649.0, 9548.0, 9569.0, 9567.0, 9593.0, 9663.0, 9615.0, 9679.0, 9571.0, 9620.0, 9566.0, 9569.0, 9616.0, 9595.0, 9654.0, 9596.0, 9620.0, 9550.0, 9563.0, 9558.0, 9599.0, 9658.0, 9624.0, 9638.0, 9585.0, 9645.0, 9580.0, 9660.0, 9599.0, 9684.0, 9589.0, 9574.0, 9671.0, 9588.0, 9662.0, 9597.0, 9606.0, 9598.0, 9644.0, 9600.0, 9652.0, 9655.0, 9673.0, 9604.0, 9665.0, 9596.0, 9659.0, 9607.0, 9670.0, 9603.0, 9685.0, 9578.0, 9594.0, 9584.0, 9586.0, 9598.0, 9678.0, 9581.0, 9603.0, 9561.0, 9567.0, 9562.0, 9666.0, 9655.0, 9632.0, 9609.0, 9547.0, 9600.0, 9549.0, 9639.0, 9551.0, 9643.0, 9521.0, 9542.0, 9551.0, 9590.0, 9654.0, 9578.0, 9615.0, 9559.0, 9592.0, 9561.0, 9646.0, 9556.0, 9663.0, 9556.0, 9563.0, 9634.0, 9568.0, 9657.0, 9573.0, 9643.0, 9574.0, 9567.0, 9573.0, 9586.0, 9659.0, 9610.0, 9642.0, 9570.0, 9652.0, 9585.0, 9682.0, 9577.0, 9664.0, 9550.0, 9558.0, 9630.0, 9562.0, 9655.0, 9572.0, 9627.0, 9570.0, 9561.0, 9566.0, 9626.0, 9660.0, 9647.0, 9640.0, 9566.0, 9562.0, 9545.0, 9607.0, 9652.0, 9619.0, 9639.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.0008269575200918484</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018817298163030998</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.20373873222989</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2256622570459763</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0037637545632192</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4772</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5269.9385</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10591026926449898</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.314580941446613</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.469732191586717</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3747199433822646</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7638211159235517</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.270655515454336</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0071389</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018604086712002754</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025530023500323296</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.6631577372949207</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>23.8749</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.9896</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.7748</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301713.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>927.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.5303</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9167</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>624.0423</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3518.4771</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3735.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74831.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1023.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4690.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1019.6053</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.75890209374484</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> |