=== 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-0058 --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-0058",
"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-0058_ses-03_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-0058_ses-03_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-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_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-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_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-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0058/figures/sub-0058_ses-03_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_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-0058/ses-03/func/sub-0058_ses-03_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>ffc606de69ae3e7cb2fadd78f08cf2cc</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>11:37:56.755000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999036, 0.024484, -0.0364412, -0.0266841, 0.997771, -0.0611654]</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.111362</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>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4129, -7693, -7255, 563, -74, 63, -40, 93]</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>258.552</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c5e60260-ca07-46b2-8d7f-4cba405e639c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680340051651001, -0.07159159332513809, -0.09412847459316254, 118.36946868896484], [-0.06568890810012817, 2.6769464015960693, -0.1676127016544342, -88.16915893554688], [-0.09776908904314041, 0.16410216689109802, 2.693147897720337, -76.1519775390625], [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': ['113756.755000', '113757.215000', '113757.675000', '113758.135000', '113758.595000', '113759.055000', '113759.515000', '113759.975000', '113800.435000', '113800.895000', '113801.355000', '113801.815000', '113802.275000', '113802.735000', '113803.195000', '113803.655000', '113804.115000', '113804.575000', '113805.035000', '113805.495000', '113805.955000', '113806.415000', '113806.875000', '113807.335000', '113807.795000', '113808.255000', '113808.715000', '113809.175000', '113809.635000', '113810.095000', '113810.555000', '113811.015000', '113811.475000', '113811.935000', '113812.395000', '113812.855000', '113813.315000', '113813.775000', '113814.235000', '113814.695000', '113815.155000', '113815.615000', '113816.075000', '113816.535000', '113816.995000', '113817.455000', '113817.915000', '113818.375000', '113818.835000', '113819.295000', '113819.755000', '113820.215000', '113820.675000', '113821.135000', '113821.595000', '113822.055000', '113822.515000', '113822.975000', '113823.435000', '113823.895000', '113824.355000', '113824.815000', '113825.275000', '113825.735000', '113826.195000', '113826.655000', '113827.115000', '113827.575000', '113828.035000', '113828.495000', '113828.955000', '113829.415000', '113829.875000', '113830.335000', '113830.795000', '113831.255000', '113831.715000', '113832.175000', '113832.635000', '113833.095000', '113833.555000', '113834.015000', '113834.475000', '113834.935000', '113835.395000', '113835.855000', '113836.315000', '113836.775000', '113837.235000', '113837.695000', '113838.155000', '113838.615000', '113839.075000', '113839.535000', '113839.995000', '113840.455000', '113840.915000', '113841.375000', '113841.835000', '113842.295000', '113842.755000', '113843.215000', '113843.675000', '113844.135000', '113844.595000', '113845.055000', '113845.515000', '113845.975000', '113846.435000', '113846.895000', '113847.355000', '113847.815000', '113848.275000', '113848.735000', '113849.195000', '113849.655000', '113850.115000', '113850.575000', '113851.035000', '113851.495000', '113851.955000', '113852.415000', '113852.875000', '113853.335000', '113853.795000', '113854.255000', '113854.715000', '113855.175000', '113855.635000', '113856.095000', '113856.555000', '113857.015000', '113857.475000', '113857.935000', '113858.395000', '113858.855000', '113859.315000', '113859.775000', '113900.235000', '113900.695000', '113901.155000', '113901.615000', '113902.075000', '113902.535000', '113902.995000', '113903.455000', '113903.915000', '113904.375000', '113904.835000', '113905.295000', '113905.755000', '113906.215000', '113906.675000', '113907.135000', '113907.595000', '113908.055000', '113908.515000', '113908.975000', '113909.435000', '113909.895000', '113910.355000', '113910.815000', '113911.275000', '113911.735000', '113912.195000', '113912.655000', '113913.115000', '113913.575000', '113914.035000', '113914.495000', '113914.955000', '113915.415000', '113915.875000', '113916.335000', '113916.795000', '113917.255000', '113917.715000', '113918.175000', '113918.635000', '113919.095000', '113919.555000', '113920.015000', '113920.475000', '113920.935000', '113921.395000', '113921.855000', '113922.315000', '113922.775000', '113923.235000', '113923.695000', '113924.155000', '113924.615000', '113925.075000', '113925.535000', '113925.995000', '113926.455000', '113926.915000', '113927.375000', '113927.835000', '113928.295000', '113928.755000', '113929.215000', '113929.675000', '113930.135000', '113930.595000', '113931.055000', '113931.515000', '113931.975000', '113932.435000', '113932.895000', '113933.355000', '113933.815000', '113934.275000', '113934.735000', '113935.195000', '113935.655000', '113936.115000', '113936.575000', '113937.035000', '113937.495000', '113937.955000', '113938.415000', '113938.875000', '113939.335000', '113939.795000', '113940.255000', '113940.715000', '113941.175000', '113941.635000', '113942.095000', '113942.555000', '113943.015000', '113943.475000', '113943.935000', '113944.395000', '113944.855000', '113945.315000', '113945.775000', '113946.235000', '113946.695000', '113947.155000', '113947.615000', '113948.075000', '113948.535000', '113948.995000', '113949.455000', '113949.915000', '113950.375000', '113950.835000', '113951.295000', '113951.755000', '113952.215000', '113952.675000', '113953.135000', '113953.595000', '113954.055000', '113954.515000', '113954.975000', '113955.435000', '113955.895000', '113956.355000', '113956.815000', '113957.275000', '113957.735000', '113958.195000', '113958.655000', '113959.115000', '113959.575000', '114000.035000', '114000.495000', '114000.955000', '114001.415000', '114001.875000', '114002.335000', '114002.795000', '114003.255000', '114003.715000', '114004.175000', '114004.635000', '114005.095000', '114005.555000', '114006.015000', '114006.475000', '114006.935000', '114007.395000', '114007.855000', '114008.315000', '114008.775000', '114009.235000', '114009.695000', '114010.155000', '114010.615000', '114011.075000', '114011.535000', '114011.995000', '114012.455000', '114012.915000', '114013.375000', '114013.835000', '114014.295000', '114014.755000', '114015.215000', '114015.675000', '114016.135000', '114016.595000', '114017.055000', '114017.515000', '114017.975000', '114018.435000', '114018.895000', '114019.355000', '114019.815000', '114020.275000', '114020.735000', '114021.195000', '114021.655000', '114022.115000', '114022.575000', '114023.035000', '114023.495000', '114023.955000', '114024.415000', '114024.875000', '114025.335000', '114025.795000', '114026.255000', '114026.715000', '114027.175000', '114027.635000', '114028.095000', '114028.555000', '114029.015000', '114029.475000', '114029.935000', '114030.395000', '114030.855000', '114031.315000', '114031.775000', '114032.235000', '114032.695000', '114033.155000', '114033.615000', '114034.075000', '114034.535000', '114034.995000', '114035.455000', '114035.915000', '114036.375000', '114036.835000', '114037.295000', '114037.755000', '114038.215000', '114038.675000', '114039.135000', '114039.595000', '114040.055000', '114040.515000', '114040.975000', '114041.435000', '114041.895000', '114042.355000', '114042.815000', '114043.275000', '114043.735000', '114044.195000', '114044.655000', '114045.115000', '114045.575000', '114046.035000', '114046.495000', '114046.955000', '114047.415000', '114047.875000', '114048.335000', '114048.795000', '114049.255000', '114049.715000', '114050.175000', '114050.635000', '114051.095000', '114051.555000', '114052.015000', '114052.475000', '114052.935000', '114053.395000', '114053.855000', '114054.315000', '114054.775000', '114055.235000', '114055.695000', '114056.155000', '114056.615000', '114057.075000', '114057.535000', '114057.995000', '114058.455000', '114058.915000', '114059.375000', '114059.835000', '114100.295000', '114100.755000', '114101.215000', '114101.675000', '114102.135000', '114102.595000', '114103.055000', '114103.515000', '114103.975000', '114104.435000', '114104.895000', '114105.355000', '114105.815000', '114106.275000', '114106.735000', '114107.195000', '114107.655000', '114108.115000', '114108.575000', '114109.035000', '114109.495000', '114109.955000', '114110.415000', '114110.875000', '114111.335000', '114111.795000', '114112.255000', '114112.715000', '114113.175000', '114113.635000', '114114.095000', '114114.555000', '114115.015000', '114115.475000', '114115.935000', '114116.395000', '114116.855000', '114117.315000', '114117.775000', '114118.235000', '114118.695000', '114119.155000', '114119.615000', '114120.075000', '114120.535000', '114120.995000', '114121.455000', '114121.915000', '114122.375000', '114122.835000', '114123.295000', '114123.755000', '114124.215000', '114124.675000', '114125.135000', '114125.595000', '114126.055000', '114126.515000', '114126.975000', '114127.435000', '114127.895000', '114128.355000', '114128.815000', '114129.275000', '114129.735000', '114130.195000', '114130.655000', '114131.115000', '114131.575000', '114132.035000', '114132.495000', '114132.955000', '114133.415000', '114133.875000', '114134.335000', '114134.795000', '114135.255000', '114135.715000', '114136.175000', '114136.635000', '114137.095000', '114137.555000', '114138.015000', '114138.475000', '114138.935000', '114139.395000', '114139.855000', '114140.315000', '114140.775000', '114141.235000', '114141.695000', '114142.155000', '114142.615000', '114143.075000', '114143.535000', '114143.995000', '114144.455000', '114144.915000', '114145.375000', '114145.835000', '114146.295000', '114146.755000', '114147.215000', '114147.675000', '114148.135000', '114148.595000', '114149.055000', '114149.515000', '114149.975000', '114150.435000', '114150.895000', '114151.355000', '114151.815000', '114152.275000', '114152.735000', '114153.195000', '114153.655000', '114154.115000', '114154.575000', '114155.035000', '114155.495000', '114155.955000', '114156.415000', '114156.875000', '114157.335000', '114157.795000', '114158.255000', '114158.715000', '114159.175000', '114159.635000', '114200.095000', '114200.555000', '114201.015000', '114201.475000', '114201.935000', '114202.395000', '114202.855000', '114203.315000', '114203.775000', '114204.235000', '114204.695000', '114205.155000', '114205.615000', '114206.075000', '114206.535000', '114206.995000', '114207.455000', '114207.915000', '114208.375000', '114208.835000', '114209.295000', '114209.755000', '114210.215000', '114210.675000', '114211.135000', '114211.595000', '114212.055000', '114212.515000', '114212.975000', '114213.435000', '114213.895000', '114214.355000', '114214.815000', '114215.275000', '114215.735000', '114216.195000', '114216.655000', '114217.115000', '114217.575000', '114218.035000', '114218.495000', '114218.955000', '114219.415000', '114219.875000', '114220.335000', '114220.795000', '114221.255000', '114221.715000', '114222.175000', '114222.635000', '114223.095000', '114223.555000', '114224.015000', '114224.475000', '114224.935000', '114225.395000', '114225.855000', '114226.315000', '114226.775000', '114227.235000', '114227.695000', '114228.155000', '114228.615000', '114229.075000', '114229.535000', '114229.995000', '114230.455000', '114230.915000', '114231.375000', '114231.835000', '114232.295000', '114232.755000', '114233.215000', '114233.675000', '114234.135000', '114234.595000', '114235.055000', '114235.515000', '114235.975000', '114236.435000', '114236.895000', '114237.355000', '114237.815000', '114238.275000', '114238.735000', '114239.195000', '114239.655000', '114240.115000', '114240.575000', '114241.035000', '114241.495000', '114241.955000', '114242.415000', '114242.875000', '114243.335000', '114243.795000', '114244.255000', '114244.715000', '114245.175000', '114245.635000', '114246.095000', '114246.555000', '114247.015000', '114247.475000', '114247.935000', '114248.395000', '114248.855000', '114249.315000', '114249.775000', '114250.235000', '114250.695000', '114251.155000', '114251.615000', '114252.075000', '114252.535000', '114252.995000', '114253.455000', '114253.915000', '114254.375000', '114254.835000', '114255.295000', '114255.755000', '114256.215000', '114256.675000', '114257.135000', '114257.595000', '114258.055000', '114258.515000', '114258.975000', '114259.435000', '114259.895000', '114300.355000', '114300.815000', '114301.275000', '114301.735000', '114302.195000', '114302.655000', '114303.115000', '114303.575000', '114304.035000', '114304.495000', '114304.955000', '114305.415000', '114305.875000', '114306.335000', '114306.795000', '114307.255000', '114307.715000', '114308.175000', '114308.635000', '114309.095000', '114309.555000', '114310.015000', '114310.475000', '114310.935000', '114311.395000', '114311.855000', '114312.315000', '114312.775000', '114313.235000', '114313.695000', '114314.155000', '114314.615000', '114315.075000', '114315.535000', '114315.995000', '114316.455000', '114316.915000', '114317.375000', '114317.835000', '114318.295000', '114318.755000', '114319.215000', '114319.675000', '114320.135000', '114320.595000', '114321.055000', '114321.515000', '114321.975000', '114322.435000', '114322.895000', '114323.355000', '114323.815000', '114324.275000', '114324.735000', '114325.195000', '114325.655000', '114326.115000', '114326.575000', '114327.035000', '114327.495000', '114327.955000', '114328.415000', '114328.875000', '114329.335000', '114329.795000', '114330.255000', '114330.715000', '114331.175000', '114331.635000', '114332.095000', '114332.555000', '114333.015000', '114333.475000', '114333.935000', '114334.395000', '114334.855000', '114335.315000', '114335.775000', '114336.235000', '114336.695000', '114337.155000', '114337.615000', '114338.075000', '114338.535000', '114338.995000', '114339.455000', '114339.915000', '114340.375000', '114340.835000', '114341.295000', '114341.755000', '114342.215000', '114342.675000', '114343.135000', '114343.595000', '114344.055000', '114344.515000', '114344.975000', '114345.435000', '114345.895000', '114346.355000', '114346.815000', '114347.275000', '114347.735000', '114348.195000', '114348.655000', '114349.115000', '114349.575000', '114350.035000', '114350.495000', '114350.955000', '114351.415000', '114351.875000', '114352.335000', '114352.795000', '114353.255000', '114353.715000', '114354.175000', '114354.635000', '114355.095000', '114355.555000', '114356.015000', '114356.475000', '114356.935000', '114357.395000', '114357.855000', '114358.315000', '114358.775000', '114359.235000', '114359.695000', '114400.155000', '114400.615000', '114401.075000', '114401.535000', '114401.995000', '114402.455000', '114402.915000', '114403.375000', '114403.835000', '114404.295000', '114404.755000', '114405.215000', '114405.675000', '114406.135000', '114406.595000', '114407.055000', '114407.515000', '114407.975000', '114408.435000', '114408.895000', '114409.355000', '114409.815000', '114410.275000', '114410.735000', '114411.195000', '114411.655000', '114412.115000', '114412.575000', '114413.035000', '114413.495000', '114413.955000', '114414.415000', '114414.875000', '114415.335000', '114415.795000', '114416.255000', '114416.715000', '114417.175000', '114417.635000', '114418.095000', '114418.555000', '114419.015000', '114419.475000', '114419.935000', '114420.395000', '114420.855000', '114421.315000', '114421.775000', '114422.235000', '114422.695000', '114423.155000', '114423.615000', '114424.075000', '114424.535000', '114424.995000', '114425.455000', '114425.915000', '114426.375000', '114426.835000', '114427.295000', '114427.755000', '114428.215000', '114428.675000', '114429.135000', '114429.595000', '114430.055000', '114430.515000', '114430.975000', '114431.435000', '114431.895000', '114432.355000', '114432.815000', '114433.275000', '114433.735000', '114434.195000', '114434.655000', '114435.115000', '114435.575000', '114436.035000', '114436.495000', '114436.955000', '114437.415000'], 'ContentTime': ['113817.913000', '113817.916000', '113817.918000', '113817.921000', '113817.924000', '113817.926000', '113817.929000', '113817.931000', '113817.934000', '113817.937000', '113817.939000', '113817.942000', '113817.944000', '113817.947000', '113817.949000', '113817.958000', '113817.961000', '113817.963000', '113817.966000', '113817.969000', '113817.972000', '113817.974000', '113817.977000', '113817.979000', '113817.982000', '113817.984000', '113817.987000', '113817.990000', '113817.992000', '113817.995000', '113817.997000', '113818.001000', '113818.003000', '113818.006000', '113818.008000', '113818.011000', '113818.013000', '113818.016000', '113818.018000', '113818.021000', '113818.024000', '113818.026000', '113818.029000', '113837.869000', '113837.872000', '113837.875000', '113837.877000', '113837.880000', '113837.882000', '113837.885000', '113837.888000', '113837.890000', '113837.893000', '113837.895000', '113837.898000', '113837.900000', '113837.903000', '113837.906000', '113837.908000', '113837.911000', '113837.913000', '113837.916000', '113837.918000', '113837.921000', '113837.924000', '113837.926000', '113837.929000', '113837.931000', '113837.934000', '113837.943000', '113837.945000', '113837.948000', '113837.950000', '113837.953000', '113837.955000', '113837.958000', '113837.961000', '113837.963000', '113837.966000', '113837.968000', '113837.971000', '113837.973000', '113837.976000', '113837.978000', '113837.981000', '113837.983000', '113857.870000', '113857.873000', '113857.876000', '113857.878000', '113857.881000', '113857.883000', '113857.886000', '113857.888000', '113857.891000', '113857.893000', '113857.896000', '113857.898000', '113857.901000', '113857.904000', '113857.907000', '113857.909000', '113857.912000', '113857.914000', '113857.917000', '113857.920000', '113857.922000', '113857.925000', '113857.927000', '113857.930000', '113857.932000', '113857.935000', '113857.938000', '113857.940000', '113857.943000', '113857.945000', '113857.948000', '113857.951000', '113857.953000', '113857.956000', '113857.959000', '113857.961000', '113857.964000', '113857.966000', '113857.969000', '113857.972000', '113857.974000', '113857.977000', '113857.985000', '113857.987000', '113917.870000', '113917.873000', '113917.876000', '113917.878000', '113917.881000', '113917.883000', '113917.886000', '113917.888000', '113917.891000', '113917.893000', '113917.896000', '113917.899000', '113917.901000', '113917.904000', '113917.906000', '113917.909000', '113917.911000', '113917.914000', '113917.917000', '113917.919000', '113917.922000', '113917.924000', '113917.927000', '113917.929000', '113917.932000', '113917.934000', '113917.937000', '113917.939000', '113917.942000', '113917.944000', '113917.947000', '113917.950000', '113917.952000', '113917.955000', '113917.957000', '113917.960000', '113917.963000', '113917.965000', '113917.968000', '113917.970000', '113917.979000', '113917.981000', '113917.984000', '113937.871000', '113937.873000', '113937.876000', '113937.879000', '113937.881000', '113937.884000', '113937.886000', '113937.889000', '113937.891000', '113937.894000', '113937.897000', '113937.899000', '113937.902000', '113937.904000', '113937.907000', '113937.909000', '113937.912000', '113937.914000', '113937.917000', '113937.920000', '113937.922000', '113937.925000', '113937.927000', '113937.930000', '113937.933000', '113937.935000', '113937.938000', '113937.940000', '113937.943000', '113937.945000', '113937.948000', '113937.950000', '113937.953000', '113937.955000', '113937.958000', '113937.961000', '113937.963000', '113937.966000', '113937.968000', '113937.971000', '113937.974000', '113937.976000', '113937.979000', '113937.981000', '113957.869000', '113957.872000', '113957.875000', '113957.877000', '113957.880000', '113957.883000', '113957.885000', '113957.888000', '113957.890000', '113957.893000', '113957.895000', '113957.898000', '113957.901000', '113957.903000', '113957.906000', '113957.908000', '113957.911000', '113957.913000', '113957.916000', '113957.918000', '113957.921000', '113957.924000', '113957.926000', '113957.929000', '113957.931000', '113957.934000', '113957.936000', '113957.939000', '113957.942000', '113957.944000', '113957.947000', '113957.949000', '113957.952000', '113957.954000', '113957.957000', '113957.959000', '113957.962000', '113957.964000', '113957.967000', '113957.970000', '113957.972000', '113957.975000', '113957.977000', '114017.869000', '114017.872000', '114017.875000', '114017.878000', '114017.880000', '114017.883000', '114017.885000', '114017.888000', '114017.890000', '114017.893000', '114017.896000', '114017.898000', '114017.901000', '114017.903000', '114017.906000', '114017.908000', '114017.911000', '114017.914000', '114017.916000', '114017.919000', '114017.921000', '114017.924000', '114017.927000', '114017.929000', '114017.932000', '114017.934000', '114017.937000', '114017.939000', '114017.942000', '114017.944000', '114017.947000', '114017.950000', '114017.952000', '114017.955000', '114017.957000', '114017.960000', '114017.962000', '114017.982000', '114017.985000', '114017.987000', '114017.990000', '114017.992000', '114017.995000', '114017.998000', '114037.870000', '114037.872000', '114037.875000', '114037.878000', '114037.880000', '114037.883000', '114037.885000', '114037.888000', '114037.891000', '114037.893000', '114037.896000', '114037.898000', '114037.901000', '114037.903000', '114037.906000', '114037.908000', '114037.911000', '114037.914000', '114037.916000', '114037.919000', '114037.921000', '114037.924000', '114037.926000', '114037.929000', '114037.932000', '114037.934000', '114037.937000', '114037.939000', '114037.942000', '114037.944000', '114037.947000', '114037.950000', '114037.952000', '114037.955000', '114037.957000', '114037.960000', '114037.962000', '114037.965000', '114037.968000', '114037.970000', '114037.973000', '114037.975000', '114037.978000', '114057.869000', '114057.872000', '114057.875000', '114057.877000', '114057.880000', '114057.883000', '114057.885000', '114057.888000', '114057.890000', '114057.893000', '114057.896000', '114057.898000', '114057.901000', '114057.903000', '114057.906000', '114057.909000', '114057.911000', '114057.914000', '114057.916000', '114057.919000', '114057.921000', '114057.924000', '114057.927000', '114057.929000', '114057.932000', '114057.934000', '114057.937000', '114057.939000', '114057.942000', '114057.945000', '114057.947000', '114057.950000', '114057.952000', '114057.955000', '114057.957000', '114057.960000', '114057.963000', '114057.965000', '114057.968000', '114057.970000', '114057.973000', '114057.976000', '114057.978000', '114057.981000', '114117.871000', '114117.873000', '114117.876000', '114117.879000', '114117.881000', '114117.884000', '114117.886000', '114117.889000', '114117.892000', '114117.894000', '114117.897000', '114117.899000', '114117.902000', '114117.904000', '114117.907000', '114117.910000', '114117.912000', '114117.915000', '114117.917000', '114117.920000', '114117.922000', '114117.925000', '114117.927000', '114117.930000', '114117.933000', '114117.935000', '114117.938000', '114117.940000', '114117.943000', '114117.945000', '114117.948000', '114117.950000', '114117.953000', '114117.956000', '114117.958000', '114117.961000', '114117.963000', '114117.966000', '114117.969000', '114117.971000', '114117.974000', '114117.976000', '114117.979000', '114137.871000', '114137.874000', '114137.876000', '114137.879000', '114137.881000', '114137.884000', '114137.887000', '114137.889000', '114137.892000', '114137.895000', '114137.897000', '114137.900000', '114137.902000', '114137.905000', '114137.908000', '114137.910000', '114137.913000', '114137.915000', '114137.918000', '114137.920000', '114137.923000', '114137.926000', '114137.928000', '114137.931000', '114137.933000', '114137.936000', '114137.938000', '114137.941000', '114137.944000', '114137.946000', '114137.949000', '114137.951000', '114137.954000', '114137.956000', '114137.959000', '114137.962000', '114137.964000', '114137.967000', '114137.969000', '114137.972000', '114137.974000', '114137.977000', '114137.980000', '114137.982000', '114157.871000', '114157.873000', '114157.876000', '114157.878000', '114157.881000', '114157.884000', '114157.886000', '114157.889000', '114157.891000', '114157.894000', '114157.897000', '114157.899000', '114157.902000', '114157.904000', '114157.907000', '114157.909000', '114157.912000', '114157.915000', '114157.943000', '114157.946000', '114157.949000', '114157.951000', '114157.954000', '114157.956000', '114157.959000', '114157.961000', '114157.964000', '114157.967000', '114157.970000', '114157.972000', '114157.975000', '114157.977000', '114157.980000', '114157.983000', '114157.985000', '114157.988000', '114157.990000', '114157.993000', '114157.996000', '114157.998000', '114158.001000', '114158.003000', '114158.006000', '114217.869000', '114217.872000', '114217.875000', '114217.877000', '114217.880000', '114217.882000', '114217.885000', '114217.888000', '114217.890000', '114217.893000', '114217.895000', '114217.898000', '114217.900000', '114217.903000', '114217.906000', '114217.908000', '114217.911000', '114217.913000', '114217.916000', '114217.919000', '114217.921000', '114217.924000', '114217.926000', '114217.929000', '114217.931000', '114217.934000', '114217.936000', '114217.939000', '114217.942000', '114217.944000', '114217.947000', '114217.949000', '114217.952000', '114217.955000', '114217.957000', '114217.960000', '114217.962000', '114217.965000', '114217.967000', '114217.970000', '114217.973000', '114217.975000', '114217.978000', '114217.980000', '114237.869000', '114237.872000', '114237.875000', '114237.877000', '114237.880000', '114237.882000', '114237.885000', '114237.888000', '114237.890000', '114237.893000', '114237.895000', '114237.898000', '114237.901000', '114237.903000', '114237.906000', '114237.908000', '114237.911000', '114237.914000', '114237.916000', '114237.919000', '114237.921000', '114237.924000', '114237.926000', '114237.929000', '114237.932000', '114237.934000', '114237.937000', '114237.939000', '114237.942000', '114237.945000', '114237.947000', '114237.950000', '114237.952000', '114237.955000', '114237.957000', '114237.960000', '114237.963000', '114237.965000', '114237.968000', '114237.970000', '114237.973000', '114237.975000', '114237.978000', '114257.869000', '114257.872000', '114257.875000', '114257.877000', '114257.880000', '114257.884000', '114257.886000', '114257.889000', '114257.892000', '114257.894000', '114257.897000', '114257.899000', '114257.902000', '114257.905000', '114257.907000', '114257.910000', '114257.912000', '114257.915000', '114257.918000', '114257.920000', '114257.923000', '114257.925000', '114257.928000', '114257.930000', '114257.933000', '114257.936000', '114257.938000', '114257.941000', '114257.944000', '114257.946000', '114257.949000', '114257.951000', '114257.954000', '114257.957000', '114257.959000', '114257.962000', '114257.965000', '114257.967000', '114257.970000', '114257.972000', '114257.975000', '114257.977000', '114257.980000', '114317.870000', '114317.873000', '114317.875000', '114317.878000', '114317.880000', '114317.883000', '114317.886000', '114317.888000', '114317.891000', '114317.894000', '114317.896000', '114317.899000', '114317.901000', '114317.904000', '114317.906000', '114317.909000', '114317.912000', '114317.914000', '114317.917000', '114317.919000', '114317.922000', '114317.925000', '114317.927000', '114317.930000', '114317.932000', '114317.935000', '114317.937000', '114317.940000', '114317.943000', '114317.945000', '114317.948000', '114317.950000', '114317.953000', '114317.955000', '114317.958000', '114317.961000', '114317.963000', '114317.966000', '114317.968000', '114317.971000', '114317.973000', '114317.976000', '114317.978000', '114317.981000', '114337.871000', '114337.873000', '114337.876000', '114337.878000', '114337.882000', '114337.885000', '114337.887000', '114337.890000', '114337.893000', '114337.895000', '114337.898000', '114337.900000', '114337.903000', '114337.906000', '114337.908000', '114337.911000', '114337.913000', '114337.916000', '114337.919000', '114337.921000', '114337.924000', '114337.927000', '114337.929000', '114337.932000', '114337.934000', '114337.937000', '114337.939000', '114337.942000', '114337.945000', '114337.947000', '114337.950000', '114337.952000', '114337.955000', '114337.958000', '114337.960000', '114337.963000', '114337.965000', '114337.968000', '114337.970000', '114337.973000', '114337.976000', '114337.978000', '114337.981000', '114357.870000', '114357.873000', '114357.876000', '114357.878000', '114357.881000', '114357.883000', '114357.886000', '114357.889000', '114357.891000', '114357.894000', '114357.896000', '114357.899000', '114357.901000', '114357.904000', '114357.908000', '114357.911000', '114357.914000', '114357.916000', '114357.919000', '114357.921000', '114357.924000', '114357.927000', '114357.929000', '114357.932000', '114357.934000', '114357.937000', '114357.940000', '114357.942000', '114357.945000', '114357.947000', '114357.950000', '114357.952000', '114357.955000', '114357.958000', '114357.960000', '114357.963000', '114357.965000', '114357.968000', '114357.970000', '114357.973000', '114357.976000', '114357.978000', '114357.981000', '114357.983000', '114417.871000', '114417.873000', '114417.876000', '114417.879000', '114417.881000', '114417.884000', '114417.886000', '114417.889000', '114417.891000', '114417.894000', '114417.896000', '114417.899000', '114417.902000', '114417.904000', '114417.907000', '114417.909000', '114417.912000', '114417.914000', '114417.917000', '114417.919000', '114417.923000', '114417.926000', '114417.928000', '114417.931000', '114417.933000', '114417.936000', '114417.939000', '114417.941000', '114417.944000', '114417.946000', '114417.949000', '114417.951000', '114417.954000', '114417.957000', '114417.959000', '114417.962000', '114417.965000', '114417.967000', '114417.970000', '114417.972000', '114417.975000', '114417.978000', '114417.980000', '114437.869000', '114437.872000', '114437.875000', '114437.877000', '114437.880000', '114437.882000', '114437.885000', '114437.888000', '114437.890000', '114437.893000', '114437.895000', '114437.898000', '114437.900000', '114437.903000', '114437.906000', '114437.908000', '114437.911000', '114437.913000', '114437.916000', '114437.918000', '114437.921000', '114437.924000', '114437.926000', '114437.929000', '114437.931000', '114437.934000', '114437.937000', '114437.939000', '114437.942000', '114437.945000', '114437.947000', '114437.950000', '114437.953000', '114437.955000', '114437.958000', '114437.960000', '114437.963000', '114437.966000', '114437.968000', '114437.971000', '114437.980000', '114437.982000', '114437.985000', '114437.987000', '114439.028000', '114439.031000', '114439.034000'], 'InstanceCreationTime': ['113817.913000', '113817.916000', '113817.918000', '113817.921000', '113817.924000', '113817.926000', '113817.929000', '113817.931000', '113817.934000', '113817.937000', '113817.939000', '113817.942000', '113817.944000', '113817.947000', '113817.949000', '113817.958000', '113817.961000', '113817.963000', '113817.966000', '113817.969000', '113817.972000', '113817.974000', '113817.977000', '113817.979000', '113817.982000', '113817.984000', '113817.987000', '113817.990000', '113817.992000', '113817.995000', '113817.997000', '113818.001000', '113818.003000', '113818.006000', '113818.008000', '113818.011000', '113818.013000', '113818.016000', '113818.018000', '113818.021000', '113818.024000', '113818.026000', '113818.029000', '113837.869000', '113837.872000', '113837.875000', '113837.877000', '113837.880000', '113837.882000', '113837.885000', '113837.888000', '113837.890000', '113837.893000', '113837.895000', '113837.898000', '113837.900000', '113837.903000', '113837.906000', '113837.908000', '113837.911000', '113837.913000', '113837.916000', '113837.918000', '113837.921000', '113837.924000', '113837.926000', '113837.929000', '113837.931000', '113837.934000', '113837.943000', '113837.945000', '113837.948000', '113837.950000', '113837.953000', '113837.955000', '113837.958000', '113837.961000', '113837.963000', '113837.966000', '113837.968000', '113837.971000', '113837.973000', '113837.976000', '113837.978000', '113837.981000', '113837.983000', '113857.870000', '113857.873000', '113857.876000', '113857.878000', '113857.881000', '113857.883000', '113857.886000', '113857.888000', '113857.891000', '113857.893000', '113857.896000', '113857.898000', '113857.901000', '113857.904000', '113857.907000', '113857.909000', '113857.912000', '113857.914000', '113857.917000', '113857.920000', '113857.922000', '113857.925000', '113857.927000', '113857.930000', '113857.932000', '113857.935000', '113857.938000', '113857.940000', '113857.943000', '113857.945000', '113857.948000', '113857.951000', '113857.953000', '113857.956000', '113857.959000', '113857.961000', '113857.964000', '113857.966000', '113857.969000', '113857.972000', '113857.974000', '113857.977000', '113857.985000', '113857.987000', '113917.870000', '113917.873000', '113917.876000', '113917.878000', '113917.881000', '113917.883000', '113917.886000', '113917.888000', '113917.891000', '113917.893000', '113917.896000', '113917.899000', '113917.901000', '113917.904000', '113917.906000', '113917.909000', '113917.911000', '113917.914000', '113917.917000', '113917.919000', '113917.922000', '113917.924000', '113917.927000', '113917.929000', '113917.932000', '113917.934000', '113917.937000', '113917.939000', '113917.942000', '113917.944000', '113917.947000', '113917.950000', '113917.952000', '113917.955000', '113917.957000', '113917.960000', '113917.963000', '113917.965000', '113917.968000', '113917.970000', '113917.979000', '113917.981000', '113917.984000', '113937.871000', '113937.873000', '113937.876000', '113937.879000', '113937.881000', '113937.884000', '113937.886000', '113937.889000', '113937.891000', '113937.894000', '113937.897000', '113937.899000', '113937.902000', '113937.904000', '113937.907000', '113937.909000', '113937.912000', '113937.914000', '113937.917000', '113937.920000', '113937.922000', '113937.925000', '113937.927000', '113937.930000', '113937.933000', '113937.935000', '113937.938000', '113937.940000', '113937.943000', '113937.945000', '113937.948000', '113937.950000', '113937.953000', '113937.955000', '113937.958000', '113937.961000', '113937.963000', '113937.966000', '113937.968000', '113937.971000', '113937.974000', '113937.976000', '113937.979000', '113937.981000', '113957.869000', '113957.872000', '113957.875000', '113957.877000', '113957.880000', '113957.883000', '113957.885000', '113957.888000', '113957.890000', '113957.893000', '113957.895000', '113957.898000', '113957.901000', '113957.903000', '113957.906000', '113957.908000', '113957.911000', '113957.913000', '113957.916000', '113957.918000', '113957.921000', '113957.924000', '113957.926000', '113957.929000', '113957.931000', '113957.934000', '113957.936000', '113957.939000', '113957.942000', '113957.944000', '113957.947000', '113957.949000', '113957.952000', '113957.954000', '113957.957000', '113957.959000', '113957.962000', '113957.964000', '113957.967000', '113957.970000', '113957.972000', '113957.975000', '113957.977000', '114017.869000', '114017.872000', '114017.875000', '114017.878000', '114017.880000', '114017.883000', '114017.885000', '114017.888000', '114017.890000', '114017.893000', '114017.896000', '114017.898000', '114017.901000', '114017.903000', '114017.906000', '114017.908000', '114017.911000', '114017.914000', '114017.916000', '114017.919000', '114017.921000', '114017.924000', '114017.927000', '114017.929000', '114017.932000', '114017.934000', '114017.937000', '114017.939000', '114017.942000', '114017.944000', '114017.947000', '114017.950000', '114017.952000', '114017.955000', '114017.957000', '114017.960000', '114017.962000', '114017.982000', '114017.985000', '114017.987000', '114017.990000', '114017.992000', '114017.995000', '114017.998000', '114037.870000', '114037.872000', '114037.875000', '114037.878000', '114037.880000', '114037.883000', '114037.885000', '114037.888000', '114037.891000', '114037.893000', '114037.896000', '114037.898000', '114037.901000', '114037.903000', '114037.906000', '114037.908000', '114037.911000', '114037.914000', '114037.916000', '114037.919000', '114037.921000', '114037.924000', '114037.926000', '114037.929000', '114037.932000', '114037.934000', '114037.937000', '114037.939000', '114037.942000', '114037.944000', '114037.947000', '114037.950000', '114037.952000', '114037.955000', '114037.957000', '114037.960000', '114037.962000', '114037.965000', '114037.968000', '114037.970000', '114037.973000', '114037.975000', '114037.978000', '114057.869000', '114057.872000', '114057.875000', '114057.877000', '114057.880000', '114057.883000', '114057.885000', '114057.888000', '114057.890000', '114057.893000', '114057.896000', '114057.898000', '114057.901000', '114057.903000', '114057.906000', '114057.909000', '114057.911000', '114057.914000', '114057.916000', '114057.919000', '114057.921000', '114057.924000', '114057.927000', '114057.929000', '114057.932000', '114057.934000', '114057.937000', '114057.939000', '114057.942000', '114057.945000', '114057.947000', '114057.950000', '114057.952000', '114057.955000', '114057.957000', '114057.960000', '114057.963000', '114057.965000', '114057.968000', '114057.970000', '114057.973000', '114057.976000', '114057.978000', '114057.981000', '114117.871000', '114117.873000', '114117.876000', '114117.879000', '114117.881000', '114117.884000', '114117.886000', '114117.889000', '114117.892000', '114117.894000', '114117.897000', '114117.899000', '114117.902000', '114117.904000', '114117.907000', '114117.910000', '114117.912000', '114117.915000', '114117.917000', '114117.920000', '114117.922000', '114117.925000', '114117.927000', '114117.930000', '114117.933000', '114117.935000', '114117.938000', '114117.940000', '114117.943000', '114117.945000', '114117.948000', '114117.950000', '114117.953000', '114117.956000', '114117.958000', '114117.961000', '114117.963000', '114117.966000', '114117.969000', '114117.971000', '114117.974000', '114117.976000', '114117.979000', '114137.871000', '114137.874000', '114137.876000', '114137.879000', '114137.881000', '114137.884000', '114137.887000', '114137.889000', '114137.892000', '114137.895000', '114137.897000', '114137.900000', '114137.902000', '114137.905000', '114137.908000', '114137.910000', '114137.913000', '114137.915000', '114137.918000', '114137.920000', '114137.923000', '114137.926000', '114137.928000', '114137.931000', '114137.933000', '114137.936000', '114137.938000', '114137.941000', '114137.944000', '114137.946000', '114137.949000', '114137.951000', '114137.954000', '114137.956000', '114137.959000', '114137.962000', '114137.964000', '114137.967000', '114137.969000', '114137.972000', '114137.974000', '114137.977000', '114137.980000', '114137.982000', '114157.871000', '114157.873000', '114157.876000', '114157.878000', '114157.881000', '114157.884000', '114157.886000', '114157.889000', '114157.891000', '114157.894000', '114157.897000', '114157.899000', '114157.902000', '114157.904000', '114157.907000', '114157.909000', '114157.912000', '114157.915000', '114157.943000', '114157.946000', '114157.949000', '114157.951000', '114157.954000', '114157.956000', '114157.959000', '114157.961000', '114157.964000', '114157.967000', '114157.970000', '114157.972000', '114157.975000', '114157.977000', '114157.980000', '114157.983000', '114157.985000', '114157.988000', '114157.990000', '114157.993000', '114157.996000', '114157.998000', '114158.001000', '114158.003000', '114158.006000', '114217.869000', '114217.872000', '114217.875000', '114217.877000', '114217.880000', '114217.882000', '114217.885000', '114217.888000', '114217.890000', '114217.893000', '114217.895000', '114217.898000', '114217.900000', '114217.903000', '114217.906000', '114217.908000', '114217.911000', '114217.913000', '114217.916000', '114217.919000', '114217.921000', '114217.924000', '114217.926000', '114217.929000', '114217.931000', '114217.934000', '114217.936000', '114217.939000', '114217.942000', '114217.944000', '114217.947000', '114217.949000', '114217.952000', '114217.955000', '114217.957000', '114217.960000', '114217.962000', '114217.965000', '114217.967000', '114217.970000', '114217.973000', '114217.975000', '114217.978000', '114217.980000', '114237.869000', '114237.872000', '114237.875000', '114237.877000', '114237.880000', '114237.882000', '114237.885000', '114237.888000', '114237.890000', '114237.893000', '114237.895000', '114237.898000', '114237.901000', '114237.903000', '114237.906000', '114237.908000', '114237.911000', '114237.914000', '114237.916000', '114237.919000', '114237.921000', '114237.924000', '114237.926000', '114237.929000', '114237.932000', '114237.934000', '114237.937000', '114237.939000', '114237.942000', '114237.945000', '114237.947000', '114237.950000', '114237.952000', '114237.955000', '114237.957000', '114237.960000', '114237.963000', '114237.965000', '114237.968000', '114237.970000', '114237.973000', '114237.975000', '114237.978000', '114257.869000', '114257.872000', '114257.875000', '114257.877000', '114257.880000', '114257.884000', '114257.886000', '114257.889000', '114257.892000', '114257.894000', '114257.897000', '114257.899000', '114257.902000', '114257.905000', '114257.907000', '114257.910000', '114257.912000', '114257.915000', '114257.918000', '114257.920000', '114257.923000', '114257.925000', '114257.928000', '114257.930000', '114257.933000', '114257.936000', '114257.938000', '114257.941000', '114257.944000', '114257.946000', '114257.949000', '114257.951000', '114257.954000', '114257.957000', '114257.959000', '114257.962000', '114257.965000', '114257.967000', '114257.970000', '114257.972000', '114257.975000', '114257.977000', '114257.980000', '114317.870000', '114317.873000', '114317.875000', '114317.878000', '114317.880000', '114317.883000', '114317.886000', '114317.888000', '114317.891000', '114317.894000', '114317.896000', '114317.899000', '114317.901000', '114317.904000', '114317.906000', '114317.909000', '114317.912000', '114317.914000', '114317.917000', '114317.919000', '114317.922000', '114317.925000', '114317.927000', '114317.930000', '114317.932000', '114317.935000', '114317.937000', '114317.940000', '114317.943000', '114317.945000', '114317.948000', '114317.950000', '114317.953000', '114317.955000', '114317.958000', '114317.961000', '114317.963000', '114317.966000', '114317.968000', '114317.971000', '114317.973000', '114317.976000', '114317.978000', '114317.981000', '114337.871000', '114337.873000', '114337.876000', '114337.878000', '114337.882000', '114337.885000', '114337.887000', '114337.890000', '114337.893000', '114337.895000', '114337.898000', '114337.900000', '114337.903000', '114337.906000', '114337.908000', '114337.911000', '114337.913000', '114337.916000', '114337.919000', '114337.921000', '114337.924000', '114337.927000', '114337.929000', '114337.932000', '114337.934000', '114337.937000', '114337.939000', '114337.942000', '114337.945000', '114337.947000', '114337.950000', '114337.952000', '114337.955000', '114337.958000', '114337.960000', '114337.963000', '114337.965000', '114337.968000', '114337.970000', '114337.973000', '114337.976000', '114337.978000', '114337.981000', '114357.870000', '114357.873000', '114357.876000', '114357.878000', '114357.881000', '114357.883000', '114357.886000', '114357.889000', '114357.891000', '114357.894000', '114357.896000', '114357.899000', '114357.901000', '114357.904000', '114357.908000', '114357.911000', '114357.914000', '114357.916000', '114357.919000', '114357.921000', '114357.924000', '114357.927000', '114357.929000', '114357.932000', '114357.934000', '114357.937000', '114357.940000', '114357.942000', '114357.945000', '114357.947000', '114357.950000', '114357.952000', '114357.955000', '114357.958000', '114357.960000', '114357.963000', '114357.965000', '114357.968000', '114357.970000', '114357.973000', '114357.976000', '114357.978000', '114357.981000', '114357.983000', '114417.871000', '114417.873000', '114417.876000', '114417.879000', '114417.881000', '114417.884000', '114417.886000', '114417.889000', '114417.891000', '114417.894000', '114417.896000', '114417.899000', '114417.902000', '114417.904000', '114417.907000', '114417.909000', '114417.912000', '114417.914000', '114417.917000', '114417.919000', '114417.923000', '114417.926000', '114417.928000', '114417.931000', '114417.933000', '114417.936000', '114417.939000', '114417.941000', '114417.944000', '114417.946000', '114417.949000', '114417.951000', '114417.954000', '114417.957000', '114417.959000', '114417.962000', '114417.965000', '114417.967000', '114417.970000', '114417.972000', '114417.975000', '114417.978000', '114417.980000', '114437.869000', '114437.872000', '114437.875000', '114437.877000', '114437.880000', '114437.882000', '114437.885000', '114437.888000', '114437.890000', '114437.893000', '114437.895000', '114437.898000', '114437.900000', '114437.903000', '114437.906000', '114437.908000', '114437.911000', '114437.913000', '114437.916000', '114437.918000', '114437.921000', '114437.924000', '114437.926000', '114437.929000', '114437.931000', '114437.934000', '114437.937000', '114437.939000', '114437.942000', '114437.945000', '114437.947000', '114437.950000', '114437.953000', '114437.955000', '114437.958000', '114437.960000', '114437.963000', '114437.966000', '114437.968000', '114437.971000', '114437.980000', '114437.982000', '114437.985000', '114437.987000', '114439.028000', '114439.031000', '114439.034000'], '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': [9401, 8914, 8673, 9111, 6599, 9319, 6754, 9809, 10141, 9568, 8941, 9356, 8872, 9275, 10166, 9391, 12997, 9285, 9391, 6490, 6768, 6796, 6377, 9125, 6411, 7976, 7348, 6525, 7324, 7685, 9038, 7946, 8928, 10383, 8703, 13127, 10074, 11722, 13882, 11725, 14262, 10574, 9657, 8425, 8428, 8322, 11617, 8564, 8421, 8862, 7940, 9079, 7156, 8836, 8762, 8733, 8065, 8609, 8033, 8329, 7845, 8345, 7951, 10513, 8477, 10731, 8528, 7182, 7308, 7016, 7381, 6473, 8696, 7722, 8418, 8696, 8414, 8089, 7896, 7387, 8044, 6509, 8493, 7846, 8643, 10618, 8526, 10660, 8574, 11782, 8767, 8414, 8143, 7697, 6967, 7859, 7249, 8374, 9495, 8910, 10294, 8808, 8827, 8007, 9220, 8365, 9166, 8411, 7957, 7423, 7657, 6231, 7713, 6843, 8067, 6845, 8142, 6784, 8717, 10299, 8678, 11808, 8956, 11888, 9015, 8973, 8775, 8850, 8182, 13179, 8201, 10678, 8501, 8392, 8748, 8089, 8282, 8628, 7769, 8415, 11834, 8988, 9659, 8646, 8589, 7852, 8340, 7448, 8552, 6390, 9169, 10735, 9048, 8691, 8132, 8808, 6728, 8887, 10472, 8957, 9416, 8767, 8617, 8911, 7975, 8486, 7996, 8204, 9027, 8549, 8736, 8644, 8804, 8596, 8693, 8387, 8668, 10832, 8007, 14155, 10616, 14148, 10702, 13269, 8321, 12637, 8330, 9189, 8842, 9460, 8592, 9462, 8787, 8955, 9025, 8038, 8680, 8452, 8571, 11481, 8413, 11470, 8852, 8792, 8886, 8701, 8916, 8115, 8572, 8419, 8413, 9524, 8343, 12940, 8548, 9799, 8650, 6712, 8509, 8318, 8746, 8370, 8662, 8506, 8327, 9413, 7996, 11071, 8101, 12688, 8610, 14387, 8900, 9992, 8124, 8031, 8271, 8696, 8380, 9476, 8268, 9638, 8811, 8415, 8870, 7747, 8709, 8107, 8403, 7680, 6933, 9059, 10208, 8723, 9211, 8729, 8284, 8752, 8157, 8076, 8003, 7954, 8216, 8467, 9130, 8928, 8512, 8531, 8368, 8191, 7984, 6778, 7732, 6959, 9048, 7329, 7887, 6708, 7328, 6788, 8756, 8167, 10565, 8387, 8857, 7692, 7966, 8191, 7841, 12542, 9291, 9960, 8126, 13549, 8280, 13492, 10288, 13842, 8495, 10509, 8936, 8666, 8807, 7855, 8282, 7720, 7921, 7298, 7110, 8811, 8064, 9127, 9339, 9072, 9233, 8699, 8429, 7682, 7570, 6233, 8912, 10585, 8703, 9073, 8824, 8252, 8151, 8162, 6151, 8477, 10042, 8397, 8817, 8671, 8419, 8282, 8183, 7680, 7904, 7442, 8261, 7634, 9262, 7169, 8735, 8307, 8671, 8700, 9241, 8683, 9216, 9239, 9698, 8962, 12520, 9345, 13771, 11366, 14298, 9587, 12399, 8696, 10274, 8475, 8880, 13730, 9442, 12596, 7846, 7020, 6888, 5739, 6596, 6322, 9338, 8395, 9352, 9251, 9161, 10067, 9072, 10572, 8970, 13215, 8935, 9761, 6947, 6771, 9319, 13687, 9234, 9617, 9230, 7920, 7903, 8691, 7940, 8334, 13267, 8485, 13946, 9272, 9522, 8934, 7628, 8486, 7480, 8039, 9025, 7526, 9115, 9458, 9224, 7864, 7055, 6787, 7582, 6446, 9500, 7443, 9373, 10251, 9224, 10413, 9649, 10855, 9554, 9274, 9207, 8596, 9056, 8343, 8822, 12689, 8978, 12255, 7830, 8723, 11587, 9087, 10529, 9264, 11904, 9206, 8783, 9194, 7764, 6910, 9233, 9414, 9084, 9293, 8792, 7695, 7287, 7714, 6628, 9153, 6456, 9075, 10304, 8687, 8713, 8420, 8212, 7010, 8705, 7246, 9328, 9092, 9250, 10687, 9040, 9649, 9224, 11400, 9283, 9091, 8244, 7908, 7169, 7565, 7414, 8743, 8660, 9186, 14100, 9332, 11262, 8992, 11505, 9613, 11966, 9271, 6687, 9684, 9366, 9261, 9006, 7708, 8972, 10023, 9447, 6169, 9356, 8408, 9194, 10756, 9312, 9845, 9387, 8911, 9257, 8532, 9014, 9217, 9295, 9494, 8904, 8273, 7910, 7684, 8102, 9379, 8256, 7602, 7695, 8592, 12627, 8758, 12799, 9129, 9099, 9408, 10073, 9388, 8871, 8025, 9199, 12759, 9103, 8832, 7703, 7564, 7519, 9529, 10094, 9259, 8962, 6521, 9411, 10188, 8851, 8425, 6539, 9481, 6437, 9013, 8389, 8498, 8819, 8352, 8397, 8791, 8953, 7310, 9109, 7476, 9126, 10318, 8500, 9553, 9315, 11028, 8878, 9323, 9121, 10764, 9036, 12308, 9054, 13783, 11099, 13489, 9229, 9890, 8943, 8430, 9243, 11222, 9129, 11967, 9205, 7832, 9373, 6912, 9174, 8291, 9165, 6897, 6869, 6434, 7376, 6875, 9166, 10077, 9221, 12663, 9480, 11608, 9382, 9723, 9413, 12238, 9249, 11634, 9260, 8270, 8973, 10564, 9193, 13912, 9068, 8536, 8945, 7957, 8743, 8573, 9082, 10259, 9114, 12960, 9270, 9586, 9624, 9038, 9367, 8834, 9432, 9440, 8773, 9616, 14027, 10743, 8237, 8616, 6555, 9500, 6872, 9114, 9879, 8986, 7624, 6708, 6500, 6732, 6333, 9246, 7108, 9496, 10932, 9418, 9037, 9097, 8243, 8875, 9359, 9136, 9714, 9650, 9428, 9483, 8520, 8974, 8524, 9151, 8244, 7453, 9211, 13624, 9448, 11022, 8207, 8020, 7908, 8746, 6571, 9228, 10778, 9052, 8598, 6430, 8405, 6182, 8993, 8115, 8547, 9844, 8470, 8650, 7682, 7793, 6872, 7674, 6867, 8333, 5951, 8202, 6338, 8360, 6402, 8535, 6880, 9148, 12250, 10692, 12970, 9624, 10473, 9449, 9985, 8447, 9398, 8559, 9025, 8501, 13387, 10639, 8154, 7298, 6561, 7689, 7409, 8614, 12252, 8316, 8340, 7239, 6776, 7679, 6940, 8576, 6640, 8123, 7213, 8938, 7079, 9407, 7643, 9076, 7699, 8391, 7494, 8726, 7512, 8152, 10971, 8290, 13688, 8504, 11615, 8585, 9992, 8050, 10808, 8347, 9057, 8511, 7681, 8087, 8034, 7359, 8477, 7337, 7871, 7249, 8829, 7611, 9660, 8530, 8168, 8791, 8652, 8358, 7812, 7984, 7994, 7543, 8074, 7924, 9373, 11487, 9160, 13196, 11286, 13244, 10071, 13920, 12077, 12525, 9274, 10651, 8115, 9385, 8685, 8054, 8833, 8021, 10933, 8244, 9842, 8779, 8674, 8030, 8217, 7711, 8905, 8369, 8577, 8836, 6233, 8778, 8903, 7464, 8297, 7918, 7754, 8152, 8604, 7818, 9812, 8465, 9343, 8045, 8038, 9232, 8246, 13744, 10724, 11021, 8224, 9243, 7648, 7517, 7389, 7644, 6921, 7541, 5771, 8693, 8336, 8919, 9732, 9073, 9193, 8809, 9363, 8782, 9024, 8794, 8025, 7128, 7150, 6158, 8540, 7318, 8434, 8704, 7154, 5464, 6831, 5364], 'WindowCenter': [3556.0, 3542.0, 3527.0, 3527.0, 3493.0, 3525.0, 3504.0, 3536.0, 3535.0, 3523.0, 3512.0, 3523.0, 3524.0, 3524.0, 3536.0, 3524.0, 3546.0, 3524.0, 3524.0, 3493.0, 3503.0, 3504.0, 3506.0, 3552.0, 3518.0, 3542.0, 3530.0, 3509.0, 3518.0, 3518.0, 3540.0, 3530.0, 3540.0, 3538.0, 3527.0, 3549.0, 3525.0, 3536.0, 3547.0, 3535.0, 3545.0, 3520.0, 3497.0, 3496.0, 3497.0, 3499.0, 3519.0, 3499.0, 3498.0, 3511.0, 3500.0, 3524.0, 3502.0, 3525.0, 3514.0, 3525.0, 3513.0, 3514.0, 3513.0, 3513.0, 3513.0, 3513.0, 3513.0, 3522.0, 3512.0, 3534.0, 3513.0, 3490.0, 3502.0, 3502.0, 3515.0, 3493.0, 3527.0, 3514.0, 3527.0, 3526.0, 3527.0, 3517.0, 3517.0, 3504.0, 3517.0, 3493.0, 3526.0, 3514.0, 3526.0, 3537.0, 3526.0, 3536.0, 3527.0, 3548.0, 3527.0, 3515.0, 3515.0, 3513.0, 3503.0, 3514.0, 3502.0, 3515.0, 3525.0, 3525.0, 3525.0, 3525.0, 3525.0, 3515.0, 3525.0, 3528.0, 3526.0, 3528.0, 3527.0, 3517.0, 3516.0, 3506.0, 3529.0, 3519.0, 3529.0, 3519.0, 3531.0, 3518.0, 3539.0, 3552.0, 3542.0, 3562.0, 3540.0, 3550.0, 3538.0, 3527.0, 3528.0, 3528.0, 3526.0, 3559.0, 3515.0, 3536.0, 3515.0, 3525.0, 3527.0, 3515.0, 3527.0, 3527.0, 3516.0, 3517.0, 3547.0, 3525.0, 3525.0, 3513.0, 3513.0, 3513.0, 3515.0, 3502.0, 3514.0, 3493.0, 3526.0, 3536.0, 3525.0, 3515.0, 3515.0, 3525.0, 3502.0, 3527.0, 3536.0, 3527.0, 3527.0, 3527.0, 3525.0, 3528.0, 3516.0, 3527.0, 3527.0, 3528.0, 3539.0, 3529.0, 3529.0, 3528.0, 3528.0, 3527.0, 3526.0, 3526.0, 3527.0, 3536.0, 3515.0, 3548.0, 3535.0, 3546.0, 3525.0, 3545.0, 3511.0, 3533.0, 3511.0, 3511.0, 3512.0, 3521.0, 3512.0, 3524.0, 3514.0, 3512.0, 3512.0, 3501.0, 3513.0, 3511.0, 3512.0, 3534.0, 3512.0, 3533.0, 3513.0, 3512.0, 3512.0, 3513.0, 3525.0, 3513.0, 3524.0, 3514.0, 3515.0, 3525.0, 3514.0, 3547.0, 3526.0, 3525.0, 3526.0, 3503.0, 3525.0, 3515.0, 3538.0, 3526.0, 3527.0, 3526.0, 3514.0, 3525.0, 3514.0, 3535.0, 3503.0, 3533.0, 3511.0, 3544.0, 3509.0, 3509.0, 3500.0, 3499.0, 3510.0, 3510.0, 3501.0, 3511.0, 3500.0, 3511.0, 3510.0, 3498.0, 3509.0, 3499.0, 3510.0, 3499.0, 3500.0, 3500.0, 3489.0, 3511.0, 3521.0, 3511.0, 3522.0, 3525.0, 3514.0, 3527.0, 3515.0, 3528.0, 3527.0, 3540.0, 3541.0, 3542.0, 3554.0, 3543.0, 3542.0, 3542.0, 3530.0, 3531.0, 3528.0, 3517.0, 3529.0, 3519.0, 3541.0, 3518.0, 3529.0, 3506.0, 3516.0, 3505.0, 3527.0, 3527.0, 3549.0, 3527.0, 3526.0, 3517.0, 3528.0, 3526.0, 3515.0, 3548.0, 3526.0, 3524.0, 3513.0, 3546.0, 3513.0, 3546.0, 3523.0, 3545.0, 3511.0, 3521.0, 3512.0, 3510.0, 3510.0, 3499.0, 3500.0, 3500.0, 3500.0, 3499.0, 3501.0, 3524.0, 3512.0, 3523.0, 3522.0, 3523.0, 3523.0, 3525.0, 3513.0, 3513.0, 3515.0, 3492.0, 3525.0, 3535.0, 3527.0, 3524.0, 3524.0, 3514.0, 3515.0, 3514.0, 3492.0, 3525.0, 3536.0, 3525.0, 3528.0, 3527.0, 3526.0, 3528.0, 3526.0, 3527.0, 3527.0, 3531.0, 3540.0, 3531.0, 3541.0, 3531.0, 3542.0, 3543.0, 3540.0, 3541.0, 3541.0, 3553.0, 3554.0, 3553.0, 3553.0, 3554.0, 3565.0, 3543.0, 3562.0, 3552.0, 3561.0, 3527.0, 3546.0, 3513.0, 3523.0, 3513.0, 3513.0, 3544.0, 3512.0, 3533.0, 3499.0, 3488.0, 3490.0, 3479.0, 3492.0, 3491.0, 3526.0, 3513.0, 3525.0, 3526.0, 3538.0, 3538.0, 3527.0, 3537.0, 3528.0, 3560.0, 3526.0, 3536.0, 3504.0, 3504.0, 3527.0, 3561.0, 3539.0, 3538.0, 3526.0, 3515.0, 3514.0, 3525.0, 3513.0, 3513.0, 3546.0, 3514.0, 3546.0, 3522.0, 3511.0, 3510.0, 3488.0, 3499.0, 3488.0, 3500.0, 3510.0, 3499.0, 3511.0, 3522.0, 3523.0, 3512.0, 3501.0, 3491.0, 3514.0, 3492.0, 3538.0, 3515.0, 3526.0, 3537.0, 3538.0, 3538.0, 3539.0, 3539.0, 3538.0, 3539.0, 3538.0, 3525.0, 3525.0, 3526.0, 3527.0, 3561.0, 3527.0, 3548.0, 3515.0, 3524.0, 3535.0, 3524.0, 3524.0, 3525.0, 3534.0, 3525.0, 3512.0, 3525.0, 3513.0, 3502.0, 3524.0, 3523.0, 3525.0, 3523.0, 3513.0, 3513.0, 3514.0, 3514.0, 3504.0, 3527.0, 3504.0, 3539.0, 3537.0, 3528.0, 3526.0, 3528.0, 3527.0, 3518.0, 3541.0, 3518.0, 3539.0, 3529.0, 3539.0, 3537.0, 3527.0, 3538.0, 3540.0, 3550.0, 3540.0, 3528.0, 3527.0, 3515.0, 3503.0, 3513.0, 3503.0, 3526.0, 3514.0, 3525.0, 3559.0, 3524.0, 3537.0, 3525.0, 3537.0, 3536.0, 3545.0, 3524.0, 3503.0, 3524.0, 3524.0, 3525.0, 3525.0, 3514.0, 3524.0, 3536.0, 3525.0, 3492.0, 3526.0, 3513.0, 3537.0, 3536.0, 3538.0, 3537.0, 3539.0, 3526.0, 3539.0, 3526.0, 3537.0, 3539.0, 3539.0, 3538.0, 3527.0, 3526.0, 3515.0, 3515.0, 3516.0, 3527.0, 3514.0, 3514.0, 3502.0, 3525.0, 3546.0, 3515.0, 3546.0, 3523.0, 3523.0, 3524.0, 3523.0, 3523.0, 3525.0, 3512.0, 3524.0, 3544.0, 3525.0, 3513.0, 3503.0, 3501.0, 3502.0, 3524.0, 3524.0, 3523.0, 3512.0, 3491.0, 3524.0, 3525.0, 3525.0, 3525.0, 3504.0, 3537.0, 3504.0, 3527.0, 3525.0, 3538.0, 3538.0, 3541.0, 3540.0, 3542.0, 3542.0, 3530.0, 3541.0, 3517.0, 3539.0, 3549.0, 3541.0, 3540.0, 3538.0, 3549.0, 3528.0, 3537.0, 3539.0, 3547.0, 3527.0, 3549.0, 3528.0, 3561.0, 3548.0, 3547.0, 3525.0, 3525.0, 3524.0, 3512.0, 3524.0, 3537.0, 3527.0, 3547.0, 3524.0, 3502.0, 3525.0, 3501.0, 3524.0, 3514.0, 3538.0, 3505.0, 3505.0, 3506.0, 3517.0, 3506.0, 3538.0, 3538.0, 3539.0, 3560.0, 3538.0, 3548.0, 3526.0, 3525.0, 3539.0, 3563.0, 3538.0, 3549.0, 3526.0, 3515.0, 3525.0, 3538.0, 3526.0, 3558.0, 3525.0, 3526.0, 3527.0, 3515.0, 3526.0, 3525.0, 3538.0, 3538.0, 3528.0, 3549.0, 3527.0, 3538.0, 3537.0, 3524.0, 3524.0, 3525.0, 3525.0, 3525.0, 3513.0, 3524.0, 3547.0, 3522.0, 3501.0, 3511.0, 3489.0, 3522.0, 3489.0, 3524.0, 3524.0, 3524.0, 3514.0, 3503.0, 3504.0, 3505.0, 3504.0, 3537.0, 3503.0, 3537.0, 3537.0, 3527.0, 3527.0, 3526.0, 3526.0, 3527.0, 3526.0, 3525.0, 3525.0, 3526.0, 3526.0, 3538.0, 3527.0, 3526.0, 3526.0, 3526.0, 3515.0, 3503.0, 3525.0, 3547.0, 3524.0, 3535.0, 3513.0, 3513.0, 3512.0, 3513.0, 3491.0, 3525.0, 3534.0, 3524.0, 3514.0, 3492.0, 3515.0, 3493.0, 3538.0, 3516.0, 3528.0, 3539.0, 3528.0, 3527.0, 3528.0, 3528.0, 3520.0, 3529.0, 3533.0, 3543.0, 3523.0, 3543.0, 3520.0, 3542.0, 3520.0, 3542.0, 3519.0, 3553.0, 3565.0, 3565.0, 3563.0, 3539.0, 3551.0, 3541.0, 3551.0, 3530.0, 3539.0, 3527.0, 3538.0, 3529.0, 3562.0, 3549.0, 3517.0, 3515.0, 3504.0, 3515.0, 3514.0, 3527.0, 3548.0, 3529.0, 3516.0, 3515.0, 3504.0, 3515.0, 3505.0, 3525.0, 3504.0, 3528.0, 3517.0, 3526.0, 3505.0, 3527.0, 3515.0, 3526.0, 3516.0, 3525.0, 3504.0, 3525.0, 3504.0, 3516.0, 3538.0, 3514.0, 3548.0, 3513.0, 3535.0, 3514.0, 3523.0, 3514.0, 3538.0, 3514.0, 3512.0, 3525.0, 3512.0, 3514.0, 3514.0, 3514.0, 3525.0, 3515.0, 3515.0, 3516.0, 3527.0, 3516.0, 3552.0, 3540.0, 3529.0, 3553.0, 3539.0, 3528.0, 3528.0, 3528.0, 3529.0, 3530.0, 3528.0, 3530.0, 3539.0, 3537.0, 3525.0, 3535.0, 3522.0, 3532.0, 3511.0, 3533.0, 3531.0, 3520.0, 3509.0, 3508.0, 3486.0, 3496.0, 3495.0, 3485.0, 3495.0, 3484.0, 3505.0, 3497.0, 3506.0, 3497.0, 3497.0, 3498.0, 3500.0, 3501.0, 3512.0, 3513.0, 3524.0, 3526.0, 3507.0, 3540.0, 3539.0, 3518.0, 3528.0, 3529.0, 3529.0, 3531.0, 3542.0, 3530.0, 3551.0, 3530.0, 3539.0, 3529.0, 3517.0, 3527.0, 3516.0, 3550.0, 3538.0, 3537.0, 3513.0, 3513.0, 3502.0, 3501.0, 3500.0, 3501.0, 3502.0, 3514.0, 3481.0, 3525.0, 3514.0, 3527.0, 3536.0, 3527.0, 3526.0, 3528.0, 3526.0, 3527.0, 3527.0, 3526.0, 3515.0, 3504.0, 3504.0, 3493.0, 3525.0, 3515.0, 3528.0, 3528.0, 3517.0, 3495.0, 3518.0, 3495.0], 'WindowWidth': [8074.0, 8044.0, 8017.0, 8012.0, 7961.0, 8005.0, 7977.0, 8021.0, 8019.0, 8000.0, 7984.0, 7999.0, 8001.0, 8003.0, 8021.0, 8001.0, 8035.0, 8001.0, 8003.0, 7961.0, 7973.0, 7977.0, 7982.0, 8053.0, 8004.0, 8041.0, 8019.0, 7991.0, 8002.0, 8002.0, 8033.0, 8021.0, 8033.0, 8029.0, 8009.0, 8043.0, 8002.0, 8022.0, 8037.0, 8014.0, 8037.0, 7987.0, 7952.0, 7949.0, 7952.0, 7956.0, 7985.0, 7957.0, 7955.0, 7976.0, 7962.0, 8002.0, 7972.0, 8005.0, 7987.0, 8002.0, 7985.0, 7986.0, 7984.0, 7985.0, 7983.0, 7984.0, 7982.0, 7995.0, 7979.0, 8015.0, 7984.0, 7950.0, 7967.0, 7970.0, 7990.0, 7959.0, 8008.0, 7986.0, 8006.0, 8007.0, 8010.0, 7998.0, 7995.0, 7974.0, 7993.0, 7958.0, 8005.0, 7986.0, 8005.0, 8023.0, 8005.0, 8022.0, 8009.0, 8040.0, 8008.0, 7991.0, 7989.0, 7985.0, 7969.0, 7987.0, 7968.0, 7988.0, 8002.0, 8003.0, 8003.0, 8001.0, 8003.0, 7990.0, 8006.0, 8011.0, 8007.0, 8012.0, 8010.0, 7999.0, 7996.0, 7983.0, 8017.0, 8003.0, 8014.0, 8003.0, 8021.0, 7999.0, 8030.0, 8051.0, 8036.0, 8067.0, 8030.0, 8047.0, 8026.0, 8011.0, 8013.0, 8015.0, 8008.0, 8058.0, 7989.0, 8020.0, 7988.0, 8003.0, 8009.0, 7991.0, 8012.0, 8012.0, 7995.0, 7994.0, 8037.0, 8003.0, 8004.0, 7984.0, 7984.0, 7984.0, 7990.0, 7968.0, 7986.0, 7957.0, 8005.0, 8018.0, 8004.0, 7989.0, 7988.0, 8002.0, 7970.0, 8009.0, 8022.0, 8008.0, 8008.0, 8009.0, 8004.0, 8010.0, 7993.0, 8011.0, 8009.0, 8013.0, 8031.0, 8015.0, 8015.0, 8013.0, 8011.0, 8010.0, 8007.0, 8006.0, 8008.0, 8019.0, 7989.0, 8041.0, 8017.0, 8038.0, 8002.0, 8030.0, 7979.0, 8011.0, 7978.0, 7978.0, 7980.0, 7991.0, 7982.0, 7999.0, 7986.0, 7982.0, 7981.0, 7966.0, 7984.0, 7979.0, 7982.0, 8014.0, 7981.0, 8013.0, 7982.0, 7980.0, 7981.0, 7985.0, 8002.0, 7984.0, 8000.0, 7987.0, 7989.0, 8004.0, 7988.0, 8038.0, 8008.0, 8004.0, 8005.0, 7973.0, 8004.0, 7993.0, 8027.0, 8010.0, 8010.0, 8006.0, 7988.0, 8004.0, 7988.0, 8020.0, 7970.0, 8012.0, 7977.0, 8029.0, 7973.0, 7972.0, 7962.0, 7960.0, 7976.0, 7976.0, 7964.0, 7979.0, 7962.0, 7980.0, 7975.0, 7958.0, 7972.0, 7958.0, 7974.0, 7960.0, 7961.0, 7962.0, 7946.0, 7979.0, 7992.0, 7980.0, 7996.0, 8004.0, 7990.0, 8009.0, 7993.0, 8014.0, 8012.0, 8035.0, 8036.0, 8041.0, 8058.0, 8041.0, 8038.0, 8040.0, 8021.0, 8020.0, 8015.0, 7999.0, 8016.0, 8005.0, 8036.0, 8001.0, 8017.0, 7982.0, 7996.0, 7980.0, 8011.0, 8011.0, 8043.0, 8010.0, 8010.0, 7997.0, 8011.0, 8009.0, 7993.0, 8041.0, 8007.0, 8001.0, 7985.0, 8035.0, 7985.0, 8038.0, 7999.0, 8034.0, 7980.0, 7992.0, 7979.0, 7977.0, 7977.0, 7961.0, 7963.0, 7962.0, 7963.0, 7962.0, 7967.0, 8002.0, 7981.0, 7998.0, 7996.0, 7999.0, 7999.0, 8003.0, 7985.0, 7987.0, 7990.0, 7956.0, 8003.0, 8019.0, 8009.0, 8002.0, 8001.0, 7987.0, 7990.0, 7989.0, 7957.0, 8004.0, 8020.0, 8004.0, 8012.0, 8012.0, 8008.0, 8013.0, 8009.0, 8011.0, 8011.0, 8021.0, 8034.0, 8023.0, 8037.0, 8023.0, 8038.0, 8040.0, 8032.0, 8035.0, 8034.0, 8057.0, 8058.0, 8058.0, 8058.0, 8058.0, 8075.0, 8041.0, 8070.0, 8050.0, 8067.0, 8008.0, 8034.0, 7984.0, 7998.0, 7982.0, 7985.0, 8030.0, 7980.0, 8012.0, 7960.0, 7942.0, 7947.0, 7933.0, 7954.0, 7953.0, 8006.0, 7987.0, 8005.0, 8006.0, 8026.0, 8028.0, 8012.0, 8028.0, 8014.0, 8059.0, 8008.0, 8019.0, 7976.0, 7976.0, 8008.0, 8065.0, 8028.0, 8026.0, 8006.0, 7989.0, 7987.0, 8003.0, 7984.0, 7984.0, 8035.0, 7986.0, 8038.0, 7995.0, 7978.0, 7972.0, 7942.0, 7957.0, 7944.0, 7961.0, 7976.0, 7961.0, 7977.0, 7994.0, 7997.0, 7982.0, 7966.0, 7954.0, 7987.0, 7957.0, 8025.0, 7991.0, 8008.0, 8024.0, 8024.0, 8027.0, 8029.0, 8031.0, 8026.0, 8028.0, 8024.0, 8006.0, 8005.0, 8007.0, 8009.0, 8063.0, 8010.0, 8039.0, 7990.0, 8002.0, 8018.0, 7999.0, 8002.0, 8003.0, 8016.0, 8002.0, 7984.0, 8004.0, 7986.0, 7969.0, 8001.0, 7999.0, 8000.0, 7998.0, 7985.0, 7984.0, 7989.0, 7989.0, 7976.0, 8008.0, 7977.0, 8028.0, 8023.0, 8013.0, 8008.0, 8012.0, 8012.0, 8000.0, 8036.0, 8001.0, 8028.0, 8015.0, 8027.0, 8026.0, 8010.0, 8026.0, 8032.0, 8046.0, 8030.0, 8014.0, 8008.0, 7990.0, 7972.0, 7986.0, 7973.0, 8005.0, 7988.0, 8003.0, 8059.0, 8000.0, 8025.0, 8006.0, 8023.0, 8023.0, 8031.0, 8001.0, 7973.0, 8002.0, 8002.0, 8005.0, 8006.0, 7987.0, 8003.0, 8022.0, 8003.0, 7957.0, 8007.0, 7986.0, 8023.0, 8021.0, 8030.0, 8025.0, 8027.0, 8007.0, 8027.0, 8009.0, 8025.0, 8029.0, 8028.0, 8027.0, 8011.0, 8007.0, 7991.0, 7991.0, 7993.0, 8011.0, 7989.0, 7987.0, 7970.0, 8004.0, 8034.0, 7990.0, 8035.0, 7997.0, 8000.0, 8001.0, 8000.0, 7999.0, 8003.0, 7982.0, 8001.0, 8033.0, 8001.0, 7986.0, 7970.0, 7968.0, 7968.0, 8001.0, 8002.0, 7998.0, 7983.0, 7954.0, 8001.0, 8002.0, 8003.0, 8005.0, 7979.0, 8023.0, 7976.0, 8010.0, 8007.0, 8027.0, 8028.0, 8036.0, 8034.0, 8042.0, 8040.0, 8021.0, 8037.0, 7999.0, 8031.0, 8045.0, 8034.0, 8034.0, 8028.0, 8045.0, 8011.0, 8026.0, 8029.0, 8039.0, 8010.0, 8043.0, 8014.0, 8065.0, 8040.0, 8038.0, 8004.0, 8003.0, 8000.0, 7984.0, 8001.0, 8024.0, 8008.0, 8038.0, 8002.0, 7971.0, 8003.0, 7966.0, 8000.0, 7988.0, 8025.0, 7978.0, 7978.0, 7981.0, 7997.0, 7981.0, 8027.0, 8028.0, 8030.0, 8063.0, 8026.0, 8042.0, 8008.0, 8007.0, 8027.0, 8071.0, 8028.0, 8043.0, 8007.0, 7990.0, 8004.0, 8026.0, 8008.0, 8055.0, 8004.0, 8006.0, 8010.0, 7989.0, 8006.0, 8005.0, 8027.0, 8029.0, 8013.0, 8044.0, 8011.0, 8026.0, 8023.0, 8003.0, 8001.0, 8003.0, 8004.0, 8006.0, 7985.0, 8003.0, 8038.0, 7996.0, 7963.0, 7978.0, 7947.0, 7992.0, 7948.0, 8000.0, 8003.0, 8002.0, 7988.0, 7973.0, 7976.0, 7978.0, 7976.0, 8022.0, 7973.0, 8023.0, 8026.0, 8008.0, 8009.0, 8008.0, 8007.0, 8009.0, 8007.0, 8005.0, 8005.0, 8005.0, 8007.0, 8025.0, 8009.0, 8007.0, 8008.0, 8006.0, 7991.0, 7973.0, 8005.0, 8041.0, 8000.0, 8018.0, 7984.0, 7986.0, 7982.0, 7984.0, 7951.0, 8002.0, 8016.0, 8000.0, 7986.0, 7956.0, 7989.0, 7958.0, 8027.0, 7995.0, 8013.0, 8029.0, 8014.0, 8012.0, 8015.0, 8013.0, 8006.0, 8020.0, 8029.0, 8043.0, 8017.0, 8043.0, 8009.0, 8038.0, 8008.0, 8037.0, 8006.0, 8053.0, 8075.0, 8076.0, 8069.0, 8031.0, 8050.0, 8033.0, 8051.0, 8019.0, 8030.0, 8012.0, 8028.0, 8018.0, 8066.0, 8043.0, 7997.0, 7993.0, 7976.0, 7991.0, 7990.0, 8010.0, 8041.0, 8018.0, 7993.0, 7990.0, 7975.0, 7989.0, 7977.0, 8005.0, 7977.0, 8012.0, 7998.0, 8009.0, 7978.0, 8009.0, 7991.0, 8007.0, 7994.0, 8004.0, 7976.0, 8004.0, 7975.0, 7993.0, 8026.0, 7988.0, 8043.0, 7986.0, 8018.0, 7985.0, 7998.0, 7986.0, 8025.0, 7987.0, 7982.0, 8002.0, 7981.0, 7988.0, 7988.0, 7989.0, 8004.0, 7990.0, 7991.0, 7992.0, 8009.0, 7993.0, 8053.0, 8033.0, 8016.0, 8055.0, 8030.0, 8015.0, 8014.0, 8015.0, 8016.0, 8019.0, 8016.0, 8018.0, 8029.0, 8024.0, 8003.0, 8019.0, 7995.0, 8010.0, 7978.0, 8017.0, 8004.0, 7991.0, 7971.0, 7970.0, 7936.0, 7950.0, 7948.0, 7934.0, 7945.0, 7932.0, 7962.0, 7950.0, 7964.0, 7951.0, 7954.0, 7957.0, 7961.0, 7966.0, 7981.0, 7985.0, 8001.0, 8008.0, 7986.0, 8036.0, 8029.0, 8001.0, 8014.0, 8016.0, 8016.0, 8022.0, 8038.0, 8021.0, 8051.0, 8019.0, 8032.0, 8015.0, 7998.0, 8009.0, 7993.0, 8052.0, 8023.0, 8024.0, 7985.0, 7986.0, 7966.0, 7964.0, 7963.0, 7965.0, 7972.0, 7987.0, 7941.0, 8005.0, 7989.0, 8009.0, 8022.0, 8009.0, 8007.0, 8012.0, 8009.0, 8009.0, 8009.0, 8006.0, 7989.0, 7973.0, 7974.0, 7959.0, 8004.0, 7994.0, 8012.0, 8014.0, 8000.0, 7965.0, 7999.0, 7968.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.00037327981651376146</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020681215481651378</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.800846682307714</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2311021885993112</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0025328044546498</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4956</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4512.3472</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06559692204087522</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.261467889908257</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.399151937421273</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.275328491206487</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.630094028202763</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2920332928545686</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0194116</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016429999843239784</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.034934546798467636</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.046865919498581</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>20.5907</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.1212</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.1787</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296075.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>769.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.3725</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9843</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>396.7069</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2729.6915</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2878.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80469.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>976.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3539.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>711.1632</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.665352150797844</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> |