=== 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-0087 --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-0087",
"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-0087_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0087_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0087/ses-01/func/sub-0087_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>ea66b01534da3d392b116a4135b3e748</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>21:53:10.912500</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.999738, 0.0218743, 0.00668161, -0.0218144, 0.999722, -0.00891911]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0944853</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4162, -7785, -7239, 580, -37, -11, 20, 62]</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>253.67</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>63b43e73-0a53-4760-87f8-e0584fa08237||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.682224988937378, -0.058526311069726944, 0.018562113866209984, 115.07896423339844], [-0.05868718773126602, 2.6821818351745605, -0.023681748658418655, -93.421142578125], [0.017926279455423355, 0.023929309099912643, 2.6998324394226074, -71.71964263916016], [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': ['215310.912500', '215311.372500', '215311.832500', '215312.292500', '215312.752500', '215313.212500', '215313.672500', '215314.132500', '215314.592500', '215315.052500', '215315.512500', '215315.972500', '215316.432500', '215316.892500', '215317.352500', '215317.812500', '215318.272500', '215318.732500', '215319.192500', '215319.652500', '215320.112500', '215320.572500', '215321.032500', '215321.492500', '215321.952500', '215322.412500', '215322.872500', '215323.332500', '215323.792500', '215324.252500', '215324.712500', '215325.172500', '215325.632500', '215326.092500', '215326.552500', '215327.012500', '215327.472500', '215327.932500', '215328.392500', '215328.852500', '215329.312500', '215329.772500', '215330.232500', '215330.692500', '215331.152500', '215331.612500', '215332.072500', '215332.532500', '215332.992500', '215333.452500', '215333.912500', '215334.372500', '215334.832500', '215335.292500', '215335.752500', '215336.212500', '215336.672500', '215337.132500', '215337.592500', '215338.052500', '215338.512500', '215338.972500', '215339.432500', '215339.892500', '215340.352500', '215340.812500', '215341.272500', '215341.732500', '215342.192500', '215342.652500', '215343.112500', '215343.572500', '215344.032500', '215344.492500', '215344.952500', '215345.412500', '215345.872500', '215346.332500', '215346.792500', '215347.252500', '215347.712500', '215348.172500', '215348.632500', '215349.092500', '215349.552500', '215350.012500', '215350.472500', '215350.932500', '215351.392500', '215351.852500', '215352.312500', '215352.772500', '215353.232500', '215353.692500', '215354.152500', '215354.612500', '215355.072500', '215355.532500', '215355.992500', '215356.452500', '215356.912500', '215357.372500', '215357.832500', '215358.292500', '215358.752500', '215359.212500', '215359.672500', '215400.132500', '215400.592500', '215401.052500', '215401.512500', '215401.972500', '215402.432500', '215402.892500', '215403.352500', '215403.812500', '215404.272500', '215404.732500', '215405.192500', '215405.652500', '215406.112500', '215406.572500', '215407.032500', '215407.492500', '215407.952500', '215408.412500', '215408.872500', '215409.332500', '215409.792500', '215410.252500', '215410.712500', '215411.172500', '215411.632500', '215412.092500', '215412.552500', '215413.012500', '215413.472500', '215413.932500', '215414.392500', '215414.852500', '215415.312500', '215415.772500', '215416.232500', '215416.692500', '215417.152500', '215417.612500', '215418.072500', '215418.532500', '215418.992500', '215419.452500', '215419.912500', '215420.372500', '215420.832500', '215421.292500', '215421.752500', '215422.212500', '215422.672500', '215423.132500', '215423.592500', '215424.052500', '215424.512500', '215424.972500', '215425.432500', '215425.892500', '215426.352500', '215426.812500', '215427.272500', '215427.732500', '215428.192500', '215428.652500', '215429.112500', '215429.572500', '215430.032500', '215430.492500', '215430.952500', '215431.412500', '215431.872500', '215432.332500', '215432.792500', '215433.252500', '215433.712500', '215434.172500', '215434.632500', '215435.092500', '215435.552500', '215436.012500', '215436.472500', '215436.932500', '215437.392500', '215437.852500', '215438.312500', '215438.772500', '215439.232500', '215439.692500', '215440.152500', '215440.612500', '215441.072500', '215441.532500', '215441.992500', '215442.452500', '215442.912500', '215443.372500', '215443.832500', '215444.292500', '215444.752500', '215445.212500', '215445.672500', '215446.132500', '215446.592500', '215447.052500', '215447.512500', '215447.972500', '215448.432500', '215448.892500', '215449.352500', '215449.812500', '215450.272500', '215450.732500', '215451.192500', '215451.652500', '215452.112500', '215452.572500', '215453.032500', '215453.492500', '215453.952500', '215454.412500', '215454.872500', '215455.332500', '215455.792500', '215456.252500', '215456.712500', '215457.172500', '215457.632500', '215458.092500', '215458.552500', '215459.012500', '215459.472500', '215459.932500', '215500.392500', '215500.852500', '215501.312500', '215501.772500', '215502.232500', '215502.692500', '215503.152500', '215503.612500', '215504.072500', '215504.532500', '215504.992500', '215505.452500', '215505.912500', '215506.372500', '215506.832500', '215507.292500', '215507.752500', '215508.212500', '215508.672500', '215509.132500', '215509.592500', '215510.052500', '215510.512500', '215510.972500', '215511.432500', '215511.892500', '215512.352500', '215512.812500', '215513.272500', '215513.732500', '215514.192500', '215514.652500', '215515.112500', '215515.572500', '215516.032500', '215516.492500', '215516.952500', '215517.412500', '215517.872500', '215518.332500', '215518.792500', '215519.252500', '215519.712500', '215520.172500', '215520.632500', '215521.092500', '215521.552500', '215522.012500', '215522.472500', '215522.932500', '215523.392500', '215523.852500', '215524.312500', '215524.772500', '215525.232500', '215525.692500', '215526.152500', '215526.612500', '215527.072500', '215527.532500', '215527.992500', '215528.452500', '215528.912500', '215529.372500', '215529.832500', '215530.292500', '215530.752500', '215531.212500', '215531.672500', '215532.132500', '215532.592500', '215533.052500', '215533.512500', '215533.972500', '215534.432500', '215534.892500', '215535.352500', '215535.812500', '215536.272500', '215536.732500', '215537.192500', '215537.652500', '215538.112500', '215538.572500', '215539.032500', '215539.492500', '215539.952500', '215540.412500', '215540.872500', '215541.332500', '215541.792500', '215542.252500', '215542.712500', '215543.172500', '215543.632500', '215544.092500', '215544.552500', '215545.012500', '215545.472500', '215545.932500', '215546.392500', '215546.852500', '215547.312500', '215547.772500', '215548.232500', '215548.692500', '215549.152500', '215549.612500', '215550.072500', '215550.532500', '215550.992500', '215551.452500', '215551.912500', '215552.372500', '215552.832500', '215553.292500', '215553.752500', '215554.212500', '215554.672500', '215555.132500', '215555.592500', '215556.052500', '215556.512500', '215556.972500', '215557.432500', '215557.892500', '215558.352500', '215558.812500', '215559.272500', '215559.732500', '215600.192500', '215600.652500', '215601.112500', '215601.572500', '215602.032500', '215602.492500', '215602.952500', '215603.412500', '215603.872500', '215604.332500', '215604.792500', '215605.252500', '215605.712500', '215606.172500', '215606.632500', '215607.092500', '215607.552500', '215608.012500', '215608.472500', '215608.932500', '215609.392500', '215609.852500', '215610.312500', '215610.772500', '215611.232500', '215611.692500', '215612.152500', '215612.612500', '215613.072500', '215613.532500', '215613.992500', '215614.452500', '215614.912500', '215615.372500', '215615.832500', '215616.292500', '215616.752500', '215617.212500', '215617.672500', '215618.132500', '215618.592500', '215619.052500', '215619.512500', '215619.972500', '215620.432500', '215620.892500', '215621.352500', '215621.812500', '215622.272500', '215622.732500', '215623.192500', '215623.652500', '215624.112500', '215624.572500', '215625.032500', '215625.492500', '215625.952500', '215626.412500', '215626.872500', '215627.332500', '215627.792500', '215628.252500', '215628.712500', '215629.172500', '215629.632500', '215630.092500', '215630.552500', '215631.012500', '215631.472500', '215631.932500', '215632.392500', '215632.852500', '215633.312500', '215633.772500', '215634.232500', '215634.692500', '215635.152500', '215635.612500', '215636.072500', '215636.532500', '215636.992500', '215637.452500', '215637.912500', '215638.372500', '215638.832500', '215639.292500', '215639.752500', '215640.212500', '215640.672500', '215641.132500', '215641.592500', '215642.052500', '215642.512500', '215642.972500', '215643.432500', '215643.892500', '215644.352500', '215644.812500', '215645.272500', '215645.732500', '215646.192500', '215646.652500', '215647.112500', '215647.572500', '215648.032500', '215648.492500', '215648.952500', '215649.412500', '215649.872500', '215650.332500', '215650.792500', '215651.252500', '215651.712500', '215652.172500', '215652.632500', '215653.092500', '215653.552500', '215654.012500', '215654.472500', '215654.932500', '215655.392500', '215655.852500', '215656.312500', '215656.772500', '215657.232500', '215657.692500', '215658.152500', '215658.612500', '215659.072500', '215659.532500', '215659.992500', '215700.452500', '215700.912500', '215701.372500', '215701.832500', '215702.292500', '215702.752500', '215703.212500', '215703.672500', '215704.132500', '215704.592500', '215705.052500', '215705.512500', '215705.972500', '215706.432500', '215706.892500', '215707.352500', '215707.812500', '215708.272500', '215708.732500', '215709.192500', '215709.652500', '215710.112500', '215710.572500', '215711.032500', '215711.492500', '215711.952500', '215712.412500', '215712.872500', '215713.332500', '215713.792500', '215714.252500', '215714.712500', '215715.172500', '215715.632500', '215716.092500', '215716.552500', '215717.012500', '215717.472500', '215717.932500', '215718.392500', '215718.852500', '215719.312500', '215719.772500', '215720.232500', '215720.692500', '215721.152500', '215721.612500', '215722.072500', '215722.532500', '215722.992500', '215723.452500', '215723.912500', '215724.372500', '215724.832500', '215725.292500', '215725.752500', '215726.212500', '215726.672500', '215727.132500', '215727.592500', '215728.052500', '215728.512500', '215728.972500', '215729.432500', '215729.892500', '215730.352500', '215730.812500', '215731.272500', '215731.732500', '215732.192500', '215732.652500', '215733.112500', '215733.572500', '215734.032500', '215734.492500', '215734.952500', '215735.412500', '215735.872500', '215736.332500', '215736.792500', '215737.252500', '215737.712500', '215738.172500', '215738.632500', '215739.092500', '215739.552500', '215740.012500', '215740.472500', '215740.932500', '215741.392500', '215741.852500', '215742.312500', '215742.772500', '215743.232500', '215743.692500', '215744.152500', '215744.612500', '215745.072500', '215745.532500', '215745.992500', '215746.452500', '215746.912500', '215747.372500', '215747.832500', '215748.292500', '215748.752500', '215749.212500', '215749.672500', '215750.132500', '215750.592500', '215751.052500', '215751.512500', '215751.972500', '215752.432500', '215752.892500', '215753.352500', '215753.812500', '215754.272500', '215754.732500', '215755.192500', '215755.652500', '215756.112500', '215756.572500', '215757.032500', '215757.492500', '215757.952500', '215758.412500', '215758.872500', '215759.332500', '215759.792500', '215800.252500', '215800.712500', '215801.172500', '215801.632500', '215802.092500', '215802.552500', '215803.012500', '215803.472500', '215803.932500', '215804.392500', '215804.852500', '215805.312500', '215805.772500', '215806.232500', '215806.692500', '215807.152500', '215807.612500', '215808.072500', '215808.532500', '215808.992500', '215809.452500', '215809.912500', '215810.372500', '215810.832500', '215811.292500', '215811.752500', '215812.212500', '215812.672500', '215813.132500', '215813.592500', '215814.052500', '215814.512500', '215814.972500', '215815.432500', '215815.892500', '215816.352500', '215816.812500', '215817.272500', '215817.732500', '215818.192500', '215818.652500', '215819.112500', '215819.572500', '215820.032500', '215820.492500', '215820.952500', '215821.412500', '215821.872500', '215822.332500', '215822.792500', '215823.252500', '215823.712500', '215824.172500', '215824.632500', '215825.092500', '215825.552500', '215826.012500', '215826.472500', '215826.932500', '215827.392500', '215827.852500', '215828.312500', '215828.772500', '215829.232500', '215829.692500', '215830.152500', '215830.612500', '215831.072500', '215831.532500', '215831.992500', '215832.452500', '215832.912500', '215833.372500', '215833.832500', '215834.292500', '215834.752500', '215835.212500', '215835.672500', '215836.132500', '215836.592500', '215837.052500', '215837.512500', '215837.972500', '215838.432500', '215838.892500', '215839.352500', '215839.812500', '215840.272500', '215840.732500', '215841.192500', '215841.652500', '215842.112500', '215842.572500', '215843.032500', '215843.492500', '215843.952500', '215844.412500', '215844.872500', '215845.332500', '215845.792500', '215846.252500', '215846.712500', '215847.172500', '215847.632500', '215848.092500', '215848.552500', '215849.012500', '215849.472500', '215849.932500', '215850.392500', '215850.852500', '215851.312500', '215851.772500', '215852.232500', '215852.692500', '215853.152500', '215853.612500', '215854.072500', '215854.532500', '215854.992500', '215855.452500', '215855.912500', '215856.372500', '215856.832500', '215857.292500', '215857.752500', '215858.212500', '215858.672500', '215859.132500', '215859.592500', '215900.052500', '215900.512500', '215900.972500', '215901.432500', '215901.892500', '215902.352500', '215902.812500', '215903.272500', '215903.732500', '215904.192500', '215904.652500', '215905.112500', '215905.572500', '215906.032500', '215906.492500', '215906.952500', '215907.412500', '215907.872500', '215908.332500', '215908.792500', '215909.252500', '215909.712500', '215910.172500', '215910.632500', '215911.092500', '215911.552500', '215912.012500', '215912.472500', '215912.932500', '215913.392500', '215913.852500', '215914.312500', '215914.772500', '215915.232500', '215915.692500', '215916.152500', '215916.612500', '215917.072500', '215917.532500', '215917.992500', '215918.452500', '215918.912500', '215919.372500', '215919.832500', '215920.292500', '215920.752500', '215921.212500', '215921.672500', '215922.132500', '215922.592500', '215923.052500', '215923.512500', '215923.972500', '215924.432500', '215924.892500', '215925.352500', '215925.812500', '215926.272500', '215926.732500', '215927.192500', '215927.652500', '215928.112500', '215928.572500', '215929.032500', '215929.492500', '215929.952500', '215930.412500', '215930.872500', '215931.332500', '215931.792500', '215932.252500', '215932.712500', '215933.172500', '215933.632500', '215934.092500', '215934.552500', '215935.012500', '215935.472500', '215935.932500', '215936.392500', '215936.852500', '215937.312500', '215937.772500', '215938.232500', '215938.692500', '215939.152500', '215939.612500', '215940.072500', '215940.532500', '215940.992500', '215941.452500', '215941.912500', '215942.372500', '215942.832500', '215943.292500', '215943.752500', '215944.212500', '215944.672500', '215945.132500', '215945.592500', '215946.052500', '215946.512500', '215946.972500', '215947.432500', '215947.892500', '215948.352500', '215948.812500', '215949.272500', '215949.732500', '215950.192500', '215950.652500', '215951.112500', '215951.572500'], 'ContentTime': ['215325.450000', '215325.453000', '215325.455000', '215325.458000', '215325.460000', '215325.463000', '215325.466000', '215325.468000', '215325.471000', '215325.473000', '215325.476000', '215325.478000', '215325.481000', '215325.483000', '215325.486000', '215325.489000', '215325.491000', '215325.494000', '215325.496000', '215325.499000', '215325.501000', '215325.509000', '215325.513000', '215325.515000', '215325.518000', '215325.520000', '215325.523000', '215325.525000', '215345.417000', '215345.420000', '215345.423000', '215345.425000', '215345.428000', '215345.430000', '215345.433000', '215345.435000', '215345.438000', '215345.440000', '215345.443000', '215345.446000', '215345.453000', '215345.455000', '215345.458000', '215345.461000', '215345.463000', '215345.466000', '215345.468000', '215345.471000', '215345.473000', '215345.476000', '215345.478000', '215345.481000', '215345.483000', '215345.486000', '215345.488000', '215345.491000', '215345.494000', '215345.496000', '215345.499000', '215345.501000', '215345.504000', '215345.506000', '215345.509000', '215345.511000', '215345.514000', '215345.516000', '215345.519000', '215345.521000', '215345.524000', '215345.527000', '215345.529000', '215345.532000', '215405.417000', '215405.420000', '215405.423000', '215405.425000', '215405.428000', '215405.436000', '215405.438000', '215405.441000', '215405.443000', '215405.446000', '215405.449000', '215405.451000', '215405.454000', '215405.456000', '215405.459000', '215405.461000', '215405.464000', '215405.466000', '215405.469000', '215405.472000', '215405.474000', '215405.477000', '215405.479000', '215405.482000', '215405.484000', '215405.487000', '215405.490000', '215405.492000', '215405.495000', '215405.497000', '215405.500000', '215405.502000', '215405.505000', '215405.508000', '215405.510000', '215405.513000', '215405.515000', '215405.518000', '215405.520000', '215405.523000', '215405.525000', '215405.528000', '215405.531000', '215425.417000', '215425.420000', '215425.423000', '215425.425000', '215425.428000', '215425.430000', '215425.433000', '215425.435000', '215425.438000', '215425.440000', '215425.443000', '215425.446000', '215425.448000', '215425.451000', '215425.453000', '215425.456000', '215425.458000', '215425.461000', '215425.464000', '215425.466000', '215425.469000', '215425.471000', '215425.474000', '215425.476000', '215425.479000', '215425.481000', '215425.484000', '215425.487000', '215425.489000', '215425.492000', '215425.494000', '215425.497000', '215425.499000', '215425.502000', '215425.504000', '215425.507000', '215425.510000', '215425.512000', '215425.515000', '215425.517000', '215425.520000', '215425.522000', '215425.525000', '215425.527000', '215445.417000', '215445.420000', '215445.423000', '215445.425000', '215445.428000', '215445.430000', '215445.433000', '215445.435000', '215445.438000', '215445.441000', '215445.457000', '215445.459000', '215445.462000', '215445.465000', '215445.467000', '215445.470000', '215445.472000', '215445.475000', '215445.477000', '215445.480000', '215445.483000', '215445.485000', '215445.488000', '215445.490000', '215445.493000', '215445.495000', '215445.498000', '215445.500000', '215445.503000', '215445.506000', '215445.508000', '215445.511000', '215445.513000', '215445.516000', '215445.518000', '215445.521000', '215445.523000', '215445.526000', '215445.529000', '215445.531000', '215445.534000', '215445.536000', '215445.539000', '215505.416000', '215505.419000', '215505.422000', '215505.424000', '215505.427000', '215505.430000', '215505.432000', '215505.435000', '215505.438000', '215505.440000', '215505.443000', '215505.445000', '215505.448000', '215505.451000', '215505.453000', '215505.456000', '215505.458000', '215505.461000', '215505.463000', '215505.466000', '215505.468000', '215505.471000', '215505.474000', '215505.476000', '215505.479000', '215505.481000', '215505.484000', '215505.486000', '215505.489000', '215505.492000', '215505.494000', '215505.497000', '215505.499000', '215505.502000', '215505.504000', '215505.507000', '215505.510000', '215505.512000', '215505.515000', '215505.517000', '215505.520000', '215505.522000', '215505.525000', '215505.528000', '215525.416000', '215525.419000', '215525.422000', '215525.424000', '215525.427000', '215525.429000', '215525.432000', '215525.434000', '215525.437000', '215525.440000', '215525.442000', '215525.445000', '215525.447000', '215525.450000', '215525.452000', '215525.455000', '215525.457000', '215525.460000', '215525.463000', '215525.465000', '215525.468000', '215525.470000', '215525.473000', '215525.475000', '215525.478000', '215525.481000', '215525.483000', '215525.486000', '215525.488000', '215525.491000', '215525.493000', '215525.496000', '215525.498000', '215525.501000', '215525.503000', '215525.506000', '215525.509000', '215525.511000', '215525.514000', '215525.516000', '215525.519000', '215525.521000', '215525.524000', '215545.416000', '215545.419000', '215545.422000', '215545.424000', '215545.427000', '215545.429000', '215545.432000', '215545.435000', '215545.437000', '215545.440000', '215545.442000', '215545.445000', '215545.448000', '215545.450000', '215545.453000', '215545.455000', '215545.458000', '215545.460000', '215545.463000', '215545.465000', '215545.468000', '215545.470000', '215545.473000', '215545.476000', '215545.478000', '215545.481000', '215545.483000', '215545.486000', '215545.489000', '215545.491000', '215545.494000', '215545.496000', '215545.499000', '215545.501000', '215545.504000', '215545.506000', '215545.509000', '215545.512000', '215545.514000', '215545.517000', '215545.519000', '215545.522000', '215545.525000', '215545.527000', '215605.417000', '215605.420000', '215605.423000', '215605.426000', '215605.428000', '215605.431000', '215605.433000', '215605.436000', '215605.438000', '215605.441000', '215605.444000', '215605.446000', '215605.449000', '215605.451000', '215605.454000', '215605.456000', '215605.459000', '215605.462000', '215605.464000', '215605.467000', '215605.469000', '215605.472000', '215605.475000', '215605.477000', '215605.480000', '215605.482000', '215605.485000', '215605.487000', '215605.490000', '215605.492000', '215605.495000', '215605.498000', '215605.500000', '215605.503000', '215605.505000', '215605.508000', '215605.511000', '215605.513000', '215605.516000', '215605.518000', '215605.521000', '215605.523000', '215605.526000', '215625.419000', '215625.422000', '215625.424000', '215625.427000', '215625.430000', '215625.432000', '215625.435000', '215625.437000', '215625.440000', '215625.442000', '215625.445000', '215625.447000', '215625.450000', '215625.453000', '215625.455000', '215625.458000', '215625.460000', '215625.463000', '215625.465000', '215625.468000', '215625.471000', '215625.473000', '215625.476000', '215625.478000', '215625.481000', '215625.484000', '215625.486000', '215625.489000', '215625.491000', '215625.494000', '215625.496000', '215625.499000', '215625.501000', '215625.504000', '215625.507000', '215625.509000', '215625.512000', '215625.514000', '215625.517000', '215625.520000', '215625.522000', '215625.525000', '215625.527000', '215625.530000', '215645.417000', '215645.420000', '215645.423000', '215645.425000', '215645.428000', '215645.431000', '215645.433000', '215645.436000', '215645.438000', '215645.441000', '215645.443000', '215645.446000', '215645.449000', '215645.451000', '215645.454000', '215645.456000', '215645.459000', '215645.461000', '215645.464000', '215645.466000', '215645.469000', '215645.472000', '215645.474000', '215645.477000', '215645.479000', '215645.482000', '215645.484000', '215645.487000', '215645.490000', '215645.492000', '215645.495000', '215645.497000', '215645.500000', '215645.503000', '215645.505000', '215645.508000', '215645.510000', '215645.513000', '215645.515000', '215645.518000', '215645.520000', '215645.523000', '215645.526000', '215705.417000', '215705.420000', '215705.423000', '215705.425000', '215705.428000', '215705.431000', '215705.433000', '215705.436000', '215705.438000', '215705.441000', '215705.443000', '215705.446000', '215705.449000', '215705.451000', '215705.454000', '215705.456000', '215705.459000', '215705.462000', '215705.464000', '215705.467000', '215705.469000', '215705.472000', '215705.475000', '215705.477000', '215705.480000', '215705.482000', '215705.485000', '215705.487000', '215705.490000', '215705.492000', '215705.495000', '215705.497000', '215705.500000', '215705.503000', '215705.505000', '215705.508000', '215705.510000', '215705.513000', '215705.516000', '215705.518000', '215705.521000', '215705.523000', '215705.526000', '215705.528000', '215725.417000', '215725.419000', '215725.422000', '215725.425000', '215725.427000', '215725.430000', '215725.433000', '215725.435000', '215725.438000', '215725.440000', '215725.443000', '215725.445000', '215725.448000', '215725.450000', '215725.453000', '215725.455000', '215725.458000', '215725.461000', '215725.463000', '215725.466000', '215725.468000', '215725.471000', '215725.474000', '215725.476000', '215725.479000', '215725.481000', '215725.484000', '215725.487000', '215725.489000', '215725.492000', '215725.494000', '215725.497000', '215725.499000', '215725.502000', '215725.504000', '215725.507000', '215725.510000', '215725.512000', '215725.515000', '215725.517000', '215725.520000', '215725.522000', '215725.525000', '215745.416000', '215745.419000', '215745.422000', '215745.425000', '215745.427000', '215745.430000', '215745.432000', '215745.435000', '215745.437000', '215745.440000', '215745.443000', '215745.445000', '215745.448000', '215745.450000', '215745.453000', '215745.455000', '215745.459000', '215745.471000', '215745.473000', '215745.476000', '215745.479000', '215745.481000', '215745.484000', '215745.486000', '215745.489000', '215745.491000', '215745.494000', '215745.497000', '215745.499000', '215745.502000', '215745.504000', '215745.507000', '215745.509000', '215745.512000', '215745.515000', '215745.517000', '215745.520000', '215745.522000', '215745.525000', '215745.527000', '215745.530000', '215745.532000', '215745.535000', '215745.538000', '215805.417000', '215805.420000', '215805.422000', '215805.425000', '215805.427000', '215805.430000', '215805.433000', '215805.435000', '215805.438000', '215805.440000', '215805.443000', '215805.445000', '215805.448000', '215805.450000', '215805.453000', '215805.456000', '215805.458000', '215805.461000', '215805.464000', '215805.466000', '215805.469000', '215805.471000', '215805.474000', '215805.476000', '215805.479000', '215805.481000', '215805.484000', '215805.487000', '215805.489000', '215805.492000', '215805.495000', '215805.497000', '215805.500000', '215805.502000', '215805.505000', '215805.507000', '215805.510000', '215805.512000', '215805.515000', '215805.518000', '215805.520000', '215805.523000', '215805.525000', '215825.418000', '215825.421000', '215825.423000', '215825.426000', '215825.429000', '215825.431000', '215825.434000', '215825.437000', '215825.439000', '215825.442000', '215825.444000', '215825.447000', '215825.450000', '215825.452000', '215825.455000', '215825.457000', '215825.460000', '215825.463000', '215825.465000', '215825.468000', '215825.470000', '215825.473000', '215825.475000', '215825.478000', '215825.481000', '215825.483000', '215825.486000', '215825.488000', '215825.491000', '215825.493000', '215825.496000', '215825.498000', '215825.501000', '215825.504000', '215825.506000', '215825.509000', '215825.511000', '215825.514000', '215825.516000', '215825.519000', '215825.521000', '215825.524000', '215825.527000', '215845.418000', '215845.420000', '215845.423000', '215845.426000', '215845.428000', '215845.431000', '215845.433000', '215845.436000', '215845.438000', '215845.441000', '215845.444000', '215845.446000', '215845.449000', '215845.451000', '215845.454000', '215845.456000', '215845.459000', '215845.462000', '215845.464000', '215845.467000', '215845.469000', '215845.472000', '215845.474000', '215845.477000', '215845.480000', '215845.482000', '215845.485000', '215845.488000', '215845.490000', '215845.493000', '215845.495000', '215845.498000', '215845.501000', '215845.503000', '215845.506000', '215845.508000', '215845.511000', '215845.513000', '215845.516000', '215845.519000', '215845.521000', '215845.524000', '215845.526000', '215845.529000', '215905.417000', '215905.420000', '215905.423000', '215905.426000', '215905.428000', '215905.431000', '215905.434000', '215905.436000', '215905.439000', '215905.441000', '215905.444000', '215905.447000', '215905.449000', '215905.452000', '215905.455000', '215905.457000', '215905.460000', '215905.462000', '215905.465000', '215905.467000', '215905.470000', '215905.472000', '215905.475000', '215905.478000', '215905.480000', '215905.483000', '215905.485000', '215905.488000', '215905.491000', '215905.493000', '215905.496000', '215905.499000', '215905.502000', '215905.505000', '215905.507000', '215905.510000', '215905.512000', '215905.515000', '215905.517000', '215905.520000', '215905.523000', '215905.525000', '215905.538000', '215925.418000', '215925.420000', '215925.423000', '215925.426000', '215925.428000', '215925.431000', '215925.433000', '215925.436000', '215925.438000', '215925.441000', '215925.444000', '215925.446000', '215925.449000', '215925.451000', '215925.454000', '215925.456000', '215925.459000', '215925.462000', '215925.464000', '215925.467000', '215925.470000', '215925.473000', '215925.476000', '215925.478000', '215925.481000', '215925.483000', '215925.486000', '215925.489000', '215925.491000', '215925.494000', '215925.496000', '215925.499000', '215925.502000', '215925.504000', '215925.507000', '215925.509000', '215925.512000', '215925.514000', '215925.517000', '215925.520000', '215925.522000', '215925.525000', '215925.527000', '215925.530000', '215945.417000', '215945.419000', '215945.422000', '215945.425000', '215945.427000', '215945.430000', '215945.433000', '215945.435000', '215945.438000', '215945.440000', '215945.443000', '215945.445000', '215945.448000', '215945.451000', '215945.453000', '215945.456000', '215945.458000', '215945.461000', '215945.464000', '215945.466000', '215945.469000', '215945.472000', '215945.474000', '215945.477000', '215945.479000', '215945.482000', '215945.485000', '215945.487000', '215945.490000', '215945.492000', '215945.495000', '215945.498000', '215945.500000', '215945.503000', '215945.505000', '215945.508000', '215945.510000', '215945.513000', '215945.515000', '215945.518000', '215945.521000', '215945.523000', '215945.526000', '215953.281000', '215953.284000', '215953.287000', '215953.289000', '215953.292000', '215953.295000', '215953.298000', '215953.301000', '215953.304000', '215953.307000', '215953.310000', '215953.313000', '215953.316000', '215953.320000', '215953.323000', '215953.326000', '215953.329000', '215953.332000'], 'InstanceCreationTime': ['215325.450000', '215325.453000', '215325.455000', '215325.458000', '215325.460000', '215325.463000', '215325.466000', '215325.468000', '215325.471000', '215325.473000', '215325.476000', '215325.478000', '215325.481000', '215325.483000', '215325.486000', '215325.489000', '215325.491000', '215325.494000', '215325.496000', '215325.499000', '215325.501000', '215325.509000', '215325.513000', '215325.515000', '215325.518000', '215325.520000', '215325.523000', '215325.525000', '215345.417000', '215345.420000', '215345.423000', '215345.425000', '215345.428000', '215345.430000', '215345.433000', '215345.435000', '215345.438000', '215345.440000', '215345.443000', '215345.446000', '215345.453000', '215345.455000', '215345.458000', '215345.461000', '215345.463000', '215345.466000', '215345.468000', '215345.471000', '215345.473000', '215345.476000', '215345.478000', '215345.481000', '215345.483000', '215345.486000', '215345.488000', '215345.491000', '215345.494000', '215345.496000', '215345.499000', '215345.501000', '215345.504000', '215345.506000', '215345.509000', '215345.511000', '215345.514000', '215345.516000', '215345.519000', '215345.521000', '215345.524000', '215345.527000', '215345.529000', '215345.532000', '215405.417000', '215405.420000', '215405.423000', '215405.425000', '215405.428000', '215405.436000', '215405.438000', '215405.441000', '215405.443000', '215405.446000', '215405.449000', '215405.451000', '215405.454000', '215405.456000', '215405.459000', '215405.461000', '215405.464000', '215405.466000', '215405.469000', '215405.472000', '215405.474000', '215405.477000', '215405.479000', '215405.482000', '215405.484000', '215405.487000', '215405.490000', '215405.492000', '215405.495000', '215405.497000', '215405.500000', '215405.502000', '215405.505000', '215405.508000', '215405.510000', '215405.513000', '215405.515000', '215405.518000', '215405.520000', '215405.523000', '215405.525000', '215405.528000', '215405.531000', '215425.417000', '215425.420000', '215425.423000', '215425.425000', '215425.428000', '215425.430000', '215425.433000', '215425.435000', '215425.438000', '215425.440000', '215425.443000', '215425.446000', '215425.448000', '215425.451000', '215425.453000', '215425.456000', '215425.458000', '215425.461000', '215425.464000', '215425.466000', '215425.469000', '215425.471000', '215425.474000', '215425.476000', '215425.479000', '215425.481000', '215425.484000', '215425.487000', '215425.489000', '215425.492000', '215425.494000', '215425.497000', '215425.499000', '215425.502000', '215425.504000', '215425.507000', '215425.510000', '215425.512000', '215425.515000', '215425.517000', '215425.520000', '215425.522000', '215425.525000', '215425.527000', '215445.417000', '215445.420000', '215445.423000', '215445.425000', '215445.428000', '215445.430000', '215445.433000', '215445.435000', '215445.438000', '215445.441000', '215445.457000', '215445.459000', '215445.462000', '215445.465000', '215445.467000', '215445.470000', '215445.472000', '215445.475000', '215445.477000', '215445.480000', '215445.483000', '215445.485000', '215445.488000', '215445.490000', '215445.493000', '215445.495000', '215445.498000', '215445.500000', '215445.503000', '215445.506000', '215445.508000', '215445.511000', '215445.513000', '215445.516000', '215445.518000', '215445.521000', '215445.523000', '215445.526000', '215445.529000', '215445.531000', '215445.534000', '215445.536000', '215445.539000', '215505.416000', '215505.419000', '215505.422000', '215505.424000', '215505.427000', '215505.430000', '215505.432000', '215505.435000', '215505.438000', '215505.440000', '215505.443000', '215505.445000', '215505.448000', '215505.451000', '215505.453000', '215505.456000', '215505.458000', '215505.461000', '215505.463000', '215505.466000', '215505.468000', '215505.471000', '215505.474000', '215505.476000', '215505.479000', '215505.481000', '215505.484000', '215505.486000', '215505.489000', '215505.492000', '215505.494000', '215505.497000', '215505.499000', '215505.502000', '215505.504000', '215505.507000', '215505.510000', '215505.512000', '215505.515000', '215505.517000', '215505.520000', '215505.522000', '215505.525000', '215505.528000', '215525.416000', '215525.419000', '215525.422000', '215525.424000', '215525.427000', '215525.429000', '215525.432000', '215525.434000', '215525.437000', '215525.440000', '215525.442000', '215525.445000', '215525.447000', '215525.450000', '215525.452000', '215525.455000', '215525.457000', '215525.460000', '215525.463000', '215525.465000', '215525.468000', '215525.470000', '215525.473000', '215525.475000', '215525.478000', '215525.481000', '215525.483000', '215525.486000', '215525.488000', '215525.491000', '215525.493000', '215525.496000', '215525.498000', '215525.501000', '215525.503000', '215525.506000', '215525.509000', '215525.511000', '215525.514000', '215525.516000', '215525.519000', '215525.521000', '215525.524000', '215545.416000', '215545.419000', '215545.422000', '215545.424000', '215545.427000', '215545.429000', '215545.432000', '215545.435000', '215545.437000', '215545.440000', '215545.442000', '215545.445000', '215545.448000', '215545.450000', '215545.453000', '215545.455000', '215545.458000', '215545.460000', '215545.463000', '215545.465000', '215545.468000', '215545.470000', '215545.473000', '215545.476000', '215545.478000', '215545.481000', '215545.483000', '215545.486000', '215545.489000', '215545.491000', '215545.494000', '215545.496000', '215545.499000', '215545.501000', '215545.504000', '215545.506000', '215545.509000', '215545.512000', '215545.514000', '215545.517000', '215545.519000', '215545.522000', '215545.525000', '215545.527000', '215605.417000', '215605.420000', '215605.423000', '215605.426000', '215605.428000', '215605.431000', '215605.433000', '215605.436000', '215605.438000', '215605.441000', '215605.444000', '215605.446000', '215605.449000', '215605.451000', '215605.454000', '215605.456000', '215605.459000', '215605.462000', '215605.464000', '215605.467000', '215605.469000', '215605.472000', '215605.475000', '215605.477000', '215605.480000', '215605.482000', '215605.485000', '215605.487000', '215605.490000', '215605.492000', '215605.495000', '215605.498000', '215605.500000', '215605.503000', '215605.505000', '215605.508000', '215605.511000', '215605.513000', '215605.516000', '215605.518000', '215605.521000', '215605.523000', '215605.526000', '215625.419000', '215625.422000', '215625.424000', '215625.427000', '215625.430000', '215625.432000', '215625.435000', '215625.437000', '215625.440000', '215625.442000', '215625.445000', '215625.447000', '215625.450000', '215625.453000', '215625.455000', '215625.458000', '215625.460000', '215625.463000', '215625.465000', '215625.468000', '215625.471000', '215625.473000', '215625.476000', '215625.478000', '215625.481000', '215625.484000', '215625.486000', '215625.489000', '215625.491000', '215625.494000', '215625.496000', '215625.499000', '215625.501000', '215625.504000', '215625.507000', '215625.509000', '215625.512000', '215625.514000', '215625.517000', '215625.520000', '215625.522000', '215625.525000', '215625.527000', '215625.530000', '215645.417000', '215645.420000', '215645.423000', '215645.425000', '215645.428000', '215645.431000', '215645.433000', '215645.436000', '215645.438000', '215645.441000', '215645.443000', '215645.446000', '215645.449000', '215645.451000', '215645.454000', '215645.456000', '215645.459000', '215645.461000', '215645.464000', '215645.466000', '215645.469000', '215645.472000', '215645.474000', '215645.477000', '215645.479000', '215645.482000', '215645.484000', '215645.487000', '215645.490000', '215645.492000', '215645.495000', '215645.497000', '215645.500000', '215645.503000', '215645.505000', '215645.508000', '215645.510000', '215645.513000', '215645.515000', '215645.518000', '215645.520000', '215645.523000', '215645.526000', '215705.417000', '215705.420000', '215705.423000', '215705.425000', '215705.428000', '215705.431000', '215705.433000', '215705.436000', '215705.438000', '215705.441000', '215705.443000', '215705.446000', '215705.449000', '215705.451000', '215705.454000', '215705.456000', '215705.459000', '215705.462000', '215705.464000', '215705.467000', '215705.469000', '215705.472000', '215705.475000', '215705.477000', '215705.480000', '215705.482000', '215705.485000', '215705.487000', '215705.490000', '215705.492000', '215705.495000', '215705.497000', '215705.500000', '215705.503000', '215705.505000', '215705.508000', '215705.510000', '215705.513000', '215705.516000', '215705.518000', '215705.521000', '215705.523000', '215705.526000', '215705.528000', '215725.417000', '215725.419000', '215725.422000', '215725.425000', '215725.427000', '215725.430000', '215725.433000', '215725.435000', '215725.438000', '215725.440000', '215725.443000', '215725.445000', '215725.448000', '215725.450000', '215725.453000', '215725.455000', '215725.458000', '215725.461000', '215725.463000', '215725.466000', '215725.468000', '215725.471000', '215725.474000', '215725.476000', '215725.479000', '215725.481000', '215725.484000', '215725.487000', '215725.489000', '215725.492000', '215725.494000', '215725.497000', '215725.499000', '215725.502000', '215725.504000', '215725.507000', '215725.510000', '215725.512000', '215725.515000', '215725.517000', '215725.520000', '215725.522000', '215725.525000', '215745.416000', '215745.419000', '215745.422000', '215745.425000', '215745.427000', '215745.430000', '215745.432000', '215745.435000', '215745.437000', '215745.440000', '215745.443000', '215745.445000', '215745.448000', '215745.450000', '215745.453000', '215745.455000', '215745.459000', '215745.471000', '215745.473000', '215745.476000', '215745.479000', '215745.481000', '215745.484000', '215745.486000', '215745.489000', '215745.491000', '215745.494000', '215745.497000', '215745.499000', '215745.502000', '215745.504000', '215745.507000', '215745.509000', '215745.512000', '215745.515000', '215745.517000', '215745.520000', '215745.522000', '215745.525000', '215745.527000', '215745.530000', '215745.532000', '215745.535000', '215745.538000', '215805.417000', '215805.420000', '215805.422000', '215805.425000', '215805.427000', '215805.430000', '215805.433000', '215805.435000', '215805.438000', '215805.440000', '215805.443000', '215805.445000', '215805.448000', '215805.450000', '215805.453000', '215805.456000', '215805.458000', '215805.461000', '215805.464000', '215805.466000', '215805.469000', '215805.471000', '215805.474000', '215805.476000', '215805.479000', '215805.481000', '215805.484000', '215805.487000', '215805.489000', '215805.492000', '215805.495000', '215805.497000', '215805.500000', '215805.502000', '215805.505000', '215805.507000', '215805.510000', '215805.512000', '215805.515000', '215805.518000', '215805.520000', '215805.523000', '215805.525000', '215825.418000', '215825.421000', '215825.423000', '215825.426000', '215825.429000', '215825.431000', '215825.434000', '215825.437000', '215825.439000', '215825.442000', '215825.444000', '215825.447000', '215825.450000', '215825.452000', '215825.455000', '215825.457000', '215825.460000', '215825.463000', '215825.465000', '215825.468000', '215825.470000', '215825.473000', '215825.475000', '215825.478000', '215825.481000', '215825.483000', '215825.486000', '215825.488000', '215825.491000', '215825.493000', '215825.496000', '215825.498000', '215825.501000', '215825.504000', '215825.506000', '215825.509000', '215825.511000', '215825.514000', '215825.516000', '215825.519000', '215825.521000', '215825.524000', '215825.527000', '215845.418000', '215845.420000', '215845.423000', '215845.426000', '215845.428000', '215845.431000', '215845.433000', '215845.436000', '215845.438000', '215845.441000', '215845.444000', '215845.446000', '215845.449000', '215845.451000', '215845.454000', '215845.456000', '215845.459000', '215845.462000', '215845.464000', '215845.467000', '215845.469000', '215845.472000', '215845.474000', '215845.477000', '215845.480000', '215845.482000', '215845.485000', '215845.488000', '215845.490000', '215845.493000', '215845.495000', '215845.498000', '215845.501000', '215845.503000', '215845.506000', '215845.508000', '215845.511000', '215845.513000', '215845.516000', '215845.519000', '215845.521000', '215845.524000', '215845.526000', '215845.529000', '215905.417000', '215905.420000', '215905.423000', '215905.426000', '215905.428000', '215905.431000', '215905.434000', '215905.436000', '215905.439000', '215905.441000', '215905.444000', '215905.447000', '215905.449000', '215905.452000', '215905.455000', '215905.457000', '215905.460000', '215905.462000', '215905.465000', '215905.467000', '215905.470000', '215905.472000', '215905.475000', '215905.478000', '215905.480000', '215905.483000', '215905.485000', '215905.488000', '215905.491000', '215905.493000', '215905.496000', '215905.499000', '215905.502000', '215905.505000', '215905.507000', '215905.510000', '215905.512000', '215905.515000', '215905.517000', '215905.520000', '215905.523000', '215905.525000', '215905.538000', '215925.418000', '215925.420000', '215925.423000', '215925.426000', '215925.428000', '215925.431000', '215925.433000', '215925.436000', '215925.438000', '215925.441000', '215925.444000', '215925.446000', '215925.449000', '215925.451000', '215925.454000', '215925.456000', '215925.459000', '215925.462000', '215925.464000', '215925.467000', '215925.470000', '215925.473000', '215925.476000', '215925.478000', '215925.481000', '215925.483000', '215925.486000', '215925.489000', '215925.491000', '215925.494000', '215925.496000', '215925.499000', '215925.502000', '215925.504000', '215925.507000', '215925.509000', '215925.512000', '215925.514000', '215925.517000', '215925.520000', '215925.522000', '215925.525000', '215925.527000', '215925.530000', '215945.417000', '215945.419000', '215945.422000', '215945.425000', '215945.427000', '215945.430000', '215945.433000', '215945.435000', '215945.438000', '215945.440000', '215945.443000', '215945.445000', '215945.448000', '215945.451000', '215945.453000', '215945.456000', '215945.458000', '215945.461000', '215945.464000', '215945.466000', '215945.469000', '215945.472000', '215945.474000', '215945.477000', '215945.479000', '215945.482000', '215945.485000', '215945.487000', '215945.490000', '215945.492000', '215945.495000', '215945.498000', '215945.500000', '215945.503000', '215945.505000', '215945.508000', '215945.510000', '215945.513000', '215945.515000', '215945.518000', '215945.521000', '215945.523000', '215945.526000', '215953.281000', '215953.284000', '215953.287000', '215953.289000', '215953.292000', '215953.295000', '215953.298000', '215953.301000', '215953.304000', '215953.307000', '215953.310000', '215953.313000', '215953.316000', '215953.320000', '215953.323000', '215953.326000', '215953.329000', '215953.332000'], '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': [12472, 8807, 13477, 10536, 13495, 10353, 10764, 9686, 7628, 11231, 7822, 12520, 8605, 12474, 9980, 12707, 9668, 12377, 9870, 12016, 9335, 8054, 10670, 7789, 10580, 8185, 10677, 8098, 10278, 8762, 10758, 10641, 11099, 10406, 8936, 10130, 6806, 10343, 7861, 10826, 8528, 11926, 10540, 8893, 10111, 7507, 11692, 8971, 8319, 10315, 7681, 10895, 10697, 8514, 13352, 14156, 11488, 7467, 11545, 10871, 14322, 17539, 11333, 15036, 13240, 12955, 14886, 10230, 16582, 11435, 9348, 13370, 10543, 16280, 13781, 9011, 16128, 11073, 10362, 11738, 8537, 15180, 10436, 12809, 10378, 7685, 10986, 8242, 13743, 10256, 7134, 10565, 8188, 11837, 9838, 10634, 10331, 8092, 10766, 8496, 13584, 10573, 11135, 10170, 8157, 10998, 8335, 12521, 9726, 13495, 10657, 9589, 10301, 8210, 12642, 7805, 8713, 10321, 8883, 7808, 12346, 10612, 7415, 11301, 10071, 11897, 10772, 7781, 13124, 8515, 13377, 10111, 15373, 11490, 9361, 12794, 9495, 13890, 10277, 8698, 12804, 8983, 12915, 10209, 13227, 10118, 10170, 9996, 8543, 12419, 9043, 11453, 10244, 8068, 11133, 10505, 8419, 10503, 9008, 9964, 9924, 8032, 11804, 9334, 13201, 11823, 9110, 11732, 9084, 7507, 9553, 7617, 11963, 12801, 10506, 8600, 13428, 9173, 12129, 14289, 11100, 17109, 15249, 15465, 15426, 10191, 16579, 12723, 17227, 12759, 12237, 12295, 8981, 12819, 10203, 9093, 11355, 8269, 12451, 10049, 10128, 10721, 7856, 11831, 9458, 11699, 9910, 7996, 11432, 9394, 7712, 14777, 12461, 9966, 13900, 10198, 15444, 11943, 9905, 11420, 8518, 13343, 9497, 13866, 10631, 14117, 11408, 12714, 10954, 9072, 14883, 11906, 14457, 9027, 7453, 7515, 7548, 7581, 10992, 7548, 9081, 7241, 7279, 13366, 13246, 13794, 16072, 13636, 13221, 19403, 16313, 14525, 13033, 9700, 16483, 10763, 9699, 10499, 8409, 11603, 9515, 10853, 9191, 7527, 10339, 9018, 10866, 9521, 8791, 8982, 7440, 10281, 8989, 10403, 8295, 8087, 9863, 8246, 10135, 9076, 9627, 9132, 8137, 10616, 9145, 9352, 9308, 6700, 7075, 8846, 7838, 8492, 12119, 11214, 15255, 10679, 12349, 12223, 9148, 15376, 10977, 15584, 11921, 16271, 11304, 11526, 12915, 8358, 13889, 10004, 13374, 10786, 8982, 12886, 8905, 13835, 10981, 13095, 10710, 8380, 12184, 9262, 13199, 9819, 9912, 10049, 8796, 12121, 9164, 12223, 8725, 14967, 10351, 7606, 7372, 10615, 10753, 11864, 8920, 7937, 9638, 7968, 8824, 8553, 9213, 8181, 9333, 12833, 10056, 12806, 15825, 14985, 18049, 13742, 11882, 14705, 12243, 16429, 13840, 10217, 11569, 9336, 12927, 9760, 8940, 10868, 8958, 12225, 9707, 13076, 11036, 8523, 12681, 9909, 8789, 10656, 8167, 12522, 10016, 11131, 10638, 8246, 13092, 8502, 14166, 10424, 14320, 10907, 13684, 10644, 13868, 10562, 13808, 10836, 10370, 10608, 8363, 12129, 8491, 12663, 8760, 12541, 9841, 13374, 11422, 8830, 10405, 8088, 7698, 9165, 7592, 8166, 9812, 8033, 10482, 9318, 7797, 11346, 7987, 12820, 10110, 13169, 11190, 10898, 11794, 8197, 14162, 9892, 14248, 11076, 11552, 11112, 8575, 11373, 8096, 12297, 9392, 7885, 12624, 7917, 17096, 14202, 11987, 11017, 8185, 11668, 9868, 9308, 9453, 8360, 10792, 8502, 7510, 10099, 8441, 10172, 8385, 6851, 9678, 8685, 8876, 8444, 6863, 9672, 7955, 7838, 9542, 8288, 11592, 8920, 7379, 10953, 8850, 14219, 9800, 10039, 11016, 7996, 13371, 9389, 15472, 9667, 9143, 10261, 8125, 10317, 10658, 9085, 11648, 7922, 7549, 13276, 11550, 10207, 9568, 17775, 12428, 9747, 13041, 11141, 14798, 16297, 12398, 16191, 13482, 10971, 17155, 12200, 12209, 16115, 13184, 14602, 11497, 10026, 13547, 9935, 13579, 10002, 9105, 12859, 9685, 12889, 9760, 13120, 8840, 8187, 10379, 8553, 11233, 9074, 9253, 8907, 8222, 10554, 8757, 10931, 9172, 11444, 9270, 8995, 9278, 7452, 11275, 8200, 11831, 8757, 12155, 9008, 12231, 9363, 8563, 10242, 7808, 11737, 8614, 12071, 9101, 12726, 9340, 11303, 9542, 7773, 10622, 11101, 13305, 11989, 8252, 9988, 8215, 6857, 8485, 9741, 7716, 11447, 8544, 8602, 11387, 8489, 13203, 10799, 9464, 15162, 11716, 11918, 13342, 9502, 15362, 9803, 15245, 10446, 14237, 10349, 8076, 12972, 9116, 13210, 9212, 11747, 8827, 7478, 11022, 8344, 12150, 9344, 11913, 9628, 12111, 8672, 8826, 9820, 7051, 10352, 8244, 11302, 8902, 8942, 8637, 7312, 10390, 8961, 11113, 9224, 11328, 8639, 8625, 10236, 7787, 11804, 8902, 12374, 9427, 13069, 9787, 7426, 7374, 7767, 7294, 10182, 7455, 10844, 11883, 10483, 12215, 12179, 13576, 9154, 13475, 11965, 8437, 15956, 12741, 16869, 14830, 11701, 12718, 8867, 9864, 12383, 9861, 11496, 12511, 9518, 9380, 12205, 8696, 13679, 10232, 7886, 12372, 8729, 12603, 9071, 11544, 9031, 7812, 11511, 8647, 11703, 8747, 7891, 9589, 7507, 10537, 8058, 10697, 8778, 8391, 10420, 7717, 11132, 8492, 12083, 8966, 9622, 9299, 7492, 11067, 8140, 11683, 8913, 9909, 9385, 7882, 11197, 7791, 11304, 8934, 10533, 9434, 8005, 11554, 7458, 11628, 8969, 11962, 9062, 9723, 9646, 7893, 11172, 8333, 11731, 10695, 13984, 14419, 6771, 8980, 9270, 9011, 7652, 11868, 9299, 7419, 7204, 9777, 11514, 13927, 14038, 13092, 16690, 14044, 13311, 17181, 13160, 10499, 15829, 12603, 9665, 13533, 9819, 13855, 11061, 9228, 13806, 10122, 13404, 9677, 9646, 12096, 9075, 12056, 10393, 7766, 11183, 8927, 12126, 9511, 7997, 10473, 8418, 11740, 9760, 11610, 10116, 8426, 11292, 8138, 11560, 8961, 12616, 10062, 8114, 10976, 7589, 11644, 8653, 8237, 8472, 6944, 10771, 9567, 7811, 11661, 8553, 11873, 8111, 10927, 7798, 12086, 7967, 11634, 8736, 12075, 9228, 10176, 10998, 8745, 12730, 8780, 13419, 8935, 14166, 10095, 14731, 10574, 15226, 12186, 14797, 11211, 17009, 10012, 8468, 11288, 8357, 12544, 9068, 12897, 9759, 12563, 10115, 12172, 9297, 9058, 9168, 9749, 7099, 7664, 7578, 9030, 8359, 9284, 12535, 8852, 6911, 8006, 9701, 9511, 10238, 12132, 10740, 11560, 15265, 11290, 15385, 14636, 10766, 14766, 11911, 8931, 15580, 10332, 7311, 10436, 7053, 9634, 8741, 7810, 12791, 9204, 7652, 11541, 8039], 'WindowCenter': [4264.0, 4217.0, 4246.0, 4223.0, 4242.0, 4223.0, 4220.0, 4199.0, 4167.0, 4219.0, 4167.0, 4232.0, 4201.0, 4229.0, 4212.0, 4228.0, 4199.0, 4230.0, 4223.0, 4232.0, 4204.0, 4183.0, 4210.0, 4169.0, 4199.0, 4168.0, 4200.0, 4169.0, 4210.0, 4192.0, 4209.0, 4212.0, 4211.0, 4213.0, 4203.0, 4212.0, 4161.0, 4211.0, 4181.0, 4211.0, 4193.0, 4222.0, 4212.0, 4189.0, 4212.0, 4176.0, 4234.0, 4205.0, 4195.0, 4225.0, 4194.0, 4238.0, 4226.0, 4195.0, 4247.0, 4238.0, 4188.0, 4162.0, 4215.0, 4217.0, 4246.0, 4259.0, 4216.0, 4248.0, 4237.0, 4222.0, 4233.0, 4190.0, 4244.0, 4225.0, 4192.0, 4233.0, 4202.0, 4243.0, 4244.0, 4191.0, 4241.0, 4209.0, 4186.0, 4196.0, 4163.0, 4228.0, 4198.0, 4206.0, 4186.0, 4155.0, 4196.0, 4180.0, 4229.0, 4198.0, 4147.0, 4197.0, 4192.0, 4220.0, 4202.0, 4197.0, 4199.0, 4167.0, 4209.0, 4191.0, 4229.0, 4198.0, 4207.0, 4197.0, 4168.0, 4209.0, 4167.0, 4216.0, 4186.0, 4218.0, 4210.0, 4187.0, 4202.0, 4170.0, 4050.0, 4214.0, 4206.0, 4225.0, 4202.0, 4183.0, 4215.0, 4219.0, 4178.0, 4217.0, 4210.0, 4230.0, 4221.0, 4179.0, 4240.0, 4187.0, 4228.0, 4208.0, 4250.0, 4230.0, 4198.0, 4228.0, 4210.0, 4239.0, 4196.0, 4175.0, 4226.0, 4185.0, 4227.0, 4196.0, 4214.0, 4197.0, 4194.0, 4197.0, 4176.0, 4228.0, 4188.0, 4217.0, 4207.0, 4178.0, 4216.0, 4209.0, 4189.0, 4220.0, 4201.0, 4211.0, 4212.0, 4180.0, 4219.0, 4200.0, 4216.0, 4207.0, 4188.0, 4206.0, 4175.0, 4158.0, 4212.0, 4168.0, 4211.0, 4181.0, 4186.0, 4164.0, 4226.0, 4199.0, 4231.0, 4240.0, 4219.0, 4249.0, 4239.0, 4237.0, 4225.0, 4184.0, 4223.0, 4204.0, 4223.0, 4204.0, 4200.0, 4191.0, 4148.0, 4187.0, 4182.0, 4161.0, 4179.0, 4149.0, 4200.0, 4182.0, 4181.0, 4191.0, 4152.0, 4204.0, 4185.0, 4205.0, 4186.0, 4179.0, 4204.0, 4185.0, 4137.0, 4251.0, 4229.0, 4198.0, 4230.0, 4209.0, 4251.0, 4232.0, 4211.0, 4221.0, 4177.0, 4227.0, 4186.0, 4226.0, 4195.0, 4223.0, 4210.0, 4201.0, 4200.0, 4170.0, 4233.0, 4106.0, 4037.0, 4184.0, 4178.0, 4134.0, 4140.0, 4063.0, 4104.0, 4113.0, 4157.0, 4182.0, 4169.0, 4230.0, 4231.0, 4231.0, 4241.0, 4219.0, 4190.0, 4250.0, 4226.0, 4214.0, 4203.0, 4172.0, 4223.0, 4181.0, 4156.0, 4165.0, 4149.0, 4189.0, 4173.0, 4191.0, 4159.0, 4138.0, 4169.0, 4160.0, 4192.0, 4186.0, 4174.0, 4176.0, 4157.0, 4197.0, 4202.0, 4210.0, 4176.0, 4167.0, 4196.0, 4165.0, 4198.0, 4188.0, 4186.0, 4187.0, 4167.0, 4198.0, 4204.0, 4202.0, 4175.0, 3981.0, 4201.0, 4126.0, 4181.0, 4133.0, 4201.0, 4218.0, 4235.0, 4206.0, 4216.0, 4230.0, 4187.0, 4254.0, 4210.0, 4240.0, 4219.0, 4238.0, 4207.0, 4205.0, 4201.0, 4149.0, 4202.0, 4171.0, 4213.0, 4193.0, 4161.0, 4201.0, 4171.0, 4214.0, 4193.0, 4199.0, 4192.0, 4162.0, 4214.0, 4187.0, 4226.0, 4195.0, 4182.0, 4184.0, 4161.0, 4204.0, 4173.0, 4203.0, 4175.0, 4228.0, 4066.0, 4102.0, 4022.0, 4101.0, 4293.0, 4219.0, 4149.0, 4156.0, 4162.0, 4139.0, 4150.0, 4164.0, 4199.0, 4165.0, 4200.0, 4229.0, 4185.0, 4190.0, 4228.0, 4217.0, 4228.0, 4219.0, 4208.0, 4228.0, 4205.0, 4225.0, 4215.0, 4182.0, 4187.0, 4158.0, 4198.0, 4169.0, 4158.0, 4192.0, 4172.0, 4204.0, 4195.0, 4225.0, 4207.0, 4173.0, 4214.0, 4193.0, 4173.0, 4206.0, 4176.0, 4215.0, 4208.0, 4217.0, 4208.0, 4176.0, 4227.0, 4175.0, 4225.0, 4192.0, 4224.0, 4194.0, 4212.0, 4193.0, 4212.0, 4192.0, 4212.0, 4191.0, 4182.0, 4191.0, 4160.0, 4200.0, 4160.0, 4211.0, 4172.0, 4214.0, 4197.0, 4229.0, 4194.0, 4173.0, 4164.0, 4158.0, 4130.0, 4223.0, 4177.0, 4073.0, 4086.0, 4199.0, 4204.0, 4169.0, 4136.0, 4178.0, 4135.0, 4197.0, 4178.0, 4199.0, 4189.0, 4176.0, 4186.0, 4132.0, 4183.0, 4142.0, 4182.0, 4165.0, 4174.0, 4162.0, 4116.0, 4159.0, 4118.0, 4174.0, 4145.0, 4134.0, 4186.0, 4095.0, 4220.0, 4211.0, 4199.0, 4191.0, 4162.0, 4204.0, 4196.0, 4197.0, 4208.0, 4186.0, 4217.0, 4185.0, 4152.0, 4205.0, 4187.0, 4207.0, 4176.0, 4157.0, 4208.0, 4200.0, 4210.0, 4187.0, 4157.0, 4210.0, 4180.0, 4165.0, 4196.0, 4189.0, 4218.0, 4200.0, 4168.0, 4218.0, 4188.0, 4240.0, 4210.0, 4196.0, 4206.0, 4163.0, 4224.0, 4199.0, 4235.0, 4186.0, 4184.0, 4207.0, 4165.0, 4206.0, 4208.0, 4186.0, 4213.0, 4135.0, 4155.0, 4218.0, 4167.0, 4113.0, 4048.0, 4199.0, 4229.0, 4197.0, 4227.0, 4221.0, 4253.0, 4250.0, 4215.0, 4223.0, 4202.0, 4180.0, 4221.0, 4201.0, 4189.0, 4212.0, 4188.0, 4197.0, 4177.0, 4154.0, 4182.0, 4153.0, 4170.0, 4150.0, 4143.0, 4184.0, 4141.0, 4172.0, 4155.0, 4184.0, 4156.0, 4133.0, 4166.0, 4146.0, 4188.0, 4169.0, 4169.0, 4169.0, 4160.0, 4191.0, 4160.0, 4202.0, 4182.0, 4189.0, 4171.0, 4170.0, 4171.0, 4151.0, 4192.0, 4164.0, 4200.0, 4161.0, 4212.0, 4173.0, 4201.0, 4185.0, 4172.0, 4191.0, 4164.0, 4202.0, 4173.0, 4202.0, 4172.0, 4211.0, 4183.0, 4192.0, 4183.0, 4151.0, 4181.0, 4205.0, 4187.0, 4138.0, 4124.0, 4140.0, 4138.0, 4113.0, 4147.0, 4208.0, 4178.0, 4226.0, 4188.0, 4187.0, 4205.0, 4175.0, 4227.0, 4208.0, 4209.0, 4249.0, 4218.0, 4215.0, 4216.0, 4169.0, 4224.0, 4182.0, 4221.0, 4194.0, 4210.0, 4179.0, 4151.0, 4212.0, 4160.0, 4199.0, 4169.0, 4188.0, 4172.0, 4141.0, 4179.0, 4149.0, 4200.0, 4170.0, 4200.0, 4184.0, 4201.0, 4173.0, 4173.0, 4182.0, 4142.0, 4192.0, 4173.0, 4203.0, 4186.0, 4197.0, 4186.0, 4154.0, 4206.0, 4186.0, 4205.0, 4199.0, 4216.0, 4176.0, 4175.0, 4197.0, 4163.0, 4217.0, 4185.0, 4214.0, 4183.0, 4215.0, 4142.0, 3936.0, 4227.0, 4191.0, 4142.0, 4166.0, 4129.0, 4120.0, 4190.0, 4083.0, 4243.0, 4229.0, 4240.0, 4199.0, 4239.0, 4229.0, 4176.0, 4239.0, 4229.0, 4237.0, 4224.0, 4204.0, 4214.0, 4174.0, 4179.0, 4198.0, 4179.0, 4189.0, 4197.0, 4170.0, 4169.0, 4199.0, 4169.0, 4222.0, 4181.0, 4151.0, 4201.0, 4159.0, 4201.0, 4170.0, 4190.0, 4158.0, 4148.0, 4189.0, 4159.0, 4200.0, 4159.0, 4161.0, 4183.0, 4152.0, 4191.0, 4175.0, 4192.0, 4186.0, 4173.0, 4203.0, 4167.0, 4203.0, 4187.0, 4214.0, 4185.0, 4195.0, 4197.0, 4152.0, 4215.0, 4173.0, 4213.0, 4186.0, 4205.0, 4183.0, 4173.0, 4205.0, 4165.0, 4215.0, 4186.0, 4205.0, 4186.0, 4164.0, 4216.0, 4164.0, 4214.0, 4187.0, 4203.0, 4185.0, 4195.0, 4183.0, 4160.0, 4203.0, 4160.0, 4206.0, 4084.0, 4174.0, 4216.0, 4145.0, 4169.0, 4146.0, 4175.0, 4099.0, 4209.0, 4147.0, 4098.0, 4123.0, 4154.0, 4205.0, 4214.0, 4212.0, 4200.0, 4212.0, 4202.0, 4203.0, 4235.0, 4202.0, 4181.0, 4211.0, 4187.0, 4168.0, 4196.0, 4154.0, 4184.0, 4163.0, 4143.0, 4184.0, 4165.0, 4208.0, 4166.0, 4163.0, 4184.0, 4158.0, 4184.0, 4177.0, 4147.0, 4187.0, 4168.0, 4200.0, 4180.0, 4161.0, 4203.0, 4160.0, 4213.0, 4194.0, 4200.0, 4192.0, 4173.0, 4203.0, 4161.0, 4202.0, 4184.0, 4214.0, 4192.0, 4174.0, 4204.0, 4163.0, 4212.0, 4183.0, 4169.0, 4159.0, 4139.0, 4147.0, 4192.0, 4165.0, 4202.0, 4170.0, 4213.0, 4162.0, 4215.0, 4164.0, 4226.0, 4188.0, 4215.0, 4186.0, 4213.0, 4182.0, 4191.0, 4202.0, 4172.0, 4214.0, 4171.0, 4212.0, 4170.0, 4210.0, 4178.0, 4206.0, 4167.0, 4194.0, 4184.0, 4193.0, 4186.0, 4203.0, 4162.0, 4131.0, 4172.0, 4141.0, 4181.0, 4152.0, 4181.0, 4163.0, 4193.0, 4176.0, 4184.0, 4154.0, 4158.0, 4171.0, 4148.0, 4163.0, 4090.0, 4134.0, 4140.0, 4131.0, 4113.0, 4201.0, 4164.0, 4107.0, 4147.0, 4193.0, 4177.0, 4163.0, 4213.0, 4190.0, 4200.0, 4235.0, 4202.0, 4234.0, 4223.0, 4191.0, 4221.0, 4197.0, 4158.0, 4219.0, 4177.0, 4125.0, 4176.0, 4124.0, 4152.0, 4142.0, 4147.0, 4207.0, 4168.0, 4160.0, 4212.0, 4172.0], 'WindowWidth': [9435.0, 9364.0, 9399.0, 9363.0, 9388.0, 9361.0, 9354.0, 9322.0, 9278.0, 9347.0, 9277.0, 9369.0, 9330.0, 9363.0, 9341.0, 9360.0, 9321.0, 9366.0, 9361.0, 9373.0, 9335.0, 9309.0, 9335.0, 9280.0, 9319.0, 9276.0, 9320.0, 9277.0, 9336.0, 9318.0, 9334.0, 9342.0, 9337.0, 9343.0, 9334.0, 9344.0, 9272.0, 9339.0, 9300.0, 9338.0, 9318.0, 9356.0, 9341.0, 9305.0, 9338.0, 9300.0, 9374.0, 9340.0, 9325.0, 9364.0, 9327.0, 9389.0, 9369.0, 9326.0, 9392.0, 9377.0, 9288.0, 9271.0, 9342.0, 9349.0, 9391.0, 9417.0, 9350.0, 9399.0, 9381.0, 9348.0, 9367.0, 9304.0, 9384.0, 9360.0, 9312.0, 9370.0, 9327.0, 9387.0, 9390.0, 9313.0, 9379.0, 9331.0, 9294.0, 9307.0, 9261.0, 9353.0, 9315.0, 9321.0, 9296.0, 9253.0, 9309.0, 9296.0, 9358.0, 9315.0, 9248.0, 9316.0, 9316.0, 9352.0, 9328.0, 9314.0, 9318.0, 9273.0, 9334.0, 9315.0, 9359.0, 9317.0, 9325.0, 9312.0, 9276.0, 9332.0, 9272.0, 9337.0, 9298.0, 9342.0, 9335.0, 9298.0, 9325.0, 9278.0, 9017.0, 9379.0, 9344.0, 9367.0, 9331.0, 9310.0, 9340.0, 9355.0, 9300.0, 9349.0, 9343.0, 9369.0, 9359.0, 9299.0, 9384.0, 9306.0, 9363.0, 9335.0, 9400.0, 9371.0, 9325.0, 9363.0, 9341.0, 9380.0, 9316.0, 9285.0, 9356.0, 9298.0, 9359.0, 9314.0, 9335.0, 9314.0, 9308.0, 9314.0, 9290.0, 9363.0, 9308.0, 9346.0, 9333.0, 9296.0, 9344.0, 9335.0, 9311.0, 9354.0, 9329.0, 9344.0, 9345.0, 9299.0, 9350.0, 9327.0, 9340.0, 9326.0, 9305.0, 9324.0, 9279.0, 9264.0, 9344.0, 9278.0, 9333.0, 9271.0, 9295.0, 9264.0, 9352.0, 9327.0, 9372.0, 9385.0, 9353.0, 9397.0, 9378.0, 9370.0, 9357.0, 9291.0, 9349.0, 9319.0, 9349.0, 9322.0, 9309.0, 9298.0, 9234.0, 9286.0, 9287.0, 9257.0, 9278.0, 9238.0, 9308.0, 9287.0, 9281.0, 9296.0, 9246.0, 9318.0, 9297.0, 9324.0, 9299.0, 9298.0, 9321.0, 9298.0, 9221.0, 9397.0, 9362.0, 9320.0, 9363.0, 9335.0, 9395.0, 9372.0, 9342.0, 9355.0, 9290.0, 9356.0, 9298.0, 9354.0, 9311.0, 9346.0, 9336.0, 9305.0, 9319.0, 9271.0, 9364.0, 9132.0, 8989.0, 9312.0, 9304.0, 9218.0, 9222.0, 9079.0, 9143.0, 9178.0, 9245.0, 9311.0, 9284.0, 9364.0, 9369.0, 9368.0, 9384.0, 9349.0, 9289.0, 9402.0, 9359.0, 9333.0, 9316.0, 9273.0, 9345.0, 9284.0, 9240.0, 9251.0, 9236.0, 9289.0, 9274.0, 9298.0, 9250.0, 9219.0, 9262.0, 9253.0, 9301.0, 9300.0, 9279.0, 9284.0, 9265.0, 9316.0, 9332.0, 9339.0, 9286.0, 9271.0, 9312.0, 9269.0, 9319.0, 9304.0, 9298.0, 9301.0, 9275.0, 9315.0, 9335.0, 9328.0, 9280.0, 8929.0, 9351.0, 9189.0, 9310.0, 9207.0, 9316.0, 9353.0, 9376.0, 9331.0, 9345.0, 9372.0, 9306.0, 9416.0, 9343.0, 9386.0, 9351.0, 9378.0, 9332.0, 9323.0, 9314.0, 9241.0, 9315.0, 9271.0, 9334.0, 9308.0, 9259.0, 9312.0, 9273.0, 9336.0, 9305.0, 9309.0, 9303.0, 9262.0, 9336.0, 9305.0, 9356.0, 9313.0, 9291.0, 9291.0, 9259.0, 9321.0, 9278.0, 9317.0, 9282.0, 9353.0, 9057.0, 9159.0, 8994.0, 9129.0, 9500.0, 9347.0, 9232.0, 9254.0, 9252.0, 9217.0, 9229.0, 9263.0, 9324.0, 9271.0, 9324.0, 9364.0, 9295.0, 9292.0, 9366.0, 9343.0, 9362.0, 9349.0, 9333.0, 9363.0, 9324.0, 9355.0, 9337.0, 9288.0, 9287.0, 9248.0, 9303.0, 9265.0, 9249.0, 9303.0, 9278.0, 9321.0, 9311.0, 9352.0, 9331.0, 9281.0, 9335.0, 9305.0, 9279.0, 9331.0, 9288.0, 9339.0, 9336.0, 9347.0, 9334.0, 9290.0, 9356.0, 9286.0, 9352.0, 9304.0, 9349.0, 9307.0, 9329.0, 9304.0, 9326.0, 9300.0, 9329.0, 9299.0, 9286.0, 9298.0, 9255.0, 9311.0, 9258.0, 9325.0, 9274.0, 9331.0, 9318.0, 9362.0, 9304.0, 9277.0, 9245.0, 9258.0, 9197.0, 9372.0, 9296.0, 9088.0, 9108.0, 9350.0, 9327.0, 9265.0, 9220.0, 9275.0, 9215.0, 9300.0, 9276.0, 9307.0, 9292.0, 9273.0, 9284.0, 9206.0, 9273.0, 9215.0, 9271.0, 9248.0, 9265.0, 9239.0, 9172.0, 9230.0, 9176.0, 9258.0, 9221.0, 9211.0, 9280.0, 9133.0, 9350.0, 9329.0, 9307.0, 9298.0, 9263.0, 9322.0, 9317.0, 9323.0, 9337.0, 9306.0, 9348.0, 9302.0, 9253.0, 9328.0, 9307.0, 9330.0, 9290.0, 9266.0, 9337.0, 9331.0, 9343.0, 9308.0, 9267.0, 9341.0, 9300.0, 9273.0, 9315.0, 9310.0, 9350.0, 9325.0, 9283.0, 9351.0, 9307.0, 9383.0, 9338.0, 9314.0, 9329.0, 9267.0, 9355.0, 9325.0, 9371.0, 9298.0, 9292.0, 9330.0, 9270.0, 9332.0, 9336.0, 9304.0, 9336.0, 9213.0, 9253.0, 9342.0, 9249.0, 9147.0, 9026.0, 9308.0, 9366.0, 9317.0, 9361.0, 9362.0, 9406.0, 9401.0, 9340.0, 9352.0, 9319.0, 9282.0, 9344.0, 9315.0, 9290.0, 9330.0, 9289.0, 9299.0, 9271.0, 9234.0, 9268.0, 9233.0, 9249.0, 9223.0, 9221.0, 9274.0, 9214.0, 9256.0, 9237.0, 9275.0, 9242.0, 9209.0, 9256.0, 9230.0, 9288.0, 9268.0, 9267.0, 9266.0, 9255.0, 9298.0, 9256.0, 9317.0, 9291.0, 9294.0, 9274.0, 9269.0, 9271.0, 9248.0, 9301.0, 9267.0, 9312.0, 9259.0, 9329.0, 9280.0, 9313.0, 9297.0, 9275.0, 9300.0, 9270.0, 9318.0, 9277.0, 9315.0, 9275.0, 9328.0, 9294.0, 9302.0, 9289.0, 9246.0, 9280.0, 9321.0, 9280.0, 9190.0, 9188.0, 9198.0, 9220.0, 9187.0, 9235.0, 9340.0, 9300.0, 9360.0, 9311.0, 9306.0, 9326.0, 9287.0, 9360.0, 9336.0, 9339.0, 9395.0, 9347.0, 9337.0, 9341.0, 9268.0, 9347.0, 9288.0, 9340.0, 9308.0, 9321.0, 9279.0, 9246.0, 9327.0, 9253.0, 9306.0, 9265.0, 9288.0, 9273.0, 9232.0, 9277.0, 9237.0, 9308.0, 9269.0, 9309.0, 9295.0, 9312.0, 9279.0, 9277.0, 9287.0, 9237.0, 9302.0, 9279.0, 9320.0, 9300.0, 9320.0, 9304.0, 9258.0, 9330.0, 9301.0, 9327.0, 9325.0, 9342.0, 9286.0, 9287.0, 9316.0, 9267.0, 9344.0, 9301.0, 9335.0, 9293.0, 9336.0, 9212.0, 8832.0, 9416.0, 9327.0, 9235.0, 9250.0, 9210.0, 9154.0, 9292.0, 9091.0, 9404.0, 9369.0, 9386.0, 9327.0, 9382.0, 9371.0, 9290.0, 9384.0, 9367.0, 9379.0, 9349.0, 9320.0, 9340.0, 9285.0, 9281.0, 9307.0, 9281.0, 9294.0, 9305.0, 9271.0, 9268.0, 9309.0, 9270.0, 9347.0, 9287.0, 9246.0, 9313.0, 9253.0, 9314.0, 9272.0, 9292.0, 9252.0, 9242.0, 9295.0, 9256.0, 9313.0, 9257.0, 9261.0, 9294.0, 9252.0, 9305.0, 9289.0, 9306.0, 9305.0, 9280.0, 9322.0, 9282.0, 9322.0, 9308.0, 9340.0, 9299.0, 9315.0, 9320.0, 9253.0, 9341.0, 9285.0, 9337.0, 9306.0, 9330.0, 9297.0, 9284.0, 9326.0, 9278.0, 9343.0, 9303.0, 9329.0, 9303.0, 9271.0, 9345.0, 9274.0, 9338.0, 9308.0, 9324.0, 9300.0, 9317.0, 9296.0, 9259.0, 9318.0, 9258.0, 9324.0, 9094.0, 9263.0, 9337.0, 9252.0, 9266.0, 9225.0, 9281.0, 9146.0, 9334.0, 9227.0, 9145.0, 9196.0, 9236.0, 9326.0, 9337.0, 9332.0, 9310.0, 9336.0, 9315.0, 9316.0, 9367.0, 9315.0, 9283.0, 9330.0, 9285.0, 9262.0, 9299.0, 9236.0, 9278.0, 9246.0, 9218.0, 9276.0, 9255.0, 9320.0, 9260.0, 9250.0, 9279.0, 9252.0, 9278.0, 9275.0, 9237.0, 9289.0, 9266.0, 9311.0, 9285.0, 9265.0, 9321.0, 9259.0, 9335.0, 9310.0, 9312.0, 9305.0, 9283.0, 9320.0, 9261.0, 9317.0, 9299.0, 9341.0, 9305.0, 9286.0, 9324.0, 9273.0, 9338.0, 9298.0, 9274.0, 9253.0, 9225.0, 9213.0, 9308.0, 9275.0, 9323.0, 9273.0, 9336.0, 9269.0, 9343.0, 9274.0, 9363.0, 9315.0, 9344.0, 9308.0, 9337.0, 9293.0, 9301.0, 9318.0, 9282.0, 9339.0, 9276.0, 9334.0, 9271.0, 9328.0, 9277.0, 9314.0, 9259.0, 9295.0, 9279.0, 9294.0, 9289.0, 9310.0, 9248.0, 9206.0, 9261.0, 9219.0, 9273.0, 9236.0, 9274.0, 9252.0, 9295.0, 9272.0, 9280.0, 9241.0, 9252.0, 9274.0, 9223.0, 9276.0, 9122.0, 9211.0, 9212.0, 9203.0, 9157.0, 9317.0, 9259.0, 9168.0, 9237.0, 9309.0, 9281.0, 9251.0, 9338.0, 9302.0, 9313.0, 9370.0, 9322.0, 9365.0, 9355.0, 9305.0, 9342.0, 9305.0, 9252.0, 9341.0, 9278.0, 9202.0, 9270.0, 9199.0, 9234.0, 9220.0, 9239.0, 9319.0, 9268.0, 9265.0, 9336.0, 9286.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.015295924225028701</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.14489568691159588</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>56.89138577780458</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0464764368735637</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0303446369425284</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4896</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4255.3154</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.6475492000546076</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>452</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>51.894374282433986</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.319473308295573</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>3.072029290393478</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.505212916429212</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>3.3811777180640306</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0193282</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0010770151857286692</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025151126086711884</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.999954878480781</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>20.9888</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.5243</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.6534</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297446.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>769.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.7291</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9264</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>489.1744</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3334.199</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3549.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79098.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1226.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4372.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>887.2544</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>15.86488239481696</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> |