=== 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-0056 --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-0056",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0056_ses-01_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-0056_ses-01_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-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_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-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_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-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0056_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0056/figures/sub-0056_ses-01_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-0056/figures/sub-0056_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-01_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-0056/ses-01/func/sub-0056_ses-01_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>16b84d79cf947706a7e9eab81a73c27e</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>20:19:2.012500</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.999962, 0.0068788, 0.00527075, -0.00680668, 0.999885, -0.013582]</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.0909174</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>[4153, -7753, -7225, 795, -14, -222, 36, 67]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.553</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>dc02381f-91a9-406f-b4d4-a05f51a5840f||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.682826042175293, -0.018261820077896118, 0.014481631107628345, 113.79428100585938], [-0.018455326557159424, 2.6826171875, -0.0365731418132782, -98.05107879638672], [0.014141030609607697, 0.036439500749111176, 2.6997134685516357, -65.28993225097656], [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': ['201902.012500', '201902.472500', '201902.932500', '201903.392500', '201903.852500', '201904.312500', '201904.772500', '201905.232500', '201905.692500', '201906.152500', '201906.612500', '201907.072500', '201907.532500', '201907.992500', '201908.452500', '201908.912500', '201909.372500', '201909.832500', '201910.292500', '201910.752500', '201911.212500', '201911.672500', '201912.132500', '201912.592500', '201913.052500', '201913.512500', '201913.972500', '201914.432500', '201914.892500', '201915.352500', '201915.812500', '201916.272500', '201916.732500', '201917.192500', '201917.652500', '201918.112500', '201918.572500', '201919.032500', '201919.492500', '201919.952500', '201920.412500', '201920.872500', '201921.332500', '201921.792500', '201922.252500', '201922.712500', '201923.172500', '201923.632500', '201924.092500', '201924.552500', '201925.012500', '201925.472500', '201925.932500', '201926.392500', '201926.852500', '201927.312500', '201927.772500', '201928.232500', '201928.692500', '201929.152500', '201929.612500', '201930.072500', '201930.532500', '201930.992500', '201931.452500', '201931.912500', '201932.372500', '201932.832500', '201933.292500', '201933.752500', '201934.212500', '201934.672500', '201935.132500', '201935.592500', '201936.052500', '201936.512500', '201936.972500', '201937.432500', '201937.892500', '201938.352500', '201938.812500', '201939.272500', '201939.732500', '201940.192500', '201940.652500', '201941.112500', '201941.572500', '201942.032500', '201942.492500', '201942.952500', '201943.412500', '201943.872500', '201944.332500', '201944.792500', '201945.252500', '201945.712500', '201946.172500', '201946.632500', '201947.092500', '201947.552500', '201948.012500', '201948.472500', '201948.932500', '201949.392500', '201949.852500', '201950.312500', '201950.772500', '201951.232500', '201951.692500', '201952.152500', '201952.612500', '201953.072500', '201953.532500', '201953.992500', '201954.452500', '201954.912500', '201955.372500', '201955.832500', '201956.292500', '201956.752500', '201957.212500', '201957.672500', '201958.132500', '201958.592500', '201959.052500', '201959.512500', '201959.972500', '202000.432500', '202000.892500', '202001.352500', '202001.812500', '202002.272500', '202002.732500', '202003.192500', '202003.652500', '202004.112500', '202004.572500', '202005.032500', '202005.492500', '202005.952500', '202006.412500', '202006.872500', '202007.332500', '202007.792500', '202008.252500', '202008.712500', '202009.172500', '202009.632500', '202010.092500', '202010.552500', '202011.012500', '202011.472500', '202011.932500', '202012.392500', '202012.852500', '202013.312500', '202013.772500', '202014.232500', '202014.692500', '202015.152500', '202015.612500', '202016.072500', '202016.532500', '202016.992500', '202017.452500', '202017.912500', '202018.372500', '202018.832500', '202019.292500', '202019.752500', '202020.212500', '202020.672500', '202021.132500', '202021.592500', '202022.052500', '202022.512500', '202022.972500', '202023.432500', '202023.892500', '202024.352500', '202024.812500', '202025.272500', '202025.732500', '202026.192500', '202026.652500', '202027.112500', '202027.572500', '202028.032500', '202028.492500', '202028.952500', '202029.412500', '202029.872500', '202030.332500', '202030.792500', '202031.252500', '202031.712500', '202032.172500', '202032.632500', '202033.092500', '202033.552500', '202034.012500', '202034.472500', '202034.932500', '202035.392500', '202035.852500', '202036.312500', '202036.772500', '202037.232500', '202037.692500', '202038.152500', '202038.612500', '202039.072500', '202039.532500', '202039.992500', '202040.452500', '202040.912500', '202041.372500', '202041.832500', '202042.292500', '202042.752500', '202043.212500', '202043.672500', '202044.132500', '202044.592500', '202045.052500', '202045.512500', '202045.972500', '202046.432500', '202046.892500', '202047.352500', '202047.812500', '202048.272500', '202048.732500', '202049.192500', '202049.652500', '202050.112500', '202050.572500', '202051.032500', '202051.492500', '202051.952500', '202052.412500', '202052.872500', '202053.332500', '202053.792500', '202054.252500', '202054.712500', '202055.172500', '202055.632500', '202056.092500', '202056.552500', '202057.012500', '202057.472500', '202057.932500', '202058.392500', '202058.852500', '202059.312500', '202059.772500', '202100.232500', '202100.692500', '202101.152500', '202101.612500', '202102.072500', '202102.532500', '202102.992500', '202103.452500', '202103.912500', '202104.372500', '202104.832500', '202105.292500', '202105.752500', '202106.212500', '202106.672500', '202107.132500', '202107.592500', '202108.052500', '202108.512500', '202108.972500', '202109.432500', '202109.892500', '202110.352500', '202110.812500', '202111.272500', '202111.732500', '202112.192500', '202112.652500', '202113.112500', '202113.572500', '202114.032500', '202114.492500', '202114.952500', '202115.412500', '202115.872500', '202116.332500', '202116.792500', '202117.252500', '202117.712500', '202118.172500', '202118.632500', '202119.092500', '202119.552500', '202120.012500', '202120.472500', '202120.932500', '202121.392500', '202121.852500', '202122.312500', '202122.772500', '202123.232500', '202123.692500', '202124.152500', '202124.612500', '202125.072500', '202125.532500', '202125.992500', '202126.452500', '202126.912500', '202127.372500', '202127.832500', '202128.292500', '202128.752500', '202129.212500', '202129.672500', '202130.132500', '202130.592500', '202131.052500', '202131.512500', '202131.972500', '202132.432500', '202132.892500', '202133.352500', '202133.812500', '202134.272500', '202134.732500', '202135.192500', '202135.652500', '202136.112500', '202136.572500', '202137.032500', '202137.492500', '202137.952500', '202138.412500', '202138.872500', '202139.332500', '202139.792500', '202140.252500', '202140.712500', '202141.172500', '202141.632500', '202142.092500', '202142.552500', '202143.012500', '202143.472500', '202143.932500', '202144.392500', '202144.852500', '202145.312500', '202145.772500', '202146.232500', '202146.692500', '202147.152500', '202147.612500', '202148.072500', '202148.532500', '202148.992500', '202149.452500', '202149.912500', '202150.372500', '202150.832500', '202151.292500', '202151.752500', '202152.212500', '202152.672500', '202153.132500', '202153.592500', '202154.052500', '202154.512500', '202154.972500', '202155.432500', '202155.892500', '202156.352500', '202156.812500', '202157.272500', '202157.732500', '202158.192500', '202158.652500', '202159.112500', '202159.572500', '202200.032500', '202200.492500', '202200.952500', '202201.412500', '202201.872500', '202202.332500', '202202.792500', '202203.252500', '202203.712500', '202204.172500', '202204.632500', '202205.092500', '202205.552500', '202206.012500', '202206.472500', '202206.932500', '202207.392500', '202207.852500', '202208.312500', '202208.772500', '202209.232500', '202209.692500', '202210.152500', '202210.612500', '202211.072500', '202211.532500', '202211.992500', '202212.452500', '202212.912500', '202213.372500', '202213.832500', '202214.292500', '202214.752500', '202215.212500', '202215.672500', '202216.132500', '202216.592500', '202217.052500', '202217.512500', '202217.972500', '202218.432500', '202218.892500', '202219.352500', '202219.812500', '202220.272500', '202220.732500', '202221.192500', '202221.652500', '202222.112500', '202222.572500', '202223.032500', '202223.492500', '202223.952500', '202224.412500', '202224.872500', '202225.332500', '202225.792500', '202226.252500', '202226.712500', '202227.172500', '202227.632500', '202228.092500', '202228.552500', '202229.012500', '202229.472500', '202229.932500', '202230.392500', '202230.852500', '202231.312500', '202231.772500', '202232.232500', '202232.692500', '202233.152500', '202233.612500', '202234.072500', '202234.532500', '202234.992500', '202235.452500', '202235.912500', '202236.372500', '202236.832500', '202237.292500', '202237.752500', '202238.212500', '202238.672500', '202239.132500', '202239.592500', '202240.052500', '202240.512500', '202240.972500', '202241.432500', '202241.892500', '202242.352500', '202242.812500', '202243.272500', '202243.732500', '202244.192500', '202244.652500', '202245.112500', '202245.572500', '202246.032500', '202246.492500', '202246.952500', '202247.412500', '202247.872500', '202248.332500', '202248.792500', '202249.252500', '202249.712500', '202250.172500', '202250.632500', '202251.092500', '202251.552500', '202252.012500', '202252.472500', '202252.932500', '202253.392500', '202253.852500', '202254.312500', '202254.772500', '202255.232500', '202255.692500', '202256.152500', '202256.612500', '202257.072500', '202257.532500', '202257.992500', '202258.452500', '202258.912500', '202259.372500', '202259.832500', '202300.292500', '202300.752500', '202301.212500', '202301.672500', '202302.132500', '202302.592500', '202303.052500', '202303.512500', '202303.972500', '202304.432500', '202304.892500', '202305.352500', '202305.812500', '202306.272500', '202306.732500', '202307.192500', '202307.652500', '202308.112500', '202308.572500', '202309.032500', '202309.492500', '202309.952500', '202310.412500', '202310.872500', '202311.332500', '202311.792500', '202312.252500', '202312.712500', '202313.172500', '202313.632500', '202314.092500', '202314.552500', '202315.012500', '202315.472500', '202315.932500', '202316.392500', '202316.852500', '202317.312500', '202317.772500', '202318.232500', '202318.692500', '202319.152500', '202319.612500', '202320.072500', '202320.532500', '202320.992500', '202321.452500', '202321.912500', '202322.372500', '202322.832500', '202323.292500', '202323.752500', '202324.212500', '202324.672500', '202325.132500', '202325.592500', '202326.052500', '202326.512500', '202326.972500', '202327.432500', '202327.892500', '202328.352500', '202328.812500', '202329.272500', '202329.732500', '202330.192500', '202330.652500', '202331.112500', '202331.572500', '202332.032500', '202332.492500', '202332.952500', '202333.412500', '202333.872500', '202334.332500', '202334.792500', '202335.252500', '202335.712500', '202336.172500', '202336.632500', '202337.092500', '202337.552500', '202338.012500', '202338.472500', '202338.932500', '202339.392500', '202339.852500', '202340.312500', '202340.772500', '202341.232500', '202341.692500', '202342.152500', '202342.612500', '202343.072500', '202343.532500', '202343.992500', '202344.452500', '202344.912500', '202345.372500', '202345.832500', '202346.292500', '202346.752500', '202347.212500', '202347.672500', '202348.132500', '202348.592500', '202349.052500', '202349.512500', '202349.972500', '202350.432500', '202350.892500', '202351.352500', '202351.812500', '202352.272500', '202352.732500', '202353.192500', '202353.652500', '202354.112500', '202354.572500', '202355.032500', '202355.492500', '202355.952500', '202356.412500', '202356.872500', '202357.332500', '202357.792500', '202358.252500', '202358.712500', '202359.172500', '202359.632500', '202400.092500', '202400.552500', '202401.012500', '202401.472500', '202401.932500', '202402.392500', '202402.852500', '202403.312500', '202403.772500', '202404.232500', '202404.692500', '202405.152500', '202405.612500', '202406.072500', '202406.532500', '202406.992500', '202407.452500', '202407.912500', '202408.372500', '202408.832500', '202409.292500', '202409.752500', '202410.212500', '202410.672500', '202411.132500', '202411.592500', '202412.052500', '202412.512500', '202412.972500', '202413.432500', '202413.892500', '202414.352500', '202414.812500', '202415.272500', '202415.732500', '202416.192500', '202416.652500', '202417.112500', '202417.572500', '202418.032500', '202418.492500', '202418.952500', '202419.412500', '202419.872500', '202420.332500', '202420.792500', '202421.252500', '202421.712500', '202422.172500', '202422.632500', '202423.092500', '202423.552500', '202424.012500', '202424.472500', '202424.932500', '202425.392500', '202425.852500', '202426.312500', '202426.772500', '202427.232500', '202427.692500', '202428.152500', '202428.612500', '202429.072500', '202429.532500', '202429.992500', '202430.452500', '202430.912500', '202431.372500', '202431.832500', '202432.292500', '202432.752500', '202433.212500', '202433.672500', '202434.132500', '202434.592500', '202435.052500', '202435.512500', '202435.972500', '202436.432500', '202436.892500', '202437.352500', '202437.812500', '202438.272500', '202438.732500', '202439.192500', '202439.652500', '202440.112500', '202440.572500', '202441.032500', '202441.492500', '202441.952500', '202442.412500', '202442.872500', '202443.332500', '202443.792500', '202444.252500', '202444.712500', '202445.172500', '202445.632500', '202446.092500', '202446.552500', '202447.012500', '202447.472500', '202447.932500', '202448.392500', '202448.852500', '202449.312500', '202449.772500', '202450.232500', '202450.692500', '202451.152500', '202451.612500', '202452.072500', '202452.532500', '202452.992500', '202453.452500', '202453.912500', '202454.372500', '202454.832500', '202455.292500', '202455.752500', '202456.212500', '202456.672500', '202457.132500', '202457.592500', '202458.052500', '202458.512500', '202458.972500', '202459.432500', '202459.892500', '202500.352500', '202500.812500', '202501.272500', '202501.732500', '202502.192500', '202502.652500', '202503.112500', '202503.572500', '202504.032500', '202504.492500', '202504.952500', '202505.412500', '202505.872500', '202506.332500', '202506.792500', '202507.252500', '202507.712500', '202508.172500', '202508.632500', '202509.092500', '202509.552500', '202510.012500', '202510.472500', '202510.932500', '202511.392500', '202511.852500', '202512.312500', '202512.772500', '202513.232500', '202513.692500', '202514.152500', '202514.612500', '202515.072500', '202515.532500', '202515.992500', '202516.452500', '202516.912500', '202517.372500', '202517.832500', '202518.292500', '202518.752500', '202519.212500', '202519.672500', '202520.132500', '202520.592500', '202521.052500', '202521.512500', '202521.972500', '202522.432500', '202522.892500', '202523.352500', '202523.812500', '202524.272500', '202524.732500', '202525.192500', '202525.652500', '202526.112500', '202526.572500', '202527.032500', '202527.492500', '202527.952500', '202528.412500', '202528.872500', '202529.332500', '202529.792500', '202530.252500', '202530.712500', '202531.172500', '202531.632500', '202532.092500', '202532.552500', '202533.012500', '202533.472500', '202533.932500', '202534.392500', '202534.852500', '202535.312500', '202535.772500', '202536.232500', '202536.692500', '202537.152500', '202537.612500', '202538.072500', '202538.532500', '202538.992500', '202539.452500', '202539.912500', '202540.372500', '202540.832500', '202541.292500', '202541.752500', '202542.212500', '202542.672500'], 'ContentTime': ['201913.545000', '201913.548000', '201913.551000', '201913.553000', '201913.556000', '201913.559000', '201913.561000', '201913.574000', '201913.576000', '201913.579000', '201913.581000', '201913.584000', '201913.587000', '201913.590000', '201913.596000', '201913.599000', '201913.601000', '201913.604000', '201913.606000', '201913.609000', '201913.611000', '201913.614000', '201913.616000', '201933.503000', '201933.506000', '201933.509000', '201933.511000', '201933.514000', '201933.516000', '201933.519000', '201933.522000', '201933.524000', '201933.527000', '201933.529000', '201933.532000', '201933.534000', '201933.537000', '201933.542000', '201933.545000', '201933.547000', '201933.550000', '201933.552000', '201933.555000', '201933.557000', '201933.560000', '201933.563000', '201933.565000', '201933.568000', '201933.570000', '201933.573000', '201933.575000', '201933.578000', '201933.581000', '201933.583000', '201933.586000', '201933.588000', '201933.591000', '201933.594000', '201933.601000', '201933.604000', '201933.607000', '201933.609000', '201933.612000', '201933.614000', '201933.617000', '201933.619000', '201933.622000', '201953.503000', '201953.506000', '201953.509000', '201953.511000', '201953.514000', '201953.516000', '201953.519000', '201953.522000', '201953.524000', '201953.527000', '201953.529000', '201953.532000', '201953.534000', '201953.537000', '201953.540000', '201953.542000', '201953.545000', '201953.548000', '201953.550000', '201953.553000', '201953.555000', '201953.558000', '201953.560000', '201953.563000', '201953.565000', '201953.568000', '201953.571000', '201953.573000', '201953.576000', '201953.578000', '201953.581000', '201953.593000', '201953.596000', '201953.598000', '201953.601000', '201953.603000', '201953.606000', '201953.608000', '201953.611000', '201953.613000', '201953.616000', '201953.619000', '201953.621000', '202013.503000', '202013.506000', '202013.509000', '202013.512000', '202013.514000', '202013.517000', '202013.519000', '202013.522000', '202013.524000', '202013.527000', '202013.530000', '202013.532000', '202013.535000', '202013.537000', '202013.540000', '202013.543000', '202013.545000', '202013.548000', '202013.550000', '202013.553000', '202013.556000', '202013.558000', '202013.561000', '202013.563000', '202013.566000', '202013.568000', '202013.571000', '202013.573000', '202013.576000', '202013.579000', '202013.581000', '202013.584000', '202013.586000', '202013.589000', '202013.591000', '202013.594000', '202013.597000', '202013.599000', '202013.602000', '202013.604000', '202013.607000', '202013.610000', '202013.612000', '202013.615000', '202033.503000', '202033.506000', '202033.509000', '202033.511000', '202033.514000', '202033.516000', '202033.519000', '202033.522000', '202033.524000', '202033.527000', '202033.529000', '202033.532000', '202033.534000', '202033.537000', '202033.540000', '202033.542000', '202033.545000', '202033.548000', '202033.550000', '202033.553000', '202033.555000', '202033.558000', '202033.560000', '202033.563000', '202033.565000', '202033.568000', '202033.571000', '202033.573000', '202033.576000', '202033.578000', '202033.581000', '202033.584000', '202033.586000', '202033.589000', '202033.591000', '202033.594000', '202033.597000', '202033.599000', '202033.602000', '202033.604000', '202033.607000', '202033.610000', '202033.612000', '202053.503000', '202053.506000', '202053.509000', '202053.511000', '202053.514000', '202053.517000', '202053.519000', '202053.522000', '202053.524000', '202053.527000', '202053.529000', '202053.532000', '202053.535000', '202053.537000', '202053.540000', '202053.542000', '202053.545000', '202053.548000', '202053.550000', '202053.553000', '202053.555000', '202053.558000', '202053.560000', '202053.563000', '202053.565000', '202053.568000', '202053.571000', '202053.573000', '202053.576000', '202053.578000', '202053.581000', '202053.583000', '202053.586000', '202053.588000', '202053.596000', '202053.599000', '202053.601000', '202053.604000', '202053.607000', '202053.609000', '202053.612000', '202053.614000', '202053.617000', '202053.620000', '202113.504000', '202113.506000', '202113.509000', '202113.512000', '202113.514000', '202113.517000', '202113.519000', '202113.522000', '202113.525000', '202113.527000', '202113.530000', '202113.532000', '202113.535000', '202113.538000', '202113.540000', '202113.543000', '202113.545000', '202113.548000', '202113.551000', '202113.553000', '202113.557000', '202113.560000', '202113.562000', '202113.565000', '202113.568000', '202113.570000', '202113.573000', '202113.575000', '202113.578000', '202113.580000', '202113.583000', '202113.586000', '202113.588000', '202113.591000', '202113.593000', '202113.596000', '202113.599000', '202113.601000', '202113.604000', '202113.606000', '202113.609000', '202113.611000', '202113.614000', '202133.504000', '202133.507000', '202133.509000', '202133.512000', '202133.514000', '202133.517000', '202133.520000', '202133.522000', '202133.525000', '202133.527000', '202133.530000', '202133.532000', '202133.535000', '202133.538000', '202133.540000', '202133.543000', '202133.545000', '202133.548000', '202133.550000', '202133.553000', '202133.556000', '202133.558000', '202133.561000', '202133.563000', '202133.566000', '202133.568000', '202133.571000', '202133.584000', '202133.586000', '202133.589000', '202133.592000', '202133.594000', '202133.597000', '202133.599000', '202133.602000', '202133.604000', '202133.607000', '202133.610000', '202133.612000', '202133.615000', '202133.617000', '202133.620000', '202133.623000', '202133.625000', '202153.504000', '202153.506000', '202153.509000', '202153.512000', '202153.514000', '202153.517000', '202153.519000', '202153.522000', '202153.524000', '202153.527000', '202153.530000', '202153.532000', '202153.535000', '202153.537000', '202153.540000', '202153.543000', '202153.545000', '202153.548000', '202153.550000', '202153.553000', '202153.556000', '202153.558000', '202153.561000', '202153.563000', '202153.566000', '202153.569000', '202153.571000', '202153.574000', '202153.576000', '202153.579000', '202153.582000', '202153.584000', '202153.587000', '202153.589000', '202153.592000', '202153.595000', '202153.597000', '202153.600000', '202153.602000', '202153.605000', '202153.608000', '202153.610000', '202153.613000', '202213.503000', '202213.506000', '202213.509000', '202213.511000', '202213.514000', '202213.517000', '202213.519000', '202213.522000', '202213.524000', '202213.527000', '202213.529000', '202213.532000', '202213.535000', '202213.537000', '202213.540000', '202213.542000', '202213.545000', '202213.548000', '202213.550000', '202213.553000', '202213.555000', '202213.558000', '202213.560000', '202213.563000', '202213.566000', '202213.568000', '202213.571000', '202213.574000', '202213.576000', '202213.579000', '202213.581000', '202213.584000', '202213.586000', '202213.589000', '202213.592000', '202213.594000', '202213.597000', '202213.599000', '202213.602000', '202213.605000', '202213.607000', '202213.610000', '202213.613000', '202213.615000', '202233.504000', '202233.507000', '202233.509000', '202233.512000', '202233.514000', '202233.517000', '202233.519000', '202233.522000', '202233.525000', '202233.527000', '202233.530000', '202233.532000', '202233.535000', '202233.538000', '202233.540000', '202233.543000', '202233.545000', '202233.548000', '202233.551000', '202233.553000', '202233.556000', '202233.558000', '202233.561000', '202233.564000', '202233.566000', '202233.569000', '202233.571000', '202233.574000', '202233.577000', '202233.579000', '202233.582000', '202233.584000', '202233.587000', '202233.589000', '202233.592000', '202233.595000', '202233.597000', '202233.600000', '202233.602000', '202233.605000', '202233.608000', '202233.610000', '202233.613000', '202253.504000', '202253.506000', '202253.509000', '202253.512000', '202253.514000', '202253.517000', '202253.519000', '202253.522000', '202253.525000', '202253.527000', '202253.530000', '202253.533000', '202253.535000', '202253.538000', '202253.540000', '202253.543000', '202253.545000', '202253.548000', '202253.551000', '202253.554000', '202253.556000', '202253.559000', '202253.561000', '202253.564000', '202253.567000', '202253.569000', '202253.572000', '202253.574000', '202253.577000', '202253.579000', '202253.582000', '202253.585000', '202253.587000', '202253.590000', '202253.592000', '202253.595000', '202253.597000', '202253.600000', '202253.603000', '202253.605000', '202253.608000', '202253.611000', '202253.613000', '202253.616000', '202313.504000', '202313.507000', '202313.509000', '202313.512000', '202313.514000', '202313.517000', '202313.519000', '202313.522000', '202313.542000', '202313.544000', '202313.547000', '202313.550000', '202313.552000', '202313.555000', '202313.557000', '202313.560000', '202313.563000', '202313.565000', '202313.568000', '202313.570000', '202313.573000', '202313.576000', '202313.579000', '202313.581000', '202313.584000', '202313.586000', '202313.589000', '202313.592000', '202313.594000', '202313.597000', '202313.599000', '202313.602000', '202313.605000', '202313.607000', '202313.610000', '202313.613000', '202313.615000', '202313.618000', '202313.620000', '202313.623000', '202313.626000', '202313.628000', '202313.631000', '202333.504000', '202333.506000', '202333.509000', '202333.511000', '202333.514000', '202333.517000', '202333.519000', '202333.522000', '202333.524000', '202333.527000', '202333.530000', '202333.532000', '202333.535000', '202333.537000', '202333.540000', '202333.542000', '202333.545000', '202333.548000', '202333.550000', '202333.553000', '202333.556000', '202333.558000', '202333.561000', '202333.563000', '202333.566000', '202333.569000', '202333.571000', '202333.574000', '202333.576000', '202333.579000', '202333.581000', '202333.584000', '202333.587000', '202333.589000', '202333.592000', '202333.594000', '202333.597000', '202333.600000', '202333.602000', '202333.605000', '202333.608000', '202333.610000', '202333.613000', '202333.615000', '202353.504000', '202353.506000', '202353.509000', '202353.512000', '202353.514000', '202353.517000', '202353.520000', '202353.522000', '202353.525000', '202353.527000', '202353.530000', '202353.533000', '202353.535000', '202353.538000', '202353.540000', '202353.543000', '202353.546000', '202353.548000', '202353.551000', '202353.554000', '202353.556000', '202353.559000', '202353.562000', '202353.564000', '202353.567000', '202353.569000', '202353.572000', '202353.575000', '202353.577000', '202353.580000', '202353.582000', '202353.585000', '202353.588000', '202353.590000', '202353.593000', '202353.595000', '202353.598000', '202353.601000', '202353.604000', '202353.606000', '202353.609000', '202353.611000', '202353.614000', '202413.504000', '202413.506000', '202413.510000', '202413.512000', '202413.515000', '202413.518000', '202413.520000', '202413.523000', '202413.526000', '202413.528000', '202413.531000', '202413.533000', '202413.536000', '202413.538000', '202413.541000', '202413.544000', '202413.546000', '202413.549000', '202413.551000', '202413.554000', '202413.557000', '202413.560000', '202413.563000', '202413.565000', '202413.568000', '202413.570000', '202413.573000', '202413.576000', '202413.578000', '202413.581000', '202413.583000', '202413.586000', '202413.589000', '202413.591000', '202413.594000', '202413.596000', '202413.599000', '202413.602000', '202413.604000', '202413.607000', '202413.610000', '202413.612000', '202413.615000', '202413.617000', '202433.504000', '202433.506000', '202433.509000', '202433.512000', '202433.514000', '202433.517000', '202433.519000', '202433.522000', '202433.525000', '202433.527000', '202433.530000', '202433.533000', '202433.535000', '202433.538000', '202433.540000', '202433.543000', '202433.546000', '202433.548000', '202433.563000', '202433.565000', '202433.568000', '202433.570000', '202433.573000', '202433.576000', '202433.578000', '202433.581000', '202433.583000', '202433.586000', '202433.588000', '202433.591000', '202433.594000', '202433.596000', '202433.599000', '202433.601000', '202433.604000', '202433.607000', '202433.609000', '202433.612000', '202433.614000', '202433.617000', '202433.619000', '202433.622000', '202433.625000', '202453.503000', '202453.506000', '202453.509000', '202453.511000', '202453.514000', '202453.517000', '202453.519000', '202453.522000', '202453.524000', '202453.527000', '202453.530000', '202453.532000', '202453.535000', '202453.537000', '202453.540000', '202453.543000', '202453.545000', '202453.548000', '202453.550000', '202453.553000', '202453.556000', '202453.558000', '202453.561000', '202453.563000', '202453.566000', '202453.568000', '202453.571000', '202453.574000', '202453.576000', '202453.579000', '202453.581000', '202453.584000', '202453.587000', '202453.589000', '202453.592000', '202453.594000', '202453.597000', '202453.600000', '202453.602000', '202453.605000', '202453.607000', '202453.610000', '202453.613000', '202453.615000', '202513.505000', '202513.508000', '202513.511000', '202513.513000', '202513.516000', '202513.519000', '202513.521000', '202513.524000', '202513.526000', '202513.529000', '202513.532000', '202513.534000', '202513.537000', '202513.539000', '202513.542000', '202513.545000', '202513.547000', '202513.550000', '202513.552000', '202513.555000', '202513.558000', '202513.560000', '202513.563000', '202513.565000', '202513.568000', '202513.571000', '202513.573000', '202513.576000', '202513.578000', '202513.581000', '202513.584000', '202513.586000', '202513.589000', '202513.592000', '202513.594000', '202513.597000', '202513.599000', '202513.602000', '202513.605000', '202513.607000', '202513.610000', '202513.613000', '202513.615000', '202533.504000', '202533.506000', '202533.509000', '202533.512000', '202533.514000', '202533.517000', '202533.519000', '202533.522000', '202533.524000', '202533.527000', '202533.530000', '202533.532000', '202533.535000', '202533.537000', '202533.540000', '202533.542000', '202533.545000', '202533.548000', '202533.551000', '202533.554000', '202533.556000', '202533.559000', '202533.561000', '202533.564000', '202533.567000', '202533.569000', '202533.572000', '202533.574000', '202533.577000', '202533.579000', '202533.582000', '202533.585000', '202533.587000', '202533.590000', '202533.592000', '202533.595000', '202533.598000', '202533.600000', '202533.603000', '202533.606000', '202533.609000', '202533.611000', '202533.614000', '202533.616000', '202543.612000', '202543.616000', '202543.618000', '202543.621000', '202543.623000', '202543.626000', '202543.629000', '202543.631000', '202543.634000', '202543.636000', '202543.639000', '202543.642000', '202543.645000', '202543.648000', '202543.650000', '202543.653000', '202543.656000', '202543.658000', '202543.661000', '202543.664000', '202543.666000', '202543.669000'], 'InstanceCreationTime': ['201913.545000', '201913.548000', '201913.551000', '201913.553000', '201913.556000', '201913.559000', '201913.561000', '201913.574000', '201913.576000', '201913.579000', '201913.581000', '201913.584000', '201913.587000', '201913.590000', '201913.596000', '201913.599000', '201913.601000', '201913.604000', '201913.606000', '201913.609000', '201913.611000', '201913.614000', '201913.616000', '201933.503000', '201933.506000', '201933.509000', '201933.511000', '201933.514000', '201933.516000', '201933.519000', '201933.522000', '201933.524000', '201933.527000', '201933.529000', '201933.532000', '201933.534000', '201933.537000', '201933.542000', '201933.545000', '201933.547000', '201933.550000', '201933.552000', '201933.555000', '201933.557000', '201933.560000', '201933.563000', '201933.565000', '201933.568000', '201933.570000', '201933.573000', '201933.575000', '201933.578000', '201933.581000', '201933.583000', '201933.586000', '201933.588000', '201933.591000', '201933.594000', '201933.601000', '201933.604000', '201933.607000', '201933.609000', '201933.612000', '201933.614000', '201933.617000', '201933.619000', '201933.622000', '201953.503000', '201953.506000', '201953.509000', '201953.511000', '201953.514000', '201953.516000', '201953.519000', '201953.522000', '201953.524000', '201953.527000', '201953.529000', '201953.532000', '201953.534000', '201953.537000', '201953.540000', '201953.542000', '201953.545000', '201953.548000', '201953.550000', '201953.553000', '201953.555000', '201953.558000', '201953.560000', '201953.563000', '201953.565000', '201953.568000', '201953.571000', '201953.573000', '201953.576000', '201953.578000', '201953.581000', '201953.593000', '201953.596000', '201953.598000', '201953.601000', '201953.603000', '201953.606000', '201953.608000', '201953.611000', '201953.613000', '201953.616000', '201953.619000', '201953.621000', '202013.503000', '202013.506000', '202013.509000', '202013.512000', '202013.514000', '202013.517000', '202013.519000', '202013.522000', '202013.524000', '202013.527000', '202013.530000', '202013.532000', '202013.535000', '202013.537000', '202013.540000', '202013.543000', '202013.545000', '202013.548000', '202013.550000', '202013.553000', '202013.556000', '202013.558000', '202013.561000', '202013.563000', '202013.566000', '202013.568000', '202013.571000', '202013.573000', '202013.576000', '202013.579000', '202013.581000', '202013.584000', '202013.586000', '202013.589000', '202013.591000', '202013.594000', '202013.597000', '202013.599000', '202013.602000', '202013.604000', '202013.607000', '202013.610000', '202013.612000', '202013.615000', '202033.503000', '202033.506000', '202033.509000', '202033.511000', '202033.514000', '202033.516000', '202033.519000', '202033.522000', '202033.524000', '202033.527000', '202033.529000', '202033.532000', '202033.534000', '202033.537000', '202033.540000', '202033.542000', '202033.545000', '202033.548000', '202033.550000', '202033.553000', '202033.555000', '202033.558000', '202033.560000', '202033.563000', '202033.565000', '202033.568000', '202033.571000', '202033.573000', '202033.576000', '202033.578000', '202033.581000', '202033.584000', '202033.586000', '202033.589000', '202033.591000', '202033.594000', '202033.597000', '202033.599000', '202033.602000', '202033.604000', '202033.607000', '202033.610000', '202033.612000', '202053.503000', '202053.506000', '202053.509000', '202053.511000', '202053.514000', '202053.517000', '202053.519000', '202053.522000', '202053.524000', '202053.527000', '202053.529000', '202053.532000', '202053.535000', '202053.537000', '202053.540000', '202053.542000', '202053.545000', '202053.548000', '202053.550000', '202053.553000', '202053.555000', '202053.558000', '202053.560000', '202053.563000', '202053.565000', '202053.568000', '202053.571000', '202053.573000', '202053.576000', '202053.578000', '202053.581000', '202053.583000', '202053.586000', '202053.588000', '202053.596000', '202053.599000', '202053.601000', '202053.604000', '202053.607000', '202053.609000', '202053.612000', '202053.614000', '202053.617000', '202053.620000', '202113.504000', '202113.506000', '202113.509000', '202113.512000', '202113.514000', '202113.517000', '202113.519000', '202113.522000', '202113.525000', '202113.527000', '202113.530000', '202113.532000', '202113.535000', '202113.538000', '202113.540000', '202113.543000', '202113.545000', '202113.548000', '202113.551000', '202113.553000', '202113.557000', '202113.560000', '202113.562000', '202113.565000', '202113.568000', '202113.570000', '202113.573000', '202113.575000', '202113.578000', '202113.580000', '202113.583000', '202113.586000', '202113.588000', '202113.591000', '202113.593000', '202113.596000', '202113.599000', '202113.601000', '202113.604000', '202113.606000', '202113.609000', '202113.611000', '202113.614000', '202133.504000', '202133.507000', '202133.509000', '202133.512000', '202133.514000', '202133.517000', '202133.520000', '202133.522000', '202133.525000', '202133.527000', '202133.530000', '202133.532000', '202133.535000', '202133.538000', '202133.540000', '202133.543000', '202133.545000', '202133.548000', '202133.550000', '202133.553000', '202133.556000', '202133.558000', '202133.561000', '202133.563000', '202133.566000', '202133.568000', '202133.571000', '202133.584000', '202133.586000', '202133.589000', '202133.592000', '202133.594000', '202133.597000', '202133.599000', '202133.602000', '202133.604000', '202133.607000', '202133.610000', '202133.612000', '202133.615000', '202133.617000', '202133.620000', '202133.623000', '202133.625000', '202153.504000', '202153.506000', '202153.509000', '202153.512000', '202153.514000', '202153.517000', '202153.519000', '202153.522000', '202153.524000', '202153.527000', '202153.530000', '202153.532000', '202153.535000', '202153.537000', '202153.540000', '202153.543000', '202153.545000', '202153.548000', '202153.550000', '202153.553000', '202153.556000', '202153.558000', '202153.561000', '202153.563000', '202153.566000', '202153.569000', '202153.571000', '202153.574000', '202153.576000', '202153.579000', '202153.582000', '202153.584000', '202153.587000', '202153.589000', '202153.592000', '202153.595000', '202153.597000', '202153.600000', '202153.602000', '202153.605000', '202153.608000', '202153.610000', '202153.613000', '202213.503000', '202213.506000', '202213.509000', '202213.511000', '202213.514000', '202213.517000', '202213.519000', '202213.522000', '202213.524000', '202213.527000', '202213.529000', '202213.532000', '202213.535000', '202213.537000', '202213.540000', '202213.542000', '202213.545000', '202213.548000', '202213.550000', '202213.553000', '202213.555000', '202213.558000', '202213.560000', '202213.563000', '202213.566000', '202213.568000', '202213.571000', '202213.574000', '202213.576000', '202213.579000', '202213.581000', '202213.584000', '202213.586000', '202213.589000', '202213.592000', '202213.594000', '202213.597000', '202213.599000', '202213.602000', '202213.605000', '202213.607000', '202213.610000', '202213.613000', '202213.615000', '202233.504000', '202233.507000', '202233.509000', '202233.512000', '202233.514000', '202233.517000', '202233.519000', '202233.522000', '202233.525000', '202233.527000', '202233.530000', '202233.532000', '202233.535000', '202233.538000', '202233.540000', '202233.543000', '202233.545000', '202233.548000', '202233.551000', '202233.553000', '202233.556000', '202233.558000', '202233.561000', '202233.564000', '202233.566000', '202233.569000', '202233.571000', '202233.574000', '202233.577000', '202233.579000', '202233.582000', '202233.584000', '202233.587000', '202233.589000', '202233.592000', '202233.595000', '202233.597000', '202233.600000', '202233.602000', '202233.605000', '202233.608000', '202233.610000', '202233.613000', '202253.504000', '202253.506000', '202253.509000', '202253.512000', '202253.514000', '202253.517000', '202253.519000', '202253.522000', '202253.525000', '202253.527000', '202253.530000', '202253.533000', '202253.535000', '202253.538000', '202253.540000', '202253.543000', '202253.545000', '202253.548000', '202253.551000', '202253.554000', '202253.556000', '202253.559000', '202253.561000', '202253.564000', '202253.567000', '202253.569000', '202253.572000', '202253.574000', '202253.577000', '202253.579000', '202253.582000', '202253.585000', '202253.587000', '202253.590000', '202253.592000', '202253.595000', '202253.597000', '202253.600000', '202253.603000', '202253.605000', '202253.608000', '202253.611000', '202253.613000', '202253.616000', '202313.504000', '202313.507000', '202313.509000', '202313.512000', '202313.514000', '202313.517000', '202313.519000', '202313.522000', '202313.542000', '202313.544000', '202313.547000', '202313.550000', '202313.552000', '202313.555000', '202313.557000', '202313.560000', '202313.563000', '202313.565000', '202313.568000', '202313.570000', '202313.573000', '202313.576000', '202313.579000', '202313.581000', '202313.584000', '202313.586000', '202313.589000', '202313.592000', '202313.594000', '202313.597000', '202313.599000', '202313.602000', '202313.605000', '202313.607000', '202313.610000', '202313.613000', '202313.615000', '202313.618000', '202313.620000', '202313.623000', '202313.626000', '202313.628000', '202313.631000', '202333.504000', '202333.506000', '202333.509000', '202333.511000', '202333.514000', '202333.517000', '202333.519000', '202333.522000', '202333.524000', '202333.527000', '202333.530000', '202333.532000', '202333.535000', '202333.537000', '202333.540000', '202333.542000', '202333.545000', '202333.548000', '202333.550000', '202333.553000', '202333.556000', '202333.558000', '202333.561000', '202333.563000', '202333.566000', '202333.569000', '202333.571000', '202333.574000', '202333.576000', '202333.579000', '202333.581000', '202333.584000', '202333.587000', '202333.589000', '202333.592000', '202333.594000', '202333.597000', '202333.600000', '202333.602000', '202333.605000', '202333.608000', '202333.610000', '202333.613000', '202333.615000', '202353.504000', '202353.506000', '202353.509000', '202353.512000', '202353.514000', '202353.517000', '202353.520000', '202353.522000', '202353.525000', '202353.527000', '202353.530000', '202353.533000', '202353.535000', '202353.538000', '202353.540000', '202353.543000', '202353.546000', '202353.548000', '202353.551000', '202353.554000', '202353.556000', '202353.559000', '202353.562000', '202353.564000', '202353.567000', '202353.569000', '202353.572000', '202353.575000', '202353.577000', '202353.580000', '202353.582000', '202353.585000', '202353.588000', '202353.590000', '202353.593000', '202353.595000', '202353.598000', '202353.601000', '202353.604000', '202353.606000', '202353.609000', '202353.611000', '202353.614000', '202413.504000', '202413.506000', '202413.510000', '202413.512000', '202413.515000', '202413.518000', '202413.520000', '202413.523000', '202413.526000', '202413.528000', '202413.531000', '202413.533000', '202413.536000', '202413.538000', '202413.541000', '202413.544000', '202413.546000', '202413.549000', '202413.551000', '202413.554000', '202413.557000', '202413.560000', '202413.563000', '202413.565000', '202413.568000', '202413.570000', '202413.573000', '202413.576000', '202413.578000', '202413.581000', '202413.583000', '202413.586000', '202413.589000', '202413.591000', '202413.594000', '202413.596000', '202413.599000', '202413.602000', '202413.604000', '202413.607000', '202413.610000', '202413.612000', '202413.615000', '202413.617000', '202433.504000', '202433.506000', '202433.509000', '202433.512000', '202433.514000', '202433.517000', '202433.519000', '202433.522000', '202433.525000', '202433.527000', '202433.530000', '202433.533000', '202433.535000', '202433.538000', '202433.540000', '202433.543000', '202433.546000', '202433.548000', '202433.563000', '202433.565000', '202433.568000', '202433.570000', '202433.573000', '202433.576000', '202433.578000', '202433.581000', '202433.583000', '202433.586000', '202433.588000', '202433.591000', '202433.594000', '202433.596000', '202433.599000', '202433.601000', '202433.604000', '202433.607000', '202433.609000', '202433.612000', '202433.614000', '202433.617000', '202433.619000', '202433.622000', '202433.625000', '202453.503000', '202453.506000', '202453.509000', '202453.511000', '202453.514000', '202453.517000', '202453.519000', '202453.522000', '202453.524000', '202453.527000', '202453.530000', '202453.532000', '202453.535000', '202453.537000', '202453.540000', '202453.543000', '202453.545000', '202453.548000', '202453.550000', '202453.553000', '202453.556000', '202453.558000', '202453.561000', '202453.563000', '202453.566000', '202453.568000', '202453.571000', '202453.574000', '202453.576000', '202453.579000', '202453.581000', '202453.584000', '202453.587000', '202453.589000', '202453.592000', '202453.594000', '202453.597000', '202453.600000', '202453.602000', '202453.605000', '202453.607000', '202453.610000', '202453.613000', '202453.615000', '202513.505000', '202513.508000', '202513.511000', '202513.513000', '202513.516000', '202513.519000', '202513.521000', '202513.524000', '202513.526000', '202513.529000', '202513.532000', '202513.534000', '202513.537000', '202513.539000', '202513.542000', '202513.545000', '202513.547000', '202513.550000', '202513.552000', '202513.555000', '202513.558000', '202513.560000', '202513.563000', '202513.565000', '202513.568000', '202513.571000', '202513.573000', '202513.576000', '202513.578000', '202513.581000', '202513.584000', '202513.586000', '202513.589000', '202513.592000', '202513.594000', '202513.597000', '202513.599000', '202513.602000', '202513.605000', '202513.607000', '202513.610000', '202513.613000', '202513.615000', '202533.504000', '202533.506000', '202533.509000', '202533.512000', '202533.514000', '202533.517000', '202533.519000', '202533.522000', '202533.524000', '202533.527000', '202533.530000', '202533.532000', '202533.535000', '202533.537000', '202533.540000', '202533.542000', '202533.545000', '202533.548000', '202533.551000', '202533.554000', '202533.556000', '202533.559000', '202533.561000', '202533.564000', '202533.567000', '202533.569000', '202533.572000', '202533.574000', '202533.577000', '202533.579000', '202533.582000', '202533.585000', '202533.587000', '202533.590000', '202533.592000', '202533.595000', '202533.598000', '202533.600000', '202533.603000', '202533.606000', '202533.609000', '202533.611000', '202533.614000', '202533.616000', '202543.612000', '202543.616000', '202543.618000', '202543.621000', '202543.623000', '202543.626000', '202543.629000', '202543.631000', '202543.634000', '202543.636000', '202543.639000', '202543.642000', '202543.645000', '202543.648000', '202543.650000', '202543.653000', '202543.656000', '202543.658000', '202543.661000', '202543.664000', '202543.666000', '202543.669000'], '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': [9334, 7564, 8154, 7301, 7127, 7078, 6976, 7971, 6878, 8200, 6765, 9237, 6760, 7151, 6770, 6738, 6709, 6726, 7063, 6699, 8351, 6718, 8624, 6694, 7889, 6706, 6716, 6642, 6689, 7309, 6718, 7991, 6672, 8956, 6653, 9276, 6747, 7218, 6711, 6700, 7159, 6762, 8143, 6694, 6670, 6658, 6683, 8882, 6675, 9358, 6632, 9108, 6729, 8380, 7277, 7899, 6792, 6824, 7565, 6708, 8262, 6675, 8165, 6717, 6776, 6655, 6723, 7280, 6665, 8437, 6718, 9068, 6711, 8278, 6674, 6681, 6811, 6719, 7456, 6702, 8453, 6781, 7651, 6689, 6959, 6694, 6706, 6998, 6769, 7378, 6669, 7815, 6745, 8287, 6683, 8592, 6751, 7244, 6932, 6712, 7420, 6685, 8180, 6721, 6757, 7112, 6685, 7505, 6593, 8317, 6800, 6657, 6611, 6679, 8015, 6708, 9466, 6690, 7032, 6547, 6685, 6917, 6753, 8247, 6744, 9072, 7009, 6769, 6814, 6736, 7182, 6742, 8621, 7218, 6825, 6658, 6681, 7099, 6649, 8878, 7223, 6702, 6743, 6690, 7069, 6657, 8857, 6712, 9293, 6674, 7409, 6813, 6643, 6677, 6753, 7510, 6708, 8156, 6980, 6735, 6719, 6674, 7620, 6704, 9398, 6816, 6610, 7046, 6699, 7688, 6652, 9342, 6806, 9053, 6686, 6722, 6731, 6680, 6709, 6700, 6881, 6769, 7672, 6748, 8066, 6700, 8881, 6686, 6730, 6744, 6637, 6905, 6667, 8520, 6588, 9032, 6719, 9462, 6724, 9218, 6709, 9316, 6725, 9467, 6784, 9547, 6705, 7895, 6931, 6742, 6680, 6775, 6731, 6723, 7736, 6673, 8221, 6630, 8939, 7053, 6697, 6681, 6766, 6674, 6660, 7205, 6663, 8533, 6624, 8919, 6724, 7303, 6641, 6649, 7128, 6698, 8127, 6703, 7144, 6827, 6655, 6651, 6696, 7770, 6642, 8866, 6766, 9206, 6712, 9722, 6714, 7751, 6828, 6720, 6786, 6771, 6703, 6757, 7276, 6693, 7621, 6707, 8883, 6781, 8033, 7123, 6725, 6707, 6717, 6713, 6755, 7871, 6836, 8360, 6712, 8813, 6766, 6746, 6711, 6672, 6671, 6634, 7524, 6681, 8626, 6691, 9055, 6706, 9544, 7088, 9077, 6727, 9185, 6776, 7774, 6869, 6718, 6803, 6705, 7825, 6761, 8781, 6694, 9603, 6889, 7282, 7140, 6926, 7102, 6723, 6678, 6665, 7880, 6754, 7938, 6884, 6864, 6642, 6865, 7114, 6665, 8126, 6732, 9319, 6684, 8798, 6719, 9100, 6745, 9012, 6825, 7082, 6963, 6962, 6853, 6708, 6885, 6694, 7404, 6754, 7794, 6693, 8420, 6782, 8890, 6787, 8424, 6977, 7259, 6672, 7052, 6800, 7031, 6996, 7160, 6700, 6702, 6732, 6900, 6969, 6707, 7571, 6819, 8077, 6709, 8635, 6626, 7481, 7155, 6776, 6663, 6680, 6736, 6694, 7430, 6668, 8234, 6661, 8806, 6666, 9056, 6675, 8620, 6948, 6727, 6732, 6792, 7979, 6812, 9042, 6658, 9390, 6642, 7769, 6680, 6923, 6884, 6672, 7518, 6695, 8488, 6745, 8522, 6843, 8748, 6727, 9502, 7204, 8879, 6712, 8551, 6777, 7130, 6804, 7115, 6618, 6713, 6680, 6851, 6667, 6847, 6954, 6954, 7658, 6758, 7920, 6844, 8085, 7209, 7095, 6710, 6938, 6654, 6846, 6630, 6746, 7238, 6872, 7463, 6725, 7513, 6692, 8044, 6743, 8313, 6731, 8148, 6736, 8323, 6848, 8397, 6659, 8827, 6899, 8785, 6899, 8437, 6818, 7432, 6744, 6747, 6861, 6996, 8019, 6919, 8208, 6749, 8768, 6797, 8597, 6678, 9092, 6767, 7283, 7009, 6911, 6726, 6651, 6684, 6914, 7614, 6903, 8077, 6672, 8212, 6810, 7330, 6841, 6990, 7127, 6667, 6681, 6834, 7608, 6907, 7953, 6815, 8045, 6821, 8292, 6710, 8028, 6637, 7244, 6681, 6943, 7168, 6976, 7951, 6816, 8522, 7029, 9038, 6943, 8968, 6680, 9159, 6877, 8723, 6651, 8779, 6712, 9648, 6784, 8029, 6714, 6908, 6714, 7065, 6654, 6803, 6651, 7028, 7696, 6833, 8119, 7042, 8574, 6991, 8365, 7069, 8468, 6687, 8400, 6846, 8631, 6989, 8406, 6813, 8419, 6690, 8650, 6921, 8456, 6791, 8483, 6808, 7799, 7134, 7086, 6680, 6868, 6634, 6682, 7117, 6890, 7868, 6985, 8206, 6882, 7849, 6728, 6990, 6726, 7056, 7586, 6777, 8203, 6948, 7100, 6723, 6705, 7282, 6800, 8835, 6919, 9040, 6696, 9307, 6735, 9288, 6720, 7711, 6655, 6792, 6664, 6843, 7537, 6853, 8114, 6870, 8324, 6768, 8566, 6691, 8242, 6837, 8570, 6647, 8731, 6844, 8423, 6989, 8391, 6936, 8968, 6735, 7176, 6691, 6829, 6626, 6719, 7080, 6811, 7677, 6910, 7943, 6701, 7658, 6794, 8247, 6778, 8008, 6916, 7975, 6805, 8308, 6844, 7195, 6614, 6804, 6628, 6990, 7479, 6879, 7822, 6800, 8021, 6927, 8380, 6823, 8652, 6594, 8958, 6862, 8888, 6893, 8544, 6851, 9366, 6658, 7469, 6715, 7017, 6724, 7581, 6788, 7658, 6681, 7049, 6694, 6735, 6659, 6860, 6851, 6690, 6964, 6934, 7870, 7010, 7838, 6711, 8037, 6818, 7953, 6828, 8481, 6827, 8476, 6714, 7155, 6806, 7006, 6668, 6741, 7504, 7014, 7774, 6883, 8212, 6753, 7751, 6693, 7074, 6797, 7029, 7348, 6885, 8216, 6881, 8779, 6717, 8798, 6940, 9088, 6981, 7904, 6822, 7658, 6839, 7045, 6853, 6742, 7340, 6774, 7335, 6734, 8022, 6984, 8100, 6912, 8294, 6940, 8516, 7004, 8078, 6768, 7850, 6991, 7131, 6602, 7022, 6765, 7060, 6747, 6983, 6700, 6906, 6998, 6878, 7068, 7122, 8036, 7106, 8000, 6872, 8257, 6910, 8260, 6870, 8520, 6761, 8670, 6769, 7398, 7099, 7122, 6838, 7132, 6792, 6877, 6740, 6638, 7222, 6933, 7928, 6755, 8436, 6828, 8438, 6699, 7966, 6559, 7126, 6778, 6731, 6977, 6761, 7090, 6927, 6974, 6770, 7899, 7097, 7852, 6848, 8152, 6917, 8553, 6890, 7809, 6986, 7259, 6661, 7174, 6670, 7085, 7284, 6834, 7464, 7001, 7578, 6845, 8122, 6939, 8014, 7053, 8637, 7089, 7853, 7042, 7013, 6701, 6990, 7584, 6937, 7823, 6918, 8287, 6888, 8404, 6780, 8956, 6861, 7329, 6660, 7071, 6679, 6879, 7643, 6920, 8220, 6810, 7164, 6788, 7063, 7855, 7017, 8607, 6864, 8882, 6880, 9255, 7054, 9080, 6731, 9170, 6911, 8570, 6725, 8156, 6963, 7732, 6763, 6891, 7027, 6762, 7680, 6817, 7963, 6999, 8560], 'WindowCenter': [3991.0, 3957.0, 3943.0, 3931.0, 3919.0, 3917.0, 3916.0, 3925.0, 3916.0, 3936.0, 3916.0, 3946.0, 3917.0, 3915.0, 3916.0, 3915.0, 3916.0, 3916.0, 3916.0, 3914.0, 3936.0, 3915.0, 3936.0, 3917.0, 3937.0, 3917.0, 3915.0, 3916.0, 3916.0, 3927.0, 3912.0, 3934.0, 3916.0, 3947.0, 3916.0, 3945.0, 3915.0, 3926.0, 3917.0, 3913.0, 3916.0, 3918.0, 3937.0, 3917.0, 3917.0, 3918.0, 3918.0, 3949.0, 3918.0, 3947.0, 3917.0, 3944.0, 3916.0, 3934.0, 3925.0, 3924.0, 3903.0, 3903.0, 3923.0, 3905.0, 3935.0, 3915.0, 3936.0, 3916.0, 3914.0, 3915.0, 3914.0, 3926.0, 3916.0, 3935.0, 3914.0, 3946.0, 3916.0, 3935.0, 3915.0, 3916.0, 3913.0, 3914.0, 3925.0, 3914.0, 3936.0, 3916.0, 3926.0, 3915.0, 3915.0, 3915.0, 3914.0, 3914.0, 3916.0, 3927.0, 3914.0, 3925.0, 3914.0, 3934.0, 3903.0, 3935.0, 3915.0, 3925.0, 3915.0, 3916.0, 3926.0, 3916.0, 3935.0, 3916.0, 3916.0, 3926.0, 3916.0, 3927.0, 3918.0, 3938.0, 3918.0, 3917.0, 3914.0, 3916.0, 3937.0, 3917.0, 3958.0, 3916.0, 3926.0, 3907.0, 3914.0, 3916.0, 3916.0, 3935.0, 3904.0, 3935.0, 3915.0, 3916.0, 3914.0, 3916.0, 3916.0, 3917.0, 3946.0, 3926.0, 3916.0, 3916.0, 3916.0, 3923.0, 3915.0, 3947.0, 3927.0, 3916.0, 3917.0, 3916.0, 3927.0, 3915.0, 3947.0, 3917.0, 3948.0, 3917.0, 3926.0, 3916.0, 3915.0, 3915.0, 3915.0, 3923.0, 3916.0, 3935.0, 3927.0, 3915.0, 3916.0, 3917.0, 3938.0, 3916.0, 3958.0, 3917.0, 3916.0, 3927.0, 3918.0, 3935.0, 3917.0, 3958.0, 3916.0, 3946.0, 3916.0, 3915.0, 3904.0, 3913.0, 3914.0, 3904.0, 3916.0, 3903.0, 3924.0, 3905.0, 3924.0, 3916.0, 3946.0, 3915.0, 3914.0, 3915.0, 3916.0, 3917.0, 3917.0, 3947.0, 3917.0, 3945.0, 3917.0, 3946.0, 3916.0, 3946.0, 3905.0, 3944.0, 3903.0, 3944.0, 3905.0, 3944.0, 3904.0, 3923.0, 3913.0, 3904.0, 3902.0, 3902.0, 3902.0, 3902.0, 3924.0, 3914.0, 3935.0, 3915.0, 3945.0, 3915.0, 3915.0, 3915.0, 3915.0, 3915.0, 3915.0, 3927.0, 3917.0, 3936.0, 3914.0, 3944.0, 3917.0, 3924.0, 3915.0, 3916.0, 3915.0, 3917.0, 3937.0, 3916.0, 3924.0, 3917.0, 3916.0, 3916.0, 3916.0, 3926.0, 3915.0, 3946.0, 3915.0, 3945.0, 3904.0, 3944.0, 3903.0, 3924.0, 3903.0, 3902.0, 3903.0, 3904.0, 3905.0, 3903.0, 3915.0, 3915.0, 3924.0, 3916.0, 3945.0, 3915.0, 3924.0, 3915.0, 3914.0, 3915.0, 3914.0, 3915.0, 3905.0, 3935.0, 3915.0, 3935.0, 3915.0, 3944.0, 3916.0, 3914.0, 3917.0, 3916.0, 3915.0, 3915.0, 3925.0, 3916.0, 3936.0, 3912.0, 3942.0, 3915.0, 3945.0, 3913.0, 3934.0, 3902.0, 3944.0, 3903.0, 3923.0, 3903.0, 3904.0, 3903.0, 3904.0, 3925.0, 3916.0, 3936.0, 3916.0, 3947.0, 3915.0, 3914.0, 3916.0, 3914.0, 3914.0, 3902.0, 3903.0, 3903.0, 3923.0, 3902.0, 3925.0, 3915.0, 3915.0, 3917.0, 3915.0, 3915.0, 3916.0, 3936.0, 3914.0, 3946.0, 3904.0, 3935.0, 3904.0, 3934.0, 3904.0, 3934.0, 3904.0, 3913.0, 3915.0, 3914.0, 3903.0, 3904.0, 3913.0, 3903.0, 3913.0, 3914.0, 3925.0, 3915.0, 3935.0, 3915.0, 3935.0, 3915.0, 3936.0, 3916.0, 3925.0, 3916.0, 3914.0, 3905.0, 3914.0, 3913.0, 3913.0, 3903.0, 3903.0, 3903.0, 3903.0, 3912.0, 3904.0, 3922.0, 3904.0, 3925.0, 3903.0, 3935.0, 3915.0, 3914.0, 3915.0, 3914.0, 3916.0, 3916.0, 3916.0, 3916.0, 3927.0, 3916.0, 3936.0, 3915.0, 3936.0, 3916.0, 3934.0, 3904.0, 3932.0, 3916.0, 3905.0, 3906.0, 3915.0, 3926.0, 3914.0, 3946.0, 3913.0, 3947.0, 3906.0, 3925.0, 3903.0, 3915.0, 3913.0, 3904.0, 3914.0, 3904.0, 3934.0, 3904.0, 3924.0, 3903.0, 3922.0, 3904.0, 3942.0, 3913.0, 3923.0, 3892.0, 3923.0, 3902.0, 3903.0, 3902.0, 3902.0, 3903.0, 3903.0, 3904.0, 3902.0, 3904.0, 3904.0, 3916.0, 3914.0, 3925.0, 3916.0, 3936.0, 3916.0, 3937.0, 3928.0, 3915.0, 3916.0, 3915.0, 3917.0, 3914.0, 3904.0, 3904.0, 3916.0, 3903.0, 3914.0, 3905.0, 3913.0, 3904.0, 3924.0, 3904.0, 3925.0, 3904.0, 3925.0, 3904.0, 3924.0, 3902.0, 3920.0, 3903.0, 3934.0, 3904.0, 3934.0, 3914.0, 3923.0, 3902.0, 3915.0, 3905.0, 3903.0, 3904.0, 3914.0, 3926.0, 3915.0, 3935.0, 3915.0, 3936.0, 3916.0, 3937.0, 3917.0, 3947.0, 3916.0, 3925.0, 3914.0, 3915.0, 3906.0, 3904.0, 3904.0, 3916.0, 3923.0, 3914.0, 3936.0, 3917.0, 3937.0, 3916.0, 3926.0, 3917.0, 3916.0, 3915.0, 3915.0, 3916.0, 3916.0, 3927.0, 3915.0, 3925.0, 3905.0, 3925.0, 3904.0, 3926.0, 3905.0, 3923.0, 3914.0, 3923.0, 3916.0, 3916.0, 3915.0, 3915.0, 3935.0, 3917.0, 3935.0, 3914.0, 3935.0, 3915.0, 3934.0, 3904.0, 3931.0, 3905.0, 3934.0, 3904.0, 3934.0, 3903.0, 3945.0, 3903.0, 3922.0, 3903.0, 3901.0, 3902.0, 3900.0, 3903.0, 3902.0, 3902.0, 3903.0, 3913.0, 3904.0, 3923.0, 3915.0, 3934.0, 3912.0, 3924.0, 3914.0, 3923.0, 3905.0, 3923.0, 3903.0, 3923.0, 3902.0, 3923.0, 3904.0, 3923.0, 3904.0, 3923.0, 3903.0, 3922.0, 3905.0, 3934.0, 3904.0, 3925.0, 3914.0, 3915.0, 3905.0, 3905.0, 3915.0, 3914.0, 3915.0, 3915.0, 3926.0, 3914.0, 3937.0, 3916.0, 3936.0, 3918.0, 3915.0, 3916.0, 3930.0, 3939.0, 3918.0, 3938.0, 3927.0, 3926.0, 3917.0, 3918.0, 3927.0, 3916.0, 3946.0, 3914.0, 3947.0, 3916.0, 3947.0, 3906.0, 3946.0, 3905.0, 3925.0, 3904.0, 3903.0, 3904.0, 3904.0, 3925.0, 3904.0, 3924.0, 3904.0, 3935.0, 3904.0, 3934.0, 3904.0, 3922.0, 3904.0, 3932.0, 3903.0, 3933.0, 3903.0, 3923.0, 3902.0, 3924.0, 3914.0, 3935.0, 3903.0, 3914.0, 3904.0, 3903.0, 3903.0, 3915.0, 3916.0, 3904.0, 3925.0, 3915.0, 3925.0, 3916.0, 3926.0, 3905.0, 3936.0, 3903.0, 3924.0, 3914.0, 3925.0, 3916.0, 3935.0, 3905.0, 3915.0, 3916.0, 3914.0, 3917.0, 3916.0, 3927.0, 3916.0, 3926.0, 3917.0, 3925.0, 3916.0, 3935.0, 3904.0, 3934.0, 3906.0, 3934.0, 3904.0, 3934.0, 3913.0, 3935.0, 3904.0, 3946.0, 3904.0, 3914.0, 3905.0, 3904.0, 3903.0, 3925.0, 3905.0, 3915.0, 3903.0, 3904.0, 3902.0, 3903.0, 3902.0, 3891.0, 3904.0, 3893.0, 3902.0, 3903.0, 3923.0, 3904.0, 3911.0, 3905.0, 3925.0, 3905.0, 3925.0, 3904.0, 3936.0, 3906.0, 3937.0, 3904.0, 3915.0, 3905.0, 3913.0, 3905.0, 3905.0, 3917.0, 3914.0, 3926.0, 3916.0, 3937.0, 3917.0, 3926.0, 3915.0, 3917.0, 3916.0, 3928.0, 3927.0, 3916.0, 3938.0, 3916.0, 3937.0, 3916.0, 3936.0, 3915.0, 3935.0, 3914.0, 3924.0, 3903.0, 3925.0, 3905.0, 3903.0, 3903.0, 3900.0, 3914.0, 3903.0, 3914.0, 3903.0, 3923.0, 3903.0, 3923.0, 3914.0, 3925.0, 3913.0, 3934.0, 3915.0, 3925.0, 3906.0, 3925.0, 3916.0, 3914.0, 3915.0, 3914.0, 3905.0, 3914.0, 3905.0, 3903.0, 3904.0, 3902.0, 3903.0, 3903.0, 3915.0, 3903.0, 3924.0, 3914.0, 3926.0, 3906.0, 3936.0, 3915.0, 3935.0, 3915.0, 3937.0, 3905.0, 3937.0, 3905.0, 3915.0, 3917.0, 3915.0, 3905.0, 3903.0, 3903.0, 3904.0, 3903.0, 3904.0, 3913.0, 3904.0, 3923.0, 3904.0, 3923.0, 3903.0, 3924.0, 3904.0, 3925.0, 3904.0, 3915.0, 3905.0, 3904.0, 3914.0, 3904.0, 3916.0, 3912.0, 3903.0, 3903.0, 3924.0, 3902.0, 3924.0, 3904.0, 3923.0, 3903.0, 3935.0, 3914.0, 3915.0, 3912.0, 3915.0, 3904.0, 3915.0, 3915.0, 3917.0, 3926.0, 3905.0, 3915.0, 3915.0, 3927.0, 3905.0, 3925.0, 3916.0, 3924.0, 3916.0, 3936.0, 3916.0, 3926.0, 3916.0, 3916.0, 3916.0, 3916.0, 3927.0, 3917.0, 3925.0, 3916.0, 3935.0, 3917.0, 3937.0, 3907.0, 3948.0, 3917.0, 3917.0, 3906.0, 3915.0, 3905.0, 3918.0, 3940.0, 3919.0, 3937.0, 3917.0, 3917.0, 3916.0, 3918.0, 3937.0, 3918.0, 3937.0, 3906.0, 3937.0, 3916.0, 3947.0, 3915.0, 3933.0, 3904.0, 3935.0, 3904.0, 3923.0, 3902.0, 3912.0, 3903.0, 3913.0, 3891.0, 3902.0, 3903.0, 3891.0, 3913.0, 3903.0, 3924.0, 3902.0, 3935.0], 'WindowWidth': [8916.0, 8861.0, 8830.0, 8811.0, 8790.0, 8784.0, 8778.0, 8789.0, 8778.0, 8803.0, 8778.0, 8818.0, 8781.0, 8777.0, 8779.0, 8776.0, 8778.0, 8778.0, 8777.0, 8774.0, 8803.0, 8775.0, 8804.0, 8781.0, 8807.0, 8782.0, 8775.0, 8779.0, 8779.0, 8795.0, 8769.0, 8800.0, 8780.0, 8819.0, 8779.0, 8815.0, 8776.0, 8789.0, 8780.0, 8772.0, 8777.0, 8784.0, 8808.0, 8783.0, 8782.0, 8785.0, 8785.0, 8828.0, 8785.0, 8822.0, 8783.0, 8813.0, 8780.0, 8800.0, 8789.0, 8784.0, 8757.0, 8757.0, 8782.0, 8760.0, 8800.0, 8776.0, 8804.0, 8777.0, 8775.0, 8776.0, 8774.0, 8792.0, 8778.0, 8801.0, 8774.0, 8817.0, 8779.0, 8802.0, 8777.0, 8776.0, 8770.0, 8773.0, 8789.0, 8775.0, 8803.0, 8779.0, 8790.0, 8777.0, 8776.0, 8776.0, 8775.0, 8775.0, 8778.0, 8794.0, 8774.0, 8789.0, 8773.0, 8797.0, 8757.0, 8800.0, 8775.0, 8788.0, 8776.0, 8778.0, 8790.0, 8779.0, 8804.0, 8779.0, 8780.0, 8793.0, 8779.0, 8795.0, 8785.0, 8811.0, 8785.0, 8783.0, 8777.0, 8782.0, 8810.0, 8783.0, 8838.0, 8780.0, 8792.0, 8768.0, 8774.0, 8777.0, 8777.0, 8800.0, 8759.0, 8800.0, 8775.0, 8777.0, 8773.0, 8777.0, 8779.0, 8781.0, 8818.0, 8794.0, 8779.0, 8781.0, 8780.0, 8786.0, 8778.0, 8821.0, 8796.0, 8780.0, 8783.0, 8780.0, 8796.0, 8778.0, 8821.0, 8782.0, 8822.0, 8781.0, 8793.0, 8779.0, 8776.0, 8777.0, 8776.0, 8785.0, 8779.0, 8804.0, 8795.0, 8778.0, 8781.0, 8784.0, 8812.0, 8782.0, 8837.0, 8784.0, 8782.0, 8797.0, 8784.0, 8804.0, 8782.0, 8837.0, 8780.0, 8817.0, 8778.0, 8776.0, 8761.0, 8772.0, 8774.0, 8759.0, 8777.0, 8757.0, 8786.0, 8763.0, 8787.0, 8778.0, 8817.0, 8776.0, 8774.0, 8778.0, 8778.0, 8782.0, 8782.0, 8820.0, 8781.0, 8816.0, 8780.0, 8817.0, 8779.0, 8816.0, 8764.0, 8810.0, 8757.0, 8809.0, 8760.0, 8810.0, 8758.0, 8780.0, 8768.0, 8756.0, 8753.0, 8752.0, 8754.0, 8754.0, 8784.0, 8773.0, 8801.0, 8775.0, 8816.0, 8776.0, 8777.0, 8777.0, 8776.0, 8776.0, 8776.0, 8793.0, 8780.0, 8804.0, 8774.0, 8813.0, 8781.0, 8786.0, 8777.0, 8777.0, 8777.0, 8781.0, 8809.0, 8781.0, 8790.0, 8784.0, 8780.0, 8781.0, 8778.0, 8793.0, 8777.0, 8817.0, 8775.0, 8813.0, 8759.0, 8812.0, 8757.0, 8783.0, 8757.0, 8753.0, 8758.0, 8758.0, 8761.0, 8756.0, 8774.0, 8776.0, 8785.0, 8779.0, 8815.0, 8777.0, 8786.0, 8775.0, 8772.0, 8776.0, 8773.0, 8775.0, 8761.0, 8802.0, 8776.0, 8801.0, 8777.0, 8812.0, 8778.0, 8772.0, 8780.0, 8777.0, 8777.0, 8777.0, 8789.0, 8778.0, 8803.0, 8770.0, 8808.0, 8775.0, 8815.0, 8771.0, 8796.0, 8755.0, 8808.0, 8756.0, 8781.0, 8756.0, 8757.0, 8757.0, 8758.0, 8789.0, 8778.0, 8804.0, 8778.0, 8818.0, 8775.0, 8773.0, 8777.0, 8771.0, 8770.0, 8753.0, 8757.0, 8754.0, 8782.0, 8755.0, 8787.0, 8777.0, 8776.0, 8781.0, 8777.0, 8776.0, 8779.0, 8804.0, 8774.0, 8816.0, 8761.0, 8800.0, 8760.0, 8798.0, 8758.0, 8797.0, 8758.0, 8769.0, 8774.0, 8771.0, 8757.0, 8756.0, 8769.0, 8756.0, 8770.0, 8774.0, 8788.0, 8775.0, 8800.0, 8775.0, 8799.0, 8777.0, 8803.0, 8777.0, 8789.0, 8777.0, 8773.0, 8761.0, 8771.0, 8771.0, 8769.0, 8756.0, 8754.0, 8756.0, 8754.0, 8766.0, 8759.0, 8781.0, 8758.0, 8787.0, 8757.0, 8799.0, 8776.0, 8772.0, 8777.0, 8773.0, 8778.0, 8781.0, 8779.0, 8779.0, 8792.0, 8779.0, 8804.0, 8774.0, 8802.0, 8776.0, 8798.0, 8758.0, 8792.0, 8776.0, 8760.0, 8764.0, 8775.0, 8791.0, 8774.0, 8815.0, 8771.0, 8816.0, 8763.0, 8786.0, 8755.0, 8772.0, 8769.0, 8756.0, 8771.0, 8756.0, 8795.0, 8756.0, 8782.0, 8754.0, 8777.0, 8756.0, 8805.0, 8766.0, 8778.0, 8738.0, 8778.0, 8753.0, 8753.0, 8753.0, 8751.0, 8756.0, 8754.0, 8758.0, 8753.0, 8758.0, 8758.0, 8775.0, 8771.0, 8787.0, 8777.0, 8803.0, 8778.0, 8807.0, 8796.0, 8775.0, 8779.0, 8775.0, 8780.0, 8774.0, 8760.0, 8759.0, 8775.0, 8755.0, 8771.0, 8759.0, 8769.0, 8757.0, 8783.0, 8758.0, 8785.0, 8757.0, 8785.0, 8757.0, 8783.0, 8754.0, 8775.0, 8754.0, 8796.0, 8757.0, 8795.0, 8771.0, 8781.0, 8754.0, 8772.0, 8761.0, 8755.0, 8759.0, 8773.0, 8791.0, 8774.0, 8800.0, 8776.0, 8803.0, 8778.0, 8805.0, 8780.0, 8818.0, 8778.0, 8787.0, 8773.0, 8773.0, 8763.0, 8758.0, 8760.0, 8776.0, 8784.0, 8774.0, 8804.0, 8780.0, 8807.0, 8778.0, 8791.0, 8782.0, 8777.0, 8778.0, 8777.0, 8779.0, 8777.0, 8793.0, 8775.0, 8787.0, 8761.0, 8789.0, 8759.0, 8787.0, 8760.0, 8783.0, 8774.0, 8783.0, 8777.0, 8777.0, 8776.0, 8776.0, 8803.0, 8780.0, 8802.0, 8773.0, 8800.0, 8774.0, 8797.0, 8759.0, 8789.0, 8760.0, 8796.0, 8757.0, 8795.0, 8754.0, 8810.0, 8755.0, 8778.0, 8754.0, 8749.0, 8752.0, 8747.0, 8753.0, 8752.0, 8754.0, 8755.0, 8768.0, 8757.0, 8782.0, 8773.0, 8796.0, 8768.0, 8783.0, 8773.0, 8781.0, 8759.0, 8780.0, 8755.0, 8781.0, 8753.0, 8780.0, 8756.0, 8781.0, 8758.0, 8781.0, 8756.0, 8780.0, 8760.0, 8797.0, 8759.0, 8786.0, 8771.0, 8774.0, 8762.0, 8761.0, 8776.0, 8772.0, 8775.0, 8775.0, 8791.0, 8774.0, 8806.0, 8778.0, 8805.0, 8782.0, 8776.0, 8779.0, 8805.0, 8814.0, 8785.0, 8809.0, 8796.0, 8792.0, 8783.0, 8784.0, 8794.0, 8778.0, 8819.0, 8773.0, 8819.0, 8778.0, 8819.0, 8765.0, 8816.0, 8762.0, 8786.0, 8758.0, 8756.0, 8758.0, 8757.0, 8786.0, 8758.0, 8786.0, 8759.0, 8799.0, 8759.0, 8795.0, 8758.0, 8780.0, 8757.0, 8791.0, 8755.0, 8794.0, 8756.0, 8781.0, 8754.0, 8783.0, 8771.0, 8797.0, 8756.0, 8770.0, 8758.0, 8755.0, 8758.0, 8775.0, 8777.0, 8759.0, 8789.0, 8775.0, 8787.0, 8777.0, 8790.0, 8760.0, 8802.0, 8755.0, 8784.0, 8772.0, 8786.0, 8776.0, 8802.0, 8763.0, 8773.0, 8777.0, 8773.0, 8781.0, 8778.0, 8793.0, 8779.0, 8792.0, 8780.0, 8788.0, 8778.0, 8801.0, 8759.0, 8797.0, 8764.0, 8796.0, 8758.0, 8796.0, 8768.0, 8798.0, 8759.0, 8814.0, 8759.0, 8769.0, 8760.0, 8756.0, 8755.0, 8784.0, 8759.0, 8771.0, 8756.0, 8756.0, 8753.0, 8753.0, 8753.0, 8736.0, 8755.0, 8740.0, 8752.0, 8754.0, 8781.0, 8756.0, 8764.0, 8759.0, 8787.0, 8761.0, 8786.0, 8759.0, 8800.0, 8763.0, 8804.0, 8760.0, 8774.0, 8760.0, 8769.0, 8762.0, 8761.0, 8779.0, 8773.0, 8790.0, 8777.0, 8807.0, 8781.0, 8792.0, 8777.0, 8780.0, 8779.0, 8796.0, 8795.0, 8778.0, 8809.0, 8778.0, 8806.0, 8777.0, 8802.0, 8775.0, 8800.0, 8772.0, 8785.0, 8756.0, 8785.0, 8760.0, 8754.0, 8756.0, 8748.0, 8769.0, 8755.0, 8769.0, 8755.0, 8781.0, 8755.0, 8780.0, 8770.0, 8786.0, 8769.0, 8797.0, 8773.0, 8785.0, 8764.0, 8786.0, 8776.0, 8771.0, 8776.0, 8772.0, 8763.0, 8771.0, 8760.0, 8755.0, 8757.0, 8753.0, 8755.0, 8754.0, 8773.0, 8756.0, 8783.0, 8772.0, 8790.0, 8764.0, 8801.0, 8774.0, 8801.0, 8775.0, 8804.0, 8763.0, 8804.0, 8761.0, 8773.0, 8778.0, 8772.0, 8761.0, 8756.0, 8757.0, 8757.0, 8756.0, 8757.0, 8769.0, 8757.0, 8780.0, 8756.0, 8781.0, 8754.0, 8783.0, 8757.0, 8785.0, 8759.0, 8773.0, 8761.0, 8758.0, 8773.0, 8757.0, 8775.0, 8768.0, 8755.0, 8755.0, 8784.0, 8752.0, 8781.0, 8756.0, 8781.0, 8755.0, 8798.0, 8771.0, 8773.0, 8769.0, 8773.0, 8759.0, 8775.0, 8775.0, 8778.0, 8791.0, 8760.0, 8774.0, 8775.0, 8790.0, 8761.0, 8788.0, 8776.0, 8784.0, 8775.0, 8802.0, 8776.0, 8789.0, 8778.0, 8778.0, 8779.0, 8777.0, 8792.0, 8779.0, 8790.0, 8779.0, 8803.0, 8779.0, 8806.0, 8767.0, 8821.0, 8780.0, 8778.0, 8765.0, 8775.0, 8762.0, 8784.0, 8815.0, 8785.0, 8807.0, 8781.0, 8781.0, 8780.0, 8782.0, 8806.0, 8784.0, 8806.0, 8765.0, 8805.0, 8776.0, 8817.0, 8774.0, 8795.0, 8758.0, 8798.0, 8756.0, 8779.0, 8751.0, 8764.0, 8752.0, 8764.0, 8735.0, 8751.0, 8753.0, 8736.0, 8768.0, 8754.0, 8783.0, 8753.0, 8799.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.00017411290322580643</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016572432949308755</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.02732773460207</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1758267928604378</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9775799083506332</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4491</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6278.4648</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06716601703189432</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.1152073732718894</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.411461232378413</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.355174125666455</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.549972575567552</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3292369959012316</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00368654</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013669012114405632</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02024157904088497</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</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.7441063901398848</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>29.7078</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.3491</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.7897</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308200.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>700.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.7639</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0518</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.432</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3182.5199</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3362.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68344.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1006.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4224.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>897.938</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.15066165709868</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> |