=== 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-0026 --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-0026",
"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-0026_ses-04_task-social_acq-mb8_run-05_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-0026_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-05_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-0026/ses-04/func/sub-0026_ses-04_task-social_acq-mb8_run-05_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>1a603d7aba773ecbd8d9fb1851809483</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>10:12:29.335000</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_VE11C_LATEST_20160120</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.993313, 0.0187448, 0.113918, -0.0353816, 0.988677, 0.145827]</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-05_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.0945946</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4174, -7757, -7287, 656, 17, -142, 47, 49]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.362</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>00f1eb9c-9c21-4558-8cf5-69bf9344ad84||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6649868488311768, -0.09492626041173935, 0.29671674966812134, 110.30409240722656], [-0.0502910353243351, 2.6525485515594482, 0.4019835293292999, -99.29570007324219], [0.3056349754333496, -0.39124393463134766, 2.653369188308716, -60.849605560302734], [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': ['101229.335000', '101229.795000', '101230.255000', '101230.715000', '101231.175000', '101231.635000', '101232.095000', '101232.555000', '101233.015000', '101233.475000', '101233.935000', '101234.395000', '101234.855000', '101235.315000', '101235.775000', '101236.235000', '101236.695000', '101237.155000', '101237.615000', '101238.075000', '101238.535000', '101238.995000', '101239.455000', '101239.915000', '101240.375000', '101240.835000', '101241.295000', '101241.755000', '101242.215000', '101242.675000', '101243.135000', '101243.595000', '101244.055000', '101244.515000', '101244.975000', '101245.435000', '101245.895000', '101246.355000', '101246.815000', '101247.275000', '101247.735000', '101248.195000', '101248.655000', '101249.115000', '101249.575000', '101250.035000', '101250.495000', '101250.955000', '101251.415000', '101251.875000', '101252.335000', '101252.795000', '101253.255000', '101253.715000', '101254.175000', '101254.635000', '101255.095000', '101255.555000', '101256.015000', '101256.475000', '101256.935000', '101257.395000', '101257.855000', '101258.315000', '101258.775000', '101259.235000', '101259.695000', '101300.155000', '101300.615000', '101301.075000', '101301.535000', '101301.995000', '101302.455000', '101302.915000', '101303.375000', '101303.835000', '101304.295000', '101304.755000', '101305.215000', '101305.675000', '101306.135000', '101306.595000', '101307.055000', '101307.515000', '101307.975000', '101308.435000', '101308.895000', '101309.355000', '101309.815000', '101310.275000', '101310.735000', '101311.195000', '101311.655000', '101312.115000', '101312.575000', '101313.035000', '101313.495000', '101313.955000', '101314.415000', '101314.875000', '101315.335000', '101315.795000', '101316.255000', '101316.715000', '101317.175000', '101317.635000', '101318.095000', '101318.555000', '101319.015000', '101319.475000', '101319.935000', '101320.395000', '101320.855000', '101321.315000', '101321.775000', '101322.235000', '101322.695000', '101323.155000', '101323.615000', '101324.075000', '101324.535000', '101324.995000', '101325.455000', '101325.915000', '101326.375000', '101326.835000', '101327.295000', '101327.755000', '101328.215000', '101328.675000', '101329.135000', '101329.595000', '101330.055000', '101330.515000', '101330.975000', '101331.435000', '101331.895000', '101332.355000', '101332.815000', '101333.275000', '101333.735000', '101334.195000', '101334.655000', '101335.115000', '101335.575000', '101336.035000', '101336.495000', '101336.955000', '101337.415000', '101337.875000', '101338.335000', '101338.795000', '101339.255000', '101339.715000', '101340.175000', '101340.635000', '101341.095000', '101341.555000', '101342.015000', '101342.475000', '101342.935000', '101343.395000', '101343.855000', '101344.315000', '101344.775000', '101345.235000', '101345.695000', '101346.155000', '101346.615000', '101347.075000', '101347.535000', '101347.995000', '101348.455000', '101348.915000', '101349.375000', '101349.835000', '101350.295000', '101350.755000', '101351.215000', '101351.675000', '101352.135000', '101352.595000', '101353.055000', '101353.515000', '101353.975000', '101354.435000', '101354.895000', '101355.355000', '101355.815000', '101356.275000', '101356.735000', '101357.195000', '101357.655000', '101358.115000', '101358.575000', '101359.035000', '101359.495000', '101359.955000', '101400.415000', '101400.875000', '101401.335000', '101401.795000', '101402.255000', '101402.715000', '101403.175000', '101403.635000', '101404.095000', '101404.555000', '101405.015000', '101405.475000', '101405.935000', '101406.395000', '101406.855000', '101407.315000', '101407.775000', '101408.235000', '101408.695000', '101409.155000', '101409.615000', '101410.075000', '101410.535000', '101410.995000', '101411.455000', '101411.915000', '101412.375000', '101412.835000', '101413.295000', '101413.755000', '101414.215000', '101414.675000', '101415.135000', '101415.595000', '101416.055000', '101416.515000', '101416.975000', '101417.435000', '101417.895000', '101418.355000', '101418.815000', '101419.275000', '101419.735000', '101420.195000', '101420.655000', '101421.115000', '101421.575000', '101422.035000', '101422.495000', '101422.955000', '101423.415000', '101423.875000', '101424.335000', '101424.795000', '101425.255000', '101425.715000', '101426.175000', '101426.635000', '101427.095000', '101427.555000', '101428.015000', '101428.475000', '101428.935000', '101429.395000', '101429.855000', '101430.315000', '101430.775000', '101431.235000', '101431.695000', '101432.155000', '101432.615000', '101433.075000', '101433.535000', '101433.995000', '101434.455000', '101434.915000', '101435.375000', '101435.835000', '101436.295000', '101436.755000', '101437.215000', '101437.675000', '101438.135000', '101438.595000', '101439.055000', '101439.515000', '101439.975000', '101440.435000', '101440.895000', '101441.355000', '101441.815000', '101442.275000', '101442.735000', '101443.195000', '101443.655000', '101444.115000', '101444.575000', '101445.035000', '101445.495000', '101445.955000', '101446.415000', '101446.875000', '101447.335000', '101447.795000', '101448.255000', '101448.715000', '101449.175000', '101449.635000', '101450.095000', '101450.555000', '101451.015000', '101451.475000', '101451.935000', '101452.395000', '101452.855000', '101453.315000', '101453.775000', '101454.235000', '101454.695000', '101455.155000', '101455.615000', '101456.075000', '101456.535000', '101456.995000', '101457.455000', '101457.915000', '101458.375000', '101458.835000', '101459.295000', '101459.755000', '101500.215000', '101500.675000', '101501.135000', '101501.595000', '101502.055000', '101502.515000', '101502.975000', '101503.435000', '101503.895000', '101504.355000', '101504.815000', '101505.275000', '101505.735000', '101506.195000', '101506.655000', '101507.115000', '101507.575000', '101508.035000', '101508.495000', '101508.955000', '101509.415000', '101509.875000', '101510.335000', '101510.795000', '101511.255000', '101511.715000', '101512.175000', '101512.635000', '101513.095000', '101513.555000', '101514.015000', '101514.475000', '101514.935000', '101515.395000', '101515.855000', '101516.315000', '101516.775000', '101517.235000', '101517.695000', '101518.155000', '101518.615000', '101519.075000', '101519.535000', '101519.995000', '101520.455000', '101520.915000', '101521.375000', '101521.835000', '101522.295000', '101522.755000', '101523.215000', '101523.675000', '101524.135000', '101524.595000', '101525.055000', '101525.515000', '101525.975000', '101526.435000', '101526.895000', '101527.355000', '101527.815000', '101528.275000', '101528.735000', '101529.195000', '101529.655000', '101530.115000', '101530.575000', '101531.035000', '101531.495000', '101531.955000', '101532.415000', '101532.875000', '101533.335000', '101533.795000', '101534.255000', '101534.715000', '101535.175000', '101535.635000', '101536.095000', '101536.555000', '101537.015000', '101537.475000', '101537.935000', '101538.395000', '101538.855000', '101539.315000', '101539.775000', '101540.235000', '101540.695000', '101541.155000', '101541.615000', '101542.075000', '101542.535000', '101542.995000', '101543.455000', '101543.915000', '101544.375000', '101544.835000', '101545.295000', '101545.755000', '101546.215000', '101546.675000', '101547.135000', '101547.595000', '101548.055000', '101548.515000', '101548.975000', '101549.435000', '101549.895000', '101550.355000', '101550.815000', '101551.275000', '101551.735000', '101552.195000', '101552.655000', '101553.115000', '101553.575000', '101554.035000', '101554.495000', '101554.955000', '101555.415000', '101555.875000', '101556.335000', '101556.795000', '101557.255000', '101557.715000', '101558.175000', '101558.635000', '101559.095000', '101559.555000', '101600.015000', '101600.475000', '101600.935000', '101601.395000', '101601.855000', '101602.315000', '101602.775000', '101603.235000', '101603.695000', '101604.155000', '101604.615000', '101605.075000', '101605.535000', '101605.995000', '101606.455000', '101606.915000', '101607.375000', '101607.835000', '101608.295000', '101608.755000', '101609.215000', '101609.675000', '101610.135000', '101610.595000', '101611.055000', '101611.515000', '101611.975000', '101612.435000', '101612.895000', '101613.355000', '101613.815000', '101614.275000', '101614.735000', '101615.195000', '101615.655000', '101616.115000', '101616.575000', '101617.035000', '101617.495000', '101617.955000', '101618.415000', '101618.875000', '101619.335000', '101619.795000', '101620.255000', '101620.715000', '101621.175000', '101621.635000', '101622.095000', '101622.555000', '101623.015000', '101623.475000', '101623.935000', '101624.395000', '101624.855000', '101625.315000', '101625.775000', '101626.235000', '101626.695000', '101627.155000', '101627.615000', '101628.075000', '101628.535000', '101628.995000', '101629.455000', '101629.915000', '101630.375000', '101630.835000', '101631.295000', '101631.755000', '101632.215000', '101632.675000', '101633.135000', '101633.595000', '101634.055000', '101634.515000', '101634.975000', '101635.435000', '101635.895000', '101636.355000', '101636.815000', '101637.275000', '101637.735000', '101638.195000', '101638.655000', '101639.115000', '101639.575000', '101640.035000', '101640.495000', '101640.955000', '101641.415000', '101641.875000', '101642.335000', '101642.795000', '101643.255000', '101643.715000', '101644.175000', '101644.635000', '101645.095000', '101645.555000', '101646.015000', '101646.475000', '101646.935000', '101647.395000', '101647.855000', '101648.315000', '101648.775000', '101649.235000', '101649.695000', '101650.155000', '101650.615000', '101651.075000', '101651.535000', '101651.995000', '101652.455000', '101652.915000', '101653.375000', '101653.835000', '101654.295000', '101654.755000', '101655.215000', '101655.675000', '101656.135000', '101656.595000', '101657.055000', '101657.515000', '101657.975000', '101658.435000', '101658.895000', '101659.355000', '101659.815000', '101700.275000', '101700.735000', '101701.195000', '101701.655000', '101702.115000', '101702.575000', '101703.035000', '101703.495000', '101703.955000', '101704.415000', '101704.875000', '101705.335000', '101705.795000', '101706.255000', '101706.715000', '101707.175000', '101707.635000', '101708.095000', '101708.555000', '101709.015000', '101709.475000', '101709.935000', '101710.395000', '101710.855000', '101711.315000', '101711.775000', '101712.235000', '101712.695000', '101713.155000', '101713.615000', '101714.075000', '101714.535000', '101714.995000', '101715.455000', '101715.915000', '101716.375000', '101716.835000', '101717.295000', '101717.755000', '101718.215000', '101718.675000', '101719.135000', '101719.595000', '101720.055000', '101720.515000', '101720.975000', '101721.435000', '101721.895000', '101722.355000', '101722.815000', '101723.275000', '101723.735000', '101724.195000', '101724.655000', '101725.115000', '101725.575000', '101726.035000', '101726.495000', '101726.955000', '101727.415000', '101727.875000', '101728.335000', '101728.795000', '101729.255000', '101729.715000', '101730.175000', '101730.635000', '101731.095000', '101731.555000', '101732.015000', '101732.475000', '101732.935000', '101733.395000', '101733.855000', '101734.315000', '101734.775000', '101735.235000', '101735.695000', '101736.155000', '101736.615000', '101737.075000', '101737.535000', '101737.995000', '101738.455000', '101738.915000', '101739.375000', '101739.835000', '101740.295000', '101740.755000', '101741.215000', '101741.675000', '101742.135000', '101742.595000', '101743.055000', '101743.515000', '101743.975000', '101744.435000', '101744.895000', '101745.355000', '101745.815000', '101746.275000', '101746.735000', '101747.195000', '101747.655000', '101748.115000', '101748.575000', '101749.035000', '101749.495000', '101749.955000', '101750.415000', '101750.875000', '101751.335000', '101751.795000', '101752.255000', '101752.715000', '101753.175000', '101753.635000', '101754.095000', '101754.555000', '101755.015000', '101755.475000', '101755.935000', '101756.395000', '101756.855000', '101757.315000', '101757.775000', '101758.235000', '101758.695000', '101759.155000', '101759.615000', '101800.075000', '101800.535000', '101800.995000', '101801.455000', '101801.915000', '101802.375000', '101802.835000', '101803.295000', '101803.755000', '101804.215000', '101804.675000', '101805.135000', '101805.595000', '101806.055000', '101806.515000', '101806.975000', '101807.435000', '101807.895000', '101808.355000', '101808.815000', '101809.275000', '101809.735000', '101810.195000', '101810.655000', '101811.115000', '101811.575000', '101812.035000', '101812.495000', '101812.955000', '101813.415000', '101813.875000', '101814.335000', '101814.795000', '101815.255000', '101815.715000', '101816.175000', '101816.635000', '101817.095000', '101817.555000', '101818.015000', '101818.475000', '101818.935000', '101819.395000', '101819.855000', '101820.315000', '101820.775000', '101821.235000', '101821.695000', '101822.155000', '101822.615000', '101823.075000', '101823.535000', '101823.995000', '101824.455000', '101824.915000', '101825.375000', '101825.835000', '101826.295000', '101826.755000', '101827.215000', '101827.675000', '101828.135000', '101828.595000', '101829.055000', '101829.515000', '101829.975000', '101830.435000', '101830.895000', '101831.355000', '101831.815000', '101832.275000', '101832.735000', '101833.195000', '101833.655000', '101834.115000', '101834.575000', '101835.035000', '101835.495000', '101835.955000', '101836.415000', '101836.875000', '101837.335000', '101837.795000', '101838.255000', '101838.715000', '101839.175000', '101839.635000', '101840.095000', '101840.555000', '101841.015000', '101841.475000', '101841.935000', '101842.395000', '101842.855000', '101843.315000', '101843.775000', '101844.235000', '101844.695000', '101845.155000', '101845.615000', '101846.075000', '101846.535000', '101846.995000', '101847.455000', '101847.915000', '101848.375000', '101848.835000', '101849.295000', '101849.755000', '101850.215000', '101850.675000', '101851.135000', '101851.595000', '101852.055000', '101852.515000', '101852.975000', '101853.435000', '101853.895000', '101854.355000', '101854.815000', '101855.275000', '101855.735000', '101856.195000', '101856.655000', '101857.115000', '101857.575000', '101858.035000', '101858.495000', '101858.955000', '101859.415000', '101859.875000', '101900.335000', '101900.795000', '101901.255000', '101901.715000', '101902.175000', '101902.635000', '101903.095000', '101903.555000', '101904.015000', '101904.475000', '101904.935000', '101905.395000', '101905.855000', '101906.315000', '101906.775000', '101907.235000', '101907.695000', '101908.155000', '101908.615000', '101909.075000', '101909.535000', '101909.995000'], 'ContentTime': ['101250.018000', '101250.021000', '101250.024000', '101250.027000', '101250.030000', '101250.040000', '101250.043000', '101250.046000', '101250.049000', '101250.051000', '101250.054000', '101250.057000', '101250.068000', '101250.071000', '101250.074000', '101250.076000', '101250.079000', '101250.082000', '101250.085000', '101250.088000', '101250.091000', '101250.094000', '101250.097000', '101250.101000', '101250.104000', '101250.107000', '101250.110000', '101250.112000', '101250.115000', '101250.118000', '101250.121000', '101250.124000', '101250.127000', '101250.130000', '101250.133000', '101250.136000', '101250.144000', '101250.147000', '101250.149000', '101250.152000', '101250.155000', '101250.158000', '101309.976000', '101309.979000', '101309.982000', '101309.984000', '101309.987000', '101309.990000', '101309.993000', '101309.996000', '101310.000000', '101310.003000', '101310.006000', '101310.009000', '101310.015000', '101310.019000', '101310.021000', '101310.024000', '101310.027000', '101310.030000', '101310.033000', '101310.036000', '101310.039000', '101310.042000', '101310.045000', '101310.048000', '101310.050000', '101310.053000', '101310.056000', '101310.059000', '101310.062000', '101310.065000', '101310.068000', '101310.071000', '101310.074000', '101310.077000', '101310.080000', '101310.082000', '101310.085000', '101310.088000', '101310.091000', '101310.094000', '101310.097000', '101310.100000', '101310.103000', '101310.106000', '101329.976000', '101329.979000', '101329.982000', '101329.985000', '101329.987000', '101329.990000', '101329.993000', '101329.996000', '101330.000000', '101330.003000', '101330.006000', '101330.009000', '101330.021000', '101330.024000', '101330.027000', '101330.029000', '101330.032000', '101330.035000', '101330.038000', '101330.041000', '101330.044000', '101330.047000', '101330.050000', '101330.053000', '101330.055000', '101330.058000', '101330.061000', '101330.064000', '101330.074000', '101330.077000', '101330.080000', '101330.083000', '101330.086000', '101330.089000', '101330.092000', '101330.095000', '101330.098000', '101330.100000', '101330.103000', '101330.115000', '101330.118000', '101330.121000', '101330.124000', '101349.976000', '101349.979000', '101349.982000', '101349.985000', '101349.987000', '101349.990000', '101349.993000', '101349.996000', '101350.000000', '101350.003000', '101350.006000', '101350.009000', '101350.012000', '101350.015000', '101350.018000', '101350.021000', '101350.033000', '101350.036000', '101350.039000', '101350.042000', '101350.045000', '101350.048000', '101350.051000', '101350.054000', '101350.057000', '101350.059000', '101350.062000', '101350.065000', '101350.068000', '101350.071000', '101350.074000', '101350.077000', '101350.080000', '101350.083000', '101350.085000', '101350.088000', '101350.091000', '101350.094000', '101350.097000', '101350.100000', '101350.103000', '101350.106000', '101350.116000', '101350.119000', '101409.977000', '101409.980000', '101409.983000', '101409.986000', '101409.989000', '101409.992000', '101409.995000', '101409.997000', '101410.001000', '101410.004000', '101410.007000', '101410.010000', '101410.013000', '101410.016000', '101410.019000', '101410.022000', '101410.025000', '101410.028000', '101410.031000', '101410.033000', '101410.036000', '101410.039000', '101410.051000', '101410.054000', '101410.057000', '101410.060000', '101410.062000', '101410.065000', '101410.068000', '101410.071000', '101410.074000', '101410.077000', '101410.080000', '101410.088000', '101410.091000', '101410.094000', '101410.097000', '101410.100000', '101410.103000', '101410.106000', '101410.109000', '101410.111000', '101410.114000', '101429.976000', '101429.979000', '101429.991000', '101429.994000', '101429.997000', '101430.001000', '101430.004000', '101430.007000', '101430.009000', '101430.012000', '101430.015000', '101430.018000', '101430.021000', '101430.024000', '101430.027000', '101430.030000', '101430.032000', '101430.035000', '101430.038000', '101430.041000', '101430.044000', '101430.047000', '101430.050000', '101430.053000', '101430.056000', '101430.059000', '101430.062000', '101430.064000', '101430.067000', '101430.070000', '101430.073000', '101430.076000', '101430.079000', '101430.082000', '101430.085000', '101430.088000', '101430.091000', '101430.094000', '101430.097000', '101430.100000', '101430.102000', '101430.105000', '101430.108000', '101449.976000', '101449.979000', '101449.982000', '101449.985000', '101449.988000', '101449.991000', '101449.994000', '101449.996000', '101450.000000', '101450.003000', '101450.006000', '101450.009000', '101450.012000', '101450.015000', '101450.018000', '101450.021000', '101450.024000', '101450.027000', '101450.030000', '101450.032000', '101450.035000', '101450.038000', '101450.041000', '101450.044000', '101450.047000', '101450.050000', '101450.053000', '101450.056000', '101450.059000', '101450.062000', '101450.073000', '101450.076000', '101450.079000', '101450.082000', '101450.085000', '101450.087000', '101450.090000', '101450.093000', '101450.096000', '101450.099000', '101450.102000', '101450.105000', '101450.108000', '101450.111000', '101509.976000', '101509.979000', '101509.982000', '101509.985000', '101509.988000', '101509.991000', '101509.994000', '101509.997000', '101510.011000', '101510.014000', '101510.018000', '101510.021000', '101510.024000', '101510.027000', '101510.030000', '101510.033000', '101510.036000', '101510.039000', '101510.042000', '101510.044000', '101510.047000', '101510.050000', '101510.053000', '101510.056000', '101510.059000', '101510.062000', '101510.065000', '101510.068000', '101510.071000', '101510.074000', '101510.077000', '101510.080000', '101510.082000', '101510.085000', '101510.088000', '101510.091000', '101510.094000', '101510.097000', '101510.100000', '101510.103000', '101510.106000', '101510.108000', '101510.111000', '101529.976000', '101529.979000', '101529.982000', '101529.985000', '101529.988000', '101529.990000', '101529.993000', '101529.996000', '101530.000000', '101530.003000', '101530.006000', '101530.009000', '101530.012000', '101530.015000', '101530.018000', '101530.021000', '101530.024000', '101530.027000', '101530.029000', '101530.032000', '101530.035000', '101530.038000', '101530.041000', '101530.044000', '101530.047000', '101530.050000', '101530.053000', '101530.056000', '101530.059000', '101530.061000', '101530.064000', '101530.067000', '101530.070000', '101530.073000', '101530.076000', '101530.079000', '101530.082000', '101530.085000', '101530.087000', '101530.090000', '101530.093000', '101530.096000', '101530.099000', '101530.102000', '101549.976000', '101549.979000', '101549.982000', '101549.985000', '101549.988000', '101549.991000', '101549.994000', '101549.997000', '101550.001000', '101550.004000', '101550.007000', '101550.009000', '101550.012000', '101550.015000', '101550.018000', '101550.021000', '101550.024000', '101550.027000', '101550.030000', '101550.033000', '101550.037000', '101550.039000', '101550.042000', '101550.045000', '101550.048000', '101550.051000', '101550.054000', '101550.057000', '101550.060000', '101550.063000', '101550.066000', '101550.069000', '101550.072000', '101550.074000', '101550.077000', '101550.080000', '101550.083000', '101550.086000', '101550.089000', '101550.092000', '101550.102000', '101550.105000', '101550.107000', '101609.976000', '101609.979000', '101609.982000', '101609.985000', '101609.988000', '101609.991000', '101609.994000', '101609.997000', '101610.000000', '101610.003000', '101610.006000', '101610.009000', '101610.012000', '101610.015000', '101610.018000', '101610.021000', '101610.024000', '101610.027000', '101610.030000', '101610.033000', '101610.036000', '101610.038000', '101610.041000', '101610.044000', '101610.047000', '101610.050000', '101610.053000', '101610.056000', '101610.059000', '101610.062000', '101610.065000', '101610.068000', '101610.071000', '101610.074000', '101610.077000', '101610.080000', '101610.082000', '101610.085000', '101610.088000', '101610.091000', '101610.102000', '101610.105000', '101610.108000', '101610.111000', '101629.977000', '101629.981000', '101629.983000', '101629.986000', '101629.998000', '101630.002000', '101630.005000', '101630.008000', '101630.011000', '101630.014000', '101630.017000', '101630.020000', '101630.022000', '101630.025000', '101630.029000', '101630.032000', '101630.034000', '101630.038000', '101630.040000', '101630.043000', '101630.046000', '101630.049000', '101630.052000', '101630.055000', '101630.058000', '101630.061000', '101630.064000', '101630.067000', '101630.070000', '101630.073000', '101630.076000', '101630.079000', '101630.082000', '101630.085000', '101630.088000', '101630.091000', '101630.094000', '101630.096000', '101630.099000', '101630.102000', '101630.105000', '101630.108000', '101630.111000', '101649.976000', '101649.979000', '101649.982000', '101649.985000', '101649.988000', '101649.991000', '101649.994000', '101649.997000', '101650.001000', '101650.003000', '101650.007000', '101650.009000', '101650.012000', '101650.015000', '101650.018000', '101650.021000', '101650.024000', '101650.027000', '101650.030000', '101650.033000', '101650.036000', '101650.039000', '101650.042000', '101650.045000', '101650.048000', '101650.050000', '101650.053000', '101650.056000', '101650.059000', '101650.062000', '101650.065000', '101650.068000', '101650.071000', '101650.074000', '101650.077000', '101650.080000', '101650.083000', '101650.086000', '101650.089000', '101650.092000', '101650.094000', '101650.097000', '101650.100000', '101650.103000', '101709.976000', '101709.979000', '101709.982000', '101709.985000', '101709.988000', '101709.991000', '101709.994000', '101709.997000', '101710.001000', '101710.003000', '101710.006000', '101710.009000', '101710.012000', '101710.015000', '101710.018000', '101710.021000', '101710.024000', '101710.027000', '101710.030000', '101710.033000', '101710.036000', '101710.039000', '101710.042000', '101710.045000', '101710.048000', '101710.050000', '101710.053000', '101710.056000', '101710.059000', '101710.062000', '101710.065000', '101710.068000', '101710.079000', '101710.083000', '101710.085000', '101710.088000', '101710.091000', '101710.094000', '101710.097000', '101710.100000', '101710.103000', '101710.106000', '101710.109000', '101729.976000', '101729.979000', '101729.982000', '101729.985000', '101729.988000', '101729.991000', '101729.994000', '101729.997000', '101730.001000', '101730.004000', '101730.007000', '101730.009000', '101730.012000', '101730.015000', '101730.018000', '101730.021000', '101730.024000', '101730.027000', '101730.030000', '101730.033000', '101730.036000', '101730.039000', '101730.042000', '101730.044000', '101730.047000', '101730.050000', '101730.053000', '101730.056000', '101730.059000', '101730.062000', '101730.065000', '101730.068000', '101730.071000', '101730.073000', '101730.076000', '101730.079000', '101730.082000', '101730.085000', '101730.088000', '101730.091000', '101730.094000', '101730.097000', '101730.100000', '101730.102000', '101749.976000', '101749.979000', '101749.982000', '101749.985000', '101749.988000', '101749.991000', '101749.994000', '101749.997000', '101750.001000', '101750.003000', '101750.006000', '101750.009000', '101750.014000', '101750.017000', '101750.020000', '101750.023000', '101750.026000', '101750.029000', '101750.032000', '101750.035000', '101750.037000', '101750.040000', '101750.043000', '101750.046000', '101750.049000', '101750.052000', '101750.055000', '101750.058000', '101750.061000', '101750.064000', '101750.067000', '101750.070000', '101750.073000', '101750.076000', '101750.079000', '101750.082000', '101750.085000', '101750.088000', '101750.091000', '101750.094000', '101750.097000', '101750.100000', '101750.102000', '101809.976000', '101809.979000', '101809.982000', '101809.985000', '101809.988000', '101809.991000', '101809.994000', '101809.997000', '101810.001000', '101810.003000', '101810.006000', '101810.009000', '101810.012000', '101810.015000', '101810.018000', '101810.033000', '101810.036000', '101810.039000', '101810.042000', '101810.045000', '101810.048000', '101810.050000', '101810.053000', '101810.056000', '101810.059000', '101810.062000', '101810.065000', '101810.068000', '101810.071000', '101810.083000', '101810.088000', '101810.091000', '101810.094000', '101810.097000', '101810.099000', '101810.103000', '101810.105000', '101810.108000', '101810.111000', '101810.114000', '101810.117000', '101810.120000', '101810.123000', '101810.126000', '101829.976000', '101829.979000', '101829.982000', '101829.985000', '101829.988000', '101829.991000', '101829.994000', '101829.997000', '101830.001000', '101830.004000', '101830.006000', '101830.009000', '101830.012000', '101830.015000', '101830.018000', '101830.021000', '101830.024000', '101830.027000', '101830.030000', '101830.033000', '101830.035000', '101830.038000', '101830.041000', '101830.044000', '101830.047000', '101830.050000', '101830.053000', '101830.056000', '101830.059000', '101830.062000', '101830.065000', '101830.068000', '101830.070000', '101830.073000', '101830.076000', '101830.079000', '101830.082000', '101830.085000', '101830.088000', '101830.091000', '101830.094000', '101830.097000', '101830.100000', '101849.977000', '101849.980000', '101849.983000', '101849.986000', '101849.989000', '101849.992000', '101849.995000', '101849.998000', '101850.002000', '101850.005000', '101850.008000', '101850.010000', '101850.013000', '101850.016000', '101850.019000', '101850.022000', '101850.025000', '101850.028000', '101850.031000', '101850.034000', '101850.036000', '101850.039000', '101850.042000', '101850.045000', '101850.048000', '101850.051000', '101850.054000', '101850.057000', '101850.060000', '101850.063000', '101850.066000', '101850.069000', '101850.071000', '101850.074000', '101850.077000', '101850.080000', '101850.083000', '101850.086000', '101850.089000', '101850.097000', '101850.100000', '101850.102000', '101850.106000', '101850.108000', '101909.976000', '101909.979000', '101909.982000', '101909.985000', '101909.988000', '101909.991000', '101909.994000', '101909.996000', '101910.000000', '101910.003000', '101910.006000', '101910.009000', '101910.012000', '101910.015000', '101910.018000', '101910.021000', '101910.024000', '101910.027000', '101910.030000', '101910.032000', '101910.035000', '101910.038000', '101910.041000', '101910.044000', '101910.047000', '101910.051000', '101910.054000', '101910.057000', '101910.060000', '101910.063000', '101910.066000', '101910.068000', '101910.071000', '101910.074000', '101910.077000', '101910.080000', '101910.083000', '101910.086000', '101910.089000', '101910.092000', '101910.095000', '101910.097000', '101910.100000', '101911.560000', '101911.564000', '101911.568000', '101911.571000'], 'InstanceCreationTime': ['101250.018000', '101250.021000', '101250.024000', '101250.027000', '101250.030000', '101250.040000', '101250.043000', '101250.046000', '101250.049000', '101250.051000', '101250.054000', '101250.057000', '101250.068000', '101250.071000', '101250.074000', '101250.076000', '101250.079000', '101250.082000', '101250.085000', '101250.088000', '101250.091000', '101250.094000', '101250.097000', '101250.101000', '101250.104000', '101250.107000', '101250.110000', '101250.112000', '101250.115000', '101250.118000', '101250.121000', '101250.124000', '101250.127000', '101250.130000', '101250.133000', '101250.136000', '101250.144000', '101250.147000', '101250.149000', '101250.152000', '101250.155000', '101250.158000', '101309.976000', '101309.979000', '101309.982000', '101309.984000', '101309.987000', '101309.990000', '101309.993000', '101309.996000', '101310.000000', '101310.003000', '101310.006000', '101310.009000', '101310.015000', '101310.019000', '101310.021000', '101310.024000', '101310.027000', '101310.030000', '101310.033000', '101310.036000', '101310.039000', '101310.042000', '101310.045000', '101310.048000', '101310.050000', '101310.053000', '101310.056000', '101310.059000', '101310.062000', '101310.065000', '101310.068000', '101310.071000', '101310.074000', '101310.077000', '101310.080000', '101310.082000', '101310.085000', '101310.088000', '101310.091000', '101310.094000', '101310.097000', '101310.100000', '101310.103000', '101310.106000', '101329.976000', '101329.979000', '101329.982000', '101329.985000', '101329.987000', '101329.990000', '101329.993000', '101329.996000', '101330.000000', '101330.003000', '101330.006000', '101330.009000', '101330.021000', '101330.024000', '101330.027000', '101330.029000', '101330.032000', '101330.035000', '101330.038000', '101330.041000', '101330.044000', '101330.047000', '101330.050000', '101330.053000', '101330.055000', '101330.058000', '101330.061000', '101330.064000', '101330.074000', '101330.077000', '101330.080000', '101330.083000', '101330.086000', '101330.089000', '101330.092000', '101330.095000', '101330.098000', '101330.100000', '101330.103000', '101330.115000', '101330.118000', '101330.121000', '101330.124000', '101349.976000', '101349.979000', '101349.982000', '101349.985000', '101349.987000', '101349.990000', '101349.993000', '101349.996000', '101350.000000', '101350.003000', '101350.006000', '101350.009000', '101350.012000', '101350.015000', '101350.018000', '101350.021000', '101350.033000', '101350.036000', '101350.039000', '101350.042000', '101350.045000', '101350.048000', '101350.051000', '101350.054000', '101350.057000', '101350.059000', '101350.062000', '101350.065000', '101350.068000', '101350.071000', '101350.074000', '101350.077000', '101350.080000', '101350.083000', '101350.085000', '101350.088000', '101350.091000', '101350.094000', '101350.097000', '101350.100000', '101350.103000', '101350.106000', '101350.116000', '101350.119000', '101409.977000', '101409.980000', '101409.983000', '101409.986000', '101409.989000', '101409.992000', '101409.995000', '101409.997000', '101410.001000', '101410.004000', '101410.007000', '101410.010000', '101410.013000', '101410.016000', '101410.019000', '101410.022000', '101410.025000', '101410.028000', '101410.031000', '101410.033000', '101410.036000', '101410.039000', '101410.051000', '101410.054000', '101410.057000', '101410.060000', '101410.062000', '101410.065000', '101410.068000', '101410.071000', '101410.074000', '101410.077000', '101410.080000', '101410.088000', '101410.091000', '101410.094000', '101410.097000', '101410.100000', '101410.103000', '101410.106000', '101410.109000', '101410.111000', '101410.114000', '101429.976000', '101429.979000', '101429.991000', '101429.994000', '101429.997000', '101430.001000', '101430.004000', '101430.007000', '101430.009000', '101430.012000', '101430.015000', '101430.018000', '101430.021000', '101430.024000', '101430.027000', '101430.030000', '101430.032000', '101430.035000', '101430.038000', '101430.041000', '101430.044000', '101430.047000', '101430.050000', '101430.053000', '101430.056000', '101430.059000', '101430.062000', '101430.064000', '101430.067000', '101430.070000', '101430.073000', '101430.076000', '101430.079000', '101430.082000', '101430.085000', '101430.088000', '101430.091000', '101430.094000', '101430.097000', '101430.100000', '101430.102000', '101430.105000', '101430.108000', '101449.976000', '101449.979000', '101449.982000', '101449.985000', '101449.988000', '101449.991000', '101449.994000', '101449.996000', '101450.000000', '101450.003000', '101450.006000', '101450.009000', '101450.012000', '101450.015000', '101450.018000', '101450.021000', '101450.024000', '101450.027000', '101450.030000', '101450.032000', '101450.035000', '101450.038000', '101450.041000', '101450.044000', '101450.047000', '101450.050000', '101450.053000', '101450.056000', '101450.059000', '101450.062000', '101450.073000', '101450.076000', '101450.079000', '101450.082000', '101450.085000', '101450.087000', '101450.090000', '101450.093000', '101450.096000', '101450.099000', '101450.102000', '101450.105000', '101450.108000', '101450.111000', '101509.976000', '101509.979000', '101509.982000', '101509.985000', '101509.988000', '101509.991000', '101509.994000', '101509.997000', '101510.011000', '101510.014000', '101510.018000', '101510.021000', '101510.024000', '101510.027000', '101510.030000', '101510.033000', '101510.036000', '101510.039000', '101510.042000', '101510.044000', '101510.047000', '101510.050000', '101510.053000', '101510.056000', '101510.059000', '101510.062000', '101510.065000', '101510.068000', '101510.071000', '101510.074000', '101510.077000', '101510.080000', '101510.082000', '101510.085000', '101510.088000', '101510.091000', '101510.094000', '101510.097000', '101510.100000', '101510.103000', '101510.106000', '101510.108000', '101510.111000', '101529.976000', '101529.979000', '101529.982000', '101529.985000', '101529.988000', '101529.990000', '101529.993000', '101529.996000', '101530.000000', '101530.003000', '101530.006000', '101530.009000', '101530.012000', '101530.015000', '101530.018000', '101530.021000', '101530.024000', '101530.027000', '101530.029000', '101530.032000', '101530.035000', '101530.038000', '101530.041000', '101530.044000', '101530.047000', '101530.050000', '101530.053000', '101530.056000', '101530.059000', '101530.061000', '101530.064000', '101530.067000', '101530.070000', '101530.073000', '101530.076000', '101530.079000', '101530.082000', '101530.085000', '101530.087000', '101530.090000', '101530.093000', '101530.096000', '101530.099000', '101530.102000', '101549.976000', '101549.979000', '101549.982000', '101549.985000', '101549.988000', '101549.991000', '101549.994000', '101549.997000', '101550.001000', '101550.004000', '101550.007000', '101550.009000', '101550.012000', '101550.015000', '101550.018000', '101550.021000', '101550.024000', '101550.027000', '101550.030000', '101550.033000', '101550.037000', '101550.039000', '101550.042000', '101550.045000', '101550.048000', '101550.051000', '101550.054000', '101550.057000', '101550.060000', '101550.063000', '101550.066000', '101550.069000', '101550.072000', '101550.074000', '101550.077000', '101550.080000', '101550.083000', '101550.086000', '101550.089000', '101550.092000', '101550.102000', '101550.105000', '101550.107000', '101609.976000', '101609.979000', '101609.982000', '101609.985000', '101609.988000', '101609.991000', '101609.994000', '101609.997000', '101610.000000', '101610.003000', '101610.006000', '101610.009000', '101610.012000', '101610.015000', '101610.018000', '101610.021000', '101610.024000', '101610.027000', '101610.030000', '101610.033000', '101610.036000', '101610.038000', '101610.041000', '101610.044000', '101610.047000', '101610.050000', '101610.053000', '101610.056000', '101610.059000', '101610.062000', '101610.065000', '101610.068000', '101610.071000', '101610.074000', '101610.077000', '101610.080000', '101610.082000', '101610.085000', '101610.088000', '101610.091000', '101610.102000', '101610.105000', '101610.108000', '101610.111000', '101629.977000', '101629.981000', '101629.983000', '101629.986000', '101629.998000', '101630.002000', '101630.005000', '101630.008000', '101630.011000', '101630.014000', '101630.017000', '101630.020000', '101630.022000', '101630.025000', '101630.029000', '101630.032000', '101630.034000', '101630.038000', '101630.040000', '101630.043000', '101630.046000', '101630.049000', '101630.052000', '101630.055000', '101630.058000', '101630.061000', '101630.064000', '101630.067000', '101630.070000', '101630.073000', '101630.076000', '101630.079000', '101630.082000', '101630.085000', '101630.088000', '101630.091000', '101630.094000', '101630.096000', '101630.099000', '101630.102000', '101630.105000', '101630.108000', '101630.111000', '101649.976000', '101649.979000', '101649.982000', '101649.985000', '101649.988000', '101649.991000', '101649.994000', '101649.997000', '101650.001000', '101650.003000', '101650.007000', '101650.009000', '101650.012000', '101650.015000', '101650.018000', '101650.021000', '101650.024000', '101650.027000', '101650.030000', '101650.033000', '101650.036000', '101650.039000', '101650.042000', '101650.045000', '101650.048000', '101650.050000', '101650.053000', '101650.056000', '101650.059000', '101650.062000', '101650.065000', '101650.068000', '101650.071000', '101650.074000', '101650.077000', '101650.080000', '101650.083000', '101650.086000', '101650.089000', '101650.092000', '101650.094000', '101650.097000', '101650.100000', '101650.103000', '101709.976000', '101709.979000', '101709.982000', '101709.985000', '101709.988000', '101709.991000', '101709.994000', '101709.997000', '101710.001000', '101710.003000', '101710.006000', '101710.009000', '101710.012000', '101710.015000', '101710.018000', '101710.021000', '101710.024000', '101710.027000', '101710.030000', '101710.033000', '101710.036000', '101710.039000', '101710.042000', '101710.045000', '101710.048000', '101710.050000', '101710.053000', '101710.056000', '101710.059000', '101710.062000', '101710.065000', '101710.068000', '101710.079000', '101710.083000', '101710.085000', '101710.088000', '101710.091000', '101710.094000', '101710.097000', '101710.100000', '101710.103000', '101710.106000', '101710.109000', '101729.976000', '101729.979000', '101729.982000', '101729.985000', '101729.988000', '101729.991000', '101729.994000', '101729.997000', '101730.001000', '101730.004000', '101730.007000', '101730.009000', '101730.012000', '101730.015000', '101730.018000', '101730.021000', '101730.024000', '101730.027000', '101730.030000', '101730.033000', '101730.036000', '101730.039000', '101730.042000', '101730.044000', '101730.047000', '101730.050000', '101730.053000', '101730.056000', '101730.059000', '101730.062000', '101730.065000', '101730.068000', '101730.071000', '101730.073000', '101730.076000', '101730.079000', '101730.082000', '101730.085000', '101730.088000', '101730.091000', '101730.094000', '101730.097000', '101730.100000', '101730.102000', '101749.976000', '101749.979000', '101749.982000', '101749.985000', '101749.988000', '101749.991000', '101749.994000', '101749.997000', '101750.001000', '101750.003000', '101750.006000', '101750.009000', '101750.014000', '101750.017000', '101750.020000', '101750.023000', '101750.026000', '101750.029000', '101750.032000', '101750.035000', '101750.037000', '101750.040000', '101750.043000', '101750.046000', '101750.049000', '101750.052000', '101750.055000', '101750.058000', '101750.061000', '101750.064000', '101750.067000', '101750.070000', '101750.073000', '101750.076000', '101750.079000', '101750.082000', '101750.085000', '101750.088000', '101750.091000', '101750.094000', '101750.097000', '101750.100000', '101750.102000', '101809.976000', '101809.979000', '101809.982000', '101809.985000', '101809.988000', '101809.991000', '101809.994000', '101809.997000', '101810.001000', '101810.003000', '101810.006000', '101810.009000', '101810.012000', '101810.015000', '101810.018000', '101810.033000', '101810.036000', '101810.039000', '101810.042000', '101810.045000', '101810.048000', '101810.050000', '101810.053000', '101810.056000', '101810.059000', '101810.062000', '101810.065000', '101810.068000', '101810.071000', '101810.083000', '101810.088000', '101810.091000', '101810.094000', '101810.097000', '101810.099000', '101810.103000', '101810.105000', '101810.108000', '101810.111000', '101810.114000', '101810.117000', '101810.120000', '101810.123000', '101810.126000', '101829.976000', '101829.979000', '101829.982000', '101829.985000', '101829.988000', '101829.991000', '101829.994000', '101829.997000', '101830.001000', '101830.004000', '101830.006000', '101830.009000', '101830.012000', '101830.015000', '101830.018000', '101830.021000', '101830.024000', '101830.027000', '101830.030000', '101830.033000', '101830.035000', '101830.038000', '101830.041000', '101830.044000', '101830.047000', '101830.050000', '101830.053000', '101830.056000', '101830.059000', '101830.062000', '101830.065000', '101830.068000', '101830.070000', '101830.073000', '101830.076000', '101830.079000', '101830.082000', '101830.085000', '101830.088000', '101830.091000', '101830.094000', '101830.097000', '101830.100000', '101849.977000', '101849.980000', '101849.983000', '101849.986000', '101849.989000', '101849.992000', '101849.995000', '101849.998000', '101850.002000', '101850.005000', '101850.008000', '101850.010000', '101850.013000', '101850.016000', '101850.019000', '101850.022000', '101850.025000', '101850.028000', '101850.031000', '101850.034000', '101850.036000', '101850.039000', '101850.042000', '101850.045000', '101850.048000', '101850.051000', '101850.054000', '101850.057000', '101850.060000', '101850.063000', '101850.066000', '101850.069000', '101850.071000', '101850.074000', '101850.077000', '101850.080000', '101850.083000', '101850.086000', '101850.089000', '101850.097000', '101850.100000', '101850.102000', '101850.106000', '101850.108000', '101909.976000', '101909.979000', '101909.982000', '101909.985000', '101909.988000', '101909.991000', '101909.994000', '101909.996000', '101910.000000', '101910.003000', '101910.006000', '101910.009000', '101910.012000', '101910.015000', '101910.018000', '101910.021000', '101910.024000', '101910.027000', '101910.030000', '101910.032000', '101910.035000', '101910.038000', '101910.041000', '101910.044000', '101910.047000', '101910.051000', '101910.054000', '101910.057000', '101910.060000', '101910.063000', '101910.066000', '101910.068000', '101910.071000', '101910.074000', '101910.077000', '101910.080000', '101910.083000', '101910.086000', '101910.089000', '101910.092000', '101910.095000', '101910.097000', '101910.100000', '101911.560000', '101911.564000', '101911.568000', '101911.571000'], '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': [8889, 8924, 9912, 8286, 8824, 13437, 10928, 12300, 15165, 11549, 12935, 7877, 8056, 10323, 7944, 8025, 10262, 11052, 8088, 8509, 7842, 7805, 7688, 7713, 8338, 8003, 8063, 8635, 8003, 8088, 9978, 8213, 8621, 8233, 8339, 13043, 11999, 10920, 14664, 12948, 9472, 12718, 10270, 10748, 12166, 8553, 8506, 8079, 8229, 7963, 8244, 8419, 11238, 8213, 8390, 11130, 10544, 8014, 8258, 8394, 8005, 7745, 8150, 8218, 7704, 8096, 7866, 8125, 8598, 7998, 8528, 9609, 8886, 9050, 9634, 12115, 12141, 8659, 13204, 8462, 8376, 11555, 8575, 12093, 15454, 12641, 10318, 14070, 9555, 8477, 8217, 7761, 7643, 8311, 8351, 8175, 8152, 8055, 8117, 9331, 8702, 8779, 13578, 14695, 14503, 11085, 8440, 7757, 7678, 7555, 8206, 7910, 7751, 7521, 9540, 7695, 8490, 7695, 7736, 12189, 8657, 9543, 12717, 9651, 11897, 13824, 9862, 13887, 10609, 8925, 13919, 9399, 8157, 9073, 7857, 8433, 8171, 7638, 8437, 8101, 7701, 8370, 7993, 7814, 8301, 7832, 8356, 7678, 8789, 8093, 8269, 8468, 8210, 9206, 8668, 8170, 8529, 8500, 8105, 9283, 7658, 8179, 7506, 8169, 7590, 7597, 7626, 7439, 8007, 8173, 7775, 8472, 11611, 10912, 8398, 8534, 11473, 8034, 8504, 7558, 8157, 10497, 8041, 8500, 11365, 8162, 13136, 8482, 9355, 14274, 10854, 13106, 14157, 10770, 14194, 11206, 10681, 14001, 9975, 13370, 11897, 13186, 8982, 7595, 9665, 8426, 8204, 9564, 7853, 9253, 13554, 9782, 9786, 8758, 7609, 8300, 8318, 7825, 8575, 8012, 8039, 7987, 8127, 8366, 8232, 8360, 9017, 13666, 11386, 11951, 12327, 10845, 13415, 10671, 8263, 7688, 8187, 8727, 7859, 8377, 10362, 8015, 8019, 9421, 7597, 7979, 9726, 7907, 8059, 9526, 7728, 7975, 9892, 7421, 8066, 9895, 8106, 9043, 7946, 7996, 10674, 7969, 8852, 10292, 7966, 12374, 8210, 8462, 15476, 10787, 12078, 12399, 7964, 12712, 7671, 8648, 10148, 7870, 9155, 7730, 8425, 8860, 7841, 8648, 7760, 8138, 8658, 7878, 8104, 7930, 8304, 7771, 7559, 7262, 7500, 7749, 7795, 8795, 12408, 10954, 8444, 9779, 10204, 8873, 9077, 7630, 8454, 7903, 8091, 8071, 8017, 10212, 9244, 9827, 13522, 9546, 11851, 12150, 13096, 13601, 10467, 13513, 9179, 9935, 13748, 10513, 13290, 8607, 8425, 8406, 7532, 9509, 8989, 8108, 8124, 7847, 8585, 8351, 8471, 8699, 7947, 9476, 8019, 8374, 8643, 7699, 10493, 7584, 8734, 7985, 8054, 8011, 8063, 8427, 8138, 7893, 9892, 8014, 7786, 10489, 8756, 8043, 7606, 8065, 8157, 8002, 7996, 7922, 7857, 7979, 7727, 8018, 7615, 8000, 7914, 8117, 12229, 7956, 7807, 11655, 11096, 8252, 12072, 7775, 7920, 8891, 7922, 9282, 8442, 11165, 9249, 8225, 8930, 8025, 9134, 8216, 8291, 13018, 9170, 8728, 13752, 10247, 8727, 9106, 8165, 8112, 8540, 7745, 9046, 8435, 7824, 9797, 8102, 8018, 11279, 8464, 12234, 7841, 8155, 8125, 7687, 8449, 10911, 8134, 8077, 11228, 8051, 7987, 8086, 7778, 7936, 7843, 8177, 8033, 8080, 9534, 13269, 9000, 8159, 13454, 9290, 7912, 10139, 8105, 7782, 8350, 8340, 7956, 8661, 7872, 8277, 7907, 7914, 8193, 8034, 8610, 7890, 8680, 9107, 9625, 8344, 7612, 8449, 7859, 8415, 10696, 7958, 7921, 11966, 10977, 8783, 12741, 9380, 7859, 12493, 8359, 7823, 10581, 8770, 10695, 8046, 7930, 7941, 7750, 8570, 8137, 8143, 8351, 8145, 10287, 8014, 9113, 12669, 8845, 8344, 13251, 10366, 10398, 12787, 9409, 8543, 9253, 8059, 8002, 8232, 7675, 9125, 8339, 7893, 10718, 8108, 7997, 7883, 7819, 7568, 8080, 8451, 10931, 11840, 8104, 8477, 11282, 8140, 8314, 9911, 8223, 8354, 8445, 8187, 8950, 8240, 8000, 9724, 8103, 8318, 11966, 8290, 9227, 8668, 11047, 12541, 12960, 12707, 11525, 10910, 8450, 8267, 8197, 8218, 9266, 14778, 10134, 8783, 13971, 7987, 8000, 11643, 8177, 7978, 8429, 8079, 8079, 7806, 7846, 8617, 7763, 9208, 7976, 9168, 7973, 8309, 7924, 8231, 9005, 8166, 8509, 13388, 11878, 8978, 11445, 11315, 8509, 11059, 8483, 7683, 11362, 8313, 7993, 8836, 7753, 9207, 8285, 7848, 13070, 11985, 12885, 9948, 8568, 8307, 7985, 8675, 8263, 7922, 8945, 8542, 7986, 8723, 7710, 8501, 7944, 7952, 10037, 8822, 8295, 13531, 13651, 13140, 11362, 7842, 7698, 8011, 8530, 7511, 8462, 9691, 8508, 8133, 8526, 8791, 8171, 8605, 8547, 7897, 8257, 8092, 8032, 10518, 8134, 7986, 7776, 8031, 8533, 7738, 8201, 10150, 8846, 8187, 11985, 7972, 8188, 10736, 8257, 9360, 12125, 8869, 9303, 7873, 7788, 8081, 8062, 8734, 8213, 8004, 7937, 8100, 8108, 8385, 9331, 7943, 10693, 8369, 8149, 9929, 8315, 9954, 13039, 10776, 10174, 13184, 11274, 10813, 8239, 7841, 8606, 8127, 7711, 8016, 7917, 8582, 7834, 8607, 8112, 8091, 7822, 8053, 9452, 12059, 8341, 8193, 10346, 8251, 8343, 10825, 7986, 7974, 9149, 8027, 7824, 8734, 7798, 8389, 8301, 8141, 8768, 7969, 10575, 8221, 8250, 10633, 7979, 11796, 11376, 9690, 13264, 9448, 8154, 12085, 11009, 10841, 9306, 7810, 7868, 8579, 7903, 8618, 8051, 8835, 8473, 7951, 8936, 9481, 8008, 8342, 8895, 8054, 8635, 7567, 7859, 7531, 7690, 8328, 7884, 8102, 9800, 8148, 7922, 11629, 10432, 8651, 9821, 11152, 8199, 11224, 8075, 7825, 9352, 8278, 13240, 12147, 13313, 9901, 8151, 7990, 8280, 8429, 8757, 7964, 8674, 13152, 10042, 9436, 12998, 9782, 8855, 8388, 7941, 9673, 8090, 8206, 8029, 7497, 8435, 8024, 8306, 8154, 8065, 12686, 10147, 12402, 8002, 8228, 7612, 7826, 8706, 8651, 7902, 8668, 8294, 7953, 9252, 8458, 7929, 9385, 8051, 9751, 11270, 7569, 7831, 8094, 8431, 8038, 8133, 8519, 8091, 8476, 8304, 8050, 8655, 7903, 8611, 8471, 8186, 8370, 8357, 12214, 9094, 10810, 13080, 10502, 10372, 13197, 11629, 12688, 9035, 7868, 7931, 8165, 7816, 8372, 7950, 8399, 8461, 8612, 8192, 8505, 7901, 9451, 10021, 7596, 7910, 7996, 8270, 11066, 8006, 7834, 10057, 8272, 8248, 11028, 9094, 8261, 8489], 'WindowCenter': [4294.0, 4288.0, 4285.0, 4252.0, 4260.0, 4308.0, 4293.0, 4289.0, 4306.0, 4276.0, 4285.0, 4224.0, 4222.0, 4255.0, 4222.0, 4225.0, 4253.0, 4265.0, 4221.0, 4232.0, 4234.0, 4223.0, 4225.0, 4227.0, 4235.0, 4222.0, 4223.0, 4236.0, 4227.0, 4234.0, 4258.0, 4235.0, 4246.0, 4234.0, 4235.0, 4286.0, 4275.0, 4262.0, 4295.0, 4271.0, 4243.0, 4272.0, 4249.0, 4249.0, 4271.0, 4229.0, 4220.0, 4220.0, 4219.0, 4218.0, 4234.0, 4232.0, 4266.0, 4238.0, 4247.0, 4280.0, 4266.0, 4222.0, 4219.0, 4221.0, 4219.0, 4208.0, 4223.0, 4232.0, 4238.0, 4234.0, 4239.0, 4246.0, 4248.0, 4235.0, 4244.0, 4253.0, 4243.0, 4257.0, 4270.0, 4299.0, 4299.0, 4249.0, 4287.0, 4224.0, 4220.0, 4263.0, 4231.0, 4272.0, 4295.0, 4270.0, 4238.0, 4280.0, 4240.0, 4219.0, 4221.0, 4196.0, 4199.0, 4219.0, 4217.0, 4220.0, 4223.0, 4221.0, 4231.0, 4244.0, 4231.0, 4235.0, 4293.0, 4306.0, 4304.0, 4262.0, 4209.0, 4198.0, 4210.0, 4205.0, 4220.0, 4230.0, 4221.0, 4234.0, 4267.0, 4236.0, 4243.0, 4214.0, 4209.0, 4269.0, 4222.0, 4244.0, 4274.0, 4241.0, 4260.0, 4271.0, 4227.0, 4269.0, 4225.0, 4203.0, 4253.0, 4205.0, 4181.0, 4200.0, 4180.0, 4191.0, 4193.0, 4182.0, 4191.0, 4192.0, 4184.0, 4203.0, 4207.0, 4196.0, 4218.0, 4201.0, 4221.0, 4209.0, 4232.0, 4222.0, 4221.0, 4220.0, 4232.0, 4243.0, 4231.0, 4221.0, 4231.0, 4230.0, 4227.0, 4245.0, 4211.0, 4221.0, 4204.0, 4224.0, 4222.0, 4224.0, 4211.0, 4214.0, 4251.0, 4250.0, 4242.0, 4262.0, 4301.0, 4278.0, 4249.0, 4252.0, 4279.0, 4236.0, 4246.0, 4224.0, 4235.0, 4278.0, 4237.0, 4248.0, 4289.0, 4251.0, 4309.0, 4245.0, 4257.0, 4306.0, 4266.0, 4295.0, 4297.0, 4267.0, 4285.0, 4264.0, 4250.0, 4280.0, 4255.0, 4280.0, 4258.0, 4267.0, 4218.0, 4195.0, 4216.0, 4205.0, 4206.0, 4226.0, 4208.0, 4227.0, 4267.0, 4227.0, 4226.0, 4205.0, 4194.0, 4203.0, 4204.0, 4196.0, 4216.0, 4210.0, 4207.0, 4220.0, 4221.0, 4233.0, 4236.0, 4234.0, 4256.0, 4310.0, 4262.0, 4259.0, 4257.0, 4248.0, 4267.0, 4238.0, 4194.0, 4184.0, 4207.0, 4209.0, 4207.0, 4220.0, 4239.0, 4210.0, 4210.0, 4230.0, 4202.0, 4208.0, 4228.0, 4197.0, 4208.0, 4228.0, 4197.0, 4210.0, 4240.0, 4200.0, 4211.0, 4241.0, 4213.0, 4231.0, 4210.0, 4211.0, 4241.0, 4210.0, 4220.0, 4239.0, 4210.0, 4260.0, 4208.0, 4208.0, 4290.0, 4243.0, 4260.0, 4259.0, 4198.0, 4270.0, 4198.0, 4219.0, 4240.0, 4214.0, 4231.0, 4211.0, 4222.0, 4233.0, 4224.0, 4234.0, 4225.0, 4235.0, 4245.0, 4240.0, 4247.0, 4237.0, 4246.0, 4238.0, 4236.0, 4226.0, 4227.0, 4239.0, 4251.0, 4260.0, 4312.0, 4280.0, 4249.0, 4269.0, 4281.0, 4261.0, 4257.0, 4236.0, 4234.0, 4234.0, 4238.0, 4235.0, 4237.0, 4283.0, 4273.0, 4280.0, 4308.0, 4268.0, 4286.0, 4284.0, 4296.0, 4294.0, 4252.0, 4281.0, 4231.0, 4241.0, 4282.0, 4251.0, 4280.0, 4218.0, 4218.0, 4206.0, 4197.0, 4230.0, 4217.0, 4207.0, 4207.0, 4208.0, 4217.0, 4217.0, 4219.0, 4219.0, 4209.0, 4228.0, 4208.0, 4221.0, 4219.0, 4209.0, 4250.0, 4209.0, 4218.0, 4209.0, 4220.0, 4224.0, 4230.0, 4234.0, 4221.0, 4226.0, 4252.0, 4220.0, 4224.0, 4263.0, 4232.0, 4221.0, 4208.0, 4223.0, 4220.0, 4220.0, 4234.0, 4238.0, 4235.0, 4235.0, 4239.0, 4237.0, 4238.0, 4232.0, 4233.0, 4239.0, 4295.0, 4234.0, 4227.0, 4276.0, 4275.0, 4235.0, 4287.0, 4223.0, 4225.0, 4234.0, 4223.0, 4241.0, 4232.0, 4273.0, 4242.0, 4232.0, 4244.0, 4223.0, 4240.0, 4219.0, 4220.0, 4281.0, 4230.0, 4230.0, 4279.0, 4253.0, 4222.0, 4227.0, 4218.0, 4207.0, 4221.0, 4208.0, 4230.0, 4218.0, 4208.0, 4240.0, 4217.0, 4222.0, 4258.0, 4222.0, 4269.0, 4212.0, 4219.0, 4208.0, 4209.0, 4231.0, 4263.0, 4221.0, 4222.0, 4261.0, 4214.0, 4213.0, 4208.0, 4210.0, 4220.0, 4225.0, 4235.0, 4235.0, 4241.0, 4272.0, 4295.0, 4243.0, 4222.0, 4281.0, 4230.0, 4209.0, 4242.0, 4212.0, 4210.0, 4219.0, 4220.0, 4221.0, 4231.0, 4224.0, 4221.0, 4222.0, 4223.0, 4234.0, 4226.0, 4245.0, 4235.0, 4246.0, 4245.0, 4257.0, 4233.0, 4213.0, 4220.0, 4220.0, 4233.0, 4263.0, 4227.0, 4224.0, 4274.0, 4262.0, 4233.0, 4285.0, 4234.0, 4225.0, 4272.0, 4218.0, 4207.0, 4249.0, 4219.0, 4250.0, 4219.0, 4221.0, 4213.0, 4210.0, 4219.0, 4220.0, 4220.0, 4235.0, 4237.0, 4266.0, 4224.0, 4247.0, 4283.0, 4232.0, 4219.0, 4269.0, 4238.0, 4254.0, 4270.0, 4229.0, 4218.0, 4232.0, 4209.0, 4211.0, 4217.0, 4211.0, 4229.0, 4223.0, 4208.0, 4248.0, 4208.0, 4207.0, 4207.0, 4207.0, 4196.0, 4208.0, 4223.0, 4261.0, 4260.0, 4210.0, 4221.0, 4261.0, 4211.0, 4221.0, 4240.0, 4219.0, 4220.0, 4219.0, 4220.0, 4231.0, 4221.0, 4223.0, 4258.0, 4224.0, 4233.0, 4272.0, 4225.0, 4241.0, 4230.0, 4262.0, 4285.0, 4286.0, 4282.0, 4260.0, 4237.0, 4206.0, 4206.0, 4205.0, 4207.0, 4229.0, 4279.0, 4238.0, 4219.0, 4278.0, 4206.0, 4206.0, 4245.0, 4206.0, 4206.0, 4208.0, 4207.0, 4211.0, 4208.0, 4219.0, 4244.0, 4223.0, 4254.0, 4236.0, 4255.0, 4234.0, 4232.0, 4225.0, 4236.0, 4245.0, 4236.0, 4246.0, 4297.0, 4273.0, 4242.0, 4274.0, 4261.0, 4230.0, 4252.0, 4217.0, 4207.0, 4260.0, 4220.0, 4208.0, 4228.0, 4212.0, 4241.0, 4222.0, 4218.0, 4278.0, 4272.0, 4280.0, 4239.0, 4222.0, 4221.0, 4219.0, 4222.0, 4219.0, 4222.0, 4233.0, 4231.0, 4220.0, 4230.0, 4210.0, 4230.0, 4219.0, 4224.0, 4240.0, 4229.0, 4219.0, 4280.0, 4282.0, 4280.0, 4259.0, 4209.0, 4208.0, 4209.0, 4230.0, 4210.0, 4233.0, 4254.0, 4233.0, 4234.0, 4245.0, 4234.0, 4237.0, 4235.0, 4234.0, 4222.0, 4222.0, 4222.0, 4233.0, 4268.0, 4223.0, 4227.0, 4223.0, 4233.0, 4243.0, 4224.0, 4235.0, 4264.0, 4244.0, 4234.0, 4273.0, 4223.0, 4232.0, 4263.0, 4233.0, 4241.0, 4283.0, 4243.0, 4242.0, 4210.0, 4210.0, 4210.0, 4212.0, 4233.0, 4234.0, 4223.0, 4235.0, 4238.0, 4239.0, 4250.0, 4245.0, 4227.0, 4263.0, 4226.0, 4227.0, 4254.0, 4225.0, 4253.0, 4282.0, 4265.0, 4251.0, 4281.0, 4249.0, 4252.0, 4206.0, 4208.0, 4206.0, 4206.0, 4201.0, 4212.0, 4210.0, 4235.0, 4210.0, 4220.0, 4213.0, 4210.0, 4213.0, 4223.0, 4254.0, 4271.0, 4220.0, 4233.0, 4252.0, 4220.0, 4225.0, 4250.0, 4209.0, 4209.0, 4228.0, 4209.0, 4209.0, 4221.0, 4214.0, 4219.0, 4232.0, 4222.0, 4232.0, 4222.0, 4254.0, 4223.0, 4219.0, 4239.0, 4211.0, 4259.0, 4248.0, 4228.0, 4272.0, 4227.0, 4207.0, 4258.0, 4250.0, 4246.0, 4219.0, 4196.0, 4205.0, 4218.0, 4208.0, 4233.0, 4221.0, 4242.0, 4225.0, 4222.0, 4232.0, 4244.0, 4220.0, 4220.0, 4231.0, 4223.0, 4223.0, 4209.0, 4210.0, 4210.0, 4211.0, 4222.0, 4223.0, 4239.0, 4258.0, 4235.0, 4236.0, 4276.0, 4253.0, 4236.0, 4241.0, 4261.0, 4218.0, 4249.0, 4209.0, 4211.0, 4230.0, 4221.0, 4287.0, 4285.0, 4287.0, 4244.0, 4209.0, 4207.0, 4221.0, 4219.0, 4219.0, 4210.0, 4231.0, 4271.0, 4240.0, 4233.0, 4269.0, 4226.0, 4216.0, 4205.0, 4208.0, 4228.0, 4208.0, 4207.0, 4206.0, 4197.0, 4218.0, 4207.0, 4218.0, 4206.0, 4207.0, 4269.0, 4238.0, 4257.0, 4199.0, 4205.0, 4194.0, 4196.0, 4217.0, 4217.0, 4208.0, 4218.0, 4219.0, 4209.0, 4232.0, 4211.0, 4210.0, 4226.0, 4194.0, 4227.0, 4249.0, 4208.0, 4196.0, 4211.0, 4217.0, 4224.0, 4237.0, 4245.0, 4236.0, 4235.0, 4235.0, 4225.0, 4233.0, 4226.0, 4232.0, 4222.0, 4223.0, 4233.0, 4234.0, 4274.0, 4233.0, 4264.0, 4272.0, 4251.0, 4243.0, 4270.0, 4263.0, 4267.0, 4216.0, 4197.0, 4195.0, 4206.0, 4196.0, 4208.0, 4219.0, 4221.0, 4233.0, 4237.0, 4234.0, 4233.0, 4226.0, 4248.0, 4244.0, 4211.0, 4210.0, 4221.0, 4236.0, 4275.0, 4224.0, 4226.0, 4255.0, 4235.0, 4235.0, 4266.0, 4249.0, 4237.0, 4220.0], 'WindowWidth': [9524.0, 9505.0, 9492.0, 9443.0, 9451.0, 9511.0, 9492.0, 9483.0, 9502.0, 9457.0, 9469.0, 9386.0, 9381.0, 9426.0, 9380.0, 9386.0, 9423.0, 9441.0, 9380.0, 9397.0, 9403.0, 9388.0, 9389.0, 9393.0, 9404.0, 9382.0, 9385.0, 9404.0, 9393.0, 9402.0, 9437.0, 9405.0, 9420.0, 9403.0, 9405.0, 9474.0, 9452.0, 9433.0, 9481.0, 9443.0, 9407.0, 9447.0, 9412.0, 9413.0, 9445.0, 9389.0, 9375.0, 9374.0, 9374.0, 9371.0, 9397.0, 9397.0, 9445.0, 9409.0, 9426.0, 9470.0, 9444.0, 9381.0, 9374.0, 9377.0, 9374.0, 9359.0, 9383.0, 9398.0, 9414.0, 9406.0, 9416.0, 9424.0, 9427.0, 9405.0, 9414.0, 9426.0, 9412.0, 9438.0, 9457.0, 9497.0, 9496.0, 9427.0, 9474.0, 9384.0, 9376.0, 9432.0, 9389.0, 9449.0, 9485.0, 9441.0, 9397.0, 9454.0, 9401.0, 9376.0, 9378.0, 9337.0, 9342.0, 9370.0, 9368.0, 9374.0, 9382.0, 9381.0, 9397.0, 9415.0, 9394.0, 9404.0, 9481.0, 9504.0, 9500.0, 9434.0, 9358.0, 9342.0, 9360.0, 9351.0, 9374.0, 9393.0, 9383.0, 9405.0, 9454.0, 9412.0, 9414.0, 9372.0, 9358.0, 9440.0, 9378.0, 9410.0, 9450.0, 9401.0, 9427.0, 9442.0, 9378.0, 9435.0, 9368.0, 9338.0, 9404.0, 9340.0, 9306.0, 9331.0, 9305.0, 9319.0, 9324.0, 9309.0, 9322.0, 9322.0, 9314.0, 9340.0, 9349.0, 9335.0, 9366.0, 9348.0, 9376.0, 9359.0, 9392.0, 9381.0, 9379.0, 9377.0, 9394.0, 9410.0, 9391.0, 9378.0, 9390.0, 9388.0, 9393.0, 9414.0, 9366.0, 9375.0, 9356.0, 9382.0, 9381.0, 9388.0, 9365.0, 9374.0, 9435.0, 9433.0, 9424.0, 9453.0, 9504.0, 9467.0, 9428.0, 9434.0, 9465.0, 9406.0, 9419.0, 9389.0, 9405.0, 9465.0, 9410.0, 9426.0, 9483.0, 9434.0, 9511.0, 9420.0, 9436.0, 9503.0, 9444.0, 9485.0, 9487.0, 9442.0, 9468.0, 9435.0, 9414.0, 9455.0, 9427.0, 9455.0, 9420.0, 9432.0, 9363.0, 9331.0, 9360.0, 9346.0, 9349.0, 9375.0, 9353.0, 9379.0, 9431.0, 9377.0, 9375.0, 9347.0, 9331.0, 9340.0, 9344.0, 9334.0, 9362.0, 9358.0, 9352.0, 9375.0, 9380.0, 9398.0, 9405.0, 9402.0, 9436.0, 9512.0, 9434.0, 9421.0, 9417.0, 9406.0, 9431.0, 9389.0, 9327.0, 9314.0, 9349.0, 9353.0, 9351.0, 9372.0, 9399.0, 9359.0, 9361.0, 9387.0, 9348.0, 9355.0, 9380.0, 9337.0, 9353.0, 9380.0, 9337.0, 9359.0, 9400.0, 9346.0, 9363.0, 9402.0, 9366.0, 9388.0, 9358.0, 9361.0, 9401.0, 9358.0, 9372.0, 9396.0, 9357.0, 9426.0, 9353.0, 9355.0, 9465.0, 9402.0, 9424.0, 9420.0, 9341.0, 9437.0, 9342.0, 9370.0, 9399.0, 9367.0, 9390.0, 9362.0, 9379.0, 9395.0, 9386.0, 9400.0, 9392.0, 9405.0, 9416.0, 9416.0, 9427.0, 9411.0, 9422.0, 9414.0, 9410.0, 9396.0, 9397.0, 9418.0, 9437.0, 9448.0, 9521.0, 9471.0, 9432.0, 9457.0, 9475.0, 9449.0, 9438.0, 9409.0, 9402.0, 9402.0, 9411.0, 9405.0, 9411.0, 9478.0, 9465.0, 9474.0, 9509.0, 9454.0, 9475.0, 9469.0, 9487.0, 9482.0, 9422.0, 9461.0, 9390.0, 9404.0, 9461.0, 9416.0, 9456.0, 9370.0, 9369.0, 9349.0, 9338.0, 9386.0, 9366.0, 9352.0, 9354.0, 9355.0, 9368.0, 9368.0, 9371.0, 9371.0, 9358.0, 9383.0, 9356.0, 9376.0, 9370.0, 9360.0, 9416.0, 9362.0, 9371.0, 9359.0, 9375.0, 9384.0, 9394.0, 9400.0, 9381.0, 9390.0, 9422.0, 9378.0, 9388.0, 9440.0, 9397.0, 9379.0, 9356.0, 9379.0, 9376.0, 9378.0, 9403.0, 9411.0, 9406.0, 9406.0, 9414.0, 9410.0, 9413.0, 9398.0, 9401.0, 9415.0, 9490.0, 9404.0, 9395.0, 9463.0, 9458.0, 9405.0, 9474.0, 9385.0, 9386.0, 9398.0, 9384.0, 9408.0, 9395.0, 9453.0, 9410.0, 9396.0, 9413.0, 9384.0, 9403.0, 9374.0, 9377.0, 9460.0, 9388.0, 9388.0, 9454.0, 9420.0, 9379.0, 9382.0, 9369.0, 9353.0, 9374.0, 9356.0, 9388.0, 9369.0, 9355.0, 9399.0, 9369.0, 9384.0, 9425.0, 9379.0, 9440.0, 9365.0, 9373.0, 9357.0, 9362.0, 9393.0, 9439.0, 9380.0, 9382.0, 9431.0, 9368.0, 9366.0, 9356.0, 9358.0, 9376.0, 9388.0, 9403.0, 9406.0, 9419.0, 9462.0, 9489.0, 9410.0, 9381.0, 9458.0, 9388.0, 9359.0, 9405.0, 9365.0, 9361.0, 9374.0, 9376.0, 9379.0, 9390.0, 9384.0, 9377.0, 9381.0, 9383.0, 9398.0, 9391.0, 9415.0, 9402.0, 9418.0, 9417.0, 9434.0, 9397.0, 9369.0, 9375.0, 9373.0, 9396.0, 9438.0, 9389.0, 9386.0, 9456.0, 9436.0, 9397.0, 9467.0, 9397.0, 9384.0, 9445.0, 9370.0, 9355.0, 9412.0, 9372.0, 9416.0, 9373.0, 9378.0, 9367.0, 9361.0, 9372.0, 9374.0, 9375.0, 9401.0, 9413.0, 9448.0, 9389.0, 9422.0, 9465.0, 9394.0, 9373.0, 9442.0, 9395.0, 9423.0, 9440.0, 9383.0, 9369.0, 9389.0, 9358.0, 9362.0, 9365.0, 9361.0, 9385.0, 9380.0, 9358.0, 9410.0, 9356.0, 9355.0, 9355.0, 9354.0, 9338.0, 9357.0, 9382.0, 9432.0, 9428.0, 9361.0, 9377.0, 9430.0, 9364.0, 9377.0, 9401.0, 9374.0, 9374.0, 9373.0, 9377.0, 9393.0, 9379.0, 9385.0, 9435.0, 9386.0, 9397.0, 9449.0, 9386.0, 9406.0, 9390.0, 9436.0, 9468.0, 9472.0, 9463.0, 9425.0, 9390.0, 9348.0, 9346.0, 9345.0, 9351.0, 9384.0, 9453.0, 9393.0, 9370.0, 9447.0, 9350.0, 9349.0, 9400.0, 9347.0, 9350.0, 9355.0, 9354.0, 9362.0, 9358.0, 9376.0, 9414.0, 9388.0, 9428.0, 9411.0, 9434.0, 9403.0, 9398.0, 9389.0, 9405.0, 9416.0, 9405.0, 9421.0, 9491.0, 9452.0, 9409.0, 9451.0, 9431.0, 9388.0, 9416.0, 9366.0, 9355.0, 9427.0, 9375.0, 9358.0, 9385.0, 9367.0, 9404.0, 9379.0, 9372.0, 9451.0, 9446.0, 9458.0, 9401.0, 9379.0, 9377.0, 9372.0, 9379.0, 9374.0, 9381.0, 9395.0, 9391.0, 9378.0, 9390.0, 9366.0, 9390.0, 9375.0, 9383.0, 9402.0, 9387.0, 9373.0, 9456.0, 9458.0, 9454.0, 9425.0, 9359.0, 9356.0, 9360.0, 9388.0, 9363.0, 9400.0, 9429.0, 9399.0, 9403.0, 9419.0, 9401.0, 9406.0, 9401.0, 9398.0, 9382.0, 9382.0, 9383.0, 9400.0, 9450.0, 9386.0, 9395.0, 9386.0, 9401.0, 9412.0, 9391.0, 9405.0, 9443.0, 9414.0, 9403.0, 9454.0, 9386.0, 9398.0, 9439.0, 9400.0, 9408.0, 9465.0, 9410.0, 9407.0, 9361.0, 9361.0, 9361.0, 9363.0, 9394.0, 9399.0, 9387.0, 9404.0, 9412.0, 9415.0, 9430.0, 9417.0, 9392.0, 9439.0, 9389.0, 9392.0, 9427.0, 9387.0, 9426.0, 9464.0, 9439.0, 9418.0, 9461.0, 9412.0, 9415.0, 9350.0, 9353.0, 9348.0, 9349.0, 9348.0, 9365.0, 9360.0, 9401.0, 9363.0, 9374.0, 9367.0, 9358.0, 9369.0, 9387.0, 9430.0, 9447.0, 9377.0, 9398.0, 9424.0, 9377.0, 9386.0, 9415.0, 9360.0, 9359.0, 9383.0, 9360.0, 9359.0, 9377.0, 9372.0, 9375.0, 9396.0, 9383.0, 9395.0, 9381.0, 9426.0, 9381.0, 9373.0, 9397.0, 9361.0, 9426.0, 9409.0, 9382.0, 9444.0, 9378.0, 9352.0, 9422.0, 9410.0, 9401.0, 9366.0, 9337.0, 9347.0, 9368.0, 9357.0, 9394.0, 9381.0, 9410.0, 9388.0, 9383.0, 9395.0, 9412.0, 9376.0, 9375.0, 9391.0, 9381.0, 9380.0, 9360.0, 9361.0, 9362.0, 9367.0, 9381.0, 9385.0, 9413.0, 9438.0, 9404.0, 9407.0, 9461.0, 9426.0, 9402.0, 9405.0, 9430.0, 9369.0, 9409.0, 9360.0, 9365.0, 9388.0, 9380.0, 9476.0, 9469.0, 9472.0, 9410.0, 9358.0, 9350.0, 9374.0, 9373.0, 9372.0, 9360.0, 9392.0, 9446.0, 9400.0, 9393.0, 9437.0, 9376.0, 9362.0, 9347.0, 9353.0, 9380.0, 9354.0, 9352.0, 9352.0, 9341.0, 9369.0, 9355.0, 9369.0, 9352.0, 9352.0, 9439.0, 9394.0, 9419.0, 9341.0, 9346.0, 9330.0, 9335.0, 9367.0, 9365.0, 9357.0, 9369.0, 9371.0, 9358.0, 9390.0, 9360.0, 9357.0, 9375.0, 9332.0, 9379.0, 9409.0, 9355.0, 9338.0, 9363.0, 9370.0, 9384.0, 9407.0, 9417.0, 9409.0, 9406.0, 9403.0, 9390.0, 9396.0, 9387.0, 9393.0, 9382.0, 9383.0, 9398.0, 9401.0, 9454.0, 9397.0, 9438.0, 9448.0, 9415.0, 9405.0, 9443.0, 9430.0, 9432.0, 9361.0, 9334.0, 9331.0, 9348.0, 9336.0, 9354.0, 9373.0, 9377.0, 9397.0, 9405.0, 9399.0, 9398.0, 9391.0, 9420.0, 9408.0, 9361.0, 9359.0, 9376.0, 9403.0, 9455.0, 9386.0, 9392.0, 9431.0, 9404.0, 9405.0, 9446.0, 9425.0, 9405.0, 9374.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.009988365937859612</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022877518527042576</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.37398491260368</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.257999063133641</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.143224197661292</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5023</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3915.5276</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07901550322076618</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.34522439585730724</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.430253770616265</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.29238449079984</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.685950935961939</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3124258850870154</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0112104</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019653862342238426</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04207272082567215</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.705103395917924</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>16.2251</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.1139</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>217.6163</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295459.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1015.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>387.9867</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.676</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>638.1332</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3396.2424</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3576.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81085.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1117.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4606.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.1493</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.36494792927988</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> |