=== 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-0127 --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-0127",
"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-0127_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0127_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0127_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-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0127/ses-04/func/sub-0127_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>fa87a3990bcd8e30faa8290c8de4b148</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>20:37:38.735000</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.999972, 0.000374341, -0.0074723, -0.000872669, 0.997766, -0.0667986]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0877603</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>[4200, -7749, -7240, 267, -199, 132, -86, 129]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>248.836</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>bfd1c7dc-6523-4f11-a036-31befbfc891f||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.682851791381836, -0.002341305837035179, -0.020062623545527458, 113.05838012695312], [-0.0010043297661468387, 2.676933526992798, -0.1803688257932663, -97.25082397460938], [-0.020047631114721298, 0.17921581864356995, 2.6938939094543457, -92.00786590576172], [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': ['203738.735000', '203739.195000', '203739.655000', '203740.115000', '203740.575000', '203741.035000', '203741.495000', '203741.955000', '203742.415000', '203742.875000', '203743.335000', '203743.795000', '203744.255000', '203744.715000', '203745.175000', '203745.635000', '203746.095000', '203746.555000', '203747.015000', '203747.475000', '203747.935000', '203748.395000', '203748.855000', '203749.315000', '203749.775000', '203750.235000', '203750.695000', '203751.155000', '203751.615000', '203752.075000', '203752.535000', '203752.995000', '203753.455000', '203753.915000', '203754.375000', '203754.835000', '203755.295000', '203755.755000', '203756.215000', '203756.675000', '203757.135000', '203757.595000', '203758.055000', '203758.515000', '203758.975000', '203759.435000', '203759.895000', '203800.355000', '203800.815000', '203801.275000', '203801.735000', '203802.195000', '203802.655000', '203803.115000', '203803.575000', '203804.035000', '203804.495000', '203804.955000', '203805.415000', '203805.875000', '203806.335000', '203806.795000', '203807.255000', '203807.715000', '203808.175000', '203808.635000', '203809.095000', '203809.555000', '203810.015000', '203810.475000', '203810.935000', '203811.395000', '203811.855000', '203812.315000', '203812.775000', '203813.235000', '203813.695000', '203814.155000', '203814.615000', '203815.075000', '203815.535000', '203815.995000', '203816.455000', '203816.915000', '203817.375000', '203817.835000', '203818.295000', '203818.755000', '203819.215000', '203819.675000', '203820.135000', '203820.595000', '203821.055000', '203821.515000', '203821.975000', '203822.435000', '203822.895000', '203823.355000', '203823.815000', '203824.275000', '203824.735000', '203825.195000', '203825.655000', '203826.115000', '203826.575000', '203827.035000', '203827.495000', '203827.955000', '203828.415000', '203828.875000', '203829.335000', '203829.795000', '203830.255000', '203830.715000', '203831.175000', '203831.635000', '203832.095000', '203832.555000', '203833.015000', '203833.475000', '203833.935000', '203834.395000', '203834.855000', '203835.315000', '203835.775000', '203836.235000', '203836.695000', '203837.155000', '203837.615000', '203838.075000', '203838.535000', '203838.995000', '203839.455000', '203839.915000', '203840.375000', '203840.835000', '203841.295000', '203841.755000', '203842.215000', '203842.675000', '203843.135000', '203843.595000', '203844.055000', '203844.515000', '203844.975000', '203845.435000', '203845.895000', '203846.355000', '203846.815000', '203847.275000', '203847.735000', '203848.195000', '203848.655000', '203849.115000', '203849.575000', '203850.035000', '203850.495000', '203850.955000', '203851.415000', '203851.875000', '203852.335000', '203852.795000', '203853.255000', '203853.715000', '203854.175000', '203854.635000', '203855.095000', '203855.555000', '203856.015000', '203856.475000', '203856.935000', '203857.395000', '203857.855000', '203858.315000', '203858.775000', '203859.235000', '203859.695000', '203900.155000', '203900.615000', '203901.075000', '203901.535000', '203901.995000', '203902.455000', '203902.915000', '203903.375000', '203903.835000', '203904.295000', '203904.755000', '203905.215000', '203905.675000', '203906.135000', '203906.595000', '203907.055000', '203907.515000', '203907.975000', '203908.435000', '203908.895000', '203909.355000', '203909.815000', '203910.275000', '203910.735000', '203911.195000', '203911.655000', '203912.115000', '203912.575000', '203913.035000', '203913.495000', '203913.955000', '203914.415000', '203914.875000', '203915.335000', '203915.795000', '203916.255000', '203916.715000', '203917.175000', '203917.635000', '203918.095000', '203918.555000', '203919.015000', '203919.475000', '203919.935000', '203920.395000', '203920.855000', '203921.315000', '203921.775000', '203922.235000', '203922.695000', '203923.155000', '203923.615000', '203924.075000', '203924.535000', '203924.995000', '203925.455000', '203925.915000', '203926.375000', '203926.835000', '203927.295000', '203927.755000', '203928.215000', '203928.675000', '203929.135000', '203929.595000', '203930.055000', '203930.515000', '203930.975000', '203931.435000', '203931.895000', '203932.355000', '203932.815000', '203933.275000', '203933.735000', '203934.195000', '203934.655000', '203935.115000', '203935.575000', '203936.035000', '203936.495000', '203936.955000', '203937.415000', '203937.875000', '203938.335000', '203938.795000', '203939.255000', '203939.715000', '203940.175000', '203940.635000', '203941.095000', '203941.555000', '203942.015000', '203942.475000', '203942.935000', '203943.395000', '203943.855000', '203944.315000', '203944.775000', '203945.235000', '203945.695000', '203946.155000', '203946.615000', '203947.075000', '203947.535000', '203947.995000', '203948.455000', '203948.915000', '203949.375000', '203949.835000', '203950.295000', '203950.755000', '203951.215000', '203951.675000', '203952.135000', '203952.595000', '203953.055000', '203953.515000', '203953.975000', '203954.435000', '203954.895000', '203955.355000', '203955.815000', '203956.275000', '203956.735000', '203957.195000', '203957.655000', '203958.115000', '203958.575000', '203959.035000', '203959.495000', '203959.955000', '204000.415000', '204000.875000', '204001.335000', '204001.795000', '204002.255000', '204002.715000', '204003.175000', '204003.635000', '204004.095000', '204004.555000', '204005.015000', '204005.475000', '204005.935000', '204006.395000', '204006.855000', '204007.315000', '204007.775000', '204008.235000', '204008.695000', '204009.155000', '204009.615000', '204010.075000', '204010.535000', '204010.995000', '204011.455000', '204011.915000', '204012.375000', '204012.835000', '204013.295000', '204013.755000', '204014.215000', '204014.675000', '204015.135000', '204015.595000', '204016.055000', '204016.515000', '204016.975000', '204017.435000', '204017.895000', '204018.355000', '204018.815000', '204019.275000', '204019.735000', '204020.195000', '204020.655000', '204021.115000', '204021.575000', '204022.035000', '204022.495000', '204022.955000', '204023.415000', '204023.875000', '204024.335000', '204024.795000', '204025.255000', '204025.715000', '204026.175000', '204026.635000', '204027.095000', '204027.555000', '204028.015000', '204028.475000', '204028.935000', '204029.395000', '204029.855000', '204030.315000', '204030.775000', '204031.235000', '204031.695000', '204032.155000', '204032.615000', '204033.075000', '204033.535000', '204033.995000', '204034.455000', '204034.915000', '204035.375000', '204035.835000', '204036.295000', '204036.755000', '204037.215000', '204037.675000', '204038.135000', '204038.595000', '204039.055000', '204039.515000', '204039.975000', '204040.435000', '204040.895000', '204041.355000', '204041.815000', '204042.275000', '204042.735000', '204043.195000', '204043.655000', '204044.115000', '204044.575000', '204045.035000', '204045.495000', '204045.955000', '204046.415000', '204046.875000', '204047.335000', '204047.795000', '204048.255000', '204048.715000', '204049.175000', '204049.635000', '204050.095000', '204050.555000', '204051.015000', '204051.475000', '204051.935000', '204052.395000', '204052.855000', '204053.315000', '204053.775000', '204054.235000', '204054.695000', '204055.155000', '204055.615000', '204056.075000', '204056.535000', '204056.995000', '204057.455000', '204057.915000', '204058.375000', '204058.835000', '204059.295000', '204059.755000', '204100.215000', '204100.675000', '204101.135000', '204101.595000', '204102.055000', '204102.515000', '204102.975000', '204103.435000', '204103.895000', '204104.355000', '204104.815000', '204105.275000', '204105.735000', '204106.195000', '204106.655000', '204107.115000', '204107.575000', '204108.035000', '204108.495000', '204108.955000', '204109.415000', '204109.875000', '204110.335000', '204110.795000', '204111.255000', '204111.715000', '204112.175000', '204112.635000', '204113.095000', '204113.555000', '204114.015000', '204114.475000', '204114.935000', '204115.395000', '204115.855000', '204116.315000', '204116.775000', '204117.235000', '204117.695000', '204118.155000', '204118.615000', '204119.075000', '204119.535000', '204119.995000', '204120.455000', '204120.915000', '204121.375000', '204121.835000', '204122.295000', '204122.755000', '204123.215000', '204123.675000', '204124.135000', '204124.595000', '204125.055000', '204125.515000', '204125.975000', '204126.435000', '204126.895000', '204127.355000', '204127.815000', '204128.275000', '204128.735000', '204129.195000', '204129.655000', '204130.115000', '204130.575000', '204131.035000', '204131.495000', '204131.955000', '204132.415000', '204132.875000', '204133.335000', '204133.795000', '204134.255000', '204134.715000', '204135.175000', '204135.635000', '204136.095000', '204136.555000', '204137.015000', '204137.475000', '204137.935000', '204138.395000', '204138.855000', '204139.315000', '204139.775000', '204140.235000', '204140.695000', '204141.155000', '204141.615000', '204142.075000', '204142.535000', '204142.995000', '204143.455000', '204143.915000', '204144.375000', '204144.835000', '204145.295000', '204145.755000', '204146.215000', '204146.675000', '204147.135000', '204147.595000', '204148.055000', '204148.515000', '204148.975000', '204149.435000', '204149.895000', '204150.355000', '204150.815000', '204151.275000', '204151.735000', '204152.195000', '204152.655000', '204153.115000', '204153.575000', '204154.035000', '204154.495000', '204154.955000', '204155.415000', '204155.875000', '204156.335000', '204156.795000', '204157.255000', '204157.715000', '204158.175000', '204158.635000', '204159.095000', '204159.555000', '204200.015000', '204200.475000', '204200.935000', '204201.395000', '204201.855000', '204202.315000', '204202.775000', '204203.235000', '204203.695000', '204204.155000', '204204.615000', '204205.075000', '204205.535000', '204205.995000', '204206.455000', '204206.915000', '204207.375000', '204207.835000', '204208.295000', '204208.755000', '204209.215000', '204209.675000', '204210.135000', '204210.595000', '204211.055000', '204211.515000', '204211.975000', '204212.435000', '204212.895000', '204213.355000', '204213.815000', '204214.275000', '204214.735000', '204215.195000', '204215.655000', '204216.115000', '204216.575000', '204217.035000', '204217.495000', '204217.955000', '204218.415000', '204218.875000', '204219.335000', '204219.795000', '204220.255000', '204220.715000', '204221.175000', '204221.635000', '204222.095000', '204222.555000', '204223.015000', '204223.475000', '204223.935000', '204224.395000', '204224.855000', '204225.315000', '204225.775000', '204226.235000', '204226.695000', '204227.155000', '204227.615000', '204228.075000', '204228.535000', '204228.995000', '204229.455000', '204229.915000', '204230.375000', '204230.835000', '204231.295000', '204231.755000', '204232.215000', '204232.675000', '204233.135000', '204233.595000', '204234.055000', '204234.515000', '204234.975000', '204235.435000', '204235.895000', '204236.355000', '204236.815000', '204237.275000', '204237.735000', '204238.195000', '204238.655000', '204239.115000', '204239.575000', '204240.035000', '204240.495000', '204240.955000', '204241.415000', '204241.875000', '204242.335000', '204242.795000', '204243.255000', '204243.715000', '204244.175000', '204244.635000', '204245.095000', '204245.555000', '204246.015000', '204246.475000', '204246.935000', '204247.395000', '204247.855000', '204248.315000', '204248.775000', '204249.235000', '204249.695000', '204250.155000', '204250.615000', '204251.075000', '204251.535000', '204251.995000', '204252.455000', '204252.915000', '204253.375000', '204253.835000', '204254.295000', '204254.755000', '204255.215000', '204255.675000', '204256.135000', '204256.595000', '204257.055000', '204257.515000', '204257.975000', '204258.435000', '204258.895000', '204259.355000', '204259.815000', '204300.275000', '204300.735000', '204301.195000', '204301.655000', '204302.115000', '204302.575000', '204303.035000', '204303.495000', '204303.955000', '204304.415000', '204304.875000', '204305.335000', '204305.795000', '204306.255000', '204306.715000', '204307.175000', '204307.635000', '204308.095000', '204308.555000', '204309.015000', '204309.475000', '204309.935000', '204310.395000', '204310.855000', '204311.315000', '204311.775000', '204312.235000', '204312.695000', '204313.155000', '204313.615000', '204314.075000', '204314.535000', '204314.995000', '204315.455000', '204315.915000', '204316.375000', '204316.835000', '204317.295000', '204317.755000', '204318.215000', '204318.675000', '204319.135000', '204319.595000', '204320.055000', '204320.515000', '204320.975000', '204321.435000', '204321.895000', '204322.355000', '204322.815000', '204323.275000', '204323.735000', '204324.195000', '204324.655000', '204325.115000', '204325.575000', '204326.035000', '204326.495000', '204326.955000', '204327.415000', '204327.875000', '204328.335000', '204328.795000', '204329.255000', '204329.715000', '204330.175000', '204330.635000', '204331.095000', '204331.555000', '204332.015000', '204332.475000', '204332.935000', '204333.395000', '204333.855000', '204334.315000', '204334.775000', '204335.235000', '204335.695000', '204336.155000', '204336.615000', '204337.075000', '204337.535000', '204337.995000', '204338.455000', '204338.915000', '204339.375000', '204339.835000', '204340.295000', '204340.755000', '204341.215000', '204341.675000', '204342.135000', '204342.595000', '204343.055000', '204343.515000', '204343.975000', '204344.435000', '204344.895000', '204345.355000', '204345.815000', '204346.275000', '204346.735000', '204347.195000', '204347.655000', '204348.115000', '204348.575000', '204349.035000', '204349.495000', '204349.955000', '204350.415000', '204350.875000', '204351.335000', '204351.795000', '204352.255000', '204352.715000', '204353.175000', '204353.635000', '204354.095000', '204354.555000', '204355.015000', '204355.475000', '204355.935000', '204356.395000', '204356.855000', '204357.315000', '204357.775000', '204358.235000', '204358.695000', '204359.155000', '204359.615000', '204400.075000', '204400.535000', '204400.995000', '204401.455000', '204401.915000', '204402.375000', '204402.835000', '204403.295000', '204403.755000', '204404.215000', '204404.675000', '204405.135000', '204405.595000', '204406.055000', '204406.515000', '204406.975000', '204407.435000', '204407.895000', '204408.355000', '204408.815000', '204409.275000', '204409.735000', '204410.195000', '204410.655000', '204411.115000', '204411.575000', '204412.035000', '204412.495000', '204412.955000', '204413.415000', '204413.875000', '204414.335000', '204414.795000', '204415.255000', '204415.715000', '204416.175000', '204416.635000', '204417.095000', '204417.555000', '204418.015000', '204418.475000', '204418.935000', '204419.395000'], 'ContentTime': ['203808.456000', '203808.460000', '203808.462000', '203808.465000', '203808.468000', '203808.470000', '203808.473000', '203808.475000', '203808.478000', '203808.480000', '203808.483000', '203808.486000', '203808.488000', '203808.491000', '203808.493000', '203808.496000', '203808.498000', '203808.501000', '203808.504000', '203808.506000', '203808.509000', '203808.511000', '203808.514000', '203808.516000', '203808.519000', '203808.522000', '203808.524000', '203808.527000', '203808.529000', '203808.541000', '203808.543000', '203808.546000', '203808.548000', '203808.551000', '203808.554000', '203808.556000', '203808.559000', '203808.561000', '203808.564000', '203808.566000', '203808.569000', '203808.572000', '203808.576000', '203808.579000', '203808.582000', '203808.584000', '203808.587000', '203808.589000', '203808.592000', '203808.594000', '203808.597000', '203808.599000', '203808.602000', '203808.605000', '203808.607000', '203808.620000', '203808.623000', '203808.625000', '203808.628000', '203808.631000', '203808.633000', '203808.636000', '203808.638000', '203828.433000', '203828.435000', '203828.438000', '203828.441000', '203828.450000', '203828.452000', '203828.455000', '203828.458000', '203828.460000', '203828.463000', '203828.465000', '203828.468000', '203828.470000', '203828.473000', '203828.476000', '203828.478000', '203828.481000', '203828.483000', '203828.486000', '203828.488000', '203828.491000', '203828.494000', '203828.497000', '203828.500000', '203828.503000', '203828.506000', '203828.508000', '203828.511000', '203828.513000', '203828.516000', '203828.518000', '203828.521000', '203828.524000', '203828.526000', '203828.529000', '203828.531000', '203828.534000', '203828.537000', '203828.539000', '203828.542000', '203828.544000', '203828.547000', '203828.549000', '203848.432000', '203848.435000', '203848.438000', '203848.440000', '203848.443000', '203848.446000', '203848.448000', '203848.451000', '203848.453000', '203848.456000', '203848.458000', '203848.461000', '203848.464000', '203848.466000', '203848.469000', '203848.471000', '203848.480000', '203848.483000', '203848.486000', '203848.488000', '203848.491000', '203848.493000', '203848.496000', '203848.499000', '203848.501000', '203848.504000', '203848.506000', '203848.509000', '203848.511000', '203848.514000', '203848.517000', '203848.519000', '203848.522000', '203848.525000', '203848.527000', '203848.530000', '203848.532000', '203848.535000', '203848.537000', '203848.540000', '203848.542000', '203848.545000', '203848.548000', '203848.550000', '203908.432000', '203908.435000', '203908.438000', '203908.440000', '203908.443000', '203908.445000', '203908.448000', '203908.451000', '203908.453000', '203908.456000', '203908.458000', '203908.461000', '203908.463000', '203908.466000', '203908.469000', '203908.471000', '203908.474000', '203908.476000', '203908.479000', '203908.481000', '203908.484000', '203908.487000', '203908.489000', '203908.492000', '203908.494000', '203908.497000', '203908.499000', '203908.502000', '203908.505000', '203908.507000', '203908.510000', '203908.512000', '203908.515000', '203908.517000', '203908.520000', '203908.522000', '203908.525000', '203908.528000', '203908.531000', '203908.534000', '203908.537000', '203908.539000', '203908.542000', '203928.431000', '203928.434000', '203928.437000', '203928.439000', '203928.442000', '203928.445000', '203928.447000', '203928.450000', '203928.452000', '203928.455000', '203928.457000', '203928.460000', '203928.463000', '203928.465000', '203928.468000', '203928.470000', '203928.473000', '203928.475000', '203928.478000', '203928.481000', '203928.483000', '203928.486000', '203928.488000', '203928.491000', '203928.494000', '203928.496000', '203928.499000', '203928.501000', '203928.504000', '203928.507000', '203928.509000', '203928.512000', '203928.514000', '203928.517000', '203928.519000', '203928.522000', '203928.525000', '203928.527000', '203928.530000', '203928.532000', '203928.535000', '203928.537000', '203928.540000', '203928.543000', '203948.431000', '203948.434000', '203948.437000', '203948.439000', '203948.442000', '203948.445000', '203948.447000', '203948.450000', '203948.452000', '203948.455000', '203948.457000', '203948.460000', '203948.463000', '203948.465000', '203948.468000', '203948.470000', '203948.473000', '203948.476000', '203948.478000', '203948.481000', '203948.483000', '203948.486000', '203948.489000', '203948.491000', '203948.494000', '203948.496000', '203948.499000', '203948.502000', '203948.504000', '203948.507000', '203948.509000', '203948.522000', '203948.524000', '203948.528000', '203948.531000', '203948.534000', '203948.536000', '203948.539000', '203948.542000', '203948.544000', '203948.547000', '203948.549000', '203948.552000', '204008.432000', '204008.435000', '204008.438000', '204008.440000', '204008.443000', '204008.446000', '204008.448000', '204008.451000', '204008.454000', '204008.456000', '204008.459000', '204008.461000', '204008.464000', '204008.467000', '204008.469000', '204008.472000', '204008.474000', '204008.477000', '204008.480000', '204008.482000', '204008.485000', '204008.488000', '204008.490000', '204008.493000', '204008.495000', '204008.498000', '204008.500000', '204008.503000', '204008.506000', '204008.508000', '204008.511000', '204008.514000', '204008.516000', '204008.519000', '204008.521000', '204008.524000', '204008.527000', '204008.529000', '204008.532000', '204008.534000', '204008.537000', '204008.539000', '204008.542000', '204008.545000', '204028.432000', '204028.435000', '204028.438000', '204028.441000', '204028.443000', '204028.446000', '204028.448000', '204028.451000', '204028.454000', '204028.456000', '204028.459000', '204028.461000', '204028.464000', '204028.466000', '204028.469000', '204028.472000', '204028.474000', '204028.477000', '204028.479000', '204028.482000', '204028.484000', '204028.487000', '204028.490000', '204028.492000', '204028.495000', '204028.497000', '204028.500000', '204028.502000', '204028.505000', '204028.508000', '204028.511000', '204028.513000', '204028.516000', '204028.518000', '204028.521000', '204028.523000', '204028.526000', '204028.529000', '204028.531000', '204028.534000', '204028.536000', '204028.539000', '204028.542000', '204048.432000', '204048.435000', '204048.438000', '204048.441000', '204048.443000', '204048.446000', '204048.448000', '204048.451000', '204048.454000', '204048.456000', '204048.459000', '204048.461000', '204048.464000', '204048.467000', '204048.469000', '204048.472000', '204048.474000', '204048.477000', '204048.480000', '204048.482000', '204048.485000', '204048.487000', '204048.490000', '204048.493000', '204048.495000', '204048.498000', '204048.500000', '204048.503000', '204048.505000', '204048.508000', '204048.511000', '204048.513000', '204048.516000', '204048.518000', '204048.521000', '204048.524000', '204048.526000', '204048.529000', '204048.531000', '204048.534000', '204048.536000', '204048.539000', '204048.542000', '204048.544000', '204108.432000', '204108.435000', '204108.438000', '204108.441000', '204108.443000', '204108.446000', '204108.448000', '204108.451000', '204108.453000', '204108.456000', '204108.459000', '204108.461000', '204108.464000', '204108.467000', '204108.469000', '204108.472000', '204108.475000', '204108.477000', '204108.480000', '204108.482000', '204108.485000', '204108.488000', '204108.490000', '204108.493000', '204108.495000', '204108.498000', '204108.500000', '204108.503000', '204108.506000', '204108.508000', '204108.511000', '204108.513000', '204108.516000', '204108.519000', '204108.521000', '204108.524000', '204108.526000', '204108.529000', '204108.531000', '204108.534000', '204108.537000', '204108.539000', '204108.542000', '204128.433000', '204128.435000', '204128.438000', '204128.441000', '204128.443000', '204128.446000', '204128.448000', '204128.451000', '204128.454000', '204128.456000', '204128.459000', '204128.461000', '204128.464000', '204128.480000', '204128.482000', '204128.485000', '204128.488000', '204128.490000', '204128.493000', '204128.495000', '204128.498000', '204128.501000', '204128.503000', '204128.506000', '204128.508000', '204128.511000', '204128.514000', '204128.516000', '204128.519000', '204128.521000', '204128.524000', '204128.527000', '204128.529000', '204128.532000', '204128.534000', '204128.537000', '204128.539000', '204128.542000', '204128.545000', '204128.547000', '204128.550000', '204128.552000', '204128.555000', '204128.557000', '204148.431000', '204148.434000', '204148.437000', '204148.439000', '204148.442000', '204148.445000', '204148.447000', '204148.450000', '204148.452000', '204148.455000', '204148.457000', '204148.460000', '204148.463000', '204148.465000', '204148.468000', '204148.471000', '204148.473000', '204148.476000', '204148.478000', '204148.481000', '204148.483000', '204148.486000', '204148.489000', '204148.491000', '204148.494000', '204148.496000', '204148.499000', '204148.502000', '204148.504000', '204148.507000', '204148.509000', '204148.512000', '204148.515000', '204148.517000', '204148.520000', '204148.522000', '204148.525000', '204148.527000', '204148.530000', '204148.533000', '204148.535000', '204148.538000', '204148.540000', '204208.431000', '204208.434000', '204208.437000', '204208.439000', '204208.442000', '204208.444000', '204208.447000', '204208.450000', '204208.452000', '204208.455000', '204208.457000', '204208.460000', '204208.463000', '204208.465000', '204208.468000', '204208.471000', '204208.473000', '204208.476000', '204208.478000', '204208.481000', '204208.483000', '204208.486000', '204208.489000', '204208.491000', '204208.494000', '204208.496000', '204208.499000', '204208.502000', '204208.504000', '204208.507000', '204208.509000', '204208.512000', '204208.514000', '204208.517000', '204208.520000', '204208.522000', '204208.525000', '204208.528000', '204208.530000', '204208.533000', '204208.535000', '204208.538000', '204208.540000', '204208.543000', '204228.432000', '204228.435000', '204228.438000', '204228.440000', '204228.443000', '204228.446000', '204228.448000', '204228.451000', '204228.453000', '204228.456000', '204228.458000', '204228.461000', '204228.464000', '204228.466000', '204228.469000', '204228.471000', '204228.474000', '204228.477000', '204228.479000', '204228.482000', '204228.484000', '204228.487000', '204228.490000', '204228.492000', '204228.495000', '204228.497000', '204228.500000', '204228.503000', '204228.505000', '204228.508000', '204228.510000', '204228.513000', '204228.515000', '204228.518000', '204228.521000', '204228.523000', '204228.526000', '204228.528000', '204228.531000', '204228.534000', '204228.536000', '204228.539000', '204228.541000', '204248.433000', '204248.435000', '204248.438000', '204248.441000', '204248.444000', '204248.447000', '204248.449000', '204248.452000', '204248.454000', '204248.457000', '204248.460000', '204248.462000', '204248.465000', '204248.468000', '204248.470000', '204248.473000', '204248.475000', '204248.478000', '204248.481000', '204248.483000', '204248.486000', '204248.488000', '204248.491000', '204248.494000', '204248.497000', '204248.499000', '204248.502000', '204248.504000', '204248.507000', '204248.509000', '204248.512000', '204248.515000', '204248.517000', '204248.520000', '204248.522000', '204248.525000', '204248.528000', '204248.530000', '204248.547000', '204248.549000', '204248.552000', '204248.554000', '204248.557000', '204248.560000', '204308.432000', '204308.435000', '204308.438000', '204308.440000', '204308.443000', '204308.446000', '204308.448000', '204308.451000', '204308.453000', '204308.456000', '204308.459000', '204308.461000', '204308.464000', '204308.466000', '204308.469000', '204308.472000', '204308.474000', '204308.477000', '204308.479000', '204308.482000', '204308.485000', '204308.487000', '204308.490000', '204308.493000', '204308.495000', '204308.498000', '204308.500000', '204308.503000', '204308.505000', '204308.508000', '204308.511000', '204308.513000', '204308.516000', '204308.518000', '204308.521000', '204308.524000', '204308.526000', '204308.529000', '204308.531000', '204308.534000', '204308.537000', '204308.539000', '204308.542000', '204328.433000', '204328.436000', '204328.439000', '204328.441000', '204328.444000', '204328.447000', '204328.449000', '204328.452000', '204328.455000', '204328.457000', '204328.460000', '204328.462000', '204328.465000', '204328.467000', '204328.470000', '204328.473000', '204328.475000', '204328.478000', '204328.480000', '204328.483000', '204328.485000', '204328.488000', '204328.491000', '204328.493000', '204328.496000', '204328.499000', '204328.501000', '204328.504000', '204328.507000', '204328.509000', '204328.512000', '204328.514000', '204328.517000', '204328.519000', '204328.522000', '204328.525000', '204328.527000', '204328.530000', '204328.532000', '204328.535000', '204328.537000', '204328.540000', '204328.543000', '204348.432000', '204348.435000', '204348.439000', '204348.442000', '204348.445000', '204348.447000', '204348.450000', '204348.452000', '204348.455000', '204348.458000', '204348.460000', '204348.463000', '204348.465000', '204348.468000', '204348.471000', '204348.474000', '204348.476000', '204348.479000', '204348.481000', '204348.484000', '204348.487000', '204348.489000', '204348.492000', '204348.494000', '204348.497000', '204348.500000', '204348.502000', '204348.505000', '204348.507000', '204348.510000', '204348.513000', '204348.515000', '204348.518000', '204348.520000', '204348.523000', '204348.526000', '204348.528000', '204348.531000', '204348.533000', '204348.536000', '204348.539000', '204348.541000', '204348.544000', '204348.546000', '204408.431000', '204408.434000', '204408.437000', '204408.439000', '204408.442000', '204408.445000', '204408.447000', '204408.450000', '204408.452000', '204408.455000', '204408.457000', '204408.460000', '204408.463000', '204408.465000', '204408.468000', '204408.470000', '204408.473000', '204408.475000', '204408.478000', '204408.482000', '204408.484000', '204408.487000', '204408.490000', '204408.492000', '204408.495000', '204408.497000', '204408.500000', '204408.503000', '204408.505000', '204408.508000', '204408.510000', '204408.513000', '204408.516000', '204408.518000', '204408.521000', '204408.524000', '204408.526000', '204408.529000', '204408.531000', '204408.534000', '204408.537000', '204408.539000', '204408.542000', '204408.544000', '204420.402000', '204420.405000', '204420.408000', '204420.410000', '204420.413000', '204420.424000', '204420.427000', '204420.430000', '204420.433000', '204420.436000', '204420.439000', '204420.441000', '204420.444000', '204420.447000', '204420.450000', '204420.453000', '204420.456000', '204420.459000', '204420.463000', '204420.466000', '204420.469000', '204420.471000', '204420.474000', '204420.477000', '204420.479000', '204420.482000'], 'InstanceCreationTime': ['203808.456000', '203808.460000', '203808.462000', '203808.465000', '203808.468000', '203808.470000', '203808.473000', '203808.475000', '203808.478000', '203808.480000', '203808.483000', '203808.486000', '203808.488000', '203808.491000', '203808.493000', '203808.496000', '203808.498000', '203808.501000', '203808.504000', '203808.506000', '203808.509000', '203808.511000', '203808.514000', '203808.516000', '203808.519000', '203808.522000', '203808.524000', '203808.527000', '203808.529000', '203808.541000', '203808.543000', '203808.546000', '203808.548000', '203808.551000', '203808.554000', '203808.556000', '203808.559000', '203808.561000', '203808.564000', '203808.566000', '203808.569000', '203808.572000', '203808.576000', '203808.579000', '203808.582000', '203808.584000', '203808.587000', '203808.589000', '203808.592000', '203808.594000', '203808.597000', '203808.599000', '203808.602000', '203808.605000', '203808.607000', '203808.620000', '203808.623000', '203808.625000', '203808.628000', '203808.631000', '203808.633000', '203808.636000', '203808.638000', '203828.433000', '203828.435000', '203828.438000', '203828.441000', '203828.450000', '203828.452000', '203828.455000', '203828.458000', '203828.460000', '203828.463000', '203828.465000', '203828.468000', '203828.470000', '203828.473000', '203828.476000', '203828.478000', '203828.481000', '203828.483000', '203828.486000', '203828.488000', '203828.491000', '203828.494000', '203828.497000', '203828.500000', '203828.503000', '203828.506000', '203828.508000', '203828.511000', '203828.513000', '203828.516000', '203828.518000', '203828.521000', '203828.524000', '203828.526000', '203828.529000', '203828.531000', '203828.534000', '203828.537000', '203828.539000', '203828.542000', '203828.544000', '203828.547000', '203828.549000', '203848.432000', '203848.435000', '203848.438000', '203848.440000', '203848.443000', '203848.446000', '203848.448000', '203848.451000', '203848.453000', '203848.456000', '203848.458000', '203848.461000', '203848.464000', '203848.466000', '203848.469000', '203848.471000', '203848.480000', '203848.483000', '203848.486000', '203848.488000', '203848.491000', '203848.493000', '203848.496000', '203848.499000', '203848.501000', '203848.504000', '203848.506000', '203848.509000', '203848.511000', '203848.514000', '203848.517000', '203848.519000', '203848.522000', '203848.525000', '203848.527000', '203848.530000', '203848.532000', '203848.535000', '203848.537000', '203848.540000', '203848.542000', '203848.545000', '203848.548000', '203848.550000', '203908.432000', '203908.435000', '203908.438000', '203908.440000', '203908.443000', '203908.445000', '203908.448000', '203908.451000', '203908.453000', '203908.456000', '203908.458000', '203908.461000', '203908.463000', '203908.466000', '203908.469000', '203908.471000', '203908.474000', '203908.476000', '203908.479000', '203908.481000', '203908.484000', '203908.487000', '203908.489000', '203908.492000', '203908.494000', '203908.497000', '203908.499000', '203908.502000', '203908.505000', '203908.507000', '203908.510000', '203908.512000', '203908.515000', '203908.517000', '203908.520000', '203908.522000', '203908.525000', '203908.528000', '203908.531000', '203908.534000', '203908.537000', '203908.539000', '203908.542000', '203928.431000', '203928.434000', '203928.437000', '203928.439000', '203928.442000', '203928.445000', '203928.447000', '203928.450000', '203928.452000', '203928.455000', '203928.457000', '203928.460000', '203928.463000', '203928.465000', '203928.468000', '203928.470000', '203928.473000', '203928.475000', '203928.478000', '203928.481000', '203928.483000', '203928.486000', '203928.488000', '203928.491000', '203928.494000', '203928.496000', '203928.499000', '203928.501000', '203928.504000', '203928.507000', '203928.509000', '203928.512000', '203928.514000', '203928.517000', '203928.519000', '203928.522000', '203928.525000', '203928.527000', '203928.530000', '203928.532000', '203928.535000', '203928.537000', '203928.540000', '203928.543000', '203948.431000', '203948.434000', '203948.437000', '203948.439000', '203948.442000', '203948.445000', '203948.447000', '203948.450000', '203948.452000', '203948.455000', '203948.457000', '203948.460000', '203948.463000', '203948.465000', '203948.468000', '203948.470000', '203948.473000', '203948.476000', '203948.478000', '203948.481000', '203948.483000', '203948.486000', '203948.489000', '203948.491000', '203948.494000', '203948.496000', '203948.499000', '203948.502000', '203948.504000', '203948.507000', '203948.509000', '203948.522000', '203948.524000', '203948.528000', '203948.531000', '203948.534000', '203948.536000', '203948.539000', '203948.542000', '203948.544000', '203948.547000', '203948.549000', '203948.552000', '204008.432000', '204008.435000', '204008.438000', '204008.440000', '204008.443000', '204008.446000', '204008.448000', '204008.451000', '204008.454000', '204008.456000', '204008.459000', '204008.461000', '204008.464000', '204008.467000', '204008.469000', '204008.472000', '204008.474000', '204008.477000', '204008.480000', '204008.482000', '204008.485000', '204008.488000', '204008.490000', '204008.493000', '204008.495000', '204008.498000', '204008.500000', '204008.503000', '204008.506000', '204008.508000', '204008.511000', '204008.514000', '204008.516000', '204008.519000', '204008.521000', '204008.524000', '204008.527000', '204008.529000', '204008.532000', '204008.534000', '204008.537000', '204008.539000', '204008.542000', '204008.545000', '204028.432000', '204028.435000', '204028.438000', '204028.441000', '204028.443000', '204028.446000', '204028.448000', '204028.451000', '204028.454000', '204028.456000', '204028.459000', '204028.461000', '204028.464000', '204028.466000', '204028.469000', '204028.472000', '204028.474000', '204028.477000', '204028.479000', '204028.482000', '204028.484000', '204028.487000', '204028.490000', '204028.492000', '204028.495000', '204028.497000', '204028.500000', '204028.502000', '204028.505000', '204028.508000', '204028.511000', '204028.513000', '204028.516000', '204028.518000', '204028.521000', '204028.523000', '204028.526000', '204028.529000', '204028.531000', '204028.534000', '204028.536000', '204028.539000', '204028.542000', '204048.432000', '204048.435000', '204048.438000', '204048.441000', '204048.443000', '204048.446000', '204048.448000', '204048.451000', '204048.454000', '204048.456000', '204048.459000', '204048.461000', '204048.464000', '204048.467000', '204048.469000', '204048.472000', '204048.474000', '204048.477000', '204048.480000', '204048.482000', '204048.485000', '204048.487000', '204048.490000', '204048.493000', '204048.495000', '204048.498000', '204048.500000', '204048.503000', '204048.505000', '204048.508000', '204048.511000', '204048.513000', '204048.516000', '204048.518000', '204048.521000', '204048.524000', '204048.526000', '204048.529000', '204048.531000', '204048.534000', '204048.536000', '204048.539000', '204048.542000', '204048.544000', '204108.432000', '204108.435000', '204108.438000', '204108.441000', '204108.443000', '204108.446000', '204108.448000', '204108.451000', '204108.453000', '204108.456000', '204108.459000', '204108.461000', '204108.464000', '204108.467000', '204108.469000', '204108.472000', '204108.475000', '204108.477000', '204108.480000', '204108.482000', '204108.485000', '204108.488000', '204108.490000', '204108.493000', '204108.495000', '204108.498000', '204108.500000', '204108.503000', '204108.506000', '204108.508000', '204108.511000', '204108.513000', '204108.516000', '204108.519000', '204108.521000', '204108.524000', '204108.526000', '204108.529000', '204108.531000', '204108.534000', '204108.537000', '204108.539000', '204108.542000', '204128.433000', '204128.435000', '204128.438000', '204128.441000', '204128.443000', '204128.446000', '204128.448000', '204128.451000', '204128.454000', '204128.456000', '204128.459000', '204128.461000', '204128.464000', '204128.480000', '204128.482000', '204128.485000', '204128.488000', '204128.490000', '204128.493000', '204128.495000', '204128.498000', '204128.501000', '204128.503000', '204128.506000', '204128.508000', '204128.511000', '204128.514000', '204128.516000', '204128.519000', '204128.521000', '204128.524000', '204128.527000', '204128.529000', '204128.532000', '204128.534000', '204128.537000', '204128.539000', '204128.542000', '204128.545000', '204128.547000', '204128.550000', '204128.552000', '204128.555000', '204128.557000', '204148.431000', '204148.434000', '204148.437000', '204148.439000', '204148.442000', '204148.445000', '204148.447000', '204148.450000', '204148.452000', '204148.455000', '204148.457000', '204148.460000', '204148.463000', '204148.465000', '204148.468000', '204148.471000', '204148.473000', '204148.476000', '204148.478000', '204148.481000', '204148.483000', '204148.486000', '204148.489000', '204148.491000', '204148.494000', '204148.496000', '204148.499000', '204148.502000', '204148.504000', '204148.507000', '204148.509000', '204148.512000', '204148.515000', '204148.517000', '204148.520000', '204148.522000', '204148.525000', '204148.527000', '204148.530000', '204148.533000', '204148.535000', '204148.538000', '204148.540000', '204208.431000', '204208.434000', '204208.437000', '204208.439000', '204208.442000', '204208.444000', '204208.447000', '204208.450000', '204208.452000', '204208.455000', '204208.457000', '204208.460000', '204208.463000', '204208.465000', '204208.468000', '204208.471000', '204208.473000', '204208.476000', '204208.478000', '204208.481000', '204208.483000', '204208.486000', '204208.489000', '204208.491000', '204208.494000', '204208.496000', '204208.499000', '204208.502000', '204208.504000', '204208.507000', '204208.509000', '204208.512000', '204208.514000', '204208.517000', '204208.520000', '204208.522000', '204208.525000', '204208.528000', '204208.530000', '204208.533000', '204208.535000', '204208.538000', '204208.540000', '204208.543000', '204228.432000', '204228.435000', '204228.438000', '204228.440000', '204228.443000', '204228.446000', '204228.448000', '204228.451000', '204228.453000', '204228.456000', '204228.458000', '204228.461000', '204228.464000', '204228.466000', '204228.469000', '204228.471000', '204228.474000', '204228.477000', '204228.479000', '204228.482000', '204228.484000', '204228.487000', '204228.490000', '204228.492000', '204228.495000', '204228.497000', '204228.500000', '204228.503000', '204228.505000', '204228.508000', '204228.510000', '204228.513000', '204228.515000', '204228.518000', '204228.521000', '204228.523000', '204228.526000', '204228.528000', '204228.531000', '204228.534000', '204228.536000', '204228.539000', '204228.541000', '204248.433000', '204248.435000', '204248.438000', '204248.441000', '204248.444000', '204248.447000', '204248.449000', '204248.452000', '204248.454000', '204248.457000', '204248.460000', '204248.462000', '204248.465000', '204248.468000', '204248.470000', '204248.473000', '204248.475000', '204248.478000', '204248.481000', '204248.483000', '204248.486000', '204248.488000', '204248.491000', '204248.494000', '204248.497000', '204248.499000', '204248.502000', '204248.504000', '204248.507000', '204248.509000', '204248.512000', '204248.515000', '204248.517000', '204248.520000', '204248.522000', '204248.525000', '204248.528000', '204248.530000', '204248.547000', '204248.549000', '204248.552000', '204248.554000', '204248.557000', '204248.560000', '204308.432000', '204308.435000', '204308.438000', '204308.440000', '204308.443000', '204308.446000', '204308.448000', '204308.451000', '204308.453000', '204308.456000', '204308.459000', '204308.461000', '204308.464000', '204308.466000', '204308.469000', '204308.472000', '204308.474000', '204308.477000', '204308.479000', '204308.482000', '204308.485000', '204308.487000', '204308.490000', '204308.493000', '204308.495000', '204308.498000', '204308.500000', '204308.503000', '204308.505000', '204308.508000', '204308.511000', '204308.513000', '204308.516000', '204308.518000', '204308.521000', '204308.524000', '204308.526000', '204308.529000', '204308.531000', '204308.534000', '204308.537000', '204308.539000', '204308.542000', '204328.433000', '204328.436000', '204328.439000', '204328.441000', '204328.444000', '204328.447000', '204328.449000', '204328.452000', '204328.455000', '204328.457000', '204328.460000', '204328.462000', '204328.465000', '204328.467000', '204328.470000', '204328.473000', '204328.475000', '204328.478000', '204328.480000', '204328.483000', '204328.485000', '204328.488000', '204328.491000', '204328.493000', '204328.496000', '204328.499000', '204328.501000', '204328.504000', '204328.507000', '204328.509000', '204328.512000', '204328.514000', '204328.517000', '204328.519000', '204328.522000', '204328.525000', '204328.527000', '204328.530000', '204328.532000', '204328.535000', '204328.537000', '204328.540000', '204328.543000', '204348.432000', '204348.435000', '204348.439000', '204348.442000', '204348.445000', '204348.447000', '204348.450000', '204348.452000', '204348.455000', '204348.458000', '204348.460000', '204348.463000', '204348.465000', '204348.468000', '204348.471000', '204348.474000', '204348.476000', '204348.479000', '204348.481000', '204348.484000', '204348.487000', '204348.489000', '204348.492000', '204348.494000', '204348.497000', '204348.500000', '204348.502000', '204348.505000', '204348.507000', '204348.510000', '204348.513000', '204348.515000', '204348.518000', '204348.520000', '204348.523000', '204348.526000', '204348.528000', '204348.531000', '204348.533000', '204348.536000', '204348.539000', '204348.541000', '204348.544000', '204348.546000', '204408.431000', '204408.434000', '204408.437000', '204408.439000', '204408.442000', '204408.445000', '204408.447000', '204408.450000', '204408.452000', '204408.455000', '204408.457000', '204408.460000', '204408.463000', '204408.465000', '204408.468000', '204408.470000', '204408.473000', '204408.475000', '204408.478000', '204408.482000', '204408.484000', '204408.487000', '204408.490000', '204408.492000', '204408.495000', '204408.497000', '204408.500000', '204408.503000', '204408.505000', '204408.508000', '204408.510000', '204408.513000', '204408.516000', '204408.518000', '204408.521000', '204408.524000', '204408.526000', '204408.529000', '204408.531000', '204408.534000', '204408.537000', '204408.539000', '204408.542000', '204408.544000', '204420.402000', '204420.405000', '204420.408000', '204420.410000', '204420.413000', '204420.424000', '204420.427000', '204420.430000', '204420.433000', '204420.436000', '204420.439000', '204420.441000', '204420.444000', '204420.447000', '204420.450000', '204420.453000', '204420.456000', '204420.459000', '204420.463000', '204420.466000', '204420.469000', '204420.471000', '204420.474000', '204420.477000', '204420.479000', '204420.482000'], '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': [9141, 15234, 10684, 10523, 12658, 15411, 11580, 8795, 13129, 16375, 15360, 7948, 11570, 11698, 9961, 14402, 10478, 16323, 8696, 10862, 9722, 13881, 9239, 12665, 9553, 14408, 10754, 9520, 10647, 8019, 13644, 16057, 15619, 9444, 10707, 15770, 11787, 13498, 16742, 13606, 8953, 9828, 12955, 7816, 12001, 10797, 9720, 7183, 11040, 14282, 7996, 12907, 12667, 9789, 7327, 10916, 14682, 7658, 12915, 14067, 9183, 8431, 11117, 14771, 9541, 12190, 15066, 12498, 12387, 8359, 12304, 11325, 9797, 14150, 8532, 12335, 8315, 12156, 7591, 12486, 14034, 10151, 12152, 9337, 13001, 8478, 12697, 13088, 9481, 13585, 8820, 11758, 7307, 11963, 13175, 8738, 12812, 8198, 9727, 7609, 10351, 14022, 7426, 11295, 14240, 8993, 12789, 8231, 12648, 8412, 9667, 13991, 8514, 11674, 7767, 11861, 14625, 7678, 11554, 13955, 9062, 12119, 7362, 10443, 13808, 8006, 11917, 10345, 9918, 12940, 7384, 12303, 13259, 9200, 13111, 9889, 10460, 16387, 8709, 13192, 15058, 9374, 13476, 9734, 12083, 7495, 11893, 14053, 9604, 12322, 12672, 9818, 14511, 7773, 12003, 8978, 10070, 7808, 10856, 13627, 7956, 11384, 14167, 9884, 11969, 7847, 12191, 13573, 9183, 12613, 7419, 11147, 13758, 9299, 12925, 7638, 10291, 12919, 8989, 11825, 7416, 10472, 12236, 9136, 12044, 7420, 11002, 7258, 11051, 13295, 8346, 11016, 7503, 10670, 7513, 12330, 9094, 9736, 7153, 13180, 14698, 12106, 12865, 10007, 9469, 13388, 7871, 11500, 14175, 9760, 7692, 10413, 13163, 8222, 11625, 8031, 9815, 7326, 10620, 12667, 8900, 7202, 11941, 13857, 13142, 10660, 13762, 8488, 11596, 10992, 9412, 9283, 9338, 12623, 8802, 13400, 7680, 10111, 9429, 12778, 13096, 9412, 13343, 7600, 11150, 14644, 9636, 11661, 7726, 11889, 9035, 8995, 12367, 7501, 10793, 7542, 11384, 13014, 8563, 11865, 8738, 9345, 10318, 9017, 12451, 7506, 9165, 12933, 7436, 10565, 9784, 9781, 12394, 9171, 12483, 8300, 13081, 14653, 10047, 13513, 10419, 11642, 15565, 9292, 12697, 8371, 8983, 13199, 8846, 12020, 7816, 11386, 10285, 9225, 11796, 7293, 9394, 7678, 9228, 12641, 7623, 10284, 13446, 9344, 12330, 8402, 12025, 7545, 9662, 13506, 8475, 11229, 8151, 12501, 13674, 9494, 12726, 8078, 11018, 7624, 11997, 7073, 11026, 14304, 12262, 12394, 13150, 9615, 13235, 8142, 10980, 12338, 9799, 7591, 10318, 7711, 10404, 13120, 12109, 12461, 8581, 11873, 14843, 9088, 12102, 8629, 9719, 7189, 10300, 12991, 8394, 11113, 7536, 9716, 6858, 13705, 9759, 14259, 9593, 13006, 9572, 11598, 7392, 13645, 14911, 11701, 13312, 12915, 10564, 7005, 11795, 14051, 8470, 12368, 7859, 11644, 7819, 13256, 7106, 12516, 7336, 11914, 7861, 10872, 7886, 13466, 15162, 13075, 13595, 7952, 12026, 14640, 8592, 11261, 9467, 9183, 8819, 8832, 11990, 8016, 12387, 10739, 9380, 12739, 8406, 9747, 8304, 7074, 8462, 12948, 9752, 9481, 12981, 8381, 10356, 7606, 12130, 14084, 9805, 14190, 10039, 12534, 8506, 13266, 14344, 10377, 11866, 10688, 7770, 12000, 13259, 11442, 9971, 13609, 11269, 11144, 7316, 11122, 13198, 8559, 11549, 8383, 12507, 7893, 12256, 11890, 9398, 12680, 7898, 9944, 7226, 11069, 12934, 8192, 10876, 9291, 9721, 7810, 9880, 12852, 8218, 10702, 12767, 9863, 9927, 9009, 7948, 9184, 13007, 10744, 9129, 12907, 9139, 10084, 13274, 8366, 10572, 11215, 9482, 11464, 7828, 9970, 7651, 8764, 12263, 7589, 9414, 12501, 8829, 11239, 6980, 10199, 7827, 10607, 7268, 12730, 11959, 8699, 12879, 9160, 12661, 8872, 13249, 14235, 10525, 13379, 12058, 9535, 14177, 9699, 11254, 14777, 8966, 13115, 9105, 11747, 8018, 11445, 7389, 11838, 14038, 9978, 11785, 13133, 8872, 8200, 9097, 12896, 8077, 9806, 12437, 9062, 10958, 7940, 11456, 7914, 9154, 10499, 8390, 12247, 8644, 12616, 8488, 9131, 12213, 7532, 9782, 10165, 9437, 11829, 7469, 10819, 7440, 9746, 6856, 11339, 12130, 8520, 11266, 8288, 9027, 7856, 9670, 12826, 9343, 9546, 13749, 10255, 11903, 8549, 11917, 8209, 12044, 13207, 9989, 11674, 8879, 9100, 7867, 8480, 12476, 7331, 9328, 12608, 8906, 10714, 8053, 11532, 7976, 8646, 11867, 8335, 7833, 8267, 12490, 9192, 9215, 12271, 8911, 9976, 8203, 11795, 7972, 12719, 13879, 10283, 12132, 14696, 9943, 12247, 8034, 8976, 12490, 8002, 9467, 11641, 9308, 10718, 7178, 9602, 10001, 8502, 11121, 7125, 9282, 9158, 8938, 12294, 7896, 9591, 7551, 12737, 9030, 9043, 12864, 8678, 12208, 8582, 13240, 13933, 10255, 12040, 13487, 10297, 11560, 8912, 12013, 8759, 13383, 13986, 10164, 12959, 10738, 11555, 13890, 8866, 14050, 10090, 14195, 15094, 12937, 8920, 11489, 13698, 11321, 9884, 14775, 12859, 11057, 15065, 7863, 10623, 7986, 8479, 12126, 7648, 10259, 7038, 10617, 6747, 10248, 11998, 8623, 9820, 11354, 9167, 11871, 7948, 11634, 7312, 11407, 7028, 11536, 6818, 10820, 12561, 9718, 9624, 13398, 8965, 11420, 8673, 12802, 8223, 12469, 9112, 9132, 12662, 8578, 11989, 7457, 11207, 6932, 10775, 12320, 11186, 11005, 10225, 9029, 12392, 7915, 10340, 7718, 9606, 7457, 10636, 7068, 12794, 8393, 13572, 14356, 11645, 7064, 11542, 12741, 10310, 11247, 13839, 8598, 11081, 14221, 8997, 12212, 11501, 9572, 9405, 8694, 12290, 7357, 9000, 11920, 8050, 10084, 7252, 9432, 12150, 8385, 11220, 8290, 11202, 7107, 11403, 12585, 8926, 11117, 9160, 8941, 7527, 9345, 12289, 7350, 9473, 11890, 9069, 10421, 8504, 11902, 7761, 9259, 11975, 7160, 10043, 7354, 10167, 7159, 10503, 13222, 9523, 7614, 12511, 13704, 13192, 12463, 14625, 9281, 11897, 8700, 10268, 6880, 10801, 7336, 11580, 13680, 10473, 11339, 13779, 10533, 11188, 12463, 8758, 11537, 7562, 8629, 11685, 7527, 9899, 7757, 8553, 8403, 8192, 8544, 8598, 7311, 9784, 12831, 10516, 9776, 13611, 8395, 11479, 8276, 11998, 14434, 8485, 11899, 9988, 9504, 8357, 8795, 12474, 14406, 8584, 12130, 8286, 10698, 7947, 11480, 13195, 8529, 10237, 12518, 9104, 11091, 8542, 12129, 10776, 8488, 11566, 7624, 9296, 12191, 8214, 10163, 7792, 10175, 11979, 8455, 10993, 7387, 9333, 6921, 11374], 'WindowCenter': [4246.0, 4267.0, 4239.0, 4223.0, 4236.0, 4232.0, 4209.0, 4188.0, 4233.0, 4242.0, 4229.0, 4172.0, 4206.0, 4204.0, 4195.0, 4225.0, 4195.0, 4225.0, 4174.0, 4194.0, 4197.0, 4218.0, 4185.0, 4219.0, 4202.0, 4202.0, 4207.0, 4196.0, 4207.0, 4186.0, 4243.0, 4243.0, 4231.0, 4195.0, 4212.0, 4214.0, 4193.0, 4206.0, 4227.0, 4200.0, 4171.0, 4197.0, 4205.0, 4158.0, 4205.0, 4182.0, 4183.0, 4160.0, 4206.0, 4215.0, 4175.0, 4205.0, 4200.0, 4184.0, 4160.0, 4208.0, 4215.0, 4159.0, 4204.0, 4202.0, 4172.0, 4161.0, 4195.0, 4216.0, 4182.0, 4205.0, 4214.0, 4203.0, 4187.0, 4162.0, 4192.0, 4179.0, 4169.0, 4189.0, 4159.0, 4188.0, 4161.0, 4191.0, 4162.0, 4204.0, 4213.0, 4180.0, 4204.0, 4185.0, 4215.0, 4175.0, 4217.0, 4203.0, 4184.0, 4203.0, 4173.0, 4204.0, 4178.0, 4208.0, 4201.0, 4174.0, 4205.0, 4174.0, 4182.0, 4161.0, 4192.0, 4215.0, 4151.0, 4193.0, 4213.0, 4186.0, 4205.0, 4188.0, 4219.0, 4176.0, 4198.0, 4228.0, 4185.0, 4204.0, 4177.0, 4220.0, 4225.0, 4175.0, 4207.0, 4202.0, 4173.0, 4203.0, 4151.0, 4194.0, 4202.0, 4162.0, 4203.0, 4190.0, 4197.0, 4211.0, 4175.0, 4217.0, 4215.0, 4186.0, 4218.0, 4184.0, 4197.0, 4221.0, 4171.0, 4215.0, 4212.0, 4171.0, 4197.0, 4182.0, 4202.0, 4162.0, 4205.0, 4204.0, 4182.0, 4202.0, 4201.0, 4182.0, 4201.0, 4149.0, 4190.0, 4168.0, 4165.0, 4160.0, 4192.0, 4203.0, 4160.0, 4191.0, 4200.0, 4181.0, 4190.0, 4161.0, 4203.0, 4201.0, 4170.0, 4191.0, 4148.0, 4180.0, 4198.0, 4168.0, 4188.0, 4146.0, 4179.0, 4187.0, 4157.0, 4188.0, 4147.0, 4181.0, 4188.0, 4169.0, 4190.0, 4149.0, 4180.0, 4160.0, 4203.0, 4202.0, 4159.0, 4179.0, 4148.0, 4191.0, 4161.0, 4216.0, 4185.0, 4197.0, 4177.0, 4230.0, 4225.0, 4203.0, 4216.0, 4184.0, 4197.0, 4203.0, 4161.0, 4192.0, 4211.0, 4179.0, 4160.0, 4205.0, 4210.0, 4169.0, 4203.0, 4172.0, 4182.0, 4164.0, 4207.0, 4217.0, 4184.0, 4178.0, 4231.0, 4230.0, 4216.0, 4196.0, 4210.0, 4174.0, 4204.0, 4179.0, 4169.0, 4167.0, 4184.0, 4210.0, 4186.0, 4212.0, 4175.0, 4195.0, 4197.0, 4217.0, 4215.0, 4182.0, 4203.0, 4158.0, 4193.0, 4207.0, 4177.0, 4190.0, 4161.0, 4191.0, 4170.0, 4183.0, 4201.0, 4149.0, 4190.0, 4163.0, 4206.0, 4198.0, 4172.0, 4203.0, 4170.0, 4182.0, 4192.0, 4184.0, 4215.0, 4162.0, 4183.0, 4201.0, 4159.0, 4191.0, 4180.0, 4182.0, 4214.0, 4194.0, 4211.0, 4185.0, 4217.0, 4213.0, 4182.0, 4202.0, 4176.0, 4191.0, 4206.0, 4169.0, 4189.0, 4156.0, 4156.0, 4182.0, 4156.0, 4187.0, 4154.0, 4189.0, 4174.0, 4181.0, 4188.0, 4146.0, 4166.0, 4157.0, 4180.0, 4200.0, 4158.0, 4191.0, 4200.0, 4166.0, 4197.0, 4173.0, 4203.0, 4161.0, 4183.0, 4198.0, 4173.0, 4189.0, 4173.0, 4216.0, 4214.0, 4182.0, 4201.0, 4158.0, 4180.0, 4159.0, 4201.0, 4158.0, 4193.0, 4213.0, 4187.0, 4190.0, 4188.0, 4168.0, 4189.0, 4157.0, 4178.0, 4184.0, 4166.0, 4147.0, 4179.0, 4160.0, 4194.0, 4202.0, 4190.0, 4186.0, 4170.0, 4204.0, 4207.0, 4169.0, 4189.0, 4152.0, 4167.0, 4146.0, 4179.0, 4183.0, 4157.0, 4177.0, 4146.0, 4179.0, 4149.0, 4230.0, 4185.0, 4217.0, 4184.0, 4219.0, 4187.0, 4210.0, 4181.0, 4232.0, 4219.0, 4207.0, 4207.0, 4204.0, 4182.0, 4151.0, 4204.0, 4202.0, 4161.0, 4191.0, 4161.0, 4189.0, 4172.0, 4215.0, 4162.0, 4204.0, 4152.0, 4193.0, 4156.0, 4180.0, 4162.0, 4216.0, 4211.0, 4203.0, 4204.0, 4175.0, 4205.0, 4199.0, 4157.0, 4176.0, 4151.0, 4155.0, 4153.0, 4168.0, 4190.0, 4171.0, 4203.0, 4193.0, 4178.0, 4186.0, 4161.0, 4182.0, 4187.0, 4165.0, 4183.0, 4216.0, 4185.0, 4196.0, 4200.0, 4169.0, 4177.0, 4170.0, 4231.0, 4216.0, 4185.0, 4213.0, 4197.0, 4211.0, 4186.0, 4219.0, 4213.0, 4197.0, 4207.0, 4198.0, 4177.0, 4221.0, 4219.0, 4193.0, 4182.0, 4200.0, 4181.0, 4178.0, 4147.0, 4191.0, 4189.0, 4159.0, 4189.0, 4171.0, 4202.0, 4174.0, 4218.0, 4205.0, 4186.0, 4205.0, 4159.0, 4181.0, 4148.0, 4192.0, 4201.0, 4161.0, 4191.0, 4169.0, 4180.0, 4172.0, 4195.0, 4201.0, 4171.0, 4192.0, 4201.0, 4182.0, 4183.0, 4184.0, 4187.0, 4210.0, 4215.0, 4195.0, 4184.0, 4203.0, 4170.0, 4181.0, 4189.0, 4158.0, 4179.0, 4178.0, 4179.0, 4189.0, 4146.0, 4169.0, 4157.0, 4171.0, 4201.0, 4160.0, 4181.0, 4202.0, 4183.0, 4192.0, 4161.0, 4192.0, 4176.0, 4206.0, 4186.0, 4231.0, 4217.0, 4187.0, 4217.0, 4198.0, 4217.0, 4200.0, 4231.0, 4224.0, 4196.0, 4207.0, 4192.0, 4172.0, 4202.0, 4182.0, 4191.0, 4198.0, 4156.0, 4200.0, 4168.0, 4189.0, 4160.0, 4203.0, 4163.0, 4204.0, 4201.0, 4169.0, 4178.0, 4187.0, 4158.0, 4156.0, 4168.0, 4188.0, 4145.0, 4168.0, 4183.0, 4157.0, 4177.0, 4159.0, 4190.0, 4154.0, 4170.0, 4179.0, 4158.0, 4201.0, 4172.0, 4203.0, 4170.0, 4182.0, 4177.0, 4162.0, 4180.0, 4179.0, 4169.0, 4190.0, 4148.0, 4192.0, 4158.0, 4184.0, 4164.0, 4219.0, 4215.0, 4185.0, 4205.0, 4172.0, 4172.0, 4160.0, 4182.0, 4204.0, 4168.0, 4169.0, 4201.0, 4181.0, 4190.0, 4184.0, 4205.0, 4184.0, 4204.0, 4199.0, 4180.0, 4190.0, 4168.0, 4171.0, 4158.0, 4171.0, 4201.0, 4161.0, 4182.0, 4189.0, 4169.0, 4174.0, 4170.0, 4202.0, 4160.0, 4171.0, 4198.0, 4170.0, 4176.0, 4188.0, 4231.0, 4185.0, 4185.0, 4204.0, 4171.0, 4182.0, 4170.0, 4201.0, 4183.0, 4219.0, 4213.0, 4182.0, 4205.0, 4202.0, 4180.0, 4190.0, 4157.0, 4169.0, 4188.0, 4158.0, 4180.0, 4173.0, 4169.0, 4178.0, 4149.0, 4181.0, 4180.0, 4182.0, 4191.0, 4157.0, 4194.0, 4182.0, 4184.0, 4203.0, 4184.0, 4204.0, 4191.0, 4227.0, 4197.0, 4200.0, 4215.0, 4200.0, 4219.0, 4196.0, 4233.0, 4230.0, 4193.0, 4206.0, 4203.0, 4182.0, 4188.0, 4173.0, 4203.0, 4184.0, 4215.0, 4214.0, 4181.0, 4204.0, 4198.0, 4180.0, 4213.0, 4195.0, 4224.0, 4210.0, 4232.0, 4231.0, 4204.0, 4175.0, 4204.0, 4218.0, 4194.0, 4181.0, 4200.0, 4178.0, 4177.0, 4196.0, 4146.0, 4163.0, 4132.0, 4142.0, 4175.0, 4133.0, 4164.0, 4135.0, 4177.0, 4148.0, 4193.0, 4191.0, 4172.0, 4181.0, 4179.0, 4169.0, 4177.0, 4155.0, 4189.0, 4162.0, 4192.0, 4148.0, 4193.0, 4164.0, 4207.0, 4205.0, 4170.0, 4170.0, 4187.0, 4168.0, 4185.0, 4170.0, 4199.0, 4172.0, 4203.0, 4169.0, 4171.0, 4190.0, 4159.0, 4190.0, 4145.0, 4191.0, 4163.0, 4205.0, 4202.0, 4179.0, 4180.0, 4164.0, 4158.0, 4187.0, 4145.0, 4166.0, 4145.0, 4180.0, 4162.0, 4193.0, 4164.0, 4217.0, 4188.0, 4222.0, 4229.0, 4206.0, 4161.0, 4207.0, 4205.0, 4181.0, 4182.0, 4202.0, 4160.0, 4180.0, 4187.0, 4154.0, 4177.0, 4175.0, 4157.0, 4157.0, 4170.0, 4203.0, 4148.0, 4158.0, 4176.0, 4144.0, 4165.0, 4134.0, 4166.0, 4175.0, 4157.0, 4177.0, 4171.0, 4188.0, 4160.0, 4204.0, 4185.0, 4169.0, 4180.0, 4156.0, 4157.0, 4148.0, 4181.0, 4191.0, 4146.0, 4168.0, 4173.0, 4158.0, 4175.0, 4171.0, 4206.0, 4160.0, 4172.0, 4191.0, 4150.0, 4181.0, 4158.0, 4194.0, 4165.0, 4211.0, 4230.0, 4199.0, 4175.0, 4221.0, 4231.0, 4220.0, 4220.0, 4214.0, 4172.0, 4192.0, 4159.0, 4180.0, 4150.0, 4194.0, 4187.0, 4217.0, 4214.0, 4195.0, 4193.0, 4200.0, 4181.0, 4181.0, 4187.0, 4153.0, 4178.0, 4154.0, 4170.0, 4188.0, 4158.0, 4181.0, 4158.0, 4169.0, 4167.0, 4173.0, 4180.0, 4186.0, 4178.0, 4211.0, 4221.0, 4195.0, 4184.0, 4204.0, 4158.0, 4191.0, 4168.0, 4206.0, 4209.0, 4168.0, 4192.0, 4181.0, 4182.0, 4170.0, 4182.0, 4205.0, 4211.0, 4169.0, 4190.0, 4157.0, 4178.0, 4159.0, 4192.0, 4196.0, 4171.0, 4181.0, 4187.0, 4168.0, 4178.0, 4170.0, 4202.0, 4190.0, 4171.0, 4190.0, 4147.0, 4169.0, 4188.0, 4157.0, 4174.0, 4161.0, 4192.0, 4191.0, 4168.0, 4194.0, 4162.0, 4183.0, 4160.0, 4205.0], 'WindowWidth': [9418.0, 9433.0, 9392.0, 9364.0, 9380.0, 9373.0, 9331.0, 9301.0, 9371.0, 9388.0, 9360.0, 9277.0, 9326.0, 9319.0, 9308.0, 9354.0, 9309.0, 9347.0, 9280.0, 9306.0, 9316.0, 9345.0, 9295.0, 9344.0, 9322.0, 9308.0, 9330.0, 9313.0, 9330.0, 9304.0, 9391.0, 9394.0, 9365.0, 9310.0, 9339.0, 9339.0, 9299.0, 9321.0, 9353.0, 9309.0, 9269.0, 9311.0, 9320.0, 9249.0, 9318.0, 9283.0, 9285.0, 9257.0, 9324.0, 9334.0, 9279.0, 9318.0, 9307.0, 9290.0, 9256.0, 9327.0, 9334.0, 9254.0, 9319.0, 9312.0, 9269.0, 9256.0, 9304.0, 9337.0, 9285.0, 9317.0, 9333.0, 9311.0, 9286.0, 9256.0, 9297.0, 9274.0, 9261.0, 9290.0, 9249.0, 9286.0, 9257.0, 9295.0, 9261.0, 9318.0, 9329.0, 9281.0, 9316.0, 9291.0, 9332.0, 9282.0, 9338.0, 9314.0, 9291.0, 9316.0, 9273.0, 9316.0, 9292.0, 9328.0, 9314.0, 9277.0, 9321.0, 9278.0, 9285.0, 9257.0, 9301.0, 9335.0, 9243.0, 9303.0, 9329.0, 9298.0, 9319.0, 9302.0, 9347.0, 9282.0, 9316.0, 9356.0, 9295.0, 9318.0, 9287.0, 9348.0, 9351.0, 9282.0, 9324.0, 9316.0, 9274.0, 9315.0, 9241.0, 9302.0, 9312.0, 9260.0, 9316.0, 9299.0, 9313.0, 9328.0, 9284.0, 9342.0, 9336.0, 9297.0, 9342.0, 9292.0, 9310.0, 9343.0, 9272.0, 9334.0, 9326.0, 9268.0, 9304.0, 9286.0, 9312.0, 9262.0, 9322.0, 9320.0, 9286.0, 9313.0, 9310.0, 9283.0, 9313.0, 9237.0, 9295.0, 9262.0, 9256.0, 9254.0, 9301.0, 9315.0, 9254.0, 9296.0, 9310.0, 9282.0, 9293.0, 9259.0, 9317.0, 9311.0, 9268.0, 9296.0, 9234.0, 9277.0, 9301.0, 9260.0, 9287.0, 9228.0, 9276.0, 9288.0, 9247.0, 9286.0, 9233.0, 9283.0, 9290.0, 9266.0, 9293.0, 9237.0, 9279.0, 9255.0, 9316.0, 9313.0, 9252.0, 9279.0, 9238.0, 9298.0, 9261.0, 9337.0, 9298.0, 9317.0, 9290.0, 9366.0, 9356.0, 9319.0, 9339.0, 9292.0, 9312.0, 9317.0, 9258.0, 9299.0, 9326.0, 9279.0, 9256.0, 9324.0, 9328.0, 9272.0, 9319.0, 9274.0, 9289.0, 9267.0, 9327.0, 9341.0, 9295.0, 9294.0, 9368.0, 9368.0, 9340.0, 9310.0, 9328.0, 9279.0, 9321.0, 9280.0, 9265.0, 9264.0, 9292.0, 9328.0, 9300.0, 9332.0, 9284.0, 9310.0, 9316.0, 9345.0, 9336.0, 9288.0, 9316.0, 9253.0, 9303.0, 9321.0, 9275.0, 9295.0, 9258.0, 9298.0, 9269.0, 9292.0, 9313.0, 9240.0, 9296.0, 9263.0, 9325.0, 9309.0, 9275.0, 9316.0, 9268.0, 9285.0, 9301.0, 9293.0, 9337.0, 9261.0, 9290.0, 9311.0, 9255.0, 9299.0, 9285.0, 9287.0, 9333.0, 9307.0, 9330.0, 9298.0, 9344.0, 9332.0, 9287.0, 9315.0, 9274.0, 9297.0, 9316.0, 9263.0, 9291.0, 9242.0, 9243.0, 9275.0, 9243.0, 9285.0, 9242.0, 9293.0, 9267.0, 9282.0, 9291.0, 9229.0, 9258.0, 9248.0, 9284.0, 9311.0, 9250.0, 9301.0, 9309.0, 9261.0, 9305.0, 9278.0, 9319.0, 9259.0, 9291.0, 9307.0, 9276.0, 9295.0, 9279.0, 9340.0, 9331.0, 9288.0, 9314.0, 9250.0, 9282.0, 9251.0, 9311.0, 9255.0, 9305.0, 9334.0, 9289.0, 9296.0, 9289.0, 9263.0, 9292.0, 9247.0, 9276.0, 9281.0, 9257.0, 9233.0, 9278.0, 9257.0, 9309.0, 9316.0, 9295.0, 9285.0, 9271.0, 9320.0, 9320.0, 9267.0, 9293.0, 9235.0, 9259.0, 9230.0, 9279.0, 9282.0, 9247.0, 9273.0, 9230.0, 9278.0, 9238.0, 9363.0, 9291.0, 9340.0, 9291.0, 9341.0, 9297.0, 9333.0, 9297.0, 9367.0, 9348.0, 9323.0, 9323.0, 9316.0, 9281.0, 9239.0, 9315.0, 9313.0, 9255.0, 9294.0, 9254.0, 9291.0, 9276.0, 9336.0, 9264.0, 9316.0, 9245.0, 9302.0, 9244.0, 9277.0, 9260.0, 9337.0, 9329.0, 9312.0, 9319.0, 9280.0, 9320.0, 9306.0, 9243.0, 9267.0, 9228.0, 9237.0, 9236.0, 9262.0, 9294.0, 9271.0, 9315.0, 9301.0, 9277.0, 9286.0, 9255.0, 9285.0, 9305.0, 9271.0, 9295.0, 9340.0, 9293.0, 9311.0, 9312.0, 9269.0, 9277.0, 9274.0, 9367.0, 9339.0, 9293.0, 9332.0, 9311.0, 9329.0, 9301.0, 9347.0, 9331.0, 9313.0, 9328.0, 9314.0, 9288.0, 9351.0, 9352.0, 9302.0, 9287.0, 9310.0, 9280.0, 9274.0, 9231.0, 9295.0, 9293.0, 9251.0, 9290.0, 9270.0, 9313.0, 9282.0, 9343.0, 9322.0, 9297.0, 9320.0, 9250.0, 9282.0, 9236.0, 9300.0, 9310.0, 9256.0, 9296.0, 9265.0, 9280.0, 9275.0, 9309.0, 9313.0, 9272.0, 9302.0, 9312.0, 9284.0, 9289.0, 9291.0, 9304.0, 9338.0, 9342.0, 9308.0, 9293.0, 9316.0, 9264.0, 9281.0, 9293.0, 9249.0, 9278.0, 9275.0, 9278.0, 9290.0, 9230.0, 9262.0, 9247.0, 9271.0, 9312.0, 9257.0, 9285.0, 9314.0, 9290.0, 9302.0, 9260.0, 9301.0, 9287.0, 9328.0, 9306.0, 9369.0, 9344.0, 9303.0, 9343.0, 9319.0, 9344.0, 9324.0, 9370.0, 9351.0, 9311.0, 9331.0, 9299.0, 9273.0, 9318.0, 9288.0, 9297.0, 9303.0, 9244.0, 9310.0, 9261.0, 9289.0, 9254.0, 9318.0, 9266.0, 9320.0, 9314.0, 9263.0, 9274.0, 9285.0, 9246.0, 9241.0, 9261.0, 9291.0, 9227.0, 9261.0, 9278.0, 9245.0, 9272.0, 9251.0, 9295.0, 9240.0, 9266.0, 9279.0, 9252.0, 9310.0, 9274.0, 9318.0, 9267.0, 9285.0, 9272.0, 9260.0, 9282.0, 9276.0, 9265.0, 9293.0, 9238.0, 9299.0, 9252.0, 9292.0, 9270.0, 9349.0, 9341.0, 9300.0, 9324.0, 9273.0, 9273.0, 9257.0, 9290.0, 9322.0, 9264.0, 9266.0, 9313.0, 9285.0, 9294.0, 9293.0, 9324.0, 9297.0, 9323.0, 9312.0, 9281.0, 9295.0, 9260.0, 9270.0, 9249.0, 9270.0, 9314.0, 9257.0, 9285.0, 9291.0, 9265.0, 9268.0, 9270.0, 9317.0, 9254.0, 9273.0, 9307.0, 9273.0, 9287.0, 9306.0, 9368.0, 9296.0, 9295.0, 9323.0, 9272.0, 9285.0, 9272.0, 9314.0, 9294.0, 9349.0, 9338.0, 9287.0, 9321.0, 9312.0, 9280.0, 9293.0, 9244.0, 9264.0, 9288.0, 9250.0, 9280.0, 9266.0, 9264.0, 9273.0, 9239.0, 9285.0, 9284.0, 9289.0, 9300.0, 9254.0, 9309.0, 9291.0, 9295.0, 9320.0, 9300.0, 9327.0, 9316.0, 9362.0, 9318.0, 9324.0, 9340.0, 9324.0, 9347.0, 9318.0, 9376.0, 9369.0, 9306.0, 9325.0, 9317.0, 9286.0, 9292.0, 9274.0, 9317.0, 9294.0, 9340.0, 9332.0, 9285.0, 9321.0, 9313.0, 9275.0, 9334.0, 9312.0, 9350.0, 9334.0, 9374.0, 9369.0, 9320.0, 9279.0, 9320.0, 9347.0, 9303.0, 9282.0, 9308.0, 9272.0, 9269.0, 9297.0, 9225.0, 9245.0, 9201.0, 9217.0, 9264.0, 9205.0, 9249.0, 9213.0, 9271.0, 9242.0, 9306.0, 9298.0, 9273.0, 9284.0, 9277.0, 9264.0, 9270.0, 9242.0, 9291.0, 9262.0, 9299.0, 9239.0, 9302.0, 9267.0, 9329.0, 9323.0, 9266.0, 9265.0, 9287.0, 9261.0, 9282.0, 9268.0, 9306.0, 9275.0, 9317.0, 9265.0, 9267.0, 9294.0, 9249.0, 9290.0, 9230.0, 9295.0, 9264.0, 9323.0, 9315.0, 9276.0, 9280.0, 9252.0, 9246.0, 9285.0, 9224.0, 9254.0, 9226.0, 9280.0, 9261.0, 9303.0, 9268.0, 9341.0, 9306.0, 9357.0, 9361.0, 9323.0, 9260.0, 9325.0, 9321.0, 9282.0, 9284.0, 9312.0, 9250.0, 9279.0, 9286.0, 9238.0, 9271.0, 9265.0, 9241.0, 9242.0, 9267.0, 9315.0, 9233.0, 9246.0, 9269.0, 9223.0, 9250.0, 9208.0, 9255.0, 9267.0, 9244.0, 9272.0, 9270.0, 9295.0, 9260.0, 9319.0, 9284.0, 9265.0, 9279.0, 9241.0, 9242.0, 9232.0, 9283.0, 9296.0, 9229.0, 9261.0, 9264.0, 9246.0, 9269.0, 9269.0, 9324.0, 9254.0, 9270.0, 9296.0, 9241.0, 9283.0, 9254.0, 9308.0, 9269.0, 9339.0, 9366.0, 9318.0, 9285.0, 9353.0, 9369.0, 9352.0, 9349.0, 9334.0, 9271.0, 9299.0, 9251.0, 9279.0, 9241.0, 9305.0, 9305.0, 9343.0, 9336.0, 9308.0, 9302.0, 9307.0, 9282.0, 9282.0, 9284.0, 9237.0, 9274.0, 9241.0, 9265.0, 9288.0, 9250.0, 9282.0, 9248.0, 9266.0, 9264.0, 9277.0, 9287.0, 9298.0, 9291.0, 9342.0, 9356.0, 9307.0, 9292.0, 9319.0, 9250.0, 9295.0, 9267.0, 9323.0, 9325.0, 9267.0, 9300.0, 9281.0, 9285.0, 9273.0, 9292.0, 9326.0, 9324.0, 9264.0, 9297.0, 9244.0, 9272.0, 9250.0, 9300.0, 9303.0, 9271.0, 9284.0, 9286.0, 9261.0, 9274.0, 9266.0, 9315.0, 9293.0, 9269.0, 9295.0, 9233.0, 9265.0, 9289.0, 9245.0, 9265.0, 9257.0, 9305.0, 9297.0, 9266.0, 9305.0, 9260.0, 9292.0, 9262.0, 9323.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.009424845005740527</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05838053547646384</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.07664252550576</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3270190724482773</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0982679590804612</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5075</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5046.6113</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.17399123983844608</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>159</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>18.2548794489093</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4519419139700136</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3371639442776693</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.603332210658996</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.415329586973374</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00922257</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01634913496673107</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04523940756917</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>4.579539138528948</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>16.5446</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.2083</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.896</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292859.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>987.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.8668</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8131</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>429.0049</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3393.211</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3533.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83685.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1545.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4273.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>771.4704</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.303475776454434</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> |