=== 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-0074 --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-0074",
"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-0074_ses-04_task-social_acq-mb8_run-03_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-0074_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-03_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-0074/ses-04/func/sub-0074_ses-04_task-social_acq-mb8_run-03_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>ec9d2aac90eb75e844f56eedc3bb548b</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:54:24.832500</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.996967, -0.0450047, 0.0634883, 0.0367314, 0.991358, 0.125941]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0979923</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4157, -7772, -7220, 591, -120, -213, -10, 56]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.454</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>35a83588-7a8a-4218-87dd-4a30b5b072ae||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.674790382385254, 0.09854762256145477, 0.18524044752120972, 101.73551940917969], [0.12074438482522964, 2.6597397327423096, 0.3327127993106842, -107.82709503173828], [0.1703345626592636, -0.33789026737213135, 2.673011064529419, -44.94767379760742], [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': ['205424.832500', '205425.292500', '205425.752500', '205426.212500', '205426.672500', '205427.132500', '205427.592500', '205428.052500', '205428.512500', '205428.972500', '205429.432500', '205429.892500', '205430.352500', '205430.812500', '205431.272500', '205431.732500', '205432.192500', '205432.652500', '205433.112500', '205433.572500', '205434.032500', '205434.492500', '205434.952500', '205435.412500', '205435.872500', '205436.332500', '205436.792500', '205437.252500', '205437.712500', '205438.172500', '205438.632500', '205439.092500', '205439.552500', '205440.012500', '205440.472500', '205440.932500', '205441.392500', '205441.852500', '205442.312500', '205442.772500', '205443.232500', '205443.692500', '205444.152500', '205444.612500', '205445.072500', '205445.532500', '205445.992500', '205446.452500', '205446.912500', '205447.372500', '205447.832500', '205448.292500', '205448.752500', '205449.212500', '205449.672500', '205450.132500', '205450.592500', '205451.052500', '205451.512500', '205451.972500', '205452.432500', '205452.892500', '205453.352500', '205453.812500', '205454.272500', '205454.732500', '205455.192500', '205455.652500', '205456.112500', '205456.572500', '205457.032500', '205457.492500', '205457.952500', '205458.412500', '205458.872500', '205459.332500', '205459.792500', '205500.252500', '205500.712500', '205501.172500', '205501.632500', '205502.092500', '205502.552500', '205503.012500', '205503.472500', '205503.932500', '205504.392500', '205504.852500', '205505.312500', '205505.772500', '205506.232500', '205506.692500', '205507.152500', '205507.612500', '205508.072500', '205508.532500', '205508.992500', '205509.452500', '205509.912500', '205510.372500', '205510.832500', '205511.292500', '205511.752500', '205512.212500', '205512.672500', '205513.132500', '205513.592500', '205514.052500', '205514.512500', '205514.972500', '205515.432500', '205515.892500', '205516.352500', '205516.812500', '205517.272500', '205517.732500', '205518.192500', '205518.652500', '205519.112500', '205519.572500', '205520.032500', '205520.492500', '205520.952500', '205521.412500', '205521.872500', '205522.332500', '205522.792500', '205523.252500', '205523.712500', '205524.172500', '205524.632500', '205525.092500', '205525.552500', '205526.012500', '205526.472500', '205526.932500', '205527.392500', '205527.852500', '205528.312500', '205528.772500', '205529.232500', '205529.692500', '205530.152500', '205530.612500', '205531.072500', '205531.532500', '205531.992500', '205532.452500', '205532.912500', '205533.372500', '205533.832500', '205534.292500', '205534.752500', '205535.212500', '205535.672500', '205536.132500', '205536.592500', '205537.052500', '205537.512500', '205537.972500', '205538.432500', '205538.892500', '205539.352500', '205539.812500', '205540.272500', '205540.732500', '205541.192500', '205541.652500', '205542.112500', '205542.572500', '205543.032500', '205543.492500', '205543.952500', '205544.412500', '205544.872500', '205545.332500', '205545.792500', '205546.252500', '205546.712500', '205547.172500', '205547.632500', '205548.092500', '205548.552500', '205549.012500', '205549.472500', '205549.932500', '205550.392500', '205550.852500', '205551.312500', '205551.772500', '205552.232500', '205552.692500', '205553.152500', '205553.612500', '205554.072500', '205554.532500', '205554.992500', '205555.452500', '205555.912500', '205556.372500', '205556.832500', '205557.292500', '205557.752500', '205558.212500', '205558.672500', '205559.132500', '205559.592500', '205600.052500', '205600.512500', '205600.972500', '205601.432500', '205601.892500', '205602.352500', '205602.812500', '205603.272500', '205603.732500', '205604.192500', '205604.652500', '205605.112500', '205605.572500', '205606.032500', '205606.492500', '205606.952500', '205607.412500', '205607.872500', '205608.332500', '205608.792500', '205609.252500', '205609.712500', '205610.172500', '205610.632500', '205611.092500', '205611.552500', '205612.012500', '205612.472500', '205612.932500', '205613.392500', '205613.852500', '205614.312500', '205614.772500', '205615.232500', '205615.692500', '205616.152500', '205616.612500', '205617.072500', '205617.532500', '205617.992500', '205618.452500', '205618.912500', '205619.372500', '205619.832500', '205620.292500', '205620.752500', '205621.212500', '205621.672500', '205622.132500', '205622.592500', '205623.052500', '205623.512500', '205623.972500', '205624.432500', '205624.892500', '205625.352500', '205625.812500', '205626.272500', '205626.732500', '205627.192500', '205627.652500', '205628.112500', '205628.572500', '205629.032500', '205629.492500', '205629.952500', '205630.412500', '205630.872500', '205631.332500', '205631.792500', '205632.252500', '205632.712500', '205633.172500', '205633.632500', '205634.092500', '205634.552500', '205635.012500', '205635.472500', '205635.932500', '205636.392500', '205636.852500', '205637.312500', '205637.772500', '205638.232500', '205638.692500', '205639.152500', '205639.612500', '205640.072500', '205640.532500', '205640.992500', '205641.452500', '205641.912500', '205642.372500', '205642.832500', '205643.292500', '205643.752500', '205644.212500', '205644.672500', '205645.132500', '205645.592500', '205646.052500', '205646.512500', '205646.972500', '205647.432500', '205647.892500', '205648.352500', '205648.812500', '205649.272500', '205649.732500', '205650.192500', '205650.652500', '205651.112500', '205651.572500', '205652.032500', '205652.492500', '205652.952500', '205653.412500', '205653.872500', '205654.332500', '205654.792500', '205655.252500', '205655.712500', '205656.172500', '205656.632500', '205657.092500', '205657.552500', '205658.012500', '205658.472500', '205658.932500', '205659.392500', '205659.852500', '205700.312500', '205700.772500', '205701.232500', '205701.692500', '205702.152500', '205702.612500', '205703.072500', '205703.532500', '205703.992500', '205704.452500', '205704.912500', '205705.372500', '205705.832500', '205706.292500', '205706.752500', '205707.212500', '205707.672500', '205708.132500', '205708.592500', '205709.052500', '205709.512500', '205709.972500', '205710.432500', '205710.892500', '205711.352500', '205711.812500', '205712.272500', '205712.732500', '205713.192500', '205713.652500', '205714.112500', '205714.572500', '205715.032500', '205715.492500', '205715.952500', '205716.412500', '205716.872500', '205717.332500', '205717.792500', '205718.252500', '205718.712500', '205719.172500', '205719.632500', '205720.092500', '205720.552500', '205721.012500', '205721.472500', '205721.932500', '205722.392500', '205722.852500', '205723.312500', '205723.772500', '205724.232500', '205724.692500', '205725.152500', '205725.612500', '205726.072500', '205726.532500', '205726.992500', '205727.452500', '205727.912500', '205728.372500', '205728.832500', '205729.292500', '205729.752500', '205730.212500', '205730.672500', '205731.132500', '205731.592500', '205732.052500', '205732.512500', '205732.972500', '205733.432500', '205733.892500', '205734.352500', '205734.812500', '205735.272500', '205735.732500', '205736.192500', '205736.652500', '205737.112500', '205737.572500', '205738.032500', '205738.492500', '205738.952500', '205739.412500', '205739.872500', '205740.332500', '205740.792500', '205741.252500', '205741.712500', '205742.172500', '205742.632500', '205743.092500', '205743.552500', '205744.012500', '205744.472500', '205744.932500', '205745.392500', '205745.852500', '205746.312500', '205746.772500', '205747.232500', '205747.692500', '205748.152500', '205748.612500', '205749.072500', '205749.532500', '205749.992500', '205750.452500', '205750.912500', '205751.372500', '205751.832500', '205752.292500', '205752.752500', '205753.212500', '205753.672500', '205754.132500', '205754.592500', '205755.052500', '205755.512500', '205755.972500', '205756.432500', '205756.892500', '205757.352500', '205757.812500', '205758.272500', '205758.732500', '205759.192500', '205759.652500', '205800.112500', '205800.572500', '205801.032500', '205801.492500', '205801.952500', '205802.412500', '205802.872500', '205803.332500', '205803.792500', '205804.252500', '205804.712500', '205805.172500', '205805.632500', '205806.092500', '205806.552500', '205807.012500', '205807.472500', '205807.932500', '205808.392500', '205808.852500', '205809.312500', '205809.772500', '205810.232500', '205810.692500', '205811.152500', '205811.612500', '205812.072500', '205812.532500', '205812.992500', '205813.452500', '205813.912500', '205814.372500', '205814.832500', '205815.292500', '205815.752500', '205816.212500', '205816.672500', '205817.132500', '205817.592500', '205818.052500', '205818.512500', '205818.972500', '205819.432500', '205819.892500', '205820.352500', '205820.812500', '205821.272500', '205821.732500', '205822.192500', '205822.652500', '205823.112500', '205823.572500', '205824.032500', '205824.492500', '205824.952500', '205825.412500', '205825.872500', '205826.332500', '205826.792500', '205827.252500', '205827.712500', '205828.172500', '205828.632500', '205829.092500', '205829.552500', '205830.012500', '205830.472500', '205830.932500', '205831.392500', '205831.852500', '205832.312500', '205832.772500', '205833.232500', '205833.692500', '205834.152500', '205834.612500', '205835.072500', '205835.532500', '205835.992500', '205836.452500', '205836.912500', '205837.372500', '205837.832500', '205838.292500', '205838.752500', '205839.212500', '205839.672500', '205840.132500', '205840.592500', '205841.052500', '205841.512500', '205841.972500', '205842.432500', '205842.892500', '205843.352500', '205843.812500', '205844.272500', '205844.732500', '205845.192500', '205845.652500', '205846.112500', '205846.572500', '205847.032500', '205847.492500', '205847.952500', '205848.412500', '205848.872500', '205849.332500', '205849.792500', '205850.252500', '205850.712500', '205851.172500', '205851.632500', '205852.092500', '205852.552500', '205853.012500', '205853.472500', '205853.932500', '205854.392500', '205854.852500', '205855.312500', '205855.772500', '205856.232500', '205856.692500', '205857.152500', '205857.612500', '205858.072500', '205858.532500', '205858.992500', '205859.452500', '205859.912500', '205900.372500', '205900.832500', '205901.292500', '205901.752500', '205902.212500', '205902.672500', '205903.132500', '205903.592500', '205904.052500', '205904.512500', '205904.972500', '205905.432500', '205905.892500', '205906.352500', '205906.812500', '205907.272500', '205907.732500', '205908.192500', '205908.652500', '205909.112500', '205909.572500', '205910.032500', '205910.492500', '205910.952500', '205911.412500', '205911.872500', '205912.332500', '205912.792500', '205913.252500', '205913.712500', '205914.172500', '205914.632500', '205915.092500', '205915.552500', '205916.012500', '205916.472500', '205916.932500', '205917.392500', '205917.852500', '205918.312500', '205918.772500', '205919.232500', '205919.692500', '205920.152500', '205920.612500', '205921.072500', '205921.532500', '205921.992500', '205922.452500', '205922.912500', '205923.372500', '205923.832500', '205924.292500', '205924.752500', '205925.212500', '205925.672500', '205926.132500', '205926.592500', '205927.052500', '205927.512500', '205927.972500', '205928.432500', '205928.892500', '205929.352500', '205929.812500', '205930.272500', '205930.732500', '205931.192500', '205931.652500', '205932.112500', '205932.572500', '205933.032500', '205933.492500', '205933.952500', '205934.412500', '205934.872500', '205935.332500', '205935.792500', '205936.252500', '205936.712500', '205937.172500', '205937.632500', '205938.092500', '205938.552500', '205939.012500', '205939.472500', '205939.932500', '205940.392500', '205940.852500', '205941.312500', '205941.772500', '205942.232500', '205942.692500', '205943.152500', '205943.612500', '205944.072500', '205944.532500', '205944.992500', '205945.452500', '205945.912500', '205946.372500', '205946.832500', '205947.292500', '205947.752500', '205948.212500', '205948.672500', '205949.132500', '205949.592500', '205950.052500', '205950.512500', '205950.972500', '205951.432500', '205951.892500', '205952.352500', '205952.812500', '205953.272500', '205953.732500', '205954.192500', '205954.652500', '205955.112500', '205955.572500', '205956.032500', '205956.492500', '205956.952500', '205957.412500', '205957.872500', '205958.332500', '205958.792500', '205959.252500', '205959.712500', '210000.172500', '210000.632500', '210001.092500', '210001.552500', '210002.012500', '210002.472500', '210002.932500', '210003.392500', '210003.852500', '210004.312500', '210004.772500', '210005.232500', '210005.692500', '210006.152500', '210006.612500', '210007.072500', '210007.532500', '210007.992500', '210008.452500', '210008.912500', '210009.372500', '210009.832500', '210010.292500', '210010.752500', '210011.212500', '210011.672500', '210012.132500', '210012.592500', '210013.052500', '210013.512500', '210013.972500', '210014.432500', '210014.892500', '210015.352500', '210015.812500', '210016.272500', '210016.732500', '210017.192500', '210017.652500', '210018.112500', '210018.572500', '210019.032500', '210019.492500', '210019.952500', '210020.412500', '210020.872500', '210021.332500', '210021.792500', '210022.252500', '210022.712500', '210023.172500', '210023.632500', '210024.092500', '210024.552500', '210025.012500', '210025.472500', '210025.932500', '210026.392500', '210026.852500', '210027.312500', '210027.772500', '210028.232500', '210028.692500', '210029.152500', '210029.612500', '210030.072500', '210030.532500', '210030.992500', '210031.452500', '210031.912500', '210032.372500', '210032.832500', '210033.292500', '210033.752500', '210034.212500', '210034.672500', '210035.132500', '210035.592500', '210036.052500', '210036.512500', '210036.972500', '210037.432500', '210037.892500', '210038.352500', '210038.812500', '210039.272500', '210039.732500', '210040.192500', '210040.652500', '210041.112500', '210041.572500', '210042.032500', '210042.492500', '210042.952500', '210043.412500', '210043.872500', '210044.332500', '210044.792500', '210045.252500', '210045.712500', '210046.172500', '210046.632500', '210047.092500', '210047.552500', '210048.012500', '210048.472500', '210048.932500', '210049.392500', '210049.852500', '210050.312500', '210050.772500', '210051.232500', '210051.692500', '210052.152500', '210052.612500', '210053.072500', '210053.532500', '210053.992500', '210054.452500', '210054.912500', '210055.372500', '210055.832500', '210056.292500', '210056.752500', '210057.212500', '210057.672500', '210058.132500', '210058.592500', '210059.052500', '210059.512500', '210059.972500', '210100.432500', '210100.892500', '210101.352500', '210101.812500', '210102.272500', '210102.732500', '210103.192500', '210103.652500', '210104.112500', '210104.572500', '210105.032500', '210105.492500'], 'ContentTime': ['205449.557000', '205449.560000', '205449.562000', '205449.565000', '205449.568000', '205449.570000', '205449.580000', '205449.583000', '205449.586000', '205449.588000', '205449.591000', '205449.593000', '205449.596000', '205449.641000', '205449.644000', '205449.646000', '205449.649000', '205449.652000', '205449.654000', '205449.657000', '205449.659000', '205449.662000', '205449.664000', '205449.667000', '205449.670000', '205449.672000', '205449.675000', '205449.678000', '205449.680000', '205449.683000', '205449.685000', '205449.688000', '205449.690000', '205449.696000', '205449.699000', '205449.701000', '205449.704000', '205449.706000', '205449.709000', '205449.712000', '205449.714000', '205449.717000', '205449.719000', '205449.722000', '205449.724000', '205449.727000', '205449.730000', '205449.732000', '205449.735000', '205449.737000', '205509.528000', '205509.530000', '205509.533000', '205509.536000', '205509.538000', '205509.541000', '205509.543000', '205509.546000', '205509.549000', '205509.551000', '205509.554000', '205509.556000', '205509.559000', '205509.561000', '205509.564000', '205509.566000', '205509.569000', '205509.572000', '205509.574000', '205509.577000', '205509.579000', '205509.582000', '205509.587000', '205509.590000', '205509.592000', '205509.595000', '205509.598000', '205509.600000', '205509.603000', '205509.605000', '205509.608000', '205509.610000', '205509.613000', '205509.615000', '205509.618000', '205509.621000', '205509.623000', '205509.626000', '205509.637000', '205509.639000', '205509.642000', '205509.644000', '205509.647000', '205509.649000', '205529.528000', '205529.530000', '205529.533000', '205529.535000', '205529.538000', '205529.541000', '205529.543000', '205529.546000', '205529.548000', '205529.551000', '205529.553000', '205529.556000', '205529.558000', '205529.561000', '205529.564000', '205529.566000', '205529.569000', '205529.571000', '205529.584000', '205529.586000', '205529.589000', '205529.591000', '205529.594000', '205529.596000', '205529.599000', '205529.602000', '205529.604000', '205529.607000', '205529.609000', '205529.612000', '205529.615000', '205529.617000', '205529.620000', '205529.622000', '205529.625000', '205529.627000', '205529.630000', '205529.633000', '205529.635000', '205529.638000', '205529.641000', '205529.643000', '205529.646000', '205549.528000', '205549.530000', '205549.533000', '205549.536000', '205549.547000', '205549.549000', '205549.552000', '205549.554000', '205549.557000', '205549.560000', '205549.562000', '205549.565000', '205549.567000', '205549.570000', '205549.573000', '205549.575000', '205549.578000', '205549.580000', '205549.583000', '205549.586000', '205549.588000', '205549.591000', '205549.593000', '205549.596000', '205549.598000', '205549.601000', '205549.604000', '205549.606000', '205549.609000', '205549.612000', '205549.614000', '205549.617000', '205549.619000', '205549.622000', '205549.624000', '205549.627000', '205549.630000', '205549.632000', '205549.635000', '205549.637000', '205549.640000', '205549.643000', '205549.645000', '205549.648000', '205609.527000', '205609.530000', '205609.533000', '205609.536000', '205609.538000', '205609.541000', '205609.543000', '205609.546000', '205609.549000', '205609.551000', '205609.554000', '205609.556000', '205609.559000', '205609.561000', '205609.564000', '205609.567000', '205609.569000', '205609.572000', '205609.574000', '205609.577000', '205609.579000', '205609.582000', '205609.585000', '205609.587000', '205609.590000', '205609.592000', '205609.595000', '205609.597000', '205609.600000', '205609.602000', '205609.605000', '205609.608000', '205609.610000', '205609.613000', '205609.615000', '205609.618000', '205609.620000', '205609.623000', '205609.626000', '205609.628000', '205609.631000', '205609.633000', '205609.636000', '205629.527000', '205629.530000', '205629.542000', '205629.545000', '205629.548000', '205629.550000', '205629.553000', '205629.556000', '205629.558000', '205629.561000', '205629.563000', '205629.572000', '205629.574000', '205629.577000', '205629.579000', '205629.582000', '205629.584000', '205629.587000', '205629.590000', '205629.592000', '205629.595000', '205629.597000', '205629.600000', '205629.603000', '205629.605000', '205629.608000', '205629.610000', '205629.613000', '205629.615000', '205629.618000', '205629.621000', '205629.623000', '205629.626000', '205629.628000', '205629.631000', '205629.633000', '205629.636000', '205629.638000', '205629.641000', '205629.644000', '205629.646000', '205629.649000', '205629.651000', '205629.654000', '205649.527000', '205649.530000', '205649.533000', '205649.535000', '205649.538000', '205649.540000', '205649.543000', '205649.546000', '205649.548000', '205649.551000', '205649.553000', '205649.556000', '205649.558000', '205649.561000', '205649.563000', '205649.566000', '205649.569000', '205649.571000', '205649.574000', '205649.576000', '205649.584000', '205649.586000', '205649.589000', '205649.591000', '205649.594000', '205649.596000', '205649.599000', '205649.602000', '205649.604000', '205649.607000', '205649.609000', '205649.612000', '205649.614000', '205649.617000', '205649.620000', '205649.622000', '205649.625000', '205649.627000', '205649.630000', '205649.632000', '205649.635000', '205649.637000', '205649.640000', '205709.526000', '205709.529000', '205709.532000', '205709.534000', '205709.537000', '205709.540000', '205709.542000', '205709.545000', '205709.547000', '205709.563000', '205709.566000', '205709.568000', '205709.571000', '205709.573000', '205709.576000', '205709.579000', '205709.581000', '205709.584000', '205709.586000', '205709.589000', '205709.591000', '205709.594000', '205709.597000', '205709.599000', '205709.602000', '205709.604000', '205709.607000', '205709.609000', '205709.612000', '205709.615000', '205709.617000', '205709.620000', '205709.622000', '205709.625000', '205709.627000', '205709.630000', '205709.633000', '205709.635000', '205709.638000', '205709.640000', '205709.643000', '205709.645000', '205709.648000', '205709.651000', '205729.528000', '205729.530000', '205729.533000', '205729.536000', '205729.538000', '205729.541000', '205729.543000', '205729.546000', '205729.548000', '205729.551000', '205729.554000', '205729.556000', '205729.559000', '205729.561000', '205729.564000', '205729.567000', '205729.569000', '205729.572000', '205729.574000', '205729.577000', '205729.579000', '205729.582000', '205729.584000', '205729.587000', '205729.590000', '205729.592000', '205729.595000', '205729.597000', '205729.600000', '205729.602000', '205729.605000', '205729.608000', '205729.610000', '205729.613000', '205729.615000', '205729.618000', '205729.620000', '205729.623000', '205729.626000', '205729.628000', '205729.631000', '205729.633000', '205729.636000', '205749.528000', '205749.530000', '205749.533000', '205749.536000', '205749.538000', '205749.541000', '205749.543000', '205749.546000', '205749.548000', '205749.551000', '205749.553000', '205749.556000', '205749.559000', '205749.561000', '205749.564000', '205749.566000', '205749.569000', '205749.571000', '205749.574000', '205749.577000', '205749.579000', '205749.582000', '205749.584000', '205749.587000', '205749.589000', '205749.592000', '205749.595000', '205749.597000', '205749.600000', '205749.603000', '205749.605000', '205749.608000', '205749.610000', '205749.613000', '205749.616000', '205749.618000', '205749.621000', '205749.623000', '205749.626000', '205749.629000', '205749.631000', '205749.656000', '205749.658000', '205749.661000', '205809.528000', '205809.531000', '205809.533000', '205809.536000', '205809.538000', '205809.541000', '205809.544000', '205809.546000', '205809.549000', '205809.551000', '205809.554000', '205809.557000', '205809.560000', '205809.562000', '205809.565000', '205809.567000', '205809.570000', '205809.573000', '205809.580000', '205809.583000', '205809.585000', '205809.588000', '205809.591000', '205809.593000', '205809.596000', '205809.598000', '205809.601000', '205809.604000', '205809.606000', '205809.609000', '205809.612000', '205809.614000', '205809.617000', '205809.619000', '205809.622000', '205809.624000', '205809.627000', '205809.629000', '205809.632000', '205809.635000', '205809.637000', '205809.640000', '205809.642000', '205829.527000', '205829.530000', '205829.533000', '205829.536000', '205829.538000', '205829.541000', '205829.543000', '205829.546000', '205829.548000', '205829.551000', '205829.554000', '205829.556000', '205829.559000', '205829.561000', '205829.564000', '205829.567000', '205829.569000', '205829.572000', '205829.574000', '205829.577000', '205829.580000', '205829.582000', '205829.585000', '205829.587000', '205829.590000', '205829.592000', '205829.595000', '205829.598000', '205829.600000', '205829.603000', '205829.605000', '205829.608000', '205829.610000', '205829.613000', '205829.616000', '205829.618000', '205829.621000', '205829.623000', '205829.626000', '205829.628000', '205829.631000', '205829.634000', '205829.636000', '205829.639000', '205849.528000', '205849.531000', '205849.533000', '205849.536000', '205849.538000', '205849.541000', '205849.543000', '205849.546000', '205849.549000', '205849.551000', '205849.554000', '205849.556000', '205849.559000', '205849.562000', '205849.564000', '205849.567000', '205849.569000', '205849.572000', '205849.575000', '205849.577000', '205849.580000', '205849.582000', '205849.585000', '205849.588000', '205849.590000', '205849.593000', '205849.595000', '205849.598000', '205849.600000', '205849.603000', '205849.606000', '205849.608000', '205849.611000', '205849.613000', '205849.616000', '205849.618000', '205849.621000', '205849.624000', '205849.626000', '205849.629000', '205849.631000', '205849.634000', '205849.642000', '205909.527000', '205909.530000', '205909.533000', '205909.535000', '205909.538000', '205909.541000', '205909.543000', '205909.546000', '205909.548000', '205909.551000', '205909.553000', '205909.556000', '205909.560000', '205909.563000', '205909.565000', '205909.568000', '205909.570000', '205909.573000', '205909.575000', '205909.578000', '205909.581000', '205909.583000', '205909.586000', '205909.588000', '205909.591000', '205909.594000', '205909.596000', '205909.599000', '205909.602000', '205909.604000', '205909.607000', '205909.609000', '205909.612000', '205909.614000', '205909.617000', '205909.620000', '205909.622000', '205909.625000', '205909.627000', '205909.630000', '205909.632000', '205909.635000', '205909.638000', '205909.640000', '205929.526000', '205929.529000', '205929.532000', '205929.534000', '205929.537000', '205929.540000', '205929.542000', '205929.553000', '205929.556000', '205929.559000', '205929.561000', '205929.564000', '205929.566000', '205929.569000', '205929.571000', '205929.574000', '205929.577000', '205929.579000', '205929.582000', '205929.584000', '205929.587000', '205929.589000', '205929.592000', '205929.595000', '205929.597000', '205929.600000', '205929.602000', '205929.605000', '205929.608000', '205929.610000', '205929.613000', '205929.615000', '205929.618000', '205929.620000', '205929.623000', '205929.625000', '205929.628000', '205929.631000', '205929.633000', '205929.636000', '205929.638000', '205929.641000', '205929.643000', '205949.528000', '205949.531000', '205949.540000', '205949.543000', '205949.546000', '205949.548000', '205949.551000', '205949.554000', '205949.557000', '205949.560000', '205949.562000', '205949.565000', '205949.567000', '205949.570000', '205949.572000', '205949.575000', '205949.578000', '205949.580000', '205949.583000', '205949.585000', '205949.588000', '205949.591000', '205949.593000', '205949.596000', '205949.598000', '205949.601000', '205949.604000', '205949.606000', '205949.609000', '205949.612000', '205949.614000', '205949.617000', '205949.619000', '205949.622000', '205949.625000', '205949.627000', '205949.630000', '205949.632000', '205949.635000', '205949.638000', '205949.640000', '205949.643000', '205949.646000', '210009.528000', '210009.530000', '210009.533000', '210009.535000', '210009.538000', '210009.541000', '210009.543000', '210009.546000', '210009.548000', '210009.551000', '210009.553000', '210009.556000', '210009.559000', '210009.568000', '210009.570000', '210009.573000', '210009.576000', '210009.578000', '210009.581000', '210009.583000', '210009.586000', '210009.588000', '210009.591000', '210009.594000', '210009.596000', '210009.599000', '210009.601000', '210009.604000', '210009.606000', '210009.609000', '210009.612000', '210009.614000', '210009.617000', '210009.620000', '210009.622000', '210009.625000', '210009.627000', '210009.632000', '210009.635000', '210009.637000', '210009.640000', '210009.642000', '210009.645000', '210009.647000', '210029.528000', '210029.531000', '210029.533000', '210029.536000', '210029.538000', '210029.541000', '210029.544000', '210029.546000', '210029.549000', '210029.551000', '210029.554000', '210029.556000', '210029.559000', '210029.562000', '210029.564000', '210029.567000', '210029.569000', '210029.572000', '210029.575000', '210029.577000', '210029.580000', '210029.583000', '210029.586000', '210029.588000', '210029.591000', '210029.593000', '210029.596000', '210029.600000', '210029.603000', '210029.605000', '210029.608000', '210029.610000', '210029.613000', '210029.616000', '210029.618000', '210029.621000', '210029.624000', '210029.626000', '210029.629000', '210029.631000', '210029.634000', '210029.636000', '210029.639000', '210049.527000', '210049.530000', '210049.533000', '210049.535000', '210049.538000', '210049.541000', '210049.543000', '210049.546000', '210049.548000', '210049.551000', '210049.553000', '210049.556000', '210049.558000', '210049.561000', '210049.564000', '210049.566000', '210049.569000', '210049.571000', '210049.574000', '210049.586000', '210049.589000', '210049.591000', '210049.594000', '210049.596000', '210049.599000', '210049.602000', '210049.604000', '210049.607000', '210049.609000', '210049.612000', '210049.614000', '210049.617000', '210049.620000', '210049.622000', '210049.625000', '210049.627000', '210049.630000', '210049.632000', '210049.635000', '210049.638000', '210049.640000', '210049.643000', '210049.645000', '210049.648000', '210107.293000', '210107.297000', '210107.299000', '210107.302000', '210107.306000', '210107.309000', '210107.311000', '210107.314000', '210107.317000', '210107.320000', '210107.322000', '210107.325000', '210107.328000', '210107.331000', '210107.333000', '210107.336000', '210107.339000', '210107.342000', '210107.345000', '210107.348000', '210107.351000', '210107.353000', '210107.356000', '210107.358000', '210107.361000', '210107.364000', '210107.366000', '210107.369000', '210107.372000', '210107.375000', '210107.377000', '210107.381000', '210107.384000', '210107.386000', '210107.389000', '210107.392000', '210107.395000', '210107.397000', '210107.401000'], 'InstanceCreationTime': ['205449.557000', '205449.560000', '205449.562000', '205449.565000', '205449.568000', '205449.570000', '205449.580000', '205449.583000', '205449.586000', '205449.588000', '205449.591000', '205449.593000', '205449.596000', '205449.641000', '205449.644000', '205449.646000', '205449.649000', '205449.652000', '205449.654000', '205449.657000', '205449.659000', '205449.662000', '205449.664000', '205449.667000', '205449.670000', '205449.672000', '205449.675000', '205449.678000', '205449.680000', '205449.683000', '205449.685000', '205449.688000', '205449.690000', '205449.696000', '205449.699000', '205449.701000', '205449.704000', '205449.706000', '205449.709000', '205449.712000', '205449.714000', '205449.717000', '205449.719000', '205449.722000', '205449.724000', '205449.727000', '205449.730000', '205449.732000', '205449.735000', '205449.737000', '205509.528000', '205509.530000', '205509.533000', '205509.536000', '205509.538000', '205509.541000', '205509.543000', '205509.546000', '205509.549000', '205509.551000', '205509.554000', '205509.556000', '205509.559000', '205509.561000', '205509.564000', '205509.566000', '205509.569000', '205509.572000', '205509.574000', '205509.577000', '205509.579000', '205509.582000', '205509.587000', '205509.590000', '205509.592000', '205509.595000', '205509.598000', '205509.600000', '205509.603000', '205509.605000', '205509.608000', '205509.610000', '205509.613000', '205509.615000', '205509.618000', '205509.621000', '205509.623000', '205509.626000', '205509.637000', '205509.639000', '205509.642000', '205509.644000', '205509.647000', '205509.649000', '205529.528000', '205529.530000', '205529.533000', '205529.535000', '205529.538000', '205529.541000', '205529.543000', '205529.546000', '205529.548000', '205529.551000', '205529.553000', '205529.556000', '205529.558000', '205529.561000', '205529.564000', '205529.566000', '205529.569000', '205529.571000', '205529.584000', '205529.586000', '205529.589000', '205529.591000', '205529.594000', '205529.596000', '205529.599000', '205529.602000', '205529.604000', '205529.607000', '205529.609000', '205529.612000', '205529.615000', '205529.617000', '205529.620000', '205529.622000', '205529.625000', '205529.627000', '205529.630000', '205529.633000', '205529.635000', '205529.638000', '205529.641000', '205529.643000', '205529.646000', '205549.528000', '205549.530000', '205549.533000', '205549.536000', '205549.547000', '205549.549000', '205549.552000', '205549.554000', '205549.557000', '205549.560000', '205549.562000', '205549.565000', '205549.567000', '205549.570000', '205549.573000', '205549.575000', '205549.578000', '205549.580000', '205549.583000', '205549.586000', '205549.588000', '205549.591000', '205549.593000', '205549.596000', '205549.598000', '205549.601000', '205549.604000', '205549.606000', '205549.609000', '205549.612000', '205549.614000', '205549.617000', '205549.619000', '205549.622000', '205549.624000', '205549.627000', '205549.630000', '205549.632000', '205549.635000', '205549.637000', '205549.640000', '205549.643000', '205549.645000', '205549.648000', '205609.527000', '205609.530000', '205609.533000', '205609.536000', '205609.538000', '205609.541000', '205609.543000', '205609.546000', '205609.549000', '205609.551000', '205609.554000', '205609.556000', '205609.559000', '205609.561000', '205609.564000', '205609.567000', '205609.569000', '205609.572000', '205609.574000', '205609.577000', '205609.579000', '205609.582000', '205609.585000', '205609.587000', '205609.590000', '205609.592000', '205609.595000', '205609.597000', '205609.600000', '205609.602000', '205609.605000', '205609.608000', '205609.610000', '205609.613000', '205609.615000', '205609.618000', '205609.620000', '205609.623000', '205609.626000', '205609.628000', '205609.631000', '205609.633000', '205609.636000', '205629.527000', '205629.530000', '205629.542000', '205629.545000', '205629.548000', '205629.550000', '205629.553000', '205629.556000', '205629.558000', '205629.561000', '205629.563000', '205629.572000', '205629.574000', '205629.577000', '205629.579000', '205629.582000', '205629.584000', '205629.587000', '205629.590000', '205629.592000', '205629.595000', '205629.597000', '205629.600000', '205629.603000', '205629.605000', '205629.608000', '205629.610000', '205629.613000', '205629.615000', '205629.618000', '205629.621000', '205629.623000', '205629.626000', '205629.628000', '205629.631000', '205629.633000', '205629.636000', '205629.638000', '205629.641000', '205629.644000', '205629.646000', '205629.649000', '205629.651000', '205629.654000', '205649.527000', '205649.530000', '205649.533000', '205649.535000', '205649.538000', '205649.540000', '205649.543000', '205649.546000', '205649.548000', '205649.551000', '205649.553000', '205649.556000', '205649.558000', '205649.561000', '205649.563000', '205649.566000', '205649.569000', '205649.571000', '205649.574000', '205649.576000', '205649.584000', '205649.586000', '205649.589000', '205649.591000', '205649.594000', '205649.596000', '205649.599000', '205649.602000', '205649.604000', '205649.607000', '205649.609000', '205649.612000', '205649.614000', '205649.617000', '205649.620000', '205649.622000', '205649.625000', '205649.627000', '205649.630000', '205649.632000', '205649.635000', '205649.637000', '205649.640000', '205709.526000', '205709.529000', '205709.532000', '205709.534000', '205709.537000', '205709.540000', '205709.542000', '205709.545000', '205709.547000', '205709.563000', '205709.566000', '205709.568000', '205709.571000', '205709.573000', '205709.576000', '205709.579000', '205709.581000', '205709.584000', '205709.586000', '205709.589000', '205709.591000', '205709.594000', '205709.597000', '205709.599000', '205709.602000', '205709.604000', '205709.607000', '205709.609000', '205709.612000', '205709.615000', '205709.617000', '205709.620000', '205709.622000', '205709.625000', '205709.627000', '205709.630000', '205709.633000', '205709.635000', '205709.638000', '205709.640000', '205709.643000', '205709.645000', '205709.648000', '205709.651000', '205729.528000', '205729.530000', '205729.533000', '205729.536000', '205729.538000', '205729.541000', '205729.543000', '205729.546000', '205729.548000', '205729.551000', '205729.554000', '205729.556000', '205729.559000', '205729.561000', '205729.564000', '205729.567000', '205729.569000', '205729.572000', '205729.574000', '205729.577000', '205729.579000', '205729.582000', '205729.584000', '205729.587000', '205729.590000', '205729.592000', '205729.595000', '205729.597000', '205729.600000', '205729.602000', '205729.605000', '205729.608000', '205729.610000', '205729.613000', '205729.615000', '205729.618000', '205729.620000', '205729.623000', '205729.626000', '205729.628000', '205729.631000', '205729.633000', '205729.636000', '205749.528000', '205749.530000', '205749.533000', '205749.536000', '205749.538000', '205749.541000', '205749.543000', '205749.546000', '205749.548000', '205749.551000', '205749.553000', '205749.556000', '205749.559000', '205749.561000', '205749.564000', '205749.566000', '205749.569000', '205749.571000', '205749.574000', '205749.577000', '205749.579000', '205749.582000', '205749.584000', '205749.587000', '205749.589000', '205749.592000', '205749.595000', '205749.597000', '205749.600000', '205749.603000', '205749.605000', '205749.608000', '205749.610000', '205749.613000', '205749.616000', '205749.618000', '205749.621000', '205749.623000', '205749.626000', '205749.629000', '205749.631000', '205749.656000', '205749.658000', '205749.661000', '205809.528000', '205809.531000', '205809.533000', '205809.536000', '205809.538000', '205809.541000', '205809.544000', '205809.546000', '205809.549000', '205809.551000', '205809.554000', '205809.557000', '205809.560000', '205809.562000', '205809.565000', '205809.567000', '205809.570000', '205809.573000', '205809.580000', '205809.583000', '205809.585000', '205809.588000', '205809.591000', '205809.593000', '205809.596000', '205809.598000', '205809.601000', '205809.604000', '205809.606000', '205809.609000', '205809.612000', '205809.614000', '205809.617000', '205809.619000', '205809.622000', '205809.624000', '205809.627000', '205809.629000', '205809.632000', '205809.635000', '205809.637000', '205809.640000', '205809.642000', '205829.527000', '205829.530000', '205829.533000', '205829.536000', '205829.538000', '205829.541000', '205829.543000', '205829.546000', '205829.548000', '205829.551000', '205829.554000', '205829.556000', '205829.559000', '205829.561000', '205829.564000', '205829.567000', '205829.569000', '205829.572000', '205829.574000', '205829.577000', '205829.580000', '205829.582000', '205829.585000', '205829.587000', '205829.590000', '205829.592000', '205829.595000', '205829.598000', '205829.600000', '205829.603000', '205829.605000', '205829.608000', '205829.610000', '205829.613000', '205829.616000', '205829.618000', '205829.621000', '205829.623000', '205829.626000', '205829.628000', '205829.631000', '205829.634000', '205829.636000', '205829.639000', '205849.528000', '205849.531000', '205849.533000', '205849.536000', '205849.538000', '205849.541000', '205849.543000', '205849.546000', '205849.549000', '205849.551000', '205849.554000', '205849.556000', '205849.559000', '205849.562000', '205849.564000', '205849.567000', '205849.569000', '205849.572000', '205849.575000', '205849.577000', '205849.580000', '205849.582000', '205849.585000', '205849.588000', '205849.590000', '205849.593000', '205849.595000', '205849.598000', '205849.600000', '205849.603000', '205849.606000', '205849.608000', '205849.611000', '205849.613000', '205849.616000', '205849.618000', '205849.621000', '205849.624000', '205849.626000', '205849.629000', '205849.631000', '205849.634000', '205849.642000', '205909.527000', '205909.530000', '205909.533000', '205909.535000', '205909.538000', '205909.541000', '205909.543000', '205909.546000', '205909.548000', '205909.551000', '205909.553000', '205909.556000', '205909.560000', '205909.563000', '205909.565000', '205909.568000', '205909.570000', '205909.573000', '205909.575000', '205909.578000', '205909.581000', '205909.583000', '205909.586000', '205909.588000', '205909.591000', '205909.594000', '205909.596000', '205909.599000', '205909.602000', '205909.604000', '205909.607000', '205909.609000', '205909.612000', '205909.614000', '205909.617000', '205909.620000', '205909.622000', '205909.625000', '205909.627000', '205909.630000', '205909.632000', '205909.635000', '205909.638000', '205909.640000', '205929.526000', '205929.529000', '205929.532000', '205929.534000', '205929.537000', '205929.540000', '205929.542000', '205929.553000', '205929.556000', '205929.559000', '205929.561000', '205929.564000', '205929.566000', '205929.569000', '205929.571000', '205929.574000', '205929.577000', '205929.579000', '205929.582000', '205929.584000', '205929.587000', '205929.589000', '205929.592000', '205929.595000', '205929.597000', '205929.600000', '205929.602000', '205929.605000', '205929.608000', '205929.610000', '205929.613000', '205929.615000', '205929.618000', '205929.620000', '205929.623000', '205929.625000', '205929.628000', '205929.631000', '205929.633000', '205929.636000', '205929.638000', '205929.641000', '205929.643000', '205949.528000', '205949.531000', '205949.540000', '205949.543000', '205949.546000', '205949.548000', '205949.551000', '205949.554000', '205949.557000', '205949.560000', '205949.562000', '205949.565000', '205949.567000', '205949.570000', '205949.572000', '205949.575000', '205949.578000', '205949.580000', '205949.583000', '205949.585000', '205949.588000', '205949.591000', '205949.593000', '205949.596000', '205949.598000', '205949.601000', '205949.604000', '205949.606000', '205949.609000', '205949.612000', '205949.614000', '205949.617000', '205949.619000', '205949.622000', '205949.625000', '205949.627000', '205949.630000', '205949.632000', '205949.635000', '205949.638000', '205949.640000', '205949.643000', '205949.646000', '210009.528000', '210009.530000', '210009.533000', '210009.535000', '210009.538000', '210009.541000', '210009.543000', '210009.546000', '210009.548000', '210009.551000', '210009.553000', '210009.556000', '210009.559000', '210009.568000', '210009.570000', '210009.573000', '210009.576000', '210009.578000', '210009.581000', '210009.583000', '210009.586000', '210009.588000', '210009.591000', '210009.594000', '210009.596000', '210009.599000', '210009.601000', '210009.604000', '210009.606000', '210009.609000', '210009.612000', '210009.614000', '210009.617000', '210009.620000', '210009.622000', '210009.625000', '210009.627000', '210009.632000', '210009.635000', '210009.637000', '210009.640000', '210009.642000', '210009.645000', '210009.647000', '210029.528000', '210029.531000', '210029.533000', '210029.536000', '210029.538000', '210029.541000', '210029.544000', '210029.546000', '210029.549000', '210029.551000', '210029.554000', '210029.556000', '210029.559000', '210029.562000', '210029.564000', '210029.567000', '210029.569000', '210029.572000', '210029.575000', '210029.577000', '210029.580000', '210029.583000', '210029.586000', '210029.588000', '210029.591000', '210029.593000', '210029.596000', '210029.600000', '210029.603000', '210029.605000', '210029.608000', '210029.610000', '210029.613000', '210029.616000', '210029.618000', '210029.621000', '210029.624000', '210029.626000', '210029.629000', '210029.631000', '210029.634000', '210029.636000', '210029.639000', '210049.527000', '210049.530000', '210049.533000', '210049.535000', '210049.538000', '210049.541000', '210049.543000', '210049.546000', '210049.548000', '210049.551000', '210049.553000', '210049.556000', '210049.558000', '210049.561000', '210049.564000', '210049.566000', '210049.569000', '210049.571000', '210049.574000', '210049.586000', '210049.589000', '210049.591000', '210049.594000', '210049.596000', '210049.599000', '210049.602000', '210049.604000', '210049.607000', '210049.609000', '210049.612000', '210049.614000', '210049.617000', '210049.620000', '210049.622000', '210049.625000', '210049.627000', '210049.630000', '210049.632000', '210049.635000', '210049.638000', '210049.640000', '210049.643000', '210049.645000', '210049.648000', '210107.293000', '210107.297000', '210107.299000', '210107.302000', '210107.306000', '210107.309000', '210107.311000', '210107.314000', '210107.317000', '210107.320000', '210107.322000', '210107.325000', '210107.328000', '210107.331000', '210107.333000', '210107.336000', '210107.339000', '210107.342000', '210107.345000', '210107.348000', '210107.351000', '210107.353000', '210107.356000', '210107.358000', '210107.361000', '210107.364000', '210107.366000', '210107.369000', '210107.372000', '210107.375000', '210107.377000', '210107.381000', '210107.384000', '210107.386000', '210107.389000', '210107.392000', '210107.395000', '210107.397000', '210107.401000'], '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': [13599, 12600, 12151, 7965, 11946, 8554, 11621, 8567, 9751, 8321, 8555, 8408, 8734, 8618, 8257, 8330, 8226, 8383, 8352, 10681, 8866, 8174, 8225, 9519, 9180, 15800, 10840, 13469, 8363, 18357, 8953, 16957, 8145, 13587, 8922, 13321, 8405, 11962, 8628, 9882, 7934, 8528, 8233, 8391, 8326, 8238, 8219, 8395, 8654, 8464, 10441, 8117, 14330, 7778, 12100, 8531, 10720, 8156, 10595, 8199, 8577, 8295, 8572, 8261, 8291, 8301, 8397, 11403, 8154, 10218, 7934, 15001, 8136, 12523, 9824, 11173, 8006, 11748, 8176, 11489, 7957, 9813, 7931, 8229, 8352, 8208, 8637, 7819, 7986, 8146, 8776, 8272, 14357, 9435, 8619, 8497, 9075, 8406, 11933, 8590, 14540, 9792, 15361, 8521, 12646, 9030, 13236, 9026, 13556, 8285, 9154, 7997, 9265, 12181, 9161, 9793, 8197, 13992, 8630, 17784, 8327, 13068, 8672, 11515, 8737, 11563, 8918, 10379, 8882, 11018, 8561, 11620, 8002, 10770, 8232, 10995, 8108, 11558, 7808, 11533, 9853, 11493, 8125, 11234, 8010, 11802, 8580, 12466, 7913, 9420, 8078, 8354, 12518, 8392, 11526, 7947, 13570, 7966, 12080, 9258, 11003, 8094, 11440, 8106, 10683, 7681, 9407, 8058, 8372, 8274, 8226, 8466, 8152, 8261, 7966, 8596, 8231, 8431, 8144, 8371, 7954, 8304, 8286, 10299, 8376, 8176, 7913, 10077, 8001, 14636, 10102, 9365, 8060, 10783, 8118, 16881, 9699, 15911, 8035, 13837, 7727, 13225, 9543, 12029, 8002, 12994, 8118, 12014, 9162, 11475, 8013, 11584, 8003, 11047, 8157, 11427, 7844, 11201, 7871, 10786, 7932, 11446, 8044, 9044, 8077, 8147, 8151, 8375, 8114, 10184, 8168, 12401, 7917, 11050, 7913, 11297, 7961, 11253, 8748, 10762, 7949, 10238, 8063, 9788, 8318, 9823, 8399, 8094, 8156, 8522, 8152, 9963, 8473, 8571, 8488, 9549, 8351, 11962, 8050, 10236, 8511, 10637, 10817, 11819, 10108, 7958, 15785, 7888, 18439, 11555, 15289, 7708, 13779, 7950, 12393, 9426, 11821, 8022, 11667, 8221, 10708, 8045, 10766, 8315, 8058, 8026, 8145, 10803, 8251, 10074, 8067, 11897, 8000, 14602, 8477, 12373, 7736, 11973, 7828, 11547, 8326, 10741, 8048, 11010, 8182, 10245, 7893, 8985, 8166, 8115, 8053, 7993, 11976, 7966, 10562, 7808, 12088, 7695, 11506, 7932, 11218, 7664, 11671, 7935, 11165, 7708, 11262, 7775, 10972, 8084, 11382, 7888, 11467, 7923, 11683, 7739, 11072, 9339, 10937, 8143, 10199, 7950, 13483, 8036, 15279, 9623, 11301, 8002, 11488, 8088, 11464, 8127, 8676, 7778, 8142, 7961, 8284, 8103, 8076, 8288, 8145, 8070, 12882, 9934, 11530, 8170, 10847, 8452, 8081, 17683, 12471, 14513, 8243, 13360, 8177, 8378, 12606, 8416, 13182, 7979, 10342, 8131, 11204, 8450, 10839, 7855, 8542, 8102, 8838, 8252, 8143, 8088, 8310, 8449, 8658, 8406, 10936, 8034, 8492, 8250, 8241, 8261, 8213, 16202, 10267, 17153, 8053, 13697, 8051, 12574, 9497, 12156, 7966, 9503, 8154, 8314, 17628, 12119, 16598, 8130, 12996, 8274, 12214, 9192, 12231, 8039, 8794, 8362, 8577, 10281, 8220, 8402, 7924, 9900, 8192, 8162, 8053, 8399, 8429, 11465, 8000, 8172, 7882, 12310, 7925, 11420, 8286, 10199, 7973, 7975, 8471, 8400, 13433, 8054, 11302, 7969, 9959, 7846, 9434, 8311, 8736, 7854, 8123, 8288, 8270, 8167, 7954, 9055, 7948, 13958, 8205, 13805, 10445, 12035, 8008, 11000, 8238, 9719, 8129, 8020, 8278, 8082, 12598, 7967, 11392, 7918, 10256, 7837, 8118, 8141, 8023, 12569, 7926, 11523, 7712, 11796, 7935, 11183, 7820, 10176, 8063, 8965, 8425, 8169, 11192, 8217, 11194, 8036, 12106, 7923, 11857, 9411, 11063, 8049, 11905, 7963, 11418, 9150, 11213, 7761, 10843, 7963, 11321, 7900, 10689, 7854, 9315, 8089, 8444, 8509, 8307, 8353, 8080, 8463, 7949, 10931, 8107, 12057, 7862, 11351, 8150, 12111, 8016, 11511, 8631, 11484, 8084, 11969, 7763, 11326, 8352, 8944, 7868, 8663, 7861, 9600, 8156, 11764, 9102, 8412, 8080, 13572, 8151, 15949, 10362, 12295, 8204, 14655, 7875, 13074, 10364, 11065, 7962, 11376, 8052, 10154, 7944, 8429, 8049, 7784, 8110, 8341, 13248, 7999, 13745, 8011, 11713, 7862, 11867, 10421, 10600, 7937, 11115, 8247, 11085, 10069, 10764, 7906, 10758, 7868, 9561, 8267, 8205, 8099, 8179, 9811, 8258, 10510, 8131, 10234, 8013, 11180, 8366, 11008, 8583, 10803, 7996, 10640, 8173, 10442, 8129, 10915, 8150, 8923, 8216, 8870, 8166, 10755, 7939, 9456, 8100, 10119, 8217, 12775, 8081, 10270, 8017, 9615, 8200, 11317, 7929, 8691, 8213, 9819, 7993, 10707, 8054, 12695, 8856, 10631, 8084, 8149, 8176, 8124, 9244, 9605, 8997, 8311, 8017, 7918, 8014, 9809, 8317, 8250, 7887, 8393, 7880, 12906, 8438, 10729, 8091, 10980, 7934, 11206, 7907, 10593, 8305, 10949, 8337, 10772, 7847, 11570, 7755, 10955, 7773, 10232, 7827, 10791, 7932, 10997, 7888, 8284, 8206, 8022, 10384, 8005, 9870, 7916, 11952, 8285, 13543, 8646, 13380, 8044, 11422, 7965, 11494, 7864, 10992, 8797, 11072, 8183, 10535, 8439, 11902, 8237, 10998, 8410, 11305, 7883, 11315, 9089, 12520, 8167, 10558, 7849, 9828, 7839, 10062, 8011, 8095, 8165, 8073, 8098, 8379, 7884, 8141, 8246, 8212, 7991, 8451, 8125, 8300, 8517, 8101, 8244, 8271, 8204, 8218, 8344, 8103, 8257, 8239, 8282, 9874, 7978, 8150, 8203, 8447, 8236, 9938, 7886, 8278, 7903, 8553, 8297, 9091, 8493, 7928, 9063, 8348, 16221, 9261, 13639, 7908, 11880, 7998, 11112, 8111, 10361, 7694, 9559, 8021, 9114, 8010, 11245, 8056, 8915, 7745, 8205, 8126, 8499, 8780, 8394, 8324, 8259, 11608, 8233, 14548, 8104, 11366, 7885, 11725, 7978, 11185, 8132, 10458, 7721, 10687, 7849, 10825, 7917, 9438, 7766, 8361, 8103, 8055, 12742, 8200, 10892, 8048, 12188, 8258, 12620, 10418, 12132, 8001, 11425, 8289, 10494, 9638, 10922, 8069, 10611, 7831, 10019, 8190, 10271, 7802, 8367, 7736, 8253, 7857, 10130, 7910, 8405, 7681, 8546, 8227, 10800, 8061, 9457, 7863, 8141, 8239, 8449, 8058, 8140, 8057, 8271, 8225, 8531, 8384, 8594, 7932, 8109, 8168, 8395, 8102, 9936, 8374, 12338], 'WindowCenter': [4394.0, 4369.0, 4345.0, 4279.0, 4330.0, 4290.0, 4320.0, 4278.0, 4286.0, 4266.0, 4274.0, 4266.0, 4288.0, 4275.0, 4266.0, 4265.0, 4266.0, 4264.0, 4277.0, 4296.0, 4275.0, 4265.0, 4265.0, 4284.0, 4285.0, 4334.0, 4295.0, 4313.0, 4253.0, 4344.0, 4261.0, 4330.0, 4248.0, 4309.0, 4261.0, 4322.0, 4263.0, 4300.0, 4262.0, 4281.0, 4240.0, 4261.0, 4263.0, 4262.0, 4262.0, 4262.0, 4262.0, 4264.0, 4273.0, 4263.0, 4293.0, 4254.0, 4321.0, 4251.0, 4314.0, 4263.0, 4294.0, 4254.0, 4293.0, 4262.0, 4274.0, 4264.0, 4273.0, 4264.0, 4264.0, 4264.0, 4276.0, 4305.0, 4255.0, 4293.0, 4266.0, 4334.0, 4254.0, 4314.0, 4295.0, 4304.0, 4254.0, 4314.0, 4266.0, 4305.0, 4254.0, 4283.0, 4266.0, 4264.0, 4264.0, 4262.0, 4264.0, 4254.0, 4254.0, 4254.0, 4277.0, 4290.0, 4349.0, 4287.0, 4276.0, 4276.0, 4263.0, 4264.0, 4302.0, 4262.0, 4324.0, 4285.0, 4333.0, 4263.0, 4312.0, 4262.0, 4313.0, 4261.0, 4301.0, 4240.0, 4260.0, 4239.0, 4261.0, 4288.0, 4262.0, 4258.0, 4238.0, 4297.0, 4249.0, 4327.0, 4237.0, 4298.0, 4251.0, 4301.0, 4261.0, 4288.0, 4261.0, 4277.0, 4259.0, 4278.0, 4259.0, 4303.0, 4265.0, 4291.0, 4263.0, 4290.0, 4251.0, 4303.0, 4256.0, 4304.0, 4285.0, 4303.0, 4253.0, 4292.0, 4252.0, 4304.0, 4264.0, 4314.0, 4253.0, 4272.0, 4241.0, 4252.0, 4300.0, 4251.0, 4289.0, 4238.0, 4297.0, 4241.0, 4300.0, 4261.0, 4278.0, 4241.0, 4288.0, 4252.0, 4280.0, 4242.0, 4261.0, 4239.0, 4250.0, 4251.0, 4261.0, 4262.0, 4254.0, 4264.0, 4253.0, 4262.0, 4265.0, 4263.0, 4265.0, 4265.0, 4265.0, 4263.0, 4277.0, 4296.0, 4274.0, 4261.0, 4266.0, 4294.0, 4266.0, 4334.0, 4294.0, 4275.0, 4254.0, 4290.0, 4254.0, 4344.0, 4284.0, 4331.0, 4250.0, 4309.0, 4240.0, 4312.0, 4273.0, 4298.0, 4249.0, 4312.0, 4253.0, 4304.0, 4273.0, 4302.0, 4253.0, 4302.0, 4253.0, 4304.0, 4252.0, 4303.0, 4254.0, 4291.0, 4253.0, 4293.0, 4251.0, 4304.0, 4254.0, 4273.0, 4254.0, 4266.0, 4266.0, 4263.0, 4252.0, 4294.0, 4276.0, 4323.0, 4265.0, 4304.0, 4262.0, 4304.0, 4268.0, 4306.0, 4273.0, 4293.0, 4255.0, 4294.0, 4264.0, 4295.0, 4265.0, 4283.0, 4264.0, 4262.0, 4265.0, 4276.0, 4267.0, 4298.0, 4275.0, 4277.0, 4277.0, 4298.0, 4276.0, 4316.0, 4267.0, 4298.0, 4278.0, 4309.0, 4306.0, 4318.0, 4285.0, 4255.0, 4334.0, 4254.0, 4355.0, 4304.0, 4323.0, 4240.0, 4308.0, 4250.0, 4313.0, 4271.0, 4303.0, 4253.0, 4292.0, 4253.0, 4293.0, 4253.0, 4292.0, 4251.0, 4252.0, 4248.0, 4253.0, 4292.0, 4252.0, 4271.0, 4241.0, 4287.0, 4251.0, 4321.0, 4251.0, 4301.0, 4242.0, 4289.0, 4240.0, 4291.0, 4249.0, 4291.0, 4250.0, 4292.0, 4259.0, 4282.0, 4242.0, 4262.0, 4252.0, 4252.0, 4249.0, 4252.0, 4302.0, 4251.0, 4281.0, 4241.0, 4301.0, 4243.0, 4303.0, 4251.0, 4293.0, 4243.0, 4300.0, 4255.0, 4304.0, 4255.0, 4303.0, 4255.0, 4293.0, 4255.0, 4313.0, 4267.0, 4317.0, 4267.0, 4316.0, 4257.0, 4306.0, 4287.0, 4304.0, 4264.0, 4296.0, 4255.0, 4325.0, 4255.0, 4334.0, 4282.0, 4293.0, 4253.0, 4301.0, 4253.0, 4303.0, 4254.0, 4263.0, 4254.0, 4267.0, 4267.0, 4266.0, 4268.0, 4266.0, 4277.0, 4267.0, 4280.0, 4338.0, 4296.0, 4319.0, 4276.0, 4307.0, 4266.0, 4267.0, 4353.0, 4316.0, 4324.0, 4253.0, 4313.0, 4252.0, 4255.0, 4303.0, 4255.0, 4313.0, 4251.0, 4283.0, 4262.0, 4302.0, 4264.0, 4290.0, 4249.0, 4263.0, 4251.0, 4274.0, 4264.0, 4251.0, 4255.0, 4265.0, 4263.0, 4292.0, 4291.0, 4308.0, 4266.0, 4276.0, 4276.0, 4262.0, 4252.0, 4263.0, 4334.0, 4293.0, 4344.0, 4253.0, 4322.0, 4254.0, 4312.0, 4272.0, 4301.0, 4238.0, 4271.0, 4237.0, 4248.0, 4331.0, 4301.0, 4318.0, 4229.0, 4299.0, 4238.0, 4287.0, 4247.0, 4288.0, 4227.0, 4237.0, 4227.0, 4250.0, 4267.0, 4237.0, 4238.0, 4240.0, 4257.0, 4237.0, 4238.0, 4237.0, 4250.0, 4251.0, 4290.0, 4240.0, 4250.0, 4242.0, 4302.0, 4253.0, 4288.0, 4250.0, 4270.0, 4239.0, 4239.0, 4240.0, 4252.0, 4308.0, 4241.0, 4280.0, 4238.0, 4267.0, 4242.0, 4272.0, 4252.0, 4251.0, 4251.0, 4239.0, 4254.0, 4262.0, 4254.0, 4254.0, 4263.0, 4251.0, 4336.0, 4258.0, 4313.0, 4294.0, 4303.0, 4239.0, 4278.0, 4250.0, 4270.0, 4252.0, 4253.0, 4252.0, 4252.0, 4313.0, 4254.0, 4293.0, 4243.0, 4283.0, 4242.0, 4241.0, 4242.0, 4252.0, 4302.0, 4254.0, 4289.0, 4242.0, 4291.0, 4254.0, 4294.0, 4243.0, 4282.0, 4241.0, 4261.0, 4263.0, 4264.0, 4293.0, 4254.0, 4290.0, 4242.0, 4298.0, 4254.0, 4299.0, 4274.0, 4292.0, 4250.0, 4303.0, 4253.0, 4303.0, 4275.0, 4293.0, 4242.0, 4279.0, 4239.0, 4290.0, 4242.0, 4282.0, 4242.0, 4261.0, 4241.0, 4250.0, 4262.0, 4254.0, 4254.0, 4254.0, 4252.0, 4255.0, 4290.0, 4252.0, 4304.0, 4255.0, 4294.0, 4241.0, 4300.0, 4253.0, 4292.0, 4265.0, 4304.0, 4252.0, 4303.0, 4256.0, 4307.0, 4277.0, 4278.0, 4267.0, 4276.0, 4267.0, 4298.0, 4268.0, 4318.0, 4275.0, 4263.0, 4252.0, 4324.0, 4255.0, 4335.0, 4284.0, 4300.0, 4253.0, 4323.0, 4252.0, 4312.0, 4284.0, 4289.0, 4242.0, 4292.0, 4249.0, 4283.0, 4253.0, 4253.0, 4243.0, 4243.0, 4243.0, 4252.0, 4310.0, 4256.0, 4311.0, 4250.0, 4302.0, 4254.0, 4293.0, 4284.0, 4282.0, 4242.0, 4290.0, 4253.0, 4291.0, 4273.0, 4279.0, 4240.0, 4281.0, 4242.0, 4272.0, 4248.0, 4254.0, 4241.0, 4266.0, 4296.0, 4264.0, 4280.0, 4253.0, 4280.0, 4243.0, 4290.0, 4253.0, 4292.0, 4264.0, 4293.0, 4242.0, 4282.0, 4252.0, 4281.0, 4252.0, 4296.0, 4243.0, 4262.0, 4253.0, 4264.0, 4253.0, 4295.0, 4252.0, 4274.0, 4250.0, 4284.0, 4253.0, 4313.0, 4241.0, 4283.0, 4242.0, 4273.0, 4252.0, 4291.0, 4242.0, 4264.0, 4254.0, 4280.0, 4249.0, 4281.0, 4255.0, 4314.0, 4274.0, 4284.0, 4253.0, 4254.0, 4254.0, 4251.0, 4276.0, 4273.0, 4265.0, 4253.0, 4244.0, 4254.0, 4253.0, 4271.0, 4254.0, 4250.0, 4243.0, 4252.0, 4254.0, 4313.0, 4254.0, 4293.0, 4254.0, 4291.0, 4252.0, 4293.0, 4253.0, 4295.0, 4266.0, 4292.0, 4263.0, 4293.0, 4267.0, 4306.0, 4246.0, 4296.0, 4245.0, 4282.0, 4245.0, 4293.0, 4255.0, 4294.0, 4253.0, 4251.0, 4254.0, 4251.0, 4281.0, 4254.0, 4270.0, 4254.0, 4292.0, 4250.0, 4314.0, 4264.0, 4313.0, 4244.0, 4292.0, 4242.0, 4291.0, 4253.0, 4293.0, 4262.0, 4291.0, 4253.0, 4295.0, 4267.0, 4303.0, 4266.0, 4295.0, 4253.0, 4293.0, 4252.0, 4295.0, 4264.0, 4303.0, 4253.0, 4281.0, 4242.0, 4272.0, 4232.0, 4273.0, 4241.0, 4241.0, 4240.0, 4241.0, 4240.0, 4252.0, 4240.0, 4242.0, 4247.0, 4250.0, 4253.0, 4253.0, 4242.0, 4252.0, 4263.0, 4254.0, 4255.0, 4253.0, 4255.0, 4255.0, 4255.0, 4252.0, 4264.0, 4266.0, 4255.0, 4286.0, 4243.0, 4252.0, 4254.0, 4254.0, 4252.0, 4285.0, 4254.0, 4254.0, 4251.0, 4264.0, 4251.0, 4262.0, 4264.0, 4255.0, 4261.0, 4266.0, 4342.0, 4273.0, 4311.0, 4244.0, 4292.0, 4254.0, 4294.0, 4242.0, 4282.0, 4243.0, 4273.0, 4266.0, 4277.0, 4255.0, 4305.0, 4253.0, 4274.0, 4242.0, 4266.0, 4256.0, 4266.0, 4264.0, 4255.0, 4254.0, 4252.0, 4302.0, 4266.0, 4336.0, 4256.0, 4304.0, 4255.0, 4305.0, 4253.0, 4295.0, 4256.0, 4295.0, 4245.0, 4296.0, 4256.0, 4295.0, 4251.0, 4274.0, 4244.0, 4252.0, 4255.0, 4255.0, 4315.0, 4255.0, 4294.0, 4254.0, 4304.0, 4255.0, 4304.0, 4281.0, 4304.0, 4242.0, 4292.0, 4253.0, 4282.0, 4272.0, 4281.0, 4240.0, 4281.0, 4231.0, 4272.0, 4252.0, 4283.0, 4243.0, 4253.0, 4243.0, 4252.0, 4254.0, 4284.0, 4254.0, 4252.0, 4243.0, 4265.0, 4255.0, 4294.0, 4254.0, 4274.0, 4254.0, 4254.0, 4252.0, 4254.0, 4243.0, 4254.0, 4254.0, 4254.0, 4265.0, 4261.0, 4251.0, 4265.0, 4255.0, 4255.0, 4253.0, 4262.0, 4267.0, 4312.0, 4278.0, 4315.0], 'WindowWidth': [9683.0, 9634.0, 9587.0, 9489.0, 9553.0, 9500.0, 9541.0, 9479.0, 9485.0, 9458.0, 9467.0, 9458.0, 9492.0, 9468.0, 9458.0, 9453.0, 9456.0, 9451.0, 9474.0, 9497.0, 9469.0, 9453.0, 9454.0, 9477.0, 9482.0, 9544.0, 9491.0, 9515.0, 9433.0, 9559.0, 9443.0, 9535.0, 9422.0, 9504.0, 9442.0, 9524.0, 9449.0, 9494.0, 9445.0, 9467.0, 9410.0, 9441.0, 9446.0, 9446.0, 9446.0, 9444.0, 9446.0, 9451.0, 9463.0, 9449.0, 9488.0, 9436.0, 9523.0, 9431.0, 9517.0, 9449.0, 9488.0, 9435.0, 9485.0, 9446.0, 9465.0, 9450.0, 9462.0, 9451.0, 9450.0, 9450.0, 9472.0, 9507.0, 9441.0, 9488.0, 9457.0, 9545.0, 9439.0, 9516.0, 9495.0, 9502.0, 9438.0, 9517.0, 9457.0, 9508.0, 9438.0, 9474.0, 9458.0, 9452.0, 9452.0, 9447.0, 9450.0, 9438.0, 9436.0, 9439.0, 9476.0, 9498.0, 9576.0, 9488.0, 9472.0, 9470.0, 9445.0, 9449.0, 9496.0, 9445.0, 9531.0, 9479.0, 9541.0, 9446.0, 9511.0, 9443.0, 9513.0, 9439.0, 9491.0, 9408.0, 9434.0, 9406.0, 9439.0, 9471.0, 9441.0, 9430.0, 9404.0, 9481.0, 9419.0, 9525.0, 9400.0, 9484.0, 9427.0, 9498.0, 9442.0, 9475.0, 9441.0, 9458.0, 9436.0, 9459.0, 9437.0, 9502.0, 9454.0, 9482.0, 9449.0, 9480.0, 9430.0, 9499.0, 9444.0, 9505.0, 9481.0, 9500.0, 9435.0, 9483.0, 9432.0, 9504.0, 9450.0, 9516.0, 9433.0, 9458.0, 9414.0, 9431.0, 9493.0, 9426.0, 9474.0, 9407.0, 9484.0, 9413.0, 9491.0, 9440.0, 9458.0, 9413.0, 9474.0, 9433.0, 9466.0, 9415.0, 9439.0, 9410.0, 9425.0, 9428.0, 9442.0, 9445.0, 9437.0, 9451.0, 9436.0, 9446.0, 9453.0, 9449.0, 9453.0, 9453.0, 9456.0, 9452.0, 9476.0, 9497.0, 9468.0, 9447.0, 9460.0, 9492.0, 9460.0, 9546.0, 9492.0, 9465.0, 9436.0, 9480.0, 9438.0, 9559.0, 9476.0, 9537.0, 9427.0, 9504.0, 9413.0, 9510.0, 9458.0, 9489.0, 9424.0, 9508.0, 9434.0, 9495.0, 9461.0, 9498.0, 9433.0, 9497.0, 9435.0, 9502.0, 9432.0, 9500.0, 9436.0, 9483.0, 9434.0, 9489.0, 9431.0, 9504.0, 9435.0, 9460.0, 9436.0, 9460.0, 9455.0, 9448.0, 9433.0, 9490.0, 9472.0, 9530.0, 9454.0, 9504.0, 9447.0, 9502.0, 9463.0, 9510.0, 9463.0, 9488.0, 9440.0, 9489.0, 9451.0, 9494.0, 9454.0, 9475.0, 9451.0, 9447.0, 9455.0, 9473.0, 9462.0, 9503.0, 9470.0, 9473.0, 9475.0, 9505.0, 9473.0, 9526.0, 9460.0, 9502.0, 9475.0, 9519.0, 9510.0, 9528.0, 9479.0, 9438.0, 9542.0, 9437.0, 9577.0, 9503.0, 9526.0, 9413.0, 9501.0, 9426.0, 9512.0, 9456.0, 9500.0, 9434.0, 9483.0, 9431.0, 9486.0, 9432.0, 9485.0, 9428.0, 9430.0, 9422.0, 9431.0, 9481.0, 9428.0, 9451.0, 9413.0, 9469.0, 9428.0, 9521.0, 9427.0, 9492.0, 9415.0, 9476.0, 9413.0, 9481.0, 9425.0, 9480.0, 9426.0, 9481.0, 9438.0, 9471.0, 9415.0, 9444.0, 9428.0, 9429.0, 9423.0, 9431.0, 9496.0, 9429.0, 9467.0, 9416.0, 9494.0, 9421.0, 9498.0, 9431.0, 9486.0, 9419.0, 9492.0, 9437.0, 9503.0, 9439.0, 9501.0, 9439.0, 9485.0, 9442.0, 9518.0, 9462.0, 9525.0, 9462.0, 9523.0, 9446.0, 9511.0, 9486.0, 9504.0, 9452.0, 9495.0, 9441.0, 9534.0, 9441.0, 9545.0, 9472.0, 9486.0, 9433.0, 9495.0, 9435.0, 9500.0, 9438.0, 9448.0, 9438.0, 9461.0, 9464.0, 9457.0, 9464.0, 9457.0, 9474.0, 9460.0, 9484.0, 9559.0, 9502.0, 9532.0, 9472.0, 9513.0, 9458.0, 9460.0, 9572.0, 9521.0, 9530.0, 9432.0, 9513.0, 9430.0, 9437.0, 9499.0, 9437.0, 9513.0, 9428.0, 9473.0, 9448.0, 9499.0, 9449.0, 9479.0, 9425.0, 9445.0, 9430.0, 9462.0, 9448.0, 9430.0, 9439.0, 9454.0, 9450.0, 9505.0, 9504.0, 9518.0, 9460.0, 9472.0, 9472.0, 9446.0, 9429.0, 9448.0, 9544.0, 9487.0, 9557.0, 9434.0, 9524.0, 9436.0, 9513.0, 9457.0, 9494.0, 9405.0, 9452.0, 9401.0, 9421.0, 9535.0, 9494.0, 9513.0, 9390.0, 9485.0, 9403.0, 9468.0, 9413.0, 9469.0, 9387.0, 9397.0, 9385.0, 9420.0, 9440.0, 9401.0, 9403.0, 9411.0, 9425.0, 9399.0, 9401.0, 9402.0, 9425.0, 9428.0, 9478.0, 9412.0, 9423.0, 9414.0, 9492.0, 9430.0, 9474.0, 9424.0, 9449.0, 9407.0, 9406.0, 9408.0, 9427.0, 9498.0, 9411.0, 9461.0, 9404.0, 9441.0, 9415.0, 9455.0, 9428.0, 9426.0, 9427.0, 9408.0, 9436.0, 9445.0, 9434.0, 9433.0, 9443.0, 9427.0, 9550.0, 9437.0, 9513.0, 9489.0, 9498.0, 9407.0, 9458.0, 9424.0, 9452.0, 9429.0, 9432.0, 9428.0, 9430.0, 9513.0, 9436.0, 9485.0, 9418.0, 9470.0, 9414.0, 9413.0, 9414.0, 9431.0, 9496.0, 9433.0, 9475.0, 9416.0, 9478.0, 9436.0, 9488.0, 9418.0, 9468.0, 9414.0, 9440.0, 9448.0, 9449.0, 9484.0, 9434.0, 9478.0, 9417.0, 9488.0, 9434.0, 9492.0, 9462.0, 9483.0, 9428.0, 9499.0, 9434.0, 9500.0, 9464.0, 9486.0, 9418.0, 9461.0, 9408.0, 9478.0, 9416.0, 9468.0, 9415.0, 9440.0, 9413.0, 9426.0, 9442.0, 9435.0, 9432.0, 9435.0, 9429.0, 9435.0, 9479.0, 9432.0, 9502.0, 9436.0, 9487.0, 9407.0, 9494.0, 9434.0, 9482.0, 9451.0, 9501.0, 9431.0, 9501.0, 9444.0, 9513.0, 9475.0, 9475.0, 9459.0, 9468.0, 9458.0, 9502.0, 9463.0, 9527.0, 9467.0, 9449.0, 9434.0, 9530.0, 9440.0, 9546.0, 9474.0, 9492.0, 9431.0, 9527.0, 9431.0, 9509.0, 9474.0, 9476.0, 9416.0, 9480.0, 9424.0, 9472.0, 9431.0, 9431.0, 9418.0, 9419.0, 9419.0, 9430.0, 9505.0, 9439.0, 9508.0, 9425.0, 9496.0, 9436.0, 9484.0, 9474.0, 9467.0, 9415.0, 9477.0, 9433.0, 9481.0, 9458.0, 9460.0, 9409.0, 9465.0, 9416.0, 9456.0, 9419.0, 9434.0, 9412.0, 9455.0, 9497.0, 9452.0, 9464.0, 9433.0, 9464.0, 9418.0, 9477.0, 9433.0, 9484.0, 9449.0, 9487.0, 9417.0, 9467.0, 9431.0, 9467.0, 9431.0, 9495.0, 9419.0, 9441.0, 9429.0, 9446.0, 9431.0, 9489.0, 9430.0, 9460.0, 9426.0, 9475.0, 9432.0, 9512.0, 9415.0, 9470.0, 9415.0, 9457.0, 9429.0, 9479.0, 9415.0, 9447.0, 9437.0, 9465.0, 9425.0, 9467.0, 9438.0, 9516.0, 9464.0, 9475.0, 9434.0, 9434.0, 9435.0, 9431.0, 9468.0, 9461.0, 9451.0, 9433.0, 9420.0, 9434.0, 9433.0, 9453.0, 9433.0, 9425.0, 9417.0, 9427.0, 9435.0, 9512.0, 9434.0, 9484.0, 9434.0, 9481.0, 9432.0, 9485.0, 9435.0, 9490.0, 9454.0, 9485.0, 9449.0, 9489.0, 9459.0, 9510.0, 9429.0, 9493.0, 9424.0, 9469.0, 9426.0, 9487.0, 9437.0, 9489.0, 9433.0, 9429.0, 9434.0, 9431.0, 9468.0, 9435.0, 9451.0, 9433.0, 9482.0, 9427.0, 9515.0, 9448.0, 9513.0, 9419.0, 9482.0, 9416.0, 9481.0, 9433.0, 9485.0, 9445.0, 9481.0, 9433.0, 9493.0, 9459.0, 9501.0, 9454.0, 9492.0, 9434.0, 9485.0, 9432.0, 9490.0, 9449.0, 9499.0, 9431.0, 9467.0, 9414.0, 9456.0, 9402.0, 9457.0, 9411.0, 9412.0, 9408.0, 9411.0, 9409.0, 9428.0, 9411.0, 9415.0, 9417.0, 9426.0, 9432.0, 9431.0, 9415.0, 9429.0, 9445.0, 9434.0, 9436.0, 9433.0, 9438.0, 9439.0, 9438.0, 9432.0, 9450.0, 9454.0, 9437.0, 9481.0, 9419.0, 9430.0, 9435.0, 9435.0, 9431.0, 9479.0, 9434.0, 9434.0, 9428.0, 9452.0, 9430.0, 9444.0, 9449.0, 9437.0, 9441.0, 9455.0, 9554.0, 9459.0, 9508.0, 9420.0, 9481.0, 9434.0, 9487.0, 9417.0, 9470.0, 9418.0, 9458.0, 9457.0, 9473.0, 9440.0, 9506.0, 9434.0, 9463.0, 9419.0, 9456.0, 9440.0, 9454.0, 9448.0, 9438.0, 9434.0, 9433.0, 9500.0, 9456.0, 9550.0, 9443.0, 9502.0, 9438.0, 9506.0, 9436.0, 9493.0, 9441.0, 9492.0, 9425.0, 9494.0, 9443.0, 9493.0, 9429.0, 9462.0, 9421.0, 9433.0, 9437.0, 9438.0, 9516.0, 9437.0, 9487.0, 9434.0, 9503.0, 9436.0, 9500.0, 9468.0, 9499.0, 9415.0, 9480.0, 9433.0, 9469.0, 9456.0, 9465.0, 9411.0, 9466.0, 9400.0, 9456.0, 9428.0, 9470.0, 9418.0, 9431.0, 9419.0, 9432.0, 9435.0, 9474.0, 9436.0, 9430.0, 9420.0, 9451.0, 9438.0, 9490.0, 9436.0, 9462.0, 9435.0, 9435.0, 9432.0, 9436.0, 9419.0, 9434.0, 9434.0, 9433.0, 9454.0, 9444.0, 9429.0, 9451.0, 9438.0, 9439.0, 9435.0, 9447.0, 9461.0, 9533.0, 9480.0, 9521.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.0013567011494252876</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019354241149425286</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.74416376790564</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1631045633832002</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9939518830609886</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4584</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5864.6099</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10488954026200588</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.862068965517241</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.313066869726024</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.208051220083229</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.518197576325128</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2129518127697163</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00741658</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019348159432411194</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029843663796782494</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.771374090723328</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>40.0111</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3615</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.404</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306300.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>780.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.5548</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9569</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>630.9768</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3515.5273</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3687.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70244.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1178.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4717.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.6208</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.188524233642966</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> |