=== 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-0111 --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-0111",
"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-0111_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0111_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0111_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-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0111/ses-04/func/sub-0111_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>e0bfbfb8784d716e158183371c1baded</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>17:22:41.107500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998818, 0.0486018, 0.000644418, -0.0483262, 0.991557, 0.120332]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0768691</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>[4221, -7756, -7237, 271, -105, 92, 152, 72]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>218.646</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6872cb94-0952-4cc2-acbd-d57ba163fc22||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679755687713623, -0.12965553998947144, -0.014065291732549667, 119.13239288330078], [-0.13039520382881165, 2.6602742671966553, 0.32459571957588196, -101.00787353515625], [0.0017289255047217011, -0.32284122705459595, 2.6803805828094482, -52.0544319152832], [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': ['172241.107500', '172241.567500', '172242.027500', '172242.487500', '172242.947500', '172243.407500', '172243.867500', '172244.327500', '172244.787500', '172245.247500', '172245.707500', '172246.167500', '172246.627500', '172247.087500', '172247.547500', '172248.007500', '172248.467500', '172248.927500', '172249.387500', '172249.847500', '172250.307500', '172250.767500', '172251.227500', '172251.687500', '172252.147500', '172252.607500', '172253.067500', '172253.527500', '172253.987500', '172254.447500', '172254.907500', '172255.367500', '172255.827500', '172256.287500', '172256.747500', '172257.207500', '172257.667500', '172258.127500', '172258.587500', '172259.047500', '172259.507500', '172259.967500', '172300.427500', '172300.887500', '172301.347500', '172301.807500', '172302.267500', '172302.727500', '172303.187500', '172303.647500', '172304.107500', '172304.567500', '172305.027500', '172305.487500', '172305.947500', '172306.407500', '172306.867500', '172307.327500', '172307.787500', '172308.247500', '172308.707500', '172309.167500', '172309.627500', '172310.087500', '172310.547500', '172311.007500', '172311.467500', '172311.927500', '172312.387500', '172312.847500', '172313.307500', '172313.767500', '172314.227500', '172314.687500', '172315.147500', '172315.607500', '172316.067500', '172316.527500', '172316.987500', '172317.447500', '172317.907500', '172318.367500', '172318.827500', '172319.287500', '172319.747500', '172320.207500', '172320.667500', '172321.127500', '172321.587500', '172322.047500', '172322.507500', '172322.967500', '172323.427500', '172323.887500', '172324.347500', '172324.807500', '172325.267500', '172325.727500', '172326.187500', '172326.647500', '172327.107500', '172327.567500', '172328.027500', '172328.487500', '172328.947500', '172329.407500', '172329.867500', '172330.327500', '172330.787500', '172331.247500', '172331.707500', '172332.167500', '172332.627500', '172333.087500', '172333.547500', '172334.007500', '172334.467500', '172334.927500', '172335.387500', '172335.847500', '172336.307500', '172336.767500', '172337.227500', '172337.687500', '172338.147500', '172338.607500', '172339.067500', '172339.527500', '172339.987500', '172340.447500', '172340.907500', '172341.367500', '172341.827500', '172342.287500', '172342.747500', '172343.207500', '172343.667500', '172344.127500', '172344.587500', '172345.047500', '172345.507500', '172345.967500', '172346.427500', '172346.887500', '172347.347500', '172347.807500', '172348.267500', '172348.727500', '172349.187500', '172349.647500', '172350.107500', '172350.567500', '172351.027500', '172351.487500', '172351.947500', '172352.407500', '172352.867500', '172353.327500', '172353.787500', '172354.247500', '172354.707500', '172355.167500', '172355.627500', '172356.087500', '172356.547500', '172357.007500', '172357.467500', '172357.927500', '172358.387500', '172358.847500', '172359.307500', '172359.767500', '172400.227500', '172400.687500', '172401.147500', '172401.607500', '172402.067500', '172402.527500', '172402.987500', '172403.447500', '172403.907500', '172404.367500', '172404.827500', '172405.287500', '172405.747500', '172406.207500', '172406.667500', '172407.127500', '172407.587500', '172408.047500', '172408.507500', '172408.967500', '172409.427500', '172409.887500', '172410.347500', '172410.807500', '172411.267500', '172411.727500', '172412.187500', '172412.647500', '172413.107500', '172413.567500', '172414.027500', '172414.487500', '172414.947500', '172415.407500', '172415.867500', '172416.327500', '172416.787500', '172417.247500', '172417.707500', '172418.167500', '172418.627500', '172419.087500', '172419.547500', '172420.007500', '172420.467500', '172420.927500', '172421.387500', '172421.847500', '172422.307500', '172422.767500', '172423.227500', '172423.687500', '172424.147500', '172424.607500', '172425.067500', '172425.527500', '172425.987500', '172426.447500', '172426.907500', '172427.367500', '172427.827500', '172428.287500', '172428.747500', '172429.207500', '172429.667500', '172430.127500', '172430.587500', '172431.047500', '172431.507500', '172431.967500', '172432.427500', '172432.887500', '172433.347500', '172433.807500', '172434.267500', '172434.727500', '172435.187500', '172435.647500', '172436.107500', '172436.567500', '172437.027500', '172437.487500', '172437.947500', '172438.407500', '172438.867500', '172439.327500', '172439.787500', '172440.247500', '172440.707500', '172441.167500', '172441.627500', '172442.087500', '172442.547500', '172443.007500', '172443.467500', '172443.927500', '172444.387500', '172444.847500', '172445.307500', '172445.767500', '172446.227500', '172446.687500', '172447.147500', '172447.607500', '172448.067500', '172448.527500', '172448.987500', '172449.447500', '172449.907500', '172450.367500', '172450.827500', '172451.287500', '172451.747500', '172452.207500', '172452.667500', '172453.127500', '172453.587500', '172454.047500', '172454.507500', '172454.967500', '172455.427500', '172455.887500', '172456.347500', '172456.807500', '172457.267500', '172457.727500', '172458.187500', '172458.647500', '172459.107500', '172459.567500', '172500.027500', '172500.487500', '172500.947500', '172501.407500', '172501.867500', '172502.327500', '172502.787500', '172503.247500', '172503.707500', '172504.167500', '172504.627500', '172505.087500', '172505.547500', '172506.007500', '172506.467500', '172506.927500', '172507.387500', '172507.847500', '172508.307500', '172508.767500', '172509.227500', '172509.687500', '172510.147500', '172510.607500', '172511.067500', '172511.527500', '172511.987500', '172512.447500', '172512.907500', '172513.367500', '172513.827500', '172514.287500', '172514.747500', '172515.207500', '172515.667500', '172516.127500', '172516.587500', '172517.047500', '172517.507500', '172517.967500', '172518.427500', '172518.887500', '172519.347500', '172519.807500', '172520.267500', '172520.727500', '172521.187500', '172521.647500', '172522.107500', '172522.567500', '172523.027500', '172523.487500', '172523.947500', '172524.407500', '172524.867500', '172525.327500', '172525.787500', '172526.247500', '172526.707500', '172527.167500', '172527.627500', '172528.087500', '172528.547500', '172529.007500', '172529.467500', '172529.927500', '172530.387500', '172530.847500', '172531.307500', '172531.767500', '172532.227500', '172532.687500', '172533.147500', '172533.607500', '172534.067500', '172534.527500', '172534.987500', '172535.447500', '172535.907500', '172536.367500', '172536.827500', '172537.287500', '172537.747500', '172538.207500', '172538.667500', '172539.127500', '172539.587500', '172540.047500', '172540.507500', '172540.967500', '172541.427500', '172541.887500', '172542.347500', '172542.807500', '172543.267500', '172543.727500', '172544.187500', '172544.647500', '172545.107500', '172545.567500', '172546.027500', '172546.487500', '172546.947500', '172547.407500', '172547.867500', '172548.327500', '172548.787500', '172549.247500', '172549.707500', '172550.167500', '172550.627500', '172551.087500', '172551.547500', '172552.007500', '172552.467500', '172552.927500', '172553.387500', '172553.847500', '172554.307500', '172554.767500', '172555.227500', '172555.687500', '172556.147500', '172556.607500', '172557.067500', '172557.527500', '172557.987500', '172558.447500', '172558.907500', '172559.367500', '172559.827500', '172600.287500', '172600.747500', '172601.207500', '172601.667500', '172602.127500', '172602.587500', '172603.047500', '172603.507500', '172603.967500', '172604.427500', '172604.887500', '172605.347500', '172605.807500', '172606.267500', '172606.727500', '172607.187500', '172607.647500', '172608.107500', '172608.567500', '172609.027500', '172609.487500', '172609.947500', '172610.407500', '172610.867500', '172611.327500', '172611.787500', '172612.247500', '172612.707500', '172613.167500', '172613.627500', '172614.087500', '172614.547500', '172615.007500', '172615.467500', '172615.927500', '172616.387500', '172616.847500', '172617.307500', '172617.767500', '172618.227500', '172618.687500', '172619.147500', '172619.607500', '172620.067500', '172620.527500', '172620.987500', '172621.447500', '172621.907500', '172622.367500', '172622.827500', '172623.287500', '172623.747500', '172624.207500', '172624.667500', '172625.127500', '172625.587500', '172626.047500', '172626.507500', '172626.967500', '172627.427500', '172627.887500', '172628.347500', '172628.807500', '172629.267500', '172629.727500', '172630.187500', '172630.647500', '172631.107500', '172631.567500', '172632.027500', '172632.487500', '172632.947500', '172633.407500', '172633.867500', '172634.327500', '172634.787500', '172635.247500', '172635.707500', '172636.167500', '172636.627500', '172637.087500', '172637.547500', '172638.007500', '172638.467500', '172638.927500', '172639.387500', '172639.847500', '172640.307500', '172640.767500', '172641.227500', '172641.687500', '172642.147500', '172642.607500', '172643.067500', '172643.527500', '172643.987500', '172644.447500', '172644.907500', '172645.367500', '172645.827500', '172646.287500', '172646.747500', '172647.207500', '172647.667500', '172648.127500', '172648.587500', '172649.047500', '172649.507500', '172649.967500', '172650.427500', '172650.887500', '172651.347500', '172651.807500', '172652.267500', '172652.727500', '172653.187500', '172653.647500', '172654.107500', '172654.567500', '172655.027500', '172655.487500', '172655.947500', '172656.407500', '172656.867500', '172657.327500', '172657.787500', '172658.247500', '172658.707500', '172659.167500', '172659.627500', '172700.087500', '172700.547500', '172701.007500', '172701.467500', '172701.927500', '172702.387500', '172702.847500', '172703.307500', '172703.767500', '172704.227500', '172704.687500', '172705.147500', '172705.607500', '172706.067500', '172706.527500', '172706.987500', '172707.447500', '172707.907500', '172708.367500', '172708.827500', '172709.287500', '172709.747500', '172710.207500', '172710.667500', '172711.127500', '172711.587500', '172712.047500', '172712.507500', '172712.967500', '172713.427500', '172713.887500', '172714.347500', '172714.807500', '172715.267500', '172715.727500', '172716.187500', '172716.647500', '172717.107500', '172717.567500', '172718.027500', '172718.487500', '172718.947500', '172719.407500', '172719.867500', '172720.327500', '172720.787500', '172721.247500', '172721.707500', '172722.167500', '172722.627500', '172723.087500', '172723.547500', '172724.007500', '172724.467500', '172724.927500', '172725.387500', '172725.847500', '172726.307500', '172726.767500', '172727.227500', '172727.687500', '172728.147500', '172728.607500', '172729.067500', '172729.527500', '172729.987500', '172730.447500', '172730.907500', '172731.367500', '172731.827500', '172732.287500', '172732.747500', '172733.207500', '172733.667500', '172734.127500', '172734.587500', '172735.047500', '172735.507500', '172735.967500', '172736.427500', '172736.887500', '172737.347500', '172737.807500', '172738.267500', '172738.727500', '172739.187500', '172739.647500', '172740.107500', '172740.567500', '172741.027500', '172741.487500', '172741.947500', '172742.407500', '172742.867500', '172743.327500', '172743.787500', '172744.247500', '172744.707500', '172745.167500', '172745.627500', '172746.087500', '172746.547500', '172747.007500', '172747.467500', '172747.927500', '172748.387500', '172748.847500', '172749.307500', '172749.767500', '172750.227500', '172750.687500', '172751.147500', '172751.607500', '172752.067500', '172752.527500', '172752.987500', '172753.447500', '172753.907500', '172754.367500', '172754.827500', '172755.287500', '172755.747500', '172756.207500', '172756.667500', '172757.127500', '172757.587500', '172758.047500', '172758.507500', '172758.967500', '172759.427500', '172759.887500', '172800.347500', '172800.807500', '172801.267500', '172801.727500', '172802.187500', '172802.647500', '172803.107500', '172803.567500', '172804.027500', '172804.487500', '172804.947500', '172805.407500', '172805.867500', '172806.327500', '172806.787500', '172807.247500', '172807.707500', '172808.167500', '172808.627500', '172809.087500', '172809.547500', '172810.007500', '172810.467500', '172810.927500', '172811.387500', '172811.847500', '172812.307500', '172812.767500', '172813.227500', '172813.687500', '172814.147500', '172814.607500', '172815.067500', '172815.527500', '172815.987500', '172816.447500', '172816.907500', '172817.367500', '172817.827500', '172818.287500', '172818.747500', '172819.207500', '172819.667500', '172820.127500', '172820.587500', '172821.047500', '172821.507500', '172821.967500', '172822.427500', '172822.887500', '172823.347500', '172823.807500', '172824.267500', '172824.727500', '172825.187500', '172825.647500', '172826.107500', '172826.567500', '172827.027500', '172827.487500', '172827.947500', '172828.407500', '172828.867500', '172829.327500', '172829.787500', '172830.247500', '172830.707500', '172831.167500', '172831.627500', '172832.087500', '172832.547500', '172833.007500', '172833.467500', '172833.927500', '172834.387500', '172834.847500', '172835.307500', '172835.767500', '172836.227500', '172836.687500', '172837.147500', '172837.607500', '172838.067500', '172838.527500', '172838.987500', '172839.447500', '172839.907500', '172840.367500', '172840.827500', '172841.287500', '172841.747500', '172842.207500', '172842.667500', '172843.127500', '172843.587500', '172844.047500', '172844.507500', '172844.967500', '172845.427500', '172845.887500', '172846.347500', '172846.807500', '172847.267500', '172847.727500', '172848.187500', '172848.647500', '172849.107500', '172849.567500', '172850.027500', '172850.487500', '172850.947500', '172851.407500', '172851.867500', '172852.327500', '172852.787500', '172853.247500', '172853.707500', '172854.167500', '172854.627500', '172855.087500', '172855.547500', '172856.007500', '172856.467500', '172856.927500', '172857.387500', '172857.847500', '172858.307500', '172858.767500', '172859.227500', '172859.687500', '172900.147500', '172900.607500', '172901.067500', '172901.527500', '172901.987500', '172902.447500', '172902.907500', '172903.367500', '172903.827500', '172904.287500', '172904.747500', '172905.207500', '172905.667500', '172906.127500', '172906.587500', '172907.047500', '172907.507500', '172907.967500', '172908.427500', '172908.887500', '172909.347500', '172909.807500', '172910.267500', '172910.727500', '172911.187500', '172911.647500', '172912.107500', '172912.567500', '172913.027500', '172913.487500', '172913.947500', '172914.407500', '172914.867500', '172915.327500', '172915.787500', '172916.247500', '172916.707500', '172917.167500', '172917.627500', '172918.087500', '172918.547500', '172919.007500', '172919.467500', '172919.927500', '172920.387500', '172920.847500', '172921.307500', '172921.767500'], 'ContentTime': ['172304.753000', '172304.756000', '172304.759000', '172304.761000', '172304.764000', '172304.767000', '172304.775000', '172304.778000', '172304.781000', '172304.783000', '172304.786000', '172304.788000', '172304.791000', '172304.793000', '172304.796000', '172304.799000', '172304.801000', '172304.804000', '172304.806000', '172304.809000', '172304.812000', '172304.814000', '172304.817000', '172304.819000', '172304.822000', '172304.824000', '172304.827000', '172304.830000', '172304.832000', '172304.835000', '172304.838000', '172304.840000', '172304.843000', '172304.845000', '172304.848000', '172304.850000', '172304.853000', '172304.855000', '172304.858000', '172304.861000', '172304.863000', '172304.866000', '172304.868000', '172304.871000', '172304.873000', '172304.876000', '172304.879000', '172304.881000', '172324.710000', '172324.713000', '172324.716000', '172324.718000', '172324.721000', '172324.724000', '172324.726000', '172324.729000', '172324.731000', '172324.734000', '172324.737000', '172324.739000', '172324.742000', '172324.744000', '172324.747000', '172324.749000', '172324.752000', '172324.754000', '172324.757000', '172324.760000', '172324.777000', '172324.780000', '172324.782000', '172324.785000', '172324.787000', '172324.790000', '172324.793000', '172324.795000', '172324.798000', '172324.800000', '172324.803000', '172324.806000', '172324.808000', '172324.811000', '172324.813000', '172324.816000', '172324.819000', '172324.822000', '172324.825000', '172324.828000', '172324.830000', '172324.833000', '172324.835000', '172344.709000', '172344.712000', '172344.715000', '172344.717000', '172344.720000', '172344.722000', '172344.725000', '172344.728000', '172344.730000', '172344.733000', '172344.735000', '172344.738000', '172344.741000', '172344.743000', '172344.746000', '172344.748000', '172344.751000', '172344.753000', '172344.756000', '172344.759000', '172344.761000', '172344.764000', '172344.766000', '172344.769000', '172344.771000', '172344.774000', '172344.776000', '172344.779000', '172344.782000', '172344.784000', '172344.787000', '172344.789000', '172344.792000', '172344.794000', '172344.797000', '172344.800000', '172344.802000', '172344.805000', '172344.807000', '172344.810000', '172344.812000', '172344.815000', '172344.822000', '172344.824000', '172404.710000', '172404.713000', '172404.716000', '172404.718000', '172404.721000', '172404.724000', '172404.726000', '172404.729000', '172404.731000', '172404.734000', '172404.736000', '172404.739000', '172404.742000', '172404.744000', '172404.747000', '172404.749000', '172404.752000', '172404.755000', '172404.757000', '172404.760000', '172404.763000', '172404.765000', '172404.768000', '172404.770000', '172404.773000', '172404.775000', '172404.778000', '172404.781000', '172404.783000', '172404.786000', '172404.788000', '172404.791000', '172404.793000', '172404.796000', '172404.799000', '172404.801000', '172404.804000', '172404.810000', '172404.813000', '172404.815000', '172404.818000', '172404.820000', '172404.823000', '172424.711000', '172424.713000', '172424.716000', '172424.719000', '172424.721000', '172424.734000', '172424.737000', '172424.740000', '172424.742000', '172424.745000', '172424.747000', '172424.750000', '172424.753000', '172424.755000', '172424.758000', '172424.760000', '172424.763000', '172424.766000', '172424.768000', '172424.771000', '172424.773000', '172424.776000', '172424.778000', '172424.781000', '172424.784000', '172424.786000', '172424.789000', '172424.791000', '172424.794000', '172424.796000', '172424.799000', '172424.801000', '172424.804000', '172424.807000', '172424.809000', '172424.812000', '172424.814000', '172424.822000', '172424.824000', '172424.827000', '172424.829000', '172424.832000', '172424.835000', '172424.837000', '172444.710000', '172444.713000', '172444.716000', '172444.718000', '172444.721000', '172444.724000', '172444.726000', '172444.729000', '172444.732000', '172444.734000', '172444.737000', '172444.739000', '172444.742000', '172444.745000', '172444.747000', '172444.750000', '172444.753000', '172444.756000', '172444.758000', '172444.761000', '172444.763000', '172444.766000', '172444.769000', '172444.771000', '172444.774000', '172444.776000', '172444.779000', '172444.782000', '172444.784000', '172444.787000', '172444.789000', '172444.792000', '172444.795000', '172444.797000', '172444.800000', '172444.802000', '172444.805000', '172444.808000', '172444.810000', '172444.813000', '172444.815000', '172444.818000', '172444.821000', '172504.710000', '172504.713000', '172504.716000', '172504.718000', '172504.721000', '172504.724000', '172504.726000', '172504.729000', '172504.732000', '172504.734000', '172504.737000', '172504.739000', '172504.742000', '172504.745000', '172504.747000', '172504.750000', '172504.752000', '172504.755000', '172504.758000', '172504.760000', '172504.763000', '172504.766000', '172504.768000', '172504.771000', '172504.773000', '172504.776000', '172504.778000', '172504.781000', '172504.784000', '172504.786000', '172504.789000', '172504.791000', '172504.794000', '172504.797000', '172504.799000', '172504.802000', '172504.804000', '172504.807000', '172504.809000', '172504.812000', '172504.815000', '172504.817000', '172504.820000', '172524.710000', '172524.713000', '172524.716000', '172524.718000', '172524.721000', '172524.724000', '172524.726000', '172524.729000', '172524.731000', '172524.734000', '172524.737000', '172524.739000', '172524.742000', '172524.744000', '172524.747000', '172524.749000', '172524.752000', '172524.755000', '172524.757000', '172524.760000', '172524.762000', '172524.765000', '172524.768000', '172524.770000', '172524.773000', '172524.775000', '172524.778000', '172524.780000', '172524.783000', '172524.786000', '172524.788000', '172524.791000', '172524.793000', '172524.796000', '172524.799000', '172524.801000', '172524.804000', '172524.806000', '172524.809000', '172524.811000', '172524.814000', '172524.817000', '172524.819000', '172524.822000', '172544.710000', '172544.715000', '172544.718000', '172544.720000', '172544.723000', '172544.725000', '172544.728000', '172544.731000', '172544.733000', '172544.736000', '172544.738000', '172544.741000', '172544.744000', '172544.746000', '172544.749000', '172544.751000', '172544.754000', '172544.757000', '172544.759000', '172544.762000', '172544.764000', '172544.767000', '172544.769000', '172544.772000', '172544.775000', '172544.777000', '172544.780000', '172544.782000', '172544.785000', '172544.787000', '172544.790000', '172544.793000', '172544.795000', '172544.798000', '172544.800000', '172544.803000', '172544.806000', '172544.808000', '172544.811000', '172544.813000', '172544.816000', '172544.818000', '172544.821000', '172544.824000', '172604.709000', '172604.712000', '172604.715000', '172604.723000', '172604.725000', '172604.728000', '172604.730000', '172604.733000', '172604.736000', '172604.738000', '172604.741000', '172604.743000', '172604.746000', '172604.748000', '172604.751000', '172604.754000', '172604.756000', '172604.759000', '172604.761000', '172604.764000', '172604.766000', '172604.769000', '172604.772000', '172604.774000', '172604.777000', '172604.779000', '172604.782000', '172604.784000', '172604.787000', '172604.790000', '172604.792000', '172604.795000', '172604.798000', '172604.800000', '172604.803000', '172604.805000', '172604.808000', '172604.810000', '172604.813000', '172604.816000', '172604.818000', '172604.821000', '172604.824000', '172624.711000', '172624.713000', '172624.716000', '172624.719000', '172624.721000', '172624.724000', '172624.727000', '172624.729000', '172624.732000', '172624.734000', '172624.737000', '172624.740000', '172624.742000', '172624.745000', '172624.747000', '172624.750000', '172624.753000', '172624.755000', '172624.758000', '172624.760000', '172624.763000', '172624.765000', '172624.768000', '172624.771000', '172624.773000', '172624.776000', '172624.778000', '172624.781000', '172624.784000', '172624.786000', '172624.789000', '172624.791000', '172624.794000', '172624.797000', '172624.799000', '172624.802000', '172624.805000', '172624.807000', '172624.810000', '172624.812000', '172624.815000', '172624.818000', '172624.820000', '172624.823000', '172644.710000', '172644.713000', '172644.716000', '172644.718000', '172644.721000', '172644.724000', '172644.726000', '172644.729000', '172644.731000', '172644.734000', '172644.737000', '172644.739000', '172644.742000', '172644.745000', '172644.747000', '172644.750000', '172644.752000', '172644.755000', '172644.758000', '172644.760000', '172644.763000', '172644.765000', '172644.771000', '172644.774000', '172644.777000', '172644.779000', '172644.782000', '172644.785000', '172644.787000', '172644.790000', '172644.792000', '172644.795000', '172644.798000', '172644.800000', '172644.803000', '172644.805000', '172644.808000', '172644.810000', '172644.813000', '172644.816000', '172644.818000', '172644.821000', '172644.823000', '172704.710000', '172704.713000', '172704.716000', '172704.719000', '172704.722000', '172704.724000', '172704.727000', '172704.729000', '172704.732000', '172704.735000', '172704.737000', '172704.740000', '172704.742000', '172704.745000', '172704.748000', '172704.750000', '172704.754000', '172704.757000', '172704.759000', '172704.762000', '172704.764000', '172704.767000', '172704.770000', '172704.772000', '172704.775000', '172704.777000', '172704.780000', '172704.783000', '172704.785000', '172704.788000', '172704.790000', '172704.793000', '172704.796000', '172704.798000', '172704.801000', '172704.803000', '172704.806000', '172704.809000', '172704.811000', '172704.814000', '172704.817000', '172704.819000', '172704.822000', '172724.711000', '172724.713000', '172724.716000', '172724.719000', '172724.721000', '172724.724000', '172724.726000', '172724.729000', '172724.732000', '172724.734000', '172724.737000', '172724.739000', '172724.742000', '172724.745000', '172724.747000', '172724.750000', '172724.752000', '172724.755000', '172724.758000', '172724.760000', '172724.763000', '172724.765000', '172724.768000', '172724.771000', '172724.773000', '172724.776000', '172724.787000', '172724.790000', '172724.792000', '172724.795000', '172724.797000', '172724.800000', '172724.802000', '172724.805000', '172724.808000', '172724.810000', '172724.813000', '172724.815000', '172724.818000', '172724.821000', '172724.823000', '172724.826000', '172724.828000', '172724.831000', '172744.711000', '172744.713000', '172744.716000', '172744.719000', '172744.722000', '172744.725000', '172744.728000', '172744.731000', '172744.733000', '172744.736000', '172744.738000', '172744.741000', '172744.744000', '172744.746000', '172744.749000', '172744.751000', '172744.754000', '172744.757000', '172744.759000', '172744.762000', '172744.764000', '172744.767000', '172744.770000', '172744.772000', '172744.775000', '172744.777000', '172744.780000', '172744.783000', '172744.785000', '172744.788000', '172744.791000', '172744.793000', '172744.796000', '172744.798000', '172744.801000', '172744.804000', '172744.806000', '172744.809000', '172744.811000', '172744.814000', '172744.817000', '172744.819000', '172744.822000', '172804.711000', '172804.713000', '172804.716000', '172804.719000', '172804.721000', '172804.724000', '172804.727000', '172804.729000', '172804.732000', '172804.734000', '172804.737000', '172804.739000', '172804.742000', '172804.745000', '172804.747000', '172804.750000', '172804.752000', '172804.755000', '172804.758000', '172804.760000', '172804.763000', '172804.765000', '172804.768000', '172804.771000', '172804.773000', '172804.776000', '172804.778000', '172804.781000', '172804.784000', '172804.786000', '172804.789000', '172804.791000', '172804.794000', '172804.797000', '172804.799000', '172804.802000', '172804.804000', '172804.807000', '172804.810000', '172804.812000', '172804.815000', '172804.818000', '172804.820000', '172804.823000', '172824.710000', '172824.712000', '172824.715000', '172824.718000', '172824.720000', '172824.723000', '172824.725000', '172824.728000', '172824.731000', '172824.733000', '172824.736000', '172824.739000', '172824.742000', '172824.745000', '172824.748000', '172824.750000', '172824.753000', '172824.756000', '172824.758000', '172824.761000', '172824.763000', '172824.766000', '172824.769000', '172824.771000', '172824.774000', '172824.777000', '172824.779000', '172824.782000', '172824.784000', '172824.787000', '172824.790000', '172824.794000', '172824.796000', '172824.799000', '172824.802000', '172824.804000', '172824.807000', '172824.809000', '172824.812000', '172824.815000', '172824.817000', '172824.820000', '172824.823000', '172844.710000', '172844.713000', '172844.716000', '172844.718000', '172844.721000', '172844.724000', '172844.726000', '172844.729000', '172844.732000', '172844.734000', '172844.737000', '172844.739000', '172844.742000', '172844.744000', '172844.747000', '172844.750000', '172844.752000', '172844.755000', '172844.757000', '172844.760000', '172844.764000', '172844.767000', '172844.770000', '172844.772000', '172844.775000', '172844.778000', '172844.780000', '172844.783000', '172844.785000', '172844.788000', '172844.791000', '172844.793000', '172844.796000', '172844.798000', '172844.801000', '172844.804000', '172844.806000', '172844.819000', '172844.822000', '172844.825000', '172844.827000', '172844.830000', '172844.832000', '172844.835000', '172904.711000', '172904.714000', '172904.716000', '172904.719000', '172904.721000', '172904.724000', '172904.727000', '172904.729000', '172904.732000', '172904.735000', '172904.737000', '172904.740000', '172904.742000', '172904.745000', '172904.747000', '172904.750000', '172904.753000', '172904.755000', '172904.758000', '172904.760000', '172904.763000', '172904.766000', '172904.768000', '172904.771000', '172904.774000', '172904.777000', '172904.786000', '172904.788000', '172904.791000', '172904.793000', '172904.796000', '172904.799000', '172904.801000', '172904.804000', '172904.806000', '172904.809000', '172904.812000', '172904.814000', '172904.817000', '172904.819000', '172904.822000', '172904.825000', '172904.827000', '172923.646000', '172923.649000', '172923.652000', '172923.655000', '172923.658000', '172923.660000', '172923.663000', '172923.666000', '172923.669000', '172923.671000', '172923.674000', '172923.677000', '172923.680000', '172923.683000', '172923.685000', '172923.688000', '172923.691000', '172923.693000', '172923.696000', '172923.699000', '172923.701000', '172923.704000', '172923.707000', '172923.710000', '172923.713000', '172923.716000', '172923.719000', '172923.724000', '172923.728000', '172923.731000', '172923.734000', '172923.737000', '172923.741000', '172923.744000', '172923.748000', '172923.753000', '172923.756000', '172923.758000', '172923.761000', '172923.764000', '172923.766000', '172923.769000'], 'InstanceCreationTime': ['172304.753000', '172304.756000', '172304.759000', '172304.761000', '172304.764000', '172304.767000', '172304.775000', '172304.778000', '172304.781000', '172304.783000', '172304.786000', '172304.788000', '172304.791000', '172304.793000', '172304.796000', '172304.799000', '172304.801000', '172304.804000', '172304.806000', '172304.809000', '172304.812000', '172304.814000', '172304.817000', '172304.819000', '172304.822000', '172304.824000', '172304.827000', '172304.830000', '172304.832000', '172304.835000', '172304.838000', '172304.840000', '172304.843000', '172304.845000', '172304.848000', '172304.850000', '172304.853000', '172304.855000', '172304.858000', '172304.861000', '172304.863000', '172304.866000', '172304.868000', '172304.871000', '172304.873000', '172304.876000', '172304.879000', '172304.881000', '172324.710000', '172324.713000', '172324.716000', '172324.718000', '172324.721000', '172324.724000', '172324.726000', '172324.729000', '172324.731000', '172324.734000', '172324.737000', '172324.739000', '172324.742000', '172324.744000', '172324.747000', '172324.749000', '172324.752000', '172324.754000', '172324.757000', '172324.760000', '172324.777000', '172324.780000', '172324.782000', '172324.785000', '172324.787000', '172324.790000', '172324.793000', '172324.795000', '172324.798000', '172324.800000', '172324.803000', '172324.806000', '172324.808000', '172324.811000', '172324.813000', '172324.816000', '172324.819000', '172324.822000', '172324.825000', '172324.828000', '172324.830000', '172324.833000', '172324.835000', '172344.709000', '172344.712000', '172344.715000', '172344.717000', '172344.720000', '172344.722000', '172344.725000', '172344.728000', '172344.730000', '172344.733000', '172344.735000', '172344.738000', '172344.741000', '172344.743000', '172344.746000', '172344.748000', '172344.751000', '172344.753000', '172344.756000', '172344.759000', '172344.761000', '172344.764000', '172344.766000', '172344.769000', '172344.771000', '172344.774000', '172344.776000', '172344.779000', '172344.782000', '172344.784000', '172344.787000', '172344.789000', '172344.792000', '172344.794000', '172344.797000', '172344.800000', '172344.802000', '172344.805000', '172344.807000', '172344.810000', '172344.812000', '172344.815000', '172344.822000', '172344.824000', '172404.710000', '172404.713000', '172404.716000', '172404.718000', '172404.721000', '172404.724000', '172404.726000', '172404.729000', '172404.731000', '172404.734000', '172404.736000', '172404.739000', '172404.742000', '172404.744000', '172404.747000', '172404.749000', '172404.752000', '172404.755000', '172404.757000', '172404.760000', '172404.763000', '172404.765000', '172404.768000', '172404.770000', '172404.773000', '172404.775000', '172404.778000', '172404.781000', '172404.783000', '172404.786000', '172404.788000', '172404.791000', '172404.793000', '172404.796000', '172404.799000', '172404.801000', '172404.804000', '172404.810000', '172404.813000', '172404.815000', '172404.818000', '172404.820000', '172404.823000', '172424.711000', '172424.713000', '172424.716000', '172424.719000', '172424.721000', '172424.734000', '172424.737000', '172424.740000', '172424.742000', '172424.745000', '172424.747000', '172424.750000', '172424.753000', '172424.755000', '172424.758000', '172424.760000', '172424.763000', '172424.766000', '172424.768000', '172424.771000', '172424.773000', '172424.776000', '172424.778000', '172424.781000', '172424.784000', '172424.786000', '172424.789000', '172424.791000', '172424.794000', '172424.796000', '172424.799000', '172424.801000', '172424.804000', '172424.807000', '172424.809000', '172424.812000', '172424.814000', '172424.822000', '172424.824000', '172424.827000', '172424.829000', '172424.832000', '172424.835000', '172424.837000', '172444.710000', '172444.713000', '172444.716000', '172444.718000', '172444.721000', '172444.724000', '172444.726000', '172444.729000', '172444.732000', '172444.734000', '172444.737000', '172444.739000', '172444.742000', '172444.745000', '172444.747000', '172444.750000', '172444.753000', '172444.756000', '172444.758000', '172444.761000', '172444.763000', '172444.766000', '172444.769000', '172444.771000', '172444.774000', '172444.776000', '172444.779000', '172444.782000', '172444.784000', '172444.787000', '172444.789000', '172444.792000', '172444.795000', '172444.797000', '172444.800000', '172444.802000', '172444.805000', '172444.808000', '172444.810000', '172444.813000', '172444.815000', '172444.818000', '172444.821000', '172504.710000', '172504.713000', '172504.716000', '172504.718000', '172504.721000', '172504.724000', '172504.726000', '172504.729000', '172504.732000', '172504.734000', '172504.737000', '172504.739000', '172504.742000', '172504.745000', '172504.747000', '172504.750000', '172504.752000', '172504.755000', '172504.758000', '172504.760000', '172504.763000', '172504.766000', '172504.768000', '172504.771000', '172504.773000', '172504.776000', '172504.778000', '172504.781000', '172504.784000', '172504.786000', '172504.789000', '172504.791000', '172504.794000', '172504.797000', '172504.799000', '172504.802000', '172504.804000', '172504.807000', '172504.809000', '172504.812000', '172504.815000', '172504.817000', '172504.820000', '172524.710000', '172524.713000', '172524.716000', '172524.718000', '172524.721000', '172524.724000', '172524.726000', '172524.729000', '172524.731000', '172524.734000', '172524.737000', '172524.739000', '172524.742000', '172524.744000', '172524.747000', '172524.749000', '172524.752000', '172524.755000', '172524.757000', '172524.760000', '172524.762000', '172524.765000', '172524.768000', '172524.770000', '172524.773000', '172524.775000', '172524.778000', '172524.780000', '172524.783000', '172524.786000', '172524.788000', '172524.791000', '172524.793000', '172524.796000', '172524.799000', '172524.801000', '172524.804000', '172524.806000', '172524.809000', '172524.811000', '172524.814000', '172524.817000', '172524.819000', '172524.822000', '172544.710000', '172544.715000', '172544.718000', '172544.720000', '172544.723000', '172544.725000', '172544.728000', '172544.731000', '172544.733000', '172544.736000', '172544.738000', '172544.741000', '172544.744000', '172544.746000', '172544.749000', '172544.751000', '172544.754000', '172544.757000', '172544.759000', '172544.762000', '172544.764000', '172544.767000', '172544.769000', '172544.772000', '172544.775000', '172544.777000', '172544.780000', '172544.782000', '172544.785000', '172544.787000', '172544.790000', '172544.793000', '172544.795000', '172544.798000', '172544.800000', '172544.803000', '172544.806000', '172544.808000', '172544.811000', '172544.813000', '172544.816000', '172544.818000', '172544.821000', '172544.824000', '172604.709000', '172604.712000', '172604.715000', '172604.723000', '172604.725000', '172604.728000', '172604.730000', '172604.733000', '172604.736000', '172604.738000', '172604.741000', '172604.743000', '172604.746000', '172604.748000', '172604.751000', '172604.754000', '172604.756000', '172604.759000', '172604.761000', '172604.764000', '172604.766000', '172604.769000', '172604.772000', '172604.774000', '172604.777000', '172604.779000', '172604.782000', '172604.784000', '172604.787000', '172604.790000', '172604.792000', '172604.795000', '172604.798000', '172604.800000', '172604.803000', '172604.805000', '172604.808000', '172604.810000', '172604.813000', '172604.816000', '172604.818000', '172604.821000', '172604.824000', '172624.711000', '172624.713000', '172624.716000', '172624.719000', '172624.721000', '172624.724000', '172624.727000', '172624.729000', '172624.732000', '172624.734000', '172624.737000', '172624.740000', '172624.742000', '172624.745000', '172624.747000', '172624.750000', '172624.753000', '172624.755000', '172624.758000', '172624.760000', '172624.763000', '172624.765000', '172624.768000', '172624.771000', '172624.773000', '172624.776000', '172624.778000', '172624.781000', '172624.784000', '172624.786000', '172624.789000', '172624.791000', '172624.794000', '172624.797000', '172624.799000', '172624.802000', '172624.805000', '172624.807000', '172624.810000', '172624.812000', '172624.815000', '172624.818000', '172624.820000', '172624.823000', '172644.710000', '172644.713000', '172644.716000', '172644.718000', '172644.721000', '172644.724000', '172644.726000', '172644.729000', '172644.731000', '172644.734000', '172644.737000', '172644.739000', '172644.742000', '172644.745000', '172644.747000', '172644.750000', '172644.752000', '172644.755000', '172644.758000', '172644.760000', '172644.763000', '172644.765000', '172644.771000', '172644.774000', '172644.777000', '172644.779000', '172644.782000', '172644.785000', '172644.787000', '172644.790000', '172644.792000', '172644.795000', '172644.798000', '172644.800000', '172644.803000', '172644.805000', '172644.808000', '172644.810000', '172644.813000', '172644.816000', '172644.818000', '172644.821000', '172644.823000', '172704.710000', '172704.713000', '172704.716000', '172704.719000', '172704.722000', '172704.724000', '172704.727000', '172704.729000', '172704.732000', '172704.735000', '172704.737000', '172704.740000', '172704.742000', '172704.745000', '172704.748000', '172704.750000', '172704.754000', '172704.757000', '172704.759000', '172704.762000', '172704.764000', '172704.767000', '172704.770000', '172704.772000', '172704.775000', '172704.777000', '172704.780000', '172704.783000', '172704.785000', '172704.788000', '172704.790000', '172704.793000', '172704.796000', '172704.798000', '172704.801000', '172704.803000', '172704.806000', '172704.809000', '172704.811000', '172704.814000', '172704.817000', '172704.819000', '172704.822000', '172724.711000', '172724.713000', '172724.716000', '172724.719000', '172724.721000', '172724.724000', '172724.726000', '172724.729000', '172724.732000', '172724.734000', '172724.737000', '172724.739000', '172724.742000', '172724.745000', '172724.747000', '172724.750000', '172724.752000', '172724.755000', '172724.758000', '172724.760000', '172724.763000', '172724.765000', '172724.768000', '172724.771000', '172724.773000', '172724.776000', '172724.787000', '172724.790000', '172724.792000', '172724.795000', '172724.797000', '172724.800000', '172724.802000', '172724.805000', '172724.808000', '172724.810000', '172724.813000', '172724.815000', '172724.818000', '172724.821000', '172724.823000', '172724.826000', '172724.828000', '172724.831000', '172744.711000', '172744.713000', '172744.716000', '172744.719000', '172744.722000', '172744.725000', '172744.728000', '172744.731000', '172744.733000', '172744.736000', '172744.738000', '172744.741000', '172744.744000', '172744.746000', '172744.749000', '172744.751000', '172744.754000', '172744.757000', '172744.759000', '172744.762000', '172744.764000', '172744.767000', '172744.770000', '172744.772000', '172744.775000', '172744.777000', '172744.780000', '172744.783000', '172744.785000', '172744.788000', '172744.791000', '172744.793000', '172744.796000', '172744.798000', '172744.801000', '172744.804000', '172744.806000', '172744.809000', '172744.811000', '172744.814000', '172744.817000', '172744.819000', '172744.822000', '172804.711000', '172804.713000', '172804.716000', '172804.719000', '172804.721000', '172804.724000', '172804.727000', '172804.729000', '172804.732000', '172804.734000', '172804.737000', '172804.739000', '172804.742000', '172804.745000', '172804.747000', '172804.750000', '172804.752000', '172804.755000', '172804.758000', '172804.760000', '172804.763000', '172804.765000', '172804.768000', '172804.771000', '172804.773000', '172804.776000', '172804.778000', '172804.781000', '172804.784000', '172804.786000', '172804.789000', '172804.791000', '172804.794000', '172804.797000', '172804.799000', '172804.802000', '172804.804000', '172804.807000', '172804.810000', '172804.812000', '172804.815000', '172804.818000', '172804.820000', '172804.823000', '172824.710000', '172824.712000', '172824.715000', '172824.718000', '172824.720000', '172824.723000', '172824.725000', '172824.728000', '172824.731000', '172824.733000', '172824.736000', '172824.739000', '172824.742000', '172824.745000', '172824.748000', '172824.750000', '172824.753000', '172824.756000', '172824.758000', '172824.761000', '172824.763000', '172824.766000', '172824.769000', '172824.771000', '172824.774000', '172824.777000', '172824.779000', '172824.782000', '172824.784000', '172824.787000', '172824.790000', '172824.794000', '172824.796000', '172824.799000', '172824.802000', '172824.804000', '172824.807000', '172824.809000', '172824.812000', '172824.815000', '172824.817000', '172824.820000', '172824.823000', '172844.710000', '172844.713000', '172844.716000', '172844.718000', '172844.721000', '172844.724000', '172844.726000', '172844.729000', '172844.732000', '172844.734000', '172844.737000', '172844.739000', '172844.742000', '172844.744000', '172844.747000', '172844.750000', '172844.752000', '172844.755000', '172844.757000', '172844.760000', '172844.764000', '172844.767000', '172844.770000', '172844.772000', '172844.775000', '172844.778000', '172844.780000', '172844.783000', '172844.785000', '172844.788000', '172844.791000', '172844.793000', '172844.796000', '172844.798000', '172844.801000', '172844.804000', '172844.806000', '172844.819000', '172844.822000', '172844.825000', '172844.827000', '172844.830000', '172844.832000', '172844.835000', '172904.711000', '172904.714000', '172904.716000', '172904.719000', '172904.721000', '172904.724000', '172904.727000', '172904.729000', '172904.732000', '172904.735000', '172904.737000', '172904.740000', '172904.742000', '172904.745000', '172904.747000', '172904.750000', '172904.753000', '172904.755000', '172904.758000', '172904.760000', '172904.763000', '172904.766000', '172904.768000', '172904.771000', '172904.774000', '172904.777000', '172904.786000', '172904.788000', '172904.791000', '172904.793000', '172904.796000', '172904.799000', '172904.801000', '172904.804000', '172904.806000', '172904.809000', '172904.812000', '172904.814000', '172904.817000', '172904.819000', '172904.822000', '172904.825000', '172904.827000', '172923.646000', '172923.649000', '172923.652000', '172923.655000', '172923.658000', '172923.660000', '172923.663000', '172923.666000', '172923.669000', '172923.671000', '172923.674000', '172923.677000', '172923.680000', '172923.683000', '172923.685000', '172923.688000', '172923.691000', '172923.693000', '172923.696000', '172923.699000', '172923.701000', '172923.704000', '172923.707000', '172923.710000', '172923.713000', '172923.716000', '172923.719000', '172923.724000', '172923.728000', '172923.731000', '172923.734000', '172923.737000', '172923.741000', '172923.744000', '172923.748000', '172923.753000', '172923.756000', '172923.758000', '172923.761000', '172923.764000', '172923.766000', '172923.769000'], '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': [11219, 10945, 9703, 10756, 10284, 10693, 10596, 10682, 11979, 10774, 10474, 10748, 10401, 10854, 11852, 10638, 10278, 10785, 9975, 10967, 10540, 11102, 9947, 10936, 10328, 11055, 10607, 11136, 10602, 10908, 10809, 11153, 10167, 11183, 10485, 11048, 10618, 11075, 12935, 11186, 12391, 10878, 11086, 11055, 10839, 11253, 10847, 11073, 10944, 11261, 9770, 10462, 10724, 10146, 8812, 11053, 11051, 11334, 9732, 10960, 10974, 9925, 13245, 11647, 10237, 12882, 11389, 13091, 11442, 12397, 10966, 12831, 11177, 13443, 11338, 11015, 11034, 10347, 10782, 11316, 10674, 10636, 10593, 10148, 10646, 9954, 11186, 10304, 10630, 10997, 11034, 10080, 10413, 11006, 10367, 11060, 10605, 10699, 10838, 11220, 10523, 10550, 10046, 10200, 10756, 10556, 10945, 9985, 10584, 10577, 10594, 10545, 10765, 11039, 12020, 11257, 9593, 10667, 10841, 10859, 10876, 11190, 11141, 11183, 9407, 10511, 11143, 12741, 10604, 9436, 11205, 10618, 9927, 10679, 11178, 10731, 9446, 11707, 10774, 10779, 10616, 10373, 10487, 11608, 10632, 10856, 10592, 11064, 10543, 11861, 10581, 11915, 10512, 11591, 10600, 11128, 10215, 10993, 10359, 9869, 9717, 9871, 9146, 9808, 9330, 9938, 9855, 10849, 10155, 9780, 9427, 10039, 10103, 9906, 9240, 9993, 9776, 9709, 10593, 10135, 10013, 9927, 10351, 10435, 10700, 10227, 10932, 9825, 11722, 10539, 10090, 10826, 9745, 9231, 10260, 10190, 10164, 10170, 10843, 9467, 9099, 10475, 9663, 9536, 10504, 9931, 9092, 10234, 11110, 11344, 10590, 11564, 10755, 11720, 10501, 11085, 10946, 10858, 10585, 10970, 10337, 12053, 10233, 11938, 10107, 11224, 9978, 9652, 9930, 8915, 9872, 8594, 9746, 8608, 9626, 9246, 9624, 9110, 9712, 8779, 9412, 8931, 9354, 8831, 9619, 9343, 9567, 9435, 9729, 9267, 10112, 9161, 10386, 9399, 10063, 9419, 10103, 8717, 10203, 9392, 8346, 10398, 9327, 7729, 10658, 9759, 7928, 9782, 9202, 11207, 10358, 11087, 9436, 9959, 14220, 10324, 13969, 10044, 13087, 10028, 12914, 9706, 11995, 9758, 10158, 9632, 9301, 9462, 9254, 8986, 9322, 8879, 9421, 8533, 9327, 8832, 9876, 9263, 9954, 9391, 10457, 9435, 10243, 9405, 9474, 8559, 9474, 8727, 9494, 9605, 9953, 8714, 11509, 9036, 9203, 9192, 8617, 9437, 8463, 9495, 8434, 9375, 8595, 9764, 8907, 10089, 9220, 10567, 9957, 10867, 9335, 10979, 9542, 9239, 9694, 9533, 10988, 10553, 7949, 10428, 10173, 8282, 10280, 9476, 9567, 10306, 9524, 13439, 9646, 12343, 10028, 13015, 9421, 11870, 9871, 11528, 9618, 11256, 9452, 10683, 9117, 10458, 8436, 10222, 8574, 10337, 8274, 9986, 8364, 9022, 8631, 8691, 11890, 9202, 11740, 9776, 10750, 8799, 9345, 8489, 9008, 8205, 8647, 8303, 8693, 8522, 8795, 8534, 9481, 9317, 10046, 9698, 9980, 9102, 9966, 8910, 9926, 10026, 11849, 9953, 10033, 11343, 10404, 8741, 10611, 9833, 9610, 9336, 9344, 11112, 9075, 11179, 9453, 10681, 9364, 10634, 9115, 9481, 10750, 9428, 12392, 9210, 9628, 9639, 9265, 10360, 9634, 9764, 9841, 8805, 9195, 9099, 9109, 10414, 9264, 8331, 9509, 8748, 9421, 8368, 9300, 11517, 9523, 13949, 9341, 13367, 9268, 12309, 9207, 10482, 9578, 11616, 9435, 12522, 9432, 11867, 9627, 12717, 10045, 11654, 10331, 11182, 10980, 10726, 9928, 10492, 8571, 10476, 10179, 10023, 9148, 9814, 9965, 8829, 8993, 8775, 9815, 9660, 10219, 9365, 9836, 9440, 9410, 9284, 12477, 9603, 13507, 9426, 13748, 9564, 13374, 9465, 11663, 9310, 13076, 9042, 12721, 9510, 12122, 9894, 11476, 8893, 10777, 8745, 9413, 8053, 8831, 8817, 9032, 7801, 9222, 7927, 9162, 11053, 9108, 11224, 9084, 9958, 9245, 9561, 8967, 9036, 8782, 9367, 9868, 9413, 11815, 9975, 9238, 10693, 9466, 11222, 9653, 8094, 10484, 12525, 10081, 11552, 10103, 10736, 10252, 11018, 9961, 9716, 14968, 10411, 12629, 10557, 11336, 10303, 10455, 8756, 9350, 8181, 9446, 11487, 10335, 9548, 10063, 9620, 8456, 11123, 9711, 9843, 10929, 10430, 8676, 10329, 10127, 11980, 9951, 12535, 10074, 12146, 10204, 11770, 9675, 12060, 9931, 9720, 11559, 8742, 12638, 9799, 12518, 10021, 10872, 9772, 9637, 12509, 9832, 9673, 11579, 9460, 10763, 9746, 12656, 9643, 11826, 9645, 10714, 9623, 10308, 9241, 9908, 8922, 9183, 8532, 9259, 8356, 9321, 9603, 9322, 12150, 9478, 11966, 10039, 8966, 9696, 10034, 9579, 12344, 9548, 11285, 9211, 10927, 9527, 10709, 9291, 10847, 9902, 12401, 9710, 9413, 10628, 10638, 8204, 10366, 9483, 9514, 10578, 9262, 10384, 10439, 9922, 9941, 10285, 9600, 10588, 9601, 11010, 9871, 12493, 8894, 12538, 8713, 11981, 8844, 9260, 8418, 9585, 9646, 8440, 10541, 9875, 11039, 10095, 11376, 8894, 9297, 8770, 9642, 8801, 9646, 10340, 9675, 9610, 8547, 9006, 9171, 8988, 10095, 9362, 9006, 8934, 9848, 9297, 9712, 9296, 8922, 9570, 10543, 9505, 11327, 9080, 9683, 8531, 9963, 8591, 9912, 8700, 9658, 9416, 9714, 9521, 9708, 9808, 10397, 9736, 10767, 11027, 10849, 12716, 9938, 9324, 13418, 9596, 10079, 11168, 10170, 12753, 9469, 9786, 9568, 9918, 10411, 9191, 11242, 9267, 10802, 8983, 10918, 8697, 10921, 9756, 10945, 9611, 11281, 9540, 12788, 9812, 9181, 8985, 8960, 9995, 9393, 10494, 9143, 11239, 9535, 11585, 9733, 11273, 9519, 11463, 9603, 10183, 9224, 10683, 9270, 12318, 9255, 12450, 9622, 9526, 10018, 9271, 10164, 10909, 8852, 9236, 10419, 9297, 9984, 10254, 10064, 9141, 9680, 9419, 12067, 10344, 9403, 12429, 10023, 12960, 11044, 10157, 12032, 8867, 13016, 9306, 13417, 9017, 12608, 9416, 10481, 9230, 8814, 8791, 8644, 8982, 8546, 9322, 8456, 9524, 8936, 10397, 8878, 12020, 8957, 8111, 9234, 8511, 9197, 8731, 9061, 8316, 8982, 9452, 9194, 10759, 9153, 8602, 8975, 9278, 9284, 9025, 10151, 9620, 10700, 9534, 12423, 9345, 9469, 11624, 10412, 9231, 10863, 10016, 10151, 9150, 9607, 10138, 10853, 10589, 9795, 13008, 9731, 13836, 9642, 14256, 9644, 13635, 9901, 12906, 9839, 12550, 9587, 12191, 9395, 11543, 9411, 10935, 9259, 11072, 9171, 11078, 9083, 11053, 9293, 10836, 9510], 'WindowCenter': [4775.0, 4761.0, 4725.0, 4735.0, 4709.0, 4722.0, 4719.0, 4711.0, 4717.0, 4707.0, 4704.0, 4705.0, 4705.0, 4718.0, 4729.0, 4719.0, 4707.0, 4717.0, 4709.0, 4730.0, 4719.0, 4729.0, 4721.0, 4719.0, 4719.0, 4719.0, 4718.0, 4716.0, 4707.0, 4705.0, 4705.0, 4707.0, 4694.0, 4704.0, 4694.0, 4703.0, 4680.0, 4693.0, 4699.0, 4691.0, 4701.0, 4692.0, 4688.0, 4689.0, 4691.0, 4717.0, 4720.0, 4718.0, 4698.0, 4707.0, 4695.0, 4703.0, 4715.0, 4719.0, 4710.0, 4731.0, 4731.0, 4745.0, 4725.0, 4734.0, 4734.0, 4723.0, 4730.0, 4706.0, 4683.0, 4691.0, 4680.0, 4690.0, 4670.0, 4666.0, 4652.0, 4660.0, 4649.0, 4656.0, 4648.0, 4636.0, 4649.0, 4640.0, 4651.0, 4649.0, 4652.0, 4663.0, 4651.0, 4652.0, 4663.0, 4654.0, 4673.0, 4666.0, 4666.0, 4676.0, 4680.0, 4677.0, 4677.0, 4676.0, 4668.0, 4678.0, 4678.0, 4679.0, 4678.0, 4692.0, 4705.0, 4695.0, 4694.0, 4694.0, 4704.0, 4693.0, 4707.0, 4693.0, 4705.0, 4694.0, 4696.0, 4707.0, 4696.0, 4708.0, 4706.0, 4705.0, 4685.0, 4707.0, 4720.0, 4706.0, 4709.0, 4707.0, 4705.0, 4708.0, 4712.0, 4720.0, 4708.0, 4716.0, 4710.0, 4702.0, 4718.0, 4709.0, 4711.0, 4700.0, 4710.0, 4699.0, 4687.0, 4710.0, 4700.0, 4696.0, 4685.0, 4675.0, 4684.0, 4683.0, 4669.0, 4668.0, 4680.0, 4667.0, 4654.0, 4652.0, 4640.0, 4650.0, 4627.0, 4638.0, 4637.0, 4651.0, 4628.0, 4636.0, 4640.0, 4639.0, 4641.0, 4652.0, 4642.0, 4655.0, 4656.0, 4669.0, 4668.0, 4679.0, 4682.0, 4670.0, 4683.0, 4679.0, 4679.0, 4680.0, 4669.0, 4681.0, 4681.0, 4682.0, 4693.0, 4692.0, 4683.0, 4693.0, 4693.0, 4695.0, 4695.0, 4694.0, 4695.0, 4684.0, 4707.0, 4696.0, 4697.0, 4708.0, 4687.0, 4684.0, 4697.0, 4684.0, 4699.0, 4697.0, 4695.0, 4673.0, 4674.0, 4696.0, 4700.0, 4688.0, 4697.0, 4688.0, 4680.0, 4700.0, 4720.0, 4720.0, 4721.0, 4709.0, 4698.0, 4691.0, 4681.0, 4668.0, 4667.0, 4654.0, 4668.0, 4654.0, 4642.0, 4649.0, 4640.0, 4649.0, 4640.0, 4648.0, 4642.0, 4639.0, 4641.0, 4631.0, 4652.0, 4631.0, 4644.0, 4635.0, 4655.0, 4655.0, 4654.0, 4646.0, 4657.0, 4659.0, 4671.0, 4661.0, 4672.0, 4674.0, 4685.0, 4685.0, 4687.0, 4675.0, 4686.0, 4685.0, 4695.0, 4687.0, 4695.0, 4689.0, 4701.0, 4676.0, 4686.0, 4679.0, 4687.0, 4677.0, 4680.0, 4711.0, 4691.0, 4669.0, 4701.0, 4703.0, 4682.0, 4702.0, 4692.0, 4712.0, 4700.0, 4698.0, 4664.0, 4674.0, 4690.0, 4668.0, 4687.0, 4656.0, 4675.0, 4642.0, 4663.0, 4629.0, 4650.0, 4628.0, 4641.0, 4630.0, 4631.0, 4627.0, 4631.0, 4632.0, 4642.0, 4631.0, 4642.0, 4632.0, 4644.0, 4644.0, 4656.0, 4646.0, 4656.0, 4657.0, 4666.0, 4657.0, 4668.0, 4658.0, 4668.0, 4660.0, 4672.0, 4662.0, 4673.0, 4683.0, 4683.0, 4674.0, 4695.0, 4687.0, 4685.0, 4688.0, 4677.0, 4687.0, 4676.0, 4700.0, 4679.0, 4687.0, 4676.0, 4697.0, 4677.0, 4696.0, 4687.0, 4699.0, 4688.0, 4697.0, 4690.0, 4699.0, 4690.0, 4676.0, 4686.0, 4687.0, 4699.0, 4712.0, 4693.0, 4710.0, 4714.0, 4692.0, 4713.0, 4714.0, 4702.0, 4703.0, 4689.0, 4716.0, 4693.0, 4695.0, 4675.0, 4689.0, 4660.0, 4678.0, 4659.0, 4670.0, 4659.0, 4668.0, 4656.0, 4655.0, 4645.0, 4655.0, 4635.0, 4669.0, 4636.0, 4657.0, 4638.0, 4657.0, 4634.0, 4646.0, 4635.0, 4637.0, 4664.0, 4644.0, 4663.0, 4645.0, 4656.0, 4646.0, 4659.0, 4650.0, 4659.0, 4647.0, 4651.0, 4649.0, 4660.0, 4660.0, 4665.0, 4674.0, 4687.0, 4688.0, 4697.0, 4699.0, 4701.0, 4689.0, 4702.0, 4681.0, 4677.0, 4703.0, 4700.0, 4689.0, 4690.0, 4701.0, 4704.0, 4673.0, 4691.0, 4695.0, 4692.0, 4693.0, 4680.0, 4688.0, 4677.0, 4676.0, 4653.0, 4662.0, 4637.0, 4649.0, 4625.0, 4637.0, 4655.0, 4646.0, 4664.0, 4646.0, 4644.0, 4644.0, 4645.0, 4655.0, 4656.0, 4653.0, 4658.0, 4646.0, 4660.0, 4647.0, 4649.0, 4657.0, 4659.0, 4640.0, 4660.0, 4647.0, 4661.0, 4641.0, 4663.0, 4678.0, 4663.0, 4699.0, 4662.0, 4689.0, 4663.0, 4680.0, 4662.0, 4669.0, 4673.0, 4682.0, 4664.0, 4692.0, 4663.0, 4681.0, 4662.0, 4692.0, 4673.0, 4681.0, 4673.0, 4672.0, 4672.0, 4670.0, 4664.0, 4676.0, 4645.0, 4662.0, 4665.0, 4665.0, 4657.0, 4678.0, 4679.0, 4658.0, 4657.0, 4657.0, 4677.0, 4676.0, 4688.0, 4668.0, 4676.0, 4679.0, 4676.0, 4690.0, 4694.0, 4663.0, 4679.0, 4649.0, 4674.0, 4647.0, 4676.0, 4649.0, 4666.0, 4647.0, 4663.0, 4634.0, 4664.0, 4644.0, 4663.0, 4643.0, 4654.0, 4635.0, 4656.0, 4635.0, 4648.0, 4624.0, 4647.0, 4637.0, 4648.0, 4627.0, 4648.0, 4638.0, 4664.0, 4679.0, 4662.0, 4681.0, 4662.0, 4674.0, 4663.0, 4674.0, 4663.0, 4666.0, 4664.0, 4677.0, 4686.0, 4689.0, 4719.0, 4700.0, 4700.0, 4708.0, 4701.0, 4707.0, 4702.0, 4682.0, 4724.0, 4723.0, 4713.0, 4711.0, 4701.0, 4700.0, 4690.0, 4698.0, 4673.0, 4678.0, 4704.0, 4675.0, 4691.0, 4672.0, 4670.0, 4671.0, 4673.0, 4653.0, 4662.0, 4654.0, 4690.0, 4709.0, 4685.0, 4678.0, 4678.0, 4689.0, 4667.0, 4698.0, 4692.0, 4693.0, 4704.0, 4720.0, 4710.0, 4717.0, 4716.0, 4724.0, 4690.0, 4709.0, 4679.0, 4682.0, 4662.0, 4658.0, 4650.0, 4666.0, 4646.0, 4634.0, 4651.0, 4623.0, 4651.0, 4641.0, 4675.0, 4671.0, 4666.0, 4657.0, 4657.0, 4675.0, 4667.0, 4660.0, 4680.0, 4672.0, 4680.0, 4673.0, 4690.0, 4661.0, 4681.0, 4673.0, 4671.0, 4670.0, 4672.0, 4662.0, 4671.0, 4661.0, 4662.0, 4663.0, 4673.0, 4651.0, 4675.0, 4673.0, 4675.0, 4695.0, 4685.0, 4695.0, 4688.0, 4675.0, 4687.0, 4673.0, 4686.0, 4705.0, 4676.0, 4697.0, 4675.0, 4699.0, 4676.0, 4685.0, 4666.0, 4698.0, 4689.0, 4706.0, 4690.0, 4682.0, 4689.0, 4687.0, 4658.0, 4702.0, 4693.0, 4680.0, 4690.0, 4680.0, 4678.0, 4691.0, 4666.0, 4692.0, 4677.0, 4665.0, 4664.0, 4665.0, 4660.0, 4649.0, 4654.0, 4624.0, 4651.0, 4610.0, 4639.0, 4609.0, 4606.0, 4599.0, 4619.0, 4631.0, 4623.0, 4641.0, 4631.0, 4642.0, 4642.0, 4642.0, 4623.0, 4634.0, 4634.0, 4634.0, 4637.0, 4647.0, 4658.0, 4648.0, 4650.0, 4626.0, 4639.0, 4636.0, 4639.0, 4646.0, 4639.0, 4637.0, 4639.0, 4659.0, 4651.0, 4661.0, 4664.0, 4651.0, 4663.0, 4672.0, 4666.0, 4686.0, 4658.0, 4655.0, 4642.0, 4666.0, 4656.0, 4680.0, 4671.0, 4669.0, 4669.0, 4696.0, 4706.0, 4694.0, 4690.0, 4689.0, 4694.0, 4698.0, 4688.0, 4675.0, 4696.0, 4662.0, 4651.0, 4680.0, 4651.0, 4659.0, 4659.0, 4648.0, 4666.0, 4648.0, 4646.0, 4646.0, 4647.0, 4655.0, 4648.0, 4668.0, 4648.0, 4656.0, 4635.0, 4657.0, 4635.0, 4656.0, 4648.0, 4657.0, 4648.0, 4668.0, 4660.0, 4690.0, 4661.0, 4651.0, 4652.0, 4653.0, 4673.0, 4663.0, 4686.0, 4674.0, 4685.0, 4676.0, 4683.0, 4675.0, 4685.0, 4675.0, 4683.0, 4674.0, 4672.0, 4665.0, 4683.0, 4665.0, 4695.0, 4678.0, 4695.0, 4677.0, 4678.0, 4688.0, 4677.0, 4680.0, 4677.0, 4659.0, 4658.0, 4678.0, 4683.0, 4702.0, 4702.0, 4716.0, 4708.0, 4705.0, 4702.0, 4709.0, 4691.0, 4678.0, 4696.0, 4664.0, 4680.0, 4660.0, 4636.0, 4655.0, 4622.0, 4651.0, 4619.0, 4649.0, 4608.0, 4638.0, 4618.0, 4629.0, 4619.0, 4619.0, 4622.0, 4621.0, 4633.0, 4625.0, 4636.0, 4626.0, 4647.0, 4647.0, 4656.0, 4649.0, 4678.0, 4663.0, 4643.0, 4664.0, 4665.0, 4664.0, 4665.0, 4664.0, 4655.0, 4668.0, 4675.0, 4677.0, 4686.0, 4675.0, 4654.0, 4666.0, 4676.0, 4666.0, 4665.0, 4675.0, 4690.0, 4688.0, 4670.0, 4701.0, 4656.0, 4679.0, 4698.0, 4676.0, 4653.0, 4687.0, 4680.0, 4692.0, 4682.0, 4694.0, 4693.0, 4691.0, 4692.0, 4681.0, 4696.0, 4654.0, 4684.0, 4655.0, 4669.0, 4627.0, 4652.0, 4622.0, 4639.0, 4618.0, 4637.0, 4608.0, 4628.0, 4608.0, 4627.0, 4609.0, 4629.0, 4618.0, 4642.0, 4633.0, 4642.0, 4624.0, 4655.0, 4636.0, 4655.0, 4647.0], 'WindowWidth': [10431.0, 10404.0, 10342.0, 10354.0, 10309.0, 10327.0, 10322.0, 10310.0, 10312.0, 10300.0, 10292.0, 10294.0, 10296.0, 10317.0, 10336.0, 10322.0, 10298.0, 10314.0, 10306.0, 10339.0, 10323.0, 10336.0, 10328.0, 10321.0, 10323.0, 10321.0, 10318.0, 10310.0, 10299.0, 10294.0, 10294.0, 10298.0, 10275.0, 10290.0, 10273.0, 10287.0, 10251.0, 10272.0, 10276.0, 10265.0, 10279.0, 10266.0, 10258.0, 10262.0, 10266.0, 10312.0, 10321.0, 10315.0, 10281.0, 10293.0, 10279.0, 10289.0, 10309.0, 10323.0, 10313.0, 10339.0, 10338.0, 10363.0, 10336.0, 10349.0, 10347.0, 10328.0, 10330.0, 10292.0, 10253.0, 10263.0, 10242.0, 10255.0, 10225.0, 10215.0, 10192.0, 10199.0, 10184.0, 10189.0, 10180.0, 10163.0, 10186.0, 10173.0, 10191.0, 10186.0, 10193.0, 10210.0, 10191.0, 10196.0, 10213.0, 10202.0, 10226.0, 10219.0, 10220.0, 10235.0, 10247.0, 10238.0, 10237.0, 10234.0, 10227.0, 10240.0, 10240.0, 10244.0, 10243.0, 10269.0, 10291.0, 10277.0, 10273.0, 10275.0, 10287.0, 10271.0, 10295.0, 10272.0, 10291.0, 10272.0, 10279.0, 10297.0, 10277.0, 10295.0, 10291.0, 10286.0, 10262.0, 10294.0, 10317.0, 10292.0, 10301.0, 10295.0, 10292.0, 10299.0, 10313.0, 10320.0, 10296.0, 10303.0, 10303.0, 10296.0, 10312.0, 10300.0, 10304.0, 10284.0, 10299.0, 10280.0, 10260.0, 10295.0, 10282.0, 10270.0, 10254.0, 10239.0, 10254.0, 10248.0, 10224.0, 10221.0, 10243.0, 10217.0, 10194.0, 10189.0, 10168.0, 10182.0, 10146.0, 10161.0, 10160.0, 10186.0, 10149.0, 10159.0, 10170.0, 10169.0, 10176.0, 10192.0, 10180.0, 10202.0, 10203.0, 10229.0, 10224.0, 10239.0, 10249.0, 10232.0, 10256.0, 10245.0, 10245.0, 10247.0, 10229.0, 10247.0, 10249.0, 10251.0, 10267.0, 10266.0, 10255.0, 10269.0, 10270.0, 10274.0, 10271.0, 10270.0, 10270.0, 10256.0, 10288.0, 10274.0, 10275.0, 10293.0, 10264.0, 10257.0, 10278.0, 10256.0, 10285.0, 10276.0, 10270.0, 10236.0, 10240.0, 10272.0, 10287.0, 10265.0, 10276.0, 10264.0, 10254.0, 10285.0, 10314.0, 10317.0, 10321.0, 10295.0, 10280.0, 10259.0, 10245.0, 10221.0, 10220.0, 10196.0, 10219.0, 10192.0, 10175.0, 10181.0, 10171.0, 10181.0, 10170.0, 10179.0, 10176.0, 10168.0, 10174.0, 10161.0, 10191.0, 10162.0, 10183.0, 10172.0, 10201.0, 10201.0, 10198.0, 10189.0, 10209.0, 10214.0, 10231.0, 10219.0, 10237.0, 10241.0, 10258.0, 10259.0, 10262.0, 10244.0, 10260.0, 10257.0, 10272.0, 10264.0, 10273.0, 10271.0, 10285.0, 10245.0, 10259.0, 10254.0, 10262.0, 10247.0, 10255.0, 10302.0, 10275.0, 10239.0, 10286.0, 10290.0, 10261.0, 10290.0, 10277.0, 10305.0, 10282.0, 10277.0, 10223.0, 10237.0, 10252.0, 10222.0, 10246.0, 10200.0, 10224.0, 10174.0, 10203.0, 10151.0, 10180.0, 10148.0, 10168.0, 10153.0, 10156.0, 10147.0, 10157.0, 10159.0, 10177.0, 10159.0, 10178.0, 10165.0, 10184.0, 10184.0, 10201.0, 10189.0, 10202.0, 10207.0, 10217.0, 10206.0, 10223.0, 10211.0, 10226.0, 10214.0, 10232.0, 10221.0, 10240.0, 10255.0, 10252.0, 10243.0, 10271.0, 10264.0, 10261.0, 10269.0, 10250.0, 10266.0, 10248.0, 10288.0, 10258.0, 10267.0, 10248.0, 10277.0, 10249.0, 10275.0, 10262.0, 10280.0, 10265.0, 10276.0, 10274.0, 10281.0, 10269.0, 10245.0, 10258.0, 10263.0, 10281.0, 10303.0, 10282.0, 10303.0, 10312.0, 10280.0, 10311.0, 10310.0, 10291.0, 10290.0, 10267.0, 10301.0, 10278.0, 10268.0, 10239.0, 10251.0, 10209.0, 10234.0, 10209.0, 10222.0, 10208.0, 10219.0, 10201.0, 10198.0, 10183.0, 10199.0, 10172.0, 10224.0, 10175.0, 10204.0, 10177.0, 10202.0, 10170.0, 10188.0, 10169.0, 10174.0, 10207.0, 10180.0, 10206.0, 10183.0, 10200.0, 10189.0, 10209.0, 10198.0, 10211.0, 10193.0, 10200.0, 10197.0, 10215.0, 10215.0, 10228.0, 10242.0, 10260.0, 10263.0, 10277.0, 10284.0, 10287.0, 10268.0, 10286.0, 10253.0, 10243.0, 10286.0, 10277.0, 10263.0, 10262.0, 10280.0, 10287.0, 10244.0, 10266.0, 10276.0, 10270.0, 10275.0, 10253.0, 10260.0, 10245.0, 10236.0, 10200.0, 10209.0, 10168.0, 10188.0, 10148.0, 10168.0, 10193.0, 10184.0, 10204.0, 10184.0, 10176.0, 10180.0, 10185.0, 10200.0, 10201.0, 10195.0, 10207.0, 10190.0, 10212.0, 10193.0, 10198.0, 10202.0, 10208.0, 10184.0, 10211.0, 10191.0, 10214.0, 10184.0, 10218.0, 10233.0, 10217.0, 10264.0, 10215.0, 10250.0, 10216.0, 10237.0, 10217.0, 10223.0, 10233.0, 10242.0, 10222.0, 10258.0, 10221.0, 10241.0, 10216.0, 10256.0, 10231.0, 10240.0, 10231.0, 10228.0, 10230.0, 10222.0, 10218.0, 10237.0, 10191.0, 10209.0, 10219.0, 10217.0, 10208.0, 10240.0, 10245.0, 10210.0, 10210.0, 10210.0, 10242.0, 10239.0, 10260.0, 10230.0, 10240.0, 10246.0, 10243.0, 10267.0, 10265.0, 10220.0, 10233.0, 10194.0, 10219.0, 10185.0, 10224.0, 10190.0, 10211.0, 10184.0, 10203.0, 10165.0, 10205.0, 10177.0, 10203.0, 10177.0, 10193.0, 10168.0, 10197.0, 10168.0, 10190.0, 10154.0, 10189.0, 10173.0, 10191.0, 10161.0, 10192.0, 10178.0, 10221.0, 10237.0, 10217.0, 10241.0, 10217.0, 10235.0, 10219.0, 10236.0, 10219.0, 10227.0, 10223.0, 10246.0, 10255.0, 10266.0, 10309.0, 10286.0, 10287.0, 10294.0, 10287.0, 10294.0, 10293.0, 10268.0, 10327.0, 10321.0, 10306.0, 10301.0, 10286.0, 10281.0, 10266.0, 10275.0, 10235.0, 10246.0, 10275.0, 10237.0, 10255.0, 10229.0, 10226.0, 10226.0, 10231.0, 10204.0, 10216.0, 10208.0, 10267.0, 10292.0, 10253.0, 10245.0, 10243.0, 10262.0, 10229.0, 10272.0, 10269.0, 10271.0, 10290.0, 10320.0, 10311.0, 10317.0, 10316.0, 10320.0, 10270.0, 10293.0, 10249.0, 10242.0, 10213.0, 10201.0, 10193.0, 10209.0, 10181.0, 10162.0, 10182.0, 10146.0, 10181.0, 10169.0, 10225.0, 10230.0, 10214.0, 10205.0, 10206.0, 10229.0, 10221.0, 10213.0, 10241.0, 10234.0, 10243.0, 10236.0, 10255.0, 10216.0, 10241.0, 10232.0, 10230.0, 10228.0, 10232.0, 10217.0, 10229.0, 10214.0, 10216.0, 10224.0, 10237.0, 10203.0, 10238.0, 10233.0, 10239.0, 10268.0, 10255.0, 10267.0, 10260.0, 10240.0, 10260.0, 10237.0, 10258.0, 10281.0, 10244.0, 10271.0, 10243.0, 10280.0, 10245.0, 10254.0, 10227.0, 10276.0, 10268.0, 10285.0, 10266.0, 10255.0, 10259.0, 10255.0, 10217.0, 10284.0, 10272.0, 10250.0, 10262.0, 10250.0, 10243.0, 10264.0, 10222.0, 10267.0, 10239.0, 10218.0, 10215.0, 10218.0, 10206.0, 10190.0, 10185.0, 10142.0, 10177.0, 10119.0, 10158.0, 10117.0, 10110.0, 10103.0, 10130.0, 10153.0, 10145.0, 10166.0, 10154.0, 10167.0, 10168.0, 10168.0, 10143.0, 10163.0, 10163.0, 10162.0, 10173.0, 10184.0, 10201.0, 10186.0, 10192.0, 10155.0, 10175.0, 10166.0, 10174.0, 10179.0, 10174.0, 10169.0, 10175.0, 10205.0, 10196.0, 10210.0, 10217.0, 10196.0, 10216.0, 10227.0, 10223.0, 10250.0, 10212.0, 10203.0, 10181.0, 10221.0, 10206.0, 10242.0, 10232.0, 10227.0, 10226.0, 10281.0, 10295.0, 10275.0, 10263.0, 10261.0, 10276.0, 10275.0, 10259.0, 10235.0, 10264.0, 10212.0, 10194.0, 10233.0, 10195.0, 10205.0, 10200.0, 10184.0, 10207.0, 10186.0, 10182.0, 10184.0, 10186.0, 10196.0, 10187.0, 10216.0, 10188.0, 10197.0, 10167.0, 10197.0, 10168.0, 10195.0, 10188.0, 10198.0, 10190.0, 10216.0, 10210.0, 10250.0, 10211.0, 10197.0, 10200.0, 10203.0, 10231.0, 10219.0, 10254.0, 10236.0, 10249.0, 10238.0, 10246.0, 10236.0, 10248.0, 10235.0, 10246.0, 10234.0, 10230.0, 10224.0, 10246.0, 10223.0, 10263.0, 10244.0, 10263.0, 10240.0, 10243.0, 10260.0, 10240.0, 10246.0, 10232.0, 10213.0, 10210.0, 10237.0, 10253.0, 10287.0, 10289.0, 10314.0, 10306.0, 10296.0, 10290.0, 10294.0, 10269.0, 10244.0, 10267.0, 10218.0, 10231.0, 10205.0, 10164.0, 10189.0, 10139.0, 10178.0, 10132.0, 10172.0, 10117.0, 10157.0, 10132.0, 10144.0, 10134.0, 10134.0, 10142.0, 10141.0, 10160.0, 10152.0, 10167.0, 10154.0, 10184.0, 10186.0, 10197.0, 10190.0, 10229.0, 10216.0, 10190.0, 10220.0, 10223.0, 10223.0, 10224.0, 10223.0, 10210.0, 10232.0, 10237.0, 10245.0, 10253.0, 10239.0, 10207.0, 10224.0, 10239.0, 10226.0, 10225.0, 10236.0, 10268.0, 10259.0, 10233.0, 10276.0, 10208.0, 10243.0, 10271.0, 10237.0, 10200.0, 10254.0, 10247.0, 10265.0, 10255.0, 10277.0, 10271.0, 10262.0, 10266.0, 10252.0, 10263.0, 10202.0, 10239.0, 10203.0, 10210.0, 10150.0, 10179.0, 10138.0, 10157.0, 10124.0, 10150.0, 10112.0, 10140.0, 10112.0, 10138.0, 10117.0, 10142.0, 10130.0, 10167.0, 10158.0, 10167.0, 10147.0, 10191.0, 10167.0, 10192.0, 10183.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.003205850574712644</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05218149862068965</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.58282862272724</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.176961163406215</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.009509126294592</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4905</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6502.0752</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14272741268304567</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>169</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>19.42528735632184</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7394500241639417</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.637339846211827</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.007521382840557</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5734888434394403</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0263927</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013634719885885715</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03652453422546387</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.075046610853391</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>25.29</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.1222</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.6337</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292257.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>853.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.4025</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5379</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.7442</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3817.1772</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4044.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84287.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1379.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4918.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.3754</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.568383516161703</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> |