=== 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-0025 --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-0025",
"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-0025_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0025_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0025/ses-01/func/sub-0025_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>0571535ad9af6eb7ceba9b2a77289ed1</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>18:35:41.422500</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.998992, 0.0445528, 0.0054777, -0.0446651, 0.99875, 0.0224537]</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_brain_imaging_center</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0972058</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4140, -7741, -7221, 510, -77, -84, -50, 22]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>292.166</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>92766c4d-ea3a-4a0c-9d02-d32ff2f99d15||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.680222511291504, -0.11983326077461243, 0.012070280499756336, 116.8829574584961], [-0.11953194439411163, 2.679572343826294, 0.06122450903058052, -77.53915405273438], [0.014696267433464527, -0.06024167314171791, 2.6992788314819336, -57.35441970825195], [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': ['183541.422500', '183541.882500', '183542.342500', '183542.802500', '183543.262500', '183543.722500', '183544.182500', '183544.642500', '183545.102500', '183545.562500', '183546.022500', '183546.482500', '183546.942500', '183547.402500', '183547.862500', '183548.322500', '183548.782500', '183549.242500', '183549.702500', '183550.162500', '183550.622500', '183551.082500', '183551.542500', '183552.002500', '183552.462500', '183552.922500', '183553.382500', '183553.842500', '183554.302500', '183554.762500', '183555.222500', '183555.682500', '183556.142500', '183556.602500', '183557.062500', '183557.522500', '183557.982500', '183558.442500', '183558.902500', '183559.362500', '183559.822500', '183600.282500', '183600.742500', '183601.202500', '183601.662500', '183602.122500', '183602.582500', '183603.042500', '183603.502500', '183603.962500', '183604.422500', '183604.882500', '183605.342500', '183605.802500', '183606.262500', '183606.722500', '183607.182500', '183607.642500', '183608.102500', '183608.562500', '183609.022500', '183609.482500', '183609.942500', '183610.402500', '183610.862500', '183611.322500', '183611.782500', '183612.242500', '183612.702500', '183613.162500', '183613.622500', '183614.082500', '183614.542500', '183615.002500', '183615.462500', '183615.922500', '183616.382500', '183616.842500', '183617.302500', '183617.762500', '183618.222500', '183618.682500', '183619.142500', '183619.602500', '183620.062500', '183620.522500', '183620.982500', '183621.442500', '183621.902500', '183622.362500', '183622.822500', '183623.282500', '183623.742500', '183624.202500', '183624.662500', '183625.122500', '183625.582500', '183626.042500', '183626.502500', '183626.962500', '183627.422500', '183627.882500', '183628.342500', '183628.802500', '183629.262500', '183629.722500', '183630.182500', '183630.642500', '183631.102500', '183631.562500', '183632.022500', '183632.482500', '183632.942500', '183633.402500', '183633.862500', '183634.322500', '183634.782500', '183635.242500', '183635.702500', '183636.162500', '183636.622500', '183637.082500', '183637.542500', '183638.002500', '183638.462500', '183638.922500', '183639.382500', '183639.842500', '183640.302500', '183640.762500', '183641.222500', '183641.682500', '183642.142500', '183642.602500', '183643.062500', '183643.522500', '183643.982500', '183644.442500', '183644.902500', '183645.362500', '183645.822500', '183646.282500', '183646.742500', '183647.202500', '183647.662500', '183648.122500', '183648.582500', '183649.042500', '183649.502500', '183649.962500', '183650.422500', '183650.882500', '183651.342500', '183651.802500', '183652.262500', '183652.722500', '183653.182500', '183653.642500', '183654.102500', '183654.562500', '183655.022500', '183655.482500', '183655.942500', '183656.402500', '183656.862500', '183657.322500', '183657.782500', '183658.242500', '183658.702500', '183659.162500', '183659.622500', '183700.082500', '183700.542500', '183701.002500', '183701.462500', '183701.922500', '183702.382500', '183702.842500', '183703.302500', '183703.762500', '183704.222500', '183704.682500', '183705.142500', '183705.602500', '183706.062500', '183706.522500', '183706.982500', '183707.442500', '183707.902500', '183708.362500', '183708.822500', '183709.282500', '183709.742500', '183710.202500', '183710.662500', '183711.122500', '183711.582500', '183712.042500', '183712.502500', '183712.962500', '183713.422500', '183713.882500', '183714.342500', '183714.802500', '183715.262500', '183715.722500', '183716.182500', '183716.642500', '183717.102500', '183717.562500', '183718.022500', '183718.482500', '183718.942500', '183719.402500', '183719.862500', '183720.322500', '183720.782500', '183721.242500', '183721.702500', '183722.162500', '183722.622500', '183723.082500', '183723.542500', '183724.002500', '183724.462500', '183724.922500', '183725.382500', '183725.842500', '183726.302500', '183726.762500', '183727.222500', '183727.682500', '183728.142500', '183728.602500', '183729.062500', '183729.522500', '183729.982500', '183730.442500', '183730.902500', '183731.362500', '183731.822500', '183732.282500', '183732.742500', '183733.202500', '183733.662500', '183734.122500', '183734.582500', '183735.042500', '183735.502500', '183735.962500', '183736.422500', '183736.882500', '183737.342500', '183737.802500', '183738.262500', '183738.722500', '183739.182500', '183739.642500', '183740.102500', '183740.562500', '183741.022500', '183741.482500', '183741.942500', '183742.402500', '183742.862500', '183743.322500', '183743.782500', '183744.242500', '183744.702500', '183745.162500', '183745.622500', '183746.082500', '183746.542500', '183747.002500', '183747.462500', '183747.922500', '183748.382500', '183748.842500', '183749.302500', '183749.762500', '183750.222500', '183750.682500', '183751.142500', '183751.602500', '183752.062500', '183752.522500', '183752.982500', '183753.442500', '183753.902500', '183754.362500', '183754.822500', '183755.282500', '183755.742500', '183756.202500', '183756.662500', '183757.122500', '183757.582500', '183758.042500', '183758.502500', '183758.962500', '183759.422500', '183759.882500', '183800.342500', '183800.802500', '183801.262500', '183801.722500', '183802.182500', '183802.642500', '183803.102500', '183803.562500', '183804.022500', '183804.482500', '183804.942500', '183805.402500', '183805.862500', '183806.322500', '183806.782500', '183807.242500', '183807.702500', '183808.162500', '183808.622500', '183809.082500', '183809.542500', '183810.002500', '183810.462500', '183810.922500', '183811.382500', '183811.842500', '183812.302500', '183812.762500', '183813.222500', '183813.682500', '183814.142500', '183814.602500', '183815.062500', '183815.522500', '183815.982500', '183816.442500', '183816.902500', '183817.362500', '183817.822500', '183818.282500', '183818.742500', '183819.202500', '183819.662500', '183820.122500', '183820.582500', '183821.042500', '183821.502500', '183821.962500', '183822.422500', '183822.882500', '183823.342500', '183823.802500', '183824.262500', '183824.722500', '183825.182500', '183825.642500', '183826.102500', '183826.562500', '183827.022500', '183827.482500', '183827.942500', '183828.402500', '183828.862500', '183829.322500', '183829.782500', '183830.242500', '183830.702500', '183831.162500', '183831.622500', '183832.082500', '183832.542500', '183833.002500', '183833.462500', '183833.922500', '183834.382500', '183834.842500', '183835.302500', '183835.762500', '183836.222500', '183836.682500', '183837.142500', '183837.602500', '183838.062500', '183838.522500', '183838.982500', '183839.442500', '183839.902500', '183840.362500', '183840.822500', '183841.282500', '183841.742500', '183842.202500', '183842.662500', '183843.122500', '183843.582500', '183844.042500', '183844.502500', '183844.962500', '183845.422500', '183845.882500', '183846.342500', '183846.802500', '183847.262500', '183847.722500', '183848.182500', '183848.642500', '183849.102500', '183849.562500', '183850.022500', '183850.482500', '183850.942500', '183851.402500', '183851.862500', '183852.322500', '183852.782500', '183853.242500', '183853.702500', '183854.162500', '183854.622500', '183855.082500', '183855.542500', '183856.002500', '183856.462500', '183856.922500', '183857.382500', '183857.842500', '183858.302500', '183858.762500', '183859.222500', '183859.682500', '183900.142500', '183900.602500', '183901.062500', '183901.522500', '183901.982500', '183902.442500', '183902.902500', '183903.362500', '183903.822500', '183904.282500', '183904.742500', '183905.202500', '183905.662500', '183906.122500', '183906.582500', '183907.042500', '183907.502500', '183907.962500', '183908.422500', '183908.882500', '183909.342500', '183909.802500', '183910.262500', '183910.722500', '183911.182500', '183911.642500', '183912.102500', '183912.562500', '183913.022500', '183913.482500', '183913.942500', '183914.402500', '183914.862500', '183915.322500', '183915.782500', '183916.242500', '183916.702500', '183917.162500', '183917.622500', '183918.082500', '183918.542500', '183919.002500', '183919.462500', '183919.922500', '183920.382500', '183920.842500', '183921.302500', '183921.762500', '183922.222500', '183922.682500', '183923.142500', '183923.602500', '183924.062500', '183924.522500', '183924.982500', '183925.442500', '183925.902500', '183926.362500', '183926.822500', '183927.282500', '183927.742500', '183928.202500', '183928.662500', '183929.122500', '183929.582500', '183930.042500', '183930.502500', '183930.962500', '183931.422500', '183931.882500', '183932.342500', '183932.802500', '183933.262500', '183933.722500', '183934.182500', '183934.642500', '183935.102500', '183935.562500', '183936.022500', '183936.482500', '183936.942500', '183937.402500', '183937.862500', '183938.322500', '183938.782500', '183939.242500', '183939.702500', '183940.162500', '183940.622500', '183941.082500', '183941.542500', '183942.002500', '183942.462500', '183942.922500', '183943.382500', '183943.842500', '183944.302500', '183944.762500', '183945.222500', '183945.682500', '183946.142500', '183946.602500', '183947.062500', '183947.522500', '183947.982500', '183948.442500', '183948.902500', '183949.362500', '183949.822500', '183950.282500', '183950.742500', '183951.202500', '183951.662500', '183952.122500', '183952.582500', '183953.042500', '183953.502500', '183953.962500', '183954.422500', '183954.882500', '183955.342500', '183955.802500', '183956.262500', '183956.722500', '183957.182500', '183957.642500', '183958.102500', '183958.562500', '183959.022500', '183959.482500', '183959.942500', '184000.402500', '184000.862500', '184001.322500', '184001.782500', '184002.242500', '184002.702500', '184003.162500', '184003.622500', '184004.082500', '184004.542500', '184005.002500', '184005.462500', '184005.922500', '184006.382500', '184006.842500', '184007.302500', '184007.762500', '184008.222500', '184008.682500', '184009.142500', '184009.602500', '184010.062500', '184010.522500', '184010.982500', '184011.442500', '184011.902500', '184012.362500', '184012.822500', '184013.282500', '184013.742500', '184014.202500', '184014.662500', '184015.122500', '184015.582500', '184016.042500', '184016.502500', '184016.962500', '184017.422500', '184017.882500', '184018.342500', '184018.802500', '184019.262500', '184019.722500', '184020.182500', '184020.642500', '184021.102500', '184021.562500', '184022.022500', '184022.482500', '184022.942500', '184023.402500', '184023.862500', '184024.322500', '184024.782500', '184025.242500', '184025.702500', '184026.162500', '184026.622500', '184027.082500', '184027.542500', '184028.002500', '184028.462500', '184028.922500', '184029.382500', '184029.842500', '184030.302500', '184030.762500', '184031.222500', '184031.682500', '184032.142500', '184032.602500', '184033.062500', '184033.522500', '184033.982500', '184034.442500', '184034.902500', '184035.362500', '184035.822500', '184036.282500', '184036.742500', '184037.202500', '184037.662500', '184038.122500', '184038.582500', '184039.042500', '184039.502500', '184039.962500', '184040.422500', '184040.882500', '184041.342500', '184041.802500', '184042.262500', '184042.722500', '184043.182500', '184043.642500', '184044.102500', '184044.562500', '184045.022500', '184045.482500', '184045.942500', '184046.402500', '184046.862500', '184047.322500', '184047.782500', '184048.242500', '184048.702500', '184049.162500', '184049.622500', '184050.082500', '184050.542500', '184051.002500', '184051.462500', '184051.922500', '184052.382500', '184052.842500', '184053.302500', '184053.762500', '184054.222500', '184054.682500', '184055.142500', '184055.602500', '184056.062500', '184056.522500', '184056.982500', '184057.442500', '184057.902500', '184058.362500', '184058.822500', '184059.282500', '184059.742500', '184100.202500', '184100.662500', '184101.122500', '184101.582500', '184102.042500', '184102.502500', '184102.962500', '184103.422500', '184103.882500', '184104.342500', '184104.802500', '184105.262500', '184105.722500', '184106.182500', '184106.642500', '184107.102500', '184107.562500', '184108.022500', '184108.482500', '184108.942500', '184109.402500', '184109.862500', '184110.322500', '184110.782500', '184111.242500', '184111.702500', '184112.162500', '184112.622500', '184113.082500', '184113.542500', '184114.002500', '184114.462500', '184114.922500', '184115.382500', '184115.842500', '184116.302500', '184116.762500', '184117.222500', '184117.682500', '184118.142500', '184118.602500', '184119.062500', '184119.522500', '184119.982500', '184120.442500', '184120.902500', '184121.362500', '184121.822500', '184122.282500', '184122.742500', '184123.202500', '184123.662500', '184124.122500', '184124.582500', '184125.042500', '184125.502500', '184125.962500', '184126.422500', '184126.882500', '184127.342500', '184127.802500', '184128.262500', '184128.722500', '184129.182500', '184129.642500', '184130.102500', '184130.562500', '184131.022500', '184131.482500', '184131.942500', '184132.402500', '184132.862500', '184133.322500', '184133.782500', '184134.242500', '184134.702500', '184135.162500', '184135.622500', '184136.082500', '184136.542500', '184137.002500', '184137.462500', '184137.922500', '184138.382500', '184138.842500', '184139.302500', '184139.762500', '184140.222500', '184140.682500', '184141.142500', '184141.602500', '184142.062500', '184142.522500', '184142.982500', '184143.442500', '184143.902500', '184144.362500', '184144.822500', '184145.282500', '184145.742500', '184146.202500', '184146.662500', '184147.122500', '184147.582500', '184148.042500', '184148.502500', '184148.962500', '184149.422500', '184149.882500', '184150.342500', '184150.802500', '184151.262500', '184151.722500', '184152.182500', '184152.642500', '184153.102500', '184153.562500', '184154.022500', '184154.482500', '184154.942500', '184155.402500', '184155.862500', '184156.322500', '184156.782500', '184157.242500', '184157.702500', '184158.162500', '184158.622500', '184159.082500', '184159.542500', '184200.002500', '184200.462500', '184200.922500', '184201.382500', '184201.842500', '184202.302500', '184202.762500', '184203.222500', '184203.682500', '184204.142500', '184204.602500', '184205.062500', '184205.522500', '184205.982500', '184206.442500', '184206.902500', '184207.362500', '184207.822500', '184208.282500', '184208.742500', '184209.202500', '184209.662500', '184210.122500', '184210.582500', '184211.042500', '184211.502500', '184211.962500', '184212.422500', '184212.882500', '184213.342500', '184213.802500', '184214.262500', '184214.722500', '184215.182500', '184215.642500', '184216.102500', '184216.562500', '184217.022500', '184217.482500', '184217.942500', '184218.402500', '184218.862500', '184219.322500', '184219.782500', '184220.242500', '184220.702500', '184221.162500', '184221.622500', '184222.082500'], 'ContentTime': ['183549.198000', '183549.202000', '183549.205000', '183549.207000', '183549.210000', '183549.213000', '183549.216000', '183549.218000', '183549.221000', '183549.224000', '183549.227000', '183549.230000', '183549.232000', '183549.235000', '183549.238000', '183549.241000', '183609.166000', '183609.169000', '183609.171000', '183609.174000', '183609.177000', '183609.180000', '183609.184000', '183609.189000', '183609.192000', '183609.194000', '183609.197000', '183609.200000', '183609.203000', '183609.206000', '183609.208000', '183609.211000', '183609.214000', '183609.217000', '183609.219000', '183609.222000', '183609.225000', '183609.228000', '183609.230000', '183609.233000', '183609.236000', '183609.239000', '183609.242000', '183609.244000', '183609.247000', '183609.250000', '183609.253000', '183609.255000', '183609.258000', '183609.261000', '183609.264000', '183609.266000', '183609.269000', '183609.272000', '183609.275000', '183609.278000', '183609.280000', '183609.283000', '183609.286000', '183629.166000', '183629.169000', '183629.172000', '183629.174000', '183629.177000', '183629.180000', '183629.183000', '183629.185000', '183629.188000', '183629.191000', '183629.194000', '183629.197000', '183629.199000', '183629.202000', '183629.205000', '183629.208000', '183629.210000', '183629.213000', '183629.216000', '183629.219000', '183629.221000', '183629.224000', '183629.227000', '183629.230000', '183629.233000', '183629.235000', '183629.238000', '183629.241000', '183629.244000', '183629.247000', '183629.249000', '183629.252000', '183629.255000', '183629.258000', '183629.260000', '183629.263000', '183629.266000', '183629.269000', '183629.272000', '183629.274000', '183629.277000', '183629.280000', '183629.283000', '183629.286000', '183649.167000', '183649.170000', '183649.173000', '183649.175000', '183649.178000', '183649.181000', '183649.184000', '183649.187000', '183649.189000', '183649.192000', '183649.195000', '183649.198000', '183649.201000', '183649.204000', '183649.207000', '183649.209000', '183649.212000', '183649.215000', '183649.218000', '183649.220000', '183649.223000', '183649.226000', '183649.229000', '183649.232000', '183649.234000', '183649.237000', '183649.240000', '183649.243000', '183649.245000', '183649.248000', '183649.251000', '183649.254000', '183649.257000', '183649.259000', '183649.262000', '183649.265000', '183649.268000', '183649.271000', '183649.273000', '183649.276000', '183649.279000', '183649.282000', '183649.285000', '183709.167000', '183709.170000', '183709.173000', '183709.175000', '183709.178000', '183709.181000', '183709.184000', '183709.187000', '183709.189000', '183709.192000', '183709.195000', '183709.198000', '183709.200000', '183709.203000', '183709.206000', '183709.209000', '183709.212000', '183709.214000', '183709.217000', '183709.220000', '183709.223000', '183709.225000', '183709.228000', '183709.231000', '183709.234000', '183709.237000', '183709.240000', '183709.242000', '183709.245000', '183709.248000', '183709.251000', '183709.254000', '183709.256000', '183709.259000', '183709.262000', '183709.265000', '183709.267000', '183709.270000', '183709.273000', '183709.276000', '183709.279000', '183709.282000', '183709.284000', '183709.287000', '183729.167000', '183729.170000', '183729.172000', '183729.175000', '183729.178000', '183729.181000', '183729.184000', '183729.187000', '183729.189000', '183729.192000', '183729.195000', '183729.198000', '183729.201000', '183729.206000', '183729.210000', '183729.213000', '183729.215000', '183729.218000', '183729.221000', '183729.224000', '183729.227000', '183729.229000', '183729.232000', '183729.235000', '183729.238000', '183729.240000', '183729.243000', '183729.246000', '183729.249000', '183729.252000', '183729.254000', '183729.257000', '183729.260000', '183729.263000', '183729.266000', '183729.269000', '183729.284000', '183729.287000', '183729.289000', '183729.292000', '183729.295000', '183729.298000', '183729.301000', '183749.167000', '183749.170000', '183749.173000', '183749.175000', '183749.178000', '183749.181000', '183749.184000', '183749.187000', '183749.190000', '183749.192000', '183749.195000', '183749.198000', '183749.201000', '183749.204000', '183749.206000', '183749.209000', '183749.212000', '183749.215000', '183749.218000', '183749.227000', '183749.230000', '183749.233000', '183749.236000', '183749.239000', '183749.242000', '183749.244000', '183749.247000', '183749.250000', '183749.253000', '183749.256000', '183749.259000', '183749.261000', '183749.264000', '183749.267000', '183749.270000', '183749.273000', '183749.275000', '183749.278000', '183749.281000', '183749.284000', '183749.287000', '183749.289000', '183749.292000', '183749.295000', '183809.168000', '183809.172000', '183809.175000', '183809.177000', '183809.180000', '183809.183000', '183809.186000', '183809.189000', '183809.191000', '183809.194000', '183809.197000', '183809.200000', '183809.203000', '183809.205000', '183809.208000', '183809.211000', '183809.214000', '183809.217000', '183809.220000', '183809.223000', '183809.226000', '183809.229000', '183809.232000', '183809.235000', '183809.237000', '183809.240000', '183809.243000', '183809.246000', '183809.249000', '183809.251000', '183809.254000', '183809.257000', '183809.260000', '183809.263000', '183809.265000', '183809.268000', '183809.271000', '183809.281000', '183809.284000', '183809.287000', '183809.290000', '183809.293000', '183809.295000', '183829.166000', '183829.169000', '183829.172000', '183829.174000', '183829.177000', '183829.180000', '183829.183000', '183829.186000', '183829.189000', '183829.191000', '183829.194000', '183829.197000', '183829.200000', '183829.203000', '183829.205000', '183829.208000', '183829.211000', '183829.214000', '183829.217000', '183829.220000', '183829.222000', '183829.225000', '183829.228000', '183829.231000', '183829.234000', '183829.236000', '183829.239000', '183829.242000', '183829.245000', '183829.248000', '183829.250000', '183829.253000', '183829.256000', '183829.259000', '183829.262000', '183829.265000', '183829.268000', '183829.270000', '183829.273000', '183829.276000', '183829.279000', '183829.281000', '183829.284000', '183829.287000', '183849.166000', '183849.169000', '183849.172000', '183849.175000', '183849.177000', '183849.180000', '183849.183000', '183849.186000', '183849.189000', '183849.191000', '183849.194000', '183849.197000', '183849.200000', '183849.202000', '183849.205000', '183849.208000', '183849.211000', '183849.214000', '183849.217000', '183849.220000', '183849.222000', '183849.225000', '183849.228000', '183849.231000', '183849.234000', '183849.236000', '183849.239000', '183849.242000', '183849.245000', '183849.251000', '183849.254000', '183849.257000', '183849.260000', '183849.263000', '183849.265000', '183849.268000', '183849.271000', '183849.274000', '183849.277000', '183849.279000', '183849.282000', '183849.285000', '183849.288000', '183909.167000', '183909.170000', '183909.173000', '183909.176000', '183909.178000', '183909.181000', '183909.184000', '183909.187000', '183909.190000', '183909.192000', '183909.195000', '183909.198000', '183909.201000', '183909.204000', '183909.206000', '183909.209000', '183909.212000', '183909.227000', '183909.230000', '183909.232000', '183909.235000', '183909.238000', '183909.241000', '183909.244000', '183909.246000', '183909.249000', '183909.252000', '183909.255000', '183909.258000', '183909.260000', '183909.263000', '183909.266000', '183909.269000', '183909.272000', '183909.274000', '183909.277000', '183909.280000', '183909.283000', '183909.286000', '183909.288000', '183909.291000', '183909.294000', '183909.297000', '183909.299000', '183929.167000', '183929.170000', '183929.173000', '183929.176000', '183929.179000', '183929.181000', '183929.184000', '183929.187000', '183929.190000', '183929.192000', '183929.195000', '183929.198000', '183929.201000', '183929.204000', '183929.208000', '183929.210000', '183929.213000', '183929.216000', '183929.219000', '183929.222000', '183929.225000', '183929.228000', '183929.230000', '183929.233000', '183929.236000', '183929.239000', '183929.242000', '183929.244000', '183929.247000', '183929.250000', '183929.253000', '183929.256000', '183929.259000', '183929.261000', '183929.264000', '183929.267000', '183929.270000', '183929.273000', '183929.276000', '183929.278000', '183929.281000', '183929.284000', '183929.287000', '183949.167000', '183949.170000', '183949.173000', '183949.176000', '183949.178000', '183949.181000', '183949.191000', '183949.194000', '183949.197000', '183949.199000', '183949.202000', '183949.205000', '183949.208000', '183949.211000', '183949.213000', '183949.216000', '183949.219000', '183949.222000', '183949.225000', '183949.227000', '183949.230000', '183949.233000', '183949.236000', '183949.239000', '183949.242000', '183949.244000', '183949.247000', '183949.250000', '183949.253000', '183949.256000', '183949.258000', '183949.261000', '183949.264000', '183949.267000', '183949.270000', '183949.273000', '183949.275000', '183949.278000', '183949.281000', '183949.284000', '183949.286000', '183949.289000', '183949.292000', '183949.295000', '184009.167000', '184009.170000', '184009.173000', '184009.176000', '184009.178000', '184009.181000', '184009.184000', '184009.187000', '184009.189000', '184009.192000', '184009.195000', '184009.198000', '184009.200000', '184009.203000', '184009.206000', '184009.209000', '184009.212000', '184009.215000', '184009.217000', '184009.220000', '184009.223000', '184009.226000', '184009.228000', '184009.231000', '184009.234000', '184009.237000', '184009.240000', '184009.243000', '184009.245000', '184009.248000', '184009.251000', '184009.254000', '184009.257000', '184009.260000', '184009.262000', '184009.265000', '184009.268000', '184009.271000', '184009.273000', '184009.276000', '184009.279000', '184009.282000', '184009.285000', '184029.167000', '184029.170000', '184029.173000', '184029.175000', '184029.178000', '184029.181000', '184029.184000', '184029.187000', '184029.189000', '184029.192000', '184029.195000', '184029.203000', '184029.206000', '184029.209000', '184029.212000', '184029.215000', '184029.218000', '184029.221000', '184029.223000', '184029.226000', '184029.229000', '184029.232000', '184029.235000', '184029.238000', '184029.241000', '184029.243000', '184029.246000', '184029.249000', '184029.252000', '184029.255000', '184029.258000', '184029.261000', '184029.264000', '184029.266000', '184029.269000', '184029.272000', '184029.275000', '184029.278000', '184029.281000', '184029.283000', '184029.286000', '184029.289000', '184029.303000', '184029.306000', '184049.166000', '184049.169000', '184049.172000', '184049.174000', '184049.177000', '184049.180000', '184049.183000', '184049.186000', '184049.188000', '184049.197000', '184049.200000', '184049.203000', '184049.206000', '184049.209000', '184049.212000', '184049.214000', '184049.217000', '184049.220000', '184049.223000', '184049.226000', '184049.229000', '184049.232000', '184049.235000', '184049.237000', '184049.241000', '184049.244000', '184049.247000', '184049.250000', '184049.253000', '184049.255000', '184049.258000', '184049.261000', '184049.264000', '184049.267000', '184049.269000', '184049.272000', '184049.275000', '184049.278000', '184049.280000', '184049.283000', '184049.286000', '184049.289000', '184049.292000', '184109.166000', '184109.169000', '184109.172000', '184109.174000', '184109.177000', '184109.180000', '184109.183000', '184109.186000', '184109.188000', '184109.191000', '184109.194000', '184109.197000', '184109.200000', '184109.203000', '184109.205000', '184109.208000', '184109.211000', '184109.214000', '184109.217000', '184109.220000', '184109.222000', '184109.225000', '184109.228000', '184109.231000', '184109.234000', '184109.236000', '184109.239000', '184109.242000', '184109.245000', '184109.248000', '184109.251000', '184109.253000', '184109.256000', '184109.259000', '184109.262000', '184109.265000', '184109.267000', '184109.270000', '184109.273000', '184109.276000', '184109.279000', '184109.282000', '184109.284000', '184109.287000', '184129.167000', '184129.170000', '184129.173000', '184129.175000', '184129.178000', '184129.181000', '184129.184000', '184129.187000', '184129.189000', '184129.192000', '184129.195000', '184129.198000', '184129.200000', '184129.203000', '184129.206000', '184129.209000', '184129.212000', '184129.215000', '184129.217000', '184129.220000', '184129.223000', '184129.226000', '184129.228000', '184129.231000', '184129.234000', '184129.237000', '184129.240000', '184129.243000', '184129.246000', '184129.248000', '184129.251000', '184129.254000', '184129.257000', '184129.260000', '184129.262000', '184129.265000', '184129.268000', '184129.271000', '184129.274000', '184129.276000', '184129.279000', '184129.282000', '184129.285000', '184149.167000', '184149.170000', '184149.173000', '184149.176000', '184149.178000', '184149.181000', '184149.184000', '184149.187000', '184149.189000', '184149.192000', '184149.195000', '184149.198000', '184149.201000', '184149.203000', '184149.206000', '184149.209000', '184149.212000', '184149.215000', '184149.217000', '184149.220000', '184149.223000', '184149.226000', '184149.229000', '184149.231000', '184149.234000', '184149.237000', '184149.240000', '184149.243000', '184149.246000', '184149.248000', '184149.251000', '184149.254000', '184149.257000', '184149.260000', '184149.262000', '184149.266000', '184149.269000', '184149.272000', '184149.275000', '184149.278000', '184149.281000', '184149.284000', '184149.287000', '184149.289000', '184209.167000', '184209.170000', '184209.173000', '184209.175000', '184209.178000', '184209.181000', '184209.184000', '184209.187000', '184209.189000', '184209.208000', '184209.211000', '184209.214000', '184209.217000', '184209.219000', '184209.222000', '184209.225000', '184209.228000', '184209.230000', '184209.233000', '184209.236000', '184209.239000', '184209.242000', '184209.244000', '184209.247000', '184209.250000', '184209.253000', '184209.256000', '184209.258000', '184209.261000', '184209.264000', '184209.267000', '184209.270000', '184209.272000', '184209.275000', '184209.278000', '184209.282000', '184209.285000', '184209.290000', '184209.293000', '184209.296000', '184209.299000', '184209.302000', '184209.304000', '184222.732000', '184222.736000', '184222.739000', '184222.742000', '184222.745000', '184222.749000', '184222.752000', '184222.755000', '184222.758000', '184222.761000', '184222.764000', '184222.767000', '184222.770000', '184222.772000', '184222.775000', '184222.778000', '184222.781000', '184222.784000', '184222.787000', '184222.790000', '184222.793000', '184222.796000', '184222.799000', '184222.802000', '184222.805000', '184222.808000', '184222.811000', '184222.813000', '184222.816000', '184222.819000'], 'InstanceCreationTime': ['183549.198000', '183549.202000', '183549.205000', '183549.207000', '183549.210000', '183549.213000', '183549.216000', '183549.218000', '183549.221000', '183549.224000', '183549.227000', '183549.230000', '183549.232000', '183549.235000', '183549.238000', '183549.241000', '183609.166000', '183609.169000', '183609.171000', '183609.174000', '183609.177000', '183609.180000', '183609.184000', '183609.189000', '183609.192000', '183609.194000', '183609.197000', '183609.200000', '183609.203000', '183609.206000', '183609.208000', '183609.211000', '183609.214000', '183609.217000', '183609.219000', '183609.222000', '183609.225000', '183609.228000', '183609.230000', '183609.233000', '183609.236000', '183609.239000', '183609.242000', '183609.244000', '183609.247000', '183609.250000', '183609.253000', '183609.255000', '183609.258000', '183609.261000', '183609.264000', '183609.266000', '183609.269000', '183609.272000', '183609.275000', '183609.278000', '183609.280000', '183609.283000', '183609.286000', '183629.166000', '183629.169000', '183629.172000', '183629.174000', '183629.177000', '183629.180000', '183629.183000', '183629.185000', '183629.188000', '183629.191000', '183629.194000', '183629.197000', '183629.199000', '183629.202000', '183629.205000', '183629.208000', '183629.210000', '183629.213000', '183629.216000', '183629.219000', '183629.221000', '183629.224000', '183629.227000', '183629.230000', '183629.233000', '183629.235000', '183629.238000', '183629.241000', '183629.244000', '183629.247000', '183629.249000', '183629.252000', '183629.255000', '183629.258000', '183629.260000', '183629.263000', '183629.266000', '183629.269000', '183629.272000', '183629.274000', '183629.277000', '183629.280000', '183629.283000', '183629.286000', '183649.167000', '183649.170000', '183649.173000', '183649.175000', '183649.178000', '183649.181000', '183649.184000', '183649.187000', '183649.189000', '183649.192000', '183649.195000', '183649.198000', '183649.201000', '183649.204000', '183649.207000', '183649.209000', '183649.212000', '183649.215000', '183649.218000', '183649.220000', '183649.223000', '183649.226000', '183649.229000', '183649.232000', '183649.234000', '183649.237000', '183649.240000', '183649.243000', '183649.245000', '183649.248000', '183649.251000', '183649.254000', '183649.257000', '183649.259000', '183649.262000', '183649.265000', '183649.268000', '183649.271000', '183649.273000', '183649.276000', '183649.279000', '183649.282000', '183649.285000', '183709.167000', '183709.170000', '183709.173000', '183709.175000', '183709.178000', '183709.181000', '183709.184000', '183709.187000', '183709.189000', '183709.192000', '183709.195000', '183709.198000', '183709.200000', '183709.203000', '183709.206000', '183709.209000', '183709.212000', '183709.214000', '183709.217000', '183709.220000', '183709.223000', '183709.225000', '183709.228000', '183709.231000', '183709.234000', '183709.237000', '183709.240000', '183709.242000', '183709.245000', '183709.248000', '183709.251000', '183709.254000', '183709.256000', '183709.259000', '183709.262000', '183709.265000', '183709.267000', '183709.270000', '183709.273000', '183709.276000', '183709.279000', '183709.282000', '183709.284000', '183709.287000', '183729.167000', '183729.170000', '183729.172000', '183729.175000', '183729.178000', '183729.181000', '183729.184000', '183729.187000', '183729.189000', '183729.192000', '183729.195000', '183729.198000', '183729.201000', '183729.206000', '183729.210000', '183729.213000', '183729.215000', '183729.218000', '183729.221000', '183729.224000', '183729.227000', '183729.229000', '183729.232000', '183729.235000', '183729.238000', '183729.240000', '183729.243000', '183729.246000', '183729.249000', '183729.252000', '183729.254000', '183729.257000', '183729.260000', '183729.263000', '183729.266000', '183729.269000', '183729.284000', '183729.287000', '183729.289000', '183729.292000', '183729.295000', '183729.298000', '183729.301000', '183749.167000', '183749.170000', '183749.173000', '183749.175000', '183749.178000', '183749.181000', '183749.184000', '183749.187000', '183749.190000', '183749.192000', '183749.195000', '183749.198000', '183749.201000', '183749.204000', '183749.206000', '183749.209000', '183749.212000', '183749.215000', '183749.218000', '183749.227000', '183749.230000', '183749.233000', '183749.236000', '183749.239000', '183749.242000', '183749.244000', '183749.247000', '183749.250000', '183749.253000', '183749.256000', '183749.259000', '183749.261000', '183749.264000', '183749.267000', '183749.270000', '183749.273000', '183749.275000', '183749.278000', '183749.281000', '183749.284000', '183749.287000', '183749.289000', '183749.292000', '183749.295000', '183809.168000', '183809.172000', '183809.175000', '183809.177000', '183809.180000', '183809.183000', '183809.186000', '183809.189000', '183809.191000', '183809.194000', '183809.197000', '183809.200000', '183809.203000', '183809.205000', '183809.208000', '183809.211000', '183809.214000', '183809.217000', '183809.220000', '183809.223000', '183809.226000', '183809.229000', '183809.232000', '183809.235000', '183809.237000', '183809.240000', '183809.243000', '183809.246000', '183809.249000', '183809.251000', '183809.254000', '183809.257000', '183809.260000', '183809.263000', '183809.265000', '183809.268000', '183809.271000', '183809.281000', '183809.284000', '183809.287000', '183809.290000', '183809.293000', '183809.295000', '183829.166000', '183829.169000', '183829.172000', '183829.174000', '183829.177000', '183829.180000', '183829.183000', '183829.186000', '183829.189000', '183829.191000', '183829.194000', '183829.197000', '183829.200000', '183829.203000', '183829.205000', '183829.208000', '183829.211000', '183829.214000', '183829.217000', '183829.220000', '183829.222000', '183829.225000', '183829.228000', '183829.231000', '183829.234000', '183829.236000', '183829.239000', '183829.242000', '183829.245000', '183829.248000', '183829.250000', '183829.253000', '183829.256000', '183829.259000', '183829.262000', '183829.265000', '183829.268000', '183829.270000', '183829.273000', '183829.276000', '183829.279000', '183829.281000', '183829.284000', '183829.287000', '183849.166000', '183849.169000', '183849.172000', '183849.175000', '183849.177000', '183849.180000', '183849.183000', '183849.186000', '183849.189000', '183849.191000', '183849.194000', '183849.197000', '183849.200000', '183849.202000', '183849.205000', '183849.208000', '183849.211000', '183849.214000', '183849.217000', '183849.220000', '183849.222000', '183849.225000', '183849.228000', '183849.231000', '183849.234000', '183849.236000', '183849.239000', '183849.242000', '183849.245000', '183849.251000', '183849.254000', '183849.257000', '183849.260000', '183849.263000', '183849.265000', '183849.268000', '183849.271000', '183849.274000', '183849.277000', '183849.279000', '183849.282000', '183849.285000', '183849.288000', '183909.167000', '183909.170000', '183909.173000', '183909.176000', '183909.178000', '183909.181000', '183909.184000', '183909.187000', '183909.190000', '183909.192000', '183909.195000', '183909.198000', '183909.201000', '183909.204000', '183909.206000', '183909.209000', '183909.212000', '183909.227000', '183909.230000', '183909.232000', '183909.235000', '183909.238000', '183909.241000', '183909.244000', '183909.246000', '183909.249000', '183909.252000', '183909.255000', '183909.258000', '183909.260000', '183909.263000', '183909.266000', '183909.269000', '183909.272000', '183909.274000', '183909.277000', '183909.280000', '183909.283000', '183909.286000', '183909.288000', '183909.291000', '183909.294000', '183909.297000', '183909.299000', '183929.167000', '183929.170000', '183929.173000', '183929.176000', '183929.179000', '183929.181000', '183929.184000', '183929.187000', '183929.190000', '183929.192000', '183929.195000', '183929.198000', '183929.201000', '183929.204000', '183929.208000', '183929.210000', '183929.213000', '183929.216000', '183929.219000', '183929.222000', '183929.225000', '183929.228000', '183929.230000', '183929.233000', '183929.236000', '183929.239000', '183929.242000', '183929.244000', '183929.247000', '183929.250000', '183929.253000', '183929.256000', '183929.259000', '183929.261000', '183929.264000', '183929.267000', '183929.270000', '183929.273000', '183929.276000', '183929.278000', '183929.281000', '183929.284000', '183929.287000', '183949.167000', '183949.170000', '183949.173000', '183949.176000', '183949.178000', '183949.181000', '183949.191000', '183949.194000', '183949.197000', '183949.199000', '183949.202000', '183949.205000', '183949.208000', '183949.211000', '183949.213000', '183949.216000', '183949.219000', '183949.222000', '183949.225000', '183949.227000', '183949.230000', '183949.233000', '183949.236000', '183949.239000', '183949.242000', '183949.244000', '183949.247000', '183949.250000', '183949.253000', '183949.256000', '183949.258000', '183949.261000', '183949.264000', '183949.267000', '183949.270000', '183949.273000', '183949.275000', '183949.278000', '183949.281000', '183949.284000', '183949.286000', '183949.289000', '183949.292000', '183949.295000', '184009.167000', '184009.170000', '184009.173000', '184009.176000', '184009.178000', '184009.181000', '184009.184000', '184009.187000', '184009.189000', '184009.192000', '184009.195000', '184009.198000', '184009.200000', '184009.203000', '184009.206000', '184009.209000', '184009.212000', '184009.215000', '184009.217000', '184009.220000', '184009.223000', '184009.226000', '184009.228000', '184009.231000', '184009.234000', '184009.237000', '184009.240000', '184009.243000', '184009.245000', '184009.248000', '184009.251000', '184009.254000', '184009.257000', '184009.260000', '184009.262000', '184009.265000', '184009.268000', '184009.271000', '184009.273000', '184009.276000', '184009.279000', '184009.282000', '184009.285000', '184029.167000', '184029.170000', '184029.173000', '184029.175000', '184029.178000', '184029.181000', '184029.184000', '184029.187000', '184029.189000', '184029.192000', '184029.195000', '184029.203000', '184029.206000', '184029.209000', '184029.212000', '184029.215000', '184029.218000', '184029.221000', '184029.223000', '184029.226000', '184029.229000', '184029.232000', '184029.235000', '184029.238000', '184029.241000', '184029.243000', '184029.246000', '184029.249000', '184029.252000', '184029.255000', '184029.258000', '184029.261000', '184029.264000', '184029.266000', '184029.269000', '184029.272000', '184029.275000', '184029.278000', '184029.281000', '184029.283000', '184029.286000', '184029.289000', '184029.303000', '184029.306000', '184049.166000', '184049.169000', '184049.172000', '184049.174000', '184049.177000', '184049.180000', '184049.183000', '184049.186000', '184049.188000', '184049.197000', '184049.200000', '184049.203000', '184049.206000', '184049.209000', '184049.212000', '184049.214000', '184049.217000', '184049.220000', '184049.223000', '184049.226000', '184049.229000', '184049.232000', '184049.235000', '184049.237000', '184049.241000', '184049.244000', '184049.247000', '184049.250000', '184049.253000', '184049.255000', '184049.258000', '184049.261000', '184049.264000', '184049.267000', '184049.269000', '184049.272000', '184049.275000', '184049.278000', '184049.280000', '184049.283000', '184049.286000', '184049.289000', '184049.292000', '184109.166000', '184109.169000', '184109.172000', '184109.174000', '184109.177000', '184109.180000', '184109.183000', '184109.186000', '184109.188000', '184109.191000', '184109.194000', '184109.197000', '184109.200000', '184109.203000', '184109.205000', '184109.208000', '184109.211000', '184109.214000', '184109.217000', '184109.220000', '184109.222000', '184109.225000', '184109.228000', '184109.231000', '184109.234000', '184109.236000', '184109.239000', '184109.242000', '184109.245000', '184109.248000', '184109.251000', '184109.253000', '184109.256000', '184109.259000', '184109.262000', '184109.265000', '184109.267000', '184109.270000', '184109.273000', '184109.276000', '184109.279000', '184109.282000', '184109.284000', '184109.287000', '184129.167000', '184129.170000', '184129.173000', '184129.175000', '184129.178000', '184129.181000', '184129.184000', '184129.187000', '184129.189000', '184129.192000', '184129.195000', '184129.198000', '184129.200000', '184129.203000', '184129.206000', '184129.209000', '184129.212000', '184129.215000', '184129.217000', '184129.220000', '184129.223000', '184129.226000', '184129.228000', '184129.231000', '184129.234000', '184129.237000', '184129.240000', '184129.243000', '184129.246000', '184129.248000', '184129.251000', '184129.254000', '184129.257000', '184129.260000', '184129.262000', '184129.265000', '184129.268000', '184129.271000', '184129.274000', '184129.276000', '184129.279000', '184129.282000', '184129.285000', '184149.167000', '184149.170000', '184149.173000', '184149.176000', '184149.178000', '184149.181000', '184149.184000', '184149.187000', '184149.189000', '184149.192000', '184149.195000', '184149.198000', '184149.201000', '184149.203000', '184149.206000', '184149.209000', '184149.212000', '184149.215000', '184149.217000', '184149.220000', '184149.223000', '184149.226000', '184149.229000', '184149.231000', '184149.234000', '184149.237000', '184149.240000', '184149.243000', '184149.246000', '184149.248000', '184149.251000', '184149.254000', '184149.257000', '184149.260000', '184149.262000', '184149.266000', '184149.269000', '184149.272000', '184149.275000', '184149.278000', '184149.281000', '184149.284000', '184149.287000', '184149.289000', '184209.167000', '184209.170000', '184209.173000', '184209.175000', '184209.178000', '184209.181000', '184209.184000', '184209.187000', '184209.189000', '184209.208000', '184209.211000', '184209.214000', '184209.217000', '184209.219000', '184209.222000', '184209.225000', '184209.228000', '184209.230000', '184209.233000', '184209.236000', '184209.239000', '184209.242000', '184209.244000', '184209.247000', '184209.250000', '184209.253000', '184209.256000', '184209.258000', '184209.261000', '184209.264000', '184209.267000', '184209.270000', '184209.272000', '184209.275000', '184209.278000', '184209.282000', '184209.285000', '184209.290000', '184209.293000', '184209.296000', '184209.299000', '184209.302000', '184209.304000', '184222.732000', '184222.736000', '184222.739000', '184222.742000', '184222.745000', '184222.749000', '184222.752000', '184222.755000', '184222.758000', '184222.761000', '184222.764000', '184222.767000', '184222.770000', '184222.772000', '184222.775000', '184222.778000', '184222.781000', '184222.784000', '184222.787000', '184222.790000', '184222.793000', '184222.796000', '184222.799000', '184222.802000', '184222.805000', '184222.808000', '184222.811000', '184222.813000', '184222.816000', '184222.819000'], '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': [12947, 12235, 14902, 11842, 14266, 12013, 13275, 13442, 12940, 13266, 12597, 14690, 12273, 14023, 11832, 13486, 13042, 14261, 14795, 13899, 14948, 12698, 15028, 15192, 15727, 14293, 15383, 15856, 13743, 15455, 12210, 14802, 14307, 15316, 15771, 13997, 15217, 13152, 14724, 14494, 14378, 12611, 13440, 11226, 13577, 14129, 12574, 13956, 12490, 13752, 12460, 13182, 14220, 13030, 12555, 14078, 13268, 14616, 12653, 14695, 13255, 13921, 13166, 14951, 14506, 14239, 13494, 15108, 13693, 14289, 13278, 14049, 13071, 15121, 11849, 14186, 12453, 13187, 11113, 13005, 11998, 12805, 14933, 14687, 14312, 11465, 14361, 11348, 13279, 11159, 12700, 10954, 13290, 12096, 12440, 15095, 12193, 14629, 14577, 15148, 11851, 14811, 14923, 13218, 14955, 12522, 14781, 12357, 14621, 13628, 14504, 12925, 14626, 13384, 14714, 15163, 15216, 15042, 14997, 14475, 15067, 13850, 15224, 15251, 15672, 14367, 15176, 16118, 12771, 14583, 11810, 14717, 12042, 13244, 15095, 12211, 15089, 12077, 14715, 10228, 13874, 14332, 13096, 14662, 12473, 14830, 12598, 14692, 12698, 13462, 14912, 13010, 14400, 13945, 14902, 11555, 13986, 14049, 13430, 13781, 13467, 14280, 11799, 13078, 11914, 12705, 15261, 11974, 14772, 10746, 14792, 13160, 13314, 12447, 13447, 12172, 14085, 14887, 12915, 13948, 13580, 13926, 13331, 13299, 13706, 13325, 13596, 12552, 13126, 11910, 12334, 12733, 13042, 12688, 11502, 12585, 11049, 12682, 13419, 12923, 13438, 12663, 14446, 12260, 14816, 15097, 12297, 13843, 14554, 12900, 13333, 12589, 14685, 12541, 13589, 13870, 14571, 11605, 12937, 14576, 12047, 14053, 13136, 14552, 12012, 13104, 14802, 12683, 15530, 12861, 15029, 14000, 14121, 13260, 15180, 13316, 15295, 15401, 13969, 14478, 13572, 13883, 12425, 14021, 11163, 13040, 14684, 13188, 14532, 13781, 14942, 13245, 14966, 13644, 14163, 14387, 14657, 14705, 14054, 14350, 13296, 14679, 13519, 14824, 13701, 14508, 14185, 12968, 14739, 13270, 14549, 13915, 14633, 16288, 13859, 15351, 12993, 14512, 13077, 13793, 12037, 13506, 14096, 13330, 13620, 13121, 14055, 12522, 13678, 11334, 13894, 13553, 12989, 13942, 12615, 14019, 11393, 13314, 13636, 13423, 14368, 12019, 14541, 11975, 13269, 14667, 13552, 13947, 12792, 14360, 14796, 13720, 14848, 13562, 13853, 13708, 13061, 13329, 13383, 14230, 12338, 13384, 12265, 13915, 13752, 12996, 14109, 13864, 13488, 14255, 13427, 13844, 13652, 13755, 12934, 13416, 14575, 13551, 14049, 13537, 14276, 14396, 13675, 14026, 13745, 14011, 13547, 13702, 13606, 14162, 13580, 13377, 13612, 12500, 13518, 11984, 14007, 11559, 14070, 12730, 13870, 11827, 13505, 11294, 13917, 11866, 14074, 12535, 14034, 12668, 13541, 13583, 12952, 14064, 16070, 13957, 12471, 12794, 13036, 12167, 14231, 11214, 13449, 13087, 13498, 13078, 13349, 13881, 12423, 13648, 11505, 13516, 13806, 13283, 13595, 12317, 13258, 14779, 13726, 14304, 12068, 14118, 12708, 14139, 15113, 12672, 14350, 15380, 13536, 14827, 13099, 14540, 12615, 13683, 14414, 14031, 13498, 14183, 14040, 13606, 14199, 13482, 14041, 12905, 14147, 13176, 14262, 14485, 13551, 13502, 13689, 12196, 12595, 14547, 13252, 14090, 14089, 13549, 14117, 12201, 13777, 10588, 13641, 13966, 13004, 13387, 12320, 13496, 12058, 14279, 13291, 13706, 13815, 13204, 14501, 12948, 13905, 14838, 12528, 14923, 13113, 13928, 13580, 12203, 14197, 13796, 15522, 14026, 14044, 13335, 13461, 12437, 13917, 13637, 13757, 13727, 15208, 13416, 14627, 13598, 14209, 13736, 14584, 13705, 14273, 14055, 13782, 13008, 14112, 13752, 13841, 13054, 14213, 13495, 13448, 13340, 13148, 14257, 12694, 13292, 14537, 13037, 13921, 14412, 13459, 14239, 12349, 13728, 11885, 14145, 11265, 13974, 13204, 13512, 13673, 11891, 14117, 12624, 14013, 12453, 13494, 13808, 12101, 14136, 12575, 13740, 13903, 13136, 13940, 12047, 13531, 12910, 14217, 14491, 13545, 14659, 12798, 13891, 13915, 14028, 14563, 13717, 14415, 13292, 13871, 13459, 13983, 14354, 14031, 16190, 13831, 13097, 13563, 14027, 13157, 13551, 13615, 13960, 15103, 13464, 14435, 13175, 13887, 13559, 14145, 13204, 13735, 14156, 13063, 13880, 12922, 12985, 14323, 12500, 13827, 13236, 14219, 12257, 13706, 13136, 13232, 13191, 12256, 13818, 12018, 14228, 13441, 13327, 14030, 13017, 13651, 12238, 14121, 14046, 14066, 14397, 13365, 14243, 13522, 13743, 14038, 13956, 13840, 13364, 13957, 13240, 13983, 13565, 13408, 12670, 13404, 11995, 13456, 12792, 13795, 13643, 13316, 13185, 13800, 13718, 12170, 13803, 13544, 16469, 13441, 13730, 15209, 13550, 12981, 13242, 13699, 10541, 13783, 14018, 11264, 14010, 11260, 14028, 11274, 13450, 14096, 12455, 14159, 11631, 13902, 9731, 13811, 14113, 13508, 13418, 13131, 12451, 14103, 11787, 14131, 12661, 12664, 12753, 12262, 14359, 13576, 13795, 14180, 15355, 14039, 12756, 14040, 12700, 13243, 14479, 14668, 13743, 13505, 13094, 14295, 13799, 14214, 13850, 13842, 14324, 14377, 13760, 12779, 13584, 13995, 12511, 13835, 14284, 13701, 12134, 13598, 13820, 13582, 13831, 14523, 13795, 13225, 14210, 14265, 12699, 14287, 12552, 13999, 12441, 12339, 13816, 12049, 13870, 12434, 13275, 12800, 12793, 14035, 12614, 14183, 12899, 13069, 14178, 14579, 14021, 13194, 13756, 14284, 13967, 14050, 11795, 14262, 13392, 14462, 13902, 12756, 14417, 13084, 14351, 13910, 13420, 14287, 12665, 14335, 12186, 14656, 13374, 14032, 13959, 14094, 14419, 12737, 14525, 12679, 14270, 13655, 14424, 13772, 15164, 14017, 14371, 13632, 13565, 12928, 14252, 11268, 13802, 13743, 11973, 13848, 13913, 13650, 13757, 13968, 13956, 12770, 13333, 13842, 13421, 14390, 12619, 13766, 14141, 13056, 14238, 13293, 14124, 11129, 14392, 14126, 12109, 14089, 14442, 13520, 13417, 13395, 13149, 12657, 13846, 13404, 12876, 13840, 12683, 13813, 11023, 13460, 13881, 12161, 13939, 13774, 14088, 13509, 11450, 13733, 13264, 11730, 13814, 12851, 13613, 10559, 13695, 13625, 11620, 14127, 14651, 13807, 12394, 13985, 14035, 11696, 14006, 15317, 13314, 13840, 12909, 14120, 11514, 13847, 14563, 13463, 14147, 14388, 14002, 11310, 13667, 12222, 13664, 13474, 12056, 14041, 12873, 14116, 11748, 13908, 12032, 13525, 12823, 13537, 14639, 13772, 15178, 13475, 13298, 12167, 13449, 13014, 13048, 13514, 13271, 13429, 13569, 12741, 14137, 11242, 13806, 12598, 12569], 'WindowCenter': [4463.0, 4439.0, 4442.0, 4409.0, 4428.0, 4404.0, 4405.0, 4405.0, 4402.0, 4406.0, 4406.0, 4412.0, 4393.0, 4415.0, 4392.0, 4416.0, 4429.0, 4430.0, 4429.0, 4429.0, 4426.0, 4407.0, 4426.0, 4414.0, 4428.0, 4416.0, 4415.0, 4413.0, 4402.0, 4412.0, 4390.0, 4412.0, 4410.0, 4424.0, 4413.0, 4412.0, 4426.0, 4402.0, 4415.0, 4417.0, 4427.0, 4405.0, 4415.0, 4385.0, 4416.0, 4416.0, 4405.0, 4415.0, 4403.0, 4413.0, 4401.0, 4404.0, 4416.0, 4405.0, 4405.0, 4415.0, 4404.0, 4414.0, 4404.0, 4415.0, 4404.0, 4415.0, 4406.0, 4416.0, 4415.0, 4413.0, 4402.0, 4411.0, 4400.0, 4399.0, 4390.0, 4402.0, 4402.0, 4412.0, 4392.0, 4425.0, 4390.0, 4399.0, 4394.0, 4413.0, 4391.0, 4402.0, 4424.0, 4425.0, 4425.0, 4404.0, 4425.0, 4393.0, 4417.0, 4395.0, 4404.0, 4394.0, 4417.0, 4405.0, 4416.0, 4436.0, 4405.0, 4428.0, 4428.0, 4426.0, 4394.0, 4426.0, 4414.0, 4402.0, 4412.0, 4403.0, 4412.0, 4402.0, 4413.0, 4402.0, 4412.0, 4402.0, 4414.0, 4403.0, 4414.0, 4413.0, 4412.0, 4411.0, 4410.0, 4399.0, 4410.0, 4399.0, 4413.0, 4423.0, 4423.0, 4410.0, 4411.0, 4412.0, 4387.0, 4396.0, 4376.0, 4410.0, 4390.0, 4399.0, 4408.0, 4387.0, 4410.0, 4388.0, 4410.0, 4367.0, 4398.0, 4409.0, 4398.0, 4409.0, 4390.0, 4411.0, 4390.0, 4411.0, 4387.0, 4399.0, 4409.0, 4387.0, 4400.0, 4400.0, 4411.0, 4379.0, 4400.0, 4410.0, 4401.0, 4400.0, 4400.0, 4411.0, 4390.0, 4402.0, 4392.0, 4403.0, 4440.0, 4407.0, 4426.0, 4394.0, 4425.0, 4416.0, 4427.0, 4405.0, 4416.0, 4404.0, 4426.0, 4426.0, 4390.0, 4400.0, 4389.0, 4386.0, 4388.0, 4399.0, 4399.0, 4399.0, 4400.0, 4390.0, 4400.0, 4391.0, 4402.0, 4403.0, 4415.0, 4405.0, 4393.0, 4405.0, 4396.0, 4418.0, 4417.0, 4406.0, 4415.0, 4405.0, 4427.0, 4406.0, 4425.0, 4414.0, 4390.0, 4413.0, 4401.0, 4403.0, 4402.0, 4401.0, 4410.0, 4401.0, 4398.0, 4412.0, 4422.0, 4392.0, 4413.0, 4412.0, 4392.0, 4425.0, 4414.0, 4425.0, 4402.0, 4428.0, 4426.0, 4418.0, 4436.0, 4417.0, 4422.0, 4410.0, 4411.0, 4404.0, 4424.0, 4415.0, 4427.0, 4427.0, 4413.0, 4401.0, 4399.0, 4401.0, 4390.0, 4410.0, 4381.0, 4402.0, 4425.0, 4417.0, 4425.0, 4413.0, 4395.0, 4384.0, 4393.0, 4385.0, 4399.0, 4400.0, 4411.0, 4409.0, 4411.0, 4410.0, 4398.0, 4399.0, 4388.0, 4399.0, 4399.0, 4399.0, 4398.0, 4387.0, 4410.0, 4398.0, 4399.0, 4397.0, 4408.0, 4409.0, 4385.0, 4397.0, 4372.0, 4393.0, 4384.0, 4384.0, 4376.0, 4397.0, 4396.0, 4384.0, 4396.0, 4387.0, 4397.0, 4387.0, 4400.0, 4366.0, 4396.0, 4398.0, 4401.0, 4411.0, 4399.0, 4409.0, 4388.0, 4399.0, 4401.0, 4400.0, 4413.0, 4402.0, 4424.0, 4391.0, 4402.0, 4412.0, 4400.0, 4402.0, 4390.0, 4412.0, 4410.0, 4400.0, 4410.0, 4399.0, 4399.0, 4400.0, 4398.0, 4398.0, 4399.0, 4399.0, 4387.0, 4399.0, 4388.0, 4398.0, 4400.0, 4399.0, 4400.0, 4399.0, 4398.0, 4397.0, 4386.0, 4398.0, 4398.0, 4399.0, 4389.0, 4400.0, 4409.0, 4398.0, 4399.0, 4387.0, 4399.0, 4399.0, 4401.0, 4401.0, 4400.0, 4400.0, 4397.0, 4398.0, 4388.0, 4397.0, 4400.0, 4399.0, 4400.0, 4389.0, 4400.0, 4377.0, 4399.0, 4380.0, 4414.0, 4404.0, 4414.0, 4390.0, 4413.0, 4392.0, 4413.0, 4390.0, 4413.0, 4404.0, 4414.0, 4404.0, 4415.0, 4414.0, 4403.0, 4413.0, 4412.0, 4398.0, 4377.0, 4390.0, 4415.0, 4419.0, 4426.0, 4393.0, 4414.0, 4402.0, 4400.0, 4400.0, 4401.0, 4414.0, 4403.0, 4416.0, 4393.0, 4416.0, 4415.0, 4402.0, 4414.0, 4403.0, 4415.0, 4425.0, 4413.0, 4415.0, 4406.0, 4415.0, 4404.0, 4424.0, 4415.0, 4402.0, 4413.0, 4411.0, 4390.0, 4400.0, 4389.0, 4400.0, 4387.0, 4399.0, 4397.0, 4398.0, 4388.0, 4398.0, 4399.0, 4399.0, 4399.0, 4388.0, 4398.0, 4388.0, 4399.0, 4388.0, 4412.0, 4401.0, 4401.0, 4400.0, 4400.0, 4404.0, 4404.0, 4411.0, 4401.0, 4410.0, 4399.0, 4401.0, 4401.0, 4389.0, 4401.0, 4368.0, 4411.0, 4412.0, 4401.0, 4412.0, 4401.0, 4413.0, 4390.0, 4412.0, 4414.0, 4414.0, 4412.0, 4402.0, 4410.0, 4414.0, 4415.0, 4415.0, 4389.0, 4411.0, 4401.0, 4412.0, 4416.0, 4405.0, 4425.0, 4428.0, 4427.0, 4403.0, 4401.0, 4388.0, 4389.0, 4376.0, 4386.0, 4387.0, 4384.0, 4387.0, 4398.0, 4387.0, 4396.0, 4385.0, 4386.0, 4384.0, 4394.0, 4385.0, 4396.0, 4397.0, 4399.0, 4399.0, 4411.0, 4399.0, 4400.0, 4400.0, 4399.0, 4399.0, 4396.0, 4401.0, 4400.0, 4410.0, 4387.0, 4399.0, 4399.0, 4384.0, 4397.0, 4396.0, 4398.0, 4398.0, 4388.0, 4399.0, 4377.0, 4398.0, 4379.0, 4414.0, 4401.0, 4413.0, 4412.0, 4392.0, 4412.0, 4403.0, 4414.0, 4405.0, 4414.0, 4415.0, 4404.0, 4414.0, 4391.0, 4413.0, 4414.0, 4414.0, 4412.0, 4402.0, 4402.0, 4401.0, 4414.0, 4427.0, 4415.0, 4412.0, 4399.0, 4401.0, 4400.0, 4399.0, 4410.0, 4401.0, 4410.0, 4401.0, 4400.0, 4399.0, 4400.0, 4397.0, 4399.0, 4411.0, 4400.0, 4389.0, 4388.0, 4397.0, 4386.0, 4386.0, 4385.0, 4396.0, 4399.0, 4387.0, 4397.0, 4387.0, 4399.0, 4386.0, 4396.0, 4386.0, 4399.0, 4398.0, 4388.0, 4399.0, 4387.0, 4415.0, 4412.0, 4390.0, 4401.0, 4403.0, 4414.0, 4391.0, 4402.0, 4401.0, 4397.0, 4400.0, 4388.0, 4401.0, 4378.0, 4399.0, 4400.0, 4389.0, 4412.0, 4402.0, 4414.0, 4402.0, 4413.0, 4401.0, 4400.0, 4401.0, 4388.0, 4401.0, 4392.0, 4400.0, 4398.0, 4398.0, 4388.0, 4385.0, 4398.0, 4387.0, 4402.0, 4404.0, 4402.0, 4392.0, 4403.0, 4392.0, 4401.0, 4405.0, 4416.0, 4415.0, 4405.0, 4404.0, 4417.0, 4416.0, 4405.0, 4414.0, 4414.0, 4412.0, 4387.0, 4387.0, 4396.0, 4387.0, 4388.0, 4389.0, 4399.0, 4367.0, 4397.0, 4399.0, 4378.0, 4399.0, 4379.0, 4412.0, 4381.0, 4413.0, 4412.0, 4389.0, 4412.0, 4393.0, 4415.0, 4385.0, 4426.0, 4426.0, 4403.0, 4403.0, 4404.0, 4404.0, 4427.0, 4403.0, 4414.0, 4403.0, 4403.0, 4417.0, 4405.0, 4426.0, 4414.0, 4411.0, 4413.0, 4411.0, 4414.0, 4402.0, 4413.0, 4400.0, 4401.0, 4411.0, 4401.0, 4389.0, 4401.0, 4389.0, 4399.0, 4399.0, 4398.0, 4399.0, 4385.0, 4386.0, 4386.0, 4387.0, 4387.0, 4387.0, 4399.0, 4376.0, 4398.0, 4398.0, 4388.0, 4377.0, 4387.0, 4387.0, 4385.0, 4385.0, 4386.0, 4385.0, 4388.0, 4396.0, 4409.0, 4387.0, 4395.0, 4373.0, 4396.0, 4388.0, 4387.0, 4400.0, 4388.0, 4398.0, 4387.0, 4388.0, 4390.0, 4400.0, 4411.0, 4388.0, 4400.0, 4390.0, 4386.0, 4399.0, 4399.0, 4398.0, 4388.0, 4397.0, 4396.0, 4384.0, 4396.0, 4377.0, 4398.0, 4398.0, 4410.0, 4401.0, 4389.0, 4398.0, 4389.0, 4398.0, 4398.0, 4399.0, 4411.0, 4388.0, 4397.0, 4390.0, 4412.0, 4400.0, 4398.0, 4401.0, 4389.0, 4399.0, 4377.0, 4399.0, 4388.0, 4411.0, 4400.0, 4411.0, 4401.0, 4398.0, 4386.0, 4385.0, 4374.0, 4384.0, 4375.0, 4397.0, 4365.0, 4385.0, 4386.0, 4363.0, 4385.0, 4386.0, 4386.0, 4398.0, 4383.0, 4385.0, 4374.0, 4373.0, 4386.0, 4385.0, 4395.0, 4376.0, 4386.0, 4398.0, 4384.0, 4396.0, 4388.0, 4399.0, 4378.0, 4399.0, 4400.0, 4377.0, 4398.0, 4397.0, 4387.0, 4401.0, 4401.0, 4400.0, 4390.0, 4399.0, 4399.0, 4389.0, 4399.0, 4387.0, 4399.0, 4377.0, 4400.0, 4399.0, 4388.0, 4401.0, 4402.0, 4413.0, 4402.0, 4379.0, 4401.0, 4388.0, 4378.0, 4400.0, 4400.0, 4412.0, 4382.0, 4412.0, 4413.0, 4380.0, 4401.0, 4401.0, 4402.0, 4392.0, 4415.0, 4414.0, 4393.0, 4412.0, 4410.0, 4401.0, 4402.0, 4402.0, 4412.0, 4390.0, 4412.0, 4413.0, 4388.0, 4400.0, 4399.0, 4397.0, 4378.0, 4400.0, 4389.0, 4400.0, 4400.0, 4377.0, 4399.0, 4388.0, 4401.0, 4391.0, 4412.0, 4391.0, 4402.0, 4391.0, 4399.0, 4412.0, 4398.0, 4401.0, 4389.0, 4400.0, 4388.0, 4401.0, 4390.0, 4388.0, 4388.0, 4388.0, 4385.0, 4384.0, 4387.0, 4410.0, 4377.0, 4399.0, 4389.0, 4388.0], 'WindowWidth': [9819.0, 9771.0, 9766.0, 9713.0, 9737.0, 9699.0, 9699.0, 9699.0, 9695.0, 9703.0, 9702.0, 9709.0, 9681.0, 9714.0, 9681.0, 9719.0, 9743.0, 9743.0, 9744.0, 9738.0, 9737.0, 9707.0, 9736.0, 9710.0, 9743.0, 9718.0, 9712.0, 9712.0, 9688.0, 9704.0, 9673.0, 9705.0, 9700.0, 9724.0, 9711.0, 9706.0, 9732.0, 9692.0, 9712.0, 9716.0, 9735.0, 9701.0, 9714.0, 9674.0, 9715.0, 9718.0, 9701.0, 9714.0, 9694.0, 9710.0, 9693.0, 9701.0, 9720.0, 9701.0, 9699.0, 9714.0, 9698.0, 9713.0, 9698.0, 9717.0, 9700.0, 9720.0, 9705.0, 9721.0, 9715.0, 9711.0, 9693.0, 9704.0, 9685.0, 9685.0, 9671.0, 9695.0, 9691.0, 9705.0, 9681.0, 9729.0, 9674.0, 9684.0, 9685.0, 9713.0, 9679.0, 9694.0, 9728.0, 9731.0, 9730.0, 9701.0, 9729.0, 9684.0, 9724.0, 9693.0, 9700.0, 9689.0, 9723.0, 9705.0, 9721.0, 9749.0, 9703.0, 9739.0, 9737.0, 9735.0, 9686.0, 9731.0, 9719.0, 9693.0, 9711.0, 9696.0, 9708.0, 9694.0, 9710.0, 9692.0, 9709.0, 9693.0, 9712.0, 9697.0, 9714.0, 9709.0, 9708.0, 9701.0, 9701.0, 9683.0, 9702.0, 9684.0, 9712.0, 9726.0, 9727.0, 9702.0, 9705.0, 9715.0, 9665.0, 9678.0, 9650.0, 9702.0, 9680.0, 9685.0, 9698.0, 9666.0, 9700.0, 9669.0, 9702.0, 9641.0, 9682.0, 9699.0, 9682.0, 9698.0, 9674.0, 9704.0, 9675.0, 9705.0, 9672.0, 9686.0, 9698.0, 9666.0, 9690.0, 9686.0, 9705.0, 9660.0, 9688.0, 9705.0, 9690.0, 9688.0, 9688.0, 9706.0, 9676.0, 9696.0, 9682.0, 9695.0, 9758.0, 9706.0, 9731.0, 9685.0, 9729.0, 9722.0, 9736.0, 9703.0, 9719.0, 9701.0, 9733.0, 9739.0, 9674.0, 9687.0, 9674.0, 9662.0, 9667.0, 9684.0, 9685.0, 9687.0, 9687.0, 9673.0, 9688.0, 9677.0, 9694.0, 9697.0, 9715.0, 9699.0, 9685.0, 9704.0, 9692.0, 9724.0, 9721.0, 9703.0, 9722.0, 9704.0, 9738.0, 9706.0, 9732.0, 9720.0, 9674.0, 9708.0, 9696.0, 9698.0, 9697.0, 9692.0, 9703.0, 9692.0, 9687.0, 9706.0, 9722.0, 9682.0, 9714.0, 9709.0, 9678.0, 9732.0, 9711.0, 9730.0, 9698.0, 9743.0, 9736.0, 9727.0, 9747.0, 9721.0, 9723.0, 9703.0, 9705.0, 9699.0, 9729.0, 9719.0, 9738.0, 9744.0, 9711.0, 9691.0, 9685.0, 9691.0, 9674.0, 9704.0, 9666.0, 9696.0, 9734.0, 9724.0, 9732.0, 9712.0, 9672.0, 9657.0, 9672.0, 9660.0, 9686.0, 9690.0, 9704.0, 9701.0, 9705.0, 9706.0, 9684.0, 9688.0, 9669.0, 9688.0, 9687.0, 9687.0, 9683.0, 9667.0, 9702.0, 9684.0, 9686.0, 9681.0, 9699.0, 9706.0, 9660.0, 9683.0, 9640.0, 9670.0, 9656.0, 9659.0, 9654.0, 9682.0, 9678.0, 9660.0, 9680.0, 9666.0, 9682.0, 9666.0, 9687.0, 9638.0, 9676.0, 9687.0, 9694.0, 9707.0, 9688.0, 9702.0, 9673.0, 9688.0, 9691.0, 9691.0, 9711.0, 9695.0, 9729.0, 9679.0, 9695.0, 9710.0, 9686.0, 9697.0, 9675.0, 9709.0, 9706.0, 9689.0, 9702.0, 9685.0, 9686.0, 9685.0, 9684.0, 9685.0, 9685.0, 9686.0, 9666.0, 9685.0, 9672.0, 9682.0, 9690.0, 9683.0, 9688.0, 9687.0, 9681.0, 9678.0, 9662.0, 9681.0, 9682.0, 9684.0, 9673.0, 9688.0, 9700.0, 9683.0, 9686.0, 9666.0, 9684.0, 9693.0, 9690.0, 9692.0, 9689.0, 9689.0, 9680.0, 9683.0, 9672.0, 9681.0, 9691.0, 9685.0, 9687.0, 9671.0, 9688.0, 9654.0, 9686.0, 9663.0, 9712.0, 9703.0, 9715.0, 9679.0, 9712.0, 9682.0, 9713.0, 9680.0, 9712.0, 9702.0, 9712.0, 9706.0, 9716.0, 9716.0, 9697.0, 9711.0, 9712.0, 9681.0, 9653.0, 9674.0, 9718.0, 9727.0, 9730.0, 9683.0, 9711.0, 9695.0, 9686.0, 9686.0, 9690.0, 9713.0, 9697.0, 9718.0, 9687.0, 9718.0, 9716.0, 9694.0, 9712.0, 9697.0, 9716.0, 9732.0, 9710.0, 9718.0, 9702.0, 9714.0, 9699.0, 9728.0, 9717.0, 9692.0, 9708.0, 9707.0, 9673.0, 9689.0, 9670.0, 9687.0, 9665.0, 9682.0, 9680.0, 9679.0, 9669.0, 9679.0, 9686.0, 9682.0, 9683.0, 9665.0, 9682.0, 9669.0, 9685.0, 9667.0, 9706.0, 9693.0, 9691.0, 9690.0, 9688.0, 9701.0, 9699.0, 9704.0, 9691.0, 9704.0, 9690.0, 9692.0, 9691.0, 9670.0, 9690.0, 9643.0, 9705.0, 9708.0, 9692.0, 9707.0, 9692.0, 9711.0, 9674.0, 9709.0, 9716.0, 9714.0, 9709.0, 9693.0, 9704.0, 9715.0, 9717.0, 9717.0, 9670.0, 9704.0, 9690.0, 9710.0, 9721.0, 9707.0, 9733.0, 9743.0, 9742.0, 9698.0, 9695.0, 9667.0, 9669.0, 9650.0, 9662.0, 9665.0, 9657.0, 9665.0, 9687.0, 9666.0, 9678.0, 9660.0, 9662.0, 9655.0, 9670.0, 9660.0, 9676.0, 9680.0, 9686.0, 9685.0, 9705.0, 9685.0, 9688.0, 9692.0, 9686.0, 9688.0, 9677.0, 9691.0, 9687.0, 9704.0, 9669.0, 9686.0, 9688.0, 9659.0, 9677.0, 9682.0, 9682.0, 9682.0, 9668.0, 9686.0, 9652.0, 9683.0, 9659.0, 9715.0, 9695.0, 9712.0, 9709.0, 9681.0, 9711.0, 9697.0, 9712.0, 9705.0, 9716.0, 9719.0, 9699.0, 9714.0, 9679.0, 9709.0, 9718.0, 9715.0, 9713.0, 9693.0, 9695.0, 9692.0, 9715.0, 9742.0, 9717.0, 9711.0, 9686.0, 9692.0, 9687.0, 9685.0, 9707.0, 9691.0, 9705.0, 9690.0, 9689.0, 9683.0, 9687.0, 9682.0, 9686.0, 9708.0, 9688.0, 9673.0, 9668.0, 9679.0, 9660.0, 9663.0, 9659.0, 9677.0, 9689.0, 9666.0, 9679.0, 9666.0, 9685.0, 9662.0, 9677.0, 9667.0, 9684.0, 9681.0, 9669.0, 9684.0, 9663.0, 9716.0, 9711.0, 9673.0, 9689.0, 9693.0, 9712.0, 9679.0, 9691.0, 9691.0, 9681.0, 9689.0, 9670.0, 9689.0, 9657.0, 9685.0, 9685.0, 9668.0, 9708.0, 9691.0, 9712.0, 9695.0, 9708.0, 9692.0, 9685.0, 9689.0, 9667.0, 9689.0, 9682.0, 9687.0, 9684.0, 9680.0, 9667.0, 9659.0, 9680.0, 9664.0, 9691.0, 9693.0, 9690.0, 9675.0, 9691.0, 9675.0, 9690.0, 9701.0, 9718.0, 9713.0, 9704.0, 9696.0, 9726.0, 9716.0, 9702.0, 9713.0, 9714.0, 9712.0, 9663.0, 9664.0, 9677.0, 9661.0, 9665.0, 9670.0, 9685.0, 9637.0, 9678.0, 9683.0, 9653.0, 9683.0, 9658.0, 9705.0, 9664.0, 9710.0, 9709.0, 9670.0, 9704.0, 9685.0, 9716.0, 9677.0, 9733.0, 9736.0, 9703.0, 9694.0, 9701.0, 9698.0, 9735.0, 9700.0, 9713.0, 9699.0, 9697.0, 9722.0, 9702.0, 9732.0, 9717.0, 9705.0, 9709.0, 9708.0, 9714.0, 9698.0, 9708.0, 9688.0, 9688.0, 9704.0, 9695.0, 9670.0, 9693.0, 9668.0, 9685.0, 9687.0, 9681.0, 9684.0, 9660.0, 9660.0, 9664.0, 9662.0, 9663.0, 9665.0, 9684.0, 9649.0, 9680.0, 9685.0, 9668.0, 9655.0, 9663.0, 9665.0, 9658.0, 9659.0, 9664.0, 9660.0, 9670.0, 9678.0, 9698.0, 9665.0, 9674.0, 9641.0, 9675.0, 9668.0, 9665.0, 9688.0, 9669.0, 9682.0, 9666.0, 9668.0, 9675.0, 9688.0, 9704.0, 9669.0, 9688.0, 9678.0, 9660.0, 9684.0, 9690.0, 9681.0, 9671.0, 9679.0, 9675.0, 9661.0, 9676.0, 9653.0, 9681.0, 9681.0, 9700.0, 9690.0, 9675.0, 9680.0, 9671.0, 9682.0, 9683.0, 9684.0, 9706.0, 9671.0, 9678.0, 9676.0, 9708.0, 9689.0, 9684.0, 9692.0, 9676.0, 9684.0, 9651.0, 9682.0, 9668.0, 9703.0, 9687.0, 9704.0, 9695.0, 9687.0, 9660.0, 9658.0, 9639.0, 9655.0, 9643.0, 9678.0, 9633.0, 9658.0, 9662.0, 9627.0, 9658.0, 9663.0, 9661.0, 9680.0, 9654.0, 9657.0, 9643.0, 9637.0, 9660.0, 9658.0, 9674.0, 9649.0, 9662.0, 9681.0, 9658.0, 9676.0, 9669.0, 9683.0, 9656.0, 9685.0, 9687.0, 9651.0, 9680.0, 9681.0, 9664.0, 9690.0, 9690.0, 9687.0, 9673.0, 9683.0, 9687.0, 9671.0, 9684.0, 9663.0, 9685.0, 9656.0, 9686.0, 9686.0, 9668.0, 9689.0, 9694.0, 9708.0, 9695.0, 9658.0, 9689.0, 9670.0, 9652.0, 9686.0, 9687.0, 9707.0, 9666.0, 9710.0, 9713.0, 9661.0, 9688.0, 9693.0, 9691.0, 9681.0, 9714.0, 9715.0, 9681.0, 9706.0, 9705.0, 9690.0, 9694.0, 9692.0, 9709.0, 9675.0, 9707.0, 9714.0, 9669.0, 9685.0, 9684.0, 9679.0, 9653.0, 9685.0, 9670.0, 9688.0, 9690.0, 9652.0, 9684.0, 9669.0, 9689.0, 9678.0, 9708.0, 9677.0, 9695.0, 9681.0, 9687.0, 9709.0, 9680.0, 9693.0, 9669.0, 9687.0, 9668.0, 9688.0, 9673.0, 9667.0, 9667.0, 9669.0, 9659.0, 9655.0, 9663.0, 9702.0, 9654.0, 9686.0, 9674.0, 9666.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.0010639080459770114</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02940722068965517</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.939826781035656</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.294954749113922</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0033744845569625</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.514</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3845.8381</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12391797622076646</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.954022988505747</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.326494289123453</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.226829219635527</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.556942575401375</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.195711072333458</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0079087</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0023823650553822517</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03511381149291992</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.254978811832688</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>22.6406</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.8239</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>226.9239</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291503.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1087.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>410.8154</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0834</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.3832</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3553.0755</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3698.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85041.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1496.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4591.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.0944</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.78845586813986</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> |