=== 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-0089 --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-0089",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0089_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0089_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0089/ses-04/func/sub-0089_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>ab9f2e22aa9387b920cad5c96063f7d1</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>16:38:7.812500</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.996609, 0.0805125, -0.0169784, -0.0731864, 0.96166, 0.2643]</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0973247</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4228, -7828, -7241, 322, -94, -140, 119, 100]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>230.222</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1c7ca4c8-0ec8-46f4-98b2-adae3999fa39||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.6738290786743164, -0.1963537186384201, -0.10153857618570328, 122.36677551269531], [-0.21600909531116486, 2.5800623893737793, 0.707835853099823, -112.43775939941406], [-0.04555172473192215, -0.7090982794761658, 2.603585720062256, -30.849742889404297], [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': ['163807.812500', '163808.272500', '163808.732500', '163809.192500', '163809.652500', '163810.112500', '163810.572500', '163811.032500', '163811.492500', '163811.952500', '163812.412500', '163812.872500', '163813.332500', '163813.792500', '163814.252500', '163814.712500', '163815.172500', '163815.632500', '163816.092500', '163816.552500', '163817.012500', '163817.472500', '163817.932500', '163818.392500', '163818.852500', '163819.312500', '163819.772500', '163820.232500', '163820.692500', '163821.152500', '163821.612500', '163822.072500', '163822.532500', '163822.992500', '163823.452500', '163823.912500', '163824.372500', '163824.832500', '163825.292500', '163825.752500', '163826.212500', '163826.672500', '163827.132500', '163827.592500', '163828.052500', '163828.512500', '163828.972500', '163829.432500', '163829.892500', '163830.352500', '163830.812500', '163831.272500', '163831.732500', '163832.192500', '163832.652500', '163833.112500', '163833.572500', '163834.032500', '163834.492500', '163834.952500', '163835.412500', '163835.872500', '163836.332500', '163836.792500', '163837.252500', '163837.712500', '163838.172500', '163838.632500', '163839.092500', '163839.552500', '163840.012500', '163840.472500', '163840.932500', '163841.392500', '163841.852500', '163842.312500', '163842.772500', '163843.232500', '163843.692500', '163844.152500', '163844.612500', '163845.072500', '163845.532500', '163845.992500', '163846.452500', '163846.912500', '163847.372500', '163847.832500', '163848.292500', '163848.752500', '163849.212500', '163849.672500', '163850.132500', '163850.592500', '163851.052500', '163851.512500', '163851.972500', '163852.432500', '163852.892500', '163853.352500', '163853.812500', '163854.272500', '163854.732500', '163855.192500', '163855.652500', '163856.112500', '163856.572500', '163857.032500', '163857.492500', '163857.952500', '163858.412500', '163858.872500', '163859.332500', '163859.792500', '163900.252500', '163900.712500', '163901.172500', '163901.632500', '163902.092500', '163902.552500', '163903.012500', '163903.472500', '163903.932500', '163904.392500', '163904.852500', '163905.312500', '163905.772500', '163906.232500', '163906.692500', '163907.152500', '163907.612500', '163908.072500', '163908.532500', '163908.992500', '163909.452500', '163909.912500', '163910.372500', '163910.832500', '163911.292500', '163911.752500', '163912.212500', '163912.672500', '163913.132500', '163913.592500', '163914.052500', '163914.512500', '163914.972500', '163915.432500', '163915.892500', '163916.352500', '163916.812500', '163917.272500', '163917.732500', '163918.192500', '163918.652500', '163919.112500', '163919.572500', '163920.032500', '163920.492500', '163920.952500', '163921.412500', '163921.872500', '163922.332500', '163922.792500', '163923.252500', '163923.712500', '163924.172500', '163924.632500', '163925.092500', '163925.552500', '163926.012500', '163926.472500', '163926.932500', '163927.392500', '163927.852500', '163928.312500', '163928.772500', '163929.232500', '163929.692500', '163930.152500', '163930.612500', '163931.072500', '163931.532500', '163931.992500', '163932.452500', '163932.912500', '163933.372500', '163933.832500', '163934.292500', '163934.752500', '163935.212500', '163935.672500', '163936.132500', '163936.592500', '163937.052500', '163937.512500', '163937.972500', '163938.432500', '163938.892500', '163939.352500', '163939.812500', '163940.272500', '163940.732500', '163941.192500', '163941.652500', '163942.112500', '163942.572500', '163943.032500', '163943.492500', '163943.952500', '163944.412500', '163944.872500', '163945.332500', '163945.792500', '163946.252500', '163946.712500', '163947.172500', '163947.632500', '163948.092500', '163948.552500', '163949.012500', '163949.472500', '163949.932500', '163950.392500', '163950.852500', '163951.312500', '163951.772500', '163952.232500', '163952.692500', '163953.152500', '163953.612500', '163954.072500', '163954.532500', '163954.992500', '163955.452500', '163955.912500', '163956.372500', '163956.832500', '163957.292500', '163957.752500', '163958.212500', '163958.672500', '163959.132500', '163959.592500', '164000.052500', '164000.512500', '164000.972500', '164001.432500', '164001.892500', '164002.352500', '164002.812500', '164003.272500', '164003.732500', '164004.192500', '164004.652500', '164005.112500', '164005.572500', '164006.032500', '164006.492500', '164006.952500', '164007.412500', '164007.872500', '164008.332500', '164008.792500', '164009.252500', '164009.712500', '164010.172500', '164010.632500', '164011.092500', '164011.552500', '164012.012500', '164012.472500', '164012.932500', '164013.392500', '164013.852500', '164014.312500', '164014.772500', '164015.232500', '164015.692500', '164016.152500', '164016.612500', '164017.072500', '164017.532500', '164017.992500', '164018.452500', '164018.912500', '164019.372500', '164019.832500', '164020.292500', '164020.752500', '164021.212500', '164021.672500', '164022.132500', '164022.592500', '164023.052500', '164023.512500', '164023.972500', '164024.432500', '164024.892500', '164025.352500', '164025.812500', '164026.272500', '164026.732500', '164027.192500', '164027.652500', '164028.112500', '164028.572500', '164029.032500', '164029.492500', '164029.952500', '164030.412500', '164030.872500', '164031.332500', '164031.792500', '164032.252500', '164032.712500', '164033.172500', '164033.632500', '164034.092500', '164034.552500', '164035.012500', '164035.472500', '164035.932500', '164036.392500', '164036.852500', '164037.312500', '164037.772500', '164038.232500', '164038.692500', '164039.152500', '164039.612500', '164040.072500', '164040.532500', '164040.992500', '164041.452500', '164041.912500', '164042.372500', '164042.832500', '164043.292500', '164043.752500', '164044.212500', '164044.672500', '164045.132500', '164045.592500', '164046.052500', '164046.512500', '164046.972500', '164047.432500', '164047.892500', '164048.352500', '164048.812500', '164049.272500', '164049.732500', '164050.192500', '164050.652500', '164051.112500', '164051.572500', '164052.032500', '164052.492500', '164052.952500', '164053.412500', '164053.872500', '164054.332500', '164054.792500', '164055.252500', '164055.712500', '164056.172500', '164056.632500', '164057.092500', '164057.552500', '164058.012500', '164058.472500', '164058.932500', '164059.392500', '164059.852500', '164100.312500', '164100.772500', '164101.232500', '164101.692500', '164102.152500', '164102.612500', '164103.072500', '164103.532500', '164103.992500', '164104.452500', '164104.912500', '164105.372500', '164105.832500', '164106.292500', '164106.752500', '164107.212500', '164107.672500', '164108.132500', '164108.592500', '164109.052500', '164109.512500', '164109.972500', '164110.432500', '164110.892500', '164111.352500', '164111.812500', '164112.272500', '164112.732500', '164113.192500', '164113.652500', '164114.112500', '164114.572500', '164115.032500', '164115.492500', '164115.952500', '164116.412500', '164116.872500', '164117.332500', '164117.792500', '164118.252500', '164118.712500', '164119.172500', '164119.632500', '164120.092500', '164120.552500', '164121.012500', '164121.472500', '164121.932500', '164122.392500', '164122.852500', '164123.312500', '164123.772500', '164124.232500', '164124.692500', '164125.152500', '164125.612500', '164126.072500', '164126.532500', '164126.992500', '164127.452500', '164127.912500', '164128.372500', '164128.832500', '164129.292500', '164129.752500', '164130.212500', '164130.672500', '164131.132500', '164131.592500', '164132.052500', '164132.512500', '164132.972500', '164133.432500', '164133.892500', '164134.352500', '164134.812500', '164135.272500', '164135.732500', '164136.192500', '164136.652500', '164137.112500', '164137.572500', '164138.032500', '164138.492500', '164138.952500', '164139.412500', '164139.872500', '164140.332500', '164140.792500', '164141.252500', '164141.712500', '164142.172500', '164142.632500', '164143.092500', '164143.552500', '164144.012500', '164144.472500', '164144.932500', '164145.392500', '164145.852500', '164146.312500', '164146.772500', '164147.232500', '164147.692500', '164148.152500', '164148.612500', '164149.072500', '164149.532500', '164149.992500', '164150.452500', '164150.912500', '164151.372500', '164151.832500', '164152.292500', '164152.752500', '164153.212500', '164153.672500', '164154.132500', '164154.592500', '164155.052500', '164155.512500', '164155.972500', '164156.432500', '164156.892500', '164157.352500', '164157.812500', '164158.272500', '164158.732500', '164159.192500', '164159.652500', '164200.112500', '164200.572500', '164201.032500', '164201.492500', '164201.952500', '164202.412500', '164202.872500', '164203.332500', '164203.792500', '164204.252500', '164204.712500', '164205.172500', '164205.632500', '164206.092500', '164206.552500', '164207.012500', '164207.472500', '164207.932500', '164208.392500', '164208.852500', '164209.312500', '164209.772500', '164210.232500', '164210.692500', '164211.152500', '164211.612500', '164212.072500', '164212.532500', '164212.992500', '164213.452500', '164213.912500', '164214.372500', '164214.832500', '164215.292500', '164215.752500', '164216.212500', '164216.672500', '164217.132500', '164217.592500', '164218.052500', '164218.512500', '164218.972500', '164219.432500', '164219.892500', '164220.352500', '164220.812500', '164221.272500', '164221.732500', '164222.192500', '164222.652500', '164223.112500', '164223.572500', '164224.032500', '164224.492500', '164224.952500', '164225.412500', '164225.872500', '164226.332500', '164226.792500', '164227.252500', '164227.712500', '164228.172500', '164228.632500', '164229.092500', '164229.552500', '164230.012500', '164230.472500', '164230.932500', '164231.392500', '164231.852500', '164232.312500', '164232.772500', '164233.232500', '164233.692500', '164234.152500', '164234.612500', '164235.072500', '164235.532500', '164235.992500', '164236.452500', '164236.912500', '164237.372500', '164237.832500', '164238.292500', '164238.752500', '164239.212500', '164239.672500', '164240.132500', '164240.592500', '164241.052500', '164241.512500', '164241.972500', '164242.432500', '164242.892500', '164243.352500', '164243.812500', '164244.272500', '164244.732500', '164245.192500', '164245.652500', '164246.112500', '164246.572500', '164247.032500', '164247.492500', '164247.952500', '164248.412500', '164248.872500', '164249.332500', '164249.792500', '164250.252500', '164250.712500', '164251.172500', '164251.632500', '164252.092500', '164252.552500', '164253.012500', '164253.472500', '164253.932500', '164254.392500', '164254.852500', '164255.312500', '164255.772500', '164256.232500', '164256.692500', '164257.152500', '164257.612500', '164258.072500', '164258.532500', '164258.992500', '164259.452500', '164259.912500', '164300.372500', '164300.832500', '164301.292500', '164301.752500', '164302.212500', '164302.672500', '164303.132500', '164303.592500', '164304.052500', '164304.512500', '164304.972500', '164305.432500', '164305.892500', '164306.352500', '164306.812500', '164307.272500', '164307.732500', '164308.192500', '164308.652500', '164309.112500', '164309.572500', '164310.032500', '164310.492500', '164310.952500', '164311.412500', '164311.872500', '164312.332500', '164312.792500', '164313.252500', '164313.712500', '164314.172500', '164314.632500', '164315.092500', '164315.552500', '164316.012500', '164316.472500', '164316.932500', '164317.392500', '164317.852500', '164318.312500', '164318.772500', '164319.232500', '164319.692500', '164320.152500', '164320.612500', '164321.072500', '164321.532500', '164321.992500', '164322.452500', '164322.912500', '164323.372500', '164323.832500', '164324.292500', '164324.752500', '164325.212500', '164325.672500', '164326.132500', '164326.592500', '164327.052500', '164327.512500', '164327.972500', '164328.432500', '164328.892500', '164329.352500', '164329.812500', '164330.272500', '164330.732500', '164331.192500', '164331.652500', '164332.112500', '164332.572500', '164333.032500', '164333.492500', '164333.952500', '164334.412500', '164334.872500', '164335.332500', '164335.792500', '164336.252500', '164336.712500', '164337.172500', '164337.632500', '164338.092500', '164338.552500', '164339.012500', '164339.472500', '164339.932500', '164340.392500', '164340.852500', '164341.312500', '164341.772500', '164342.232500', '164342.692500', '164343.152500', '164343.612500', '164344.072500', '164344.532500', '164344.992500', '164345.452500', '164345.912500', '164346.372500', '164346.832500', '164347.292500', '164347.752500', '164348.212500', '164348.672500', '164349.132500', '164349.592500', '164350.052500', '164350.512500', '164350.972500', '164351.432500', '164351.892500', '164352.352500', '164352.812500', '164353.272500', '164353.732500', '164354.192500', '164354.652500', '164355.112500', '164355.572500', '164356.032500', '164356.492500', '164356.952500', '164357.412500', '164357.872500', '164358.332500', '164358.792500', '164359.252500', '164359.712500', '164400.172500', '164400.632500', '164401.092500', '164401.552500', '164402.012500', '164402.472500', '164402.932500', '164403.392500', '164403.852500', '164404.312500', '164404.772500', '164405.232500', '164405.692500', '164406.152500', '164406.612500', '164407.072500', '164407.532500', '164407.992500', '164408.452500', '164408.912500', '164409.372500', '164409.832500', '164410.292500', '164410.752500', '164411.212500', '164411.672500', '164412.132500', '164412.592500', '164413.052500', '164413.512500', '164413.972500', '164414.432500', '164414.892500', '164415.352500', '164415.812500', '164416.272500', '164416.732500', '164417.192500', '164417.652500', '164418.112500', '164418.572500', '164419.032500', '164419.492500', '164419.952500', '164420.412500', '164420.872500', '164421.332500', '164421.792500', '164422.252500', '164422.712500', '164423.172500', '164423.632500', '164424.092500', '164424.552500', '164425.012500', '164425.472500', '164425.932500', '164426.392500', '164426.852500', '164427.312500', '164427.772500', '164428.232500', '164428.692500', '164429.152500', '164429.612500', '164430.072500', '164430.532500', '164430.992500', '164431.452500', '164431.912500', '164432.372500', '164432.832500', '164433.292500', '164433.752500', '164434.212500', '164434.672500', '164435.132500', '164435.592500', '164436.052500', '164436.512500', '164436.972500', '164437.432500', '164437.892500', '164438.352500', '164438.812500', '164439.272500', '164439.732500', '164440.192500', '164440.652500', '164441.112500', '164441.572500', '164442.032500', '164442.492500', '164442.952500', '164443.412500', '164443.872500', '164444.332500', '164444.792500', '164445.252500', '164445.712500', '164446.172500', '164446.632500', '164447.092500', '164447.552500', '164448.012500', '164448.472500'], 'ContentTime': ['163818.338000', '163818.341000', '163818.344000', '163818.346000', '163818.349000', '163818.351000', '163818.354000', '163818.356000', '163818.359000', '163818.362000', '163818.364000', '163818.367000', '163818.369000', '163818.372000', '163818.374000', '163818.377000', '163818.380000', '163818.382000', '163818.385000', '163818.387000', '163838.293000', '163838.296000', '163838.299000', '163838.301000', '163838.304000', '163838.307000', '163838.309000', '163838.312000', '163838.314000', '163838.317000', '163838.320000', '163838.322000', '163838.325000', '163838.327000', '163838.330000', '163838.332000', '163838.335000', '163838.337000', '163838.340000', '163838.343000', '163838.345000', '163838.348000', '163838.350000', '163838.353000', '163838.355000', '163838.358000', '163838.367000', '163838.370000', '163838.372000', '163838.375000', '163838.377000', '163838.380000', '163838.382000', '163838.385000', '163838.387000', '163838.390000', '163838.393000', '163838.395000', '163838.398000', '163838.400000', '163838.403000', '163838.408000', '163838.411000', '163858.294000', '163858.297000', '163858.300000', '163858.302000', '163858.305000', '163858.307000', '163858.310000', '163858.313000', '163858.315000', '163858.318000', '163858.320000', '163858.323000', '163858.325000', '163858.328000', '163858.331000', '163858.333000', '163858.336000', '163858.338000', '163858.341000', '163858.343000', '163858.346000', '163858.349000', '163858.351000', '163858.354000', '163858.356000', '163858.359000', '163858.361000', '163858.364000', '163858.366000', '163858.369000', '163858.371000', '163858.374000', '163858.377000', '163858.379000', '163858.382000', '163858.384000', '163858.387000', '163858.390000', '163858.392000', '163858.395000', '163858.397000', '163858.400000', '163858.403000', '163858.405000', '163918.295000', '163918.297000', '163918.300000', '163918.303000', '163918.305000', '163918.308000', '163918.310000', '163918.313000', '163918.316000', '163918.318000', '163918.321000', '163918.323000', '163918.326000', '163918.329000', '163918.331000', '163918.334000', '163918.336000', '163918.339000', '163918.341000', '163918.344000', '163918.347000', '163918.349000', '163918.352000', '163918.354000', '163918.357000', '163918.359000', '163918.362000', '163918.364000', '163918.367000', '163918.370000', '163918.372000', '163918.375000', '163918.377000', '163918.380000', '163918.383000', '163918.385000', '163918.388000', '163918.390000', '163918.393000', '163918.396000', '163918.398000', '163918.401000', '163918.403000', '163938.294000', '163938.297000', '163938.300000', '163938.302000', '163938.305000', '163938.308000', '163938.310000', '163938.313000', '163938.315000', '163938.318000', '163938.320000', '163938.323000', '163938.326000', '163938.328000', '163938.331000', '163938.334000', '163938.336000', '163938.339000', '163938.341000', '163938.344000', '163938.347000', '163938.349000', '163938.352000', '163938.354000', '163938.357000', '163938.359000', '163938.362000', '163938.365000', '163938.367000', '163938.370000', '163938.372000', '163938.375000', '163938.377000', '163938.380000', '163938.382000', '163938.385000', '163938.388000', '163938.390000', '163938.393000', '163938.395000', '163938.398000', '163938.400000', '163938.403000', '163938.405000', '163958.294000', '163958.297000', '163958.300000', '163958.303000', '163958.305000', '163958.308000', '163958.310000', '163958.313000', '163958.315000', '163958.318000', '163958.320000', '163958.323000', '163958.326000', '163958.328000', '163958.331000', '163958.333000', '163958.336000', '163958.339000', '163958.341000', '163958.344000', '163958.346000', '163958.349000', '163958.351000', '163958.354000', '163958.357000', '163958.359000', '163958.362000', '163958.364000', '163958.367000', '163958.369000', '163958.372000', '163958.375000', '163958.389000', '163958.391000', '163958.394000', '163958.397000', '163958.399000', '163958.402000', '163958.404000', '163958.407000', '163958.409000', '163958.412000', '163958.415000', '164018.295000', '164018.297000', '164018.300000', '164018.303000', '164018.305000', '164018.308000', '164018.310000', '164018.313000', '164018.316000', '164018.318000', '164018.321000', '164018.323000', '164018.326000', '164018.328000', '164018.331000', '164018.334000', '164018.336000', '164018.339000', '164018.342000', '164018.344000', '164018.347000', '164018.349000', '164018.352000', '164018.354000', '164018.357000', '164018.360000', '164018.362000', '164018.365000', '164018.367000', '164018.370000', '164018.372000', '164018.375000', '164018.378000', '164018.380000', '164018.383000', '164018.386000', '164018.388000', '164018.391000', '164018.393000', '164018.396000', '164018.399000', '164018.401000', '164018.404000', '164018.406000', '164038.294000', '164038.297000', '164038.300000', '164038.302000', '164038.305000', '164038.307000', '164038.310000', '164038.313000', '164038.315000', '164038.318000', '164038.320000', '164038.323000', '164038.326000', '164038.328000', '164038.331000', '164038.333000', '164038.336000', '164038.339000', '164038.341000', '164038.344000', '164038.346000', '164038.349000', '164038.351000', '164038.354000', '164038.357000', '164038.359000', '164038.362000', '164038.364000', '164038.367000', '164038.369000', '164038.372000', '164038.375000', '164038.377000', '164038.380000', '164038.382000', '164038.385000', '164038.387000', '164038.390000', '164038.393000', '164038.395000', '164038.398000', '164038.400000', '164038.403000', '164058.293000', '164058.296000', '164058.299000', '164058.301000', '164058.304000', '164058.306000', '164058.309000', '164058.312000', '164058.316000', '164058.318000', '164058.321000', '164058.323000', '164058.326000', '164058.329000', '164058.331000', '164058.334000', '164058.336000', '164058.339000', '164058.342000', '164058.344000', '164058.347000', '164058.349000', '164058.352000', '164058.354000', '164058.357000', '164058.360000', '164058.362000', '164058.365000', '164058.367000', '164058.370000', '164058.373000', '164058.375000', '164058.378000', '164058.380000', '164058.383000', '164058.386000', '164058.388000', '164058.391000', '164058.393000', '164058.396000', '164058.398000', '164058.401000', '164058.404000', '164058.406000', '164118.295000', '164118.297000', '164118.300000', '164118.303000', '164118.305000', '164118.308000', '164118.310000', '164118.313000', '164118.316000', '164118.318000', '164118.321000', '164118.324000', '164118.326000', '164118.329000', '164118.331000', '164118.334000', '164118.337000', '164118.339000', '164118.342000', '164118.345000', '164118.347000', '164118.350000', '164118.352000', '164118.355000', '164118.357000', '164118.360000', '164118.363000', '164118.365000', '164118.368000', '164118.370000', '164118.373000', '164118.376000', '164118.378000', '164118.381000', '164118.383000', '164118.386000', '164118.388000', '164118.391000', '164118.394000', '164118.396000', '164118.399000', '164118.401000', '164118.404000', '164138.294000', '164138.297000', '164138.300000', '164138.302000', '164138.305000', '164138.308000', '164138.310000', '164138.313000', '164138.315000', '164138.318000', '164138.321000', '164138.323000', '164138.326000', '164138.328000', '164138.331000', '164138.334000', '164138.336000', '164138.339000', '164138.341000', '164138.344000', '164138.347000', '164138.349000', '164138.352000', '164138.354000', '164138.357000', '164138.359000', '164138.362000', '164138.365000', '164138.379000', '164138.382000', '164138.385000', '164138.391000', '164138.394000', '164138.396000', '164138.399000', '164138.402000', '164138.404000', '164138.407000', '164138.409000', '164138.412000', '164138.415000', '164138.417000', '164138.420000', '164158.294000', '164158.297000', '164158.300000', '164158.302000', '164158.305000', '164158.308000', '164158.310000', '164158.313000', '164158.316000', '164158.318000', '164158.321000', '164158.323000', '164158.326000', '164158.329000', '164158.331000', '164158.334000', '164158.337000', '164158.340000', '164158.342000', '164158.345000', '164158.347000', '164158.350000', '164158.353000', '164158.355000', '164158.358000', '164158.361000', '164158.363000', '164158.366000', '164158.369000', '164158.371000', '164158.374000', '164158.376000', '164158.379000', '164158.381000', '164158.384000', '164158.387000', '164158.389000', '164158.392000', '164158.395000', '164158.397000', '164158.400000', '164158.402000', '164158.405000', '164158.408000', '164218.295000', '164218.297000', '164218.300000', '164218.303000', '164218.305000', '164218.308000', '164218.311000', '164218.314000', '164218.317000', '164218.319000', '164218.322000', '164218.325000', '164218.327000', '164218.330000', '164218.333000', '164218.335000', '164218.338000', '164218.340000', '164218.343000', '164218.346000', '164218.348000', '164218.351000', '164218.354000', '164218.357000', '164218.360000', '164218.362000', '164218.365000', '164218.367000', '164218.370000', '164218.373000', '164218.375000', '164218.378000', '164218.380000', '164218.383000', '164218.386000', '164218.388000', '164218.391000', '164218.401000', '164218.404000', '164218.406000', '164218.409000', '164218.411000', '164218.414000', '164238.294000', '164238.297000', '164238.300000', '164238.302000', '164238.305000', '164238.308000', '164238.310000', '164238.313000', '164238.315000', '164238.318000', '164238.320000', '164238.323000', '164238.326000', '164238.328000', '164238.331000', '164238.334000', '164238.336000', '164238.339000', '164238.341000', '164238.344000', '164238.346000', '164238.349000', '164238.351000', '164238.354000', '164238.357000', '164238.359000', '164238.362000', '164238.364000', '164238.367000', '164238.370000', '164238.372000', '164238.375000', '164238.377000', '164238.380000', '164238.382000', '164238.385000', '164238.388000', '164238.390000', '164238.393000', '164238.395000', '164238.398000', '164238.401000', '164238.403000', '164238.406000', '164258.294000', '164258.297000', '164258.300000', '164258.303000', '164258.306000', '164258.308000', '164258.311000', '164258.314000', '164258.316000', '164258.319000', '164258.322000', '164258.324000', '164258.327000', '164258.330000', '164258.332000', '164258.335000', '164258.337000', '164258.340000', '164258.343000', '164258.345000', '164258.348000', '164258.351000', '164258.353000', '164258.356000', '164258.358000', '164258.361000', '164258.364000', '164258.366000', '164258.369000', '164258.371000', '164258.374000', '164258.377000', '164258.379000', '164258.382000', '164258.385000', '164258.387000', '164258.390000', '164258.392000', '164258.433000', '164258.435000', '164258.438000', '164258.441000', '164258.443000', '164318.294000', '164318.296000', '164318.299000', '164318.302000', '164318.304000', '164318.307000', '164318.310000', '164318.312000', '164318.315000', '164318.317000', '164318.320000', '164318.323000', '164318.325000', '164318.328000', '164318.331000', '164318.333000', '164318.336000', '164318.338000', '164318.341000', '164318.343000', '164318.346000', '164318.349000', '164318.351000', '164318.354000', '164318.356000', '164318.359000', '164318.362000', '164318.364000', '164318.367000', '164318.370000', '164318.372000', '164318.375000', '164318.377000', '164318.380000', '164318.382000', '164318.385000', '164318.388000', '164318.390000', '164318.393000', '164318.396000', '164318.398000', '164318.401000', '164318.403000', '164318.406000', '164338.295000', '164338.297000', '164338.300000', '164338.303000', '164338.305000', '164338.308000', '164338.310000', '164338.313000', '164338.316000', '164338.318000', '164338.321000', '164338.324000', '164338.326000', '164338.329000', '164338.331000', '164338.334000', '164338.337000', '164338.339000', '164338.342000', '164338.344000', '164338.347000', '164338.350000', '164338.353000', '164338.356000', '164338.358000', '164338.361000', '164338.364000', '164338.366000', '164338.369000', '164338.372000', '164338.374000', '164338.377000', '164338.379000', '164338.390000', '164338.393000', '164338.397000', '164338.399000', '164338.402000', '164338.405000', '164338.407000', '164338.410000', '164338.413000', '164338.415000', '164358.295000', '164358.297000', '164358.300000', '164358.303000', '164358.305000', '164358.308000', '164358.310000', '164358.313000', '164358.316000', '164358.319000', '164358.321000', '164358.324000', '164358.327000', '164358.329000', '164358.332000', '164358.334000', '164358.337000', '164358.341000', '164358.344000', '164358.347000', '164358.349000', '164358.352000', '164358.355000', '164358.357000', '164358.360000', '164358.363000', '164358.365000', '164358.368000', '164358.371000', '164358.373000', '164358.376000', '164358.378000', '164358.381000', '164358.384000', '164358.386000', '164358.389000', '164358.392000', '164358.394000', '164358.397000', '164358.400000', '164358.402000', '164358.405000', '164358.408000', '164358.410000', '164418.295000', '164418.297000', '164418.300000', '164418.303000', '164418.305000', '164418.308000', '164418.310000', '164418.313000', '164418.316000', '164418.318000', '164418.321000', '164418.324000', '164418.326000', '164418.329000', '164418.331000', '164418.334000', '164418.336000', '164418.339000', '164418.342000', '164418.344000', '164418.347000', '164418.350000', '164418.353000', '164418.355000', '164418.358000', '164418.360000', '164418.363000', '164418.366000', '164418.368000', '164418.371000', '164418.373000', '164418.376000', '164418.378000', '164418.381000', '164418.384000', '164418.386000', '164418.389000', '164418.392000', '164418.394000', '164418.397000', '164418.399000', '164418.402000', '164418.404000', '164438.294000', '164438.297000', '164438.300000', '164438.302000', '164438.305000', '164438.308000', '164438.336000', '164438.339000', '164438.341000', '164438.344000', '164438.346000', '164438.349000', '164438.351000', '164438.354000', '164438.357000', '164438.359000', '164438.362000', '164438.364000', '164438.367000', '164438.369000', '164438.372000', '164438.375000', '164438.377000', '164438.380000', '164438.382000', '164438.385000', '164438.387000', '164438.390000', '164438.393000', '164438.395000', '164438.398000', '164438.400000', '164438.403000', '164438.406000', '164438.408000', '164438.411000', '164438.414000', '164438.416000', '164438.419000', '164438.421000', '164438.424000', '164438.426000', '164438.429000', '164438.432000', '164450.098000', '164450.101000', '164450.104000', '164450.106000', '164450.109000', '164450.112000', '164450.115000', '164450.118000', '164450.120000', '164450.123000', '164450.126000', '164450.128000', '164450.131000', '164450.135000', '164450.137000', '164450.140000', '164450.142000', '164450.145000', '164450.148000', '164450.150000', '164450.153000', '164450.156000', '164450.159000', '164450.162000', '164450.165000', '164450.168000'], 'InstanceCreationTime': ['163818.338000', '163818.341000', '163818.344000', '163818.346000', '163818.349000', '163818.351000', '163818.354000', '163818.356000', '163818.359000', '163818.362000', '163818.364000', '163818.367000', '163818.369000', '163818.372000', '163818.374000', '163818.377000', '163818.380000', '163818.382000', '163818.385000', '163818.387000', '163838.293000', '163838.296000', '163838.299000', '163838.301000', '163838.304000', '163838.307000', '163838.309000', '163838.312000', '163838.314000', '163838.317000', '163838.320000', '163838.322000', '163838.325000', '163838.327000', '163838.330000', '163838.332000', '163838.335000', '163838.337000', '163838.340000', '163838.343000', '163838.345000', '163838.348000', '163838.350000', '163838.353000', '163838.355000', '163838.358000', '163838.367000', '163838.370000', '163838.372000', '163838.375000', '163838.377000', '163838.380000', '163838.382000', '163838.385000', '163838.387000', '163838.390000', '163838.393000', '163838.395000', '163838.398000', '163838.400000', '163838.403000', '163838.408000', '163838.411000', '163858.294000', '163858.297000', '163858.300000', '163858.302000', '163858.305000', '163858.307000', '163858.310000', '163858.313000', '163858.315000', '163858.318000', '163858.320000', '163858.323000', '163858.325000', '163858.328000', '163858.331000', '163858.333000', '163858.336000', '163858.338000', '163858.341000', '163858.343000', '163858.346000', '163858.349000', '163858.351000', '163858.354000', '163858.356000', '163858.359000', '163858.361000', '163858.364000', '163858.366000', '163858.369000', '163858.371000', '163858.374000', '163858.377000', '163858.379000', '163858.382000', '163858.384000', '163858.387000', '163858.390000', '163858.392000', '163858.395000', '163858.397000', '163858.400000', '163858.403000', '163858.405000', '163918.295000', '163918.297000', '163918.300000', '163918.303000', '163918.305000', '163918.308000', '163918.310000', '163918.313000', '163918.316000', '163918.318000', '163918.321000', '163918.323000', '163918.326000', '163918.329000', '163918.331000', '163918.334000', '163918.336000', '163918.339000', '163918.341000', '163918.344000', '163918.347000', '163918.349000', '163918.352000', '163918.354000', '163918.357000', '163918.359000', '163918.362000', '163918.364000', '163918.367000', '163918.370000', '163918.372000', '163918.375000', '163918.377000', '163918.380000', '163918.383000', '163918.385000', '163918.388000', '163918.390000', '163918.393000', '163918.396000', '163918.398000', '163918.401000', '163918.403000', '163938.294000', '163938.297000', '163938.300000', '163938.302000', '163938.305000', '163938.308000', '163938.310000', '163938.313000', '163938.315000', '163938.318000', '163938.320000', '163938.323000', '163938.326000', '163938.328000', '163938.331000', '163938.334000', '163938.336000', '163938.339000', '163938.341000', '163938.344000', '163938.347000', '163938.349000', '163938.352000', '163938.354000', '163938.357000', '163938.359000', '163938.362000', '163938.365000', '163938.367000', '163938.370000', '163938.372000', '163938.375000', '163938.377000', '163938.380000', '163938.382000', '163938.385000', '163938.388000', '163938.390000', '163938.393000', '163938.395000', '163938.398000', '163938.400000', '163938.403000', '163938.405000', '163958.294000', '163958.297000', '163958.300000', '163958.303000', '163958.305000', '163958.308000', '163958.310000', '163958.313000', '163958.315000', '163958.318000', '163958.320000', '163958.323000', '163958.326000', '163958.328000', '163958.331000', '163958.333000', '163958.336000', '163958.339000', '163958.341000', '163958.344000', '163958.346000', '163958.349000', '163958.351000', '163958.354000', '163958.357000', '163958.359000', '163958.362000', '163958.364000', '163958.367000', '163958.369000', '163958.372000', '163958.375000', '163958.389000', '163958.391000', '163958.394000', '163958.397000', '163958.399000', '163958.402000', '163958.404000', '163958.407000', '163958.409000', '163958.412000', '163958.415000', '164018.295000', '164018.297000', '164018.300000', '164018.303000', '164018.305000', '164018.308000', '164018.310000', '164018.313000', '164018.316000', '164018.318000', '164018.321000', '164018.323000', '164018.326000', '164018.328000', '164018.331000', '164018.334000', '164018.336000', '164018.339000', '164018.342000', '164018.344000', '164018.347000', '164018.349000', '164018.352000', '164018.354000', '164018.357000', '164018.360000', '164018.362000', '164018.365000', '164018.367000', '164018.370000', '164018.372000', '164018.375000', '164018.378000', '164018.380000', '164018.383000', '164018.386000', '164018.388000', '164018.391000', '164018.393000', '164018.396000', '164018.399000', '164018.401000', '164018.404000', '164018.406000', '164038.294000', '164038.297000', '164038.300000', '164038.302000', '164038.305000', '164038.307000', '164038.310000', '164038.313000', '164038.315000', '164038.318000', '164038.320000', '164038.323000', '164038.326000', '164038.328000', '164038.331000', '164038.333000', '164038.336000', '164038.339000', '164038.341000', '164038.344000', '164038.346000', '164038.349000', '164038.351000', '164038.354000', '164038.357000', '164038.359000', '164038.362000', '164038.364000', '164038.367000', '164038.369000', '164038.372000', '164038.375000', '164038.377000', '164038.380000', '164038.382000', '164038.385000', '164038.387000', '164038.390000', '164038.393000', '164038.395000', '164038.398000', '164038.400000', '164038.403000', '164058.293000', '164058.296000', '164058.299000', '164058.301000', '164058.304000', '164058.306000', '164058.309000', '164058.312000', '164058.316000', '164058.318000', '164058.321000', '164058.323000', '164058.326000', '164058.329000', '164058.331000', '164058.334000', '164058.336000', '164058.339000', '164058.342000', '164058.344000', '164058.347000', '164058.349000', '164058.352000', '164058.354000', '164058.357000', '164058.360000', '164058.362000', '164058.365000', '164058.367000', '164058.370000', '164058.373000', '164058.375000', '164058.378000', '164058.380000', '164058.383000', '164058.386000', '164058.388000', '164058.391000', '164058.393000', '164058.396000', '164058.398000', '164058.401000', '164058.404000', '164058.406000', '164118.295000', '164118.297000', '164118.300000', '164118.303000', '164118.305000', '164118.308000', '164118.310000', '164118.313000', '164118.316000', '164118.318000', '164118.321000', '164118.324000', '164118.326000', '164118.329000', '164118.331000', '164118.334000', '164118.337000', '164118.339000', '164118.342000', '164118.345000', '164118.347000', '164118.350000', '164118.352000', '164118.355000', '164118.357000', '164118.360000', '164118.363000', '164118.365000', '164118.368000', '164118.370000', '164118.373000', '164118.376000', '164118.378000', '164118.381000', '164118.383000', '164118.386000', '164118.388000', '164118.391000', '164118.394000', '164118.396000', '164118.399000', '164118.401000', '164118.404000', '164138.294000', '164138.297000', '164138.300000', '164138.302000', '164138.305000', '164138.308000', '164138.310000', '164138.313000', '164138.315000', '164138.318000', '164138.321000', '164138.323000', '164138.326000', '164138.328000', '164138.331000', '164138.334000', '164138.336000', '164138.339000', '164138.341000', '164138.344000', '164138.347000', '164138.349000', '164138.352000', '164138.354000', '164138.357000', '164138.359000', '164138.362000', '164138.365000', '164138.379000', '164138.382000', '164138.385000', '164138.391000', '164138.394000', '164138.396000', '164138.399000', '164138.402000', '164138.404000', '164138.407000', '164138.409000', '164138.412000', '164138.415000', '164138.417000', '164138.420000', '164158.294000', '164158.297000', '164158.300000', '164158.302000', '164158.305000', '164158.308000', '164158.310000', '164158.313000', '164158.316000', '164158.318000', '164158.321000', '164158.323000', '164158.326000', '164158.329000', '164158.331000', '164158.334000', '164158.337000', '164158.340000', '164158.342000', '164158.345000', '164158.347000', '164158.350000', '164158.353000', '164158.355000', '164158.358000', '164158.361000', '164158.363000', '164158.366000', '164158.369000', '164158.371000', '164158.374000', '164158.376000', '164158.379000', '164158.381000', '164158.384000', '164158.387000', '164158.389000', '164158.392000', '164158.395000', '164158.397000', '164158.400000', '164158.402000', '164158.405000', '164158.408000', '164218.295000', '164218.297000', '164218.300000', '164218.303000', '164218.305000', '164218.308000', '164218.311000', '164218.314000', '164218.317000', '164218.319000', '164218.322000', '164218.325000', '164218.327000', '164218.330000', '164218.333000', '164218.335000', '164218.338000', '164218.340000', '164218.343000', '164218.346000', '164218.348000', '164218.351000', '164218.354000', '164218.357000', '164218.360000', '164218.362000', '164218.365000', '164218.367000', '164218.370000', '164218.373000', '164218.375000', '164218.378000', '164218.380000', '164218.383000', '164218.386000', '164218.388000', '164218.391000', '164218.401000', '164218.404000', '164218.406000', '164218.409000', '164218.411000', '164218.414000', '164238.294000', '164238.297000', '164238.300000', '164238.302000', '164238.305000', '164238.308000', '164238.310000', '164238.313000', '164238.315000', '164238.318000', '164238.320000', '164238.323000', '164238.326000', '164238.328000', '164238.331000', '164238.334000', '164238.336000', '164238.339000', '164238.341000', '164238.344000', '164238.346000', '164238.349000', '164238.351000', '164238.354000', '164238.357000', '164238.359000', '164238.362000', '164238.364000', '164238.367000', '164238.370000', '164238.372000', '164238.375000', '164238.377000', '164238.380000', '164238.382000', '164238.385000', '164238.388000', '164238.390000', '164238.393000', '164238.395000', '164238.398000', '164238.401000', '164238.403000', '164238.406000', '164258.294000', '164258.297000', '164258.300000', '164258.303000', '164258.306000', '164258.308000', '164258.311000', '164258.314000', '164258.316000', '164258.319000', '164258.322000', '164258.324000', '164258.327000', '164258.330000', '164258.332000', '164258.335000', '164258.337000', '164258.340000', '164258.343000', '164258.345000', '164258.348000', '164258.351000', '164258.353000', '164258.356000', '164258.358000', '164258.361000', '164258.364000', '164258.366000', '164258.369000', '164258.371000', '164258.374000', '164258.377000', '164258.379000', '164258.382000', '164258.385000', '164258.387000', '164258.390000', '164258.392000', '164258.433000', '164258.435000', '164258.438000', '164258.441000', '164258.443000', '164318.294000', '164318.296000', '164318.299000', '164318.302000', '164318.304000', '164318.307000', '164318.310000', '164318.312000', '164318.315000', '164318.317000', '164318.320000', '164318.323000', '164318.325000', '164318.328000', '164318.331000', '164318.333000', '164318.336000', '164318.338000', '164318.341000', '164318.343000', '164318.346000', '164318.349000', '164318.351000', '164318.354000', '164318.356000', '164318.359000', '164318.362000', '164318.364000', '164318.367000', '164318.370000', '164318.372000', '164318.375000', '164318.377000', '164318.380000', '164318.382000', '164318.385000', '164318.388000', '164318.390000', '164318.393000', '164318.396000', '164318.398000', '164318.401000', '164318.403000', '164318.406000', '164338.295000', '164338.297000', '164338.300000', '164338.303000', '164338.305000', '164338.308000', '164338.310000', '164338.313000', '164338.316000', '164338.318000', '164338.321000', '164338.324000', '164338.326000', '164338.329000', '164338.331000', '164338.334000', '164338.337000', '164338.339000', '164338.342000', '164338.344000', '164338.347000', '164338.350000', '164338.353000', '164338.356000', '164338.358000', '164338.361000', '164338.364000', '164338.366000', '164338.369000', '164338.372000', '164338.374000', '164338.377000', '164338.379000', '164338.390000', '164338.393000', '164338.397000', '164338.399000', '164338.402000', '164338.405000', '164338.407000', '164338.410000', '164338.413000', '164338.415000', '164358.295000', '164358.297000', '164358.300000', '164358.303000', '164358.305000', '164358.308000', '164358.310000', '164358.313000', '164358.316000', '164358.319000', '164358.321000', '164358.324000', '164358.327000', '164358.329000', '164358.332000', '164358.334000', '164358.337000', '164358.341000', '164358.344000', '164358.347000', '164358.349000', '164358.352000', '164358.355000', '164358.357000', '164358.360000', '164358.363000', '164358.365000', '164358.368000', '164358.371000', '164358.373000', '164358.376000', '164358.378000', '164358.381000', '164358.384000', '164358.386000', '164358.389000', '164358.392000', '164358.394000', '164358.397000', '164358.400000', '164358.402000', '164358.405000', '164358.408000', '164358.410000', '164418.295000', '164418.297000', '164418.300000', '164418.303000', '164418.305000', '164418.308000', '164418.310000', '164418.313000', '164418.316000', '164418.318000', '164418.321000', '164418.324000', '164418.326000', '164418.329000', '164418.331000', '164418.334000', '164418.336000', '164418.339000', '164418.342000', '164418.344000', '164418.347000', '164418.350000', '164418.353000', '164418.355000', '164418.358000', '164418.360000', '164418.363000', '164418.366000', '164418.368000', '164418.371000', '164418.373000', '164418.376000', '164418.378000', '164418.381000', '164418.384000', '164418.386000', '164418.389000', '164418.392000', '164418.394000', '164418.397000', '164418.399000', '164418.402000', '164418.404000', '164438.294000', '164438.297000', '164438.300000', '164438.302000', '164438.305000', '164438.308000', '164438.336000', '164438.339000', '164438.341000', '164438.344000', '164438.346000', '164438.349000', '164438.351000', '164438.354000', '164438.357000', '164438.359000', '164438.362000', '164438.364000', '164438.367000', '164438.369000', '164438.372000', '164438.375000', '164438.377000', '164438.380000', '164438.382000', '164438.385000', '164438.387000', '164438.390000', '164438.393000', '164438.395000', '164438.398000', '164438.400000', '164438.403000', '164438.406000', '164438.408000', '164438.411000', '164438.414000', '164438.416000', '164438.419000', '164438.421000', '164438.424000', '164438.426000', '164438.429000', '164438.432000', '164450.098000', '164450.101000', '164450.104000', '164450.106000', '164450.109000', '164450.112000', '164450.115000', '164450.118000', '164450.120000', '164450.123000', '164450.126000', '164450.128000', '164450.131000', '164450.135000', '164450.137000', '164450.140000', '164450.142000', '164450.145000', '164450.148000', '164450.150000', '164450.153000', '164450.156000', '164450.159000', '164450.162000', '164450.165000', '164450.168000'], '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': [13112, 9421, 10908, 8944, 11648, 10441, 10882, 12083, 10623, 12438, 9660, 13047, 9221, 11952, 9024, 11956, 9340, 10923, 12987, 10355, 13503, 9651, 13127, 8870, 12214, 11332, 11365, 12625, 9574, 13265, 10311, 13155, 9621, 12581, 8906, 11826, 11739, 10647, 13233, 9548, 13087, 9547, 11673, 10892, 11919, 12111, 11624, 11379, 11379, 11631, 11054, 12857, 10524, 12290, 9818, 12992, 9754, 11407, 9269, 12447, 9592, 12024, 11961, 11158, 12181, 10191, 13391, 9817, 13268, 9690, 12497, 9583, 12515, 11346, 11179, 12891, 10041, 13394, 10831, 12707, 11013, 12120, 14394, 11382, 13152, 11261, 13442, 10502, 12862, 10182, 12862, 9611, 12924, 9318, 12204, 12067, 10764, 12377, 10354, 12939, 9442, 12940, 9316, 11462, 8901, 11563, 10209, 11684, 9678, 11744, 9868, 10566, 11745, 10302, 12625, 10651, 12348, 10483, 13174, 9539, 12696, 9314, 11473, 9254, 12122, 9364, 11938, 10960, 11529, 11993, 10705, 12713, 9697, 12710, 9249, 12016, 11304, 11390, 12929, 10499, 12531, 9830, 12974, 9431, 12258, 9415, 12068, 9134, 11748, 11239, 10751, 12687, 9891, 12036, 9913, 11762, 9719, 12996, 9325, 13191, 9516, 12739, 9281, 11193, 9283, 12035, 9248, 12041, 9489, 12057, 9947, 11338, 10539, 11279, 11001, 10825, 11788, 9412, 13370, 9243, 12970, 8880, 10971, 9206, 11688, 9958, 11802, 10341, 11156, 12262, 10048, 12092, 9454, 12902, 9214, 12960, 9136, 12259, 9102, 12071, 11019, 11267, 12763, 10404, 11582, 9686, 12818, 9114, 11289, 8904, 11503, 10593, 11332, 12795, 10379, 13837, 9783, 12941, 9393, 12157, 10071, 12191, 9027, 12767, 8902, 12039, 8692, 11649, 9961, 11471, 10918, 10758, 12013, 9794, 12698, 9033, 11777, 10036, 11391, 11932, 10204, 11796, 9333, 13243, 9420, 12668, 9389, 12619, 9028, 11902, 8834, 11139, 8669, 11770, 9439, 11409, 10336, 11059, 12120, 10018, 12946, 9194, 12365, 9066, 11076, 10652, 11009, 12999, 10842, 11449, 10368, 11783, 9501, 12191, 8834, 12682, 8774, 10871, 9345, 11261, 10469, 10542, 11592, 9813, 11230, 10792, 12552, 9760, 11990, 9621, 10018, 9060, 10838, 9588, 10635, 12436, 9682, 11476, 8902, 11414, 8874, 11590, 9609, 11059, 11322, 10208, 12461, 8962, 12367, 9512, 11320, 12438, 11142, 12117, 10397, 12315, 9860, 14792, 9077, 12231, 9074, 12602, 9074, 10302, 10753, 11029, 10704, 10954, 10702, 10666, 10805, 10178, 12119, 10178, 11644, 9724, 12293, 8944, 11791, 9593, 11729, 10217, 10839, 11723, 10063, 11262, 9448, 12014, 9206, 11352, 9565, 11615, 9952, 10722, 12191, 9671, 12682, 9051, 12460, 9423, 10774, 12209, 10877, 11457, 10659, 11144, 9851, 11179, 9092, 12624, 8881, 11289, 9569, 11154, 11415, 9877, 12536, 9315, 11458, 10737, 10716, 13773, 9674, 13658, 9583, 11351, 10653, 11957, 8631, 10974, 9764, 10310, 11511, 9527, 11986, 9018, 12133, 9254, 12441, 9082, 11257, 8668, 11575, 9134, 10964, 9953, 10515, 11936, 8888, 12615, 9143, 11289, 9918, 11156, 10319, 10995, 10706, 10156, 12213, 9367, 12064, 9113, 12035, 9393, 11309, 11077, 10702, 11554, 9556, 11768, 9743, 12591, 8816, 10663, 9314, 10728, 12962, 10206, 11840, 9478, 12207, 9089, 11271, 9428, 11379, 10112, 10913, 10447, 10229, 11731, 8811, 12214, 9312, 10537, 11548, 10808, 12948, 10636, 11911, 9936, 11375, 9360, 11686, 9015, 12676, 9129, 11909, 9119, 11376, 9368, 11043, 9900, 11019, 10133, 10533, 12515, 10188, 11546, 9437, 12121, 8912, 12597, 8770, 11660, 10008, 11416, 12142, 10500, 12543, 9446, 11381, 10057, 12367, 8924, 11401, 9667, 11347, 11422, 10344, 13096, 9174, 11594, 8990, 12269, 9042, 11644, 8812, 11584, 9594, 11080, 11963, 9932, 12480, 9071, 12116, 9460, 10925, 12754, 10888, 12483, 10962, 11456, 10483, 12218, 9363, 12270, 8990, 12599, 8843, 11265, 10253, 10607, 11800, 9697, 10918, 10466, 12144, 9164, 12232, 8906, 10859, 9358, 11007, 10455, 10964, 10072, 10854, 10486, 10664, 11944, 9613, 12210, 9048, 11370, 9933, 11306, 11755, 10843, 11154, 9295, 11775, 10030, 12310, 8730, 11072, 10083, 10783, 10520, 10263, 11086, 9029, 12551, 8959, 12037, 9201, 11416, 10005, 11219, 10444, 10495, 12121, 8900, 12138, 9392, 11534, 11195, 11124, 13302, 10024, 12321, 9153, 11224, 10571, 11101, 11910, 9490, 12435, 9157, 11266, 12327, 10550, 12759, 9230, 12983, 10903, 12208, 8736, 11173, 9109, 10796, 11153, 9488, 12196, 9048, 12343, 8965, 11317, 9866, 11269, 9590, 11216, 10135, 10481, 11094, 9833, 12039, 8969, 12586, 8749, 11186, 9756, 11364, 9955, 10426, 10662, 9799, 11429, 9167, 12540, 8736, 10468, 10241, 11193, 10524, 10528, 11016, 9575, 12111, 9022, 11308, 9933, 10870, 12906, 10591, 11645, 10053, 11245, 9575, 11817, 8878, 10757, 9484, 10860, 11455, 9694, 11751, 8703, 10818, 10005, 10621, 12452, 9628, 12156, 8982, 12039, 8996, 11130, 9871, 10763, 11567, 9231, 11819, 9154, 11084, 11710, 10396, 12619, 9618, 14349, 9038, 12179, 8823, 11382, 9992, 10735, 12616, 9323, 10977, 9169, 11690, 8738, 10894, 8972, 10679, 9490, 10650, 10300, 10505, 9847, 10232, 10986, 9665, 11216, 8842, 10964, 9635, 10803, 10827, 10162, 12994, 9339, 11440, 9039, 11759, 9129, 10755, 9781, 10681, 11681, 9686, 11108, 9258, 11511, 9273, 11119, 10152, 10395, 12640, 9729, 11417, 8917, 12173, 9048, 11011, 11711, 10582, 11534, 9594, 10388, 9764, 11731, 10116, 10704, 11552, 10303, 12314, 9527, 13757, 8798, 12228, 8737, 10345, 10015, 10501, 11525, 9867, 11202, 9012, 11552, 8999, 10524, 9649, 10617, 10660, 10169, 12486, 9622, 11437, 9290, 10610, 12248, 9628, 14225, 9015, 11780, 8906, 11476, 9535, 10508, 10796, 9853, 10581, 9257, 11403, 9559, 10686, 10789, 10030, 11548, 9266, 11501, 8680, 10708, 9579, 10433, 11846, 9453, 11397, 8983, 11760, 9183, 9977, 11999, 10395, 11730, 9587, 10475, 8960, 11414, 9160, 10548, 10037, 10091, 10576, 9534, 11076, 9021, 11411, 9079, 10621, 10526, 10179, 12780, 9300, 11464, 9025, 11486, 9668, 10849, 11506, 10422, 11335, 10003, 11240, 9808, 11674, 8771, 11352, 9036, 10469, 10368, 10295, 11132, 9884, 10609, 9853, 11759, 10256, 10624, 12926, 9794, 15859, 8824, 13106, 8825, 11697, 8609, 10363, 11687, 9464, 11632, 8769], 'WindowCenter': [4457.0, 4393.0, 4408.0, 4376.0, 4404.0, 4383.0, 4383.0, 4401.0, 4382.0, 4400.0, 4372.0, 4400.0, 4361.0, 4391.0, 4361.0, 4392.0, 4361.0, 4392.0, 4401.0, 4383.0, 4411.0, 4373.0, 4423.0, 4363.0, 4402.0, 4392.0, 4403.0, 4412.0, 4385.0, 4412.0, 4384.0, 4411.0, 4373.0, 4402.0, 4362.0, 4403.0, 4391.0, 4384.0, 4412.0, 4373.0, 4412.0, 4371.0, 4390.0, 4381.0, 4391.0, 4390.0, 4391.0, 4390.0, 4391.0, 4391.0, 4392.0, 4400.0, 4382.0, 4402.0, 4373.0, 4410.0, 4373.0, 4392.0, 4373.0, 4412.0, 4372.0, 4403.0, 4402.0, 4393.0, 4402.0, 4393.0, 4422.0, 4384.0, 4412.0, 4372.0, 4412.0, 4373.0, 4414.0, 4392.0, 4404.0, 4413.0, 4384.0, 4412.0, 4393.0, 4401.0, 4393.0, 4401.0, 4421.0, 4391.0, 4400.0, 4381.0, 4398.0, 4380.0, 4400.0, 4380.0, 4400.0, 4371.0, 4399.0, 4360.0, 4400.0, 4400.0, 4393.0, 4413.0, 4385.0, 4411.0, 4373.0, 4400.0, 4361.0, 4390.0, 4350.0, 4379.0, 4369.0, 4390.0, 4359.0, 4391.0, 4369.0, 4380.0, 4390.0, 4370.0, 4388.0, 4370.0, 4388.0, 4371.0, 4399.0, 4360.0, 4400.0, 4361.0, 4389.0, 4360.0, 4400.0, 4361.0, 4401.0, 4380.0, 4391.0, 4390.0, 4393.0, 4412.0, 4372.0, 4412.0, 4372.0, 4403.0, 4391.0, 4393.0, 4401.0, 4383.0, 4401.0, 4382.0, 4410.0, 4361.0, 4401.0, 4372.0, 4401.0, 4372.0, 4401.0, 4391.0, 4391.0, 4401.0, 4382.0, 4400.0, 4382.0, 4390.0, 4373.0, 4410.0, 4372.0, 4410.0, 4373.0, 4412.0, 4372.0, 4391.0, 4360.0, 4400.0, 4360.0, 4401.0, 4370.0, 4401.0, 4371.0, 4392.0, 4381.0, 4393.0, 4392.0, 4393.0, 4391.0, 4373.0, 4411.0, 4372.0, 4410.0, 4362.0, 4391.0, 4361.0, 4401.0, 4370.0, 4402.0, 4370.0, 4391.0, 4401.0, 4382.0, 4400.0, 4372.0, 4400.0, 4371.0, 4411.0, 4372.0, 4402.0, 4361.0, 4403.0, 4392.0, 4392.0, 4411.0, 4394.0, 4403.0, 4384.0, 4412.0, 4363.0, 4392.0, 4362.0, 4402.0, 4382.0, 4393.0, 4400.0, 4381.0, 4410.0, 4371.0, 4400.0, 4360.0, 4388.0, 4371.0, 4388.0, 4350.0, 4398.0, 4360.0, 4400.0, 4350.0, 4390.0, 4370.0, 4391.0, 4381.0, 4391.0, 4401.0, 4383.0, 4413.0, 4372.0, 4404.0, 4382.0, 4403.0, 4402.0, 4384.0, 4401.0, 4374.0, 4411.0, 4372.0, 4400.0, 4361.0, 4401.0, 4361.0, 4389.0, 4360.0, 4389.0, 4349.0, 4390.0, 4359.0, 4391.0, 4381.0, 4393.0, 4401.0, 4383.0, 4411.0, 4373.0, 4401.0, 4363.0, 4393.0, 4381.0, 4381.0, 4410.0, 4391.0, 4390.0, 4381.0, 4390.0, 4373.0, 4400.0, 4362.0, 4400.0, 4362.0, 4390.0, 4372.0, 4391.0, 4382.0, 4393.0, 4391.0, 4384.0, 4391.0, 4392.0, 4401.0, 4371.0, 4390.0, 4371.0, 4371.0, 4360.0, 4380.0, 4360.0, 4382.0, 4399.0, 4372.0, 4391.0, 4361.0, 4391.0, 4361.0, 4401.0, 4370.0, 4392.0, 4391.0, 4383.0, 4411.0, 4362.0, 4412.0, 4372.0, 4391.0, 4401.0, 4391.0, 4400.0, 4382.0, 4389.0, 4371.0, 4419.0, 4362.0, 4389.0, 4359.0, 4398.0, 4360.0, 4369.0, 4381.0, 4380.0, 4379.0, 4380.0, 4380.0, 4381.0, 4379.0, 4382.0, 4399.0, 4380.0, 4389.0, 4371.0, 4400.0, 4361.0, 4402.0, 4372.0, 4413.0, 4392.0, 4393.0, 4402.0, 4384.0, 4391.0, 4383.0, 4400.0, 4372.0, 4391.0, 4371.0, 4402.0, 4383.0, 4393.0, 4402.0, 4385.0, 4413.0, 4363.0, 4401.0, 4372.0, 4382.0, 4390.0, 4383.0, 4389.0, 4381.0, 4390.0, 4371.0, 4389.0, 4362.0, 4400.0, 4360.0, 4390.0, 4370.0, 4391.0, 4392.0, 4383.0, 4411.0, 4372.0, 4401.0, 4392.0, 4381.0, 4410.0, 4371.0, 4410.0, 4371.0, 4378.0, 4380.0, 4388.0, 4350.0, 4378.0, 4368.0, 4370.0, 4388.0, 4370.0, 4388.0, 4350.0, 4387.0, 4360.0, 4388.0, 4350.0, 4380.0, 4349.0, 4389.0, 4359.0, 4381.0, 4369.0, 4382.0, 4401.0, 4362.0, 4400.0, 4372.0, 4392.0, 4381.0, 4391.0, 4380.0, 4392.0, 4380.0, 4382.0, 4401.0, 4373.0, 4399.0, 4361.0, 4401.0, 4371.0, 4402.0, 4402.0, 4393.0, 4401.0, 4384.0, 4401.0, 4373.0, 4401.0, 4361.0, 4381.0, 4359.0, 4379.0, 4399.0, 4371.0, 4389.0, 4370.0, 4401.0, 4361.0, 4391.0, 4361.0, 4392.0, 4381.0, 4391.0, 4380.0, 4383.0, 4390.0, 4361.0, 4401.0, 4361.0, 4380.0, 4391.0, 4380.0, 4399.0, 4381.0, 4388.0, 4370.0, 4379.0, 4361.0, 4388.0, 4349.0, 4397.0, 4359.0, 4388.0, 4350.0, 4378.0, 4358.0, 4379.0, 4368.0, 4380.0, 4368.0, 4380.0, 4400.0, 4381.0, 4388.0, 4360.0, 4399.0, 4361.0, 4400.0, 4351.0, 4391.0, 4370.0, 4391.0, 4400.0, 4382.0, 4399.0, 4372.0, 4390.0, 4370.0, 4399.0, 4360.0, 4390.0, 4369.0, 4390.0, 4390.0, 4380.0, 4399.0, 4360.0, 4388.0, 4360.0, 4398.0, 4360.0, 4389.0, 4360.0, 4390.0, 4369.0, 4392.0, 4400.0, 4382.0, 4411.0, 4372.0, 4401.0, 4382.0, 4391.0, 4412.0, 4380.0, 4400.0, 4379.0, 4389.0, 4380.0, 4398.0, 4372.0, 4399.0, 4360.0, 4400.0, 4362.0, 4401.0, 4381.0, 4393.0, 4402.0, 4383.0, 4391.0, 4392.0, 4402.0, 4372.0, 4400.0, 4362.0, 4380.0, 4360.0, 4379.0, 4379.0, 4380.0, 4369.0, 4390.0, 4379.0, 4391.0, 4399.0, 4372.0, 4400.0, 4361.0, 4401.0, 4381.0, 4392.0, 4401.0, 4393.0, 4392.0, 4373.0, 4401.0, 4382.0, 4400.0, 4351.0, 4392.0, 4380.0, 4391.0, 4381.0, 4383.0, 4390.0, 4362.0, 4400.0, 4362.0, 4401.0, 4371.0, 4401.0, 4381.0, 4402.0, 4391.0, 4394.0, 4412.0, 4373.0, 4402.0, 4372.0, 4402.0, 4391.0, 4391.0, 4410.0, 4382.0, 4401.0, 4372.0, 4391.0, 4381.0, 4391.0, 4401.0, 4372.0, 4412.0, 4372.0, 4391.0, 4412.0, 4392.0, 4401.0, 4372.0, 4409.0, 4381.0, 4388.0, 4349.0, 4377.0, 4349.0, 4379.0, 4377.0, 4359.0, 4388.0, 4349.0, 4387.0, 4349.0, 4378.0, 4369.0, 4379.0, 4358.0, 4389.0, 4368.0, 4380.0, 4389.0, 4371.0, 4399.0, 4360.0, 4399.0, 4350.0, 4389.0, 4370.0, 4391.0, 4369.0, 4381.0, 4380.0, 4373.0, 4390.0, 4361.0, 4400.0, 4350.0, 4379.0, 4369.0, 4390.0, 4380.0, 4392.0, 4391.0, 4382.0, 4401.0, 4362.0, 4391.0, 4371.0, 4380.0, 4399.0, 4380.0, 4378.0, 4369.0, 4378.0, 4360.0, 4388.0, 4360.0, 4380.0, 4370.0, 4381.0, 4389.0, 4371.0, 4389.0, 4350.0, 4379.0, 4369.0, 4380.0, 4400.0, 4371.0, 4400.0, 4361.0, 4401.0, 4360.0, 4390.0, 4370.0, 4391.0, 4400.0, 4372.0, 4402.0, 4372.0, 4402.0, 4401.0, 4382.0, 4401.0, 4371.0, 4409.0, 4360.0, 4388.0, 4348.0, 4378.0, 4368.0, 4379.0, 4398.0, 4360.0, 4377.0, 4359.0, 4388.0, 4349.0, 4378.0, 4348.0, 4368.0, 4358.0, 4378.0, 4368.0, 4379.0, 4368.0, 4380.0, 4378.0, 4370.0, 4390.0, 4361.0, 4390.0, 4370.0, 4390.0, 4390.0, 4381.0, 4410.0, 4371.0, 4389.0, 4361.0, 4390.0, 4359.0, 4380.0, 4370.0, 4391.0, 4400.0, 4383.0, 4390.0, 4372.0, 4401.0, 4371.0, 4390.0, 4380.0, 4380.0, 4399.0, 4371.0, 4389.0, 4361.0, 4399.0, 4360.0, 4389.0, 4400.0, 4381.0, 4391.0, 4372.0, 4380.0, 4382.0, 4400.0, 4381.0, 4381.0, 4390.0, 4380.0, 4389.0, 4371.0, 4409.0, 4349.0, 4388.0, 4349.0, 4369.0, 4369.0, 4380.0, 4389.0, 4370.0, 4389.0, 4361.0, 4389.0, 4361.0, 4380.0, 4370.0, 4380.0, 4380.0, 4381.0, 4400.0, 4371.0, 4390.0, 4360.0, 4381.0, 4400.0, 4371.0, 4410.0, 4361.0, 4389.0, 4359.0, 4388.0, 4368.0, 4380.0, 4379.0, 4381.0, 4380.0, 4371.0, 4390.0, 4371.0, 4380.0, 4380.0, 4370.0, 4379.0, 4360.0, 4389.0, 4350.0, 4369.0, 4359.0, 4379.0, 4389.0, 4372.0, 4389.0, 4360.0, 4389.0, 4360.0, 4369.0, 4389.0, 4369.0, 4388.0, 4370.0, 4379.0, 4360.0, 4389.0, 4360.0, 4381.0, 4370.0, 4382.0, 4381.0, 4372.0, 4390.0, 4361.0, 4390.0, 4361.0, 4381.0, 4380.0, 4381.0, 4400.0, 4371.0, 4388.0, 4361.0, 4390.0, 4370.0, 4390.0, 4390.0, 4380.0, 4389.0, 4371.0, 4389.0, 4371.0, 4389.0, 4350.0, 4378.0, 4359.0, 4379.0, 4369.0, 4381.0, 4390.0, 4382.0, 4380.0, 4381.0, 4390.0, 4380.0, 4380.0, 4400.0, 4370.0, 4429.0, 4350.0, 4398.0, 4349.0, 4388.0, 4349.0, 4380.0, 4400.0, 4372.0, 4401.0, 4362.0], 'WindowWidth': [9795.0, 9699.0, 9706.0, 9658.0, 9692.0, 9659.0, 9659.0, 9679.0, 9657.0, 9675.0, 9642.0, 9677.0, 9627.0, 9664.0, 9625.0, 9666.0, 9624.0, 9669.0, 9677.0, 9657.0, 9692.0, 9645.0, 9713.0, 9633.0, 9683.0, 9670.0, 9687.0, 9698.0, 9666.0, 9696.0, 9661.0, 9693.0, 9644.0, 9682.0, 9629.0, 9686.0, 9668.0, 9662.0, 9695.0, 9646.0, 9693.0, 9640.0, 9663.0, 9653.0, 9665.0, 9662.0, 9666.0, 9663.0, 9667.0, 9666.0, 9671.0, 9678.0, 9657.0, 9681.0, 9646.0, 9690.0, 9644.0, 9668.0, 9644.0, 9695.0, 9643.0, 9686.0, 9682.0, 9674.0, 9682.0, 9674.0, 9711.0, 9662.0, 9695.0, 9644.0, 9694.0, 9645.0, 9699.0, 9672.0, 9690.0, 9699.0, 9663.0, 9695.0, 9672.0, 9680.0, 9672.0, 9679.0, 9706.0, 9665.0, 9675.0, 9650.0, 9670.0, 9648.0, 9674.0, 9650.0, 9676.0, 9641.0, 9673.0, 9623.0, 9678.0, 9678.0, 9673.0, 9700.0, 9664.0, 9692.0, 9644.0, 9675.0, 9625.0, 9661.0, 9609.0, 9645.0, 9632.0, 9661.0, 9619.0, 9663.0, 9632.0, 9648.0, 9661.0, 9637.0, 9657.0, 9636.0, 9655.0, 9637.0, 9670.0, 9621.0, 9673.0, 9624.0, 9660.0, 9622.0, 9674.0, 9624.0, 9680.0, 9650.0, 9667.0, 9664.0, 9673.0, 9694.0, 9643.0, 9695.0, 9642.0, 9684.0, 9667.0, 9671.0, 9680.0, 9658.0, 9679.0, 9656.0, 9690.0, 9628.0, 9677.0, 9643.0, 9679.0, 9643.0, 9681.0, 9666.0, 9667.0, 9679.0, 9657.0, 9677.0, 9657.0, 9664.0, 9647.0, 9691.0, 9643.0, 9690.0, 9644.0, 9693.0, 9642.0, 9665.0, 9625.0, 9675.0, 9622.0, 9680.0, 9638.0, 9681.0, 9639.0, 9670.0, 9654.0, 9671.0, 9668.0, 9672.0, 9666.0, 9645.0, 9692.0, 9643.0, 9689.0, 9629.0, 9664.0, 9627.0, 9680.0, 9637.0, 9681.0, 9635.0, 9666.0, 9679.0, 9656.0, 9676.0, 9642.0, 9676.0, 9640.0, 9692.0, 9643.0, 9681.0, 9628.0, 9685.0, 9669.0, 9670.0, 9695.0, 9676.0, 9686.0, 9662.0, 9695.0, 9634.0, 9671.0, 9631.0, 9683.0, 9656.0, 9669.0, 9677.0, 9653.0, 9690.0, 9638.0, 9674.0, 9624.0, 9658.0, 9640.0, 9657.0, 9610.0, 9670.0, 9622.0, 9675.0, 9609.0, 9663.0, 9637.0, 9665.0, 9652.0, 9669.0, 9680.0, 9659.0, 9698.0, 9644.0, 9688.0, 9659.0, 9688.0, 9683.0, 9663.0, 9679.0, 9647.0, 9692.0, 9641.0, 9676.0, 9627.0, 9677.0, 9625.0, 9659.0, 9622.0, 9661.0, 9608.0, 9662.0, 9621.0, 9666.0, 9651.0, 9672.0, 9680.0, 9659.0, 9693.0, 9645.0, 9679.0, 9631.0, 9670.0, 9654.0, 9654.0, 9690.0, 9666.0, 9663.0, 9655.0, 9663.0, 9644.0, 9676.0, 9628.0, 9676.0, 9629.0, 9665.0, 9642.0, 9668.0, 9656.0, 9674.0, 9668.0, 9662.0, 9668.0, 9671.0, 9679.0, 9642.0, 9663.0, 9640.0, 9638.0, 9622.0, 9650.0, 9623.0, 9654.0, 9675.0, 9643.0, 9664.0, 9628.0, 9665.0, 9626.0, 9680.0, 9638.0, 9671.0, 9667.0, 9660.0, 9694.0, 9632.0, 9696.0, 9645.0, 9668.0, 9682.0, 9667.0, 9678.0, 9656.0, 9662.0, 9640.0, 9701.0, 9628.0, 9659.0, 9622.0, 9671.0, 9622.0, 9633.0, 9651.0, 9650.0, 9647.0, 9651.0, 9648.0, 9652.0, 9648.0, 9654.0, 9673.0, 9651.0, 9661.0, 9639.0, 9675.0, 9628.0, 9682.0, 9643.0, 9700.0, 9670.0, 9674.0, 9685.0, 9663.0, 9667.0, 9660.0, 9678.0, 9643.0, 9668.0, 9642.0, 9685.0, 9659.0, 9674.0, 9684.0, 9665.0, 9699.0, 9635.0, 9679.0, 9642.0, 9653.0, 9664.0, 9655.0, 9659.0, 9653.0, 9663.0, 9640.0, 9661.0, 9630.0, 9675.0, 9625.0, 9665.0, 9639.0, 9668.0, 9670.0, 9660.0, 9695.0, 9646.0, 9682.0, 9671.0, 9655.0, 9692.0, 9640.0, 9689.0, 9639.0, 9645.0, 9650.0, 9657.0, 9607.0, 9644.0, 9630.0, 9635.0, 9657.0, 9636.0, 9657.0, 9608.0, 9655.0, 9624.0, 9656.0, 9610.0, 9647.0, 9607.0, 9659.0, 9620.0, 9652.0, 9634.0, 9656.0, 9680.0, 9630.0, 9679.0, 9643.0, 9668.0, 9654.0, 9666.0, 9651.0, 9669.0, 9651.0, 9655.0, 9680.0, 9644.0, 9675.0, 9628.0, 9680.0, 9640.0, 9684.0, 9685.0, 9676.0, 9683.0, 9663.0, 9680.0, 9648.0, 9678.0, 9626.0, 9651.0, 9622.0, 9647.0, 9673.0, 9639.0, 9659.0, 9639.0, 9679.0, 9628.0, 9666.0, 9627.0, 9667.0, 9651.0, 9669.0, 9651.0, 9658.0, 9663.0, 9627.0, 9680.0, 9628.0, 9650.0, 9667.0, 9650.0, 9674.0, 9650.0, 9657.0, 9635.0, 9645.0, 9625.0, 9656.0, 9608.0, 9667.0, 9619.0, 9654.0, 9607.0, 9644.0, 9616.0, 9644.0, 9630.0, 9648.0, 9630.0, 9651.0, 9675.0, 9652.0, 9659.0, 9625.0, 9674.0, 9626.0, 9676.0, 9613.0, 9666.0, 9638.0, 9666.0, 9678.0, 9655.0, 9675.0, 9643.0, 9662.0, 9638.0, 9673.0, 9623.0, 9662.0, 9633.0, 9662.0, 9662.0, 9651.0, 9674.0, 9625.0, 9658.0, 9625.0, 9672.0, 9623.0, 9660.0, 9625.0, 9663.0, 9636.0, 9669.0, 9677.0, 9657.0, 9692.0, 9645.0, 9681.0, 9659.0, 9666.0, 9696.0, 9651.0, 9676.0, 9648.0, 9660.0, 9649.0, 9672.0, 9642.0, 9674.0, 9624.0, 9677.0, 9631.0, 9683.0, 9655.0, 9674.0, 9684.0, 9662.0, 9667.0, 9672.0, 9682.0, 9643.0, 9676.0, 9628.0, 9648.0, 9622.0, 9646.0, 9647.0, 9649.0, 9633.0, 9664.0, 9648.0, 9667.0, 9676.0, 9643.0, 9678.0, 9629.0, 9680.0, 9655.0, 9669.0, 9681.0, 9672.0, 9669.0, 9646.0, 9679.0, 9656.0, 9677.0, 9613.0, 9668.0, 9651.0, 9668.0, 9652.0, 9659.0, 9664.0, 9631.0, 9677.0, 9630.0, 9680.0, 9640.0, 9681.0, 9653.0, 9685.0, 9670.0, 9676.0, 9697.0, 9649.0, 9683.0, 9645.0, 9682.0, 9669.0, 9668.0, 9692.0, 9658.0, 9679.0, 9644.0, 9667.0, 9653.0, 9668.0, 9680.0, 9645.0, 9696.0, 9645.0, 9668.0, 9697.0, 9670.0, 9680.0, 9644.0, 9689.0, 9653.0, 9657.0, 9607.0, 9640.0, 9605.0, 9644.0, 9641.0, 9620.0, 9656.0, 9606.0, 9654.0, 9606.0, 9641.0, 9633.0, 9646.0, 9618.0, 9661.0, 9632.0, 9650.0, 9661.0, 9640.0, 9674.0, 9625.0, 9672.0, 9612.0, 9661.0, 9636.0, 9665.0, 9635.0, 9653.0, 9650.0, 9644.0, 9663.0, 9626.0, 9675.0, 9612.0, 9647.0, 9635.0, 9664.0, 9650.0, 9670.0, 9667.0, 9659.0, 9681.0, 9630.0, 9666.0, 9639.0, 9649.0, 9674.0, 9649.0, 9643.0, 9634.0, 9643.0, 9622.0, 9658.0, 9623.0, 9648.0, 9636.0, 9650.0, 9659.0, 9638.0, 9661.0, 9609.0, 9646.0, 9635.0, 9650.0, 9677.0, 9642.0, 9676.0, 9628.0, 9679.0, 9624.0, 9663.0, 9636.0, 9667.0, 9679.0, 9645.0, 9683.0, 9645.0, 9684.0, 9682.0, 9658.0, 9681.0, 9642.0, 9687.0, 9624.0, 9656.0, 9604.0, 9643.0, 9631.0, 9646.0, 9671.0, 9623.0, 9643.0, 9621.0, 9656.0, 9607.0, 9643.0, 9605.0, 9629.0, 9618.0, 9644.0, 9630.0, 9648.0, 9632.0, 9649.0, 9647.0, 9639.0, 9663.0, 9626.0, 9662.0, 9636.0, 9664.0, 9662.0, 9654.0, 9690.0, 9641.0, 9661.0, 9627.0, 9662.0, 9622.0, 9649.0, 9636.0, 9668.0, 9679.0, 9660.0, 9665.0, 9643.0, 9679.0, 9642.0, 9665.0, 9651.0, 9650.0, 9675.0, 9641.0, 9662.0, 9626.0, 9674.0, 9625.0, 9662.0, 9678.0, 9653.0, 9667.0, 9644.0, 9651.0, 9658.0, 9677.0, 9654.0, 9651.0, 9662.0, 9651.0, 9660.0, 9639.0, 9686.0, 9608.0, 9656.0, 9607.0, 9634.0, 9635.0, 9649.0, 9661.0, 9638.0, 9660.0, 9627.0, 9662.0, 9626.0, 9650.0, 9637.0, 9652.0, 9650.0, 9655.0, 9677.0, 9640.0, 9664.0, 9624.0, 9652.0, 9677.0, 9641.0, 9690.0, 9628.0, 9658.0, 9622.0, 9658.0, 9632.0, 9649.0, 9648.0, 9655.0, 9652.0, 9642.0, 9665.0, 9639.0, 9650.0, 9649.0, 9637.0, 9645.0, 9624.0, 9658.0, 9608.0, 9632.0, 9620.0, 9646.0, 9659.0, 9641.0, 9660.0, 9623.0, 9659.0, 9624.0, 9635.0, 9659.0, 9633.0, 9657.0, 9636.0, 9646.0, 9624.0, 9661.0, 9623.0, 9653.0, 9636.0, 9656.0, 9653.0, 9646.0, 9664.0, 9628.0, 9664.0, 9626.0, 9655.0, 9652.0, 9653.0, 9677.0, 9641.0, 9659.0, 9626.0, 9662.0, 9639.0, 9664.0, 9664.0, 9650.0, 9660.0, 9639.0, 9660.0, 9640.0, 9661.0, 9612.0, 9645.0, 9621.0, 9646.0, 9634.0, 9652.0, 9664.0, 9655.0, 9651.0, 9656.0, 9662.0, 9652.0, 9649.0, 9677.0, 9638.0, 9714.0, 9609.0, 9672.0, 9607.0, 9657.0, 9608.0, 9650.0, 9677.0, 9643.0, 9680.0, 9632.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.0005552128883774454</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.014384294706559263</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.959143577050654</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2630847317972345</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006731742903225</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4458</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7532.5044</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.059612839749394235</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4747709209664066</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4317472147499015</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7304396621739726</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2621258859753453</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00396449</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021232157945632935</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02435697242617607</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.5232894413755806</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>32.7182</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.8513</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.612</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>311870.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>913.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.7518</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.755</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.5592</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3634.5115</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3897.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>64674.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>906.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4870.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1106.0601</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>48.38471324997954</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> |