=== 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-0088 --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-0088",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0088_ses-04_task-social_acq-mb8_run-06_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-0088_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-06_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-0088/ses-04/func/sub-0088_ses-04_task-social_acq-mb8_run-06_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>561434381eb377b484fc59c0f9cdb11e</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:38.115000</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.998911, 0.00540873, 0.0463371, -0.00453293, 0.99981, -0.0189849]</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-06_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.0867843</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7742, -7199, 544, -73, -73, -5, 97]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>254.263</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7afdc337-e7f6-4e9a-9225-29f65c10f935||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.6800057888031006, -0.012161508202552795, 0.12536349892616272, 111.87700653076172], [-0.014511214569211006, 2.682415723800659, -0.05063629522919655, -96.40975189208984], [0.12431897968053818, 0.05093508958816528, 2.696612596511841, -66.36515045166016], [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': ['113738.115000', '113738.575000', '113739.035000', '113739.495000', '113739.955000', '113740.415000', '113740.875000', '113741.335000', '113741.795000', '113742.255000', '113742.715000', '113743.175000', '113743.635000', '113744.095000', '113744.555000', '113745.015000', '113745.475000', '113745.935000', '113746.395000', '113746.855000', '113747.315000', '113747.775000', '113748.235000', '113748.695000', '113749.155000', '113749.615000', '113750.075000', '113750.535000', '113750.995000', '113751.455000', '113751.915000', '113752.375000', '113752.835000', '113753.295000', '113753.755000', '113754.215000', '113754.675000', '113755.135000', '113755.595000', '113756.055000', '113756.515000', '113756.975000', '113757.435000', '113757.895000', '113758.355000', '113758.815000', '113759.275000', '113759.735000', '113800.195000', '113800.655000', '113801.115000', '113801.575000', '113802.035000', '113802.495000', '113802.955000', '113803.415000', '113803.875000', '113804.335000', '113804.795000', '113805.255000', '113805.715000', '113806.175000', '113806.635000', '113807.095000', '113807.555000', '113808.015000', '113808.475000', '113808.935000', '113809.395000', '113809.855000', '113810.315000', '113810.775000', '113811.235000', '113811.695000', '113812.155000', '113812.615000', '113813.075000', '113813.535000', '113813.995000', '113814.455000', '113814.915000', '113815.375000', '113815.835000', '113816.295000', '113816.755000', '113817.215000', '113817.675000', '113818.135000', '113818.595000', '113819.055000', '113819.515000', '113819.975000', '113820.435000', '113820.895000', '113821.355000', '113821.815000', '113822.275000', '113822.735000', '113823.195000', '113823.655000', '113824.115000', '113824.575000', '113825.035000', '113825.495000', '113825.955000', '113826.415000', '113826.875000', '113827.335000', '113827.795000', '113828.255000', '113828.715000', '113829.175000', '113829.635000', '113830.095000', '113830.555000', '113831.015000', '113831.475000', '113831.935000', '113832.395000', '113832.855000', '113833.315000', '113833.775000', '113834.235000', '113834.695000', '113835.155000', '113835.615000', '113836.075000', '113836.535000', '113836.995000', '113837.455000', '113837.915000', '113838.375000', '113838.835000', '113839.295000', '113839.755000', '113840.215000', '113840.675000', '113841.135000', '113841.595000', '113842.055000', '113842.515000', '113842.975000', '113843.435000', '113843.895000', '113844.355000', '113844.815000', '113845.275000', '113845.735000', '113846.195000', '113846.655000', '113847.115000', '113847.575000', '113848.035000', '113848.495000', '113848.955000', '113849.415000', '113849.875000', '113850.335000', '113850.795000', '113851.255000', '113851.715000', '113852.175000', '113852.635000', '113853.095000', '113853.555000', '113854.015000', '113854.475000', '113854.935000', '113855.395000', '113855.855000', '113856.315000', '113856.775000', '113857.235000', '113857.695000', '113858.155000', '113858.615000', '113859.075000', '113859.535000', '113859.995000', '113900.455000', '113900.915000', '113901.375000', '113901.835000', '113902.295000', '113902.755000', '113903.215000', '113903.675000', '113904.135000', '113904.595000', '113905.055000', '113905.515000', '113905.975000', '113906.435000', '113906.895000', '113907.355000', '113907.815000', '113908.275000', '113908.735000', '113909.195000', '113909.655000', '113910.115000', '113910.575000', '113911.035000', '113911.495000', '113911.955000', '113912.415000', '113912.875000', '113913.335000', '113913.795000', '113914.255000', '113914.715000', '113915.175000', '113915.635000', '113916.095000', '113916.555000', '113917.015000', '113917.475000', '113917.935000', '113918.395000', '113918.855000', '113919.315000', '113919.775000', '113920.235000', '113920.695000', '113921.155000', '113921.615000', '113922.075000', '113922.535000', '113922.995000', '113923.455000', '113923.915000', '113924.375000', '113924.835000', '113925.295000', '113925.755000', '113926.215000', '113926.675000', '113927.135000', '113927.595000', '113928.055000', '113928.515000', '113928.975000', '113929.435000', '113929.895000', '113930.355000', '113930.815000', '113931.275000', '113931.735000', '113932.195000', '113932.655000', '113933.115000', '113933.575000', '113934.035000', '113934.495000', '113934.955000', '113935.415000', '113935.875000', '113936.335000', '113936.795000', '113937.255000', '113937.715000', '113938.175000', '113938.635000', '113939.095000', '113939.555000', '113940.015000', '113940.475000', '113940.935000', '113941.395000', '113941.855000', '113942.315000', '113942.775000', '113943.235000', '113943.695000', '113944.155000', '113944.615000', '113945.075000', '113945.535000', '113945.995000', '113946.455000', '113946.915000', '113947.375000', '113947.835000', '113948.295000', '113948.755000', '113949.215000', '113949.675000', '113950.135000', '113950.595000', '113951.055000', '113951.515000', '113951.975000', '113952.435000', '113952.895000', '113953.355000', '113953.815000', '113954.275000', '113954.735000', '113955.195000', '113955.655000', '113956.115000', '113956.575000', '113957.035000', '113957.495000', '113957.955000', '113958.415000', '113958.875000', '113959.335000', '113959.795000', '114000.255000', '114000.715000', '114001.175000', '114001.635000', '114002.095000', '114002.555000', '114003.015000', '114003.475000', '114003.935000', '114004.395000', '114004.855000', '114005.315000', '114005.775000', '114006.235000', '114006.695000', '114007.155000', '114007.615000', '114008.075000', '114008.535000', '114008.995000', '114009.455000', '114009.915000', '114010.375000', '114010.835000', '114011.295000', '114011.755000', '114012.215000', '114012.675000', '114013.135000', '114013.595000', '114014.055000', '114014.515000', '114014.975000', '114015.435000', '114015.895000', '114016.355000', '114016.815000', '114017.275000', '114017.735000', '114018.195000', '114018.655000', '114019.115000', '114019.575000', '114020.035000', '114020.495000', '114020.955000', '114021.415000', '114021.875000', '114022.335000', '114022.795000', '114023.255000', '114023.715000', '114024.175000', '114024.635000', '114025.095000', '114025.555000', '114026.015000', '114026.475000', '114026.935000', '114027.395000', '114027.855000', '114028.315000', '114028.775000', '114029.235000', '114029.695000', '114030.155000', '114030.615000', '114031.075000', '114031.535000', '114031.995000', '114032.455000', '114032.915000', '114033.375000', '114033.835000', '114034.295000', '114034.755000', '114035.215000', '114035.675000', '114036.135000', '114036.595000', '114037.055000', '114037.515000', '114037.975000', '114038.435000', '114038.895000', '114039.355000', '114039.815000', '114040.275000', '114040.735000', '114041.195000', '114041.655000', '114042.115000', '114042.575000', '114043.035000', '114043.495000', '114043.955000', '114044.415000', '114044.875000', '114045.335000', '114045.795000', '114046.255000', '114046.715000', '114047.175000', '114047.635000', '114048.095000', '114048.555000', '114049.015000', '114049.475000', '114049.935000', '114050.395000', '114050.855000', '114051.315000', '114051.775000', '114052.235000', '114052.695000', '114053.155000', '114053.615000', '114054.075000', '114054.535000', '114054.995000', '114055.455000', '114055.915000', '114056.375000', '114056.835000', '114057.295000', '114057.755000', '114058.215000', '114058.675000', '114059.135000', '114059.595000', '114100.055000', '114100.515000', '114100.975000', '114101.435000', '114101.895000', '114102.355000', '114102.815000', '114103.275000', '114103.735000', '114104.195000', '114104.655000', '114105.115000', '114105.575000', '114106.035000', '114106.495000', '114106.955000', '114107.415000', '114107.875000', '114108.335000', '114108.795000', '114109.255000', '114109.715000', '114110.175000', '114110.635000', '114111.095000', '114111.555000', '114112.015000', '114112.475000', '114112.935000', '114113.395000', '114113.855000', '114114.315000', '114114.775000', '114115.235000', '114115.695000', '114116.155000', '114116.615000', '114117.075000', '114117.535000', '114117.995000', '114118.455000', '114118.915000', '114119.375000', '114119.835000', '114120.295000', '114120.755000', '114121.215000', '114121.675000', '114122.135000', '114122.595000', '114123.055000', '114123.515000', '114123.975000', '114124.435000', '114124.895000', '114125.355000', '114125.815000', '114126.275000', '114126.735000', '114127.195000', '114127.655000', '114128.115000', '114128.575000', '114129.035000', '114129.495000', '114129.955000', '114130.415000', '114130.875000', '114131.335000', '114131.795000', '114132.255000', '114132.715000', '114133.175000', '114133.635000', '114134.095000', '114134.555000', '114135.015000', '114135.475000', '114135.935000', '114136.395000', '114136.855000', '114137.315000', '114137.775000', '114138.235000', '114138.695000', '114139.155000', '114139.615000', '114140.075000', '114140.535000', '114140.995000', '114141.455000', '114141.915000', '114142.375000', '114142.835000', '114143.295000', '114143.755000', '114144.215000', '114144.675000', '114145.135000', '114145.595000', '114146.055000', '114146.515000', '114146.975000', '114147.435000', '114147.895000', '114148.355000', '114148.815000', '114149.275000', '114149.735000', '114150.195000', '114150.655000', '114151.115000', '114151.575000', '114152.035000', '114152.495000', '114152.955000', '114153.415000', '114153.875000', '114154.335000', '114154.795000', '114155.255000', '114155.715000', '114156.175000', '114156.635000', '114157.095000', '114157.555000', '114158.015000', '114158.475000', '114158.935000', '114159.395000', '114159.855000', '114200.315000', '114200.775000', '114201.235000', '114201.695000', '114202.155000', '114202.615000', '114203.075000', '114203.535000', '114203.995000', '114204.455000', '114204.915000', '114205.375000', '114205.835000', '114206.295000', '114206.755000', '114207.215000', '114207.675000', '114208.135000', '114208.595000', '114209.055000', '114209.515000', '114209.975000', '114210.435000', '114210.895000', '114211.355000', '114211.815000', '114212.275000', '114212.735000', '114213.195000', '114213.655000', '114214.115000', '114214.575000', '114215.035000', '114215.495000', '114215.955000', '114216.415000', '114216.875000', '114217.335000', '114217.795000', '114218.255000', '114218.715000', '114219.175000', '114219.635000', '114220.095000', '114220.555000', '114221.015000', '114221.475000', '114221.935000', '114222.395000', '114222.855000', '114223.315000', '114223.775000', '114224.235000', '114224.695000', '114225.155000', '114225.615000', '114226.075000', '114226.535000', '114226.995000', '114227.455000', '114227.915000', '114228.375000', '114228.835000', '114229.295000', '114229.755000', '114230.215000', '114230.675000', '114231.135000', '114231.595000', '114232.055000', '114232.515000', '114232.975000', '114233.435000', '114233.895000', '114234.355000', '114234.815000', '114235.275000', '114235.735000', '114236.195000', '114236.655000', '114237.115000', '114237.575000', '114238.035000', '114238.495000', '114238.955000', '114239.415000', '114239.875000', '114240.335000', '114240.795000', '114241.255000', '114241.715000', '114242.175000', '114242.635000', '114243.095000', '114243.555000', '114244.015000', '114244.475000', '114244.935000', '114245.395000', '114245.855000', '114246.315000', '114246.775000', '114247.235000', '114247.695000', '114248.155000', '114248.615000', '114249.075000', '114249.535000', '114249.995000', '114250.455000', '114250.915000', '114251.375000', '114251.835000', '114252.295000', '114252.755000', '114253.215000', '114253.675000', '114254.135000', '114254.595000', '114255.055000', '114255.515000', '114255.975000', '114256.435000', '114256.895000', '114257.355000', '114257.815000', '114258.275000', '114258.735000', '114259.195000', '114259.655000', '114300.115000', '114300.575000', '114301.035000', '114301.495000', '114301.955000', '114302.415000', '114302.875000', '114303.335000', '114303.795000', '114304.255000', '114304.715000', '114305.175000', '114305.635000', '114306.095000', '114306.555000', '114307.015000', '114307.475000', '114307.935000', '114308.395000', '114308.855000', '114309.315000', '114309.775000', '114310.235000', '114310.695000', '114311.155000', '114311.615000', '114312.075000', '114312.535000', '114312.995000', '114313.455000', '114313.915000', '114314.375000', '114314.835000', '114315.295000', '114315.755000', '114316.215000', '114316.675000', '114317.135000', '114317.595000', '114318.055000', '114318.515000', '114318.975000', '114319.435000', '114319.895000', '114320.355000', '114320.815000', '114321.275000', '114321.735000', '114322.195000', '114322.655000', '114323.115000', '114323.575000', '114324.035000', '114324.495000', '114324.955000', '114325.415000', '114325.875000', '114326.335000', '114326.795000', '114327.255000', '114327.715000', '114328.175000', '114328.635000', '114329.095000', '114329.555000', '114330.015000', '114330.475000', '114330.935000', '114331.395000', '114331.855000', '114332.315000', '114332.775000', '114333.235000', '114333.695000', '114334.155000', '114334.615000', '114335.075000', '114335.535000', '114335.995000', '114336.455000', '114336.915000', '114337.375000', '114337.835000', '114338.295000', '114338.755000', '114339.215000', '114339.675000', '114340.135000', '114340.595000', '114341.055000', '114341.515000', '114341.975000', '114342.435000', '114342.895000', '114343.355000', '114343.815000', '114344.275000', '114344.735000', '114345.195000', '114345.655000', '114346.115000', '114346.575000', '114347.035000', '114347.495000', '114347.955000', '114348.415000', '114348.875000', '114349.335000', '114349.795000', '114350.255000', '114350.715000', '114351.175000', '114351.635000', '114352.095000', '114352.555000', '114353.015000', '114353.475000', '114353.935000', '114354.395000', '114354.855000', '114355.315000', '114355.775000', '114356.235000', '114356.695000', '114357.155000', '114357.615000', '114358.075000', '114358.535000', '114358.995000', '114359.455000', '114359.915000', '114400.375000', '114400.835000', '114401.295000', '114401.755000', '114402.215000', '114402.675000', '114403.135000', '114403.595000', '114404.055000', '114404.515000', '114404.975000', '114405.435000', '114405.895000', '114406.355000', '114406.815000', '114407.275000', '114407.735000', '114408.195000', '114408.655000', '114409.115000', '114409.575000', '114410.035000', '114410.495000', '114410.955000', '114411.415000', '114411.875000', '114412.335000', '114412.795000', '114413.255000', '114413.715000', '114414.175000', '114414.635000', '114415.095000', '114415.555000', '114416.015000', '114416.475000', '114416.935000', '114417.395000', '114417.855000', '114418.315000', '114418.775000'], 'ContentTime': ['113807.500000', '113807.503000', '113807.506000', '113807.509000', '113807.531000', '113807.534000', '113807.536000', '113807.539000', '113807.541000', '113807.544000', '113807.547000', '113807.549000', '113807.552000', '113807.554000', '113807.557000', '113807.560000', '113807.562000', '113807.565000', '113807.567000', '113807.570000', '113807.572000', '113807.575000', '113807.577000', '113807.580000', '113807.583000', '113807.585000', '113807.588000', '113807.590000', '113807.593000', '113807.595000', '113807.598000', '113807.601000', '113807.603000', '113807.606000', '113807.608000', '113807.611000', '113807.613000', '113807.616000', '113807.618000', '113807.621000', '113807.624000', '113807.626000', '113807.629000', '113807.631000', '113807.634000', '113807.637000', '113807.639000', '113807.657000', '113807.660000', '113807.662000', '113807.665000', '113807.668000', '113807.670000', '113807.673000', '113807.675000', '113807.678000', '113807.681000', '113807.683000', '113807.686000', '113807.688000', '113807.691000', '113827.462000', '113827.464000', '113827.467000', '113827.470000', '113827.473000', '113827.475000', '113827.478000', '113827.480000', '113827.494000', '113827.497000', '113827.499000', '113827.502000', '113827.504000', '113827.507000', '113827.509000', '113827.512000', '113827.515000', '113827.517000', '113827.520000', '113827.522000', '113827.525000', '113827.527000', '113827.530000', '113827.533000', '113827.535000', '113827.538000', '113827.540000', '113827.543000', '113827.546000', '113827.548000', '113827.551000', '113827.553000', '113827.556000', '113827.558000', '113827.561000', '113827.564000', '113827.566000', '113827.569000', '113827.571000', '113827.574000', '113827.577000', '113827.579000', '113827.582000', '113827.584000', '113847.460000', '113847.463000', '113847.466000', '113847.468000', '113847.471000', '113847.474000', '113847.476000', '113847.479000', '113847.481000', '113847.484000', '113847.487000', '113847.489000', '113847.492000', '113847.494000', '113847.497000', '113847.500000', '113847.502000', '113847.505000', '113847.507000', '113847.510000', '113847.512000', '113847.515000', '113847.518000', '113847.520000', '113847.523000', '113847.525000', '113847.528000', '113847.531000', '113847.533000', '113847.536000', '113847.538000', '113847.541000', '113847.544000', '113847.546000', '113847.549000', '113847.552000', '113847.554000', '113847.557000', '113847.559000', '113847.562000', '113847.565000', '113847.567000', '113847.570000', '113907.462000', '113907.464000', '113907.467000', '113907.470000', '113907.472000', '113907.475000', '113907.477000', '113907.480000', '113907.483000', '113907.485000', '113907.488000', '113907.490000', '113907.493000', '113907.495000', '113907.498000', '113907.501000', '113907.503000', '113907.506000', '113907.509000', '113907.511000', '113907.514000', '113907.516000', '113907.519000', '113907.522000', '113907.524000', '113907.527000', '113907.529000', '113907.532000', '113907.535000', '113907.537000', '113907.540000', '113907.542000', '113907.545000', '113907.548000', '113907.550000', '113907.553000', '113907.555000', '113907.558000', '113907.561000', '113907.563000', '113907.566000', '113907.568000', '113907.571000', '113907.573000', '113927.461000', '113927.464000', '113927.467000', '113927.470000', '113927.472000', '113927.475000', '113927.478000', '113927.480000', '113927.483000', '113927.486000', '113927.489000', '113927.491000', '113927.494000', '113927.497000', '113927.499000', '113927.502000', '113927.505000', '113927.507000', '113927.510000', '113927.513000', '113927.515000', '113927.518000', '113927.520000', '113927.523000', '113927.525000', '113927.528000', '113927.531000', '113927.534000', '113927.536000', '113927.539000', '113927.542000', '113927.544000', '113927.547000', '113927.549000', '113927.552000', '113927.555000', '113927.557000', '113927.560000', '113927.562000', '113927.565000', '113927.568000', '113927.570000', '113927.573000', '113947.461000', '113947.468000', '113947.470000', '113947.473000', '113947.476000', '113947.478000', '113947.481000', '113947.484000', '113947.486000', '113947.489000', '113947.491000', '113947.494000', '113947.496000', '113947.499000', '113947.502000', '113947.504000', '113947.507000', '113947.510000', '113947.512000', '113947.515000', '113947.518000', '113947.520000', '113947.523000', '113947.525000', '113947.528000', '113947.530000', '113947.533000', '113947.536000', '113947.538000', '113947.541000', '113947.543000', '113947.546000', '113947.548000', '113947.551000', '113947.554000', '113947.556000', '113947.559000', '113947.561000', '113947.564000', '113947.567000', '113947.569000', '113947.572000', '113947.574000', '113947.577000', '114007.462000', '114007.464000', '114007.467000', '114007.486000', '114007.488000', '114007.491000', '114007.493000', '114007.496000', '114007.499000', '114007.502000', '114007.504000', '114007.507000', '114007.509000', '114007.512000', '114007.515000', '114007.517000', '114007.520000', '114007.523000', '114007.525000', '114007.528000', '114007.531000', '114007.533000', '114007.536000', '114007.538000', '114007.541000', '114007.544000', '114007.546000', '114007.549000', '114007.551000', '114007.554000', '114007.557000', '114007.559000', '114007.562000', '114007.565000', '114007.567000', '114007.570000', '114007.572000', '114007.575000', '114007.578000', '114007.580000', '114007.583000', '114007.585000', '114007.588000', '114027.462000', '114027.464000', '114027.467000', '114027.470000', '114027.472000', '114027.475000', '114027.477000', '114027.480000', '114027.483000', '114027.485000', '114027.488000', '114027.491000', '114027.493000', '114027.496000', '114027.498000', '114027.501000', '114027.504000', '114027.506000', '114027.509000', '114027.511000', '114027.514000', '114027.517000', '114027.519000', '114027.522000', '114027.525000', '114027.527000', '114027.530000', '114027.532000', '114027.535000', '114027.537000', '114027.540000', '114027.542000', '114027.545000', '114027.548000', '114027.550000', '114027.553000', '114027.556000', '114027.558000', '114027.561000', '114027.563000', '114027.566000', '114027.569000', '114027.571000', '114027.574000', '114047.462000', '114047.464000', '114047.467000', '114047.470000', '114047.472000', '114047.475000', '114047.477000', '114047.480000', '114047.483000', '114047.485000', '114047.488000', '114047.490000', '114047.493000', '114047.495000', '114047.498000', '114047.501000', '114047.503000', '114047.506000', '114047.509000', '114047.511000', '114047.514000', '114047.516000', '114047.519000', '114047.522000', '114047.524000', '114047.527000', '114047.530000', '114047.532000', '114047.535000', '114047.537000', '114047.540000', '114047.543000', '114047.545000', '114047.548000', '114047.551000', '114047.553000', '114047.556000', '114047.558000', '114047.561000', '114047.564000', '114047.566000', '114047.569000', '114047.572000', '114107.461000', '114107.463000', '114107.466000', '114107.469000', '114107.471000', '114107.474000', '114107.477000', '114107.479000', '114107.482000', '114107.484000', '114107.487000', '114107.490000', '114107.492000', '114107.495000', '114107.497000', '114107.500000', '114107.519000', '114107.521000', '114107.524000', '114107.526000', '114107.529000', '114107.531000', '114107.534000', '114107.537000', '114107.540000', '114107.542000', '114107.545000', '114107.547000', '114107.550000', '114107.553000', '114107.555000', '114107.558000', '114107.560000', '114107.563000', '114107.566000', '114107.568000', '114107.571000', '114107.573000', '114107.576000', '114107.578000', '114107.581000', '114107.584000', '114107.586000', '114107.589000', '114127.462000', '114127.465000', '114127.467000', '114127.470000', '114127.472000', '114127.475000', '114127.478000', '114127.480000', '114127.483000', '114127.485000', '114127.488000', '114127.491000', '114127.493000', '114127.496000', '114127.499000', '114127.501000', '114127.504000', '114127.506000', '114127.509000', '114127.511000', '114127.514000', '114127.517000', '114127.520000', '114127.523000', '114127.526000', '114127.528000', '114127.531000', '114127.533000', '114127.547000', '114127.550000', '114127.552000', '114127.555000', '114127.557000', '114127.560000', '114127.563000', '114127.565000', '114127.568000', '114127.570000', '114127.573000', '114127.576000', '114127.578000', '114127.581000', '114127.583000', '114147.462000', '114147.464000', '114147.467000', '114147.470000', '114147.472000', '114147.475000', '114147.478000', '114147.480000', '114147.483000', '114147.485000', '114147.488000', '114147.491000', '114147.493000', '114147.496000', '114147.498000', '114147.501000', '114147.503000', '114147.506000', '114147.509000', '114147.511000', '114147.514000', '114147.516000', '114147.519000', '114147.522000', '114147.524000', '114147.527000', '114147.529000', '114147.532000', '114147.534000', '114147.537000', '114147.540000', '114147.542000', '114147.551000', '114147.553000', '114147.556000', '114147.559000', '114147.561000', '114147.564000', '114147.566000', '114147.569000', '114147.571000', '114147.574000', '114147.577000', '114147.579000', '114207.462000', '114207.465000', '114207.467000', '114207.470000', '114207.473000', '114207.475000', '114207.478000', '114207.480000', '114207.483000', '114207.486000', '114207.488000', '114207.491000', '114207.494000', '114207.496000', '114207.499000', '114207.501000', '114207.504000', '114207.507000', '114207.509000', '114207.512000', '114207.515000', '114207.517000', '114207.520000', '114207.522000', '114207.525000', '114207.528000', '114207.530000', '114207.533000', '114207.535000', '114207.538000', '114207.540000', '114207.543000', '114207.546000', '114207.548000', '114207.551000', '114207.553000', '114207.556000', '114207.559000', '114207.562000', '114207.564000', '114207.567000', '114207.570000', '114207.572000', '114227.461000', '114227.464000', '114227.467000', '114227.470000', '114227.472000', '114227.475000', '114227.478000', '114227.480000', '114227.483000', '114227.485000', '114227.488000', '114227.491000', '114227.493000', '114227.496000', '114227.499000', '114227.501000', '114227.504000', '114227.507000', '114227.509000', '114227.512000', '114227.514000', '114227.517000', '114227.520000', '114227.522000', '114227.525000', '114227.527000', '114227.530000', '114227.533000', '114227.535000', '114227.538000', '114227.540000', '114227.543000', '114227.546000', '114227.548000', '114227.551000', '114227.553000', '114227.556000', '114227.558000', '114227.561000', '114227.564000', '114227.566000', '114227.569000', '114227.571000', '114227.574000', '114247.461000', '114247.464000', '114247.467000', '114247.470000', '114247.473000', '114247.475000', '114247.478000', '114247.481000', '114247.484000', '114247.486000', '114247.489000', '114247.492000', '114247.495000', '114247.497000', '114247.500000', '114247.502000', '114247.505000', '114247.508000', '114247.510000', '114247.513000', '114247.515000', '114247.518000', '114247.520000', '114247.523000', '114247.526000', '114247.528000', '114247.531000', '114247.534000', '114247.536000', '114247.539000', '114247.541000', '114247.544000', '114247.547000', '114247.549000', '114247.552000', '114247.555000', '114247.557000', '114247.560000', '114247.562000', '114247.565000', '114247.568000', '114247.570000', '114247.573000', '114307.461000', '114307.464000', '114307.467000', '114307.470000', '114307.473000', '114307.475000', '114307.478000', '114307.481000', '114307.483000', '114307.486000', '114307.504000', '114307.507000', '114307.509000', '114307.512000', '114307.514000', '114307.517000', '114307.520000', '114307.522000', '114307.529000', '114307.532000', '114307.534000', '114307.537000', '114307.539000', '114307.542000', '114307.545000', '114307.547000', '114307.550000', '114307.552000', '114307.555000', '114307.558000', '114307.560000', '114307.563000', '114307.565000', '114307.568000', '114307.571000', '114307.573000', '114307.576000', '114307.578000', '114307.581000', '114307.584000', '114307.586000', '114307.589000', '114307.592000', '114307.594000', '114327.460000', '114327.463000', '114327.466000', '114327.469000', '114327.471000', '114327.474000', '114327.477000', '114327.479000', '114327.482000', '114327.484000', '114327.487000', '114327.490000', '114327.493000', '114327.495000', '114327.498000', '114327.501000', '114327.503000', '114327.506000', '114327.508000', '114327.511000', '114327.513000', '114327.516000', '114327.519000', '114327.521000', '114327.524000', '114327.526000', '114327.529000', '114327.532000', '114327.534000', '114327.537000', '114327.539000', '114327.542000', '114327.544000', '114327.547000', '114327.550000', '114327.552000', '114327.555000', '114327.557000', '114327.560000', '114327.563000', '114327.565000', '114327.568000', '114327.570000', '114347.462000', '114347.464000', '114347.467000', '114347.470000', '114347.472000', '114347.475000', '114347.477000', '114347.480000', '114347.483000', '114347.485000', '114347.488000', '114347.491000', '114347.493000', '114347.496000', '114347.498000', '114347.501000', '114347.503000', '114347.506000', '114347.509000', '114347.511000', '114347.514000', '114347.517000', '114347.519000', '114347.522000', '114347.524000', '114347.527000', '114347.530000', '114347.532000', '114347.535000', '114347.538000', '114347.540000', '114347.543000', '114347.545000', '114347.548000', '114347.550000', '114347.553000', '114347.556000', '114347.558000', '114347.561000', '114347.564000', '114347.566000', '114347.569000', '114347.571000', '114347.574000', '114407.462000', '114407.465000', '114407.467000', '114407.470000', '114407.472000', '114407.475000', '114407.477000', '114407.480000', '114407.483000', '114407.485000', '114407.488000', '114407.490000', '114407.493000', '114407.496000', '114407.498000', '114407.501000', '114407.503000', '114407.506000', '114407.508000', '114407.511000', '114407.513000', '114407.516000', '114407.519000', '114407.521000', '114407.524000', '114407.527000', '114407.529000', '114407.532000', '114407.534000', '114407.537000', '114407.539000', '114407.542000', '114407.545000', '114407.547000', '114407.550000', '114407.552000', '114407.555000', '114407.558000', '114407.560000', '114407.563000', '114407.565000', '114407.568000', '114407.570000', '114420.030000', '114420.033000', '114420.036000', '114420.038000', '114420.041000', '114420.044000', '114420.046000', '114420.049000', '114420.051000', '114420.054000', '114420.057000', '114420.059000', '114420.062000', '114420.065000', '114420.067000', '114420.070000', '114420.072000', '114420.075000', '114420.078000', '114420.080000', '114420.083000', '114420.136000', '114420.139000', '114420.142000', '114420.144000', '114420.147000', '114420.157000', '114420.160000'], 'InstanceCreationTime': ['113807.500000', '113807.503000', '113807.506000', '113807.509000', '113807.531000', '113807.534000', '113807.536000', '113807.539000', '113807.541000', '113807.544000', '113807.547000', '113807.549000', '113807.552000', '113807.554000', '113807.557000', '113807.560000', '113807.562000', '113807.565000', '113807.567000', '113807.570000', '113807.572000', '113807.575000', '113807.577000', '113807.580000', '113807.583000', '113807.585000', '113807.588000', '113807.590000', '113807.593000', '113807.595000', '113807.598000', '113807.601000', '113807.603000', '113807.606000', '113807.608000', '113807.611000', '113807.613000', '113807.616000', '113807.618000', '113807.621000', '113807.624000', '113807.626000', '113807.629000', '113807.631000', '113807.634000', '113807.637000', '113807.639000', '113807.657000', '113807.660000', '113807.662000', '113807.665000', '113807.668000', '113807.670000', '113807.673000', '113807.675000', '113807.678000', '113807.681000', '113807.683000', '113807.686000', '113807.688000', '113807.691000', '113827.462000', '113827.464000', '113827.467000', '113827.470000', '113827.473000', '113827.475000', '113827.478000', '113827.480000', '113827.494000', '113827.497000', '113827.499000', '113827.502000', '113827.504000', '113827.507000', '113827.509000', '113827.512000', '113827.515000', '113827.517000', '113827.520000', '113827.522000', '113827.525000', '113827.527000', '113827.530000', '113827.533000', '113827.535000', '113827.538000', '113827.540000', '113827.543000', '113827.546000', '113827.548000', '113827.551000', '113827.553000', '113827.556000', '113827.558000', '113827.561000', '113827.564000', '113827.566000', '113827.569000', '113827.571000', '113827.574000', '113827.577000', '113827.579000', '113827.582000', '113827.584000', '113847.460000', '113847.463000', '113847.466000', '113847.468000', '113847.471000', '113847.474000', '113847.476000', '113847.479000', '113847.481000', '113847.484000', '113847.487000', '113847.489000', '113847.492000', '113847.494000', '113847.497000', '113847.500000', '113847.502000', '113847.505000', '113847.507000', '113847.510000', '113847.512000', '113847.515000', '113847.518000', '113847.520000', '113847.523000', '113847.525000', '113847.528000', '113847.531000', '113847.533000', '113847.536000', '113847.538000', '113847.541000', '113847.544000', '113847.546000', '113847.549000', '113847.552000', '113847.554000', '113847.557000', '113847.559000', '113847.562000', '113847.565000', '113847.567000', '113847.570000', '113907.462000', '113907.464000', '113907.467000', '113907.470000', '113907.472000', '113907.475000', '113907.477000', '113907.480000', '113907.483000', '113907.485000', '113907.488000', '113907.490000', '113907.493000', '113907.495000', '113907.498000', '113907.501000', '113907.503000', '113907.506000', '113907.509000', '113907.511000', '113907.514000', '113907.516000', '113907.519000', '113907.522000', '113907.524000', '113907.527000', '113907.529000', '113907.532000', '113907.535000', '113907.537000', '113907.540000', '113907.542000', '113907.545000', '113907.548000', '113907.550000', '113907.553000', '113907.555000', '113907.558000', '113907.561000', '113907.563000', '113907.566000', '113907.568000', '113907.571000', '113907.573000', '113927.461000', '113927.464000', '113927.467000', '113927.470000', '113927.472000', '113927.475000', '113927.478000', '113927.480000', '113927.483000', '113927.486000', '113927.489000', '113927.491000', '113927.494000', '113927.497000', '113927.499000', '113927.502000', '113927.505000', '113927.507000', '113927.510000', '113927.513000', '113927.515000', '113927.518000', '113927.520000', '113927.523000', '113927.525000', '113927.528000', '113927.531000', '113927.534000', '113927.536000', '113927.539000', '113927.542000', '113927.544000', '113927.547000', '113927.549000', '113927.552000', '113927.555000', '113927.557000', '113927.560000', '113927.562000', '113927.565000', '113927.568000', '113927.570000', '113927.573000', '113947.461000', '113947.468000', '113947.470000', '113947.473000', '113947.476000', '113947.478000', '113947.481000', '113947.484000', '113947.486000', '113947.489000', '113947.491000', '113947.494000', '113947.496000', '113947.499000', '113947.502000', '113947.504000', '113947.507000', '113947.510000', '113947.512000', '113947.515000', '113947.518000', '113947.520000', '113947.523000', '113947.525000', '113947.528000', '113947.530000', '113947.533000', '113947.536000', '113947.538000', '113947.541000', '113947.543000', '113947.546000', '113947.548000', '113947.551000', '113947.554000', '113947.556000', '113947.559000', '113947.561000', '113947.564000', '113947.567000', '113947.569000', '113947.572000', '113947.574000', '113947.577000', '114007.462000', '114007.464000', '114007.467000', '114007.486000', '114007.488000', '114007.491000', '114007.493000', '114007.496000', '114007.499000', '114007.502000', '114007.504000', '114007.507000', '114007.509000', '114007.512000', '114007.515000', '114007.517000', '114007.520000', '114007.523000', '114007.525000', '114007.528000', '114007.531000', '114007.533000', '114007.536000', '114007.538000', '114007.541000', '114007.544000', '114007.546000', '114007.549000', '114007.551000', '114007.554000', '114007.557000', '114007.559000', '114007.562000', '114007.565000', '114007.567000', '114007.570000', '114007.572000', '114007.575000', '114007.578000', '114007.580000', '114007.583000', '114007.585000', '114007.588000', '114027.462000', '114027.464000', '114027.467000', '114027.470000', '114027.472000', '114027.475000', '114027.477000', '114027.480000', '114027.483000', '114027.485000', '114027.488000', '114027.491000', '114027.493000', '114027.496000', '114027.498000', '114027.501000', '114027.504000', '114027.506000', '114027.509000', '114027.511000', '114027.514000', '114027.517000', '114027.519000', '114027.522000', '114027.525000', '114027.527000', '114027.530000', '114027.532000', '114027.535000', '114027.537000', '114027.540000', '114027.542000', '114027.545000', '114027.548000', '114027.550000', '114027.553000', '114027.556000', '114027.558000', '114027.561000', '114027.563000', '114027.566000', '114027.569000', '114027.571000', '114027.574000', '114047.462000', '114047.464000', '114047.467000', '114047.470000', '114047.472000', '114047.475000', '114047.477000', '114047.480000', '114047.483000', '114047.485000', '114047.488000', '114047.490000', '114047.493000', '114047.495000', '114047.498000', '114047.501000', '114047.503000', '114047.506000', '114047.509000', '114047.511000', '114047.514000', '114047.516000', '114047.519000', '114047.522000', '114047.524000', '114047.527000', '114047.530000', '114047.532000', '114047.535000', '114047.537000', '114047.540000', '114047.543000', '114047.545000', '114047.548000', '114047.551000', '114047.553000', '114047.556000', '114047.558000', '114047.561000', '114047.564000', '114047.566000', '114047.569000', '114047.572000', '114107.461000', '114107.463000', '114107.466000', '114107.469000', '114107.471000', '114107.474000', '114107.477000', '114107.479000', '114107.482000', '114107.484000', '114107.487000', '114107.490000', '114107.492000', '114107.495000', '114107.497000', '114107.500000', '114107.519000', '114107.521000', '114107.524000', '114107.526000', '114107.529000', '114107.531000', '114107.534000', '114107.537000', '114107.540000', '114107.542000', '114107.545000', '114107.547000', '114107.550000', '114107.553000', '114107.555000', '114107.558000', '114107.560000', '114107.563000', '114107.566000', '114107.568000', '114107.571000', '114107.573000', '114107.576000', '114107.578000', '114107.581000', '114107.584000', '114107.586000', '114107.589000', '114127.462000', '114127.465000', '114127.467000', '114127.470000', '114127.472000', '114127.475000', '114127.478000', '114127.480000', '114127.483000', '114127.485000', '114127.488000', '114127.491000', '114127.493000', '114127.496000', '114127.499000', '114127.501000', '114127.504000', '114127.506000', '114127.509000', '114127.511000', '114127.514000', '114127.517000', '114127.520000', '114127.523000', '114127.526000', '114127.528000', '114127.531000', '114127.533000', '114127.547000', '114127.550000', '114127.552000', '114127.555000', '114127.557000', '114127.560000', '114127.563000', '114127.565000', '114127.568000', '114127.570000', '114127.573000', '114127.576000', '114127.578000', '114127.581000', '114127.583000', '114147.462000', '114147.464000', '114147.467000', '114147.470000', '114147.472000', '114147.475000', '114147.478000', '114147.480000', '114147.483000', '114147.485000', '114147.488000', '114147.491000', '114147.493000', '114147.496000', '114147.498000', '114147.501000', '114147.503000', '114147.506000', '114147.509000', '114147.511000', '114147.514000', '114147.516000', '114147.519000', '114147.522000', '114147.524000', '114147.527000', '114147.529000', '114147.532000', '114147.534000', '114147.537000', '114147.540000', '114147.542000', '114147.551000', '114147.553000', '114147.556000', '114147.559000', '114147.561000', '114147.564000', '114147.566000', '114147.569000', '114147.571000', '114147.574000', '114147.577000', '114147.579000', '114207.462000', '114207.465000', '114207.467000', '114207.470000', '114207.473000', '114207.475000', '114207.478000', '114207.480000', '114207.483000', '114207.486000', '114207.488000', '114207.491000', '114207.494000', '114207.496000', '114207.499000', '114207.501000', '114207.504000', '114207.507000', '114207.509000', '114207.512000', '114207.515000', '114207.517000', '114207.520000', '114207.522000', '114207.525000', '114207.528000', '114207.530000', '114207.533000', '114207.535000', '114207.538000', '114207.540000', '114207.543000', '114207.546000', '114207.548000', '114207.551000', '114207.553000', '114207.556000', '114207.559000', '114207.562000', '114207.564000', '114207.567000', '114207.570000', '114207.572000', '114227.461000', '114227.464000', '114227.467000', '114227.470000', '114227.472000', '114227.475000', '114227.478000', '114227.480000', '114227.483000', '114227.485000', '114227.488000', '114227.491000', '114227.493000', '114227.496000', '114227.499000', '114227.501000', '114227.504000', '114227.507000', '114227.509000', '114227.512000', '114227.514000', '114227.517000', '114227.520000', '114227.522000', '114227.525000', '114227.527000', '114227.530000', '114227.533000', '114227.535000', '114227.538000', '114227.540000', '114227.543000', '114227.546000', '114227.548000', '114227.551000', '114227.553000', '114227.556000', '114227.558000', '114227.561000', '114227.564000', '114227.566000', '114227.569000', '114227.571000', '114227.574000', '114247.461000', '114247.464000', '114247.467000', '114247.470000', '114247.473000', '114247.475000', '114247.478000', '114247.481000', '114247.484000', '114247.486000', '114247.489000', '114247.492000', '114247.495000', '114247.497000', '114247.500000', '114247.502000', '114247.505000', '114247.508000', '114247.510000', '114247.513000', '114247.515000', '114247.518000', '114247.520000', '114247.523000', '114247.526000', '114247.528000', '114247.531000', '114247.534000', '114247.536000', '114247.539000', '114247.541000', '114247.544000', '114247.547000', '114247.549000', '114247.552000', '114247.555000', '114247.557000', '114247.560000', '114247.562000', '114247.565000', '114247.568000', '114247.570000', '114247.573000', '114307.461000', '114307.464000', '114307.467000', '114307.470000', '114307.473000', '114307.475000', '114307.478000', '114307.481000', '114307.483000', '114307.486000', '114307.504000', '114307.507000', '114307.509000', '114307.512000', '114307.514000', '114307.517000', '114307.520000', '114307.522000', '114307.529000', '114307.532000', '114307.534000', '114307.537000', '114307.539000', '114307.542000', '114307.545000', '114307.547000', '114307.550000', '114307.552000', '114307.555000', '114307.558000', '114307.560000', '114307.563000', '114307.565000', '114307.568000', '114307.571000', '114307.573000', '114307.576000', '114307.578000', '114307.581000', '114307.584000', '114307.586000', '114307.589000', '114307.592000', '114307.594000', '114327.460000', '114327.463000', '114327.466000', '114327.469000', '114327.471000', '114327.474000', '114327.477000', '114327.479000', '114327.482000', '114327.484000', '114327.487000', '114327.490000', '114327.493000', '114327.495000', '114327.498000', '114327.501000', '114327.503000', '114327.506000', '114327.508000', '114327.511000', '114327.513000', '114327.516000', '114327.519000', '114327.521000', '114327.524000', '114327.526000', '114327.529000', '114327.532000', '114327.534000', '114327.537000', '114327.539000', '114327.542000', '114327.544000', '114327.547000', '114327.550000', '114327.552000', '114327.555000', '114327.557000', '114327.560000', '114327.563000', '114327.565000', '114327.568000', '114327.570000', '114347.462000', '114347.464000', '114347.467000', '114347.470000', '114347.472000', '114347.475000', '114347.477000', '114347.480000', '114347.483000', '114347.485000', '114347.488000', '114347.491000', '114347.493000', '114347.496000', '114347.498000', '114347.501000', '114347.503000', '114347.506000', '114347.509000', '114347.511000', '114347.514000', '114347.517000', '114347.519000', '114347.522000', '114347.524000', '114347.527000', '114347.530000', '114347.532000', '114347.535000', '114347.538000', '114347.540000', '114347.543000', '114347.545000', '114347.548000', '114347.550000', '114347.553000', '114347.556000', '114347.558000', '114347.561000', '114347.564000', '114347.566000', '114347.569000', '114347.571000', '114347.574000', '114407.462000', '114407.465000', '114407.467000', '114407.470000', '114407.472000', '114407.475000', '114407.477000', '114407.480000', '114407.483000', '114407.485000', '114407.488000', '114407.490000', '114407.493000', '114407.496000', '114407.498000', '114407.501000', '114407.503000', '114407.506000', '114407.508000', '114407.511000', '114407.513000', '114407.516000', '114407.519000', '114407.521000', '114407.524000', '114407.527000', '114407.529000', '114407.532000', '114407.534000', '114407.537000', '114407.539000', '114407.542000', '114407.545000', '114407.547000', '114407.550000', '114407.552000', '114407.555000', '114407.558000', '114407.560000', '114407.563000', '114407.565000', '114407.568000', '114407.570000', '114420.030000', '114420.033000', '114420.036000', '114420.038000', '114420.041000', '114420.044000', '114420.046000', '114420.049000', '114420.051000', '114420.054000', '114420.057000', '114420.059000', '114420.062000', '114420.065000', '114420.067000', '114420.070000', '114420.072000', '114420.075000', '114420.078000', '114420.080000', '114420.083000', '114420.136000', '114420.139000', '114420.142000', '114420.144000', '114420.147000', '114420.157000', '114420.160000'], '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': [9421, 13594, 8991, 11429, 9023, 8951, 10575, 7914, 11982, 8356, 14988, 9538, 8988, 9976, 8010, 12044, 8119, 11915, 9080, 11803, 10038, 8269, 11342, 8966, 13280, 9073, 15264, 11021, 8880, 9334, 7710, 11727, 8253, 12311, 9222, 13391, 9052, 12169, 9730, 7738, 10240, 7176, 13339, 8682, 12303, 8095, 8898, 10860, 7776, 12257, 8956, 10874, 8425, 8136, 12034, 7998, 13031, 8899, 11121, 11081, 8751, 11050, 8761, 12875, 8779, 14313, 9732, 11057, 9984, 10948, 10251, 11067, 10400, 8302, 9690, 8394, 11498, 7526, 10954, 8653, 12906, 9404, 9317, 11726, 9143, 13037, 9175, 13952, 9807, 14169, 9562, 13197, 8958, 14795, 9962, 8701, 9608, 7714, 12001, 8175, 13229, 9697, 12119, 9597, 12228, 10344, 7879, 10011, 7321, 12632, 8379, 12959, 8473, 9631, 10406, 7570, 12752, 8677, 10470, 10457, 8411, 12847, 9216, 12976, 9346, 9371, 12593, 8855, 12940, 9276, 14667, 10123, 13017, 8951, 7828, 11476, 8198, 14362, 8705, 8108, 10515, 7399, 13463, 8959, 8675, 10093, 8122, 13628, 8894, 13723, 8635, 8758, 10121, 7816, 12619, 9802, 10642, 9122, 8081, 11662, 9058, 12800, 9887, 14546, 10129, 10891, 9360, 8882, 11252, 8143, 12593, 9895, 11101, 9094, 8818, 11318, 8919, 12807, 9143, 13425, 9566, 12265, 8393, 9298, 10228, 8524, 11176, 8806, 12208, 8614, 9850, 10221, 8929, 13099, 9240, 10939, 10472, 8055, 11892, 9575, 11651, 9345, 8846, 11238, 8730, 11827, 8428, 10646, 10871, 9008, 12346, 8728, 9893, 10891, 7923, 14193, 8552, 9177, 10552, 7924, 14630, 9171, 8646, 12100, 9619, 13200, 12270, 8678, 12046, 9020, 14359, 9412, 8636, 11884, 9041, 13732, 9351, 8459, 10186, 8856, 13339, 10018, 11604, 8777, 8297, 10703, 8094, 12722, 9312, 12014, 8250, 7986, 11121, 8931, 10780, 9476, 8204, 12958, 8323, 13372, 9542, 13332, 9763, 12159, 9702, 8073, 12144, 8075, 13402, 8914, 8181, 9783, 8759, 14006, 9964, 8356, 11377, 9722, 13315, 10192, 9347, 12187, 9804, 13960, 9956, 9769, 10791, 9277, 13655, 9338, 10249, 11442, 9361, 13351, 8782, 10102, 10644, 8898, 12976, 8402, 8225, 11707, 9114, 10518, 10004, 8636, 13736, 9342, 10780, 10097, 8053, 13223, 9276, 11057, 9813, 8220, 12636, 8580, 11753, 9588, 8172, 12699, 8524, 13721, 9392, 9836, 9684, 8771, 13414, 9807, 11130, 10831, 9607, 13857, 9933, 13105, 11276, 8909, 12396, 9915, 12662, 9725, 8028, 11158, 9498, 11436, 9572, 7273, 12951, 7540, 7783, 9464, 8825, 8585, 11587, 8143, 7811, 9820, 8702, 8159, 12838, 10490, 13673, 13336, 11220, 15888, 11111, 9134, 11441, 9784, 15465, 10070, 12013, 8957, 8310, 10950, 7686, 7984, 10387, 8300, 12691, 9138, 8066, 12405, 8549, 8758, 11183, 8925, 11110, 9945, 8344, 13095, 9243, 10113, 11169, 8020, 12642, 8571, 9747, 7937, 8281, 12361, 8708, 10232, 10284, 7788, 11423, 8120, 8301, 10982, 8053, 13849, 9424, 7874, 12044, 8868, 14192, 10424, 12734, 10910, 8852, 13266, 9438, 8329, 12232, 9033, 10913, 10082, 7939, 12766, 9364, 11627, 9687, 7831, 12479, 8888, 13709, 9326, 9742, 10010, 7720, 11779, 7429, 11166, 7423, 10375, 7918, 11711, 8446, 9970, 9972, 7368, 12460, 7520, 12814, 7352, 13279, 8082, 12496, 8361, 13200, 8797, 13750, 8770, 12908, 8649, 12972, 9198, 12038, 10067, 8637, 10671, 7742, 11986, 7403, 10691, 8010, 11656, 9188, 10474, 10492, 7465, 11821, 8198, 13008, 9498, 8003, 11229, 8486, 13759, 9635, 12177, 10878, 7909, 12900, 8779, 13796, 9470, 7799, 10882, 7860, 13468, 9207, 9286, 9724, 7344, 12883, 8674, 13250, 9388, 9383, 10778, 7769, 12590, 8666, 12581, 8984, 9918, 11265, 7732, 12530, 8753, 13828, 9312, 8464, 10065, 8086, 13124, 8717, 11182, 10230, 7479, 12755, 7883, 13107, 8107, 11926, 8084, 12073, 8333, 13240, 9246, 8689, 9809, 7412, 12247, 7781, 12906, 7980, 12568, 8690, 13377, 9454, 12397, 9027, 11091, 9270, 11427, 9689, 7525, 10857, 8201, 13556, 9456, 7379, 12276, 8726, 13829, 9617, 9181, 10017, 7544, 12922, 8670, 12306, 8912, 8075, 11866, 8840, 12443, 9476, 7996, 12604, 8371, 13293, 9172, 8815, 10946, 7635, 12902, 8468, 9885, 10001, 7803, 13466, 9124, 11200, 11605, 11256, 13900, 8442, 12018, 8992, 13552, 9325, 7910, 10150, 7406, 12535, 7542, 13002, 8018, 9868, 9307, 8207, 12433, 7918, 11944, 8621, 13172, 10139, 10648, 10027, 8702, 12785, 9133, 10776, 10142, 7955, 12631, 9109, 14321, 10512, 10775, 10606, 8330, 12707, 9112, 11179, 9406, 8540, 13172, 9418, 11312, 11115, 8903, 13446, 8941, 9580, 10712, 8563, 12790, 8718, 10385, 10440, 8350, 13018, 8994, 10390, 11093, 8504, 12350, 9049, 13834, 9208, 12449, 9195, 9172, 9755, 8390, 11530, 7731, 11368, 8150, 12840, 8891, 13091, 9386, 8661, 10558, 8211, 12229, 7821, 10139, 8408, 13024, 9301, 13601, 9861, 9434, 9883, 7958, 12895, 8910, 9779, 10568, 8353, 13606, 9288, 14531, 10800, 12008, 10094, 13292, 10847, 8098, 9962, 8224, 12100, 8339, 10191, 9897, 7884, 13101, 8883, 14141, 9446, 8846, 10364, 9523, 10153, 8785, 9561, 8803, 9703, 7489, 11295, 7812, 11404, 8229, 12830, 9121, 8947, 11001, 7979, 13073, 8291, 13517, 10698, 12716, 8645, 14228, 8534, 12727, 8339, 11539, 8595, 12365, 8511, 11270, 7995, 7725, 11699, 8561, 13233, 9753, 8965, 11868, 8975, 13606, 10242, 13379, 9006, 15395, 8943, 12689, 9333, 10357, 9033, 8533, 11119, 8561, 13741, 9381, 12936, 10490, 8281, 11850, 8330, 13631, 9231, 10274, 8942, 8251, 13471, 9231, 10019, 10727, 9006, 13748, 10608, 13621, 10939, 8143, 10783, 8215, 12347, 8321, 10921, 8707, 12128, 8919, 11677, 9376, 7742, 11482, 7577, 13886, 8938, 12639, 9325, 10533, 10107, 8605, 11497, 8753, 13167, 8943, 10165, 11337, 8400, 13162, 9482, 12652, 9858, 8612, 11375, 8724, 13366, 9249, 11874, 10056, 8700, 13005, 8725, 8826, 11396, 9978, 8518, 13648, 8633, 8791, 10828, 8882, 14141, 9152, 13730, 8598, 8003, 10780, 8858, 13675, 9543, 8666, 10722, 8328, 13164, 8880, 13986, 9197, 13339, 9305, 13621, 9843, 9130, 9392, 8197, 11065, 7508, 12319, 8349, 12394], 'WindowCenter': [4341.0, 4356.0, 4303.0, 4318.0, 4298.0, 4297.0, 4319.0, 4276.0, 4317.0, 4287.0, 4336.0, 4309.0, 4295.0, 4306.0, 4278.0, 4328.0, 4290.0, 4317.0, 4298.0, 4328.0, 4309.0, 4286.0, 4317.0, 4297.0, 4326.0, 4297.0, 4337.0, 4307.0, 4273.0, 4282.0, 4263.0, 4303.0, 4274.0, 4313.0, 4283.0, 4323.0, 4285.0, 4313.0, 4283.0, 4261.0, 4292.0, 4252.0, 4313.0, 4285.0, 4303.0, 4263.0, 4285.0, 4305.0, 4276.0, 4316.0, 4285.0, 4316.0, 4300.0, 4288.0, 4329.0, 4288.0, 4325.0, 4297.0, 4314.0, 4317.0, 4299.0, 4317.0, 4274.0, 4314.0, 4274.0, 4324.0, 4284.0, 4304.0, 4292.0, 4290.0, 4292.0, 4291.0, 4291.0, 4261.0, 4281.0, 4260.0, 4302.0, 4261.0, 4291.0, 4272.0, 4312.0, 4283.0, 4296.0, 4316.0, 4295.0, 4324.0, 4296.0, 4325.0, 4295.0, 4311.0, 4281.0, 4311.0, 4271.0, 4320.0, 4283.0, 4271.0, 4281.0, 4263.0, 4312.0, 4274.0, 4323.0, 4295.0, 4314.0, 4296.0, 4314.0, 4297.0, 4261.0, 4294.0, 4261.0, 4314.0, 4277.0, 4313.0, 4276.0, 4296.0, 4306.0, 4276.0, 4326.0, 4286.0, 4307.0, 4309.0, 4287.0, 4329.0, 4297.0, 4325.0, 4297.0, 4294.0, 4317.0, 4286.0, 4314.0, 4285.0, 4323.0, 4294.0, 4312.0, 4273.0, 4262.0, 4302.0, 4273.0, 4324.0, 4287.0, 4286.0, 4308.0, 4266.0, 4325.0, 4296.0, 4284.0, 4294.0, 4276.0, 4324.0, 4287.0, 4322.0, 4274.0, 4272.0, 4291.0, 4263.0, 4313.0, 4281.0, 4291.0, 4281.0, 4260.0, 4303.0, 4282.0, 4312.0, 4293.0, 4322.0, 4295.0, 4292.0, 4270.0, 4270.0, 4291.0, 4259.0, 4312.0, 4280.0, 4301.0, 4282.0, 4282.0, 4303.0, 4283.0, 4313.0, 4284.0, 4313.0, 4284.0, 4301.0, 4261.0, 4280.0, 4292.0, 4273.0, 4303.0, 4283.0, 4313.0, 4273.0, 4293.0, 4294.0, 4285.0, 4324.0, 4284.0, 4303.0, 4307.0, 4275.0, 4316.0, 4296.0, 4315.0, 4296.0, 4286.0, 4316.0, 4284.0, 4315.0, 4287.0, 4305.0, 4306.0, 4285.0, 4313.0, 4284.0, 4292.0, 4304.0, 4264.0, 4324.0, 4273.0, 4280.0, 4290.0, 4264.0, 4335.0, 4284.0, 4272.0, 4314.0, 4293.0, 4313.0, 4315.0, 4273.0, 4302.0, 4274.0, 4323.0, 4282.0, 4271.0, 4301.0, 4271.0, 4312.0, 4280.0, 4260.0, 4281.0, 4271.0, 4311.0, 4282.0, 4300.0, 4271.0, 4259.0, 4290.0, 4260.0, 4310.0, 4281.0, 4300.0, 4270.0, 4263.0, 4303.0, 4284.0, 4303.0, 4296.0, 4287.0, 4327.0, 4274.0, 4324.0, 4293.0, 4323.0, 4295.0, 4314.0, 4283.0, 4261.0, 4314.0, 4275.0, 4323.0, 4285.0, 4275.0, 4295.0, 4287.0, 4335.0, 4307.0, 4287.0, 4317.0, 4297.0, 4325.0, 4307.0, 4298.0, 4316.0, 4295.0, 4325.0, 4294.0, 4283.0, 4293.0, 4282.0, 4323.0, 4282.0, 4291.0, 4302.0, 4282.0, 4311.0, 4272.0, 4293.0, 4293.0, 4274.0, 4311.0, 4272.0, 4271.0, 4302.0, 4286.0, 4303.0, 4293.0, 4285.0, 4324.0, 4296.0, 4306.0, 4296.0, 4273.0, 4315.0, 4284.0, 4303.0, 4293.0, 4273.0, 4314.0, 4274.0, 4314.0, 4295.0, 4287.0, 4326.0, 4288.0, 4338.0, 4299.0, 4296.0, 4295.0, 4287.0, 4326.0, 4307.0, 4318.0, 4308.0, 4296.0, 4325.0, 4296.0, 4313.0, 4304.0, 4274.0, 4301.0, 4292.0, 4311.0, 4285.0, 4263.0, 4303.0, 4294.0, 4315.0, 4299.0, 4265.0, 4341.0, 4278.0, 4290.0, 4309.0, 4298.0, 4285.0, 4301.0, 4275.0, 4263.0, 4294.0, 4283.0, 4286.0, 4328.0, 4308.0, 4324.0, 4316.0, 4304.0, 4324.0, 4292.0, 4258.0, 4303.0, 4282.0, 4308.0, 4267.0, 4274.0, 4255.0, 4246.0, 4276.0, 4236.0, 4245.0, 4277.0, 4263.0, 4312.0, 4271.0, 4261.0, 4300.0, 4271.0, 4273.0, 4304.0, 4285.0, 4304.0, 4293.0, 4275.0, 4313.0, 4285.0, 4294.0, 4304.0, 4264.0, 4314.0, 4285.0, 4284.0, 4273.0, 4276.0, 4315.0, 4286.0, 4296.0, 4308.0, 4279.0, 4317.0, 4278.0, 4276.0, 4305.0, 4277.0, 4327.0, 4299.0, 4276.0, 4315.0, 4287.0, 4326.0, 4306.0, 4317.0, 4305.0, 4274.0, 4313.0, 4283.0, 4274.0, 4317.0, 4286.0, 4305.0, 4294.0, 4264.0, 4315.0, 4285.0, 4305.0, 4284.0, 4264.0, 4314.0, 4284.0, 4315.0, 4286.0, 4284.0, 4284.0, 4263.0, 4302.0, 4253.0, 4292.0, 4255.0, 4292.0, 4264.0, 4315.0, 4276.0, 4296.0, 4308.0, 4270.0, 4329.0, 4278.0, 4329.0, 4281.0, 4339.0, 4279.0, 4328.0, 4278.0, 4328.0, 4288.0, 4325.0, 4288.0, 4315.0, 4277.0, 4316.0, 4297.0, 4317.0, 4299.0, 4276.0, 4307.0, 4266.0, 4317.0, 4266.0, 4306.0, 4277.0, 4316.0, 4298.0, 4309.0, 4319.0, 4269.0, 4317.0, 4289.0, 4339.0, 4310.0, 4280.0, 4320.0, 4287.0, 4339.0, 4311.0, 4329.0, 4310.0, 4277.0, 4328.0, 4289.0, 4327.0, 4298.0, 4265.0, 4307.0, 4277.0, 4327.0, 4299.0, 4297.0, 4298.0, 4268.0, 4327.0, 4287.0, 4327.0, 4296.0, 4287.0, 4308.0, 4266.0, 4318.0, 4287.0, 4315.0, 4287.0, 4296.0, 4306.0, 4266.0, 4316.0, 4274.0, 4326.0, 4298.0, 4277.0, 4297.0, 4277.0, 4327.0, 4288.0, 4319.0, 4308.0, 4268.0, 4328.0, 4278.0, 4328.0, 4277.0, 4317.0, 4278.0, 4315.0, 4276.0, 4327.0, 4298.0, 4287.0, 4297.0, 4267.0, 4318.0, 4277.0, 4329.0, 4279.0, 4326.0, 4287.0, 4329.0, 4298.0, 4317.0, 4287.0, 4305.0, 4298.0, 4318.0, 4296.0, 4266.0, 4307.0, 4276.0, 4328.0, 4300.0, 4267.0, 4326.0, 4287.0, 4328.0, 4299.0, 4297.0, 4295.0, 4266.0, 4327.0, 4289.0, 4316.0, 4283.0, 4277.0, 4318.0, 4298.0, 4327.0, 4297.0, 4277.0, 4317.0, 4277.0, 4327.0, 4287.0, 4286.0, 4307.0, 4267.0, 4328.0, 4275.0, 4296.0, 4297.0, 4267.0, 4329.0, 4287.0, 4306.0, 4318.0, 4307.0, 4328.0, 4263.0, 4302.0, 4285.0, 4313.0, 4284.0, 4262.0, 4295.0, 4255.0, 4315.0, 4266.0, 4325.0, 4277.0, 4296.0, 4299.0, 4289.0, 4331.0, 4280.0, 4329.0, 4301.0, 4330.0, 4311.0, 4308.0, 4298.0, 4286.0, 4327.0, 4299.0, 4306.0, 4307.0, 4276.0, 4316.0, 4288.0, 4325.0, 4308.0, 4306.0, 4294.0, 4275.0, 4315.0, 4286.0, 4307.0, 4284.0, 4276.0, 4326.0, 4286.0, 4306.0, 4306.0, 4284.0, 4314.0, 4283.0, 4284.0, 4305.0, 4273.0, 4314.0, 4276.0, 4296.0, 4307.0, 4277.0, 4314.0, 4287.0, 4296.0, 4307.0, 4275.0, 4315.0, 4285.0, 4327.0, 4286.0, 4304.0, 4284.0, 4273.0, 4284.0, 4263.0, 4306.0, 4265.0, 4304.0, 4275.0, 4324.0, 4288.0, 4327.0, 4298.0, 4287.0, 4309.0, 4289.0, 4329.0, 4267.0, 4305.0, 4288.0, 4326.0, 4299.0, 4328.0, 4298.0, 4299.0, 4296.0, 4277.0, 4328.0, 4300.0, 4309.0, 4308.0, 4287.0, 4328.0, 4299.0, 4340.0, 4306.0, 4305.0, 4295.0, 4315.0, 4295.0, 4262.0, 4282.0, 4262.0, 4303.0, 4275.0, 4294.0, 4296.0, 4276.0, 4327.0, 4300.0, 4327.0, 4299.0, 4285.0, 4308.0, 4297.0, 4295.0, 4276.0, 4284.0, 4273.0, 4285.0, 4254.0, 4305.0, 4265.0, 4317.0, 4289.0, 4327.0, 4302.0, 4299.0, 4319.0, 4280.0, 4344.0, 4290.0, 4330.0, 4308.0, 4317.0, 4277.0, 4326.0, 4275.0, 4314.0, 4273.0, 4301.0, 4287.0, 4315.0, 4286.0, 4304.0, 4276.0, 4278.0, 4318.0, 4301.0, 4340.0, 4311.0, 4300.0, 4332.0, 4289.0, 4341.0, 4297.0, 4314.0, 4285.0, 4326.0, 4275.0, 4303.0, 4282.0, 4292.0, 4283.0, 4275.0, 4306.0, 4286.0, 4327.0, 4297.0, 4328.0, 4309.0, 4277.0, 4305.0, 4277.0, 4314.0, 4285.0, 4294.0, 4273.0, 4275.0, 4325.0, 4298.0, 4296.0, 4307.0, 4286.0, 4326.0, 4296.0, 4314.0, 4294.0, 4260.0, 4294.0, 4263.0, 4316.0, 4264.0, 4290.0, 4274.0, 4314.0, 4286.0, 4304.0, 4285.0, 4265.0, 4317.0, 4278.0, 4339.0, 4288.0, 4317.0, 4287.0, 4306.0, 4296.0, 4275.0, 4305.0, 4276.0, 4315.0, 4286.0, 4296.0, 4307.0, 4278.0, 4326.0, 4298.0, 4327.0, 4299.0, 4286.0, 4306.0, 4277.0, 4325.0, 4286.0, 4317.0, 4309.0, 4287.0, 4328.0, 4289.0, 4298.0, 4317.0, 4310.0, 4289.0, 4342.0, 4289.0, 4288.0, 4307.0, 4287.0, 4326.0, 4285.0, 4316.0, 4272.0, 4264.0, 4294.0, 4272.0, 4314.0, 4286.0, 4274.0, 4294.0, 4277.0, 4315.0, 4285.0, 4326.0, 4287.0, 4312.0, 4285.0, 4314.0, 4286.0, 4271.0, 4285.0, 4274.0, 4306.0, 4265.0, 4316.0, 4278.0, 4316.0], 'WindowWidth': [9609.0, 9615.0, 9536.0, 9546.0, 9519.0, 9516.0, 9548.0, 9488.0, 9542.0, 9505.0, 9565.0, 9535.0, 9512.0, 9525.0, 9489.0, 9557.0, 9509.0, 9541.0, 9515.0, 9558.0, 9534.0, 9500.0, 9541.0, 9513.0, 9553.0, 9515.0, 9568.0, 9527.0, 9473.0, 9484.0, 9461.0, 9515.0, 9478.0, 9528.0, 9489.0, 9541.0, 9494.0, 9528.0, 9489.0, 9454.0, 9497.0, 9446.0, 9527.0, 9498.0, 9513.0, 9462.0, 9494.0, 9522.0, 9482.0, 9539.0, 9496.0, 9539.0, 9523.0, 9505.0, 9560.0, 9505.0, 9551.0, 9514.0, 9535.0, 9543.0, 9521.0, 9541.0, 9477.0, 9530.0, 9478.0, 9547.0, 9491.0, 9514.0, 9498.0, 9492.0, 9496.0, 9494.0, 9496.0, 9452.0, 9480.0, 9450.0, 9510.0, 9457.0, 9496.0, 9472.0, 9526.0, 9490.0, 9510.0, 9537.0, 9508.0, 9545.0, 9509.0, 9548.0, 9506.0, 9523.0, 9481.0, 9521.0, 9467.0, 9532.0, 9486.0, 9467.0, 9481.0, 9461.0, 9525.0, 9478.0, 9542.0, 9507.0, 9529.0, 9511.0, 9531.0, 9512.0, 9457.0, 9503.0, 9459.0, 9532.0, 9487.0, 9530.0, 9482.0, 9511.0, 9524.0, 9486.0, 9554.0, 9499.0, 9527.0, 9532.0, 9501.0, 9560.0, 9514.0, 9548.0, 9514.0, 9506.0, 9542.0, 9497.0, 9532.0, 9493.0, 9542.0, 9505.0, 9526.0, 9474.0, 9458.0, 9511.0, 9477.0, 9546.0, 9500.0, 9501.0, 9529.0, 9472.0, 9550.0, 9512.0, 9492.0, 9505.0, 9484.0, 9547.0, 9501.0, 9541.0, 9474.0, 9470.0, 9496.0, 9460.0, 9529.0, 9482.0, 9494.0, 9481.0, 9455.0, 9516.0, 9486.0, 9523.0, 9500.0, 9537.0, 9505.0, 9498.0, 9465.0, 9465.0, 9494.0, 9452.0, 9525.0, 9480.0, 9507.0, 9485.0, 9484.0, 9514.0, 9489.0, 9528.0, 9491.0, 9529.0, 9491.0, 9507.0, 9454.0, 9479.0, 9498.0, 9474.0, 9513.0, 9487.0, 9528.0, 9476.0, 9502.0, 9505.0, 9494.0, 9545.0, 9491.0, 9516.0, 9525.0, 9481.0, 9536.0, 9509.0, 9532.0, 9511.0, 9498.0, 9539.0, 9493.0, 9535.0, 9501.0, 9523.0, 9524.0, 9495.0, 9529.0, 9492.0, 9499.0, 9518.0, 9465.0, 9546.0, 9475.0, 9480.0, 9493.0, 9465.0, 9564.0, 9493.0, 9473.0, 9531.0, 9504.0, 9532.0, 9533.0, 9472.0, 9513.0, 9476.0, 9542.0, 9486.0, 9466.0, 9507.0, 9469.0, 9523.0, 9481.0, 9453.0, 9481.0, 9468.0, 9522.0, 9485.0, 9504.0, 9466.0, 9448.0, 9491.0, 9451.0, 9520.0, 9481.0, 9504.0, 9467.0, 9462.0, 9515.0, 9492.0, 9517.0, 9510.0, 9501.0, 9553.0, 9479.0, 9547.0, 9503.0, 9542.0, 9508.0, 9530.0, 9487.0, 9455.0, 9528.0, 9481.0, 9542.0, 9495.0, 9480.0, 9508.0, 9501.0, 9563.0, 9528.0, 9500.0, 9540.0, 9513.0, 9549.0, 9528.0, 9515.0, 9538.0, 9504.0, 9546.0, 9504.0, 9487.0, 9499.0, 9484.0, 9541.0, 9485.0, 9495.0, 9513.0, 9484.0, 9522.0, 9471.0, 9500.0, 9500.0, 9475.0, 9523.0, 9473.0, 9471.0, 9513.0, 9499.0, 9518.0, 9504.0, 9494.0, 9545.0, 9512.0, 9522.0, 9508.0, 9476.0, 9533.0, 9491.0, 9514.0, 9499.0, 9475.0, 9530.0, 9478.0, 9532.0, 9507.0, 9501.0, 9550.0, 9505.0, 9569.0, 9519.0, 9509.0, 9508.0, 9499.0, 9550.0, 9528.0, 9542.0, 9529.0, 9510.0, 9548.0, 9511.0, 9530.0, 9518.0, 9476.0, 9509.0, 9497.0, 9521.0, 9491.0, 9459.0, 9516.0, 9507.0, 9537.0, 9520.0, 9469.0, 9579.0, 9491.0, 9514.0, 9534.0, 9520.0, 9495.0, 9507.0, 9480.0, 9463.0, 9503.0, 9489.0, 9498.0, 9556.0, 9529.0, 9547.0, 9536.0, 9518.0, 9546.0, 9496.0, 9443.0, 9516.0, 9486.0, 9509.0, 9452.0, 9458.0, 9434.0, 9424.0, 9464.0, 9412.0, 9423.0, 9467.0, 9458.0, 9520.0, 9466.0, 9453.0, 9503.0, 9468.0, 9471.0, 9516.0, 9491.0, 9516.0, 9500.0, 9476.0, 9527.0, 9493.0, 9504.0, 9515.0, 9462.0, 9528.0, 9492.0, 9490.0, 9474.0, 9481.0, 9533.0, 9496.0, 9508.0, 9528.0, 9489.0, 9538.0, 9487.0, 9482.0, 9521.0, 9485.0, 9551.0, 9518.0, 9484.0, 9533.0, 9496.0, 9549.0, 9524.0, 9536.0, 9518.0, 9474.0, 9527.0, 9486.0, 9478.0, 9536.0, 9495.0, 9518.0, 9502.0, 9460.0, 9532.0, 9492.0, 9518.0, 9488.0, 9461.0, 9528.0, 9490.0, 9532.0, 9494.0, 9489.0, 9488.0, 9458.0, 9509.0, 9445.0, 9496.0, 9450.0, 9497.0, 9461.0, 9532.0, 9483.0, 9510.0, 9530.0, 9480.0, 9559.0, 9490.0, 9559.0, 9496.0, 9573.0, 9492.0, 9554.0, 9489.0, 9553.0, 9501.0, 9549.0, 9502.0, 9532.0, 9483.0, 9533.0, 9512.0, 9538.0, 9516.0, 9481.0, 9524.0, 9469.0, 9541.0, 9470.0, 9522.0, 9486.0, 9535.0, 9515.0, 9531.0, 9545.0, 9477.0, 9540.0, 9505.0, 9573.0, 9536.0, 9494.0, 9546.0, 9501.0, 9574.0, 9538.0, 9561.0, 9533.0, 9484.0, 9554.0, 9506.0, 9554.0, 9513.0, 9465.0, 9522.0, 9486.0, 9552.0, 9519.0, 9512.0, 9513.0, 9475.0, 9553.0, 9501.0, 9553.0, 9510.0, 9498.0, 9528.0, 9469.0, 9540.0, 9497.0, 9532.0, 9497.0, 9507.0, 9524.0, 9469.0, 9533.0, 9478.0, 9549.0, 9514.0, 9484.0, 9511.0, 9485.0, 9555.0, 9505.0, 9545.0, 9529.0, 9476.0, 9554.0, 9489.0, 9557.0, 9486.0, 9540.0, 9487.0, 9531.0, 9484.0, 9550.0, 9515.0, 9497.0, 9511.0, 9472.0, 9541.0, 9487.0, 9559.0, 9491.0, 9550.0, 9502.0, 9560.0, 9516.0, 9540.0, 9499.0, 9520.0, 9515.0, 9541.0, 9509.0, 9468.0, 9523.0, 9485.0, 9555.0, 9520.0, 9474.0, 9551.0, 9503.0, 9556.0, 9521.0, 9512.0, 9506.0, 9470.0, 9551.0, 9504.0, 9536.0, 9489.0, 9487.0, 9542.0, 9517.0, 9553.0, 9512.0, 9486.0, 9539.0, 9485.0, 9551.0, 9497.0, 9494.0, 9524.0, 9471.0, 9555.0, 9481.0, 9509.0, 9513.0, 9472.0, 9558.0, 9499.0, 9522.0, 9542.0, 9524.0, 9556.0, 9461.0, 9510.0, 9492.0, 9526.0, 9489.0, 9458.0, 9505.0, 9454.0, 9534.0, 9471.0, 9547.0, 9486.0, 9511.0, 9518.0, 9505.0, 9563.0, 9495.0, 9559.0, 9524.0, 9561.0, 9538.0, 9530.0, 9515.0, 9497.0, 9554.0, 9520.0, 9525.0, 9526.0, 9483.0, 9535.0, 9500.0, 9547.0, 9529.0, 9523.0, 9503.0, 9479.0, 9533.0, 9497.0, 9524.0, 9489.0, 9479.0, 9548.0, 9496.0, 9524.0, 9522.0, 9489.0, 9530.0, 9489.0, 9489.0, 9521.0, 9474.0, 9530.0, 9482.0, 9509.0, 9527.0, 9484.0, 9530.0, 9497.0, 9509.0, 9526.0, 9479.0, 9531.0, 9493.0, 9552.0, 9497.0, 9515.0, 9488.0, 9471.0, 9487.0, 9460.0, 9519.0, 9466.0, 9515.0, 9482.0, 9546.0, 9503.0, 9553.0, 9515.0, 9498.0, 9533.0, 9507.0, 9558.0, 9473.0, 9520.0, 9502.0, 9548.0, 9516.0, 9556.0, 9516.0, 9516.0, 9509.0, 9487.0, 9554.0, 9521.0, 9533.0, 9529.0, 9499.0, 9556.0, 9519.0, 9576.0, 9525.0, 9518.0, 9505.0, 9531.0, 9506.0, 9455.0, 9483.0, 9455.0, 9513.0, 9480.0, 9504.0, 9508.0, 9482.0, 9554.0, 9522.0, 9554.0, 9516.0, 9492.0, 9529.0, 9513.0, 9507.0, 9479.0, 9489.0, 9470.0, 9490.0, 9450.0, 9521.0, 9466.0, 9536.0, 9507.0, 9555.0, 9526.0, 9521.0, 9547.0, 9494.0, 9588.0, 9507.0, 9565.0, 9526.0, 9538.0, 9484.0, 9549.0, 9477.0, 9530.0, 9472.0, 9508.0, 9497.0, 9533.0, 9496.0, 9517.0, 9483.0, 9488.0, 9542.0, 9526.0, 9577.0, 9536.0, 9520.0, 9567.0, 9505.0, 9578.0, 9509.0, 9531.0, 9493.0, 9550.0, 9477.0, 9511.0, 9484.0, 9496.0, 9487.0, 9478.0, 9520.0, 9494.0, 9551.0, 9513.0, 9556.0, 9534.0, 9484.0, 9519.0, 9484.0, 9531.0, 9492.0, 9501.0, 9473.0, 9478.0, 9547.0, 9518.0, 9509.0, 9522.0, 9494.0, 9549.0, 9510.0, 9531.0, 9501.0, 9451.0, 9500.0, 9458.0, 9536.0, 9461.0, 9493.0, 9475.0, 9528.0, 9495.0, 9516.0, 9492.0, 9467.0, 9538.0, 9488.0, 9571.0, 9502.0, 9539.0, 9497.0, 9522.0, 9509.0, 9480.0, 9520.0, 9480.0, 9532.0, 9496.0, 9508.0, 9526.0, 9487.0, 9549.0, 9514.0, 9552.0, 9517.0, 9497.0, 9523.0, 9483.0, 9546.0, 9497.0, 9539.0, 9535.0, 9499.0, 9554.0, 9505.0, 9517.0, 9539.0, 9533.0, 9504.0, 9582.0, 9506.0, 9501.0, 9524.0, 9494.0, 9547.0, 9491.0, 9533.0, 9470.0, 9461.0, 9497.0, 9470.0, 9528.0, 9493.0, 9474.0, 9501.0, 9481.0, 9532.0, 9492.0, 9547.0, 9496.0, 9523.0, 9491.0, 9528.0, 9492.0, 9466.0, 9489.0, 9475.0, 9521.0, 9467.0, 9536.0, 9487.0, 9533.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.00040773823191733646</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024232846498277845</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.699220775701114</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.229293233793103</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9752224980919532</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.474</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6863.1196</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10915092571005627</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.42939150401837</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4762188965030756</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3198172174185205</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.719287662439857</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.389551809650848</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00841939</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009116963483393192</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03300255909562111</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.877641176777767</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>21.4863</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.5647</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.3267</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299455.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>792.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.226</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4541</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.6159</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3490.9786</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3704.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77089.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1141.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4572.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>955.2137</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.583647056948394</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> |