=== 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-0126 --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-0126",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0126_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0126_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0126_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0126/ses-04/func/sub-0126_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>6b3a93a5253d341f961a77a5b940ec14</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>20:08:5.502500</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.999475, 0.0125274, 0.0298718, -0.0141307, 0.998437, 0.0540794]</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.111059</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4206, -7800, -7209, -8, -136, -129, -13, 102]</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>295.539</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a134dbc9-2018-46eb-a058-a3c589f799b6||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.681519031524658, -0.03791151940822601, 0.07869859784841537, 116.43205261230469], [-0.033610038459300995, 2.6787326335906982, 0.14707744121551514, -86.81262969970703], [0.08014386147260666, -0.14509107172489166, 2.6948423385620117, -72.54352569580078], [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': ['200805.502500', '200805.962500', '200806.422500', '200806.882500', '200807.342500', '200807.802500', '200808.262500', '200808.722500', '200809.182500', '200809.642500', '200810.102500', '200810.562500', '200811.022500', '200811.482500', '200811.942500', '200812.402500', '200812.862500', '200813.322500', '200813.782500', '200814.242500', '200814.702500', '200815.162500', '200815.622500', '200816.082500', '200816.542500', '200817.002500', '200817.462500', '200817.922500', '200818.382500', '200818.842500', '200819.302500', '200819.762500', '200820.222500', '200820.682500', '200821.142500', '200821.602500', '200822.062500', '200822.522500', '200822.982500', '200823.442500', '200823.902500', '200824.362500', '200824.822500', '200825.282500', '200825.742500', '200826.202500', '200826.662500', '200827.122500', '200827.582500', '200828.042500', '200828.502500', '200828.962500', '200829.422500', '200829.882500', '200830.342500', '200830.802500', '200831.262500', '200831.722500', '200832.182500', '200832.642500', '200833.102500', '200833.562500', '200834.022500', '200834.482500', '200834.942500', '200835.402500', '200835.862500', '200836.322500', '200836.782500', '200837.242500', '200837.702500', '200838.162500', '200838.622500', '200839.082500', '200839.542500', '200840.002500', '200840.462500', '200840.922500', '200841.382500', '200841.842500', '200842.302500', '200842.762500', '200843.222500', '200843.682500', '200844.142500', '200844.602500', '200845.062500', '200845.522500', '200845.982500', '200846.442500', '200846.902500', '200847.362500', '200847.822500', '200848.282500', '200848.742500', '200849.202500', '200849.662500', '200850.122500', '200850.582500', '200851.042500', '200851.502500', '200851.962500', '200852.422500', '200852.882500', '200853.342500', '200853.802500', '200854.262500', '200854.722500', '200855.182500', '200855.642500', '200856.102500', '200856.562500', '200857.022500', '200857.482500', '200857.942500', '200858.402500', '200858.862500', '200859.322500', '200859.782500', '200900.242500', '200900.702500', '200901.162500', '200901.622500', '200902.082500', '200902.542500', '200903.002500', '200903.462500', '200903.922500', '200904.382500', '200904.842500', '200905.302500', '200905.762500', '200906.222500', '200906.682500', '200907.142500', '200907.602500', '200908.062500', '200908.522500', '200908.982500', '200909.442500', '200909.902500', '200910.362500', '200910.822500', '200911.282500', '200911.742500', '200912.202500', '200912.662500', '200913.122500', '200913.582500', '200914.042500', '200914.502500', '200914.962500', '200915.422500', '200915.882500', '200916.342500', '200916.802500', '200917.262500', '200917.722500', '200918.182500', '200918.642500', '200919.102500', '200919.562500', '200920.022500', '200920.482500', '200920.942500', '200921.402500', '200921.862500', '200922.322500', '200922.782500', '200923.242500', '200923.702500', '200924.162500', '200924.622500', '200925.082500', '200925.542500', '200926.002500', '200926.462500', '200926.922500', '200927.382500', '200927.842500', '200928.302500', '200928.762500', '200929.222500', '200929.682500', '200930.142500', '200930.602500', '200931.062500', '200931.522500', '200931.982500', '200932.442500', '200932.902500', '200933.362500', '200933.822500', '200934.282500', '200934.742500', '200935.202500', '200935.662500', '200936.122500', '200936.582500', '200937.042500', '200937.502500', '200937.962500', '200938.422500', '200938.882500', '200939.342500', '200939.802500', '200940.262500', '200940.722500', '200941.182500', '200941.642500', '200942.102500', '200942.562500', '200943.022500', '200943.482500', '200943.942500', '200944.402500', '200944.862500', '200945.322500', '200945.782500', '200946.242500', '200946.702500', '200947.162500', '200947.622500', '200948.082500', '200948.542500', '200949.002500', '200949.462500', '200949.922500', '200950.382500', '200950.842500', '200951.302500', '200951.762500', '200952.222500', '200952.682500', '200953.142500', '200953.602500', '200954.062500', '200954.522500', '200954.982500', '200955.442500', '200955.902500', '200956.362500', '200956.822500', '200957.282500', '200957.742500', '200958.202500', '200958.662500', '200959.122500', '200959.582500', '201000.042500', '201000.502500', '201000.962500', '201001.422500', '201001.882500', '201002.342500', '201002.802500', '201003.262500', '201003.722500', '201004.182500', '201004.642500', '201005.102500', '201005.562500', '201006.022500', '201006.482500', '201006.942500', '201007.402500', '201007.862500', '201008.322500', '201008.782500', '201009.242500', '201009.702500', '201010.162500', '201010.622500', '201011.082500', '201011.542500', '201012.002500', '201012.462500', '201012.922500', '201013.382500', '201013.842500', '201014.302500', '201014.762500', '201015.222500', '201015.682500', '201016.142500', '201016.602500', '201017.062500', '201017.522500', '201017.982500', '201018.442500', '201018.902500', '201019.362500', '201019.822500', '201020.282500', '201020.742500', '201021.202500', '201021.662500', '201022.122500', '201022.582500', '201023.042500', '201023.502500', '201023.962500', '201024.422500', '201024.882500', '201025.342500', '201025.802500', '201026.262500', '201026.722500', '201027.182500', '201027.642500', '201028.102500', '201028.562500', '201029.022500', '201029.482500', '201029.942500', '201030.402500', '201030.862500', '201031.322500', '201031.782500', '201032.242500', '201032.702500', '201033.162500', '201033.622500', '201034.082500', '201034.542500', '201035.002500', '201035.462500', '201035.922500', '201036.382500', '201036.842500', '201037.302500', '201037.762500', '201038.222500', '201038.682500', '201039.142500', '201039.602500', '201040.062500', '201040.522500', '201040.982500', '201041.442500', '201041.902500', '201042.362500', '201042.822500', '201043.282500', '201043.742500', '201044.202500', '201044.662500', '201045.122500', '201045.582500', '201046.042500', '201046.502500', '201046.962500', '201047.422500', '201047.882500', '201048.342500', '201048.802500', '201049.262500', '201049.722500', '201050.182500', '201050.642500', '201051.102500', '201051.562500', '201052.022500', '201052.482500', '201052.942500', '201053.402500', '201053.862500', '201054.322500', '201054.782500', '201055.242500', '201055.702500', '201056.162500', '201056.622500', '201057.082500', '201057.542500', '201058.002500', '201058.462500', '201058.922500', '201059.382500', '201059.842500', '201100.302500', '201100.762500', '201101.222500', '201101.682500', '201102.142500', '201102.602500', '201103.062500', '201103.522500', '201103.982500', '201104.442500', '201104.902500', '201105.362500', '201105.822500', '201106.282500', '201106.742500', '201107.202500', '201107.662500', '201108.122500', '201108.582500', '201109.042500', '201109.502500', '201109.962500', '201110.422500', '201110.882500', '201111.342500', '201111.802500', '201112.262500', '201112.722500', '201113.182500', '201113.642500', '201114.102500', '201114.562500', '201115.022500', '201115.482500', '201115.942500', '201116.402500', '201116.862500', '201117.322500', '201117.782500', '201118.242500', '201118.702500', '201119.162500', '201119.622500', '201120.082500', '201120.542500', '201121.002500', '201121.462500', '201121.922500', '201122.382500', '201122.842500', '201123.302500', '201123.762500', '201124.222500', '201124.682500', '201125.142500', '201125.602500', '201126.062500', '201126.522500', '201126.982500', '201127.442500', '201127.902500', '201128.362500', '201128.822500', '201129.282500', '201129.742500', '201130.202500', '201130.662500', '201131.122500', '201131.582500', '201132.042500', '201132.502500', '201132.962500', '201133.422500', '201133.882500', '201134.342500', '201134.802500', '201135.262500', '201135.722500', '201136.182500', '201136.642500', '201137.102500', '201137.562500', '201138.022500', '201138.482500', '201138.942500', '201139.402500', '201139.862500', '201140.322500', '201140.782500', '201141.242500', '201141.702500', '201142.162500', '201142.622500', '201143.082500', '201143.542500', '201144.002500', '201144.462500', '201144.922500', '201145.382500', '201145.842500', '201146.302500', '201146.762500', '201147.222500', '201147.682500', '201148.142500', '201148.602500', '201149.062500', '201149.522500', '201149.982500', '201150.442500', '201150.902500', '201151.362500', '201151.822500', '201152.282500', '201152.742500', '201153.202500', '201153.662500', '201154.122500', '201154.582500', '201155.042500', '201155.502500', '201155.962500', '201156.422500', '201156.882500', '201157.342500', '201157.802500', '201158.262500', '201158.722500', '201159.182500', '201159.642500', '201200.102500', '201200.562500', '201201.022500', '201201.482500', '201201.942500', '201202.402500', '201202.862500', '201203.322500', '201203.782500', '201204.242500', '201204.702500', '201205.162500', '201205.622500', '201206.082500', '201206.542500', '201207.002500', '201207.462500', '201207.922500', '201208.382500', '201208.842500', '201209.302500', '201209.762500', '201210.222500', '201210.682500', '201211.142500', '201211.602500', '201212.062500', '201212.522500', '201212.982500', '201213.442500', '201213.902500', '201214.362500', '201214.822500', '201215.282500', '201215.742500', '201216.202500', '201216.662500', '201217.122500', '201217.582500', '201218.042500', '201218.502500', '201218.962500', '201219.422500', '201219.882500', '201220.342500', '201220.802500', '201221.262500', '201221.722500', '201222.182500', '201222.642500', '201223.102500', '201223.562500', '201224.022500', '201224.482500', '201224.942500', '201225.402500', '201225.862500', '201226.322500', '201226.782500', '201227.242500', '201227.702500', '201228.162500', '201228.622500', '201229.082500', '201229.542500', '201230.002500', '201230.462500', '201230.922500', '201231.382500', '201231.842500', '201232.302500', '201232.762500', '201233.222500', '201233.682500', '201234.142500', '201234.602500', '201235.062500', '201235.522500', '201235.982500', '201236.442500', '201236.902500', '201237.362500', '201237.822500', '201238.282500', '201238.742500', '201239.202500', '201239.662500', '201240.122500', '201240.582500', '201241.042500', '201241.502500', '201241.962500', '201242.422500', '201242.882500', '201243.342500', '201243.802500', '201244.262500', '201244.722500', '201245.182500', '201245.642500', '201246.102500', '201246.562500', '201247.022500', '201247.482500', '201247.942500', '201248.402500', '201248.862500', '201249.322500', '201249.782500', '201250.242500', '201250.702500', '201251.162500', '201251.622500', '201252.082500', '201252.542500', '201253.002500', '201253.462500', '201253.922500', '201254.382500', '201254.842500', '201255.302500', '201255.762500', '201256.222500', '201256.682500', '201257.142500', '201257.602500', '201258.062500', '201258.522500', '201258.982500', '201259.442500', '201259.902500', '201300.362500', '201300.822500', '201301.282500', '201301.742500', '201302.202500', '201302.662500', '201303.122500', '201303.582500', '201304.042500', '201304.502500', '201304.962500', '201305.422500', '201305.882500', '201306.342500', '201306.802500', '201307.262500', '201307.722500', '201308.182500', '201308.642500', '201309.102500', '201309.562500', '201310.022500', '201310.482500', '201310.942500', '201311.402500', '201311.862500', '201312.322500', '201312.782500', '201313.242500', '201313.702500', '201314.162500', '201314.622500', '201315.082500', '201315.542500', '201316.002500', '201316.462500', '201316.922500', '201317.382500', '201317.842500', '201318.302500', '201318.762500', '201319.222500', '201319.682500', '201320.142500', '201320.602500', '201321.062500', '201321.522500', '201321.982500', '201322.442500', '201322.902500', '201323.362500', '201323.822500', '201324.282500', '201324.742500', '201325.202500', '201325.662500', '201326.122500', '201326.582500', '201327.042500', '201327.502500', '201327.962500', '201328.422500', '201328.882500', '201329.342500', '201329.802500', '201330.262500', '201330.722500', '201331.182500', '201331.642500', '201332.102500', '201332.562500', '201333.022500', '201333.482500', '201333.942500', '201334.402500', '201334.862500', '201335.322500', '201335.782500', '201336.242500', '201336.702500', '201337.162500', '201337.622500', '201338.082500', '201338.542500', '201339.002500', '201339.462500', '201339.922500', '201340.382500', '201340.842500', '201341.302500', '201341.762500', '201342.222500', '201342.682500', '201343.142500', '201343.602500', '201344.062500', '201344.522500', '201344.982500', '201345.442500', '201345.902500', '201346.362500', '201346.822500', '201347.282500', '201347.742500', '201348.202500', '201348.662500', '201349.122500', '201349.582500', '201350.042500', '201350.502500', '201350.962500', '201351.422500', '201351.882500', '201352.342500', '201352.802500', '201353.262500', '201353.722500', '201354.182500', '201354.642500', '201355.102500', '201355.562500', '201356.022500', '201356.482500', '201356.942500', '201357.402500', '201357.862500', '201358.322500', '201358.782500', '201359.242500', '201359.702500', '201400.162500', '201400.622500', '201401.082500', '201401.542500', '201402.002500', '201402.462500', '201402.922500', '201403.382500', '201403.842500', '201404.302500', '201404.762500', '201405.222500', '201405.682500', '201406.142500', '201406.602500', '201407.062500', '201407.522500', '201407.982500', '201408.442500', '201408.902500', '201409.362500', '201409.822500', '201410.282500', '201410.742500', '201411.202500', '201411.662500', '201412.122500', '201412.582500', '201413.042500', '201413.502500', '201413.962500', '201414.422500', '201414.882500', '201415.342500', '201415.802500', '201416.262500', '201416.722500', '201417.182500', '201417.642500', '201418.102500', '201418.562500', '201419.022500', '201419.482500', '201419.942500', '201420.402500', '201420.862500', '201421.322500', '201421.782500', '201422.242500', '201422.702500', '201423.162500', '201423.622500', '201424.082500', '201424.542500', '201425.002500', '201425.462500', '201425.922500', '201426.382500', '201426.842500', '201427.302500', '201427.762500', '201428.222500', '201428.682500', '201429.142500', '201429.602500', '201430.062500', '201430.522500', '201430.982500', '201431.442500', '201431.902500', '201432.362500', '201432.822500', '201433.282500', '201433.742500', '201434.202500', '201434.662500', '201435.122500', '201435.582500', '201436.042500', '201436.502500', '201436.962500', '201437.422500', '201437.882500', '201438.342500', '201438.802500', '201439.262500', '201439.722500', '201440.182500', '201440.642500', '201441.102500', '201441.562500', '201442.022500', '201442.482500', '201442.942500', '201443.402500', '201443.862500', '201444.322500', '201444.782500', '201445.242500', '201445.702500', '201446.162500'], 'ContentTime': ['200819.858000', '200819.868000', '200819.871000', '200819.874000', '200819.876000', '200819.879000', '200819.881000', '200819.884000', '200819.894000', '200819.897000', '200819.899000', '200819.902000', '200819.904000', '200819.907000', '200819.910000', '200819.912000', '200819.915000', '200819.917000', '200819.920000', '200819.923000', '200819.925000', '200819.928000', '200819.941000', '200819.943000', '200819.946000', '200819.948000', '200819.951000', '200819.953000', '200839.828000', '200839.830000', '200839.833000', '200839.835000', '200839.838000', '200839.841000', '200839.843000', '200839.846000', '200839.848000', '200839.851000', '200839.853000', '200839.856000', '200839.858000', '200839.861000', '200839.864000', '200839.866000', '200839.869000', '200839.871000', '200839.874000', '200839.876000', '200839.879000', '200839.882000', '200839.884000', '200839.887000', '200839.889000', '200839.892000', '200839.894000', '200839.897000', '200839.899000', '200839.902000', '200839.905000', '200839.907000', '200839.910000', '200839.912000', '200839.915000', '200839.917000', '200839.920000', '200839.922000', '200839.925000', '200839.928000', '200839.930000', '200839.933000', '200839.935000', '200839.938000', '200859.827000', '200859.830000', '200859.833000', '200859.835000', '200859.838000', '200859.840000', '200859.843000', '200859.845000', '200859.848000', '200859.851000', '200859.853000', '200859.856000', '200859.858000', '200859.861000', '200859.864000', '200859.866000', '200859.869000', '200859.871000', '200859.874000', '200859.876000', '200859.879000', '200859.881000', '200859.884000', '200859.886000', '200859.889000', '200859.891000', '200859.894000', '200859.896000', '200859.899000', '200859.901000', '200859.904000', '200859.907000', '200859.909000', '200859.912000', '200859.914000', '200859.923000', '200859.925000', '200859.928000', '200859.930000', '200859.933000', '200859.936000', '200859.938000', '200859.941000', '200919.827000', '200919.830000', '200919.833000', '200919.835000', '200919.838000', '200919.840000', '200919.843000', '200919.845000', '200919.848000', '200919.851000', '200919.853000', '200919.856000', '200919.858000', '200919.861000', '200919.863000', '200919.866000', '200919.869000', '200919.871000', '200919.874000', '200919.876000', '200919.879000', '200919.881000', '200919.884000', '200919.886000', '200919.889000', '200919.892000', '200919.894000', '200919.897000', '200919.899000', '200919.902000', '200919.904000', '200919.907000', '200919.910000', '200919.912000', '200919.915000', '200919.917000', '200919.920000', '200919.922000', '200919.925000', '200919.927000', '200919.930000', '200919.933000', '200919.935000', '200919.938000', '200939.827000', '200939.830000', '200939.833000', '200939.835000', '200939.838000', '200939.840000', '200939.843000', '200939.845000', '200939.848000', '200939.850000', '200939.853000', '200939.856000', '200939.858000', '200939.861000', '200939.863000', '200939.866000', '200939.868000', '200939.871000', '200939.873000', '200939.876000', '200939.878000', '200939.881000', '200939.884000', '200939.886000', '200939.889000', '200939.891000', '200939.894000', '200939.897000', '200939.899000', '200939.902000', '200939.904000', '200939.907000', '200939.909000', '200939.912000', '200939.914000', '200939.917000', '200939.919000', '200939.922000', '200939.934000', '200939.937000', '200939.939000', '200939.942000', '200939.944000', '200959.827000', '200959.830000', '200959.833000', '200959.835000', '200959.838000', '200959.840000', '200959.843000', '200959.845000', '200959.849000', '200959.852000', '200959.854000', '200959.857000', '200959.859000', '200959.862000', '200959.865000', '200959.867000', '200959.870000', '200959.872000', '200959.875000', '200959.877000', '200959.880000', '200959.883000', '200959.885000', '200959.888000', '200959.890000', '200959.893000', '200959.896000', '200959.898000', '200959.901000', '200959.904000', '200959.906000', '200959.909000', '200959.911000', '200959.914000', '200959.917000', '200959.919000', '200959.922000', '200959.924000', '200959.927000', '200959.930000', '200959.932000', '200959.935000', '200959.937000', '200959.940000', '201019.828000', '201019.831000', '201019.834000', '201019.836000', '201019.839000', '201019.842000', '201019.844000', '201019.847000', '201019.849000', '201019.852000', '201019.855000', '201019.857000', '201019.860000', '201019.862000', '201019.865000', '201019.867000', '201019.870000', '201019.873000', '201019.875000', '201019.878000', '201019.880000', '201019.883000', '201019.886000', '201019.888000', '201019.891000', '201019.893000', '201019.896000', '201019.899000', '201019.901000', '201019.904000', '201019.906000', '201019.909000', '201019.912000', '201019.914000', '201019.917000', '201019.919000', '201019.922000', '201019.925000', '201019.927000', '201019.930000', '201019.932000', '201019.935000', '201019.937000', '201039.829000', '201039.831000', '201039.834000', '201039.837000', '201039.839000', '201039.842000', '201039.844000', '201039.847000', '201039.849000', '201039.852000', '201039.854000', '201039.857000', '201039.860000', '201039.862000', '201039.865000', '201039.867000', '201039.870000', '201039.872000', '201039.875000', '201039.877000', '201039.880000', '201039.883000', '201039.885000', '201039.888000', '201039.890000', '201039.893000', '201039.895000', '201039.898000', '201039.901000', '201039.903000', '201039.906000', '201039.908000', '201039.911000', '201039.913000', '201039.916000', '201039.919000', '201039.921000', '201039.924000', '201039.926000', '201039.929000', '201039.932000', '201039.934000', '201039.937000', '201039.939000', '201059.827000', '201059.830000', '201059.833000', '201059.835000', '201059.838000', '201059.840000', '201059.843000', '201059.846000', '201059.848000', '201059.851000', '201059.853000', '201059.856000', '201059.859000', '201059.861000', '201059.864000', '201059.866000', '201059.869000', '201059.871000', '201059.874000', '201059.877000', '201059.881000', '201059.883000', '201059.886000', '201059.888000', '201059.891000', '201059.894000', '201059.896000', '201059.899000', '201059.901000', '201059.904000', '201059.907000', '201059.909000', '201059.912000', '201059.914000', '201059.917000', '201059.919000', '201059.922000', '201059.925000', '201059.927000', '201059.930000', '201059.932000', '201059.935000', '201059.937000', '201119.827000', '201119.830000', '201119.833000', '201119.835000', '201119.838000', '201119.840000', '201119.843000', '201119.846000', '201119.848000', '201119.851000', '201119.853000', '201119.856000', '201119.859000', '201119.861000', '201119.864000', '201119.866000', '201119.869000', '201119.873000', '201119.875000', '201119.878000', '201119.881000', '201119.883000', '201119.886000', '201119.888000', '201119.891000', '201119.894000', '201119.897000', '201119.900000', '201119.903000', '201119.905000', '201119.908000', '201119.910000', '201119.913000', '201119.916000', '201119.924000', '201119.927000', '201119.930000', '201119.932000', '201119.935000', '201119.937000', '201119.940000', '201119.943000', '201119.945000', '201139.828000', '201139.830000', '201139.833000', '201139.836000', '201139.838000', '201139.841000', '201139.844000', '201139.846000', '201139.849000', '201139.851000', '201139.854000', '201139.856000', '201139.859000', '201139.862000', '201139.864000', '201139.867000', '201139.869000', '201139.872000', '201139.875000', '201139.877000', '201139.880000', '201139.882000', '201139.885000', '201139.888000', '201139.890000', '201139.893000', '201139.895000', '201139.898000', '201139.901000', '201139.903000', '201139.906000', '201139.908000', '201139.911000', '201139.913000', '201139.916000', '201139.919000', '201139.921000', '201139.924000', '201139.926000', '201139.929000', '201139.931000', '201139.934000', '201139.937000', '201139.939000', '201159.827000', '201159.830000', '201159.833000', '201159.835000', '201159.838000', '201159.841000', '201159.843000', '201159.846000', '201159.848000', '201159.851000', '201159.854000', '201159.856000', '201159.859000', '201159.861000', '201159.864000', '201159.867000', '201159.869000', '201159.872000', '201159.874000', '201159.877000', '201159.879000', '201159.882000', '201159.884000', '201159.887000', '201159.890000', '201159.892000', '201159.895000', '201159.897000', '201159.900000', '201159.902000', '201159.905000', '201159.908000', '201159.910000', '201159.913000', '201159.915000', '201159.918000', '201159.921000', '201159.923000', '201159.926000', '201159.928000', '201159.931000', '201159.933000', '201159.936000', '201219.827000', '201219.830000', '201219.833000', '201219.836000', '201219.838000', '201219.841000', '201219.843000', '201219.846000', '201219.849000', '201219.851000', '201219.854000', '201219.856000', '201219.859000', '201219.862000', '201219.864000', '201219.867000', '201219.869000', '201219.872000', '201219.874000', '201219.877000', '201219.880000', '201219.882000', '201219.885000', '201219.887000', '201219.890000', '201219.893000', '201219.895000', '201219.898000', '201219.900000', '201219.903000', '201219.905000', '201219.908000', '201219.910000', '201219.913000', '201219.916000', '201219.918000', '201219.921000', '201219.923000', '201219.926000', '201219.928000', '201219.931000', '201219.934000', '201219.936000', '201219.939000', '201239.828000', '201239.831000', '201239.834000', '201239.837000', '201239.839000', '201239.842000', '201239.844000', '201239.847000', '201239.850000', '201239.852000', '201239.855000', '201239.857000', '201239.860000', '201239.863000', '201239.865000', '201239.868000', '201239.870000', '201239.873000', '201239.876000', '201239.878000', '201239.881000', '201239.883000', '201239.886000', '201239.889000', '201239.892000', '201239.895000', '201239.897000', '201239.900000', '201239.902000', '201239.905000', '201239.908000', '201239.910000', '201239.913000', '201239.915000', '201239.918000', '201239.921000', '201239.923000', '201239.926000', '201239.929000', '201239.932000', '201239.935000', '201239.937000', '201239.940000', '201259.828000', '201259.831000', '201259.858000', '201259.860000', '201259.863000', '201259.865000', '201259.868000', '201259.871000', '201259.873000', '201259.876000', '201259.878000', '201259.881000', '201259.883000', '201259.886000', '201259.888000', '201259.891000', '201259.894000', '201259.896000', '201259.899000', '201259.902000', '201259.904000', '201259.907000', '201259.909000', '201259.912000', '201259.914000', '201259.917000', '201259.920000', '201259.922000', '201259.925000', '201259.927000', '201259.930000', '201259.933000', '201259.935000', '201259.938000', '201259.940000', '201259.943000', '201259.945000', '201259.948000', '201259.950000', '201259.953000', '201259.956000', '201259.958000', '201259.961000', '201259.963000', '201319.828000', '201319.831000', '201319.833000', '201319.836000', '201319.838000', '201319.841000', '201319.843000', '201319.846000', '201319.849000', '201319.851000', '201319.854000', '201319.857000', '201319.859000', '201319.862000', '201319.864000', '201319.867000', '201319.870000', '201319.872000', '201319.875000', '201319.877000', '201319.880000', '201319.882000', '201319.885000', '201319.888000', '201319.891000', '201319.894000', '201319.896000', '201319.899000', '201319.901000', '201319.904000', '201319.907000', '201319.909000', '201319.912000', '201319.914000', '201319.917000', '201319.920000', '201319.922000', '201319.925000', '201319.927000', '201319.930000', '201319.933000', '201319.935000', '201319.938000', '201339.828000', '201339.830000', '201339.833000', '201339.836000', '201339.838000', '201339.841000', '201339.843000', '201339.846000', '201339.849000', '201339.851000', '201339.854000', '201339.868000', '201339.871000', '201339.874000', '201339.876000', '201339.879000', '201339.882000', '201339.884000', '201339.887000', '201339.889000', '201339.892000', '201339.895000', '201339.897000', '201339.900000', '201339.902000', '201339.905000', '201339.908000', '201339.910000', '201339.913000', '201339.915000', '201339.918000', '201339.921000', '201339.923000', '201339.926000', '201339.928000', '201339.931000', '201339.934000', '201339.936000', '201339.939000', '201339.941000', '201339.944000', '201339.946000', '201339.949000', '201339.952000', '201359.827000', '201359.830000', '201359.833000', '201359.836000', '201359.838000', '201359.841000', '201359.844000', '201359.846000', '201359.849000', '201359.851000', '201359.854000', '201359.856000', '201359.859000', '201359.862000', '201359.864000', '201359.867000', '201359.870000', '201359.872000', '201359.875000', '201359.877000', '201359.880000', '201359.882000', '201359.885000', '201359.888000', '201359.890000', '201359.893000', '201359.896000', '201359.898000', '201359.901000', '201359.903000', '201359.906000', '201359.909000', '201359.912000', '201359.915000', '201359.918000', '201359.921000', '201359.923000', '201359.926000', '201359.928000', '201359.931000', '201359.934000', '201359.936000', '201359.939000', '201419.828000', '201419.830000', '201419.833000', '201419.836000', '201419.838000', '201419.841000', '201419.843000', '201419.846000', '201419.848000', '201419.851000', '201419.854000', '201419.856000', '201419.859000', '201419.876000', '201419.878000', '201419.881000', '201419.883000', '201419.886000', '201419.889000', '201419.891000', '201419.894000', '201419.896000', '201419.899000', '201419.901000', '201419.904000', '201419.907000', '201419.909000', '201419.912000', '201419.914000', '201419.917000', '201419.920000', '201419.922000', '201419.925000', '201419.927000', '201419.930000', '201419.932000', '201419.935000', '201419.937000', '201419.940000', '201419.943000', '201419.945000', '201419.948000', '201419.951000', '201419.953000', '201439.828000', '201439.830000', '201439.833000', '201439.836000', '201439.838000', '201439.841000', '201439.844000', '201439.846000', '201439.849000', '201439.851000', '201439.854000', '201439.857000', '201439.859000', '201439.862000', '201439.864000', '201439.867000', '201439.870000', '201439.872000', '201439.875000', '201439.877000', '201439.880000', '201439.882000', '201439.885000', '201439.887000', '201439.890000', '201439.893000', '201439.895000', '201439.898000', '201439.900000', '201439.903000', '201439.905000', '201439.908000', '201439.910000', '201439.913000', '201439.916000', '201439.918000', '201439.921000', '201439.923000', '201439.926000', '201439.929000', '201439.932000', '201439.934000', '201439.937000', '201447.747000', '201447.750000', '201447.753000', '201447.755000', '201447.758000', '201447.761000', '201447.764000', '201447.766000', '201447.769000', '201447.772000', '201447.774000', '201447.777000', '201447.780000', '201447.783000', '201447.785000', '201447.789000', '201447.791000', '201447.794000'], 'InstanceCreationTime': ['200819.858000', '200819.868000', '200819.871000', '200819.874000', '200819.876000', '200819.879000', '200819.881000', '200819.884000', '200819.894000', '200819.897000', '200819.899000', '200819.902000', '200819.904000', '200819.907000', '200819.910000', '200819.912000', '200819.915000', '200819.917000', '200819.920000', '200819.923000', '200819.925000', '200819.928000', '200819.941000', '200819.943000', '200819.946000', '200819.948000', '200819.951000', '200819.953000', '200839.828000', '200839.830000', '200839.833000', '200839.835000', '200839.838000', '200839.841000', '200839.843000', '200839.846000', '200839.848000', '200839.851000', '200839.853000', '200839.856000', '200839.858000', '200839.861000', '200839.864000', '200839.866000', '200839.869000', '200839.871000', '200839.874000', '200839.876000', '200839.879000', '200839.882000', '200839.884000', '200839.887000', '200839.889000', '200839.892000', '200839.894000', '200839.897000', '200839.899000', '200839.902000', '200839.905000', '200839.907000', '200839.910000', '200839.912000', '200839.915000', '200839.917000', '200839.920000', '200839.922000', '200839.925000', '200839.928000', '200839.930000', '200839.933000', '200839.935000', '200839.938000', '200859.827000', '200859.830000', '200859.833000', '200859.835000', '200859.838000', '200859.840000', '200859.843000', '200859.845000', '200859.848000', '200859.851000', '200859.853000', '200859.856000', '200859.858000', '200859.861000', '200859.864000', '200859.866000', '200859.869000', '200859.871000', '200859.874000', '200859.876000', '200859.879000', '200859.881000', '200859.884000', '200859.886000', '200859.889000', '200859.891000', '200859.894000', '200859.896000', '200859.899000', '200859.901000', '200859.904000', '200859.907000', '200859.909000', '200859.912000', '200859.914000', '200859.923000', '200859.925000', '200859.928000', '200859.930000', '200859.933000', '200859.936000', '200859.938000', '200859.941000', '200919.827000', '200919.830000', '200919.833000', '200919.835000', '200919.838000', '200919.840000', '200919.843000', '200919.845000', '200919.848000', '200919.851000', '200919.853000', '200919.856000', '200919.858000', '200919.861000', '200919.863000', '200919.866000', '200919.869000', '200919.871000', '200919.874000', '200919.876000', '200919.879000', '200919.881000', '200919.884000', '200919.886000', '200919.889000', '200919.892000', '200919.894000', '200919.897000', '200919.899000', '200919.902000', '200919.904000', '200919.907000', '200919.910000', '200919.912000', '200919.915000', '200919.917000', '200919.920000', '200919.922000', '200919.925000', '200919.927000', '200919.930000', '200919.933000', '200919.935000', '200919.938000', '200939.827000', '200939.830000', '200939.833000', '200939.835000', '200939.838000', '200939.840000', '200939.843000', '200939.845000', '200939.848000', '200939.850000', '200939.853000', '200939.856000', '200939.858000', '200939.861000', '200939.863000', '200939.866000', '200939.868000', '200939.871000', '200939.873000', '200939.876000', '200939.878000', '200939.881000', '200939.884000', '200939.886000', '200939.889000', '200939.891000', '200939.894000', '200939.897000', '200939.899000', '200939.902000', '200939.904000', '200939.907000', '200939.909000', '200939.912000', '200939.914000', '200939.917000', '200939.919000', '200939.922000', '200939.934000', '200939.937000', '200939.939000', '200939.942000', '200939.944000', '200959.827000', '200959.830000', '200959.833000', '200959.835000', '200959.838000', '200959.840000', '200959.843000', '200959.845000', '200959.849000', '200959.852000', '200959.854000', '200959.857000', '200959.859000', '200959.862000', '200959.865000', '200959.867000', '200959.870000', '200959.872000', '200959.875000', '200959.877000', '200959.880000', '200959.883000', '200959.885000', '200959.888000', '200959.890000', '200959.893000', '200959.896000', '200959.898000', '200959.901000', '200959.904000', '200959.906000', '200959.909000', '200959.911000', '200959.914000', '200959.917000', '200959.919000', '200959.922000', '200959.924000', '200959.927000', '200959.930000', '200959.932000', '200959.935000', '200959.937000', '200959.940000', '201019.828000', '201019.831000', '201019.834000', '201019.836000', '201019.839000', '201019.842000', '201019.844000', '201019.847000', '201019.849000', '201019.852000', '201019.855000', '201019.857000', '201019.860000', '201019.862000', '201019.865000', '201019.867000', '201019.870000', '201019.873000', '201019.875000', '201019.878000', '201019.880000', '201019.883000', '201019.886000', '201019.888000', '201019.891000', '201019.893000', '201019.896000', '201019.899000', '201019.901000', '201019.904000', '201019.906000', '201019.909000', '201019.912000', '201019.914000', '201019.917000', '201019.919000', '201019.922000', '201019.925000', '201019.927000', '201019.930000', '201019.932000', '201019.935000', '201019.937000', '201039.829000', '201039.831000', '201039.834000', '201039.837000', '201039.839000', '201039.842000', '201039.844000', '201039.847000', '201039.849000', '201039.852000', '201039.854000', '201039.857000', '201039.860000', '201039.862000', '201039.865000', '201039.867000', '201039.870000', '201039.872000', '201039.875000', '201039.877000', '201039.880000', '201039.883000', '201039.885000', '201039.888000', '201039.890000', '201039.893000', '201039.895000', '201039.898000', '201039.901000', '201039.903000', '201039.906000', '201039.908000', '201039.911000', '201039.913000', '201039.916000', '201039.919000', '201039.921000', '201039.924000', '201039.926000', '201039.929000', '201039.932000', '201039.934000', '201039.937000', '201039.939000', '201059.827000', '201059.830000', '201059.833000', '201059.835000', '201059.838000', '201059.840000', '201059.843000', '201059.846000', '201059.848000', '201059.851000', '201059.853000', '201059.856000', '201059.859000', '201059.861000', '201059.864000', '201059.866000', '201059.869000', '201059.871000', '201059.874000', '201059.877000', '201059.881000', '201059.883000', '201059.886000', '201059.888000', '201059.891000', '201059.894000', '201059.896000', '201059.899000', '201059.901000', '201059.904000', '201059.907000', '201059.909000', '201059.912000', '201059.914000', '201059.917000', '201059.919000', '201059.922000', '201059.925000', '201059.927000', '201059.930000', '201059.932000', '201059.935000', '201059.937000', '201119.827000', '201119.830000', '201119.833000', '201119.835000', '201119.838000', '201119.840000', '201119.843000', '201119.846000', '201119.848000', '201119.851000', '201119.853000', '201119.856000', '201119.859000', '201119.861000', '201119.864000', '201119.866000', '201119.869000', '201119.873000', '201119.875000', '201119.878000', '201119.881000', '201119.883000', '201119.886000', '201119.888000', '201119.891000', '201119.894000', '201119.897000', '201119.900000', '201119.903000', '201119.905000', '201119.908000', '201119.910000', '201119.913000', '201119.916000', '201119.924000', '201119.927000', '201119.930000', '201119.932000', '201119.935000', '201119.937000', '201119.940000', '201119.943000', '201119.945000', '201139.828000', '201139.830000', '201139.833000', '201139.836000', '201139.838000', '201139.841000', '201139.844000', '201139.846000', '201139.849000', '201139.851000', '201139.854000', '201139.856000', '201139.859000', '201139.862000', '201139.864000', '201139.867000', '201139.869000', '201139.872000', '201139.875000', '201139.877000', '201139.880000', '201139.882000', '201139.885000', '201139.888000', '201139.890000', '201139.893000', '201139.895000', '201139.898000', '201139.901000', '201139.903000', '201139.906000', '201139.908000', '201139.911000', '201139.913000', '201139.916000', '201139.919000', '201139.921000', '201139.924000', '201139.926000', '201139.929000', '201139.931000', '201139.934000', '201139.937000', '201139.939000', '201159.827000', '201159.830000', '201159.833000', '201159.835000', '201159.838000', '201159.841000', '201159.843000', '201159.846000', '201159.848000', '201159.851000', '201159.854000', '201159.856000', '201159.859000', '201159.861000', '201159.864000', '201159.867000', '201159.869000', '201159.872000', '201159.874000', '201159.877000', '201159.879000', '201159.882000', '201159.884000', '201159.887000', '201159.890000', '201159.892000', '201159.895000', '201159.897000', '201159.900000', '201159.902000', '201159.905000', '201159.908000', '201159.910000', '201159.913000', '201159.915000', '201159.918000', '201159.921000', '201159.923000', '201159.926000', '201159.928000', '201159.931000', '201159.933000', '201159.936000', '201219.827000', '201219.830000', '201219.833000', '201219.836000', '201219.838000', '201219.841000', '201219.843000', '201219.846000', '201219.849000', '201219.851000', '201219.854000', '201219.856000', '201219.859000', '201219.862000', '201219.864000', '201219.867000', '201219.869000', '201219.872000', '201219.874000', '201219.877000', '201219.880000', '201219.882000', '201219.885000', '201219.887000', '201219.890000', '201219.893000', '201219.895000', '201219.898000', '201219.900000', '201219.903000', '201219.905000', '201219.908000', '201219.910000', '201219.913000', '201219.916000', '201219.918000', '201219.921000', '201219.923000', '201219.926000', '201219.928000', '201219.931000', '201219.934000', '201219.936000', '201219.939000', '201239.828000', '201239.831000', '201239.834000', '201239.837000', '201239.839000', '201239.842000', '201239.844000', '201239.847000', '201239.850000', '201239.852000', '201239.855000', '201239.857000', '201239.860000', '201239.863000', '201239.865000', '201239.868000', '201239.870000', '201239.873000', '201239.876000', '201239.878000', '201239.881000', '201239.883000', '201239.886000', '201239.889000', '201239.892000', '201239.895000', '201239.897000', '201239.900000', '201239.902000', '201239.905000', '201239.908000', '201239.910000', '201239.913000', '201239.915000', '201239.918000', '201239.921000', '201239.923000', '201239.926000', '201239.929000', '201239.932000', '201239.935000', '201239.937000', '201239.940000', '201259.828000', '201259.831000', '201259.858000', '201259.860000', '201259.863000', '201259.865000', '201259.868000', '201259.871000', '201259.873000', '201259.876000', '201259.878000', '201259.881000', '201259.883000', '201259.886000', '201259.888000', '201259.891000', '201259.894000', '201259.896000', '201259.899000', '201259.902000', '201259.904000', '201259.907000', '201259.909000', '201259.912000', '201259.914000', '201259.917000', '201259.920000', '201259.922000', '201259.925000', '201259.927000', '201259.930000', '201259.933000', '201259.935000', '201259.938000', '201259.940000', '201259.943000', '201259.945000', '201259.948000', '201259.950000', '201259.953000', '201259.956000', '201259.958000', '201259.961000', '201259.963000', '201319.828000', '201319.831000', '201319.833000', '201319.836000', '201319.838000', '201319.841000', '201319.843000', '201319.846000', '201319.849000', '201319.851000', '201319.854000', '201319.857000', '201319.859000', '201319.862000', '201319.864000', '201319.867000', '201319.870000', '201319.872000', '201319.875000', '201319.877000', '201319.880000', '201319.882000', '201319.885000', '201319.888000', '201319.891000', '201319.894000', '201319.896000', '201319.899000', '201319.901000', '201319.904000', '201319.907000', '201319.909000', '201319.912000', '201319.914000', '201319.917000', '201319.920000', '201319.922000', '201319.925000', '201319.927000', '201319.930000', '201319.933000', '201319.935000', '201319.938000', '201339.828000', '201339.830000', '201339.833000', '201339.836000', '201339.838000', '201339.841000', '201339.843000', '201339.846000', '201339.849000', '201339.851000', '201339.854000', '201339.868000', '201339.871000', '201339.874000', '201339.876000', '201339.879000', '201339.882000', '201339.884000', '201339.887000', '201339.889000', '201339.892000', '201339.895000', '201339.897000', '201339.900000', '201339.902000', '201339.905000', '201339.908000', '201339.910000', '201339.913000', '201339.915000', '201339.918000', '201339.921000', '201339.923000', '201339.926000', '201339.928000', '201339.931000', '201339.934000', '201339.936000', '201339.939000', '201339.941000', '201339.944000', '201339.946000', '201339.949000', '201339.952000', '201359.827000', '201359.830000', '201359.833000', '201359.836000', '201359.838000', '201359.841000', '201359.844000', '201359.846000', '201359.849000', '201359.851000', '201359.854000', '201359.856000', '201359.859000', '201359.862000', '201359.864000', '201359.867000', '201359.870000', '201359.872000', '201359.875000', '201359.877000', '201359.880000', '201359.882000', '201359.885000', '201359.888000', '201359.890000', '201359.893000', '201359.896000', '201359.898000', '201359.901000', '201359.903000', '201359.906000', '201359.909000', '201359.912000', '201359.915000', '201359.918000', '201359.921000', '201359.923000', '201359.926000', '201359.928000', '201359.931000', '201359.934000', '201359.936000', '201359.939000', '201419.828000', '201419.830000', '201419.833000', '201419.836000', '201419.838000', '201419.841000', '201419.843000', '201419.846000', '201419.848000', '201419.851000', '201419.854000', '201419.856000', '201419.859000', '201419.876000', '201419.878000', '201419.881000', '201419.883000', '201419.886000', '201419.889000', '201419.891000', '201419.894000', '201419.896000', '201419.899000', '201419.901000', '201419.904000', '201419.907000', '201419.909000', '201419.912000', '201419.914000', '201419.917000', '201419.920000', '201419.922000', '201419.925000', '201419.927000', '201419.930000', '201419.932000', '201419.935000', '201419.937000', '201419.940000', '201419.943000', '201419.945000', '201419.948000', '201419.951000', '201419.953000', '201439.828000', '201439.830000', '201439.833000', '201439.836000', '201439.838000', '201439.841000', '201439.844000', '201439.846000', '201439.849000', '201439.851000', '201439.854000', '201439.857000', '201439.859000', '201439.862000', '201439.864000', '201439.867000', '201439.870000', '201439.872000', '201439.875000', '201439.877000', '201439.880000', '201439.882000', '201439.885000', '201439.887000', '201439.890000', '201439.893000', '201439.895000', '201439.898000', '201439.900000', '201439.903000', '201439.905000', '201439.908000', '201439.910000', '201439.913000', '201439.916000', '201439.918000', '201439.921000', '201439.923000', '201439.926000', '201439.929000', '201439.932000', '201439.934000', '201439.937000', '201447.747000', '201447.750000', '201447.753000', '201447.755000', '201447.758000', '201447.761000', '201447.764000', '201447.766000', '201447.769000', '201447.772000', '201447.774000', '201447.777000', '201447.780000', '201447.783000', '201447.785000', '201447.789000', '201447.791000', '201447.794000'], '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': [8014, 9140, 7632, 7855, 13139, 8631, 7976, 10587, 7973, 8875, 10784, 7855, 8363, 6716, 6679, 7812, 7872, 8036, 8578, 11059, 7424, 7222, 7881, 7495, 7936, 12782, 8933, 8245, 10068, 7880, 8090, 13207, 10121, 8164, 7820, 9108, 8218, 13344, 10188, 9093, 8323, 7240, 7524, 7556, 7174, 9926, 7172, 7030, 7880, 7439, 9331, 7488, 7910, 7432, 6991, 8686, 7457, 6560, 7324, 7010, 9456, 7275, 10470, 7392, 6825, 7743, 6811, 8973, 8107, 7301, 11819, 7960, 7703, 8794, 11608, 9132, 10374, 11015, 7701, 11356, 7995, 8623, 8796, 7425, 8127, 8146, 7513, 11182, 7950, 11656, 8811, 8077, 14417, 7699, 7825, 8845, 7897, 11718, 10306, 7816, 7694, 9034, 7779, 11105, 8221, 8891, 8962, 6673, 7215, 7922, 7664, 7319, 8790, 7588, 7170, 7567, 7956, 7802, 12655, 10592, 8163, 12692, 8786, 8642, 13259, 10940, 16902, 11738, 7491, 7609, 8426, 8249, 8563, 8179, 8109, 7849, 7317, 7279, 7011, 8843, 7073, 8914, 7224, 12001, 6880, 6902, 7556, 6797, 7932, 8439, 7964, 7005, 8977, 7032, 6955, 7972, 7394, 8618, 7206, 13243, 7602, 12258, 8406, 10773, 10105, 8420, 9932, 7104, 6967, 7903, 7496, 9709, 8120, 7373, 9824, 7385, 7531, 9263, 7651, 9383, 8611, 7025, 6736, 8008, 6923, 10470, 13620, 8818, 6948, 8214, 7750, 6955, 6781, 8177, 7464, 10460, 10314, 7763, 7310, 8094, 8403, 13903, 10223, 14165, 10753, 7251, 7340, 8003, 9293, 7861, 10994, 8940, 8514, 7225, 6743, 6837, 7133, 6793, 8993, 7231, 10024, 8067, 6648, 7871, 6875, 12991, 8004, 7773, 7813, 7823, 11416, 8441, 10060, 11171, 7180, 6772, 8318, 7321, 10644, 9841, 7126, 7630, 7769, 7744, 12584, 8944, 7936, 10315, 7494, 6965, 7891, 8780, 8249, 7959, 8282, 7180, 8631, 9985, 8188, 7283, 13067, 7780, 7526, 8482, 8193, 9877, 11707, 7388, 7302, 8001, 8047, 9874, 7986, 7569, 14215, 7809, 7320, 8023, 7729, 7990, 8266, 7561, 13469, 7601, 7968, 7851, 7814, 14941, 11346, 7279, 8452, 7171, 7581, 7741, 7456, 10890, 7200, 7592, 8050, 7716, 7246, 10651, 8251, 7584, 8625, 7661, 7528, 13019, 10322, 7867, 7349, 7463, 7409, 11318, 12855, 11180, 12223, 7769, 6560, 8020, 9852, 7998, 8131, 9173, 9127, 8801, 7457, 8697, 8136, 8212, 11971, 9281, 8302, 10359, 8696, 8685, 13241, 7938, 7250, 8219, 7481, 9956, 8702, 7814, 8245, 9614, 7498, 8264, 8248, 7793, 13773, 10179, 7324, 10308, 7141, 8270, 8573, 7255, 12691, 7466, 7404, 8113, 8033, 7405, 8122, 7433, 9675, 7626, 7485, 8710, 8102, 8400, 11755, 6986, 6970, 8147, 7611, 12366, 11163, 7510, 6949, 7020, 8378, 8749, 11343, 7835, 8039, 7905, 7901, 8879, 11062, 7994, 8189, 7372, 7575, 8564, 9520, 7749, 8309, 7014, 7822, 8000, 9393, 7727, 15034, 9131, 8147, 8988, 7985, 9343, 8094, 8298, 9070, 7762, 7486, 7497, 7199, 8213, 7986, 10459, 7651, 7288, 7572, 8027, 12494, 9272, 7484, 9800, 7965, 9057, 11136, 8184, 9368, 7981, 8048, 10242, 8072, 7470, 8919, 8241, 7549, 7971, 9338, 7692, 9832, 11273, 7194, 7662, 10113, 8131, 7732, 11863, 9312, 7630, 9031, 9367, 8250, 7917, 9378, 9263, 8121, 8676, 8144, 7812, 15022, 11001, 9888, 8381, 7831, 8173, 7567, 7641, 8028, 7015, 8089, 7096, 7192, 7525, 7081, 7865, 7279, 10300, 7153, 7351, 7806, 7159, 8597, 7406, 11834, 7462, 7066, 7213, 7358, 8649, 8104, 8532, 8581, 7370, 7593, 8183, 7106, 14285, 8275, 7574, 10291, 8099, 10220, 14608, 10337, 7604, 11020, 7733, 7480, 11737, 8310, 7355, 8321, 8039, 7586, 8140, 8050, 7730, 11156, 8688, 7740, 8319, 8165, 7954, 10345, 12008, 8332, 8335, 7313, 7441, 8252, 8345, 8026, 12959, 8449, 8047, 7946, 7902, 7454, 12181, 8361, 9256, 7158, 7881, 12015, 8638, 8974, 11243, 7781, 9801, 7683, 7074, 7744, 7246, 9786, 7773, 7717, 7115, 7177, 8989, 7388, 8959, 8028, 8657, 8063, 6982, 7370, 7543, 7134, 8759, 7300, 9947, 7164, 10786, 7439, 10809, 8548, 12786, 8541, 14687, 9043, 11209, 9880, 7369, 9481, 7434, 7547, 8888, 7732, 8579, 12646, 8151, 7601, 11200, 8051, 14099, 11079, 9960, 12281, 7642, 6993, 7583, 10987, 7929, 7430, 7161, 7640, 7163, 10966, 11319, 8749, 7559, 9540, 8497, 7732, 8104, 10236, 8199, 9291, 7770, 7591, 7200, 7831, 6836, 7286, 7701, 8936, 7564, 6819, 8051, 7320, 9351, 7613, 13065, 9251, 9577, 7853, 7817, 10097, 7758, 13345, 8479, 11173, 7667, 7082, 7766, 7837, 14724, 9351, 7385, 8482, 7845, 12828, 10012, 11495, 9428, 8143, 12156, 8980, 7608, 13466, 9400, 7726, 9083, 8219, 12126, 8964, 8064, 12417, 7275, 7767, 8543, 7248, 9532, 9571, 7168, 7398, 8300, 7005, 7508, 8015, 7309, 12429, 7808, 7073, 6806, 7632, 9306, 7328, 8494, 8719, 7364, 9637, 7242, 7105, 8410, 7090, 10212, 7380, 9154, 7295, 7029, 8984, 7120, 11091, 7553, 9483, 8929, 7603, 11614, 8217, 7340, 8404, 8512, 7900, 13173, 9533, 8565, 16380, 9443, 10336, 8450, 7688, 13646, 9255, 7720, 8048, 8094, 7525, 10619, 8116, 7250, 7031, 8282, 8192, 9319, 7910, 7164, 10655, 7707, 7583, 7697, 8816, 7585, 10568, 9774, 6974, 7362, 9905, 7850, 7449, 10089, 8099, 7389, 8177, 9527, 8171, 13710, 10808, 7509, 9212, 7476, 7141, 8083, 7269, 10877, 7667, 7246, 7608, 7347, 8958, 7608, 7850, 8164, 7744, 8105, 7028, 7057, 7963, 7329, 10128, 7409, 12287, 7735, 11894, 9435, 11351, 8657, 7248, 7774, 7426, 7624, 8251, 7972, 8182, 9056, 7774, 9375, 13396, 8497, 9382, 8137, 7758, 15480, 10793, 10145, 14609, 7596, 7359, 8232, 7912, 11965, 9014, 7815, 7178, 7653, 7565, 9761, 8106, 9867, 9594, 7258, 7357, 7769, 7716, 10039, 8671, 6975, 8654, 7254, 7408, 7363, 6724, 7857, 7405, 10130, 6829, 7025, 7370, 7105, 7365, 7166, 10456, 7813, 8693, 7671, 7148, 8863, 7610, 12382, 8714, 13208, 8209, 9353, 7608, 8366, 8499, 7112, 10863, 7101, 6594, 8426, 7439, 9278, 8929, 7235, 7310, 8211], 'WindowCenter': [3972.0, 3993.0, 3957.0, 3944.0, 3996.0, 3952.0, 3942.0, 3969.0, 3939.0, 3951.0, 3970.0, 3930.0, 3942.0, 3905.0, 3910.0, 3931.0, 3940.0, 3941.0, 3950.0, 3994.0, 3958.0, 3944.0, 3938.0, 3916.0, 3928.0, 3994.0, 3949.0, 3951.0, 3961.0, 3926.0, 3929.0, 3991.0, 3968.0, 3939.0, 3928.0, 3946.0, 3938.0, 3982.0, 3958.0, 3936.0, 3924.0, 3917.0, 3924.0, 3927.0, 3918.0, 3959.0, 3915.0, 3916.0, 3927.0, 3916.0, 3946.0, 3915.0, 3928.0, 3915.0, 3918.0, 3948.0, 3928.0, 3917.0, 3930.0, 3931.0, 3972.0, 3944.0, 3982.0, 3930.0, 3921.0, 3952.0, 3937.0, 3975.0, 3965.0, 3944.0, 3997.0, 3953.0, 3952.0, 3965.0, 3997.0, 3973.0, 3972.0, 3972.0, 3941.0, 3983.0, 3951.0, 3949.0, 3947.0, 3931.0, 3941.0, 3954.0, 3943.0, 3983.0, 3942.0, 3984.0, 3961.0, 3939.0, 4003.0, 3929.0, 3941.0, 3962.0, 3938.0, 3968.0, 3959.0, 3927.0, 3929.0, 3947.0, 3941.0, 3966.0, 3924.0, 3934.0, 3948.0, 3905.0, 3927.0, 3937.0, 3929.0, 3927.0, 3952.0, 3942.0, 3932.0, 3943.0, 3952.0, 3941.0, 3993.0, 3971.0, 3952.0, 3994.0, 3950.0, 3940.0, 3990.0, 3970.0, 4001.0, 3969.0, 3916.0, 3927.0, 3940.0, 3936.0, 3947.0, 3936.0, 3926.0, 3926.0, 3916.0, 3927.0, 3918.0, 3948.0, 3916.0, 3944.0, 3916.0, 3976.0, 3906.0, 3918.0, 3938.0, 3907.0, 3938.0, 3950.0, 3937.0, 3915.0, 3958.0, 3929.0, 3932.0, 3951.0, 3929.0, 3950.0, 3929.0, 3992.0, 3941.0, 3983.0, 3950.0, 3971.0, 3969.0, 3939.0, 3959.0, 3917.0, 3917.0, 3936.0, 3928.0, 3958.0, 3942.0, 3930.0, 3971.0, 3931.0, 3941.0, 3960.0, 3928.0, 3961.0, 3950.0, 3922.0, 3921.0, 3967.0, 3933.0, 3970.0, 3991.0, 3960.0, 3928.0, 3950.0, 3930.0, 3929.0, 3922.0, 3951.0, 3930.0, 3970.0, 3971.0, 3942.0, 3931.0, 3942.0, 3939.0, 3992.0, 3972.0, 3991.0, 3957.0, 3916.0, 3918.0, 3941.0, 3949.0, 3939.0, 3969.0, 3949.0, 3939.0, 3917.0, 3907.0, 3908.0, 3920.0, 3919.0, 3950.0, 3933.0, 3976.0, 3954.0, 3920.0, 3940.0, 3908.0, 3991.0, 3940.0, 3930.0, 3940.0, 3941.0, 3979.0, 3935.0, 3959.0, 3970.0, 3917.0, 3905.0, 3939.0, 3916.0, 3965.0, 3972.0, 3922.0, 3928.0, 3929.0, 3930.0, 3978.0, 3948.0, 3940.0, 3972.0, 3930.0, 3920.0, 3941.0, 3949.0, 3939.0, 3939.0, 3938.0, 3917.0, 3951.0, 3961.0, 3939.0, 3928.0, 3990.0, 3928.0, 3927.0, 3950.0, 3938.0, 3960.0, 3980.0, 3919.0, 3929.0, 3936.0, 3939.0, 3958.0, 3926.0, 3929.0, 3990.0, 3928.0, 3930.0, 3940.0, 3940.0, 3940.0, 3939.0, 3929.0, 3990.0, 3927.0, 3939.0, 3935.0, 3926.0, 3987.0, 3968.0, 3918.0, 3937.0, 3914.0, 3925.0, 3927.0, 3915.0, 3971.0, 3927.0, 3939.0, 3939.0, 3940.0, 3927.0, 3971.0, 3952.0, 3942.0, 3951.0, 3928.0, 3929.0, 3989.0, 3969.0, 3941.0, 3928.0, 3916.0, 3929.0, 3983.0, 3979.0, 3968.0, 3981.0, 3926.0, 3919.0, 3939.0, 3973.0, 3950.0, 3953.0, 3960.0, 3963.0, 3962.0, 3941.0, 3962.0, 3939.0, 3940.0, 3982.0, 3958.0, 3950.0, 3972.0, 3950.0, 3947.0, 3993.0, 3941.0, 3927.0, 3939.0, 3929.0, 3959.0, 3947.0, 3928.0, 3941.0, 3961.0, 3929.0, 3939.0, 3940.0, 3929.0, 3988.0, 3956.0, 3927.0, 3960.0, 3919.0, 3938.0, 3946.0, 3916.0, 3977.0, 3918.0, 3928.0, 3937.0, 3937.0, 3928.0, 3938.0, 3927.0, 3957.0, 3939.0, 3930.0, 3950.0, 3940.0, 3950.0, 3983.0, 3927.0, 3918.0, 3939.0, 3940.0, 3981.0, 3982.0, 3931.0, 3919.0, 3931.0, 3951.0, 3949.0, 3993.0, 3943.0, 3942.0, 3939.0, 3938.0, 3950.0, 3978.0, 3941.0, 3952.0, 3929.0, 3941.0, 3949.0, 3959.0, 3927.0, 3940.0, 3918.0, 3938.0, 3939.0, 3962.0, 3927.0, 4001.0, 3948.0, 3926.0, 3948.0, 3937.0, 3960.0, 3940.0, 3939.0, 3949.0, 3929.0, 3928.0, 3930.0, 3928.0, 3948.0, 3940.0, 3971.0, 3941.0, 3927.0, 3938.0, 3940.0, 3993.0, 3961.0, 3928.0, 3961.0, 3940.0, 3949.0, 3972.0, 3939.0, 3948.0, 3937.0, 3938.0, 3971.0, 3936.0, 3917.0, 3948.0, 3940.0, 3928.0, 3937.0, 3947.0, 3926.0, 3960.0, 3969.0, 3916.0, 3925.0, 3970.0, 3927.0, 3927.0, 3982.0, 3962.0, 3940.0, 3960.0, 3961.0, 3949.0, 3938.0, 3948.0, 3947.0, 3937.0, 3949.0, 3928.0, 3925.0, 4001.0, 3968.0, 3946.0, 3923.0, 3923.0, 3937.0, 3929.0, 3926.0, 3925.0, 3903.0, 3926.0, 3917.0, 3918.0, 3927.0, 3921.0, 3938.0, 3918.0, 3968.0, 3919.0, 3930.0, 3929.0, 3917.0, 3948.0, 3916.0, 3980.0, 3918.0, 3919.0, 3928.0, 3941.0, 3949.0, 3940.0, 3963.0, 3962.0, 3942.0, 3940.0, 3949.0, 3920.0, 4003.0, 3952.0, 3940.0, 3970.0, 3940.0, 3968.0, 4003.0, 3971.0, 3940.0, 3981.0, 3927.0, 3917.0, 3979.0, 3936.0, 3915.0, 3939.0, 3938.0, 3928.0, 3936.0, 3939.0, 3928.0, 3971.0, 3948.0, 3938.0, 3951.0, 3938.0, 3937.0, 3972.0, 3978.0, 3939.0, 3939.0, 3917.0, 3918.0, 3937.0, 3937.0, 3926.0, 3979.0, 3936.0, 3938.0, 3928.0, 3926.0, 3929.0, 3979.0, 3937.0, 3945.0, 3916.0, 3938.0, 3978.0, 3938.0, 3945.0, 3967.0, 3916.0, 3956.0, 3926.0, 3915.0, 3926.0, 3916.0, 3953.0, 3928.0, 3927.0, 3914.0, 3917.0, 3948.0, 3927.0, 3949.0, 3941.0, 3949.0, 3953.0, 3929.0, 3942.0, 3956.0, 3944.0, 3964.0, 3943.0, 3986.0, 3933.0, 3981.0, 3941.0, 3983.0, 3953.0, 3993.0, 3952.0, 4003.0, 3951.0, 3968.0, 3958.0, 3919.0, 3961.0, 3929.0, 3928.0, 3947.0, 3928.0, 3947.0, 3992.0, 3941.0, 3929.0, 3980.0, 3937.0, 3989.0, 3968.0, 3959.0, 3982.0, 3940.0, 3916.0, 3927.0, 3969.0, 3927.0, 3915.0, 3916.0, 3926.0, 3929.0, 3981.0, 3981.0, 3949.0, 3928.0, 3959.0, 3946.0, 3925.0, 3941.0, 3958.0, 3938.0, 3948.0, 3914.0, 3916.0, 3916.0, 3927.0, 3909.0, 3929.0, 3941.0, 3958.0, 3943.0, 3921.0, 3954.0, 3944.0, 3964.0, 3946.0, 3993.0, 3963.0, 3962.0, 3941.0, 3940.0, 3973.0, 3930.0, 3991.0, 3952.0, 3982.0, 3942.0, 3919.0, 3930.0, 3928.0, 4002.0, 3961.0, 3928.0, 3949.0, 3938.0, 3983.0, 3957.0, 3973.0, 3949.0, 3938.0, 3981.0, 3947.0, 3925.0, 3979.0, 3947.0, 3927.0, 3936.0, 3938.0, 3978.0, 3937.0, 3924.0, 3977.0, 3914.0, 3916.0, 3936.0, 3917.0, 3944.0, 3946.0, 3905.0, 3916.0, 3937.0, 3918.0, 3916.0, 3926.0, 3916.0, 3968.0, 3915.0, 3918.0, 3905.0, 3929.0, 3947.0, 3928.0, 3950.0, 3949.0, 3931.0, 3962.0, 3931.0, 3917.0, 3951.0, 3931.0, 3971.0, 3932.0, 3963.0, 3933.0, 3932.0, 3962.0, 3917.0, 3983.0, 3943.0, 3973.0, 3964.0, 3943.0, 3993.0, 3950.0, 3932.0, 3953.0, 3950.0, 3953.0, 4006.0, 3962.0, 3940.0, 4015.0, 3960.0, 3970.0, 3939.0, 3928.0, 3987.0, 3947.0, 3926.0, 3937.0, 3939.0, 3926.0, 3954.0, 3927.0, 3925.0, 3918.0, 3940.0, 3939.0, 3959.0, 3936.0, 3915.0, 3970.0, 3928.0, 3929.0, 3928.0, 3948.0, 3928.0, 3970.0, 3958.0, 3918.0, 3919.0, 3970.0, 3939.0, 3927.0, 3972.0, 3938.0, 3929.0, 3940.0, 3956.0, 3938.0, 3987.0, 3956.0, 3917.0, 3948.0, 3914.0, 3907.0, 3927.0, 3916.0, 3956.0, 3913.0, 3916.0, 3926.0, 3929.0, 3947.0, 3938.0, 3940.0, 3939.0, 3929.0, 3940.0, 3929.0, 3932.0, 3954.0, 3942.0, 3973.0, 3931.0, 3993.0, 3943.0, 3982.0, 3961.0, 3983.0, 3954.0, 3930.0, 3927.0, 3930.0, 3940.0, 3954.0, 3951.0, 3954.0, 3962.0, 3940.0, 3959.0, 4005.0, 3949.0, 3963.0, 3938.0, 3941.0, 4002.0, 3968.0, 3959.0, 3989.0, 3924.0, 3915.0, 3937.0, 3927.0, 3966.0, 3935.0, 3914.0, 3905.0, 3923.0, 3925.0, 3958.0, 3927.0, 3945.0, 3944.0, 3914.0, 3916.0, 3926.0, 3927.0, 3957.0, 3936.0, 3905.0, 3936.0, 3916.0, 3919.0, 3928.0, 3907.0, 3927.0, 3917.0, 3958.0, 3907.0, 3917.0, 3931.0, 3921.0, 3931.0, 3931.0, 3971.0, 3940.0, 3953.0, 3940.0, 3927.0, 3963.0, 3929.0, 3981.0, 3951.0, 3993.0, 3938.0, 3959.0, 3926.0, 3938.0, 3939.0, 3913.0, 3971.0, 3930.0, 3919.0, 3948.0, 3929.0, 3960.0, 3960.0, 3929.0, 3930.0, 3951.0], 'WindowWidth': [8895.0, 8919.0, 8862.0, 8836.0, 8910.0, 8842.0, 8828.0, 8862.0, 8820.0, 8839.0, 8862.0, 8811.0, 8828.0, 8772.0, 8783.0, 8813.0, 8826.0, 8825.0, 8836.0, 8904.0, 8865.0, 8839.0, 8816.0, 8782.0, 8802.0, 8902.0, 8835.0, 8838.0, 8851.0, 8800.0, 8806.0, 8893.0, 8860.0, 8821.0, 8806.0, 8827.0, 8818.0, 8884.0, 8842.0, 8812.0, 8794.0, 8788.0, 8794.0, 8802.0, 8794.0, 8847.0, 8785.0, 8787.0, 8801.0, 8786.0, 8825.0, 8784.0, 8806.0, 8785.0, 8791.0, 8832.0, 8807.0, 8794.0, 8812.0, 8816.0, 8872.0, 8837.0, 8885.0, 8812.0, 8803.0, 8848.0, 8835.0, 8885.0, 8872.0, 8839.0, 8912.0, 8851.0, 8849.0, 8868.0, 8912.0, 8874.0, 8869.0, 8871.0, 8827.0, 8887.0, 8843.0, 8835.0, 8830.0, 8816.0, 8828.0, 8853.0, 8837.0, 8886.0, 8829.0, 8888.0, 8856.0, 8824.0, 8917.0, 8809.0, 8827.0, 8858.0, 8819.0, 8858.0, 8846.0, 8802.0, 8805.0, 8828.0, 8826.0, 8856.0, 8794.0, 8806.0, 8830.0, 8772.0, 8804.0, 8819.0, 8807.0, 8805.0, 8845.0, 8830.0, 8818.0, 8833.0, 8845.0, 8828.0, 8898.0, 8871.0, 8843.0, 8901.0, 8838.0, 8823.0, 8894.0, 8863.0, 8910.0, 8859.0, 8786.0, 8801.0, 8822.0, 8813.0, 8830.0, 8814.0, 8800.0, 8800.0, 8786.0, 8803.0, 8792.0, 8832.0, 8789.0, 8823.0, 8788.0, 8868.0, 8774.0, 8793.0, 8821.0, 8778.0, 8821.0, 8839.0, 8817.0, 8787.0, 8849.0, 8812.0, 8817.0, 8842.0, 8813.0, 8840.0, 8808.0, 8899.0, 8828.0, 8889.0, 8839.0, 8866.0, 8862.0, 8818.0, 8848.0, 8793.0, 8792.0, 8814.0, 8809.0, 8846.0, 8832.0, 8813.0, 8868.0, 8814.0, 8831.0, 8853.0, 8805.0, 8854.0, 8838.0, 8805.0, 8805.0, 8875.0, 8823.0, 8862.0, 8898.0, 8853.0, 8809.0, 8838.0, 8809.0, 8809.0, 8804.0, 8841.0, 8811.0, 8862.0, 8867.0, 8830.0, 8814.0, 8828.0, 8822.0, 8898.0, 8869.0, 8895.0, 8842.0, 8784.0, 8789.0, 8824.0, 8832.0, 8822.0, 8860.0, 8832.0, 8816.0, 8787.0, 8778.0, 8779.0, 8798.0, 8797.0, 8837.0, 8818.0, 8879.0, 8849.0, 8799.0, 8824.0, 8779.0, 8893.0, 8824.0, 8810.0, 8824.0, 8827.0, 8876.0, 8812.0, 8846.0, 8862.0, 8791.0, 8774.0, 8820.0, 8788.0, 8852.0, 8869.0, 8801.0, 8805.0, 8809.0, 8809.0, 8875.0, 8832.0, 8824.0, 8870.0, 8810.0, 8798.0, 8829.0, 8835.0, 8820.0, 8820.0, 8816.0, 8791.0, 8838.0, 8851.0, 8820.0, 8805.0, 8891.0, 8806.0, 8802.0, 8836.0, 8819.0, 8848.0, 8876.0, 8794.0, 8808.0, 8813.0, 8822.0, 8845.0, 8799.0, 8805.0, 8892.0, 8805.0, 8809.0, 8823.0, 8826.0, 8823.0, 8821.0, 8806.0, 8892.0, 8806.0, 8820.0, 8812.0, 8801.0, 8888.0, 8858.0, 8790.0, 8815.0, 8783.0, 8798.0, 8801.0, 8784.0, 8865.0, 8805.0, 8822.0, 8821.0, 8825.0, 8804.0, 8868.0, 8843.0, 8830.0, 8841.0, 8806.0, 8808.0, 8887.0, 8864.0, 8826.0, 8808.0, 8789.0, 8808.0, 8886.0, 8876.0, 8858.0, 8880.0, 8801.0, 8797.0, 8824.0, 8875.0, 8842.0, 8845.0, 8850.0, 8858.0, 8855.0, 8829.0, 8859.0, 8824.0, 8824.0, 8883.0, 8847.0, 8838.0, 8868.0, 8837.0, 8828.0, 8896.0, 8825.0, 8803.0, 8820.0, 8808.0, 8848.0, 8831.0, 8805.0, 8824.0, 8852.0, 8808.0, 8820.0, 8825.0, 8807.0, 8885.0, 8841.0, 8802.0, 8849.0, 8795.0, 8818.0, 8826.0, 8786.0, 8870.0, 8792.0, 8806.0, 8817.0, 8818.0, 8806.0, 8819.0, 8804.0, 8845.0, 8824.0, 8814.0, 8839.0, 8826.0, 8838.0, 8886.0, 8808.0, 8794.0, 8823.0, 8824.0, 8880.0, 8883.0, 8813.0, 8795.0, 8815.0, 8840.0, 8834.0, 8903.0, 8831.0, 8828.0, 8823.0, 8821.0, 8837.0, 8873.0, 8827.0, 8840.0, 8809.0, 8827.0, 8836.0, 8846.0, 8804.0, 8823.0, 8794.0, 8822.0, 8823.0, 8854.0, 8802.0, 8909.0, 8831.0, 8801.0, 8830.0, 8818.0, 8853.0, 8825.0, 8821.0, 8834.0, 8810.0, 8807.0, 8812.0, 8810.0, 8835.0, 8827.0, 8869.0, 8828.0, 8808.0, 8822.0, 8824.0, 8901.0, 8856.0, 8807.0, 8853.0, 8825.0, 8837.0, 8868.0, 8821.0, 8832.0, 8815.0, 8820.0, 8866.0, 8813.0, 8788.0, 8832.0, 8823.0, 8806.0, 8817.0, 8827.0, 8799.0, 8849.0, 8862.0, 8789.0, 8799.0, 8865.0, 8802.0, 8803.0, 8881.0, 8854.0, 8827.0, 8851.0, 8856.0, 8836.0, 8822.0, 8832.0, 8830.0, 8817.0, 8833.0, 8805.0, 8801.0, 8909.0, 8858.0, 8823.0, 8790.0, 8794.0, 8814.0, 8806.0, 8801.0, 8798.0, 8766.0, 8800.0, 8791.0, 8792.0, 8806.0, 8801.0, 8820.0, 8791.0, 8860.0, 8796.0, 8809.0, 8809.0, 8791.0, 8831.0, 8788.0, 8877.0, 8792.0, 8796.0, 8808.0, 8831.0, 8836.0, 8825.0, 8859.0, 8858.0, 8831.0, 8827.0, 8835.0, 8797.0, 8917.0, 8844.0, 8825.0, 8865.0, 8825.0, 8859.0, 8915.0, 8866.0, 8826.0, 8882.0, 8805.0, 8789.0, 8876.0, 8813.0, 8786.0, 8820.0, 8819.0, 8807.0, 8817.0, 8820.0, 8804.0, 8864.0, 8832.0, 8820.0, 8840.0, 8819.0, 8819.0, 8866.0, 8871.0, 8820.0, 8819.0, 8789.0, 8792.0, 8816.0, 8816.0, 8800.0, 8874.0, 8812.0, 8817.0, 8803.0, 8800.0, 8808.0, 8874.0, 8815.0, 8825.0, 8787.0, 8819.0, 8873.0, 8818.0, 8824.0, 8853.0, 8784.0, 8838.0, 8799.0, 8783.0, 8798.0, 8786.0, 8834.0, 8803.0, 8802.0, 8784.0, 8793.0, 8833.0, 8806.0, 8837.0, 8826.0, 8834.0, 8847.0, 8814.0, 8835.0, 8858.0, 8844.0, 8867.0, 8837.0, 8898.0, 8823.0, 8884.0, 8832.0, 8887.0, 8845.0, 8902.0, 8844.0, 8914.0, 8840.0, 8858.0, 8845.0, 8793.0, 8853.0, 8808.0, 8806.0, 8832.0, 8807.0, 8830.0, 8899.0, 8828.0, 8808.0, 8879.0, 8817.0, 8890.0, 8858.0, 8846.0, 8883.0, 8827.0, 8790.0, 8802.0, 8861.0, 8803.0, 8785.0, 8788.0, 8803.0, 8811.0, 8880.0, 8882.0, 8837.0, 8806.0, 8845.0, 8826.0, 8798.0, 8823.0, 8844.0, 8817.0, 8827.0, 8779.0, 8784.0, 8785.0, 8803.0, 8781.0, 8809.0, 8829.0, 8848.0, 8831.0, 8803.0, 8849.0, 8836.0, 8861.0, 8841.0, 8898.0, 8859.0, 8856.0, 8828.0, 8826.0, 8870.0, 8812.0, 8896.0, 8843.0, 8883.0, 8829.0, 8795.0, 8808.0, 8804.0, 8914.0, 8852.0, 8806.0, 8834.0, 8817.0, 8884.0, 8843.0, 8870.0, 8836.0, 8818.0, 8879.0, 8829.0, 8798.0, 8877.0, 8827.0, 8800.0, 8811.0, 8814.0, 8873.0, 8814.0, 8791.0, 8868.0, 8780.0, 8783.0, 8809.0, 8787.0, 8819.0, 8823.0, 8768.0, 8784.0, 8812.0, 8789.0, 8784.0, 8797.0, 8784.0, 8856.0, 8781.0, 8789.0, 8770.0, 8806.0, 8829.0, 8806.0, 8837.0, 8834.0, 8812.0, 8855.0, 8814.0, 8792.0, 8840.0, 8814.0, 8866.0, 8818.0, 8859.0, 8819.0, 8820.0, 8857.0, 8792.0, 8888.0, 8832.0, 8877.0, 8863.0, 8833.0, 8904.0, 8841.0, 8816.0, 8847.0, 8841.0, 8846.0, 8922.0, 8855.0, 8823.0, 8938.0, 8851.0, 8863.0, 8821.0, 8806.0, 8884.0, 8828.0, 8799.0, 8815.0, 8818.0, 8799.0, 8837.0, 8799.0, 8799.0, 8793.0, 8823.0, 8821.0, 8848.0, 8815.0, 8783.0, 8863.0, 8805.0, 8809.0, 8805.0, 8833.0, 8804.0, 8863.0, 8845.0, 8792.0, 8793.0, 8864.0, 8821.0, 8804.0, 8868.0, 8818.0, 8807.0, 8820.0, 8839.0, 8817.0, 8884.0, 8838.0, 8786.0, 8829.0, 8783.0, 8774.0, 8802.0, 8787.0, 8838.0, 8778.0, 8785.0, 8800.0, 8808.0, 8830.0, 8822.0, 8828.0, 8823.0, 8810.0, 8827.0, 8815.0, 8819.0, 8851.0, 8833.0, 8874.0, 8817.0, 8902.0, 8832.0, 8884.0, 8855.0, 8885.0, 8848.0, 8812.0, 8804.0, 8812.0, 8826.0, 8850.0, 8843.0, 8850.0, 8858.0, 8825.0, 8848.0, 8921.0, 8837.0, 8857.0, 8819.0, 8828.0, 8916.0, 8860.0, 8845.0, 8890.0, 8794.0, 8782.0, 8814.0, 8800.0, 8852.0, 8808.0, 8781.0, 8768.0, 8792.0, 8797.0, 8843.0, 8801.0, 8819.0, 8820.0, 8781.0, 8785.0, 8798.0, 8803.0, 8841.0, 8811.0, 8768.0, 8812.0, 8787.0, 8792.0, 8806.0, 8775.0, 8802.0, 8787.0, 8844.0, 8777.0, 8791.0, 8814.0, 8800.0, 8816.0, 8814.0, 8866.0, 8826.0, 8845.0, 8825.0, 8807.0, 8859.0, 8809.0, 8883.0, 8838.0, 8899.0, 8819.0, 8847.0, 8800.0, 8818.0, 8819.0, 8781.0, 8865.0, 8814.0, 8796.0, 8833.0, 8808.0, 8848.0, 8851.0, 8810.0, 8812.0, 8840.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.001015873563218391</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021759206781609197</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.126354586271574</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1836876471346371</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.012514522681242</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4886</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3599.218</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13937097026611872</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>160</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>18.39080459770115</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5082663590214107</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5216378489703777</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7309279348896043</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2722332932042497</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00677504</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0027795343194156885</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017481759190559387</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.740520078628815</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.7077</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.0867</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.8493</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299768.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>849.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.7542</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9948</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.1964</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3138.7328</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3334.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76776.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>969.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4174.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>891.3141</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.16476632945705</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> |