=== 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-0128 --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-0128",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0128_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0128_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0128_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-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0128/ses-04/func/sub-0128_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>878ece5b34f377a8d9cf95d770f39c05</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>18:20:38.895000</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.998515, 0.00735957, 0.053972, -0.0181264, 0.979255, 0.20182]</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0912852</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4248, -7806, -7188, 431, -110, 75, 131, 51]</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>226.906</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f966f7db-ca40-4621-a530-a59ef1e6a30c||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.678943634033203, -0.0486319400370121, 0.13869091868400574, 111.45306396484375], [-0.019745193421840668, 2.6272690296173096, 0.5467473268508911, -114.78438568115234], [0.14480286836624146, -0.541469156742096, 2.6404225826263428, -39.27787399291992], [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': ['182038.895000', '182039.355000', '182039.815000', '182040.275000', '182040.735000', '182041.195000', '182041.655000', '182042.115000', '182042.575000', '182043.035000', '182043.495000', '182043.955000', '182044.415000', '182044.875000', '182045.335000', '182045.795000', '182046.255000', '182046.715000', '182047.175000', '182047.635000', '182048.095000', '182048.555000', '182049.015000', '182049.475000', '182049.935000', '182050.395000', '182050.855000', '182051.315000', '182051.775000', '182052.235000', '182052.695000', '182053.155000', '182053.615000', '182054.075000', '182054.535000', '182054.995000', '182055.455000', '182055.915000', '182056.375000', '182056.835000', '182057.295000', '182057.755000', '182058.215000', '182058.675000', '182059.135000', '182059.595000', '182100.055000', '182100.515000', '182100.975000', '182101.435000', '182101.895000', '182102.355000', '182102.815000', '182103.275000', '182103.735000', '182104.195000', '182104.655000', '182105.115000', '182105.575000', '182106.035000', '182106.495000', '182106.955000', '182107.415000', '182107.875000', '182108.335000', '182108.795000', '182109.255000', '182109.715000', '182110.175000', '182110.635000', '182111.095000', '182111.555000', '182112.015000', '182112.475000', '182112.935000', '182113.395000', '182113.855000', '182114.315000', '182114.775000', '182115.235000', '182115.695000', '182116.155000', '182116.615000', '182117.075000', '182117.535000', '182117.995000', '182118.455000', '182118.915000', '182119.375000', '182119.835000', '182120.295000', '182120.755000', '182121.215000', '182121.675000', '182122.135000', '182122.595000', '182123.055000', '182123.515000', '182123.975000', '182124.435000', '182124.895000', '182125.355000', '182125.815000', '182126.275000', '182126.735000', '182127.195000', '182127.655000', '182128.115000', '182128.575000', '182129.035000', '182129.495000', '182129.955000', '182130.415000', '182130.875000', '182131.335000', '182131.795000', '182132.255000', '182132.715000', '182133.175000', '182133.635000', '182134.095000', '182134.555000', '182135.015000', '182135.475000', '182135.935000', '182136.395000', '182136.855000', '182137.315000', '182137.775000', '182138.235000', '182138.695000', '182139.155000', '182139.615000', '182140.075000', '182140.535000', '182140.995000', '182141.455000', '182141.915000', '182142.375000', '182142.835000', '182143.295000', '182143.755000', '182144.215000', '182144.675000', '182145.135000', '182145.595000', '182146.055000', '182146.515000', '182146.975000', '182147.435000', '182147.895000', '182148.355000', '182148.815000', '182149.275000', '182149.735000', '182150.195000', '182150.655000', '182151.115000', '182151.575000', '182152.035000', '182152.495000', '182152.955000', '182153.415000', '182153.875000', '182154.335000', '182154.795000', '182155.255000', '182155.715000', '182156.175000', '182156.635000', '182157.095000', '182157.555000', '182158.015000', '182158.475000', '182158.935000', '182159.395000', '182159.855000', '182200.315000', '182200.775000', '182201.235000', '182201.695000', '182202.155000', '182202.615000', '182203.075000', '182203.535000', '182203.995000', '182204.455000', '182204.915000', '182205.375000', '182205.835000', '182206.295000', '182206.755000', '182207.215000', '182207.675000', '182208.135000', '182208.595000', '182209.055000', '182209.515000', '182209.975000', '182210.435000', '182210.895000', '182211.355000', '182211.815000', '182212.275000', '182212.735000', '182213.195000', '182213.655000', '182214.115000', '182214.575000', '182215.035000', '182215.495000', '182215.955000', '182216.415000', '182216.875000', '182217.335000', '182217.795000', '182218.255000', '182218.715000', '182219.175000', '182219.635000', '182220.095000', '182220.555000', '182221.015000', '182221.475000', '182221.935000', '182222.395000', '182222.855000', '182223.315000', '182223.775000', '182224.235000', '182224.695000', '182225.155000', '182225.615000', '182226.075000', '182226.535000', '182226.995000', '182227.455000', '182227.915000', '182228.375000', '182228.835000', '182229.295000', '182229.755000', '182230.215000', '182230.675000', '182231.135000', '182231.595000', '182232.055000', '182232.515000', '182232.975000', '182233.435000', '182233.895000', '182234.355000', '182234.815000', '182235.275000', '182235.735000', '182236.195000', '182236.655000', '182237.115000', '182237.575000', '182238.035000', '182238.495000', '182238.955000', '182239.415000', '182239.875000', '182240.335000', '182240.795000', '182241.255000', '182241.715000', '182242.175000', '182242.635000', '182243.095000', '182243.555000', '182244.015000', '182244.475000', '182244.935000', '182245.395000', '182245.855000', '182246.315000', '182246.775000', '182247.235000', '182247.695000', '182248.155000', '182248.615000', '182249.075000', '182249.535000', '182249.995000', '182250.455000', '182250.915000', '182251.375000', '182251.835000', '182252.295000', '182252.755000', '182253.215000', '182253.675000', '182254.135000', '182254.595000', '182255.055000', '182255.515000', '182255.975000', '182256.435000', '182256.895000', '182257.355000', '182257.815000', '182258.275000', '182258.735000', '182259.195000', '182259.655000', '182300.115000', '182300.575000', '182301.035000', '182301.495000', '182301.955000', '182302.415000', '182302.875000', '182303.335000', '182303.795000', '182304.255000', '182304.715000', '182305.175000', '182305.635000', '182306.095000', '182306.555000', '182307.015000', '182307.475000', '182307.935000', '182308.395000', '182308.855000', '182309.315000', '182309.775000', '182310.235000', '182310.695000', '182311.155000', '182311.615000', '182312.075000', '182312.535000', '182312.995000', '182313.455000', '182313.915000', '182314.375000', '182314.835000', '182315.295000', '182315.755000', '182316.215000', '182316.675000', '182317.135000', '182317.595000', '182318.055000', '182318.515000', '182318.975000', '182319.435000', '182319.895000', '182320.355000', '182320.815000', '182321.275000', '182321.735000', '182322.195000', '182322.655000', '182323.115000', '182323.575000', '182324.035000', '182324.495000', '182324.955000', '182325.415000', '182325.875000', '182326.335000', '182326.795000', '182327.255000', '182327.715000', '182328.175000', '182328.635000', '182329.095000', '182329.555000', '182330.015000', '182330.475000', '182330.935000', '182331.395000', '182331.855000', '182332.315000', '182332.775000', '182333.235000', '182333.695000', '182334.155000', '182334.615000', '182335.075000', '182335.535000', '182335.995000', '182336.455000', '182336.915000', '182337.375000', '182337.835000', '182338.295000', '182338.755000', '182339.215000', '182339.675000', '182340.135000', '182340.595000', '182341.055000', '182341.515000', '182341.975000', '182342.435000', '182342.895000', '182343.355000', '182343.815000', '182344.275000', '182344.735000', '182345.195000', '182345.655000', '182346.115000', '182346.575000', '182347.035000', '182347.495000', '182347.955000', '182348.415000', '182348.875000', '182349.335000', '182349.795000', '182350.255000', '182350.715000', '182351.175000', '182351.635000', '182352.095000', '182352.555000', '182353.015000', '182353.475000', '182353.935000', '182354.395000', '182354.855000', '182355.315000', '182355.775000', '182356.235000', '182356.695000', '182357.155000', '182357.615000', '182358.075000', '182358.535000', '182358.995000', '182359.455000', '182359.915000', '182400.375000', '182400.835000', '182401.295000', '182401.755000', '182402.215000', '182402.675000', '182403.135000', '182403.595000', '182404.055000', '182404.515000', '182404.975000', '182405.435000', '182405.895000', '182406.355000', '182406.815000', '182407.275000', '182407.735000', '182408.195000', '182408.655000', '182409.115000', '182409.575000', '182410.035000', '182410.495000', '182410.955000', '182411.415000', '182411.875000', '182412.335000', '182412.795000', '182413.255000', '182413.715000', '182414.175000', '182414.635000', '182415.095000', '182415.555000', '182416.015000', '182416.475000', '182416.935000', '182417.395000', '182417.855000', '182418.315000', '182418.775000', '182419.235000', '182419.695000', '182420.155000', '182420.615000', '182421.075000', '182421.535000', '182421.995000', '182422.455000', '182422.915000', '182423.375000', '182423.835000', '182424.295000', '182424.755000', '182425.215000', '182425.675000', '182426.135000', '182426.595000', '182427.055000', '182427.515000', '182427.975000', '182428.435000', '182428.895000', '182429.355000', '182429.815000', '182430.275000', '182430.735000', '182431.195000', '182431.655000', '182432.115000', '182432.575000', '182433.035000', '182433.495000', '182433.955000', '182434.415000', '182434.875000', '182435.335000', '182435.795000', '182436.255000', '182436.715000', '182437.175000', '182437.635000', '182438.095000', '182438.555000', '182439.015000', '182439.475000', '182439.935000', '182440.395000', '182440.855000', '182441.315000', '182441.775000', '182442.235000', '182442.695000', '182443.155000', '182443.615000', '182444.075000', '182444.535000', '182444.995000', '182445.455000', '182445.915000', '182446.375000', '182446.835000', '182447.295000', '182447.755000', '182448.215000', '182448.675000', '182449.135000', '182449.595000', '182450.055000', '182450.515000', '182450.975000', '182451.435000', '182451.895000', '182452.355000', '182452.815000', '182453.275000', '182453.735000', '182454.195000', '182454.655000', '182455.115000', '182455.575000', '182456.035000', '182456.495000', '182456.955000', '182457.415000', '182457.875000', '182458.335000', '182458.795000', '182459.255000', '182459.715000', '182500.175000', '182500.635000', '182501.095000', '182501.555000', '182502.015000', '182502.475000', '182502.935000', '182503.395000', '182503.855000', '182504.315000', '182504.775000', '182505.235000', '182505.695000', '182506.155000', '182506.615000', '182507.075000', '182507.535000', '182507.995000', '182508.455000', '182508.915000', '182509.375000', '182509.835000', '182510.295000', '182510.755000', '182511.215000', '182511.675000', '182512.135000', '182512.595000', '182513.055000', '182513.515000', '182513.975000', '182514.435000', '182514.895000', '182515.355000', '182515.815000', '182516.275000', '182516.735000', '182517.195000', '182517.655000', '182518.115000', '182518.575000', '182519.035000', '182519.495000', '182519.955000', '182520.415000', '182520.875000', '182521.335000', '182521.795000', '182522.255000', '182522.715000', '182523.175000', '182523.635000', '182524.095000', '182524.555000', '182525.015000', '182525.475000', '182525.935000', '182526.395000', '182526.855000', '182527.315000', '182527.775000', '182528.235000', '182528.695000', '182529.155000', '182529.615000', '182530.075000', '182530.535000', '182530.995000', '182531.455000', '182531.915000', '182532.375000', '182532.835000', '182533.295000', '182533.755000', '182534.215000', '182534.675000', '182535.135000', '182535.595000', '182536.055000', '182536.515000', '182536.975000', '182537.435000', '182537.895000', '182538.355000', '182538.815000', '182539.275000', '182539.735000', '182540.195000', '182540.655000', '182541.115000', '182541.575000', '182542.035000', '182542.495000', '182542.955000', '182543.415000', '182543.875000', '182544.335000', '182544.795000', '182545.255000', '182545.715000', '182546.175000', '182546.635000', '182547.095000', '182547.555000', '182548.015000', '182548.475000', '182548.935000', '182549.395000', '182549.855000', '182550.315000', '182550.775000', '182551.235000', '182551.695000', '182552.155000', '182552.615000', '182553.075000', '182553.535000', '182553.995000', '182554.455000', '182554.915000', '182555.375000', '182555.835000', '182556.295000', '182556.755000', '182557.215000', '182557.675000', '182558.135000', '182558.595000', '182559.055000', '182559.515000', '182559.975000', '182600.435000', '182600.895000', '182601.355000', '182601.815000', '182602.275000', '182602.735000', '182603.195000', '182603.655000', '182604.115000', '182604.575000', '182605.035000', '182605.495000', '182605.955000', '182606.415000', '182606.875000', '182607.335000', '182607.795000', '182608.255000', '182608.715000', '182609.175000', '182609.635000', '182610.095000', '182610.555000', '182611.015000', '182611.475000', '182611.935000', '182612.395000', '182612.855000', '182613.315000', '182613.775000', '182614.235000', '182614.695000', '182615.155000', '182615.615000', '182616.075000', '182616.535000', '182616.995000', '182617.455000', '182617.915000', '182618.375000', '182618.835000', '182619.295000', '182619.755000', '182620.215000', '182620.675000', '182621.135000', '182621.595000', '182622.055000', '182622.515000', '182622.975000', '182623.435000', '182623.895000', '182624.355000', '182624.815000', '182625.275000', '182625.735000', '182626.195000', '182626.655000', '182627.115000', '182627.575000', '182628.035000', '182628.495000', '182628.955000', '182629.415000', '182629.875000', '182630.335000', '182630.795000', '182631.255000', '182631.715000', '182632.175000', '182632.635000', '182633.095000', '182633.555000', '182634.015000', '182634.475000', '182634.935000', '182635.395000', '182635.855000', '182636.315000', '182636.775000', '182637.235000', '182637.695000', '182638.155000', '182638.615000', '182639.075000', '182639.535000', '182639.995000', '182640.455000', '182640.915000', '182641.375000', '182641.835000', '182642.295000', '182642.755000', '182643.215000', '182643.675000', '182644.135000', '182644.595000', '182645.055000', '182645.515000', '182645.975000', '182646.435000', '182646.895000', '182647.355000', '182647.815000', '182648.275000', '182648.735000', '182649.195000', '182649.655000', '182650.115000', '182650.575000', '182651.035000', '182651.495000', '182651.955000', '182652.415000', '182652.875000', '182653.335000', '182653.795000', '182654.255000', '182654.715000', '182655.175000', '182655.635000', '182656.095000', '182656.555000', '182657.015000', '182657.475000', '182657.935000', '182658.395000', '182658.855000', '182659.315000', '182659.775000', '182700.235000', '182700.695000', '182701.155000', '182701.615000', '182702.075000', '182702.535000', '182702.995000', '182703.455000', '182703.915000', '182704.375000', '182704.835000', '182705.295000', '182705.755000', '182706.215000', '182706.675000', '182707.135000', '182707.595000', '182708.055000', '182708.515000', '182708.975000', '182709.435000', '182709.895000', '182710.355000', '182710.815000', '182711.275000', '182711.735000', '182712.195000', '182712.655000', '182713.115000', '182713.575000', '182714.035000', '182714.495000', '182714.955000', '182715.415000', '182715.875000', '182716.335000', '182716.795000', '182717.255000', '182717.715000', '182718.175000', '182718.635000', '182719.095000', '182719.555000'], 'ContentTime': ['182059.858000', '182059.861000', '182059.864000', '182059.871000', '182059.874000', '182059.877000', '182059.879000', '182059.882000', '182059.884000', '182059.887000', '182059.889000', '182059.892000', '182059.894000', '182059.897000', '182059.908000', '182059.910000', '182059.913000', '182059.915000', '182059.918000', '182059.920000', '182059.923000', '182059.926000', '182059.928000', '182059.931000', '182059.933000', '182059.936000', '182059.939000', '182059.941000', '182059.944000', '182059.946000', '182059.949000', '182059.952000', '182059.957000', '182059.960000', '182059.962000', '182059.965000', '182059.967000', '182059.970000', '182059.973000', '182059.975000', '182059.978000', '182059.980000', '182059.983000', '182059.985000', '182119.827000', '182119.830000', '182119.833000', '182119.835000', '182119.838000', '182119.840000', '182119.843000', '182119.845000', '182119.848000', '182119.850000', '182119.853000', '182119.856000', '182119.858000', '182119.861000', '182119.863000', '182119.866000', '182119.868000', '182119.871000', '182119.873000', '182119.876000', '182119.878000', '182119.881000', '182119.884000', '182119.886000', '182119.889000', '182119.891000', '182119.894000', '182119.896000', '182119.899000', '182119.902000', '182119.904000', '182119.907000', '182119.909000', '182119.912000', '182119.914000', '182119.917000', '182119.920000', '182119.922000', '182119.925000', '182119.927000', '182119.930000', '182119.932000', '182119.935000', '182139.828000', '182139.831000', '182139.834000', '182139.836000', '182139.839000', '182139.841000', '182139.844000', '182139.846000', '182139.849000', '182139.852000', '182139.854000', '182139.866000', '182139.869000', '182139.872000', '182139.874000', '182139.877000', '182139.879000', '182139.882000', '182139.884000', '182139.887000', '182139.889000', '182139.892000', '182139.894000', '182139.897000', '182139.900000', '182139.902000', '182139.905000', '182139.907000', '182139.910000', '182139.913000', '182139.915000', '182139.918000', '182139.920000', '182139.923000', '182139.925000', '182139.928000', '182139.930000', '182139.933000', '182139.936000', '182139.938000', '182139.941000', '182139.943000', '182139.955000', '182139.957000', '182159.827000', '182159.830000', '182159.833000', '182159.835000', '182159.838000', '182159.840000', '182159.843000', '182159.846000', '182159.848000', '182159.851000', '182159.853000', '182159.856000', '182159.859000', '182159.861000', '182159.864000', '182159.866000', '182159.869000', '182159.872000', '182159.874000', '182159.877000', '182159.879000', '182159.882000', '182159.885000', '182159.887000', '182159.890000', '182159.892000', '182159.895000', '182159.902000', '182159.905000', '182159.907000', '182159.910000', '182159.913000', '182159.915000', '182159.918000', '182159.921000', '182159.923000', '182159.926000', '182159.928000', '182159.931000', '182159.934000', '182159.936000', '182159.939000', '182159.941000', '182219.827000', '182219.830000', '182219.833000', '182219.835000', '182219.838000', '182219.841000', '182219.843000', '182219.846000', '182219.848000', '182219.851000', '182219.853000', '182219.856000', '182219.859000', '182219.861000', '182219.864000', '182219.866000', '182219.869000', '182219.871000', '182219.874000', '182219.877000', '182219.879000', '182219.882000', '182219.884000', '182219.887000', '182219.890000', '182219.892000', '182219.895000', '182219.897000', '182219.900000', '182219.903000', '182219.905000', '182219.908000', '182219.910000', '182219.913000', '182219.916000', '182219.918000', '182219.921000', '182219.924000', '182219.926000', '182219.929000', '182219.931000', '182219.934000', '182219.941000', '182219.943000', '182239.827000', '182239.830000', '182239.833000', '182239.835000', '182239.838000', '182239.841000', '182239.843000', '182239.846000', '182239.848000', '182239.851000', '182239.853000', '182239.856000', '182239.859000', '182239.861000', '182239.864000', '182239.866000', '182239.869000', '182239.871000', '182239.874000', '182239.877000', '182239.879000', '182239.882000', '182239.884000', '182239.887000', '182239.890000', '182239.892000', '182239.895000', '182239.897000', '182239.900000', '182239.902000', '182239.905000', '182239.907000', '182239.910000', '182239.913000', '182239.915000', '182239.922000', '182239.925000', '182239.927000', '182239.930000', '182239.933000', '182239.935000', '182239.938000', '182239.940000', '182259.827000', '182259.830000', '182259.833000', '182259.835000', '182259.838000', '182259.841000', '182259.843000', '182259.846000', '182259.848000', '182259.851000', '182259.853000', '182259.856000', '182259.859000', '182259.861000', '182259.864000', '182259.866000', '182259.869000', '182259.872000', '182259.874000', '182259.877000', '182259.880000', '182259.883000', '182259.886000', '182259.888000', '182259.891000', '182259.894000', '182259.896000', '182259.899000', '182259.901000', '182259.904000', '182259.906000', '182259.909000', '182259.912000', '182259.914000', '182259.917000', '182259.919000', '182259.922000', '182259.924000', '182259.927000', '182259.930000', '182259.932000', '182259.935000', '182259.937000', '182319.827000', '182319.830000', '182319.833000', '182319.835000', '182319.838000', '182319.840000', '182319.843000', '182319.873000', '182319.876000', '182319.878000', '182319.881000', '182319.883000', '182319.886000', '182319.889000', '182319.891000', '182319.894000', '182319.896000', '182319.899000', '182319.901000', '182319.904000', '182319.907000', '182319.909000', '182319.912000', '182319.915000', '182319.917000', '182319.920000', '182319.922000', '182319.925000', '182319.928000', '182319.930000', '182319.933000', '182319.935000', '182319.938000', '182319.941000', '182319.943000', '182319.946000', '182319.948000', '182319.951000', '182319.953000', '182319.956000', '182319.958000', '182319.968000', '182319.970000', '182319.973000', '182339.828000', '182339.830000', '182339.833000', '182339.836000', '182339.838000', '182339.841000', '182339.844000', '182339.846000', '182339.849000', '182339.851000', '182339.854000', '182339.856000', '182339.859000', '182339.862000', '182339.864000', '182339.867000', '182339.869000', '182339.872000', '182339.875000', '182339.877000', '182339.880000', '182339.882000', '182339.885000', '182339.888000', '182339.890000', '182339.893000', '182339.895000', '182339.898000', '182339.901000', '182339.903000', '182339.906000', '182339.908000', '182339.911000', '182339.914000', '182339.916000', '182339.919000', '182339.921000', '182339.924000', '182339.926000', '182339.929000', '182339.931000', '182339.934000', '182339.937000', '182339.939000', '182359.828000', '182359.831000', '182359.834000', '182359.836000', '182359.839000', '182359.841000', '182359.844000', '182359.847000', '182359.849000', '182359.852000', '182359.854000', '182359.857000', '182359.860000', '182359.862000', '182359.865000', '182359.868000', '182359.870000', '182359.873000', '182359.875000', '182359.888000', '182359.890000', '182359.893000', '182359.896000', '182359.898000', '182359.901000', '182359.903000', '182359.906000', '182359.908000', '182359.911000', '182359.914000', '182359.916000', '182359.919000', '182359.921000', '182359.924000', '182359.926000', '182359.929000', '182359.932000', '182359.934000', '182359.937000', '182359.939000', '182359.942000', '182359.944000', '182359.947000', '182419.827000', '182419.830000', '182419.833000', '182419.835000', '182419.838000', '182419.841000', '182419.843000', '182419.846000', '182419.848000', '182419.851000', '182419.853000', '182419.856000', '182419.858000', '182419.861000', '182419.864000', '182419.866000', '182419.869000', '182419.871000', '182419.874000', '182419.876000', '182419.879000', '182419.881000', '182419.884000', '182419.887000', '182419.889000', '182419.892000', '182419.894000', '182419.897000', '182419.899000', '182419.902000', '182419.905000', '182419.907000', '182419.910000', '182419.912000', '182419.915000', '182419.917000', '182419.920000', '182419.923000', '182419.925000', '182419.928000', '182419.930000', '182419.933000', '182419.936000', '182419.938000', '182439.827000', '182439.830000', '182439.833000', '182439.835000', '182439.838000', '182439.841000', '182439.843000', '182439.846000', '182439.848000', '182439.851000', '182439.853000', '182439.856000', '182439.859000', '182439.861000', '182439.864000', '182439.866000', '182439.869000', '182439.872000', '182439.874000', '182439.877000', '182439.879000', '182439.882000', '182439.884000', '182439.887000', '182439.890000', '182439.892000', '182439.895000', '182439.897000', '182439.900000', '182439.902000', '182439.905000', '182439.919000', '182439.921000', '182439.924000', '182439.927000', '182439.929000', '182439.932000', '182439.934000', '182439.937000', '182439.940000', '182439.942000', '182439.945000', '182439.947000', '182459.828000', '182459.830000', '182459.833000', '182459.836000', '182459.838000', '182459.841000', '182459.843000', '182459.846000', '182459.848000', '182459.851000', '182459.854000', '182459.856000', '182459.859000', '182459.861000', '182459.864000', '182459.866000', '182459.869000', '182459.872000', '182459.874000', '182459.877000', '182459.880000', '182459.882000', '182459.885000', '182459.887000', '182459.890000', '182459.893000', '182459.895000', '182459.898000', '182459.900000', '182459.903000', '182459.905000', '182459.908000', '182459.911000', '182459.913000', '182459.916000', '182459.918000', '182459.921000', '182459.924000', '182459.926000', '182459.929000', '182459.931000', '182459.934000', '182459.936000', '182459.939000', '182519.827000', '182519.830000', '182519.833000', '182519.835000', '182519.838000', '182519.841000', '182519.843000', '182519.846000', '182519.848000', '182519.851000', '182519.853000', '182519.856000', '182519.859000', '182519.861000', '182519.864000', '182519.866000', '182519.869000', '182519.872000', '182519.874000', '182519.877000', '182519.879000', '182519.882000', '182519.884000', '182519.887000', '182519.890000', '182519.892000', '182519.895000', '182519.897000', '182519.900000', '182519.903000', '182519.905000', '182519.908000', '182519.910000', '182519.913000', '182519.915000', '182519.918000', '182519.921000', '182519.923000', '182519.926000', '182519.928000', '182519.931000', '182519.933000', '182519.936000', '182539.827000', '182539.830000', '182539.833000', '182539.835000', '182539.838000', '182539.841000', '182539.843000', '182539.846000', '182539.848000', '182539.851000', '182539.853000', '182539.856000', '182539.859000', '182539.861000', '182539.864000', '182539.867000', '182539.869000', '182539.872000', '182539.874000', '182539.877000', '182539.879000', '182539.882000', '182539.885000', '182539.887000', '182539.890000', '182539.892000', '182539.895000', '182539.898000', '182539.900000', '182539.903000', '182539.905000', '182539.908000', '182539.911000', '182539.913000', '182539.916000', '182539.918000', '182539.921000', '182539.923000', '182539.926000', '182539.929000', '182539.931000', '182539.934000', '182539.936000', '182539.939000', '182559.828000', '182559.831000', '182559.833000', '182559.836000', '182559.839000', '182559.841000', '182559.844000', '182559.846000', '182559.849000', '182559.851000', '182559.854000', '182559.857000', '182559.859000', '182559.862000', '182559.864000', '182559.867000', '182559.870000', '182559.872000', '182559.875000', '182559.877000', '182559.880000', '182559.882000', '182559.885000', '182559.887000', '182559.890000', '182559.893000', '182559.895000', '182559.898000', '182559.900000', '182559.903000', '182559.906000', '182559.909000', '182559.912000', '182559.914000', '182559.917000', '182559.919000', '182559.922000', '182559.925000', '182559.927000', '182559.930000', '182559.932000', '182559.935000', '182559.938000', '182619.828000', '182619.831000', '182619.834000', '182619.836000', '182619.839000', '182619.842000', '182619.844000', '182619.847000', '182619.849000', '182619.852000', '182619.854000', '182619.858000', '182619.863000', '182619.866000', '182619.868000', '182619.871000', '182619.873000', '182619.876000', '182619.879000', '182619.881000', '182619.884000', '182619.886000', '182619.889000', '182619.892000', '182619.894000', '182619.897000', '182619.899000', '182619.902000', '182619.904000', '182619.907000', '182619.910000', '182619.912000', '182619.915000', '182619.918000', '182619.920000', '182619.923000', '182619.925000', '182619.928000', '182619.931000', '182619.933000', '182619.936000', '182619.938000', '182619.941000', '182639.827000', '182639.830000', '182639.833000', '182639.836000', '182639.838000', '182639.841000', '182639.843000', '182639.846000', '182639.849000', '182639.851000', '182639.854000', '182639.856000', '182639.859000', '182639.863000', '182639.866000', '182639.868000', '182639.871000', '182639.873000', '182639.876000', '182639.879000', '182639.881000', '182639.884000', '182639.886000', '182639.889000', '182639.891000', '182639.894000', '182639.897000', '182639.899000', '182639.902000', '182639.905000', '182639.907000', '182639.910000', '182639.912000', '182639.915000', '182639.917000', '182639.920000', '182639.923000', '182639.925000', '182639.928000', '182639.930000', '182639.933000', '182639.936000', '182639.938000', '182639.941000', '182659.827000', '182659.830000', '182659.833000', '182659.835000', '182659.838000', '182659.841000', '182659.843000', '182659.846000', '182659.848000', '182659.851000', '182659.854000', '182659.856000', '182659.859000', '182659.861000', '182659.864000', '182659.867000', '182659.869000', '182659.872000', '182659.874000', '182659.877000', '182659.879000', '182659.882000', '182659.885000', '182659.887000', '182659.890000', '182659.892000', '182659.895000', '182659.898000', '182659.900000', '182659.903000', '182659.905000', '182659.908000', '182659.911000', '182659.913000', '182659.916000', '182659.919000', '182659.921000', '182659.924000', '182659.926000', '182659.929000', '182659.932000', '182659.934000', '182659.937000', '182719.828000', '182719.830000', '182719.833000', '182719.836000', '182719.838000', '182719.841000', '182719.843000', '182719.846000', '182719.849000', '182719.851000', '182719.854000', '182719.856000', '182719.859000', '182719.861000', '182719.864000', '182719.867000', '182719.869000', '182719.872000', '182719.874000', '182719.877000', '182719.885000', '182719.888000', '182719.891000', '182719.893000', '182719.896000', '182719.898000', '182719.901000', '182719.904000', '182719.906000', '182719.909000', '182719.911000', '182719.914000', '182719.917000', '182719.919000', '182719.922000', '182719.924000', '182719.927000', '182719.929000', '182719.932000', '182719.935000', '182719.937000', '182719.940000', '182719.942000', '182719.945000', '182720.535000', '182720.537000'], 'InstanceCreationTime': ['182059.858000', '182059.861000', '182059.864000', '182059.871000', '182059.874000', '182059.877000', '182059.879000', '182059.882000', '182059.884000', '182059.887000', '182059.889000', '182059.892000', '182059.894000', '182059.897000', '182059.908000', '182059.910000', '182059.913000', '182059.915000', '182059.918000', '182059.920000', '182059.923000', '182059.926000', '182059.928000', '182059.931000', '182059.933000', '182059.936000', '182059.939000', '182059.941000', '182059.944000', '182059.946000', '182059.949000', '182059.952000', '182059.957000', '182059.960000', '182059.962000', '182059.965000', '182059.967000', '182059.970000', '182059.973000', '182059.975000', '182059.978000', '182059.980000', '182059.983000', '182059.985000', '182119.827000', '182119.830000', '182119.833000', '182119.835000', '182119.838000', '182119.840000', '182119.843000', '182119.845000', '182119.848000', '182119.850000', '182119.853000', '182119.856000', '182119.858000', '182119.861000', '182119.863000', '182119.866000', '182119.868000', '182119.871000', '182119.873000', '182119.876000', '182119.878000', '182119.881000', '182119.884000', '182119.886000', '182119.889000', '182119.891000', '182119.894000', '182119.896000', '182119.899000', '182119.902000', '182119.904000', '182119.907000', '182119.909000', '182119.912000', '182119.914000', '182119.917000', '182119.920000', '182119.922000', '182119.925000', '182119.927000', '182119.930000', '182119.932000', '182119.935000', '182139.828000', '182139.831000', '182139.834000', '182139.836000', '182139.839000', '182139.841000', '182139.844000', '182139.846000', '182139.849000', '182139.852000', '182139.854000', '182139.866000', '182139.869000', '182139.872000', '182139.874000', '182139.877000', '182139.879000', '182139.882000', '182139.884000', '182139.887000', '182139.889000', '182139.892000', '182139.894000', '182139.897000', '182139.900000', '182139.902000', '182139.905000', '182139.907000', '182139.910000', '182139.913000', '182139.915000', '182139.918000', '182139.920000', '182139.923000', '182139.925000', '182139.928000', '182139.930000', '182139.933000', '182139.936000', '182139.938000', '182139.941000', '182139.943000', '182139.955000', '182139.957000', '182159.827000', '182159.830000', '182159.833000', '182159.835000', '182159.838000', '182159.840000', '182159.843000', '182159.846000', '182159.848000', '182159.851000', '182159.853000', '182159.856000', '182159.859000', '182159.861000', '182159.864000', '182159.866000', '182159.869000', '182159.872000', '182159.874000', '182159.877000', '182159.879000', '182159.882000', '182159.885000', '182159.887000', '182159.890000', '182159.892000', '182159.895000', '182159.902000', '182159.905000', '182159.907000', '182159.910000', '182159.913000', '182159.915000', '182159.918000', '182159.921000', '182159.923000', '182159.926000', '182159.928000', '182159.931000', '182159.934000', '182159.936000', '182159.939000', '182159.941000', '182219.827000', '182219.830000', '182219.833000', '182219.835000', '182219.838000', '182219.841000', '182219.843000', '182219.846000', '182219.848000', '182219.851000', '182219.853000', '182219.856000', '182219.859000', '182219.861000', '182219.864000', '182219.866000', '182219.869000', '182219.871000', '182219.874000', '182219.877000', '182219.879000', '182219.882000', '182219.884000', '182219.887000', '182219.890000', '182219.892000', '182219.895000', '182219.897000', '182219.900000', '182219.903000', '182219.905000', '182219.908000', '182219.910000', '182219.913000', '182219.916000', '182219.918000', '182219.921000', '182219.924000', '182219.926000', '182219.929000', '182219.931000', '182219.934000', '182219.941000', '182219.943000', '182239.827000', '182239.830000', '182239.833000', '182239.835000', '182239.838000', '182239.841000', '182239.843000', '182239.846000', '182239.848000', '182239.851000', '182239.853000', '182239.856000', '182239.859000', '182239.861000', '182239.864000', '182239.866000', '182239.869000', '182239.871000', '182239.874000', '182239.877000', '182239.879000', '182239.882000', '182239.884000', '182239.887000', '182239.890000', '182239.892000', '182239.895000', '182239.897000', '182239.900000', '182239.902000', '182239.905000', '182239.907000', '182239.910000', '182239.913000', '182239.915000', '182239.922000', '182239.925000', '182239.927000', '182239.930000', '182239.933000', '182239.935000', '182239.938000', '182239.940000', '182259.827000', '182259.830000', '182259.833000', '182259.835000', '182259.838000', '182259.841000', '182259.843000', '182259.846000', '182259.848000', '182259.851000', '182259.853000', '182259.856000', '182259.859000', '182259.861000', '182259.864000', '182259.866000', '182259.869000', '182259.872000', '182259.874000', '182259.877000', '182259.880000', '182259.883000', '182259.886000', '182259.888000', '182259.891000', '182259.894000', '182259.896000', '182259.899000', '182259.901000', '182259.904000', '182259.906000', '182259.909000', '182259.912000', '182259.914000', '182259.917000', '182259.919000', '182259.922000', '182259.924000', '182259.927000', '182259.930000', '182259.932000', '182259.935000', '182259.937000', '182319.827000', '182319.830000', '182319.833000', '182319.835000', '182319.838000', '182319.840000', '182319.843000', '182319.873000', '182319.876000', '182319.878000', '182319.881000', '182319.883000', '182319.886000', '182319.889000', '182319.891000', '182319.894000', '182319.896000', '182319.899000', '182319.901000', '182319.904000', '182319.907000', '182319.909000', '182319.912000', '182319.915000', '182319.917000', '182319.920000', '182319.922000', '182319.925000', '182319.928000', '182319.930000', '182319.933000', '182319.935000', '182319.938000', '182319.941000', '182319.943000', '182319.946000', '182319.948000', '182319.951000', '182319.953000', '182319.956000', '182319.958000', '182319.968000', '182319.970000', '182319.973000', '182339.828000', '182339.830000', '182339.833000', '182339.836000', '182339.838000', '182339.841000', '182339.844000', '182339.846000', '182339.849000', '182339.851000', '182339.854000', '182339.856000', '182339.859000', '182339.862000', '182339.864000', '182339.867000', '182339.869000', '182339.872000', '182339.875000', '182339.877000', '182339.880000', '182339.882000', '182339.885000', '182339.888000', '182339.890000', '182339.893000', '182339.895000', '182339.898000', '182339.901000', '182339.903000', '182339.906000', '182339.908000', '182339.911000', '182339.914000', '182339.916000', '182339.919000', '182339.921000', '182339.924000', '182339.926000', '182339.929000', '182339.931000', '182339.934000', '182339.937000', '182339.939000', '182359.828000', '182359.831000', '182359.834000', '182359.836000', '182359.839000', '182359.841000', '182359.844000', '182359.847000', '182359.849000', '182359.852000', '182359.854000', '182359.857000', '182359.860000', '182359.862000', '182359.865000', '182359.868000', '182359.870000', '182359.873000', '182359.875000', '182359.888000', '182359.890000', '182359.893000', '182359.896000', '182359.898000', '182359.901000', '182359.903000', '182359.906000', '182359.908000', '182359.911000', '182359.914000', '182359.916000', '182359.919000', '182359.921000', '182359.924000', '182359.926000', '182359.929000', '182359.932000', '182359.934000', '182359.937000', '182359.939000', '182359.942000', '182359.944000', '182359.947000', '182419.827000', '182419.830000', '182419.833000', '182419.835000', '182419.838000', '182419.841000', '182419.843000', '182419.846000', '182419.848000', '182419.851000', '182419.853000', '182419.856000', '182419.858000', '182419.861000', '182419.864000', '182419.866000', '182419.869000', '182419.871000', '182419.874000', '182419.876000', '182419.879000', '182419.881000', '182419.884000', '182419.887000', '182419.889000', '182419.892000', '182419.894000', '182419.897000', '182419.899000', '182419.902000', '182419.905000', '182419.907000', '182419.910000', '182419.912000', '182419.915000', '182419.917000', '182419.920000', '182419.923000', '182419.925000', '182419.928000', '182419.930000', '182419.933000', '182419.936000', '182419.938000', '182439.827000', '182439.830000', '182439.833000', '182439.835000', '182439.838000', '182439.841000', '182439.843000', '182439.846000', '182439.848000', '182439.851000', '182439.853000', '182439.856000', '182439.859000', '182439.861000', '182439.864000', '182439.866000', '182439.869000', '182439.872000', '182439.874000', '182439.877000', '182439.879000', '182439.882000', '182439.884000', '182439.887000', '182439.890000', '182439.892000', '182439.895000', '182439.897000', '182439.900000', '182439.902000', '182439.905000', '182439.919000', '182439.921000', '182439.924000', '182439.927000', '182439.929000', '182439.932000', '182439.934000', '182439.937000', '182439.940000', '182439.942000', '182439.945000', '182439.947000', '182459.828000', '182459.830000', '182459.833000', '182459.836000', '182459.838000', '182459.841000', '182459.843000', '182459.846000', '182459.848000', '182459.851000', '182459.854000', '182459.856000', '182459.859000', '182459.861000', '182459.864000', '182459.866000', '182459.869000', '182459.872000', '182459.874000', '182459.877000', '182459.880000', '182459.882000', '182459.885000', '182459.887000', '182459.890000', '182459.893000', '182459.895000', '182459.898000', '182459.900000', '182459.903000', '182459.905000', '182459.908000', '182459.911000', '182459.913000', '182459.916000', '182459.918000', '182459.921000', '182459.924000', '182459.926000', '182459.929000', '182459.931000', '182459.934000', '182459.936000', '182459.939000', '182519.827000', '182519.830000', '182519.833000', '182519.835000', '182519.838000', '182519.841000', '182519.843000', '182519.846000', '182519.848000', '182519.851000', '182519.853000', '182519.856000', '182519.859000', '182519.861000', '182519.864000', '182519.866000', '182519.869000', '182519.872000', '182519.874000', '182519.877000', '182519.879000', '182519.882000', '182519.884000', '182519.887000', '182519.890000', '182519.892000', '182519.895000', '182519.897000', '182519.900000', '182519.903000', '182519.905000', '182519.908000', '182519.910000', '182519.913000', '182519.915000', '182519.918000', '182519.921000', '182519.923000', '182519.926000', '182519.928000', '182519.931000', '182519.933000', '182519.936000', '182539.827000', '182539.830000', '182539.833000', '182539.835000', '182539.838000', '182539.841000', '182539.843000', '182539.846000', '182539.848000', '182539.851000', '182539.853000', '182539.856000', '182539.859000', '182539.861000', '182539.864000', '182539.867000', '182539.869000', '182539.872000', '182539.874000', '182539.877000', '182539.879000', '182539.882000', '182539.885000', '182539.887000', '182539.890000', '182539.892000', '182539.895000', '182539.898000', '182539.900000', '182539.903000', '182539.905000', '182539.908000', '182539.911000', '182539.913000', '182539.916000', '182539.918000', '182539.921000', '182539.923000', '182539.926000', '182539.929000', '182539.931000', '182539.934000', '182539.936000', '182539.939000', '182559.828000', '182559.831000', '182559.833000', '182559.836000', '182559.839000', '182559.841000', '182559.844000', '182559.846000', '182559.849000', '182559.851000', '182559.854000', '182559.857000', '182559.859000', '182559.862000', '182559.864000', '182559.867000', '182559.870000', '182559.872000', '182559.875000', '182559.877000', '182559.880000', '182559.882000', '182559.885000', '182559.887000', '182559.890000', '182559.893000', '182559.895000', '182559.898000', '182559.900000', '182559.903000', '182559.906000', '182559.909000', '182559.912000', '182559.914000', '182559.917000', '182559.919000', '182559.922000', '182559.925000', '182559.927000', '182559.930000', '182559.932000', '182559.935000', '182559.938000', '182619.828000', '182619.831000', '182619.834000', '182619.836000', '182619.839000', '182619.842000', '182619.844000', '182619.847000', '182619.849000', '182619.852000', '182619.854000', '182619.858000', '182619.863000', '182619.866000', '182619.868000', '182619.871000', '182619.873000', '182619.876000', '182619.879000', '182619.881000', '182619.884000', '182619.886000', '182619.889000', '182619.892000', '182619.894000', '182619.897000', '182619.899000', '182619.902000', '182619.904000', '182619.907000', '182619.910000', '182619.912000', '182619.915000', '182619.918000', '182619.920000', '182619.923000', '182619.925000', '182619.928000', '182619.931000', '182619.933000', '182619.936000', '182619.938000', '182619.941000', '182639.827000', '182639.830000', '182639.833000', '182639.836000', '182639.838000', '182639.841000', '182639.843000', '182639.846000', '182639.849000', '182639.851000', '182639.854000', '182639.856000', '182639.859000', '182639.863000', '182639.866000', '182639.868000', '182639.871000', '182639.873000', '182639.876000', '182639.879000', '182639.881000', '182639.884000', '182639.886000', '182639.889000', '182639.891000', '182639.894000', '182639.897000', '182639.899000', '182639.902000', '182639.905000', '182639.907000', '182639.910000', '182639.912000', '182639.915000', '182639.917000', '182639.920000', '182639.923000', '182639.925000', '182639.928000', '182639.930000', '182639.933000', '182639.936000', '182639.938000', '182639.941000', '182659.827000', '182659.830000', '182659.833000', '182659.835000', '182659.838000', '182659.841000', '182659.843000', '182659.846000', '182659.848000', '182659.851000', '182659.854000', '182659.856000', '182659.859000', '182659.861000', '182659.864000', '182659.867000', '182659.869000', '182659.872000', '182659.874000', '182659.877000', '182659.879000', '182659.882000', '182659.885000', '182659.887000', '182659.890000', '182659.892000', '182659.895000', '182659.898000', '182659.900000', '182659.903000', '182659.905000', '182659.908000', '182659.911000', '182659.913000', '182659.916000', '182659.919000', '182659.921000', '182659.924000', '182659.926000', '182659.929000', '182659.932000', '182659.934000', '182659.937000', '182719.828000', '182719.830000', '182719.833000', '182719.836000', '182719.838000', '182719.841000', '182719.843000', '182719.846000', '182719.849000', '182719.851000', '182719.854000', '182719.856000', '182719.859000', '182719.861000', '182719.864000', '182719.867000', '182719.869000', '182719.872000', '182719.874000', '182719.877000', '182719.885000', '182719.888000', '182719.891000', '182719.893000', '182719.896000', '182719.898000', '182719.901000', '182719.904000', '182719.906000', '182719.909000', '182719.911000', '182719.914000', '182719.917000', '182719.919000', '182719.922000', '182719.924000', '182719.927000', '182719.929000', '182719.932000', '182719.935000', '182719.937000', '182719.940000', '182719.942000', '182719.945000', '182720.535000', '182720.537000'], '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': [12898, 9383, 10685, 8354, 7641, 8499, 7368, 8255, 7064, 7576, 7903, 7282, 8387, 8119, 8225, 8911, 7816, 10751, 7484, 7183, 7603, 8274, 8946, 7987, 8936, 9611, 7513, 7954, 7284, 8285, 8339, 8377, 8335, 7937, 8101, 8048, 8168, 10807, 8504, 9646, 7766, 7989, 8188, 7672, 9121, 8280, 9752, 7776, 7875, 7421, 8364, 8493, 8095, 7706, 8145, 7815, 7560, 8089, 8010, 7991, 8997, 8032, 7743, 8144, 7909, 7036, 7771, 8071, 9972, 8454, 7842, 10976, 7957, 7845, 8549, 12315, 8500, 14231, 7790, 11249, 8269, 9658, 7972, 8492, 7874, 6989, 7646, 7679, 8363, 8406, 7830, 7743, 7743, 8059, 10450, 8040, 11085, 8227, 7584, 7875, 7797, 7758, 7818, 8162, 8125, 9486, 8202, 8391, 8192, 7348, 7957, 6979, 8027, 7579, 8638, 8219, 8168, 7655, 7175, 8106, 7554, 8486, 7453, 10442, 7929, 9317, 7949, 7324, 8009, 7262, 7913, 9539, 7887, 7096, 7740, 7355, 7598, 7786, 7922, 8183, 9088, 7545, 7693, 9018, 7705, 8097, 9268, 7965, 11604, 8846, 11733, 7910, 8680, 7994, 6952, 7970, 7673, 7850, 7675, 9751, 8060, 9343, 7590, 7451, 7705, 9577, 8190, 12812, 8533, 11240, 8647, 7441, 7856, 8017, 7300, 8111, 8571, 8064, 9350, 7953, 10681, 7876, 9768, 7992, 9198, 7715, 7732, 7776, 7584, 7924, 7488, 7723, 7019, 8025, 7913, 8119, 10608, 7844, 8547, 7985, 7650, 7752, 8241, 9232, 8241, 9981, 7925, 8230, 8347, 7971, 8129, 7268, 8182, 7629, 7947, 7721, 7725, 7648, 7350, 7449, 7319, 7963, 8213, 7903, 7402, 7631, 8002, 8059, 8029, 9399, 8094, 10232, 7977, 11350, 8145, 11274, 8160, 7850, 8202, 7899, 7748, 7755, 7758, 8798, 8034, 7327, 8003, 7660, 7999, 8825, 7923, 9074, 7827, 7756, 8277, 7490, 7898, 8000, 7508, 7694, 8652, 7951, 7304, 8052, 6788, 8276, 6978, 7965, 8134, 8034, 7292, 7496, 8131, 7976, 8088, 6808, 7859, 12623, 8739, 8301, 7938, 7613, 7786, 7531, 7098, 7654, 8747, 7792, 7432, 7673, 7624, 7478, 7734, 8363, 9047, 7844, 10905, 8650, 11132, 7946, 10131, 8245, 8845, 7872, 7795, 7742, 7219, 7638, 7312, 7718, 7669, 7844, 8059, 7567, 8701, 7653, 8331, 8198, 7425, 7001, 8146, 7182, 8069, 10600, 8502, 13164, 7835, 10759, 7965, 8656, 8046, 7712, 7874, 7471, 7982, 7768, 7949, 8348, 7904, 8124, 7815, 7218, 7643, 7900, 7981, 7809, 9046, 7966, 9666, 8026, 8893, 7926, 8881, 7553, 8762, 7963, 8699, 7990, 6830, 8011, 7814, 7934, 7755, 7319, 9459, 7908, 9645, 7804, 10065, 7970, 10562, 7967, 9008, 7905, 11038, 7951, 8012, 7684, 7672, 7967, 8044, 7953, 8274, 8075, 7243, 7506, 7957, 8892, 7991, 9954, 8027, 10473, 7739, 9741, 7509, 11060, 7992, 8151, 8011, 7428, 7828, 7811, 7543, 7884, 7665, 8060, 7474, 7946, 7562, 7962, 7403, 8342, 7783, 8786, 7873, 7900, 7889, 9520, 7601, 9359, 7940, 8829, 7908, 7912, 8113, 7770, 8011, 7475, 8764, 7791, 8596, 7739, 7931, 8050, 10457, 7959, 9494, 7852, 7782, 8178, 7543, 7895, 8564, 7947, 8628, 7790, 7687, 7626, 8016, 6929, 7763, 10727, 8007, 8440, 7583, 7784, 7471, 8000, 7432, 7796, 9231, 7846, 10142, 8542, 6999, 7820, 7566, 7680, 7471, 7979, 10303, 9064, 10098, 7946, 8029, 7936, 7787, 7450, 7672, 7621, 7706, 7484, 7674, 7203, 7693, 7357, 7672, 7746, 7469, 7630, 7659, 7850, 9823, 7398, 6858, 8063, 7727, 8472, 7985, 10349, 7695, 9836, 7572, 7680, 7391, 7733, 8370, 8522, 7675, 7067, 7314, 7965, 7306, 8153, 7731, 9720, 7681, 11419, 7834, 11511, 7652, 7008, 7790, 7599, 7823, 7494, 8276, 7456, 8298, 7939, 7660, 7535, 7842, 8741, 7727, 8556, 8000, 7192, 7952, 7694, 8251, 7836, 9482, 8030, 10193, 7737, 8431, 7881, 8464, 8729, 8444, 12035, 10430, 12136, 8052, 7953, 7973, 7822, 7974, 7296, 7499, 7724, 8002, 7767, 10039, 7731, 9810, 7657, 10794, 7867, 8856, 7735, 8249, 7718, 10717, 7437, 12652, 8012, 8645, 7841, 7504, 8288, 7138, 7639, 7835, 9577, 7988, 11970, 7567, 7237, 9453, 7725, 8159, 9051, 7967, 9802, 10867, 7974, 9551, 7977, 8876, 7759, 8277, 9449, 7599, 7989, 8000, 8372, 12320, 9691, 11578, 7873, 7850, 7992, 8213, 7730, 7275, 7739, 7379, 7843, 7359, 8200, 8111, 8086, 7645, 7121, 8068, 8477, 7749, 7224, 7589, 8088, 8090, 7999, 7291, 7963, 9770, 9184, 9961, 7980, 10533, 7767, 10470, 8023, 10023, 7844, 9065, 7772, 7712, 7678, 7174, 7814, 7519, 7950, 8027, 9041, 7878, 9637, 8100, 9502, 8012, 8442, 7909, 8032, 7806, 7579, 7422, 7662, 7456, 7573, 7522, 7743, 7710, 7839, 7597, 7749, 7561, 9322, 7517, 7561, 9653, 7817, 10298, 7622, 7357, 7716, 7483, 7520, 7374, 7534, 7674, 7461, 7698, 7238, 7609, 7557, 9261, 7828, 9535, 7687, 9311, 7636, 8330, 7739, 7943, 7675, 8223, 7155, 8338, 7484, 7448, 7588, 7492, 7460, 7690, 7280, 8757, 7577, 8797, 7591, 7880, 7665, 8555, 7616, 9085, 7676, 8894, 7890, 7249, 8004, 9137, 7744, 9438, 7880, 7643, 7910, 8180, 7766, 8891, 7728, 8520, 7841, 7250, 7872, 7138, 7827, 7298, 8180, 7459, 9635, 7849, 8726, 7969, 9012, 7632, 9350, 8008, 8680, 7809, 7832, 7933, 8425, 7868, 6898, 7706, 7582, 7549, 7489, 7768, 7622, 7498, 9462, 7684, 7163, 8013, 6958, 7851, 7689, 7773, 8382, 8056, 6867, 7918, 7212, 7806, 7138, 7781, 7963, 8748, 7399, 9003, 7786, 7150, 7941, 7154, 8170, 10187, 8486, 12582, 8132, 12042, 7648, 8742, 7755, 8202, 7640, 7736, 7834, 7294, 8297, 7568, 8419, 8560, 7738, 8195, 7738, 7689, 7235, 7905, 8363, 9855, 8452, 10338, 8354, 8345, 12623, 8321, 12674, 8315, 13095, 8197, 13049, 8120, 12056, 8203, 7925, 8338, 8045, 7968, 7612, 7650, 7273, 7577, 8361, 7195, 7687, 7852, 8082, 10592, 8003, 12236, 8630, 10211, 7981, 7906, 8032, 7903, 7536, 7732, 7751, 7809, 7384, 7672, 7325, 8040, 8109, 7729, 8297, 8192, 7413, 8148, 7746], 'WindowCenter': [4203.0, 4155.0, 4150.0, 4117.0, 4105.0, 4114.0, 4094.0, 4116.0, 4095.0, 4104.0, 4116.0, 4106.0, 4129.0, 4118.0, 4128.0, 4128.0, 4106.0, 4136.0, 4095.0, 4095.0, 4117.0, 4128.0, 4139.0, 4118.0, 4128.0, 4126.0, 4106.0, 4105.0, 4105.0, 4115.0, 4115.0, 4116.0, 4114.0, 4105.0, 4104.0, 4104.0, 4103.0, 4123.0, 4114.0, 4113.0, 4103.0, 4102.0, 4102.0, 4091.0, 4101.0, 4090.0, 4100.0, 4090.0, 4090.0, 4091.0, 4102.0, 4103.0, 4104.0, 4090.0, 4102.0, 4092.0, 4092.0, 4103.0, 4102.0, 4105.0, 4114.0, 4104.0, 4104.0, 4115.0, 4116.0, 4106.0, 4117.0, 4118.0, 4139.0, 4130.0, 4118.0, 4149.0, 4117.0, 4117.0, 4130.0, 4148.0, 4117.0, 4156.0, 4105.0, 4134.0, 4114.0, 4124.0, 4116.0, 4113.0, 4104.0, 4093.0, 4103.0, 4103.0, 4114.0, 4116.0, 4104.0, 4106.0, 4104.0, 4105.0, 4135.0, 4104.0, 4122.0, 4101.0, 4090.0, 4090.0, 4088.0, 4090.0, 4091.0, 4101.0, 4101.0, 4112.0, 4102.0, 4101.0, 4103.0, 4091.0, 4102.0, 4081.0, 4102.0, 4092.0, 4102.0, 4103.0, 4102.0, 4103.0, 4092.0, 4104.0, 4104.0, 4115.0, 4093.0, 4125.0, 4104.0, 4113.0, 4104.0, 4093.0, 4104.0, 4103.0, 4117.0, 4125.0, 4104.0, 4093.0, 4104.0, 4093.0, 4104.0, 4105.0, 4117.0, 4116.0, 4127.0, 4119.0, 4117.0, 4128.0, 4119.0, 4118.0, 4138.0, 4118.0, 4148.0, 4117.0, 4137.0, 4104.0, 4114.0, 4105.0, 4093.0, 4104.0, 4105.0, 4116.0, 4106.0, 4126.0, 4106.0, 4125.0, 4105.0, 4094.0, 4106.0, 4115.0, 4106.0, 4134.0, 4103.0, 4121.0, 4102.0, 4080.0, 4091.0, 4090.0, 4079.0, 4092.0, 4100.0, 4092.0, 4101.0, 4102.0, 4122.0, 4092.0, 4111.0, 4091.0, 4100.0, 4090.0, 4090.0, 4092.0, 4090.0, 4092.0, 4091.0, 4092.0, 4093.0, 4105.0, 4117.0, 4117.0, 4136.0, 4105.0, 4115.0, 4105.0, 4094.0, 4093.0, 4116.0, 4114.0, 4104.0, 4114.0, 4103.0, 4102.0, 4103.0, 4092.0, 4092.0, 4082.0, 4103.0, 4093.0, 4105.0, 4105.0, 4105.0, 4105.0, 4094.0, 4094.0, 4093.0, 4106.0, 4115.0, 4105.0, 4095.0, 4106.0, 4116.0, 4116.0, 4117.0, 4127.0, 4116.0, 4126.0, 4106.0, 4135.0, 4103.0, 4124.0, 4102.0, 4092.0, 4091.0, 4091.0, 4091.0, 4080.0, 4079.0, 4101.0, 4090.0, 4080.0, 4092.0, 4091.0, 4102.0, 4112.0, 4103.0, 4110.0, 4093.0, 4092.0, 4103.0, 4092.0, 4092.0, 4102.0, 4080.0, 4093.0, 4102.0, 4103.0, 4093.0, 4104.0, 4083.0, 4115.0, 4094.0, 4117.0, 4115.0, 4117.0, 4106.0, 4119.0, 4117.0, 4117.0, 4129.0, 4108.0, 4132.0, 4161.0, 4129.0, 4117.0, 4116.0, 4106.0, 4106.0, 4117.0, 4094.0, 4107.0, 4115.0, 4105.0, 4094.0, 4106.0, 4106.0, 4107.0, 4107.0, 4129.0, 4127.0, 4118.0, 4137.0, 4116.0, 4135.0, 4106.0, 4123.0, 4104.0, 4112.0, 4092.0, 4092.0, 4092.0, 4092.0, 4104.0, 4094.0, 4105.0, 4104.0, 4105.0, 4105.0, 4107.0, 4115.0, 4106.0, 4103.0, 4104.0, 4105.0, 4096.0, 4118.0, 4108.0, 4120.0, 4137.0, 4117.0, 4146.0, 4105.0, 4124.0, 4104.0, 4115.0, 4103.0, 4092.0, 4102.0, 4091.0, 4103.0, 4092.0, 4104.0, 4104.0, 4104.0, 4103.0, 4104.0, 4093.0, 4104.0, 4116.0, 4104.0, 4106.0, 4126.0, 4104.0, 4125.0, 4106.0, 4116.0, 4105.0, 4115.0, 4104.0, 4114.0, 4105.0, 4115.0, 4105.0, 4084.0, 4105.0, 4117.0, 4116.0, 4118.0, 4108.0, 4139.0, 4120.0, 4128.0, 4119.0, 4127.0, 4106.0, 4136.0, 4105.0, 4114.0, 4104.0, 4123.0, 4092.0, 4092.0, 4092.0, 4092.0, 4104.0, 4104.0, 4116.0, 4115.0, 4105.0, 4094.0, 4095.0, 4105.0, 4114.0, 4115.0, 4126.0, 4104.0, 4125.0, 4093.0, 4114.0, 4093.0, 4123.0, 4092.0, 4091.0, 4092.0, 4081.0, 4091.0, 4092.0, 4092.0, 4103.0, 4092.0, 4104.0, 4093.0, 4103.0, 4092.0, 4104.0, 4094.0, 4114.0, 4105.0, 4115.0, 4106.0, 4104.0, 4116.0, 4126.0, 4107.0, 4126.0, 4106.0, 4116.0, 4105.0, 4104.0, 4105.0, 4104.0, 4105.0, 4093.0, 4115.0, 4104.0, 4115.0, 4104.0, 4104.0, 4114.0, 4135.0, 4105.0, 4123.0, 4104.0, 4104.0, 4115.0, 4104.0, 4117.0, 4114.0, 4117.0, 4113.0, 4105.0, 4104.0, 4105.0, 4117.0, 4106.0, 4119.0, 4149.0, 4106.0, 4117.0, 4105.0, 4105.0, 4092.0, 4105.0, 4092.0, 4104.0, 4113.0, 4103.0, 4123.0, 4114.0, 4093.0, 4104.0, 4104.0, 4117.0, 4106.0, 4119.0, 4126.0, 4116.0, 4125.0, 4103.0, 4104.0, 4103.0, 4104.0, 4093.0, 4093.0, 4092.0, 4093.0, 4092.0, 4093.0, 4093.0, 4105.0, 4094.0, 4105.0, 4104.0, 4106.0, 4106.0, 4106.0, 4116.0, 4126.0, 4107.0, 4097.0, 4117.0, 4118.0, 4128.0, 4119.0, 4150.0, 4107.0, 4128.0, 4105.0, 4104.0, 4094.0, 4105.0, 4104.0, 4103.0, 4105.0, 4095.0, 4094.0, 4107.0, 4095.0, 4106.0, 4094.0, 4115.0, 4093.0, 4125.0, 4093.0, 4123.0, 4093.0, 4081.0, 4092.0, 4092.0, 4093.0, 4093.0, 4103.0, 4092.0, 4102.0, 4103.0, 4093.0, 4092.0, 4104.0, 4102.0, 4103.0, 4101.0, 4103.0, 4092.0, 4104.0, 4105.0, 4116.0, 4118.0, 4139.0, 4117.0, 4137.0, 4108.0, 4116.0, 4106.0, 4118.0, 4116.0, 4118.0, 4135.0, 4126.0, 4133.0, 4103.0, 4103.0, 4105.0, 4102.0, 4105.0, 4106.0, 4106.0, 4106.0, 4116.0, 4117.0, 4138.0, 4119.0, 4138.0, 4106.0, 4138.0, 4105.0, 4115.0, 4104.0, 4103.0, 4093.0, 4124.0, 4082.0, 4133.0, 4091.0, 4101.0, 4092.0, 4091.0, 4103.0, 4081.0, 4094.0, 4094.0, 4114.0, 4094.0, 4136.0, 4107.0, 4094.0, 4113.0, 4094.0, 4104.0, 4116.0, 4094.0, 4114.0, 4109.0, 4080.0, 4101.0, 4091.0, 4101.0, 4091.0, 4091.0, 4111.0, 4091.0, 4091.0, 4091.0, 4101.0, 4132.0, 4103.0, 4121.0, 4090.0, 4079.0, 4078.0, 4076.0, 4067.0, 4065.0, 4066.0, 4066.0, 4078.0, 4077.0, 4088.0, 4089.0, 4090.0, 4091.0, 4081.0, 4104.0, 4103.0, 4094.0, 4094.0, 4094.0, 4104.0, 4105.0, 4116.0, 4107.0, 4118.0, 4138.0, 4128.0, 4127.0, 4108.0, 4137.0, 4106.0, 4124.0, 4104.0, 4113.0, 4094.0, 4103.0, 4092.0, 4090.0, 4092.0, 4082.0, 4105.0, 4094.0, 4105.0, 4104.0, 4115.0, 4106.0, 4126.0, 4105.0, 4114.0, 4103.0, 4103.0, 4102.0, 4093.0, 4094.0, 4095.0, 4092.0, 4093.0, 4092.0, 4103.0, 4103.0, 4105.0, 4105.0, 4107.0, 4117.0, 4117.0, 4118.0, 4129.0, 4108.0, 4119.0, 4127.0, 4108.0, 4128.0, 4106.0, 4095.0, 4106.0, 4094.0, 4105.0, 4106.0, 4118.0, 4118.0, 4106.0, 4107.0, 4109.0, 4118.0, 4119.0, 4139.0, 4120.0, 4140.0, 4119.0, 4129.0, 4118.0, 4117.0, 4107.0, 4117.0, 4107.0, 4117.0, 4094.0, 4105.0, 4094.0, 4095.0, 4104.0, 4105.0, 4106.0, 4105.0, 4105.0, 4117.0, 4106.0, 4116.0, 4107.0, 4117.0, 4118.0, 4116.0, 4107.0, 4126.0, 4108.0, 4116.0, 4115.0, 4106.0, 4106.0, 4125.0, 4106.0, 4115.0, 4106.0, 4092.0, 4104.0, 4103.0, 4104.0, 4114.0, 4105.0, 4113.0, 4105.0, 4093.0, 4104.0, 4094.0, 4106.0, 4095.0, 4117.0, 4106.0, 4126.0, 4116.0, 4116.0, 4116.0, 4115.0, 4106.0, 4126.0, 4104.0, 4115.0, 4106.0, 4103.0, 4106.0, 4115.0, 4106.0, 4094.0, 4105.0, 4104.0, 4106.0, 4105.0, 4105.0, 4104.0, 4106.0, 4115.0, 4104.0, 4093.0, 4104.0, 4092.0, 4105.0, 4103.0, 4105.0, 4103.0, 4104.0, 4083.0, 4106.0, 4094.0, 4105.0, 4095.0, 4116.0, 4106.0, 4117.0, 4106.0, 4126.0, 4107.0, 4106.0, 4117.0, 4106.0, 4130.0, 4137.0, 4117.0, 4146.0, 4105.0, 4135.0, 4093.0, 4101.0, 4103.0, 4102.0, 4093.0, 4093.0, 4104.0, 4105.0, 4131.0, 4108.0, 4118.0, 4117.0, 4107.0, 4116.0, 4119.0, 4119.0, 4119.0, 4120.0, 4119.0, 4140.0, 4121.0, 4139.0, 4119.0, 4119.0, 4161.0, 4118.0, 4147.0, 4106.0, 4136.0, 4094.0, 4135.0, 4093.0, 4123.0, 4093.0, 4091.0, 4102.0, 4093.0, 4102.0, 4092.0, 4095.0, 4093.0, 4095.0, 4105.0, 4095.0, 4108.0, 4118.0, 4118.0, 4127.0, 4107.0, 4136.0, 4105.0, 4114.0, 4092.0, 4093.0, 4092.0, 4091.0, 4081.0, 4081.0, 4080.0, 4092.0, 4079.0, 4090.0, 4080.0, 4092.0, 4092.0, 4091.0, 4091.0, 4104.0, 4082.0, 4104.0, 4093.0], 'WindowWidth': [9302.0, 9219.0, 9202.0, 9149.0, 9128.0, 9141.0, 9113.0, 9147.0, 9116.0, 9129.0, 9146.0, 9135.0, 9168.0, 9153.0, 9165.0, 9166.0, 9131.0, 9172.0, 9116.0, 9116.0, 9149.0, 9168.0, 9182.0, 9153.0, 9167.0, 9157.0, 9133.0, 9127.0, 9130.0, 9144.0, 9143.0, 9145.0, 9141.0, 9130.0, 9124.0, 9127.0, 9123.0, 9151.0, 9137.0, 9135.0, 9123.0, 9118.0, 9118.0, 9098.0, 9114.0, 9096.0, 9111.0, 9099.0, 9099.0, 9102.0, 9118.0, 9119.0, 9124.0, 9102.0, 9120.0, 9104.0, 9105.0, 9121.0, 9121.0, 9128.0, 9137.0, 9125.0, 9126.0, 9142.0, 9145.0, 9133.0, 9150.0, 9152.0, 9182.0, 9175.0, 9154.0, 9196.0, 9151.0, 9150.0, 9172.0, 9191.0, 9147.0, 9198.0, 9128.0, 9165.0, 9140.0, 9154.0, 9143.0, 9135.0, 9126.0, 9109.0, 9123.0, 9121.0, 9139.0, 9143.0, 9127.0, 9132.0, 9127.0, 9130.0, 9167.0, 9126.0, 9144.0, 9116.0, 9097.0, 9099.0, 9094.0, 9099.0, 9102.0, 9117.0, 9116.0, 9132.0, 9118.0, 9115.0, 9121.0, 9102.0, 9119.0, 9090.0, 9119.0, 9104.0, 9119.0, 9122.0, 9120.0, 9123.0, 9106.0, 9127.0, 9125.0, 9142.0, 9109.0, 9154.0, 9124.0, 9137.0, 9125.0, 9110.0, 9127.0, 9124.0, 9147.0, 9157.0, 9125.0, 9108.0, 9124.0, 9108.0, 9125.0, 9128.0, 9151.0, 9147.0, 9161.0, 9154.0, 9149.0, 9167.0, 9154.0, 9153.0, 9179.0, 9153.0, 9194.0, 9145.0, 9172.0, 9122.0, 9137.0, 9128.0, 9110.0, 9127.0, 9128.0, 9147.0, 9132.0, 9159.0, 9130.0, 9155.0, 9129.0, 9113.0, 9130.0, 9140.0, 9129.0, 9163.0, 9121.0, 9141.0, 9117.0, 9084.0, 9099.0, 9097.0, 9083.0, 9102.0, 9112.0, 9103.0, 9113.0, 9119.0, 9143.0, 9103.0, 9126.0, 9101.0, 9110.0, 9098.0, 9097.0, 9103.0, 9099.0, 9104.0, 9100.0, 9106.0, 9107.0, 9128.0, 9147.0, 9150.0, 9171.0, 9129.0, 9140.0, 9124.0, 9111.0, 9109.0, 9143.0, 9136.0, 9123.0, 9137.0, 9120.0, 9116.0, 9119.0, 9103.0, 9103.0, 9090.0, 9120.0, 9107.0, 9127.0, 9127.0, 9125.0, 9126.0, 9110.0, 9111.0, 9108.0, 9128.0, 9141.0, 9127.0, 9113.0, 9130.0, 9144.0, 9144.0, 9148.0, 9160.0, 9146.0, 9158.0, 9130.0, 9167.0, 9120.0, 9148.0, 9118.0, 9103.0, 9100.0, 9101.0, 9098.0, 9084.0, 9081.0, 9113.0, 9099.0, 9086.0, 9103.0, 9101.0, 9120.0, 9131.0, 9122.0, 9128.0, 9107.0, 9104.0, 9120.0, 9104.0, 9104.0, 9118.0, 9087.0, 9107.0, 9118.0, 9122.0, 9108.0, 9123.0, 9094.0, 9141.0, 9113.0, 9148.0, 9144.0, 9148.0, 9131.0, 9155.0, 9148.0, 9149.0, 9168.0, 9141.0, 9177.0, 9216.0, 9168.0, 9148.0, 9145.0, 9131.0, 9130.0, 9147.0, 9114.0, 9134.0, 9140.0, 9129.0, 9113.0, 9130.0, 9132.0, 9135.0, 9135.0, 9167.0, 9161.0, 9150.0, 9175.0, 9145.0, 9168.0, 9128.0, 9149.0, 9124.0, 9132.0, 9106.0, 9105.0, 9105.0, 9104.0, 9124.0, 9111.0, 9128.0, 9126.0, 9129.0, 9127.0, 9130.0, 9141.0, 9129.0, 9122.0, 9124.0, 9129.0, 9119.0, 9150.0, 9137.0, 9156.0, 9176.0, 9148.0, 9186.0, 9127.0, 9152.0, 9126.0, 9140.0, 9123.0, 9105.0, 9118.0, 9102.0, 9120.0, 9105.0, 9125.0, 9124.0, 9124.0, 9121.0, 9124.0, 9108.0, 9125.0, 9143.0, 9127.0, 9132.0, 9160.0, 9128.0, 9155.0, 9130.0, 9143.0, 9129.0, 9140.0, 9124.0, 9137.0, 9126.0, 9140.0, 9126.0, 9098.0, 9129.0, 9149.0, 9147.0, 9151.0, 9136.0, 9182.0, 9157.0, 9163.0, 9151.0, 9161.0, 9131.0, 9172.0, 9125.0, 9136.0, 9122.0, 9146.0, 9104.0, 9103.0, 9105.0, 9103.0, 9124.0, 9125.0, 9143.0, 9141.0, 9130.0, 9111.0, 9115.0, 9127.0, 9139.0, 9141.0, 9156.0, 9125.0, 9152.0, 9108.0, 9137.0, 9105.0, 9145.0, 9104.0, 9101.0, 9104.0, 9088.0, 9101.0, 9103.0, 9103.0, 9120.0, 9104.0, 9123.0, 9108.0, 9122.0, 9106.0, 9126.0, 9112.0, 9140.0, 9127.0, 9142.0, 9130.0, 9126.0, 9143.0, 9158.0, 9135.0, 9158.0, 9131.0, 9143.0, 9129.0, 9126.0, 9129.0, 9126.0, 9128.0, 9109.0, 9140.0, 9123.0, 9140.0, 9126.0, 9125.0, 9141.0, 9169.0, 9129.0, 9150.0, 9126.0, 9124.0, 9142.0, 9126.0, 9147.0, 9139.0, 9146.0, 9136.0, 9127.0, 9125.0, 9129.0, 9149.0, 9135.0, 9154.0, 9196.0, 9131.0, 9146.0, 9125.0, 9127.0, 9107.0, 9129.0, 9107.0, 9126.0, 9137.0, 9124.0, 9150.0, 9138.0, 9108.0, 9126.0, 9126.0, 9149.0, 9132.0, 9154.0, 9158.0, 9143.0, 9153.0, 9122.0, 9123.0, 9120.0, 9124.0, 9107.0, 9107.0, 9103.0, 9107.0, 9104.0, 9108.0, 9107.0, 9127.0, 9112.0, 9129.0, 9126.0, 9131.0, 9129.0, 9131.0, 9145.0, 9158.0, 9133.0, 9119.0, 9147.0, 9151.0, 9165.0, 9155.0, 9199.0, 9135.0, 9163.0, 9125.0, 9124.0, 9109.0, 9125.0, 9123.0, 9120.0, 9127.0, 9113.0, 9114.0, 9132.0, 9114.0, 9129.0, 9109.0, 9138.0, 9106.0, 9150.0, 9105.0, 9145.0, 9105.0, 9088.0, 9103.0, 9103.0, 9109.0, 9107.0, 9123.0, 9104.0, 9118.0, 9120.0, 9106.0, 9105.0, 9124.0, 9119.0, 9122.0, 9115.0, 9120.0, 9106.0, 9127.0, 9130.0, 9146.0, 9152.0, 9181.0, 9149.0, 9175.0, 9136.0, 9145.0, 9132.0, 9150.0, 9144.0, 9150.0, 9169.0, 9156.0, 9160.0, 9119.0, 9120.0, 9128.0, 9120.0, 9128.0, 9130.0, 9131.0, 9132.0, 9146.0, 9150.0, 9179.0, 9156.0, 9179.0, 9132.0, 9176.0, 9126.0, 9140.0, 9125.0, 9121.0, 9108.0, 9151.0, 9090.0, 9161.0, 9101.0, 9114.0, 9104.0, 9101.0, 9121.0, 9090.0, 9112.0, 9108.0, 9137.0, 9109.0, 9172.0, 9133.0, 9108.0, 9133.0, 9109.0, 9124.0, 9144.0, 9108.0, 9135.0, 9121.0, 9081.0, 9111.0, 9100.0, 9112.0, 9101.0, 9099.0, 9126.0, 9103.0, 9101.0, 9101.0, 9114.0, 9157.0, 9118.0, 9138.0, 9095.0, 9077.0, 9077.0, 9069.0, 9059.0, 9053.0, 9056.0, 9058.0, 9077.0, 9073.0, 9092.0, 9094.0, 9097.0, 9103.0, 9088.0, 9124.0, 9121.0, 9110.0, 9108.0, 9109.0, 9124.0, 9127.0, 9146.0, 9134.0, 9152.0, 9176.0, 9165.0, 9160.0, 9135.0, 9172.0, 9130.0, 9150.0, 9124.0, 9134.0, 9109.0, 9118.0, 9104.0, 9099.0, 9105.0, 9091.0, 9125.0, 9110.0, 9127.0, 9124.0, 9141.0, 9129.0, 9157.0, 9126.0, 9139.0, 9122.0, 9120.0, 9119.0, 9107.0, 9109.0, 9113.0, 9105.0, 9109.0, 9104.0, 9122.0, 9122.0, 9127.0, 9128.0, 9136.0, 9150.0, 9150.0, 9150.0, 9167.0, 9138.0, 9155.0, 9161.0, 9137.0, 9164.0, 9131.0, 9113.0, 9130.0, 9112.0, 9127.0, 9131.0, 9151.0, 9151.0, 9133.0, 9136.0, 9141.0, 9152.0, 9156.0, 9183.0, 9158.0, 9184.0, 9156.0, 9166.0, 9151.0, 9149.0, 9136.0, 9148.0, 9133.0, 9147.0, 9112.0, 9128.0, 9111.0, 9114.0, 9126.0, 9128.0, 9131.0, 9130.0, 9128.0, 9146.0, 9132.0, 9145.0, 9136.0, 9148.0, 9152.0, 9146.0, 9136.0, 9160.0, 9137.0, 9144.0, 9143.0, 9130.0, 9133.0, 9155.0, 9131.0, 9140.0, 9130.0, 9106.0, 9126.0, 9123.0, 9127.0, 9141.0, 9128.0, 9137.0, 9129.0, 9108.0, 9124.0, 9111.0, 9131.0, 9114.0, 9148.0, 9130.0, 9159.0, 9145.0, 9145.0, 9145.0, 9142.0, 9129.0, 9155.0, 9126.0, 9141.0, 9130.0, 9124.0, 9132.0, 9141.0, 9131.0, 9112.0, 9128.0, 9126.0, 9131.0, 9128.0, 9130.0, 9126.0, 9131.0, 9140.0, 9124.0, 9108.0, 9125.0, 9106.0, 9127.0, 9122.0, 9128.0, 9123.0, 9126.0, 9096.0, 9130.0, 9114.0, 9131.0, 9116.0, 9148.0, 9131.0, 9148.0, 9130.0, 9159.0, 9134.0, 9132.0, 9151.0, 9134.0, 9170.0, 9174.0, 9149.0, 9185.0, 9128.0, 9168.0, 9110.0, 9119.0, 9123.0, 9119.0, 9109.0, 9107.0, 9125.0, 9128.0, 9173.0, 9137.0, 9149.0, 9148.0, 9134.0, 9143.0, 9153.0, 9154.0, 9155.0, 9155.0, 9153.0, 9183.0, 9158.0, 9182.0, 9154.0, 9153.0, 9212.0, 9150.0, 9187.0, 9127.0, 9165.0, 9106.0, 9162.0, 9101.0, 9142.0, 9102.0, 9098.0, 9117.0, 9104.0, 9119.0, 9105.0, 9112.0, 9106.0, 9111.0, 9127.0, 9115.0, 9135.0, 9149.0, 9152.0, 9160.0, 9132.0, 9168.0, 9125.0, 9135.0, 9104.0, 9104.0, 9101.0, 9100.0, 9085.0, 9086.0, 9083.0, 9101.0, 9081.0, 9098.0, 9084.0, 9104.0, 9102.0, 9102.0, 9101.0, 9121.0, 9090.0, 9125.0, 9107.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.001396865671641791</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01830152089552239</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.7331805524138</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1999588928505738</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.015385885459772</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4425</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7542.853</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07108593899244608</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.4110218140068884</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4547990863930225</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3728078525187613</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7453412981823266</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.246248108477979</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0111731</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015049183741211891</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0181829035282135</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6180381468754717</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>29.3718</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.8938</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.9782</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310709.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>813.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.7575</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8683</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.6102</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3349.5417</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3603.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65835.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>893.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4442.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>995.836</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.705916967242956</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> |