=== 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-0043 --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-0043",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0043_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0043_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0043_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-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0043/ses-01/func/sub-0043_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>da0eb79c33b5f6bc474912651e23da46</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>17:23:31.112500</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_VE11C_LATEST_20160120</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.982073, 0.185851, 0.0314937, -0.1845, 0.981958, -0.0414469]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0892725</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4142, -7770, -7282, 609, -143, -326, -32, 99]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.381</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4cf73817-cd07-42e6-a0a5-c6fdd05f8432||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6348304748535156, -0.4949992895126343, 0.10429681837558746, 122.90933990478516], [-0.49862363934516907, 2.6345221996307373, -0.09421184659004211, -71.81011199951172], [0.08449536561965942, 0.11119892448186874, 2.6963393688201904, -85.39872741699219], [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': ['172331.112500', '172331.572500', '172332.032500', '172332.492500', '172332.952500', '172333.412500', '172333.872500', '172334.332500', '172334.792500', '172335.252500', '172335.712500', '172336.172500', '172336.632500', '172337.092500', '172337.552500', '172338.012500', '172338.472500', '172338.932500', '172339.392500', '172339.852500', '172340.312500', '172340.772500', '172341.232500', '172341.692500', '172342.152500', '172342.612500', '172343.072500', '172343.532500', '172343.992500', '172344.452500', '172344.912500', '172345.372500', '172345.832500', '172346.292500', '172346.752500', '172347.212500', '172347.672500', '172348.132500', '172348.592500', '172349.052500', '172349.512500', '172349.972500', '172350.432500', '172350.892500', '172351.352500', '172351.812500', '172352.272500', '172352.732500', '172353.192500', '172353.652500', '172354.112500', '172354.572500', '172355.032500', '172355.492500', '172355.952500', '172356.412500', '172356.872500', '172357.332500', '172357.792500', '172358.252500', '172358.712500', '172359.172500', '172359.632500', '172400.092500', '172400.552500', '172401.012500', '172401.472500', '172401.932500', '172402.392500', '172402.852500', '172403.312500', '172403.772500', '172404.232500', '172404.692500', '172405.152500', '172405.612500', '172406.072500', '172406.532500', '172406.992500', '172407.452500', '172407.912500', '172408.372500', '172408.832500', '172409.292500', '172409.752500', '172410.212500', '172410.672500', '172411.132500', '172411.592500', '172412.052500', '172412.512500', '172412.972500', '172413.432500', '172413.892500', '172414.352500', '172414.812500', '172415.272500', '172415.732500', '172416.192500', '172416.652500', '172417.112500', '172417.572500', '172418.032500', '172418.492500', '172418.952500', '172419.412500', '172419.872500', '172420.332500', '172420.792500', '172421.252500', '172421.712500', '172422.172500', '172422.632500', '172423.092500', '172423.552500', '172424.012500', '172424.472500', '172424.932500', '172425.392500', '172425.852500', '172426.312500', '172426.772500', '172427.232500', '172427.692500', '172428.152500', '172428.612500', '172429.072500', '172429.532500', '172429.992500', '172430.452500', '172430.912500', '172431.372500', '172431.832500', '172432.292500', '172432.752500', '172433.212500', '172433.672500', '172434.132500', '172434.592500', '172435.052500', '172435.512500', '172435.972500', '172436.432500', '172436.892500', '172437.352500', '172437.812500', '172438.272500', '172438.732500', '172439.192500', '172439.652500', '172440.112500', '172440.572500', '172441.032500', '172441.492500', '172441.952500', '172442.412500', '172442.872500', '172443.332500', '172443.792500', '172444.252500', '172444.712500', '172445.172500', '172445.632500', '172446.092500', '172446.552500', '172447.012500', '172447.472500', '172447.932500', '172448.392500', '172448.852500', '172449.312500', '172449.772500', '172450.232500', '172450.692500', '172451.152500', '172451.612500', '172452.072500', '172452.532500', '172452.992500', '172453.452500', '172453.912500', '172454.372500', '172454.832500', '172455.292500', '172455.752500', '172456.212500', '172456.672500', '172457.132500', '172457.592500', '172458.052500', '172458.512500', '172458.972500', '172459.432500', '172459.892500', '172500.352500', '172500.812500', '172501.272500', '172501.732500', '172502.192500', '172502.652500', '172503.112500', '172503.572500', '172504.032500', '172504.492500', '172504.952500', '172505.412500', '172505.872500', '172506.332500', '172506.792500', '172507.252500', '172507.712500', '172508.172500', '172508.632500', '172509.092500', '172509.552500', '172510.012500', '172510.472500', '172510.932500', '172511.392500', '172511.852500', '172512.312500', '172512.772500', '172513.232500', '172513.692500', '172514.152500', '172514.612500', '172515.072500', '172515.532500', '172515.992500', '172516.452500', '172516.912500', '172517.372500', '172517.832500', '172518.292500', '172518.752500', '172519.212500', '172519.672500', '172520.132500', '172520.592500', '172521.052500', '172521.512500', '172521.972500', '172522.432500', '172522.892500', '172523.352500', '172523.812500', '172524.272500', '172524.732500', '172525.192500', '172525.652500', '172526.112500', '172526.572500', '172527.032500', '172527.492500', '172527.952500', '172528.412500', '172528.872500', '172529.332500', '172529.792500', '172530.252500', '172530.712500', '172531.172500', '172531.632500', '172532.092500', '172532.552500', '172533.012500', '172533.472500', '172533.932500', '172534.392500', '172534.852500', '172535.312500', '172535.772500', '172536.232500', '172536.692500', '172537.152500', '172537.612500', '172538.072500', '172538.532500', '172538.992500', '172539.452500', '172539.912500', '172540.372500', '172540.832500', '172541.292500', '172541.752500', '172542.212500', '172542.672500', '172543.132500', '172543.592500', '172544.052500', '172544.512500', '172544.972500', '172545.432500', '172545.892500', '172546.352500', '172546.812500', '172547.272500', '172547.732500', '172548.192500', '172548.652500', '172549.112500', '172549.572500', '172550.032500', '172550.492500', '172550.952500', '172551.412500', '172551.872500', '172552.332500', '172552.792500', '172553.252500', '172553.712500', '172554.172500', '172554.632500', '172555.092500', '172555.552500', '172556.012500', '172556.472500', '172556.932500', '172557.392500', '172557.852500', '172558.312500', '172558.772500', '172559.232500', '172559.692500', '172600.152500', '172600.612500', '172601.072500', '172601.532500', '172601.992500', '172602.452500', '172602.912500', '172603.372500', '172603.832500', '172604.292500', '172604.752500', '172605.212500', '172605.672500', '172606.132500', '172606.592500', '172607.052500', '172607.512500', '172607.972500', '172608.432500', '172608.892500', '172609.352500', '172609.812500', '172610.272500', '172610.732500', '172611.192500', '172611.652500', '172612.112500', '172612.572500', '172613.032500', '172613.492500', '172613.952500', '172614.412500', '172614.872500', '172615.332500', '172615.792500', '172616.252500', '172616.712500', '172617.172500', '172617.632500', '172618.092500', '172618.552500', '172619.012500', '172619.472500', '172619.932500', '172620.392500', '172620.852500', '172621.312500', '172621.772500', '172622.232500', '172622.692500', '172623.152500', '172623.612500', '172624.072500', '172624.532500', '172624.992500', '172625.452500', '172625.912500', '172626.372500', '172626.832500', '172627.292500', '172627.752500', '172628.212500', '172628.672500', '172629.132500', '172629.592500', '172630.052500', '172630.512500', '172630.972500', '172631.432500', '172631.892500', '172632.352500', '172632.812500', '172633.272500', '172633.732500', '172634.192500', '172634.652500', '172635.112500', '172635.572500', '172636.032500', '172636.492500', '172636.952500', '172637.412500', '172637.872500', '172638.332500', '172638.792500', '172639.252500', '172639.712500', '172640.172500', '172640.632500', '172641.092500', '172641.552500', '172642.012500', '172642.472500', '172642.932500', '172643.392500', '172643.852500', '172644.312500', '172644.772500', '172645.232500', '172645.692500', '172646.152500', '172646.612500', '172647.072500', '172647.532500', '172647.992500', '172648.452500', '172648.912500', '172649.372500', '172649.832500', '172650.292500', '172650.752500', '172651.212500', '172651.672500', '172652.132500', '172652.592500', '172653.052500', '172653.512500', '172653.972500', '172654.432500', '172654.892500', '172655.352500', '172655.812500', '172656.272500', '172656.732500', '172657.192500', '172657.652500', '172658.112500', '172658.572500', '172659.032500', '172659.492500', '172659.952500', '172700.412500', '172700.872500', '172701.332500', '172701.792500', '172702.252500', '172702.712500', '172703.172500', '172703.632500', '172704.092500', '172704.552500', '172705.012500', '172705.472500', '172705.932500', '172706.392500', '172706.852500', '172707.312500', '172707.772500', '172708.232500', '172708.692500', '172709.152500', '172709.612500', '172710.072500', '172710.532500', '172710.992500', '172711.452500', '172711.912500', '172712.372500', '172712.832500', '172713.292500', '172713.752500', '172714.212500', '172714.672500', '172715.132500', '172715.592500', '172716.052500', '172716.512500', '172716.972500', '172717.432500', '172717.892500', '172718.352500', '172718.812500', '172719.272500', '172719.732500', '172720.192500', '172720.652500', '172721.112500', '172721.572500', '172722.032500', '172722.492500', '172722.952500', '172723.412500', '172723.872500', '172724.332500', '172724.792500', '172725.252500', '172725.712500', '172726.172500', '172726.632500', '172727.092500', '172727.552500', '172728.012500', '172728.472500', '172728.932500', '172729.392500', '172729.852500', '172730.312500', '172730.772500', '172731.232500', '172731.692500', '172732.152500', '172732.612500', '172733.072500', '172733.532500', '172733.992500', '172734.452500', '172734.912500', '172735.372500', '172735.832500', '172736.292500', '172736.752500', '172737.212500', '172737.672500', '172738.132500', '172738.592500', '172739.052500', '172739.512500', '172739.972500', '172740.432500', '172740.892500', '172741.352500', '172741.812500', '172742.272500', '172742.732500', '172743.192500', '172743.652500', '172744.112500', '172744.572500', '172745.032500', '172745.492500', '172745.952500', '172746.412500', '172746.872500', '172747.332500', '172747.792500', '172748.252500', '172748.712500', '172749.172500', '172749.632500', '172750.092500', '172750.552500', '172751.012500', '172751.472500', '172751.932500', '172752.392500', '172752.852500', '172753.312500', '172753.772500', '172754.232500', '172754.692500', '172755.152500', '172755.612500', '172756.072500', '172756.532500', '172756.992500', '172757.452500', '172757.912500', '172758.372500', '172758.832500', '172759.292500', '172759.752500', '172800.212500', '172800.672500', '172801.132500', '172801.592500', '172802.052500', '172802.512500', '172802.972500', '172803.432500', '172803.892500', '172804.352500', '172804.812500', '172805.272500', '172805.732500', '172806.192500', '172806.652500', '172807.112500', '172807.572500', '172808.032500', '172808.492500', '172808.952500', '172809.412500', '172809.872500', '172810.332500', '172810.792500', '172811.252500', '172811.712500', '172812.172500', '172812.632500', '172813.092500', '172813.552500', '172814.012500', '172814.472500', '172814.932500', '172815.392500', '172815.852500', '172816.312500', '172816.772500', '172817.232500', '172817.692500', '172818.152500', '172818.612500', '172819.072500', '172819.532500', '172819.992500', '172820.452500', '172820.912500', '172821.372500', '172821.832500', '172822.292500', '172822.752500', '172823.212500', '172823.672500', '172824.132500', '172824.592500', '172825.052500', '172825.512500', '172825.972500', '172826.432500', '172826.892500', '172827.352500', '172827.812500', '172828.272500', '172828.732500', '172829.192500', '172829.652500', '172830.112500', '172830.572500', '172831.032500', '172831.492500', '172831.952500', '172832.412500', '172832.872500', '172833.332500', '172833.792500', '172834.252500', '172834.712500', '172835.172500', '172835.632500', '172836.092500', '172836.552500', '172837.012500', '172837.472500', '172837.932500', '172838.392500', '172838.852500', '172839.312500', '172839.772500', '172840.232500', '172840.692500', '172841.152500', '172841.612500', '172842.072500', '172842.532500', '172842.992500', '172843.452500', '172843.912500', '172844.372500', '172844.832500', '172845.292500', '172845.752500', '172846.212500', '172846.672500', '172847.132500', '172847.592500', '172848.052500', '172848.512500', '172848.972500', '172849.432500', '172849.892500', '172850.352500', '172850.812500', '172851.272500', '172851.732500', '172852.192500', '172852.652500', '172853.112500', '172853.572500', '172854.032500', '172854.492500', '172854.952500', '172855.412500', '172855.872500', '172856.332500', '172856.792500', '172857.252500', '172857.712500', '172858.172500', '172858.632500', '172859.092500', '172859.552500', '172900.012500', '172900.472500', '172900.932500', '172901.392500', '172901.852500', '172902.312500', '172902.772500', '172903.232500', '172903.692500', '172904.152500', '172904.612500', '172905.072500', '172905.532500', '172905.992500', '172906.452500', '172906.912500', '172907.372500', '172907.832500', '172908.292500', '172908.752500', '172909.212500', '172909.672500', '172910.132500', '172910.592500', '172911.052500', '172911.512500', '172911.972500', '172912.432500', '172912.892500', '172913.352500', '172913.812500', '172914.272500', '172914.732500', '172915.192500', '172915.652500', '172916.112500', '172916.572500', '172917.032500', '172917.492500', '172917.952500', '172918.412500', '172918.872500', '172919.332500', '172919.792500', '172920.252500', '172920.712500', '172921.172500', '172921.632500', '172922.092500', '172922.552500', '172923.012500', '172923.472500', '172923.932500', '172924.392500', '172924.852500', '172925.312500', '172925.772500', '172926.232500', '172926.692500', '172927.152500', '172927.612500', '172928.072500', '172928.532500', '172928.992500', '172929.452500', '172929.912500', '172930.372500', '172930.832500', '172931.292500', '172931.752500', '172932.212500', '172932.672500', '172933.132500', '172933.592500', '172934.052500', '172934.512500', '172934.972500', '172935.432500', '172935.892500', '172936.352500', '172936.812500', '172937.272500', '172937.732500', '172938.192500', '172938.652500', '172939.112500', '172939.572500', '172940.032500', '172940.492500', '172940.952500', '172941.412500', '172941.872500', '172942.332500', '172942.792500', '172943.252500', '172943.712500', '172944.172500', '172944.632500', '172945.092500', '172945.552500', '172946.012500', '172946.472500', '172946.932500', '172947.392500', '172947.852500', '172948.312500', '172948.772500', '172949.232500', '172949.692500', '172950.152500', '172950.612500', '172951.072500', '172951.532500', '172951.992500', '172952.452500', '172952.912500', '172953.372500', '172953.832500', '172954.292500', '172954.752500', '172955.212500', '172955.672500', '172956.132500', '172956.592500', '172957.052500', '172957.512500', '172957.972500', '172958.432500', '172958.892500', '172959.352500', '172959.812500', '173000.272500', '173000.732500', '173001.192500', '173001.652500', '173002.112500', '173002.572500', '173003.032500', '173003.492500', '173003.952500', '173004.412500', '173004.872500', '173005.332500', '173005.792500', '173006.252500', '173006.712500', '173007.172500', '173007.632500', '173008.092500', '173008.552500', '173009.012500', '173009.472500', '173009.932500', '173010.392500', '173010.852500', '173011.312500', '173011.772500'], 'ContentTime': ['172400.238000', '172400.241000', '172400.244000', '172400.247000', '172400.250000', '172400.253000', '172400.256000', '172400.259000', '172400.282000', '172400.285000', '172400.288000', '172400.291000', '172400.294000', '172400.297000', '172400.300000', '172400.303000', '172400.306000', '172400.308000', '172400.311000', '172400.314000', '172400.317000', '172400.320000', '172400.323000', '172400.325000', '172400.328000', '172400.331000', '172400.334000', '172400.345000', '172400.348000', '172400.351000', '172400.354000', '172400.357000', '172400.359000', '172400.362000', '172400.365000', '172400.368000', '172400.371000', '172400.374000', '172400.377000', '172400.379000', '172400.382000', '172400.385000', '172400.388000', '172400.391000', '172400.394000', '172400.397000', '172400.400000', '172400.407000', '172400.410000', '172400.413000', '172400.416000', '172400.419000', '172400.422000', '172400.425000', '172400.428000', '172400.431000', '172400.434000', '172400.437000', '172400.440000', '172400.443000', '172400.446000', '172400.448000', '172420.206000', '172420.209000', '172420.212000', '172420.215000', '172420.218000', '172420.221000', '172420.224000', '172420.227000', '172420.230000', '172420.232000', '172420.235000', '172420.238000', '172420.241000', '172420.244000', '172420.247000', '172420.250000', '172420.253000', '172420.255000', '172420.258000', '172420.261000', '172420.264000', '172420.267000', '172420.270000', '172420.273000', '172420.277000', '172420.280000', '172420.283000', '172420.286000', '172420.289000', '172420.292000', '172420.294000', '172420.297000', '172420.300000', '172420.303000', '172420.306000', '172420.309000', '172420.312000', '172420.315000', '172420.318000', '172420.320000', '172420.323000', '172420.326000', '172420.329000', '172440.206000', '172440.209000', '172440.212000', '172440.214000', '172440.217000', '172440.227000', '172440.230000', '172440.233000', '172440.236000', '172440.239000', '172440.242000', '172440.245000', '172440.248000', '172440.250000', '172440.253000', '172440.256000', '172440.259000', '172440.262000', '172440.265000', '172440.267000', '172440.270000', '172440.283000', '172440.286000', '172440.289000', '172440.292000', '172440.295000', '172440.298000', '172440.300000', '172440.303000', '172440.306000', '172440.309000', '172440.312000', '172440.315000', '172440.318000', '172440.320000', '172440.323000', '172440.326000', '172440.329000', '172440.332000', '172440.335000', '172440.339000', '172440.342000', '172440.345000', '172440.347000', '172500.205000', '172500.208000', '172500.211000', '172500.214000', '172500.217000', '172500.220000', '172500.222000', '172500.225000', '172500.229000', '172500.232000', '172500.235000', '172500.238000', '172500.241000', '172500.244000', '172500.246000', '172500.249000', '172500.252000', '172500.255000', '172500.258000', '172500.261000', '172500.264000', '172500.267000', '172500.270000', '172500.273000', '172500.276000', '172500.278000', '172500.281000', '172500.284000', '172500.287000', '172500.290000', '172500.293000', '172500.296000', '172500.299000', '172500.302000', '172500.305000', '172500.308000', '172500.311000', '172500.314000', '172500.317000', '172500.320000', '172500.323000', '172500.325000', '172500.328000', '172520.205000', '172520.208000', '172520.211000', '172520.214000', '172520.217000', '172520.220000', '172520.223000', '172520.226000', '172520.228000', '172520.231000', '172520.234000', '172520.237000', '172520.240000', '172520.243000', '172520.246000', '172520.249000', '172520.251000', '172520.254000', '172520.259000', '172520.262000', '172520.265000', '172520.268000', '172520.271000', '172520.274000', '172520.277000', '172520.280000', '172520.283000', '172520.286000', '172520.288000', '172520.291000', '172520.294000', '172520.297000', '172520.300000', '172520.303000', '172520.306000', '172520.309000', '172520.312000', '172520.314000', '172520.317000', '172520.320000', '172520.323000', '172520.326000', '172520.329000', '172520.332000', '172540.205000', '172540.208000', '172540.211000', '172540.214000', '172540.233000', '172540.236000', '172540.239000', '172540.241000', '172540.244000', '172540.247000', '172540.250000', '172540.253000', '172540.256000', '172540.259000', '172540.262000', '172540.265000', '172540.268000', '172540.270000', '172540.273000', '172540.276000', '172540.279000', '172540.282000', '172540.285000', '172540.288000', '172540.291000', '172540.294000', '172540.297000', '172540.299000', '172540.302000', '172540.305000', '172540.308000', '172540.311000', '172540.314000', '172540.319000', '172540.322000', '172540.325000', '172540.328000', '172540.331000', '172540.334000', '172540.337000', '172540.340000', '172540.343000', '172540.346000', '172600.205000', '172600.208000', '172600.211000', '172600.214000', '172600.217000', '172600.219000', '172600.222000', '172600.225000', '172600.228000', '172600.231000', '172600.234000', '172600.237000', '172600.240000', '172600.243000', '172600.245000', '172600.248000', '172600.251000', '172600.254000', '172600.257000', '172600.260000', '172600.263000', '172600.266000', '172600.269000', '172600.271000', '172600.274000', '172600.277000', '172600.280000', '172600.283000', '172600.286000', '172600.289000', '172600.292000', '172600.295000', '172600.298000', '172600.300000', '172600.303000', '172600.306000', '172600.309000', '172600.312000', '172600.315000', '172600.318000', '172600.321000', '172600.324000', '172600.326000', '172600.329000', '172620.205000', '172620.208000', '172620.211000', '172620.214000', '172620.217000', '172620.220000', '172620.223000', '172620.226000', '172620.229000', '172620.231000', '172620.234000', '172620.237000', '172620.240000', '172620.243000', '172620.246000', '172620.249000', '172620.252000', '172620.255000', '172620.258000', '172620.260000', '172620.263000', '172620.268000', '172620.271000', '172620.273000', '172620.276000', '172620.279000', '172620.282000', '172620.285000', '172620.288000', '172620.291000', '172620.294000', '172620.297000', '172620.300000', '172620.303000', '172620.306000', '172620.309000', '172620.311000', '172620.314000', '172620.317000', '172620.320000', '172620.323000', '172620.326000', '172620.329000', '172640.206000', '172640.209000', '172640.212000', '172640.215000', '172640.217000', '172640.220000', '172640.223000', '172640.226000', '172640.229000', '172640.232000', '172640.235000', '172640.238000', '172640.241000', '172640.244000', '172640.247000', '172640.250000', '172640.253000', '172640.256000', '172640.258000', '172640.261000', '172640.264000', '172640.267000', '172640.270000', '172640.273000', '172640.276000', '172640.279000', '172640.281000', '172640.284000', '172640.287000', '172640.290000', '172640.293000', '172640.296000', '172640.299000', '172640.302000', '172640.305000', '172640.308000', '172640.310000', '172640.313000', '172640.316000', '172640.319000', '172640.322000', '172640.325000', '172640.328000', '172640.331000', '172700.206000', '172700.209000', '172700.212000', '172700.215000', '172700.218000', '172700.221000', '172700.224000', '172700.226000', '172700.229000', '172700.232000', '172700.235000', '172700.247000', '172700.250000', '172700.253000', '172700.256000', '172700.259000', '172700.262000', '172700.265000', '172700.268000', '172700.271000', '172700.273000', '172700.276000', '172700.279000', '172700.282000', '172700.285000', '172700.288000', '172700.291000', '172700.294000', '172700.296000', '172700.299000', '172700.302000', '172700.305000', '172700.308000', '172700.311000', '172700.314000', '172700.317000', '172700.320000', '172700.323000', '172700.326000', '172700.329000', '172700.331000', '172700.334000', '172700.337000', '172720.218000', '172720.221000', '172720.224000', '172720.226000', '172720.229000', '172720.232000', '172720.235000', '172720.238000', '172720.241000', '172720.244000', '172720.247000', '172720.250000', '172720.253000', '172720.255000', '172720.258000', '172720.261000', '172720.264000', '172720.267000', '172720.270000', '172720.273000', '172720.276000', '172720.279000', '172720.281000', '172720.284000', '172720.287000', '172720.290000', '172720.293000', '172720.296000', '172720.299000', '172720.302000', '172720.305000', '172720.307000', '172720.310000', '172720.313000', '172720.316000', '172720.319000', '172720.322000', '172720.325000', '172720.327000', '172720.331000', '172720.334000', '172720.337000', '172720.340000', '172720.343000', '172740.205000', '172740.209000', '172740.212000', '172740.214000', '172740.217000', '172740.220000', '172740.223000', '172740.226000', '172740.229000', '172740.232000', '172740.235000', '172740.238000', '172740.241000', '172740.244000', '172740.246000', '172740.249000', '172740.252000', '172740.255000', '172740.258000', '172740.261000', '172740.264000', '172740.267000', '172740.270000', '172740.273000', '172740.276000', '172740.278000', '172740.281000', '172740.284000', '172740.287000', '172740.290000', '172740.293000', '172740.296000', '172740.299000', '172740.302000', '172740.305000', '172740.314000', '172740.317000', '172740.320000', '172740.323000', '172740.326000', '172740.329000', '172740.332000', '172740.335000', '172800.205000', '172800.219000', '172800.222000', '172800.224000', '172800.227000', '172800.230000', '172800.233000', '172800.236000', '172800.239000', '172800.242000', '172800.245000', '172800.248000', '172800.251000', '172800.253000', '172800.256000', '172800.259000', '172800.262000', '172800.265000', '172800.269000', '172800.272000', '172800.275000', '172800.278000', '172800.280000', '172800.283000', '172800.286000', '172800.289000', '172800.292000', '172800.295000', '172800.298000', '172800.301000', '172800.304000', '172800.306000', '172800.309000', '172800.312000', '172800.315000', '172800.318000', '172800.321000', '172800.324000', '172800.327000', '172800.330000', '172800.332000', '172800.335000', '172800.338000', '172800.341000', '172820.205000', '172820.208000', '172820.211000', '172820.214000', '172820.217000', '172820.220000', '172820.222000', '172820.225000', '172820.228000', '172820.231000', '172820.234000', '172820.237000', '172820.240000', '172820.243000', '172820.246000', '172820.249000', '172820.252000', '172820.254000', '172820.257000', '172820.260000', '172820.263000', '172820.266000', '172820.269000', '172820.272000', '172820.275000', '172820.278000', '172820.280000', '172820.283000', '172820.286000', '172820.289000', '172820.292000', '172820.295000', '172820.298000', '172820.301000', '172820.304000', '172820.307000', '172820.309000', '172820.312000', '172820.315000', '172820.318000', '172820.321000', '172820.324000', '172820.327000', '172840.205000', '172840.208000', '172840.211000', '172840.214000', '172840.217000', '172840.219000', '172840.222000', '172840.225000', '172840.228000', '172840.231000', '172840.234000', '172840.250000', '172840.252000', '172840.255000', '172840.258000', '172840.261000', '172840.264000', '172840.267000', '172840.270000', '172840.273000', '172840.276000', '172840.278000', '172840.281000', '172840.284000', '172840.287000', '172840.290000', '172840.293000', '172840.296000', '172840.299000', '172840.302000', '172840.305000', '172840.307000', '172840.310000', '172840.313000', '172840.316000', '172840.319000', '172840.322000', '172840.325000', '172840.328000', '172840.331000', '172840.334000', '172840.337000', '172840.339000', '172840.342000', '172900.206000', '172900.209000', '172900.212000', '172900.215000', '172900.218000', '172900.221000', '172900.223000', '172900.226000', '172900.229000', '172900.232000', '172900.235000', '172900.238000', '172900.241000', '172900.244000', '172900.247000', '172900.250000', '172900.253000', '172900.256000', '172900.259000', '172900.261000', '172900.264000', '172900.267000', '172900.270000', '172900.273000', '172900.276000', '172900.279000', '172900.282000', '172900.285000', '172900.288000', '172900.291000', '172900.294000', '172900.297000', '172900.300000', '172900.303000', '172900.305000', '172900.308000', '172900.311000', '172900.314000', '172900.317000', '172900.320000', '172900.323000', '172900.326000', '172900.329000', '172920.206000', '172920.209000', '172920.212000', '172920.216000', '172920.219000', '172920.222000', '172920.225000', '172920.228000', '172920.231000', '172920.234000', '172920.237000', '172920.240000', '172920.243000', '172920.246000', '172920.249000', '172920.252000', '172920.255000', '172920.258000', '172920.261000', '172920.264000', '172920.267000', '172920.269000', '172920.272000', '172920.275000', '172920.278000', '172920.281000', '172920.284000', '172920.287000', '172920.290000', '172920.294000', '172920.297000', '172920.300000', '172920.302000', '172920.305000', '172920.308000', '172920.311000', '172920.314000', '172920.317000', '172920.320000', '172920.323000', '172920.326000', '172920.329000', '172920.332000', '172940.205000', '172940.208000', '172940.211000', '172940.214000', '172940.217000', '172940.220000', '172940.222000', '172940.225000', '172940.233000', '172940.236000', '172940.239000', '172940.242000', '172940.245000', '172940.248000', '172940.251000', '172940.254000', '172940.257000', '172940.259000', '172940.262000', '172940.265000', '172940.268000', '172940.273000', '172940.275000', '172940.278000', '172940.281000', '172940.284000', '172940.287000', '172940.290000', '172940.293000', '172940.296000', '172940.299000', '172940.302000', '172940.304000', '172940.307000', '172940.310000', '172940.313000', '172940.316000', '172940.319000', '172940.322000', '172940.325000', '172940.327000', '172940.330000', '172940.333000', '172940.336000', '173000.205000', '173000.210000', '173000.213000', '173000.216000', '173000.219000', '173000.222000', '173000.225000', '173000.228000', '173000.231000', '173000.234000', '173000.237000', '173000.240000', '173000.242000', '173000.245000', '173000.248000', '173000.251000', '173000.254000', '173000.257000', '173000.260000', '173000.263000', '173000.266000', '173000.269000', '173000.272000', '173000.274000', '173000.277000', '173000.280000', '173000.283000', '173000.286000', '173000.289000', '173000.292000', '173000.295000', '173000.297000', '173000.300000', '173000.303000', '173000.306000', '173000.309000', '173000.321000', '173000.324000', '173000.327000', '173000.330000', '173000.332000', '173000.335000', '173000.338000', '173012.696000', '173012.700000', '173012.703000', '173012.707000', '173012.710000', '173012.713000', '173012.716000', '173012.720000', '173012.723000', '173012.726000', '173012.729000', '173012.731000', '173012.734000', '173012.737000', '173012.740000', '173012.743000', '173012.746000', '173012.749000', '173012.752000', '173012.755000', '173012.758000', '173012.762000', '173012.765000', '173012.768000', '173012.771000', '173012.774000', '173012.777000', '173012.780000'], 'InstanceCreationTime': ['172400.238000', '172400.241000', '172400.244000', '172400.247000', '172400.250000', '172400.253000', '172400.256000', '172400.259000', '172400.282000', '172400.285000', '172400.288000', '172400.291000', '172400.294000', '172400.297000', '172400.300000', '172400.303000', '172400.306000', '172400.308000', '172400.311000', '172400.314000', '172400.317000', '172400.320000', '172400.323000', '172400.325000', '172400.328000', '172400.331000', '172400.334000', '172400.345000', '172400.348000', '172400.351000', '172400.354000', '172400.357000', '172400.359000', '172400.362000', '172400.365000', '172400.368000', '172400.371000', '172400.374000', '172400.377000', '172400.379000', '172400.382000', '172400.385000', '172400.388000', '172400.391000', '172400.394000', '172400.397000', '172400.400000', '172400.407000', '172400.410000', '172400.413000', '172400.416000', '172400.419000', '172400.422000', '172400.425000', '172400.428000', '172400.431000', '172400.434000', '172400.437000', '172400.440000', '172400.443000', '172400.446000', '172400.448000', '172420.206000', '172420.209000', '172420.212000', '172420.215000', '172420.218000', '172420.221000', '172420.224000', '172420.227000', '172420.230000', '172420.232000', '172420.235000', '172420.238000', '172420.241000', '172420.244000', '172420.247000', '172420.250000', '172420.253000', '172420.255000', '172420.258000', '172420.261000', '172420.264000', '172420.267000', '172420.270000', '172420.273000', '172420.277000', '172420.280000', '172420.283000', '172420.286000', '172420.289000', '172420.292000', '172420.294000', '172420.297000', '172420.300000', '172420.303000', '172420.306000', '172420.309000', '172420.312000', '172420.315000', '172420.318000', '172420.320000', '172420.323000', '172420.326000', '172420.329000', '172440.206000', '172440.209000', '172440.212000', '172440.214000', '172440.217000', '172440.227000', '172440.230000', '172440.233000', '172440.236000', '172440.239000', '172440.242000', '172440.245000', '172440.248000', '172440.250000', '172440.253000', '172440.256000', '172440.259000', '172440.262000', '172440.265000', '172440.267000', '172440.270000', '172440.283000', '172440.286000', '172440.289000', '172440.292000', '172440.295000', '172440.298000', '172440.300000', '172440.303000', '172440.306000', '172440.309000', '172440.312000', '172440.315000', '172440.318000', '172440.320000', '172440.323000', '172440.326000', '172440.329000', '172440.332000', '172440.335000', '172440.339000', '172440.342000', '172440.345000', '172440.347000', '172500.205000', '172500.208000', '172500.211000', '172500.214000', '172500.217000', '172500.220000', '172500.222000', '172500.225000', '172500.229000', '172500.232000', '172500.235000', '172500.238000', '172500.241000', '172500.244000', '172500.246000', '172500.249000', '172500.252000', '172500.255000', '172500.258000', '172500.261000', '172500.264000', '172500.267000', '172500.270000', '172500.273000', '172500.276000', '172500.278000', '172500.281000', '172500.284000', '172500.287000', '172500.290000', '172500.293000', '172500.296000', '172500.299000', '172500.302000', '172500.305000', '172500.308000', '172500.311000', '172500.314000', '172500.317000', '172500.320000', '172500.323000', '172500.325000', '172500.328000', '172520.205000', '172520.208000', '172520.211000', '172520.214000', '172520.217000', '172520.220000', '172520.223000', '172520.226000', '172520.228000', '172520.231000', '172520.234000', '172520.237000', '172520.240000', '172520.243000', '172520.246000', '172520.249000', '172520.251000', '172520.254000', '172520.259000', '172520.262000', '172520.265000', '172520.268000', '172520.271000', '172520.274000', '172520.277000', '172520.280000', '172520.283000', '172520.286000', '172520.288000', '172520.291000', '172520.294000', '172520.297000', '172520.300000', '172520.303000', '172520.306000', '172520.309000', '172520.312000', '172520.314000', '172520.317000', '172520.320000', '172520.323000', '172520.326000', '172520.329000', '172520.332000', '172540.205000', '172540.208000', '172540.211000', '172540.214000', '172540.233000', '172540.236000', '172540.239000', '172540.241000', '172540.244000', '172540.247000', '172540.250000', '172540.253000', '172540.256000', '172540.259000', '172540.262000', '172540.265000', '172540.268000', '172540.270000', '172540.273000', '172540.276000', '172540.279000', '172540.282000', '172540.285000', '172540.288000', '172540.291000', '172540.294000', '172540.297000', '172540.299000', '172540.302000', '172540.305000', '172540.308000', '172540.311000', '172540.314000', '172540.319000', '172540.322000', '172540.325000', '172540.328000', '172540.331000', '172540.334000', '172540.337000', '172540.340000', '172540.343000', '172540.346000', '172600.205000', '172600.208000', '172600.211000', '172600.214000', '172600.217000', '172600.219000', '172600.222000', '172600.225000', '172600.228000', '172600.231000', '172600.234000', '172600.237000', '172600.240000', '172600.243000', '172600.245000', '172600.248000', '172600.251000', '172600.254000', '172600.257000', '172600.260000', '172600.263000', '172600.266000', '172600.269000', '172600.271000', '172600.274000', '172600.277000', '172600.280000', '172600.283000', '172600.286000', '172600.289000', '172600.292000', '172600.295000', '172600.298000', '172600.300000', '172600.303000', '172600.306000', '172600.309000', '172600.312000', '172600.315000', '172600.318000', '172600.321000', '172600.324000', '172600.326000', '172600.329000', '172620.205000', '172620.208000', '172620.211000', '172620.214000', '172620.217000', '172620.220000', '172620.223000', '172620.226000', '172620.229000', '172620.231000', '172620.234000', '172620.237000', '172620.240000', '172620.243000', '172620.246000', '172620.249000', '172620.252000', '172620.255000', '172620.258000', '172620.260000', '172620.263000', '172620.268000', '172620.271000', '172620.273000', '172620.276000', '172620.279000', '172620.282000', '172620.285000', '172620.288000', '172620.291000', '172620.294000', '172620.297000', '172620.300000', '172620.303000', '172620.306000', '172620.309000', '172620.311000', '172620.314000', '172620.317000', '172620.320000', '172620.323000', '172620.326000', '172620.329000', '172640.206000', '172640.209000', '172640.212000', '172640.215000', '172640.217000', '172640.220000', '172640.223000', '172640.226000', '172640.229000', '172640.232000', '172640.235000', '172640.238000', '172640.241000', '172640.244000', '172640.247000', '172640.250000', '172640.253000', '172640.256000', '172640.258000', '172640.261000', '172640.264000', '172640.267000', '172640.270000', '172640.273000', '172640.276000', '172640.279000', '172640.281000', '172640.284000', '172640.287000', '172640.290000', '172640.293000', '172640.296000', '172640.299000', '172640.302000', '172640.305000', '172640.308000', '172640.310000', '172640.313000', '172640.316000', '172640.319000', '172640.322000', '172640.325000', '172640.328000', '172640.331000', '172700.206000', '172700.209000', '172700.212000', '172700.215000', '172700.218000', '172700.221000', '172700.224000', '172700.226000', '172700.229000', '172700.232000', '172700.235000', '172700.247000', '172700.250000', '172700.253000', '172700.256000', '172700.259000', '172700.262000', '172700.265000', '172700.268000', '172700.271000', '172700.273000', '172700.276000', '172700.279000', '172700.282000', '172700.285000', '172700.288000', '172700.291000', '172700.294000', '172700.296000', '172700.299000', '172700.302000', '172700.305000', '172700.308000', '172700.311000', '172700.314000', '172700.317000', '172700.320000', '172700.323000', '172700.326000', '172700.329000', '172700.331000', '172700.334000', '172700.337000', '172720.218000', '172720.221000', '172720.224000', '172720.226000', '172720.229000', '172720.232000', '172720.235000', '172720.238000', '172720.241000', '172720.244000', '172720.247000', '172720.250000', '172720.253000', '172720.255000', '172720.258000', '172720.261000', '172720.264000', '172720.267000', '172720.270000', '172720.273000', '172720.276000', '172720.279000', '172720.281000', '172720.284000', '172720.287000', '172720.290000', '172720.293000', '172720.296000', '172720.299000', '172720.302000', '172720.305000', '172720.307000', '172720.310000', '172720.313000', '172720.316000', '172720.319000', '172720.322000', '172720.325000', '172720.327000', '172720.331000', '172720.334000', '172720.337000', '172720.340000', '172720.343000', '172740.205000', '172740.209000', '172740.212000', '172740.214000', '172740.217000', '172740.220000', '172740.223000', '172740.226000', '172740.229000', '172740.232000', '172740.235000', '172740.238000', '172740.241000', '172740.244000', '172740.246000', '172740.249000', '172740.252000', '172740.255000', '172740.258000', '172740.261000', '172740.264000', '172740.267000', '172740.270000', '172740.273000', '172740.276000', '172740.278000', '172740.281000', '172740.284000', '172740.287000', '172740.290000', '172740.293000', '172740.296000', '172740.299000', '172740.302000', '172740.305000', '172740.314000', '172740.317000', '172740.320000', '172740.323000', '172740.326000', '172740.329000', '172740.332000', '172740.335000', '172800.205000', '172800.219000', '172800.222000', '172800.224000', '172800.227000', '172800.230000', '172800.233000', '172800.236000', '172800.239000', '172800.242000', '172800.245000', '172800.248000', '172800.251000', '172800.253000', '172800.256000', '172800.259000', '172800.262000', '172800.265000', '172800.269000', '172800.272000', '172800.275000', '172800.278000', '172800.280000', '172800.283000', '172800.286000', '172800.289000', '172800.292000', '172800.295000', '172800.298000', '172800.301000', '172800.304000', '172800.306000', '172800.309000', '172800.312000', '172800.315000', '172800.318000', '172800.321000', '172800.324000', '172800.327000', '172800.330000', '172800.332000', '172800.335000', '172800.338000', '172800.341000', '172820.205000', '172820.208000', '172820.211000', '172820.214000', '172820.217000', '172820.220000', '172820.222000', '172820.225000', '172820.228000', '172820.231000', '172820.234000', '172820.237000', '172820.240000', '172820.243000', '172820.246000', '172820.249000', '172820.252000', '172820.254000', '172820.257000', '172820.260000', '172820.263000', '172820.266000', '172820.269000', '172820.272000', '172820.275000', '172820.278000', '172820.280000', '172820.283000', '172820.286000', '172820.289000', '172820.292000', '172820.295000', '172820.298000', '172820.301000', '172820.304000', '172820.307000', '172820.309000', '172820.312000', '172820.315000', '172820.318000', '172820.321000', '172820.324000', '172820.327000', '172840.205000', '172840.208000', '172840.211000', '172840.214000', '172840.217000', '172840.219000', '172840.222000', '172840.225000', '172840.228000', '172840.231000', '172840.234000', '172840.250000', '172840.252000', '172840.255000', '172840.258000', '172840.261000', '172840.264000', '172840.267000', '172840.270000', '172840.273000', '172840.276000', '172840.278000', '172840.281000', '172840.284000', '172840.287000', '172840.290000', '172840.293000', '172840.296000', '172840.299000', '172840.302000', '172840.305000', '172840.307000', '172840.310000', '172840.313000', '172840.316000', '172840.319000', '172840.322000', '172840.325000', '172840.328000', '172840.331000', '172840.334000', '172840.337000', '172840.339000', '172840.342000', '172900.206000', '172900.209000', '172900.212000', '172900.215000', '172900.218000', '172900.221000', '172900.223000', '172900.226000', '172900.229000', '172900.232000', '172900.235000', '172900.238000', '172900.241000', '172900.244000', '172900.247000', '172900.250000', '172900.253000', '172900.256000', '172900.259000', '172900.261000', '172900.264000', '172900.267000', '172900.270000', '172900.273000', '172900.276000', '172900.279000', '172900.282000', '172900.285000', '172900.288000', '172900.291000', '172900.294000', '172900.297000', '172900.300000', '172900.303000', '172900.305000', '172900.308000', '172900.311000', '172900.314000', '172900.317000', '172900.320000', '172900.323000', '172900.326000', '172900.329000', '172920.206000', '172920.209000', '172920.212000', '172920.216000', '172920.219000', '172920.222000', '172920.225000', '172920.228000', '172920.231000', '172920.234000', '172920.237000', '172920.240000', '172920.243000', '172920.246000', '172920.249000', '172920.252000', '172920.255000', '172920.258000', '172920.261000', '172920.264000', '172920.267000', '172920.269000', '172920.272000', '172920.275000', '172920.278000', '172920.281000', '172920.284000', '172920.287000', '172920.290000', '172920.294000', '172920.297000', '172920.300000', '172920.302000', '172920.305000', '172920.308000', '172920.311000', '172920.314000', '172920.317000', '172920.320000', '172920.323000', '172920.326000', '172920.329000', '172920.332000', '172940.205000', '172940.208000', '172940.211000', '172940.214000', '172940.217000', '172940.220000', '172940.222000', '172940.225000', '172940.233000', '172940.236000', '172940.239000', '172940.242000', '172940.245000', '172940.248000', '172940.251000', '172940.254000', '172940.257000', '172940.259000', '172940.262000', '172940.265000', '172940.268000', '172940.273000', '172940.275000', '172940.278000', '172940.281000', '172940.284000', '172940.287000', '172940.290000', '172940.293000', '172940.296000', '172940.299000', '172940.302000', '172940.304000', '172940.307000', '172940.310000', '172940.313000', '172940.316000', '172940.319000', '172940.322000', '172940.325000', '172940.327000', '172940.330000', '172940.333000', '172940.336000', '173000.205000', '173000.210000', '173000.213000', '173000.216000', '173000.219000', '173000.222000', '173000.225000', '173000.228000', '173000.231000', '173000.234000', '173000.237000', '173000.240000', '173000.242000', '173000.245000', '173000.248000', '173000.251000', '173000.254000', '173000.257000', '173000.260000', '173000.263000', '173000.266000', '173000.269000', '173000.272000', '173000.274000', '173000.277000', '173000.280000', '173000.283000', '173000.286000', '173000.289000', '173000.292000', '173000.295000', '173000.297000', '173000.300000', '173000.303000', '173000.306000', '173000.309000', '173000.321000', '173000.324000', '173000.327000', '173000.330000', '173000.332000', '173000.335000', '173000.338000', '173012.696000', '173012.700000', '173012.703000', '173012.707000', '173012.710000', '173012.713000', '173012.716000', '173012.720000', '173012.723000', '173012.726000', '173012.729000', '173012.731000', '173012.734000', '173012.737000', '173012.740000', '173012.743000', '173012.746000', '173012.749000', '173012.752000', '173012.755000', '173012.758000', '173012.762000', '173012.765000', '173012.768000', '173012.771000', '173012.774000', '173012.777000', '173012.780000'], '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': [10837, 12010, 10590, 12572, 8875, 12334, 8999, 12826, 8282, 11610, 8083, 11760, 9090, 8195, 11222, 8513, 11868, 8837, 12187, 9378, 11622, 8680, 10643, 8672, 11883, 8874, 9359, 8240, 9367, 8426, 9630, 8397, 7997, 8830, 8837, 9527, 8257, 10404, 8991, 11325, 8594, 11516, 8916, 11937, 7736, 11364, 8172, 11366, 8573, 12117, 7977, 11555, 7820, 11073, 8454, 11304, 7691, 11085, 7905, 11266, 8072, 12102, 8604, 11853, 8737, 12192, 8934, 11841, 8506, 11166, 8936, 11220, 9174, 8907, 8247, 8251, 9198, 8342, 10008, 8014, 10205, 8922, 10129, 7922, 10441, 9136, 10479, 8557, 10900, 8909, 9941, 8438, 8623, 9738, 8754, 12080, 8374, 13610, 9671, 14217, 10472, 7525, 12559, 10009, 10598, 10127, 11358, 8330, 12284, 8656, 12420, 9316, 8783, 10675, 8524, 9899, 9174, 10521, 10112, 8162, 12915, 8329, 12937, 8402, 13341, 8413, 13291, 8849, 12630, 9123, 11010, 9060, 8614, 10450, 8597, 11375, 8946, 10393, 8449, 9580, 8579, 9341, 8734, 8106, 10374, 8596, 10535, 8829, 11076, 9311, 10918, 9534, 10897, 8273, 10389, 7333, 11455, 8690, 11297, 9250, 11044, 8853, 9861, 8967, 10264, 9200, 8604, 10367, 8206, 11166, 8848, 11218, 8119, 11376, 8014, 11243, 7629, 11424, 8163, 11359, 8658, 11675, 8670, 10575, 8789, 9565, 8985, 8454, 9370, 8627, 10888, 8679, 11990, 8590, 9564, 9533, 9395, 11355, 9145, 12099, 8908, 12610, 8608, 12581, 9249, 11439, 9177, 8417, 10251, 8806, 11938, 8709, 8865, 10733, 8685, 8966, 10640, 7422, 12803, 9605, 10540, 9943, 9337, 10821, 8066, 13797, 9185, 9989, 9006, 8403, 11732, 8628, 11414, 8788, 10020, 8981, 9426, 10020, 8664, 10338, 8071, 10504, 8347, 10741, 8633, 11069, 7735, 11778, 8899, 9707, 8344, 8691, 9841, 8908, 11196, 8821, 11758, 8307, 11609, 8911, 9802, 8883, 8403, 9572, 8154, 10348, 8333, 11767, 8317, 12173, 9279, 8474, 10373, 7621, 12455, 9565, 8801, 10345, 8492, 9954, 10415, 8727, 12331, 8875, 12030, 8321, 13388, 9087, 12236, 9151, 10029, 9351, 9232, 9949, 8680, 11856, 8187, 12173, 8108, 12015, 8894, 11479, 8640, 9668, 9143, 8438, 9948, 8587, 11035, 8250, 11774, 8403, 12247, 9555, 9008, 9796, 8043, 11464, 8508, 13390, 9684, 9810, 9083, 8623, 9775, 8492, 10103, 8870, 10525, 7670, 12098, 8543, 11871, 8685, 9240, 9515, 8731, 11789, 8516, 10150, 8396, 8380, 10472, 8009, 9244, 10360, 9246, 12440, 8393, 13456, 8931, 10463, 9101, 9281, 10382, 7678, 11845, 8587, 12037, 8603, 11978, 8805, 11591, 8576, 11449, 8488, 9574, 8683, 9068, 9866, 9381, 10511, 7516, 10846, 8908, 9610, 8297, 8530, 9416, 9138, 11256, 8833, 12241, 8939, 10278, 9643, 9444, 9324, 9251, 11566, 8452, 12365, 8866, 10487, 9900, 8468, 10811, 9157, 10875, 9126, 11491, 9062, 10974, 8972, 10875, 8614, 10875, 7800, 11392, 7926, 11369, 8619, 11312, 8744, 10117, 8543, 9098, 9623, 8780, 11605, 8286, 12113, 9011, 12989, 10012, 8958, 9693, 8928, 11344, 8505, 10510, 9804, 7565, 13289, 8914, 13833, 10302, 11902, 9837, 8829, 9768, 8027, 12338, 8886, 10348, 8803, 9354, 10415, 7561, 11563, 8258, 9678, 8521, 8266, 11210, 8804, 12172, 8139, 10408, 9107, 9304, 11143, 9093, 10449, 8409, 9023, 10685, 8241, 12063, 8842, 10520, 9297, 8566, 10761, 8985, 10519, 8939, 9141, 12584, 8473, 9175, 9852, 7720, 13414, 10171, 9368, 10487, 7930, 13144, 9117, 13483, 10983, 8753, 11176, 8326, 12846, 9489, 10201, 9124, 8332, 10274, 7795, 12233, 8853, 9517, 9236, 8387, 10905, 7719, 11703, 8577, 10885, 8951, 9962, 9690, 9106, 10594, 8978, 10778, 8531, 11549, 8505, 11835, 8575, 10053, 8724, 9214, 10274, 7938, 11765, 8668, 10103, 8385, 7752, 11947, 8549, 10151, 9355, 10622, 10344, 8589, 10618, 8912, 10561, 7939, 12742, 8448, 10822, 8552, 9946, 8731, 9169, 10691, 8693, 11256, 8604, 8964, 9790, 8916, 10742, 8213, 11194, 8720, 12857, 7937, 12654, 8259, 12088, 7814, 12573, 8004, 11474, 8434, 11523, 8985, 10328, 8555, 8737, 9257, 9120, 10164, 7965, 11211, 9204, 11862, 9209, 10127, 8425, 9192, 9924, 9296, 10910, 9660, 12272, 8714, 11134, 8642, 11701, 8146, 13256, 8789, 12859, 8655, 11356, 8568, 11971, 8981, 11454, 8502, 11134, 8313, 11002, 8499, 10783, 8540, 10996, 9123, 10656, 9165, 10544, 9071, 10408, 9425, 10867, 8476, 11240, 8150, 11194, 8434, 10997, 8798, 10100, 8617, 9989, 8927, 8471, 10145, 9284, 9177, 9658, 9288, 8189, 10039, 9329, 10335, 9607, 10770, 8821, 11532, 9358, 11551, 8991, 11741, 9338, 11550, 8727, 11625, 8945, 10501, 8986, 10143, 9021, 12460, 9723, 13219, 9551, 11988, 8668, 12021, 9144, 11173, 9362, 10584, 8837, 10637, 8739, 10944, 9166, 11221, 8815, 11053, 9186, 10760, 9216, 11311, 9356, 11248, 9407, 11444, 9429, 11256, 9120, 11052, 9835, 10891, 8631, 10887, 8455, 11853, 8803, 10991, 8584, 11698, 8939, 12508, 8778, 11536, 8427, 11523, 8736, 10767, 8484, 10239, 8819, 10130, 8962, 10296, 9211, 10060, 9068, 13778, 9788, 13008, 9054, 11862, 9001, 10860, 9780, 10754, 8421, 9733, 8743, 9372, 8628, 9929, 10364, 9504, 11167, 8965, 8413, 9400, 8450, 12445, 9432, 12702, 9267, 12316, 9217, 12633, 8959, 13296, 9366, 11902, 9522, 11332, 9744, 11349, 9412, 10702, 9074, 10214, 8550, 9337, 8830, 9379, 10386, 9231, 11526, 9350, 12508, 8637, 12278, 8918, 12706, 9612, 12856, 8690, 11874, 9034, 12141, 9466, 9677, 8846, 9864, 10306, 9484, 11987, 9186, 8498, 10320, 9415, 13008, 9664, 14016, 10478, 14434, 9356, 13380, 9010, 12321, 9486, 10294, 9127, 9409, 9849, 8389, 9712, 7949, 11526, 8493, 11411, 8593, 9821, 8510, 9349, 10758, 8602, 11998, 8779, 11787, 9167, 12658, 9766, 10342, 9082, 10322, 9284, 11590, 9943, 8828, 9962, 9379, 9937, 8362, 10680, 8642, 12000, 8862, 11114, 8982, 11482, 9253, 11644, 8562, 11036, 8628, 11294, 9238, 11190, 9167, 10262, 8961, 11357, 8398, 9184, 8900, 7928, 10221, 8902, 8356, 10299, 8888, 11866, 8901, 11881, 9211, 12842, 9776, 9176, 8956, 9904, 10668], 'WindowCenter': [4293.0, 4287.0, 4249.0, 4257.0, 4212.0, 4242.0, 4199.0, 4241.0, 4187.0, 4228.0, 4188.0, 4229.0, 4235.0, 4212.0, 4241.0, 4212.0, 4240.0, 4209.0, 4255.0, 4221.0, 4228.0, 4200.0, 4220.0, 4199.0, 4240.0, 4212.0, 4209.0, 4198.0, 4206.0, 4199.0, 4209.0, 4199.0, 4188.0, 4211.0, 4207.0, 4220.0, 4199.0, 4232.0, 4210.0, 4231.0, 4210.0, 4232.0, 4208.0, 4229.0, 4189.0, 4229.0, 4198.0, 4230.0, 4199.0, 4228.0, 4187.0, 4228.0, 4186.0, 4229.0, 4198.0, 4231.0, 4189.0, 4228.0, 4188.0, 4230.0, 4198.0, 4227.0, 4199.0, 4227.0, 4197.0, 4229.0, 4210.0, 4228.0, 4198.0, 4228.0, 4209.0, 4229.0, 4210.0, 4208.0, 4199.0, 4197.0, 4209.0, 4199.0, 4222.0, 4197.0, 4220.0, 4208.0, 4218.0, 4200.0, 4231.0, 4210.0, 4230.0, 4223.0, 4242.0, 4223.0, 4234.0, 4212.0, 4213.0, 4232.0, 4211.0, 4253.0, 4212.0, 4253.0, 4209.0, 4264.0, 4232.0, 4200.0, 4252.0, 4218.0, 4216.0, 4217.0, 4228.0, 4200.0, 4237.0, 4197.0, 4238.0, 4207.0, 4198.0, 4220.0, 4210.0, 4231.0, 4222.0, 4232.0, 4222.0, 4199.0, 4241.0, 4185.0, 4228.0, 4187.0, 4239.0, 4184.0, 4227.0, 4194.0, 4238.0, 4209.0, 4228.0, 4197.0, 4199.0, 4220.0, 4198.0, 4228.0, 4210.0, 4234.0, 4200.0, 4220.0, 4210.0, 4222.0, 4198.0, 4186.0, 4218.0, 4198.0, 4220.0, 4197.0, 4228.0, 4208.0, 4229.0, 4208.0, 4231.0, 4199.0, 4219.0, 4177.0, 4229.0, 4198.0, 4229.0, 4210.0, 4231.0, 4210.0, 4219.0, 4200.0, 4218.0, 4207.0, 4198.0, 4206.0, 4196.0, 4230.0, 4196.0, 4217.0, 4185.0, 4217.0, 4174.0, 4214.0, 4187.0, 4227.0, 4196.0, 4228.0, 4197.0, 4226.0, 4196.0, 4220.0, 4214.0, 4211.0, 4196.0, 4185.0, 4209.0, 4198.0, 4228.0, 4198.0, 4229.0, 4208.0, 4220.0, 4220.0, 4212.0, 4228.0, 4210.0, 4242.0, 4210.0, 4242.0, 4200.0, 4242.0, 4211.0, 4242.0, 4209.0, 4188.0, 4217.0, 4209.0, 4244.0, 4222.0, 4220.0, 4229.0, 4211.0, 4212.0, 4232.0, 4193.0, 4253.0, 4222.0, 4232.0, 4220.0, 4210.0, 4231.0, 4188.0, 4239.0, 4213.0, 4219.0, 4199.0, 4213.0, 4241.0, 4198.0, 4229.0, 4200.0, 4219.0, 4208.0, 4211.0, 4209.0, 4196.0, 4207.0, 4186.0, 4216.0, 4185.0, 4218.0, 4186.0, 4215.0, 4186.0, 4228.0, 4197.0, 4207.0, 4185.0, 4198.0, 4219.0, 4210.0, 4228.0, 4210.0, 4239.0, 4201.0, 4229.0, 4210.0, 4218.0, 4198.0, 4199.0, 4209.0, 4188.0, 4232.0, 4214.0, 4244.0, 4200.0, 4241.0, 4211.0, 4197.0, 4232.0, 4213.0, 4253.0, 4235.0, 4210.0, 4231.0, 4214.0, 4233.0, 4234.0, 4224.0, 4267.0, 4211.0, 4241.0, 4199.0, 4240.0, 4197.0, 4229.0, 4208.0, 4206.0, 4206.0, 4196.0, 4205.0, 4195.0, 4225.0, 4186.0, 4226.0, 4175.0, 4226.0, 4195.0, 4217.0, 4186.0, 4208.0, 4196.0, 4187.0, 4220.0, 4196.0, 4218.0, 4187.0, 4227.0, 4198.0, 4229.0, 4208.0, 4197.0, 4218.0, 4186.0, 4228.0, 4201.0, 4238.0, 4209.0, 4207.0, 4197.0, 4198.0, 4207.0, 4202.0, 4220.0, 4196.0, 4216.0, 4185.0, 4228.0, 4200.0, 4229.0, 4200.0, 4211.0, 4219.0, 4198.0, 4240.0, 4210.0, 4221.0, 4199.0, 4198.0, 4230.0, 4203.0, 4220.0, 4234.0, 4222.0, 4241.0, 4200.0, 4242.0, 4199.0, 4218.0, 4199.0, 4200.0, 4207.0, 4178.0, 4215.0, 4187.0, 4225.0, 4198.0, 4225.0, 4197.0, 4219.0, 4197.0, 4229.0, 4198.0, 4208.0, 4199.0, 4198.0, 4207.0, 4208.0, 4230.0, 4191.0, 4230.0, 4213.0, 4221.0, 4202.0, 4213.0, 4223.0, 4221.0, 4244.0, 4223.0, 4254.0, 4223.0, 4236.0, 4238.0, 4223.0, 4221.0, 4223.0, 4241.0, 4200.0, 4242.0, 4210.0, 4232.0, 4221.0, 4200.0, 4232.0, 4208.0, 4230.0, 4208.0, 4228.0, 4195.0, 4219.0, 4194.0, 4217.0, 4196.0, 4218.0, 4177.0, 4229.0, 4188.0, 4229.0, 4199.0, 4229.0, 4202.0, 4219.0, 4209.0, 4211.0, 4222.0, 4211.0, 4242.0, 4199.0, 4242.0, 4211.0, 4242.0, 4219.0, 4200.0, 4211.0, 4210.0, 4228.0, 4199.0, 4218.0, 4209.0, 4190.0, 4239.0, 4198.0, 4238.0, 4209.0, 4217.0, 4194.0, 4184.0, 4197.0, 4186.0, 4227.0, 4197.0, 4204.0, 4195.0, 4195.0, 4216.0, 4177.0, 4227.0, 4187.0, 4207.0, 4198.0, 4200.0, 4232.0, 4200.0, 4240.0, 4188.0, 4233.0, 4212.0, 4210.0, 4231.0, 4211.0, 4231.0, 4201.0, 4211.0, 4229.0, 4200.0, 4240.0, 4211.0, 4231.0, 4222.0, 4212.0, 4233.0, 4213.0, 4244.0, 4223.0, 4221.0, 4255.0, 4212.0, 4221.0, 4222.0, 4202.0, 4265.0, 4233.0, 4222.0, 4232.0, 4200.0, 4241.0, 4199.0, 4239.0, 4220.0, 4196.0, 4229.0, 4188.0, 4238.0, 4208.0, 4219.0, 4195.0, 4184.0, 4206.0, 4187.0, 4226.0, 4197.0, 4210.0, 4195.0, 4187.0, 4218.0, 4175.0, 4228.0, 4197.0, 4217.0, 4199.0, 4209.0, 4209.0, 4196.0, 4217.0, 4185.0, 4219.0, 4187.0, 4218.0, 4186.0, 4216.0, 4184.0, 4207.0, 4198.0, 4206.0, 4218.0, 4187.0, 4229.0, 4202.0, 4217.0, 4202.0, 4190.0, 4239.0, 4213.0, 4233.0, 4212.0, 4221.0, 4219.0, 4202.0, 4220.0, 4198.0, 4219.0, 4189.0, 4238.0, 4199.0, 4217.0, 4199.0, 4220.0, 4211.0, 4210.0, 4231.0, 4213.0, 4242.0, 4212.0, 4211.0, 4232.0, 4212.0, 4232.0, 4201.0, 4234.0, 4214.0, 4245.0, 4189.0, 4240.0, 4188.0, 4228.0, 4177.0, 4228.0, 4186.0, 4217.0, 4188.0, 4231.0, 4199.0, 4218.0, 4198.0, 4197.0, 4210.0, 4211.0, 4220.0, 4201.0, 4230.0, 4211.0, 4242.0, 4224.0, 4231.0, 4200.0, 4211.0, 4222.0, 4209.0, 4233.0, 4208.0, 4229.0, 4186.0, 4218.0, 4185.0, 4218.0, 4188.0, 4226.0, 4199.0, 4228.0, 4184.0, 4215.0, 4199.0, 4218.0, 4188.0, 4216.0, 4184.0, 4217.0, 4186.0, 4215.0, 4185.0, 4203.0, 4185.0, 4204.0, 4196.0, 4205.0, 4198.0, 4206.0, 4198.0, 4216.0, 4210.0, 4220.0, 4199.0, 4230.0, 4189.0, 4229.0, 4199.0, 4220.0, 4201.0, 4218.0, 4199.0, 4220.0, 4208.0, 4202.0, 4235.0, 4209.0, 4209.0, 4210.0, 4209.0, 4198.0, 4223.0, 4209.0, 4232.0, 4223.0, 4232.0, 4211.0, 4240.0, 4223.0, 4244.0, 4212.0, 4241.0, 4210.0, 4240.0, 4213.0, 4243.0, 4215.0, 4229.0, 4212.0, 4220.0, 4209.0, 4240.0, 4210.0, 4241.0, 4210.0, 4227.0, 4185.0, 4227.0, 4197.0, 4215.0, 4196.0, 4205.0, 4196.0, 4205.0, 4197.0, 4216.0, 4197.0, 4220.0, 4196.0, 4217.0, 4209.0, 4217.0, 4209.0, 4230.0, 4210.0, 4243.0, 4222.0, 4231.0, 4223.0, 4230.0, 4211.0, 4239.0, 4221.0, 4232.0, 4209.0, 4232.0, 4200.0, 4244.0, 4211.0, 4228.0, 4198.0, 4231.0, 4211.0, 4238.0, 4198.0, 4229.0, 4187.0, 4228.0, 4198.0, 4218.0, 4200.0, 4219.0, 4196.0, 4218.0, 4210.0, 4206.0, 4197.0, 4205.0, 4199.0, 4237.0, 4207.0, 4238.0, 4196.0, 4228.0, 4198.0, 4218.0, 4207.0, 4218.0, 4196.0, 4220.0, 4209.0, 4222.0, 4211.0, 4220.0, 4230.0, 4223.0, 4231.0, 4221.0, 4211.0, 4223.0, 4215.0, 4257.0, 4223.0, 4242.0, 4210.0, 4230.0, 4197.0, 4229.0, 4199.0, 4229.0, 4199.0, 4219.0, 4206.0, 4216.0, 4206.0, 4216.0, 4198.0, 4215.0, 4210.0, 4233.0, 4211.0, 4211.0, 4212.0, 4221.0, 4233.0, 4236.0, 4245.0, 4224.0, 4242.0, 4209.0, 4240.0, 4211.0, 4242.0, 4220.0, 4241.0, 4199.0, 4230.0, 4210.0, 4243.0, 4210.0, 4207.0, 4197.0, 4218.0, 4221.0, 4224.0, 4242.0, 4221.0, 4210.0, 4232.0, 4225.0, 4253.0, 4221.0, 4252.0, 4220.0, 4251.0, 4199.0, 4236.0, 4195.0, 4228.0, 4207.0, 4207.0, 4194.0, 4192.0, 4195.0, 4173.0, 4206.0, 4189.0, 4232.0, 4196.0, 4227.0, 4200.0, 4208.0, 4215.0, 4211.0, 4229.0, 4199.0, 4230.0, 4199.0, 4242.0, 4212.0, 4242.0, 4210.0, 4218.0, 4197.0, 4207.0, 4198.0, 4216.0, 4206.0, 4196.0, 4205.0, 4193.0, 4206.0, 4186.0, 4217.0, 4184.0, 4225.0, 4197.0, 4215.0, 4195.0, 4217.0, 4195.0, 4216.0, 4197.0, 4217.0, 4199.0, 4229.0, 4196.0, 4217.0, 4198.0, 4219.0, 4210.0, 4229.0, 4202.0, 4210.0, 4210.0, 4200.0, 4222.0, 4212.0, 4212.0, 4233.0, 4213.0, 4243.0, 4240.0, 4245.0, 4224.0, 4252.0, 4220.0, 4208.0, 4210.0, 4221.0, 4232.0], 'WindowWidth': [9503.0, 9480.0, 9412.0, 9418.0, 9348.0, 9387.0, 9324.0, 9384.0, 9304.0, 9360.0, 9308.0, 9365.0, 9385.0, 9348.0, 9386.0, 9345.0, 9384.0, 9339.0, 9408.0, 9358.0, 9362.0, 9328.0, 9354.0, 9326.0, 9383.0, 9344.0, 9336.0, 9320.0, 9330.0, 9323.0, 9337.0, 9324.0, 9308.0, 9342.0, 9334.0, 9356.0, 9327.0, 9373.0, 9339.0, 9371.0, 9341.0, 9375.0, 9335.0, 9366.0, 9311.0, 9366.0, 9321.0, 9370.0, 9324.0, 9362.0, 9304.0, 9361.0, 9302.0, 9365.0, 9323.0, 9367.0, 9309.0, 9363.0, 9307.0, 9368.0, 9323.0, 9360.0, 9322.0, 9359.0, 9318.0, 9366.0, 9338.0, 9362.0, 9320.0, 9361.0, 9339.0, 9367.0, 9340.0, 9337.0, 9324.0, 9319.0, 9339.0, 9328.0, 9361.0, 9321.0, 9354.0, 9335.0, 9351.0, 9330.0, 9372.0, 9338.0, 9367.0, 9366.0, 9389.0, 9367.0, 9381.0, 9349.0, 9350.0, 9378.0, 9348.0, 9407.0, 9348.0, 9405.0, 9339.0, 9424.0, 9376.0, 9329.0, 9404.0, 9350.0, 9344.0, 9346.0, 9361.0, 9324.0, 9374.0, 9321.0, 9377.0, 9332.0, 9322.0, 9353.0, 9341.0, 9374.0, 9361.0, 9374.0, 9361.0, 9324.0, 9385.0, 9300.0, 9362.0, 9304.0, 9377.0, 9295.0, 9356.0, 9310.0, 9377.0, 9339.0, 9362.0, 9319.0, 9324.0, 9352.0, 9321.0, 9363.0, 9340.0, 9379.0, 9328.0, 9356.0, 9344.0, 9361.0, 9324.0, 9305.0, 9350.0, 9322.0, 9356.0, 9319.0, 9362.0, 9332.0, 9365.0, 9333.0, 9373.0, 9326.0, 9350.0, 9292.0, 9363.0, 9322.0, 9365.0, 9341.0, 9369.0, 9341.0, 9351.0, 9326.0, 9349.0, 9331.0, 9319.0, 9330.0, 9315.0, 9367.0, 9313.0, 9344.0, 9298.0, 9343.0, 9282.0, 9338.0, 9304.0, 9360.0, 9316.0, 9361.0, 9319.0, 9356.0, 9315.0, 9352.0, 9353.0, 9341.0, 9316.0, 9300.0, 9339.0, 9321.0, 9362.0, 9323.0, 9364.0, 9338.0, 9354.0, 9355.0, 9344.0, 9364.0, 9341.0, 9387.0, 9342.0, 9386.0, 9327.0, 9389.0, 9345.0, 9388.0, 9338.0, 9306.0, 9346.0, 9338.0, 9393.0, 9364.0, 9355.0, 9368.0, 9344.0, 9346.0, 9375.0, 9325.0, 9405.0, 9362.0, 9374.0, 9354.0, 9340.0, 9370.0, 9309.0, 9381.0, 9346.0, 9352.0, 9323.0, 9350.0, 9383.0, 9323.0, 9364.0, 9326.0, 9350.0, 9334.0, 9339.0, 9337.0, 9314.0, 9332.0, 9298.0, 9343.0, 9299.0, 9345.0, 9298.0, 9337.0, 9304.0, 9359.0, 9316.0, 9330.0, 9301.0, 9322.0, 9352.0, 9340.0, 9363.0, 9338.0, 9379.0, 9331.0, 9367.0, 9342.0, 9348.0, 9322.0, 9324.0, 9338.0, 9306.0, 9374.0, 9350.0, 9392.0, 9327.0, 9386.0, 9344.0, 9321.0, 9376.0, 9353.0, 9408.0, 9381.0, 9343.0, 9372.0, 9352.0, 9380.0, 9381.0, 9369.0, 9433.0, 9345.0, 9385.0, 9323.0, 9381.0, 9319.0, 9363.0, 9333.0, 9329.0, 9330.0, 9315.0, 9327.0, 9312.0, 9353.0, 9301.0, 9355.0, 9286.0, 9354.0, 9312.0, 9344.0, 9302.0, 9332.0, 9314.0, 9304.0, 9354.0, 9315.0, 9348.0, 9304.0, 9357.0, 9320.0, 9364.0, 9334.0, 9318.0, 9348.0, 9301.0, 9361.0, 9328.0, 9375.0, 9336.0, 9331.0, 9316.0, 9319.0, 9332.0, 9330.0, 9352.0, 9313.0, 9343.0, 9301.0, 9362.0, 9324.0, 9362.0, 9324.0, 9343.0, 9352.0, 9322.0, 9383.0, 9342.0, 9355.0, 9325.0, 9320.0, 9368.0, 9335.0, 9355.0, 9379.0, 9359.0, 9387.0, 9326.0, 9384.0, 9322.0, 9347.0, 9323.0, 9323.0, 9331.0, 9289.0, 9339.0, 9301.0, 9353.0, 9318.0, 9353.0, 9315.0, 9347.0, 9316.0, 9362.0, 9321.0, 9331.0, 9321.0, 9317.0, 9330.0, 9333.0, 9366.0, 9316.0, 9366.0, 9345.0, 9356.0, 9332.0, 9351.0, 9362.0, 9358.0, 9392.0, 9364.0, 9408.0, 9363.0, 9386.0, 9393.0, 9362.0, 9360.0, 9362.0, 9385.0, 9327.0, 9386.0, 9343.0, 9374.0, 9358.0, 9327.0, 9373.0, 9334.0, 9366.0, 9336.0, 9362.0, 9312.0, 9350.0, 9310.0, 9345.0, 9317.0, 9347.0, 9289.0, 9362.0, 9306.0, 9365.0, 9325.0, 9363.0, 9331.0, 9350.0, 9339.0, 9346.0, 9359.0, 9341.0, 9386.0, 9324.0, 9386.0, 9347.0, 9387.0, 9351.0, 9326.0, 9343.0, 9339.0, 9362.0, 9322.0, 9347.0, 9337.0, 9311.0, 9378.0, 9320.0, 9379.0, 9335.0, 9345.0, 9310.0, 9293.0, 9313.0, 9300.0, 9355.0, 9315.0, 9323.0, 9311.0, 9310.0, 9342.0, 9291.0, 9358.0, 9306.0, 9331.0, 9321.0, 9325.0, 9369.0, 9325.0, 9379.0, 9309.0, 9374.0, 9345.0, 9340.0, 9372.0, 9342.0, 9369.0, 9330.0, 9345.0, 9366.0, 9327.0, 9382.0, 9342.0, 9371.0, 9362.0, 9346.0, 9375.0, 9349.0, 9397.0, 9363.0, 9358.0, 9408.0, 9348.0, 9358.0, 9359.0, 9335.0, 9429.0, 9379.0, 9362.0, 9374.0, 9326.0, 9385.0, 9324.0, 9381.0, 9354.0, 9315.0, 9363.0, 9305.0, 9375.0, 9334.0, 9348.0, 9312.0, 9295.0, 9327.0, 9303.0, 9356.0, 9316.0, 9336.0, 9312.0, 9303.0, 9347.0, 9285.0, 9361.0, 9318.0, 9343.0, 9319.0, 9335.0, 9334.0, 9313.0, 9345.0, 9296.0, 9344.0, 9301.0, 9344.0, 9300.0, 9340.0, 9296.0, 9329.0, 9318.0, 9328.0, 9346.0, 9305.0, 9362.0, 9330.0, 9346.0, 9333.0, 9314.0, 9380.0, 9346.0, 9374.0, 9344.0, 9355.0, 9350.0, 9329.0, 9352.0, 9319.0, 9351.0, 9311.0, 9377.0, 9323.0, 9345.0, 9325.0, 9355.0, 9344.0, 9340.0, 9371.0, 9349.0, 9386.0, 9348.0, 9345.0, 9375.0, 9346.0, 9374.0, 9330.0, 9379.0, 9354.0, 9395.0, 9310.0, 9383.0, 9307.0, 9362.0, 9291.0, 9362.0, 9302.0, 9343.0, 9306.0, 9367.0, 9324.0, 9349.0, 9321.0, 9318.0, 9340.0, 9344.0, 9356.0, 9329.0, 9368.0, 9344.0, 9388.0, 9367.0, 9370.0, 9327.0, 9341.0, 9358.0, 9337.0, 9374.0, 9334.0, 9365.0, 9301.0, 9345.0, 9298.0, 9344.0, 9307.0, 9358.0, 9320.0, 9359.0, 9295.0, 9337.0, 9320.0, 9345.0, 9304.0, 9339.0, 9294.0, 9341.0, 9299.0, 9338.0, 9296.0, 9321.0, 9298.0, 9321.0, 9313.0, 9322.0, 9314.0, 9324.0, 9317.0, 9342.0, 9340.0, 9351.0, 9323.0, 9366.0, 9311.0, 9365.0, 9324.0, 9352.0, 9329.0, 9346.0, 9322.0, 9354.0, 9335.0, 9333.0, 9382.0, 9336.0, 9336.0, 9339.0, 9337.0, 9322.0, 9361.0, 9337.0, 9374.0, 9362.0, 9374.0, 9343.0, 9381.0, 9365.0, 9392.0, 9346.0, 9385.0, 9342.0, 9383.0, 9348.0, 9391.0, 9353.0, 9366.0, 9344.0, 9354.0, 9338.0, 9381.0, 9338.0, 9383.0, 9338.0, 9359.0, 9299.0, 9358.0, 9315.0, 9339.0, 9312.0, 9323.0, 9313.0, 9326.0, 9319.0, 9340.0, 9317.0, 9350.0, 9315.0, 9346.0, 9336.0, 9344.0, 9340.0, 9368.0, 9343.0, 9390.0, 9361.0, 9369.0, 9362.0, 9367.0, 9344.0, 9381.0, 9357.0, 9372.0, 9339.0, 9371.0, 9328.0, 9391.0, 9345.0, 9363.0, 9323.0, 9370.0, 9343.0, 9377.0, 9324.0, 9363.0, 9305.0, 9363.0, 9323.0, 9348.0, 9325.0, 9348.0, 9317.0, 9349.0, 9341.0, 9331.0, 9319.0, 9328.0, 9320.0, 9374.0, 9330.0, 9374.0, 9315.0, 9361.0, 9319.0, 9348.0, 9333.0, 9346.0, 9316.0, 9356.0, 9339.0, 9360.0, 9346.0, 9353.0, 9370.0, 9362.0, 9371.0, 9360.0, 9345.0, 9364.0, 9358.0, 9415.0, 9363.0, 9389.0, 9342.0, 9368.0, 9318.0, 9366.0, 9323.0, 9363.0, 9321.0, 9348.0, 9327.0, 9342.0, 9328.0, 9342.0, 9319.0, 9341.0, 9341.0, 9377.0, 9344.0, 9344.0, 9348.0, 9358.0, 9375.0, 9387.0, 9396.0, 9365.0, 9388.0, 9340.0, 9383.0, 9343.0, 9390.0, 9355.0, 9382.0, 9324.0, 9367.0, 9340.0, 9392.0, 9342.0, 9331.0, 9319.0, 9347.0, 9355.0, 9363.0, 9388.0, 9359.0, 9342.0, 9373.0, 9365.0, 9404.0, 9358.0, 9402.0, 9353.0, 9398.0, 9322.0, 9371.0, 9313.0, 9361.0, 9331.0, 9329.0, 9308.0, 9303.0, 9310.0, 9279.0, 9328.0, 9313.0, 9370.0, 9316.0, 9359.0, 9325.0, 9334.0, 9353.0, 9340.0, 9365.0, 9324.0, 9367.0, 9325.0, 9385.0, 9345.0, 9387.0, 9341.0, 9348.0, 9318.0, 9330.0, 9318.0, 9344.0, 9328.0, 9312.0, 9326.0, 9306.0, 9326.0, 9299.0, 9343.0, 9296.0, 9353.0, 9315.0, 9339.0, 9314.0, 9345.0, 9312.0, 9342.0, 9317.0, 9344.0, 9321.0, 9364.0, 9316.0, 9344.0, 9318.0, 9351.0, 9341.0, 9366.0, 9332.0, 9340.0, 9341.0, 9327.0, 9359.0, 9346.0, 9347.0, 9379.0, 9349.0, 9392.0, 9398.0, 9397.0, 9364.0, 9405.0, 9355.0, 9337.0, 9340.0, 9353.0, 9371.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.0006620828538550058</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020672729344073645</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.943283788813346</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2095523264516115</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006749660645161</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4845</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4127.3745</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10228703125964411</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.098964326812428</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6356284417940326</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6873598450192575</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6989181174709596</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5206073628918797</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00880382</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0011946250451728702</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.012436444871127605</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.934972656637302</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>26.8156</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.9186</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.7823</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298315.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>839.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.5158</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5604</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.3055</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3406.6515</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3607.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78229.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1163.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4442.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.646</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.371359161799774</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> |