=== 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-0036 --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-0036",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0036_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0036_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0036_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-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0036/ses-04/func/sub-0036_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>3442d987f67480d21168ba1cf5e2ccf5</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>19:07:15.422500</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.998786, 0.0490244, 0.00476119, -0.0491983, 0.997602, 0.0486789]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.111738</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4166, -7717, -7219, 591, -17, -25, 93, 65]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>291.619</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>473ea4fa-4149-483a-9aa9-36f7543ab5bf||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.6796703338623047, -0.13199539482593536, 0.006380968727171421, 117.97613525390625], [-0.13152876496315002, 2.6764934062957764, 0.13190586864948273, -88.49603271484375], [0.012773922644555569, -0.13060185313224792, 2.696768283843994, -45.6597900390625], [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': ['190715.422500', '190715.882500', '190716.342500', '190716.802500', '190717.262500', '190717.722500', '190718.182500', '190718.642500', '190719.102500', '190719.562500', '190720.022500', '190720.482500', '190720.942500', '190721.402500', '190721.862500', '190722.322500', '190722.782500', '190723.242500', '190723.702500', '190724.162500', '190724.622500', '190725.082500', '190725.542500', '190726.002500', '190726.462500', '190726.922500', '190727.382500', '190727.842500', '190728.302500', '190728.762500', '190729.222500', '190729.682500', '190730.142500', '190730.602500', '190731.062500', '190731.522500', '190731.982500', '190732.442500', '190732.902500', '190733.362500', '190733.822500', '190734.282500', '190734.742500', '190735.202500', '190735.662500', '190736.122500', '190736.582500', '190737.042500', '190737.502500', '190737.962500', '190738.422500', '190738.882500', '190739.342500', '190739.802500', '190740.262500', '190740.722500', '190741.182500', '190741.642500', '190742.102500', '190742.562500', '190743.022500', '190743.482500', '190743.942500', '190744.402500', '190744.862500', '190745.322500', '190745.782500', '190746.242500', '190746.702500', '190747.162500', '190747.622500', '190748.082500', '190748.542500', '190749.002500', '190749.462500', '190749.922500', '190750.382500', '190750.842500', '190751.302500', '190751.762500', '190752.222500', '190752.682500', '190753.142500', '190753.602500', '190754.062500', '190754.522500', '190754.982500', '190755.442500', '190755.902500', '190756.362500', '190756.822500', '190757.282500', '190757.742500', '190758.202500', '190758.662500', '190759.122500', '190759.582500', '190800.042500', '190800.502500', '190800.962500', '190801.422500', '190801.882500', '190802.342500', '190802.802500', '190803.262500', '190803.722500', '190804.182500', '190804.642500', '190805.102500', '190805.562500', '190806.022500', '190806.482500', '190806.942500', '190807.402500', '190807.862500', '190808.322500', '190808.782500', '190809.242500', '190809.702500', '190810.162500', '190810.622500', '190811.082500', '190811.542500', '190812.002500', '190812.462500', '190812.922500', '190813.382500', '190813.842500', '190814.302500', '190814.762500', '190815.222500', '190815.682500', '190816.142500', '190816.602500', '190817.062500', '190817.522500', '190817.982500', '190818.442500', '190818.902500', '190819.362500', '190819.822500', '190820.282500', '190820.742500', '190821.202500', '190821.662500', '190822.122500', '190822.582500', '190823.042500', '190823.502500', '190823.962500', '190824.422500', '190824.882500', '190825.342500', '190825.802500', '190826.262500', '190826.722500', '190827.182500', '190827.642500', '190828.102500', '190828.562500', '190829.022500', '190829.482500', '190829.942500', '190830.402500', '190830.862500', '190831.322500', '190831.782500', '190832.242500', '190832.702500', '190833.162500', '190833.622500', '190834.082500', '190834.542500', '190835.002500', '190835.462500', '190835.922500', '190836.382500', '190836.842500', '190837.302500', '190837.762500', '190838.222500', '190838.682500', '190839.142500', '190839.602500', '190840.062500', '190840.522500', '190840.982500', '190841.442500', '190841.902500', '190842.362500', '190842.822500', '190843.282500', '190843.742500', '190844.202500', '190844.662500', '190845.122500', '190845.582500', '190846.042500', '190846.502500', '190846.962500', '190847.422500', '190847.882500', '190848.342500', '190848.802500', '190849.262500', '190849.722500', '190850.182500', '190850.642500', '190851.102500', '190851.562500', '190852.022500', '190852.482500', '190852.942500', '190853.402500', '190853.862500', '190854.322500', '190854.782500', '190855.242500', '190855.702500', '190856.162500', '190856.622500', '190857.082500', '190857.542500', '190858.002500', '190858.462500', '190858.922500', '190859.382500', '190859.842500', '190900.302500', '190900.762500', '190901.222500', '190901.682500', '190902.142500', '190902.602500', '190903.062500', '190903.522500', '190903.982500', '190904.442500', '190904.902500', '190905.362500', '190905.822500', '190906.282500', '190906.742500', '190907.202500', '190907.662500', '190908.122500', '190908.582500', '190909.042500', '190909.502500', '190909.962500', '190910.422500', '190910.882500', '190911.342500', '190911.802500', '190912.262500', '190912.722500', '190913.182500', '190913.642500', '190914.102500', '190914.562500', '190915.022500', '190915.482500', '190915.942500', '190916.402500', '190916.862500', '190917.322500', '190917.782500', '190918.242500', '190918.702500', '190919.162500', '190919.622500', '190920.082500', '190920.542500', '190921.002500', '190921.462500', '190921.922500', '190922.382500', '190922.842500', '190923.302500', '190923.762500', '190924.222500', '190924.682500', '190925.142500', '190925.602500', '190926.062500', '190926.522500', '190926.982500', '190927.442500', '190927.902500', '190928.362500', '190928.822500', '190929.282500', '190929.742500', '190930.202500', '190930.662500', '190931.122500', '190931.582500', '190932.042500', '190932.502500', '190932.962500', '190933.422500', '190933.882500', '190934.342500', '190934.802500', '190935.262500', '190935.722500', '190936.182500', '190936.642500', '190937.102500', '190937.562500', '190938.022500', '190938.482500', '190938.942500', '190939.402500', '190939.862500', '190940.322500', '190940.782500', '190941.242500', '190941.702500', '190942.162500', '190942.622500', '190943.082500', '190943.542500', '190944.002500', '190944.462500', '190944.922500', '190945.382500', '190945.842500', '190946.302500', '190946.762500', '190947.222500', '190947.682500', '190948.142500', '190948.602500', '190949.062500', '190949.522500', '190949.982500', '190950.442500', '190950.902500', '190951.362500', '190951.822500', '190952.282500', '190952.742500', '190953.202500', '190953.662500', '190954.122500', '190954.582500', '190955.042500', '190955.502500', '190955.962500', '190956.422500', '190956.882500', '190957.342500', '190957.802500', '190958.262500', '190958.722500', '190959.182500', '190959.642500', '191000.102500', '191000.562500', '191001.022500', '191001.482500', '191001.942500', '191002.402500', '191002.862500', '191003.322500', '191003.782500', '191004.242500', '191004.702500', '191005.162500', '191005.622500', '191006.082500', '191006.542500', '191007.002500', '191007.462500', '191007.922500', '191008.382500', '191008.842500', '191009.302500', '191009.762500', '191010.222500', '191010.682500', '191011.142500', '191011.602500', '191012.062500', '191012.522500', '191012.982500', '191013.442500', '191013.902500', '191014.362500', '191014.822500', '191015.282500', '191015.742500', '191016.202500', '191016.662500', '191017.122500', '191017.582500', '191018.042500', '191018.502500', '191018.962500', '191019.422500', '191019.882500', '191020.342500', '191020.802500', '191021.262500', '191021.722500', '191022.182500', '191022.642500', '191023.102500', '191023.562500', '191024.022500', '191024.482500', '191024.942500', '191025.402500', '191025.862500', '191026.322500', '191026.782500', '191027.242500', '191027.702500', '191028.162500', '191028.622500', '191029.082500', '191029.542500', '191030.002500', '191030.462500', '191030.922500', '191031.382500', '191031.842500', '191032.302500', '191032.762500', '191033.222500', '191033.682500', '191034.142500', '191034.602500', '191035.062500', '191035.522500', '191035.982500', '191036.442500', '191036.902500', '191037.362500', '191037.822500', '191038.282500', '191038.742500', '191039.202500', '191039.662500', '191040.122500', '191040.582500', '191041.042500', '191041.502500', '191041.962500', '191042.422500', '191042.882500', '191043.342500', '191043.802500', '191044.262500', '191044.722500', '191045.182500', '191045.642500', '191046.102500', '191046.562500', '191047.022500', '191047.482500', '191047.942500', '191048.402500', '191048.862500', '191049.322500', '191049.782500', '191050.242500', '191050.702500', '191051.162500', '191051.622500', '191052.082500', '191052.542500', '191053.002500', '191053.462500', '191053.922500', '191054.382500', '191054.842500', '191055.302500', '191055.762500', '191056.222500', '191056.682500', '191057.142500', '191057.602500', '191058.062500', '191058.522500', '191058.982500', '191059.442500', '191059.902500', '191100.362500', '191100.822500', '191101.282500', '191101.742500', '191102.202500', '191102.662500', '191103.122500', '191103.582500', '191104.042500', '191104.502500', '191104.962500', '191105.422500', '191105.882500', '191106.342500', '191106.802500', '191107.262500', '191107.722500', '191108.182500', '191108.642500', '191109.102500', '191109.562500', '191110.022500', '191110.482500', '191110.942500', '191111.402500', '191111.862500', '191112.322500', '191112.782500', '191113.242500', '191113.702500', '191114.162500', '191114.622500', '191115.082500', '191115.542500', '191116.002500', '191116.462500', '191116.922500', '191117.382500', '191117.842500', '191118.302500', '191118.762500', '191119.222500', '191119.682500', '191120.142500', '191120.602500', '191121.062500', '191121.522500', '191121.982500', '191122.442500', '191122.902500', '191123.362500', '191123.822500', '191124.282500', '191124.742500', '191125.202500', '191125.662500', '191126.122500', '191126.582500', '191127.042500', '191127.502500', '191127.962500', '191128.422500', '191128.882500', '191129.342500', '191129.802500', '191130.262500', '191130.722500', '191131.182500', '191131.642500', '191132.102500', '191132.562500', '191133.022500', '191133.482500', '191133.942500', '191134.402500', '191134.862500', '191135.322500', '191135.782500', '191136.242500', '191136.702500', '191137.162500', '191137.622500', '191138.082500', '191138.542500', '191139.002500', '191139.462500', '191139.922500', '191140.382500', '191140.842500', '191141.302500', '191141.762500', '191142.222500', '191142.682500', '191143.142500', '191143.602500', '191144.062500', '191144.522500', '191144.982500', '191145.442500', '191145.902500', '191146.362500', '191146.822500', '191147.282500', '191147.742500', '191148.202500', '191148.662500', '191149.122500', '191149.582500', '191150.042500', '191150.502500', '191150.962500', '191151.422500', '191151.882500', '191152.342500', '191152.802500', '191153.262500', '191153.722500', '191154.182500', '191154.642500', '191155.102500', '191155.562500', '191156.022500', '191156.482500', '191156.942500', '191157.402500', '191157.862500', '191158.322500', '191158.782500', '191159.242500', '191159.702500', '191200.162500', '191200.622500', '191201.082500', '191201.542500', '191202.002500', '191202.462500', '191202.922500', '191203.382500', '191203.842500', '191204.302500', '191204.762500', '191205.222500', '191205.682500', '191206.142500', '191206.602500', '191207.062500', '191207.522500', '191207.982500', '191208.442500', '191208.902500', '191209.362500', '191209.822500', '191210.282500', '191210.742500', '191211.202500', '191211.662500', '191212.122500', '191212.582500', '191213.042500', '191213.502500', '191213.962500', '191214.422500', '191214.882500', '191215.342500', '191215.802500', '191216.262500', '191216.722500', '191217.182500', '191217.642500', '191218.102500', '191218.562500', '191219.022500', '191219.482500', '191219.942500', '191220.402500', '191220.862500', '191221.322500', '191221.782500', '191222.242500', '191222.702500', '191223.162500', '191223.622500', '191224.082500', '191224.542500', '191225.002500', '191225.462500', '191225.922500', '191226.382500', '191226.842500', '191227.302500', '191227.762500', '191228.222500', '191228.682500', '191229.142500', '191229.602500', '191230.062500', '191230.522500', '191230.982500', '191231.442500', '191231.902500', '191232.362500', '191232.822500', '191233.282500', '191233.742500', '191234.202500', '191234.662500', '191235.122500', '191235.582500', '191236.042500', '191236.502500', '191236.962500', '191237.422500', '191237.882500', '191238.342500', '191238.802500', '191239.262500', '191239.722500', '191240.182500', '191240.642500', '191241.102500', '191241.562500', '191242.022500', '191242.482500', '191242.942500', '191243.402500', '191243.862500', '191244.322500', '191244.782500', '191245.242500', '191245.702500', '191246.162500', '191246.622500', '191247.082500', '191247.542500', '191248.002500', '191248.462500', '191248.922500', '191249.382500', '191249.842500', '191250.302500', '191250.762500', '191251.222500', '191251.682500', '191252.142500', '191252.602500', '191253.062500', '191253.522500', '191253.982500', '191254.442500', '191254.902500', '191255.362500', '191255.822500', '191256.282500', '191256.742500', '191257.202500', '191257.662500', '191258.122500', '191258.582500', '191259.042500', '191259.502500', '191259.962500', '191300.422500', '191300.882500', '191301.342500', '191301.802500', '191302.262500', '191302.722500', '191303.182500', '191303.642500', '191304.102500', '191304.562500', '191305.022500', '191305.482500', '191305.942500', '191306.402500', '191306.862500', '191307.322500', '191307.782500', '191308.242500', '191308.702500', '191309.162500', '191309.622500', '191310.082500', '191310.542500', '191311.002500', '191311.462500', '191311.922500', '191312.382500', '191312.842500', '191313.302500', '191313.762500', '191314.222500', '191314.682500', '191315.142500', '191315.602500', '191316.062500', '191316.522500', '191316.982500', '191317.442500', '191317.902500', '191318.362500', '191318.822500', '191319.282500', '191319.742500', '191320.202500', '191320.662500', '191321.122500', '191321.582500', '191322.042500', '191322.502500', '191322.962500', '191323.422500', '191323.882500', '191324.342500', '191324.802500', '191325.262500', '191325.722500', '191326.182500', '191326.642500', '191327.102500', '191327.562500', '191328.022500', '191328.482500', '191328.942500', '191329.402500', '191329.862500', '191330.322500', '191330.782500', '191331.242500', '191331.702500', '191332.162500', '191332.622500', '191333.082500', '191333.542500', '191334.002500', '191334.462500', '191334.922500', '191335.382500', '191335.842500', '191336.302500', '191336.762500', '191337.222500', '191337.682500', '191338.142500', '191338.602500', '191339.062500', '191339.522500', '191339.982500', '191340.442500', '191340.902500', '191341.362500', '191341.822500', '191342.282500', '191342.742500', '191343.202500', '191343.662500', '191344.122500', '191344.582500', '191345.042500', '191345.502500', '191345.962500', '191346.422500', '191346.882500', '191347.342500', '191347.802500', '191348.262500', '191348.722500', '191349.182500', '191349.642500', '191350.102500', '191350.562500', '191351.022500', '191351.482500', '191351.942500', '191352.402500', '191352.862500', '191353.322500', '191353.782500', '191354.242500', '191354.702500', '191355.162500', '191355.622500', '191356.082500'], 'ContentTime': ['190741.720000', '190741.723000', '190741.726000', '190741.729000', '190741.731000', '190741.734000', '190741.737000', '190741.739000', '190741.742000', '190741.744000', '190741.747000', '190741.749000', '190741.752000', '190741.754000', '190741.757000', '190741.759000', '190741.762000', '190741.765000', '190741.767000', '190741.770000', '190741.772000', '190741.775000', '190741.777000', '190741.780000', '190741.782000', '190741.785000', '190741.788000', '190741.790000', '190741.793000', '190741.795000', '190741.798000', '190741.871000', '190741.874000', '190741.876000', '190741.879000', '190741.881000', '190741.884000', '190741.886000', '190741.889000', '190741.891000', '190741.894000', '190741.897000', '190741.899000', '190741.902000', '190741.904000', '190741.907000', '190741.909000', '190741.912000', '190741.914000', '190741.921000', '190741.923000', '190741.926000', '190741.929000', '190741.931000', '190801.696000', '190801.699000', '190801.702000', '190801.705000', '190801.707000', '190801.710000', '190801.712000', '190801.715000', '190801.717000', '190801.720000', '190801.722000', '190801.725000', '190801.727000', '190801.730000', '190801.732000', '190801.735000', '190801.738000', '190801.740000', '190801.743000', '190801.747000', '190801.749000', '190801.752000', '190801.754000', '190801.757000', '190801.759000', '190801.762000', '190801.764000', '190801.767000', '190801.769000', '190801.772000', '190801.775000', '190801.777000', '190801.780000', '190801.782000', '190801.785000', '190801.787000', '190801.790000', '190801.792000', '190801.795000', '190801.797000', '190801.800000', '190801.803000', '190801.805000', '190801.808000', '190821.697000', '190821.699000', '190821.702000', '190821.705000', '190821.707000', '190821.717000', '190821.720000', '190821.723000', '190821.725000', '190821.728000', '190821.730000', '190821.733000', '190821.736000', '190821.738000', '190821.741000', '190821.743000', '190821.746000', '190821.748000', '190821.751000', '190821.753000', '190821.756000', '190821.758000', '190821.761000', '190821.764000', '190821.766000', '190821.769000', '190821.771000', '190821.774000', '190821.777000', '190821.780000', '190821.783000', '190821.785000', '190821.788000', '190821.791000', '190821.793000', '190821.796000', '190821.798000', '190821.801000', '190821.804000', '190821.806000', '190821.809000', '190821.827000', '190821.830000', '190841.697000', '190841.699000', '190841.702000', '190841.704000', '190841.707000', '190841.709000', '190841.712000', '190841.714000', '190841.717000', '190841.726000', '190841.728000', '190841.731000', '190841.734000', '190841.736000', '190841.739000', '190841.741000', '190841.744000', '190841.747000', '190841.750000', '190841.753000', '190841.755000', '190841.758000', '190841.760000', '190841.763000', '190841.765000', '190841.768000', '190841.770000', '190841.773000', '190841.776000', '190841.778000', '190841.781000', '190841.783000', '190841.786000', '190841.788000', '190841.791000', '190841.794000', '190841.796000', '190841.799000', '190841.831000', '190841.834000', '190841.836000', '190841.839000', '190841.850000', '190841.853000', '190901.696000', '190901.698000', '190901.701000', '190901.704000', '190901.706000', '190901.709000', '190901.711000', '190901.714000', '190901.716000', '190901.719000', '190901.721000', '190901.732000', '190901.734000', '190901.737000', '190901.740000', '190901.742000', '190901.745000', '190901.747000', '190901.751000', '190901.754000', '190901.756000', '190901.759000', '190901.762000', '190901.764000', '190901.767000', '190901.769000', '190901.772000', '190901.774000', '190901.777000', '190901.779000', '190901.782000', '190901.784000', '190901.787000', '190901.790000', '190901.792000', '190901.795000', '190901.797000', '190901.864000', '190901.867000', '190901.869000', '190901.872000', '190901.874000', '190901.877000', '190921.696000', '190921.699000', '190921.702000', '190921.704000', '190921.707000', '190921.710000', '190921.712000', '190921.715000', '190921.717000', '190921.720000', '190921.722000', '190921.725000', '190921.728000', '190921.730000', '190921.733000', '190921.735000', '190921.738000', '190921.740000', '190921.743000', '190921.746000', '190921.748000', '190921.751000', '190921.753000', '190921.756000', '190921.758000', '190921.761000', '190921.763000', '190921.766000', '190921.769000', '190921.771000', '190921.774000', '190921.776000', '190921.779000', '190921.781000', '190921.784000', '190921.786000', '190921.789000', '190921.792000', '190921.794000', '190921.797000', '190921.815000', '190921.818000', '190921.820000', '190921.823000', '190941.697000', '190941.699000', '190941.702000', '190941.704000', '190941.707000', '190941.710000', '190941.712000', '190941.715000', '190941.717000', '190941.720000', '190941.722000', '190941.725000', '190941.728000', '190941.730000', '190941.733000', '190941.735000', '190941.738000', '190941.740000', '190941.743000', '190941.745000', '190941.748000', '190941.751000', '190941.753000', '190941.756000', '190941.758000', '190941.761000', '190941.764000', '190941.767000', '190941.770000', '190941.773000', '190941.775000', '190941.778000', '190941.780000', '190941.783000', '190941.786000', '190941.788000', '190941.791000', '190941.793000', '190941.796000', '190941.799000', '190941.851000', '190941.854000', '190941.856000', '191001.697000', '191001.699000', '191001.702000', '191001.704000', '191001.707000', '191001.710000', '191001.712000', '191001.715000', '191001.718000', '191001.720000', '191001.726000', '191001.728000', '191001.731000', '191001.734000', '191001.736000', '191001.739000', '191001.741000', '191001.744000', '191001.746000', '191001.749000', '191001.751000', '191001.754000', '191001.757000', '191001.759000', '191001.762000', '191001.764000', '191001.767000', '191001.769000', '191001.772000', '191001.774000', '191001.777000', '191001.779000', '191001.782000', '191001.785000', '191001.788000', '191001.790000', '191001.793000', '191001.795000', '191001.798000', '191001.837000', '191001.840000', '191001.866000', '191001.868000', '191001.871000', '191021.697000', '191021.699000', '191021.702000', '191021.705000', '191021.707000', '191021.710000', '191021.712000', '191021.715000', '191021.718000', '191021.720000', '191021.723000', '191021.725000', '191021.728000', '191021.730000', '191021.733000', '191021.736000', '191021.738000', '191021.741000', '191021.743000', '191021.746000', '191021.748000', '191021.751000', '191021.753000', '191021.756000', '191021.759000', '191021.761000', '191021.764000', '191021.766000', '191021.769000', '191021.771000', '191021.774000', '191021.777000', '191021.779000', '191021.782000', '191021.784000', '191021.787000', '191021.790000', '191021.802000', '191021.857000', '191021.859000', '191021.862000', '191021.865000', '191021.867000', '191041.697000', '191041.700000', '191041.702000', '191041.705000', '191041.707000', '191041.710000', '191041.712000', '191041.715000', '191041.718000', '191041.720000', '191041.723000', '191041.725000', '191041.728000', '191041.730000', '191041.733000', '191041.736000', '191041.738000', '191041.741000', '191041.743000', '191041.746000', '191041.748000', '191041.751000', '191041.754000', '191041.756000', '191041.759000', '191041.761000', '191041.764000', '191041.767000', '191041.769000', '191041.772000', '191041.774000', '191041.777000', '191041.779000', '191041.782000', '191041.784000', '191041.787000', '191041.790000', '191041.792000', '191041.795000', '191041.797000', '191041.837000', '191041.845000', '191041.848000', '191041.850000', '191101.697000', '191101.699000', '191101.702000', '191101.704000', '191101.707000', '191101.710000', '191101.712000', '191101.715000', '191101.717000', '191101.720000', '191101.723000', '191101.725000', '191101.728000', '191101.730000', '191101.733000', '191101.735000', '191101.738000', '191101.740000', '191101.743000', '191101.745000', '191101.748000', '191101.751000', '191101.753000', '191101.756000', '191101.758000', '191101.761000', '191101.763000', '191101.766000', '191101.769000', '191101.771000', '191101.774000', '191101.776000', '191101.779000', '191101.781000', '191101.784000', '191101.787000', '191101.789000', '191101.792000', '191101.795000', '191101.799000', '191101.850000', '191101.853000', '191101.856000', '191121.696000', '191121.698000', '191121.701000', '191121.704000', '191121.706000', '191121.709000', '191121.711000', '191121.714000', '191121.716000', '191121.719000', '191121.722000', '191121.724000', '191121.727000', '191121.729000', '191121.732000', '191121.734000', '191121.737000', '191121.739000', '191121.742000', '191121.745000', '191121.747000', '191121.750000', '191121.752000', '191121.755000', '191121.757000', '191121.760000', '191121.762000', '191121.765000', '191121.768000', '191121.770000', '191121.773000', '191121.775000', '191121.778000', '191121.780000', '191121.783000', '191121.786000', '191121.788000', '191121.791000', '191121.793000', '191121.796000', '191121.799000', '191121.832000', '191121.834000', '191121.837000', '191141.697000', '191141.699000', '191141.702000', '191141.704000', '191141.707000', '191141.710000', '191141.712000', '191141.715000', '191141.717000', '191141.720000', '191141.723000', '191141.725000', '191141.728000', '191141.730000', '191141.733000', '191141.735000', '191141.738000', '191141.740000', '191141.743000', '191141.746000', '191141.748000', '191141.751000', '191141.753000', '191141.756000', '191141.758000', '191141.761000', '191141.764000', '191141.766000', '191141.769000', '191141.771000', '191141.774000', '191141.776000', '191141.779000', '191141.781000', '191141.784000', '191141.787000', '191141.789000', '191141.792000', '191141.794000', '191141.797000', '191141.866000', '191141.869000', '191141.871000', '191201.697000', '191201.700000', '191201.702000', '191201.705000', '191201.707000', '191201.710000', '191201.713000', '191201.715000', '191201.718000', '191201.721000', '191201.723000', '191201.726000', '191201.728000', '191201.731000', '191201.734000', '191201.736000', '191201.739000', '191201.741000', '191201.744000', '191201.777000', '191201.779000', '191201.782000', '191201.785000', '191201.787000', '191201.790000', '191201.792000', '191201.795000', '191201.798000', '191201.848000', '191201.851000', '191201.853000', '191201.856000', '191201.858000', '191201.861000', '191201.864000', '191201.866000', '191201.869000', '191201.871000', '191201.874000', '191201.877000', '191201.879000', '191201.882000', '191201.884000', '191201.887000', '191221.697000', '191221.699000', '191221.702000', '191221.705000', '191221.707000', '191221.710000', '191221.712000', '191221.715000', '191221.717000', '191221.720000', '191221.723000', '191221.725000', '191221.728000', '191221.730000', '191221.733000', '191221.735000', '191221.738000', '191221.741000', '191221.743000', '191221.746000', '191221.748000', '191221.751000', '191221.753000', '191221.756000', '191221.759000', '191221.761000', '191221.764000', '191221.766000', '191221.769000', '191221.771000', '191221.774000', '191221.777000', '191221.779000', '191221.782000', '191221.784000', '191221.787000', '191221.789000', '191221.792000', '191221.795000', '191221.797000', '191221.876000', '191221.879000', '191221.882000', '191241.697000', '191241.699000', '191241.702000', '191241.705000', '191241.707000', '191241.710000', '191241.712000', '191241.715000', '191241.718000', '191241.720000', '191241.723000', '191241.725000', '191241.728000', '191241.730000', '191241.736000', '191241.739000', '191241.742000', '191241.744000', '191241.747000', '191241.749000', '191241.752000', '191241.754000', '191241.757000', '191241.760000', '191241.762000', '191241.765000', '191241.767000', '191241.770000', '191241.772000', '191241.775000', '191241.778000', '191241.780000', '191241.783000', '191241.785000', '191241.788000', '191241.791000', '191241.793000', '191241.796000', '191241.798000', '191241.858000', '191241.861000', '191241.863000', '191241.866000', '191241.868000', '191301.696000', '191301.699000', '191301.702000', '191301.704000', '191301.707000', '191301.710000', '191301.712000', '191301.715000', '191301.717000', '191301.720000', '191301.722000', '191301.725000', '191301.727000', '191301.730000', '191301.733000', '191301.735000', '191301.738000', '191301.740000', '191301.743000', '191301.745000', '191301.748000', '191301.750000', '191301.753000', '191301.756000', '191301.758000', '191301.761000', '191301.763000', '191301.766000', '191301.768000', '191301.771000', '191301.774000', '191301.776000', '191301.779000', '191301.781000', '191301.784000', '191301.786000', '191301.789000', '191301.792000', '191301.794000', '191301.798000', '191301.859000', '191301.862000', '191301.864000', '191321.698000', '191321.701000', '191321.704000', '191321.706000', '191321.709000', '191321.711000', '191321.714000', '191321.717000', '191321.719000', '191321.722000', '191321.724000', '191321.727000', '191321.730000', '191321.732000', '191321.735000', '191321.737000', '191321.740000', '191321.742000', '191321.745000', '191321.748000', '191321.750000', '191321.753000', '191321.755000', '191321.758000', '191321.761000', '191321.763000', '191321.766000', '191321.768000', '191321.771000', '191321.774000', '191321.792000', '191321.794000', '191321.797000', '191321.890000', '191321.893000', '191321.896000', '191321.898000', '191321.901000', '191321.903000', '191321.906000', '191321.908000', '191321.911000', '191321.913000', '191321.916000', '191341.696000', '191341.699000', '191341.701000', '191341.704000', '191341.706000', '191341.709000', '191341.711000', '191341.714000', '191341.717000', '191341.719000', '191341.722000', '191341.724000', '191341.727000', '191341.729000', '191341.732000', '191341.734000', '191341.737000', '191341.740000', '191341.742000', '191341.745000', '191341.747000', '191341.750000', '191341.752000', '191341.755000', '191341.758000', '191341.760000', '191341.763000', '191341.765000', '191341.768000', '191341.770000', '191341.773000', '191341.776000', '191341.778000', '191341.781000', '191341.783000', '191341.786000', '191341.789000', '191341.791000', '191341.794000', '191341.796000', '191341.799000', '191341.860000', '191341.863000', '191357.526000', '191357.528000', '191357.531000', '191357.534000', '191357.537000', '191357.539000', '191357.542000', '191357.545000', '191357.548000', '191357.551000', '191357.554000', '191357.556000', '191357.559000', '191357.562000', '191357.564000', '191357.567000', '191357.570000', '191357.572000', '191357.575000', '191357.578000', '191357.580000', '191357.583000', '191357.586000', '191357.588000', '191357.591000', '191357.593000', '191357.596000', '191357.599000', '191357.602000', '191357.604000', '191357.607000', '191357.609000', '191357.612000', '191357.615000', '191357.617000'], 'InstanceCreationTime': ['190741.720000', '190741.723000', '190741.726000', '190741.729000', '190741.731000', '190741.734000', '190741.737000', '190741.739000', '190741.742000', '190741.744000', '190741.747000', '190741.749000', '190741.752000', '190741.754000', '190741.757000', '190741.759000', '190741.762000', '190741.765000', '190741.767000', '190741.770000', '190741.772000', '190741.775000', '190741.777000', '190741.780000', '190741.782000', '190741.785000', '190741.788000', '190741.790000', '190741.793000', '190741.795000', '190741.798000', '190741.871000', '190741.874000', '190741.876000', '190741.879000', '190741.881000', '190741.884000', '190741.886000', '190741.889000', '190741.891000', '190741.894000', '190741.897000', '190741.899000', '190741.902000', '190741.904000', '190741.907000', '190741.909000', '190741.912000', '190741.914000', '190741.921000', '190741.923000', '190741.926000', '190741.929000', '190741.931000', '190801.696000', '190801.699000', '190801.702000', '190801.705000', '190801.707000', '190801.710000', '190801.712000', '190801.715000', '190801.717000', '190801.720000', '190801.722000', '190801.725000', '190801.727000', '190801.730000', '190801.732000', '190801.735000', '190801.738000', '190801.740000', '190801.743000', '190801.747000', '190801.749000', '190801.752000', '190801.754000', '190801.757000', '190801.759000', '190801.762000', '190801.764000', '190801.767000', '190801.769000', '190801.772000', '190801.775000', '190801.777000', '190801.780000', '190801.782000', '190801.785000', '190801.787000', '190801.790000', '190801.792000', '190801.795000', '190801.797000', '190801.800000', '190801.803000', '190801.805000', '190801.808000', '190821.697000', '190821.699000', '190821.702000', '190821.705000', '190821.707000', '190821.717000', '190821.720000', '190821.723000', '190821.725000', '190821.728000', '190821.730000', '190821.733000', '190821.736000', '190821.738000', '190821.741000', '190821.743000', '190821.746000', '190821.748000', '190821.751000', '190821.753000', '190821.756000', '190821.758000', '190821.761000', '190821.764000', '190821.766000', '190821.769000', '190821.771000', '190821.774000', '190821.777000', '190821.780000', '190821.783000', '190821.785000', '190821.788000', '190821.791000', '190821.793000', '190821.796000', '190821.798000', '190821.801000', '190821.804000', '190821.806000', '190821.809000', '190821.827000', '190821.830000', '190841.697000', '190841.699000', '190841.702000', '190841.704000', '190841.707000', '190841.709000', '190841.712000', '190841.714000', '190841.717000', '190841.726000', '190841.728000', '190841.731000', '190841.734000', '190841.736000', '190841.739000', '190841.741000', '190841.744000', '190841.747000', '190841.750000', '190841.753000', '190841.755000', '190841.758000', '190841.760000', '190841.763000', '190841.765000', '190841.768000', '190841.770000', '190841.773000', '190841.776000', '190841.778000', '190841.781000', '190841.783000', '190841.786000', '190841.788000', '190841.791000', '190841.794000', '190841.796000', '190841.799000', '190841.831000', '190841.834000', '190841.836000', '190841.839000', '190841.850000', '190841.853000', '190901.696000', '190901.698000', '190901.701000', '190901.704000', '190901.706000', '190901.709000', '190901.711000', '190901.714000', '190901.716000', '190901.719000', '190901.721000', '190901.732000', '190901.734000', '190901.737000', '190901.740000', '190901.742000', '190901.745000', '190901.747000', '190901.751000', '190901.754000', '190901.756000', '190901.759000', '190901.762000', '190901.764000', '190901.767000', '190901.769000', '190901.772000', '190901.774000', '190901.777000', '190901.779000', '190901.782000', '190901.784000', '190901.787000', '190901.790000', '190901.792000', '190901.795000', '190901.797000', '190901.864000', '190901.867000', '190901.869000', '190901.872000', '190901.874000', '190901.877000', '190921.696000', '190921.699000', '190921.702000', '190921.704000', '190921.707000', '190921.710000', '190921.712000', '190921.715000', '190921.717000', '190921.720000', '190921.722000', '190921.725000', '190921.728000', '190921.730000', '190921.733000', '190921.735000', '190921.738000', '190921.740000', '190921.743000', '190921.746000', '190921.748000', '190921.751000', '190921.753000', '190921.756000', '190921.758000', '190921.761000', '190921.763000', '190921.766000', '190921.769000', '190921.771000', '190921.774000', '190921.776000', '190921.779000', '190921.781000', '190921.784000', '190921.786000', '190921.789000', '190921.792000', '190921.794000', '190921.797000', '190921.815000', '190921.818000', '190921.820000', '190921.823000', '190941.697000', '190941.699000', '190941.702000', '190941.704000', '190941.707000', '190941.710000', '190941.712000', '190941.715000', '190941.717000', '190941.720000', '190941.722000', '190941.725000', '190941.728000', '190941.730000', '190941.733000', '190941.735000', '190941.738000', '190941.740000', '190941.743000', '190941.745000', '190941.748000', '190941.751000', '190941.753000', '190941.756000', '190941.758000', '190941.761000', '190941.764000', '190941.767000', '190941.770000', '190941.773000', '190941.775000', '190941.778000', '190941.780000', '190941.783000', '190941.786000', '190941.788000', '190941.791000', '190941.793000', '190941.796000', '190941.799000', '190941.851000', '190941.854000', '190941.856000', '191001.697000', '191001.699000', '191001.702000', '191001.704000', '191001.707000', '191001.710000', '191001.712000', '191001.715000', '191001.718000', '191001.720000', '191001.726000', '191001.728000', '191001.731000', '191001.734000', '191001.736000', '191001.739000', '191001.741000', '191001.744000', '191001.746000', '191001.749000', '191001.751000', '191001.754000', '191001.757000', '191001.759000', '191001.762000', '191001.764000', '191001.767000', '191001.769000', '191001.772000', '191001.774000', '191001.777000', '191001.779000', '191001.782000', '191001.785000', '191001.788000', '191001.790000', '191001.793000', '191001.795000', '191001.798000', '191001.837000', '191001.840000', '191001.866000', '191001.868000', '191001.871000', '191021.697000', '191021.699000', '191021.702000', '191021.705000', '191021.707000', '191021.710000', '191021.712000', '191021.715000', '191021.718000', '191021.720000', '191021.723000', '191021.725000', '191021.728000', '191021.730000', '191021.733000', '191021.736000', '191021.738000', '191021.741000', '191021.743000', '191021.746000', '191021.748000', '191021.751000', '191021.753000', '191021.756000', '191021.759000', '191021.761000', '191021.764000', '191021.766000', '191021.769000', '191021.771000', '191021.774000', '191021.777000', '191021.779000', '191021.782000', '191021.784000', '191021.787000', '191021.790000', '191021.802000', '191021.857000', '191021.859000', '191021.862000', '191021.865000', '191021.867000', '191041.697000', '191041.700000', '191041.702000', '191041.705000', '191041.707000', '191041.710000', '191041.712000', '191041.715000', '191041.718000', '191041.720000', '191041.723000', '191041.725000', '191041.728000', '191041.730000', '191041.733000', '191041.736000', '191041.738000', '191041.741000', '191041.743000', '191041.746000', '191041.748000', '191041.751000', '191041.754000', '191041.756000', '191041.759000', '191041.761000', '191041.764000', '191041.767000', '191041.769000', '191041.772000', '191041.774000', '191041.777000', '191041.779000', '191041.782000', '191041.784000', '191041.787000', '191041.790000', '191041.792000', '191041.795000', '191041.797000', '191041.837000', '191041.845000', '191041.848000', '191041.850000', '191101.697000', '191101.699000', '191101.702000', '191101.704000', '191101.707000', '191101.710000', '191101.712000', '191101.715000', '191101.717000', '191101.720000', '191101.723000', '191101.725000', '191101.728000', '191101.730000', '191101.733000', '191101.735000', '191101.738000', '191101.740000', '191101.743000', '191101.745000', '191101.748000', '191101.751000', '191101.753000', '191101.756000', '191101.758000', '191101.761000', '191101.763000', '191101.766000', '191101.769000', '191101.771000', '191101.774000', '191101.776000', '191101.779000', '191101.781000', '191101.784000', '191101.787000', '191101.789000', '191101.792000', '191101.795000', '191101.799000', '191101.850000', '191101.853000', '191101.856000', '191121.696000', '191121.698000', '191121.701000', '191121.704000', '191121.706000', '191121.709000', '191121.711000', '191121.714000', '191121.716000', '191121.719000', '191121.722000', '191121.724000', '191121.727000', '191121.729000', '191121.732000', '191121.734000', '191121.737000', '191121.739000', '191121.742000', '191121.745000', '191121.747000', '191121.750000', '191121.752000', '191121.755000', '191121.757000', '191121.760000', '191121.762000', '191121.765000', '191121.768000', '191121.770000', '191121.773000', '191121.775000', '191121.778000', '191121.780000', '191121.783000', '191121.786000', '191121.788000', '191121.791000', '191121.793000', '191121.796000', '191121.799000', '191121.832000', '191121.834000', '191121.837000', '191141.697000', '191141.699000', '191141.702000', '191141.704000', '191141.707000', '191141.710000', '191141.712000', '191141.715000', '191141.717000', '191141.720000', '191141.723000', '191141.725000', '191141.728000', '191141.730000', '191141.733000', '191141.735000', '191141.738000', '191141.740000', '191141.743000', '191141.746000', '191141.748000', '191141.751000', '191141.753000', '191141.756000', '191141.758000', '191141.761000', '191141.764000', '191141.766000', '191141.769000', '191141.771000', '191141.774000', '191141.776000', '191141.779000', '191141.781000', '191141.784000', '191141.787000', '191141.789000', '191141.792000', '191141.794000', '191141.797000', '191141.866000', '191141.869000', '191141.871000', '191201.697000', '191201.700000', '191201.702000', '191201.705000', '191201.707000', '191201.710000', '191201.713000', '191201.715000', '191201.718000', '191201.721000', '191201.723000', '191201.726000', '191201.728000', '191201.731000', '191201.734000', '191201.736000', '191201.739000', '191201.741000', '191201.744000', '191201.777000', '191201.779000', '191201.782000', '191201.785000', '191201.787000', '191201.790000', '191201.792000', '191201.795000', '191201.798000', '191201.848000', '191201.851000', '191201.853000', '191201.856000', '191201.858000', '191201.861000', '191201.864000', '191201.866000', '191201.869000', '191201.871000', '191201.874000', '191201.877000', '191201.879000', '191201.882000', '191201.884000', '191201.887000', '191221.697000', '191221.699000', '191221.702000', '191221.705000', '191221.707000', '191221.710000', '191221.712000', '191221.715000', '191221.717000', '191221.720000', '191221.723000', '191221.725000', '191221.728000', '191221.730000', '191221.733000', '191221.735000', '191221.738000', '191221.741000', '191221.743000', '191221.746000', '191221.748000', '191221.751000', '191221.753000', '191221.756000', '191221.759000', '191221.761000', '191221.764000', '191221.766000', '191221.769000', '191221.771000', '191221.774000', '191221.777000', '191221.779000', '191221.782000', '191221.784000', '191221.787000', '191221.789000', '191221.792000', '191221.795000', '191221.797000', '191221.876000', '191221.879000', '191221.882000', '191241.697000', '191241.699000', '191241.702000', '191241.705000', '191241.707000', '191241.710000', '191241.712000', '191241.715000', '191241.718000', '191241.720000', '191241.723000', '191241.725000', '191241.728000', '191241.730000', '191241.736000', '191241.739000', '191241.742000', '191241.744000', '191241.747000', '191241.749000', '191241.752000', '191241.754000', '191241.757000', '191241.760000', '191241.762000', '191241.765000', '191241.767000', '191241.770000', '191241.772000', '191241.775000', '191241.778000', '191241.780000', '191241.783000', '191241.785000', '191241.788000', '191241.791000', '191241.793000', '191241.796000', '191241.798000', '191241.858000', '191241.861000', '191241.863000', '191241.866000', '191241.868000', '191301.696000', '191301.699000', '191301.702000', '191301.704000', '191301.707000', '191301.710000', '191301.712000', '191301.715000', '191301.717000', '191301.720000', '191301.722000', '191301.725000', '191301.727000', '191301.730000', '191301.733000', '191301.735000', '191301.738000', '191301.740000', '191301.743000', '191301.745000', '191301.748000', '191301.750000', '191301.753000', '191301.756000', '191301.758000', '191301.761000', '191301.763000', '191301.766000', '191301.768000', '191301.771000', '191301.774000', '191301.776000', '191301.779000', '191301.781000', '191301.784000', '191301.786000', '191301.789000', '191301.792000', '191301.794000', '191301.798000', '191301.859000', '191301.862000', '191301.864000', '191321.698000', '191321.701000', '191321.704000', '191321.706000', '191321.709000', '191321.711000', '191321.714000', '191321.717000', '191321.719000', '191321.722000', '191321.724000', '191321.727000', '191321.730000', '191321.732000', '191321.735000', '191321.737000', '191321.740000', '191321.742000', '191321.745000', '191321.748000', '191321.750000', '191321.753000', '191321.755000', '191321.758000', '191321.761000', '191321.763000', '191321.766000', '191321.768000', '191321.771000', '191321.774000', '191321.792000', '191321.794000', '191321.797000', '191321.890000', '191321.893000', '191321.896000', '191321.898000', '191321.901000', '191321.903000', '191321.906000', '191321.908000', '191321.911000', '191321.913000', '191321.916000', '191341.696000', '191341.699000', '191341.701000', '191341.704000', '191341.706000', '191341.709000', '191341.711000', '191341.714000', '191341.717000', '191341.719000', '191341.722000', '191341.724000', '191341.727000', '191341.729000', '191341.732000', '191341.734000', '191341.737000', '191341.740000', '191341.742000', '191341.745000', '191341.747000', '191341.750000', '191341.752000', '191341.755000', '191341.758000', '191341.760000', '191341.763000', '191341.765000', '191341.768000', '191341.770000', '191341.773000', '191341.776000', '191341.778000', '191341.781000', '191341.783000', '191341.786000', '191341.789000', '191341.791000', '191341.794000', '191341.796000', '191341.799000', '191341.860000', '191341.863000', '191357.526000', '191357.528000', '191357.531000', '191357.534000', '191357.537000', '191357.539000', '191357.542000', '191357.545000', '191357.548000', '191357.551000', '191357.554000', '191357.556000', '191357.559000', '191357.562000', '191357.564000', '191357.567000', '191357.570000', '191357.572000', '191357.575000', '191357.578000', '191357.580000', '191357.583000', '191357.586000', '191357.588000', '191357.591000', '191357.593000', '191357.596000', '191357.599000', '191357.602000', '191357.604000', '191357.607000', '191357.609000', '191357.612000', '191357.615000', '191357.617000'], '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': [15088, 15073, 15539, 11387, 18925, 15424, 20873, 16665, 13724, 16273, 22804, 14611, 17107, 16724, 15600, 21525, 13217, 18058, 12221, 16256, 11444, 14847, 18777, 13027, 19132, 13573, 17032, 11633, 16361, 10274, 13731, 18369, 13947, 19993, 15113, 18624, 12507, 16460, 11743, 17401, 10744, 14183, 21872, 14953, 19912, 14047, 16730, 10525, 14586, 18114, 13761, 18634, 12879, 16095, 11790, 17027, 10942, 16345, 11812, 17713, 12097, 16376, 15589, 13789, 18561, 15698, 15178, 13418, 9562, 15029, 11511, 19115, 14420, 12338, 16021, 11645, 20674, 13917, 18731, 22141, 14504, 18481, 13715, 15979, 10402, 14560, 13864, 13933, 20271, 12826, 16683, 11778, 15748, 17384, 13269, 18235, 11747, 14675, 12059, 13498, 18770, 12509, 15258, 11009, 14529, 15658, 11973, 18079, 11876, 15888, 15289, 12470, 18933, 12430, 16118, 11596, 14289, 20598, 11829, 16618, 13523, 17404, 12917, 20050, 14479, 19556, 17274, 12596, 17854, 11423, 13713, 20017, 14892, 15345, 11139, 12036, 18437, 11961, 15475, 15242, 11145, 15684, 12987, 17400, 13025, 15758, 12377, 10713, 13762, 11897, 17371, 19982, 15667, 18377, 12774, 17226, 19388, 14535, 20939, 16562, 19770, 12269, 17340, 22397, 15554, 19917, 13409, 16424, 10209, 14739, 18415, 13867, 19300, 12901, 15771, 10785, 15538, 14416, 12537, 18913, 13027, 15884, 10561, 14765, 14903, 12347, 18613, 14042, 16385, 9723, 13569, 20155, 13381, 17872, 12158, 15744, 8783, 14351, 11033, 17420, 15099, 16092, 13958, 9727, 16338, 11056, 16089, 12395, 15292, 12667, 13777, 19411, 14661, 16492, 12152, 13782, 19636, 15334, 17719, 13909, 19968, 20305, 13050, 18831, 14501, 18552, 13397, 10270, 13533, 11028, 19620, 13037, 10234, 14137, 10292, 15003, 22351, 13264, 15650, 9987, 12814, 18165, 11547, 13904, 11204, 13937, 10009, 13650, 9321, 13273, 10764, 12965, 17055, 10018, 14558, 13245, 16959, 11912, 9919, 12914, 9242, 13260, 19436, 13182, 14863, 18714, 12425, 18712, 11312, 14314, 16685, 13106, 19827, 13462, 18548, 12416, 19570, 12112, 18112, 11332, 16286, 11463, 15120, 11091, 14864, 9910, 14264, 12257, 12743, 18880, 11940, 14177, 11648, 13492, 11222, 14450, 10951, 13635, 9445, 13495, 8310, 12638, 16238, 11430, 14456, 11332, 14295, 10696, 16250, 11210, 8464, 13470, 10611, 16595, 12613, 18315, 12147, 13649, 15823, 11005, 17021, 11056, 14443, 21206, 12890, 14143, 10533, 14800, 17125, 16925, 18776, 13664, 9557, 13117, 9998, 15154, 21718, 14951, 19689, 13540, 17136, 12450, 12521, 22088, 12671, 18172, 12803, 17495, 12190, 16704, 10752, 15749, 10853, 14335, 10705, 14933, 10904, 15038, 13431, 11590, 13757, 10919, 15954, 13077, 16107, 12898, 18643, 12209, 14284, 11505, 11785, 15594, 11642, 14481, 11000, 13818, 10241, 14072, 9928, 13779, 10023, 14644, 9455, 12471, 10119, 13760, 10112, 16509, 10378, 16286, 10067, 16022, 11722, 15707, 12042, 15175, 9910, 12941, 18870, 12645, 14285, 13827, 12624, 18707, 12626, 15976, 14267, 14255, 22651, 12894, 17853, 13327, 19662, 12195, 9913, 12015, 10054, 16787, 12097, 18341, 11617, 15728, 10525, 13706, 11491, 14885, 16245, 12356, 18800, 11308, 15373, 11471, 9183, 13375, 10323, 18763, 11525, 9926, 13864, 10318, 15162, 10011, 14132, 10147, 13876, 9428, 13733, 9358, 13877, 9537, 14047, 9480, 14398, 9253, 13954, 9347, 13392, 12286, 13262, 13718, 12705, 12580, 12530, 14164, 12371, 16741, 12309, 15437, 10277, 13735, 8963, 12926, 8796, 14208, 10444, 15391, 13419, 12993, 18468, 10983, 14624, 10206, 12983, 18750, 14053, 17090, 10459, 12933, 10482, 16239, 13367, 12753, 15961, 15584, 13089, 12954, 8547, 14247, 9441, 17976, 12648, 14861, 11162, 8681, 15323, 9658, 15151, 20784, 12670, 13900, 8317, 11154, 16528, 10983, 14212, 9318, 12661, 8288, 11238, 11212, 12005, 10526, 11269, 8398, 11497, 17682, 12093, 14393, 10304, 11683, 18555, 11716, 15155, 9510, 12354, 14004, 9850, 16504, 12228, 17146, 11326, 12541, 11467, 8459, 13369, 17702, 12987, 15083, 11725, 12954, 18366, 16072, 15569, 9618, 14441, 10606, 16483, 11216, 17092, 13745, 20553, 12885, 19118, 11618, 11738, 18079, 11415, 15566, 9422, 12498, 14847, 10892, 16325, 11130, 14031, 8728, 12369, 11116, 10759, 17384, 11607, 14219, 8833, 11805, 16814, 11136, 15166, 11625, 13258, 8378, 12446, 10858, 11655, 16424, 12718, 14564, 9671, 13538, 10301, 11752, 17530, 13553, 15658, 11290, 14013, 8933, 11914, 16836, 12252, 17518, 11917, 15417, 9919, 12052, 19015, 11871, 15461, 10523, 14509, 9918, 12728, 9418, 13777, 11375, 15333, 11194, 12579, 18757, 13891, 21139, 12578, 16219, 9675, 13598, 9487, 13816, 14170, 12907, 18522, 12202, 19928, 12454, 16862, 9887, 14699, 8729, 11686, 16229, 11058, 16868, 10786, 15236, 9849, 13973, 8683, 12741, 8572, 13152, 9609, 14835, 11266, 18494, 12397, 18791, 12058, 14907, 15597, 10307, 16964, 11298, 14521, 8357, 10481, 16930, 10442, 16058, 11908, 14993, 10830, 11237, 9102, 13486, 10543, 16000, 10502, 12104, 18189, 11331, 15488, 11098, 14617, 21462, 12696, 16598, 10621, 15370, 9963, 13086, 18355, 11851, 17594, 10955, 18829, 10827, 16551, 11266, 15330, 8447, 11709, 17900, 10184, 13749, 9331, 11262, 16848, 9708, 12941, 8477, 11120, 15079, 9297, 13145, 8838, 11969, 9104, 10329, 15820, 11466, 12269, 7763, 11230, 10681, 11097, 17162, 10884, 16078, 10408, 12739, 11443, 8941, 13887, 8828, 14291, 19634, 11192, 13927, 16594, 10231, 15999, 9222, 11218, 17371, 10817, 15845, 11649, 13626, 9036, 12105, 7873, 13152, 8561, 13352, 19740, 11984, 16532, 9524, 11770, 17307, 10527, 16954, 11102, 14553, 9227, 11443, 18035, 11478, 15189, 8754, 11493, 15507, 10078, 16700, 11005, 13132, 8141, 10926, 16193, 9877, 14276, 9298, 12364, 8938, 10522, 16748, 11034, 14272, 8769, 11407, 12714, 9581, 15853, 11629, 13212, 7868, 10579, 16944, 11437, 15016, 8708, 10733, 15775, 9421, 15304, 10972, 13034, 8065, 11292, 11731, 11152, 11394, 11887, 10411, 15813, 9778, 16012, 10875, 17901, 12811, 17900, 12230, 13833, 9608, 10760, 18258, 13900, 15524, 10010, 11427, 17388, 12895, 14673, 9284, 12453, 18453, 11124, 16662, 11610, 14900, 9069, 12858, 12995, 11258, 17510, 10950, 14615, 9517, 12491, 8293, 11689, 18261, 10479, 14472, 9292, 11689, 8811, 10677, 16792, 9594, 12681, 8952, 11443, 11238], 'WindowCenter': [4731.0, 4716.0, 4711.0, 4667.0, 4703.0, 4683.0, 4714.0, 4694.0, 4671.0, 4683.0, 4707.0, 4657.0, 4668.0, 4654.0, 4645.0, 4677.0, 4621.0, 4648.0, 4609.0, 4640.0, 4610.0, 4639.0, 4659.0, 4632.0, 4663.0, 4632.0, 4654.0, 4621.0, 4651.0, 4602.0, 4642.0, 4663.0, 4656.0, 4686.0, 4669.0, 4678.0, 4650.0, 4667.0, 4638.0, 4677.0, 4625.0, 4658.0, 4696.0, 4658.0, 4677.0, 4657.0, 4667.0, 4625.0, 4656.0, 4674.0, 4646.0, 4688.0, 4660.0, 4680.0, 4640.0, 4678.0, 4627.0, 4666.0, 4637.0, 4665.0, 4635.0, 4666.0, 4655.0, 4646.0, 4665.0, 4659.0, 4658.0, 4648.0, 4616.0, 4660.0, 4641.0, 4688.0, 4658.0, 4649.0, 4671.0, 4640.0, 4689.0, 4652.0, 4681.0, 4686.0, 4635.0, 4653.0, 4622.0, 4641.0, 4599.0, 4632.0, 4610.0, 4629.0, 4659.0, 4623.0, 4652.0, 4620.0, 4654.0, 4652.0, 4624.0, 4660.0, 4621.0, 4643.0, 4622.0, 4632.0, 4663.0, 4633.0, 4653.0, 4623.0, 4656.0, 4654.0, 4634.0, 4665.0, 4636.0, 4666.0, 4654.0, 4635.0, 4672.0, 4635.0, 4666.0, 4634.0, 4658.0, 4686.0, 4647.0, 4676.0, 4659.0, 4678.0, 4661.0, 4699.0, 4672.0, 4703.0, 4669.0, 4637.0, 4665.0, 4625.0, 4634.0, 4675.0, 4641.0, 4640.0, 4606.0, 4619.0, 4660.0, 4617.0, 4652.0, 4662.0, 4677.0, 4669.0, 4646.0, 4660.0, 4628.0, 4649.0, 4648.0, 4640.0, 4679.0, 4675.0, 4718.0, 4715.0, 4676.0, 4693.0, 4663.0, 4689.0, 4689.0, 4657.0, 4688.0, 4667.0, 4678.0, 4621.0, 4656.0, 4675.0, 4641.0, 4663.0, 4619.0, 4639.0, 4583.0, 4626.0, 4633.0, 4617.0, 4636.0, 4604.0, 4620.0, 4591.0, 4626.0, 4617.0, 4619.0, 4645.0, 4617.0, 4633.0, 4597.0, 4632.0, 4627.0, 4620.0, 4651.0, 4630.0, 4637.0, 4585.0, 4633.0, 4670.0, 4633.0, 4662.0, 4621.0, 4654.0, 4586.0, 4656.0, 4638.0, 4676.0, 4658.0, 4678.0, 4672.0, 4621.0, 4666.0, 4617.0, 4640.0, 4626.0, 4655.0, 4636.0, 4644.0, 4675.0, 4644.0, 4652.0, 4623.0, 4644.0, 4676.0, 4640.0, 4650.0, 4632.0, 4668.0, 4641.0, 4608.0, 4639.0, 4608.0, 4627.0, 4614.0, 4586.0, 4606.0, 4586.0, 4626.0, 4604.0, 4566.0, 4605.0, 4576.0, 4615.0, 4637.0, 4595.0, 4604.0, 4562.0, 4591.0, 4618.0, 4595.0, 4595.0, 4596.0, 4605.0, 4582.0, 4627.0, 4588.0, 4632.0, 4612.0, 4625.0, 4689.0, 4616.0, 4631.0, 4618.0, 4650.0, 4622.0, 4607.0, 4629.0, 4607.0, 4642.0, 4658.0, 4615.0, 4638.0, 4666.0, 4649.0, 4692.0, 4641.0, 4669.0, 4658.0, 4633.0, 4652.0, 4619.0, 4648.0, 4608.0, 4645.0, 4607.0, 4638.0, 4595.0, 4616.0, 4583.0, 4604.0, 4582.0, 4601.0, 4560.0, 4599.0, 4579.0, 4581.0, 4615.0, 4571.0, 4602.0, 4573.0, 4601.0, 4575.0, 4603.0, 4580.0, 4618.0, 4590.0, 4619.0, 4567.0, 4611.0, 4635.0, 4615.0, 4635.0, 4602.0, 4634.0, 4616.0, 4669.0, 4633.0, 4601.0, 4639.0, 4621.0, 4671.0, 4641.0, 4679.0, 4624.0, 4630.0, 4648.0, 4607.0, 4647.0, 4606.0, 4638.0, 4678.0, 4665.0, 4662.0, 4600.0, 4628.0, 4640.0, 4641.0, 4651.0, 4621.0, 4574.0, 4606.0, 4572.0, 4617.0, 4646.0, 4612.0, 4635.0, 4618.0, 4629.0, 4590.0, 4592.0, 4630.0, 4580.0, 4607.0, 4574.0, 4596.0, 4564.0, 4596.0, 4552.0, 4587.0, 4548.0, 4588.0, 4555.0, 4587.0, 4558.0, 4589.0, 4593.0, 4572.0, 4591.0, 4573.0, 4605.0, 4596.0, 4614.0, 4587.0, 4615.0, 4583.0, 4594.0, 4561.0, 4572.0, 4590.0, 4561.0, 4591.0, 4563.0, 4593.0, 4577.0, 4607.0, 4579.0, 4621.0, 4600.0, 4633.0, 4597.0, 4625.0, 4608.0, 4636.0, 4610.0, 4647.0, 4595.0, 4634.0, 4584.0, 4635.0, 4617.0, 4642.0, 4615.0, 4626.0, 4571.0, 4605.0, 4631.0, 4601.0, 4625.0, 4625.0, 4616.0, 4645.0, 4602.0, 4620.0, 4598.0, 4601.0, 4639.0, 4587.0, 4605.0, 4574.0, 4602.0, 4560.0, 4528.0, 4559.0, 4542.0, 4591.0, 4574.0, 4603.0, 4563.0, 4581.0, 4538.0, 4568.0, 4576.0, 4606.0, 4614.0, 4586.0, 4635.0, 4584.0, 4603.0, 4574.0, 4541.0, 4587.0, 4557.0, 4607.0, 4570.0, 4557.0, 4587.0, 4558.0, 4579.0, 4554.0, 4569.0, 4545.0, 4577.0, 4536.0, 4568.0, 4545.0, 4580.0, 4538.0, 4588.0, 4561.0, 4591.0, 4559.0, 4596.0, 4572.0, 4604.0, 4605.0, 4598.0, 4617.0, 4618.0, 4610.0, 4621.0, 4623.0, 4622.0, 4654.0, 4610.0, 4639.0, 4589.0, 4614.0, 4574.0, 4620.0, 4575.0, 4634.0, 4594.0, 4638.0, 4625.0, 4639.0, 4672.0, 4617.0, 4644.0, 4583.0, 4615.0, 4658.0, 4647.0, 4649.0, 4630.0, 4641.0, 4594.0, 4654.0, 4664.0, 4620.0, 4626.0, 4643.0, 4633.0, 4636.0, 4595.0, 4633.0, 4598.0, 4665.0, 4620.0, 4630.0, 4598.0, 4578.0, 4631.0, 4591.0, 4642.0, 4665.0, 4610.0, 4618.0, 4555.0, 4585.0, 4623.0, 4582.0, 4602.0, 4567.0, 4607.0, 4567.0, 4609.0, 4611.0, 4619.0, 4610.0, 4626.0, 4596.0, 4627.0, 4664.0, 4637.0, 4648.0, 4616.0, 4640.0, 4678.0, 4636.0, 4659.0, 4618.0, 4640.0, 4664.0, 4631.0, 4666.0, 4638.0, 4652.0, 4613.0, 4625.0, 4628.0, 4598.0, 4659.0, 4670.0, 4644.0, 4655.0, 4624.0, 4643.0, 4678.0, 4681.0, 4671.0, 4618.0, 4654.0, 4628.0, 4664.0, 4610.0, 4653.0, 4631.0, 4674.0, 4633.0, 4665.0, 4608.0, 4598.0, 4635.0, 4583.0, 4609.0, 4559.0, 4589.0, 4599.0, 4571.0, 4612.0, 4584.0, 4608.0, 4564.0, 4604.0, 4594.0, 4597.0, 4634.0, 4595.0, 4614.0, 4575.0, 4609.0, 4636.0, 4609.0, 4638.0, 4620.0, 4619.0, 4580.0, 4621.0, 4610.0, 4623.0, 4653.0, 4637.0, 4653.0, 4616.0, 4645.0, 4614.0, 4638.0, 4676.0, 4646.0, 4665.0, 4636.0, 4656.0, 4604.0, 4635.0, 4676.0, 4647.0, 4679.0, 4640.0, 4670.0, 4624.0, 4645.0, 4706.0, 4652.0, 4655.0, 4599.0, 4627.0, 4597.0, 4630.0, 4602.0, 4643.0, 4648.0, 4681.0, 4623.0, 4635.0, 4686.0, 4663.0, 4689.0, 4637.0, 4666.0, 4602.0, 4635.0, 4603.0, 4633.0, 4631.0, 4622.0, 4665.0, 4624.0, 4662.0, 4622.0, 4642.0, 4588.0, 4627.0, 4567.0, 4598.0, 4624.0, 4585.0, 4637.0, 4599.0, 4628.0, 4589.0, 4624.0, 4573.0, 4632.0, 4592.0, 4634.0, 4604.0, 4642.0, 4627.0, 4689.0, 4647.0, 4678.0, 4638.0, 4656.0, 4654.0, 4603.0, 4650.0, 4610.0, 4630.0, 4579.0, 4614.0, 4678.0, 4640.0, 4655.0, 4611.0, 4640.0, 4624.0, 4611.0, 4594.0, 4634.0, 4629.0, 4668.0, 4616.0, 4637.0, 4679.0, 4626.0, 4654.0, 4640.0, 4672.0, 4691.0, 4648.0, 4654.0, 4600.0, 4640.0, 4589.0, 4608.0, 4637.0, 4595.0, 4637.0, 4586.0, 4648.0, 4586.0, 4625.0, 4583.0, 4615.0, 4550.0, 4579.0, 4625.0, 4570.0, 4587.0, 4558.0, 4579.0, 4610.0, 4562.0, 4591.0, 4550.0, 4583.0, 4608.0, 4572.0, 4600.0, 4562.0, 4605.0, 4578.0, 4600.0, 4638.0, 4622.0, 4623.0, 4583.0, 4637.0, 4627.0, 4630.0, 4679.0, 4640.0, 4679.0, 4642.0, 4664.0, 4643.0, 4610.0, 4650.0, 4610.0, 4661.0, 4689.0, 4630.0, 4648.0, 4670.0, 4618.0, 4658.0, 4610.0, 4643.0, 4668.0, 4601.0, 4640.0, 4611.0, 4621.0, 4580.0, 4609.0, 4582.0, 4631.0, 4595.0, 4644.0, 4689.0, 4640.0, 4666.0, 4606.0, 4626.0, 4652.0, 4613.0, 4655.0, 4613.0, 4631.0, 4588.0, 4613.0, 4653.0, 4599.0, 4631.0, 4567.0, 4598.0, 4628.0, 4588.0, 4629.0, 4588.0, 4606.0, 4556.0, 4598.0, 4638.0, 4588.0, 4627.0, 4577.0, 4620.0, 4576.0, 4597.0, 4648.0, 4611.0, 4631.0, 4589.0, 4623.0, 4627.0, 4601.0, 4654.0, 4621.0, 4631.0, 4581.0, 4614.0, 4666.0, 4639.0, 4656.0, 4595.0, 4625.0, 4654.0, 4602.0, 4653.0, 4626.0, 4647.0, 4595.0, 4642.0, 4639.0, 4640.0, 4651.0, 4664.0, 4655.0, 4696.0, 4647.0, 4682.0, 4629.0, 4678.0, 4637.0, 4665.0, 4638.0, 4634.0, 4592.0, 4612.0, 4667.0, 4647.0, 4667.0, 4625.0, 4638.0, 4664.0, 4632.0, 4641.0, 4587.0, 4616.0, 4646.0, 4593.0, 4627.0, 4595.0, 4624.0, 4564.0, 4603.0, 4598.0, 4582.0, 4619.0, 4570.0, 4600.0, 4561.0, 4589.0, 4549.0, 4591.0, 4620.0, 4565.0, 4600.0, 4561.0, 4593.0, 4562.0, 4584.0, 4623.0, 4571.0, 4600.0, 4573.0, 4605.0, 4604.0], 'WindowWidth': [10326.0, 10290.0, 10276.0, 10207.0, 10253.0, 10224.0, 10266.0, 10238.0, 10201.0, 10218.0, 10269.0, 10175.0, 10189.0, 10168.0, 10151.0, 10203.0, 10113.0, 10148.0, 10093.0, 10139.0, 10095.0, 10138.0, 10166.0, 10130.0, 10173.0, 10131.0, 10163.0, 10114.0, 10156.0, 10088.0, 10146.0, 10177.0, 10171.0, 10214.0, 10192.0, 10202.0, 10166.0, 10185.0, 10146.0, 10200.0, 10125.0, 10175.0, 10231.0, 10175.0, 10202.0, 10173.0, 10189.0, 10129.0, 10171.0, 10193.0, 10158.0, 10219.0, 10184.0, 10212.0, 10154.0, 10204.0, 10132.0, 10185.0, 10144.0, 10182.0, 10138.0, 10184.0, 10169.0, 10157.0, 10181.0, 10178.0, 10173.0, 10162.0, 10114.0, 10178.0, 10154.0, 10219.0, 10177.0, 10164.0, 10195.0, 10151.0, 10223.0, 10169.0, 10213.0, 10221.0, 10137.0, 10163.0, 10113.0, 10140.0, 10077.0, 10125.0, 10089.0, 10121.0, 10165.0, 10116.0, 10155.0, 10113.0, 10162.0, 10158.0, 10115.0, 10169.0, 10114.0, 10147.0, 10118.0, 10133.0, 10176.0, 10133.0, 10162.0, 10123.0, 10170.0, 10165.0, 10141.0, 10183.0, 10144.0, 10185.0, 10166.0, 10142.0, 10190.0, 10140.0, 10184.0, 10139.0, 10179.0, 10216.0, 10164.0, 10203.0, 10181.0, 10207.0, 10186.0, 10239.0, 10203.0, 10251.0, 10195.0, 10145.0, 10185.0, 10123.0, 10137.0, 10200.0, 10142.0, 10141.0, 10090.0, 10110.0, 10167.0, 10108.0, 10159.0, 10179.0, 10223.0, 10195.0, 10157.0, 10171.0, 10127.0, 10156.0, 10165.0, 10161.0, 10216.0, 10218.0, 10284.0, 10276.0, 10211.0, 10236.0, 10190.0, 10226.0, 10224.0, 10175.0, 10224.0, 10188.0, 10208.0, 10116.0, 10171.0, 10201.0, 10144.0, 10180.0, 10107.0, 10137.0, 10052.0, 10114.0, 10121.0, 10099.0, 10125.0, 10081.0, 10103.0, 10063.0, 10115.0, 10100.0, 10107.0, 10142.0, 10102.0, 10124.0, 10073.0, 10127.0, 10116.0, 10110.0, 10151.0, 10124.0, 10134.0, 10062.0, 10133.0, 10183.0, 10134.0, 10174.0, 10117.0, 10164.0, 10072.0, 10172.0, 10152.0, 10201.0, 10176.0, 10207.0, 10204.0, 10128.0, 10182.0, 10110.0, 10138.0, 10122.0, 10168.0, 10140.0, 10153.0, 10197.0, 10148.0, 10162.0, 10119.0, 10150.0, 10200.0, 10139.0, 10160.0, 10136.0, 10200.0, 10144.0, 10088.0, 10135.0, 10080.0, 10112.0, 10095.0, 10056.0, 10082.0, 10053.0, 10105.0, 10079.0, 10022.0, 10081.0, 10038.0, 10095.0, 10127.0, 10065.0, 10073.0, 10016.0, 10055.0, 10088.0, 10065.0, 10062.0, 10068.0, 10074.0, 10052.0, 10117.0, 10067.0, 10133.0, 10103.0, 10121.0, 10224.0, 10118.0, 10125.0, 10106.0, 10153.0, 10113.0, 10100.0, 10130.0, 10101.0, 10152.0, 10169.0, 10100.0, 10142.0, 10183.0, 10166.0, 10235.0, 10156.0, 10198.0, 10173.0, 10133.0, 10161.0, 10108.0, 10150.0, 10093.0, 10148.0, 10092.0, 10136.0, 10072.0, 10095.0, 10050.0, 10073.0, 10045.0, 10070.0, 10010.0, 10066.0, 10035.0, 10036.0, 10088.0, 10023.0, 10069.0, 10029.0, 10069.0, 10035.0, 10072.0, 10047.0, 10102.0, 10068.0, 10106.0, 10033.0, 10093.0, 10126.0, 10106.0, 10132.0, 10085.0, 10134.0, 10113.0, 10191.0, 10141.0, 10098.0, 10145.0, 10122.0, 10192.0, 10150.0, 10207.0, 10119.0, 10127.0, 10151.0, 10095.0, 10148.0, 10090.0, 10141.0, 10203.0, 10199.0, 10185.0, 10082.0, 10118.0, 10136.0, 10144.0, 10155.0, 10109.0, 10039.0, 10080.0, 10032.0, 10099.0, 10144.0, 10089.0, 10129.0, 10108.0, 10123.0, 10054.0, 10059.0, 10117.0, 10036.0, 10073.0, 10022.0, 10055.0, 10008.0, 10054.0, 9990.0, 10040.0, 9983.0, 10041.0, 9998.0, 10040.0, 9999.0, 10044.0, 10056.0, 10027.0, 10049.0, 10029.0, 10073.0, 10064.0, 10085.0, 10051.0, 10092.0, 10042.0, 10057.0, 10005.0, 10022.0, 10044.0, 10007.0, 10048.0, 10013.0, 10054.0, 10038.0, 10079.0, 10047.0, 10106.0, 10080.0, 10125.0, 10084.0, 10118.0, 10099.0, 10134.0, 10104.0, 10149.0, 10073.0, 10124.0, 10057.0, 10128.0, 10104.0, 10138.0, 10099.0, 10113.0, 10031.0, 10083.0, 10120.0, 10075.0, 10116.0, 10116.0, 10105.0, 10150.0, 10081.0, 10108.0, 10068.0, 10077.0, 10137.0, 10053.0, 10079.0, 10023.0, 10068.0, 9999.0, 9951.0, 9996.0, 9977.0, 10045.0, 10026.0, 10071.0, 10008.0, 10035.0, 9968.0, 10010.0, 10034.0, 10078.0, 10089.0, 10046.0, 10123.0, 10050.0, 10068.0, 10028.0, 9979.0, 10043.0, 10003.0, 10067.0, 10022.0, 10002.0, 10045.0, 10004.0, 10031.0, 9995.0, 10013.0, 9980.0, 10024.0, 9967.0, 10010.0, 9980.0, 10028.0, 9972.0, 10045.0, 10010.0, 10050.0, 10011.0, 10061.0, 10032.0, 10079.0, 10080.0, 10068.0, 10099.0, 10104.0, 10091.0, 10112.0, 10110.0, 10115.0, 10162.0, 10096.0, 10135.0, 10063.0, 10094.0, 10041.0, 10107.0, 10048.0, 10130.0, 10072.0, 10137.0, 10114.0, 10142.0, 10192.0, 10111.0, 10151.0, 10053.0, 10098.0, 10167.0, 10154.0, 10154.0, 10137.0, 10149.0, 10071.0, 10161.0, 10192.0, 10108.0, 10110.0, 10148.0, 10135.0, 10142.0, 10084.0, 10132.0, 10083.0, 10187.0, 10113.0, 10123.0, 10077.0, 10049.0, 10124.0, 10069.0, 10142.0, 10188.0, 10093.0, 10103.0, 10011.0, 10051.0, 10103.0, 10044.0, 10072.0, 10030.0, 10085.0, 10032.0, 10094.0, 10096.0, 10110.0, 10099.0, 10126.0, 10086.0, 10130.0, 10179.0, 10142.0, 10161.0, 10114.0, 10150.0, 10204.0, 10143.0, 10176.0, 10118.0, 10148.0, 10191.0, 10144.0, 10184.0, 10143.0, 10161.0, 10102.0, 10123.0, 10131.0, 10094.0, 10178.0, 10195.0, 10152.0, 10169.0, 10121.0, 10151.0, 10215.0, 10215.0, 10204.0, 10122.0, 10168.0, 10134.0, 10179.0, 10099.0, 10164.0, 10129.0, 10201.0, 10136.0, 10192.0, 10095.0, 10077.0, 10133.0, 10049.0, 10083.0, 10010.0, 10053.0, 10064.0, 10029.0, 10087.0, 10050.0, 10081.0, 10025.0, 10081.0, 10066.0, 10073.0, 10123.0, 10070.0, 10095.0, 10042.0, 10093.0, 10127.0, 10094.0, 10139.0, 10112.0, 10110.0, 10058.0, 10116.0, 10098.0, 10121.0, 10164.0, 10144.0, 10164.0, 10116.0, 10158.0, 10112.0, 10149.0, 10202.0, 10160.0, 10185.0, 10145.0, 10172.0, 10100.0, 10146.0, 10201.0, 10164.0, 10211.0, 10155.0, 10196.0, 10129.0, 10162.0, 10264.0, 10179.0, 10170.0, 10083.0, 10122.0, 10079.0, 10125.0, 10092.0, 10148.0, 10169.0, 10216.0, 10121.0, 10142.0, 10216.0, 10186.0, 10232.0, 10147.0, 10186.0, 10093.0, 10139.0, 10092.0, 10132.0, 10127.0, 10115.0, 10182.0, 10118.0, 10178.0, 10114.0, 10143.0, 10063.0, 10116.0, 10031.0, 10074.0, 10108.0, 10051.0, 10126.0, 10077.0, 10116.0, 10069.0, 10114.0, 10045.0, 10134.0, 10079.0, 10137.0, 10098.0, 10148.0, 10133.0, 10220.0, 10162.0, 10207.0, 10147.0, 10171.0, 10163.0, 10091.0, 10155.0, 10097.0, 10125.0, 10054.0, 10111.0, 10212.0, 10157.0, 10163.0, 10098.0, 10138.0, 10123.0, 10100.0, 10080.0, 10133.0, 10134.0, 10188.0, 10113.0, 10144.0, 10207.0, 10127.0, 10168.0, 10154.0, 10201.0, 10238.0, 10163.0, 10171.0, 10087.0, 10142.0, 10066.0, 10093.0, 10130.0, 10071.0, 10132.0, 10059.0, 10148.0, 10059.0, 10113.0, 10052.0, 10094.0, 9999.0, 10040.0, 10110.0, 10026.0, 10049.0, 10007.0, 10039.0, 10083.0, 10017.0, 10054.0, 9999.0, 10047.0, 10078.0, 10033.0, 10071.0, 10023.0, 10085.0, 10049.0, 10084.0, 10135.0, 10116.0, 10116.0, 10066.0, 10148.0, 10132.0, 10139.0, 10204.0, 10157.0, 10210.0, 10164.0, 10193.0, 10160.0, 10111.0, 10165.0, 10110.0, 10185.0, 10228.0, 10136.0, 10162.0, 10194.0, 10117.0, 10176.0, 10110.0, 10161.0, 10193.0, 10085.0, 10138.0, 10097.0, 10113.0, 10053.0, 10092.0, 10060.0, 10127.0, 10083.0, 10150.0, 10223.0, 10153.0, 10188.0, 10100.0, 10127.0, 10160.0, 10104.0, 10164.0, 10104.0, 10128.0, 10066.0, 10101.0, 10163.0, 10081.0, 10126.0, 10033.0, 10077.0, 10119.0, 10061.0, 10119.0, 10061.0, 10084.0, 10017.0, 10076.0, 10129.0, 10063.0, 10116.0, 10049.0, 10109.0, 10048.0, 10078.0, 10147.0, 10100.0, 10127.0, 10070.0, 10119.0, 10121.0, 10090.0, 10165.0, 10118.0, 10131.0, 10062.0, 10111.0, 10183.0, 10148.0, 10171.0, 10086.0, 10126.0, 10164.0, 10094.0, 10163.0, 10129.0, 10159.0, 10088.0, 10161.0, 10153.0, 10155.0, 10173.0, 10196.0, 10185.0, 10242.0, 10173.0, 10214.0, 10138.0, 10206.0, 10146.0, 10182.0, 10146.0, 10136.0, 10072.0, 10103.0, 10189.0, 10162.0, 10195.0, 10131.0, 10151.0, 10187.0, 10133.0, 10144.0, 10064.0, 10104.0, 10150.0, 10070.0, 10121.0, 10071.0, 10110.0, 10026.0, 10079.0, 10067.0, 10046.0, 10099.0, 10028.0, 10069.0, 10014.0, 10053.0, 9999.0, 10057.0, 10100.0, 10021.0, 10069.0, 10018.0, 10064.0, 10021.0, 10052.0, 10105.0, 10036.0, 10074.0, 10039.0, 10087.0, 10085.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.0009307462686567163</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03774386716417911</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.15224952268965</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1992854291954003</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9795059156321844</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.53</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3139.2456</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14309978905534274</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>182</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>20.895522388059703</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7309672960405904</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.647220845976246</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9384773844866943</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.60720365765883</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0303094</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005550668574869633</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.032148901373147964</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7932041750336225</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>12.4072</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.7522</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>279.71</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287819.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>1397.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>500.9271</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3795</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>574.1276</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3683.9976</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3910.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88725.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1132.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4874.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1030.785</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.973350037354976</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> |