=== 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-0119 --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-0119",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0119_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0119_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0119/ses-01/func/sub-0119_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5c41e8170b5bb04c2212f71bf58035f2</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>13:41:2.262500</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.995865, 0.0903364, 0.00961124, -0.0883531, 0.987715, -0.128894]</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.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0833881</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4220, -7722, -7260, 289, -207, -16, -23, 127]</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>228.948</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>57546615-7b7d-40b1-ac2b-2f9a5f7f0738||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.671832799911499, -0.2370448261499405, 0.05706977844238281, 117.84999084472656], [-0.24236588180065155, 2.64996600151062, -0.3442813456058502, -87.31549835205078], [0.025786247104406357, 0.34581258893013, 2.677351951599121, -105.10308837890625], [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': ['134102.262500', '134102.722500', '134103.182500', '134103.642500', '134104.102500', '134104.562500', '134105.022500', '134105.482500', '134105.942500', '134106.402500', '134106.862500', '134107.322500', '134107.782500', '134108.242500', '134108.702500', '134109.162500', '134109.622500', '134110.082500', '134110.542500', '134111.002500', '134111.462500', '134111.922500', '134112.382500', '134112.842500', '134113.302500', '134113.762500', '134114.222500', '134114.682500', '134115.142500', '134115.602500', '134116.062500', '134116.522500', '134116.982500', '134117.442500', '134117.902500', '134118.362500', '134118.822500', '134119.282500', '134119.742500', '134120.202500', '134120.662500', '134121.122500', '134121.582500', '134122.042500', '134122.502500', '134122.962500', '134123.422500', '134123.882500', '134124.342500', '134124.802500', '134125.262500', '134125.722500', '134126.182500', '134126.642500', '134127.102500', '134127.562500', '134128.022500', '134128.482500', '134128.942500', '134129.402500', '134129.862500', '134130.322500', '134130.782500', '134131.242500', '134131.702500', '134132.162500', '134132.622500', '134133.082500', '134133.542500', '134134.002500', '134134.462500', '134134.922500', '134135.382500', '134135.842500', '134136.302500', '134136.762500', '134137.222500', '134137.682500', '134138.142500', '134138.602500', '134139.062500', '134139.522500', '134139.982500', '134140.442500', '134140.902500', '134141.362500', '134141.822500', '134142.282500', '134142.742500', '134143.202500', '134143.662500', '134144.122500', '134144.582500', '134145.042500', '134145.502500', '134145.962500', '134146.422500', '134146.882500', '134147.342500', '134147.802500', '134148.262500', '134148.722500', '134149.182500', '134149.642500', '134150.102500', '134150.562500', '134151.022500', '134151.482500', '134151.942500', '134152.402500', '134152.862500', '134153.322500', '134153.782500', '134154.242500', '134154.702500', '134155.162500', '134155.622500', '134156.082500', '134156.542500', '134157.002500', '134157.462500', '134157.922500', '134158.382500', '134158.842500', '134159.302500', '134159.762500', '134200.222500', '134200.682500', '134201.142500', '134201.602500', '134202.062500', '134202.522500', '134202.982500', '134203.442500', '134203.902500', '134204.362500', '134204.822500', '134205.282500', '134205.742500', '134206.202500', '134206.662500', '134207.122500', '134207.582500', '134208.042500', '134208.502500', '134208.962500', '134209.422500', '134209.882500', '134210.342500', '134210.802500', '134211.262500', '134211.722500', '134212.182500', '134212.642500', '134213.102500', '134213.562500', '134214.022500', '134214.482500', '134214.942500', '134215.402500', '134215.862500', '134216.322500', '134216.782500', '134217.242500', '134217.702500', '134218.162500', '134218.622500', '134219.082500', '134219.542500', '134220.002500', '134220.462500', '134220.922500', '134221.382500', '134221.842500', '134222.302500', '134222.762500', '134223.222500', '134223.682500', '134224.142500', '134224.602500', '134225.062500', '134225.522500', '134225.982500', '134226.442500', '134226.902500', '134227.362500', '134227.822500', '134228.282500', '134228.742500', '134229.202500', '134229.662500', '134230.122500', '134230.582500', '134231.042500', '134231.502500', '134231.962500', '134232.422500', '134232.882500', '134233.342500', '134233.802500', '134234.262500', '134234.722500', '134235.182500', '134235.642500', '134236.102500', '134236.562500', '134237.022500', '134237.482500', '134237.942500', '134238.402500', '134238.862500', '134239.322500', '134239.782500', '134240.242500', '134240.702500', '134241.162500', '134241.622500', '134242.082500', '134242.542500', '134243.002500', '134243.462500', '134243.922500', '134244.382500', '134244.842500', '134245.302500', '134245.762500', '134246.222500', '134246.682500', '134247.142500', '134247.602500', '134248.062500', '134248.522500', '134248.982500', '134249.442500', '134249.902500', '134250.362500', '134250.822500', '134251.282500', '134251.742500', '134252.202500', '134252.662500', '134253.122500', '134253.582500', '134254.042500', '134254.502500', '134254.962500', '134255.422500', '134255.882500', '134256.342500', '134256.802500', '134257.262500', '134257.722500', '134258.182500', '134258.642500', '134259.102500', '134259.562500', '134300.022500', '134300.482500', '134300.942500', '134301.402500', '134301.862500', '134302.322500', '134302.782500', '134303.242500', '134303.702500', '134304.162500', '134304.622500', '134305.082500', '134305.542500', '134306.002500', '134306.462500', '134306.922500', '134307.382500', '134307.842500', '134308.302500', '134308.762500', '134309.222500', '134309.682500', '134310.142500', '134310.602500', '134311.062500', '134311.522500', '134311.982500', '134312.442500', '134312.902500', '134313.362500', '134313.822500', '134314.282500', '134314.742500', '134315.202500', '134315.662500', '134316.122500', '134316.582500', '134317.042500', '134317.502500', '134317.962500', '134318.422500', '134318.882500', '134319.342500', '134319.802500', '134320.262500', '134320.722500', '134321.182500', '134321.642500', '134322.102500', '134322.562500', '134323.022500', '134323.482500', '134323.942500', '134324.402500', '134324.862500', '134325.322500', '134325.782500', '134326.242500', '134326.702500', '134327.162500', '134327.622500', '134328.082500', '134328.542500', '134329.002500', '134329.462500', '134329.922500', '134330.382500', '134330.842500', '134331.302500', '134331.762500', '134332.222500', '134332.682500', '134333.142500', '134333.602500', '134334.062500', '134334.522500', '134334.982500', '134335.442500', '134335.902500', '134336.362500', '134336.822500', '134337.282500', '134337.742500', '134338.202500', '134338.662500', '134339.122500', '134339.582500', '134340.042500', '134340.502500', '134340.962500', '134341.422500', '134341.882500', '134342.342500', '134342.802500', '134343.262500', '134343.722500', '134344.182500', '134344.642500', '134345.102500', '134345.562500', '134346.022500', '134346.482500', '134346.942500', '134347.402500', '134347.862500', '134348.322500', '134348.782500', '134349.242500', '134349.702500', '134350.162500', '134350.622500', '134351.082500', '134351.542500', '134352.002500', '134352.462500', '134352.922500', '134353.382500', '134353.842500', '134354.302500', '134354.762500', '134355.222500', '134355.682500', '134356.142500', '134356.602500', '134357.062500', '134357.522500', '134357.982500', '134358.442500', '134358.902500', '134359.362500', '134359.822500', '134400.282500', '134400.742500', '134401.202500', '134401.662500', '134402.122500', '134402.582500', '134403.042500', '134403.502500', '134403.962500', '134404.422500', '134404.882500', '134405.342500', '134405.802500', '134406.262500', '134406.722500', '134407.182500', '134407.642500', '134408.102500', '134408.562500', '134409.022500', '134409.482500', '134409.942500', '134410.402500', '134410.862500', '134411.322500', '134411.782500', '134412.242500', '134412.702500', '134413.162500', '134413.622500', '134414.082500', '134414.542500', '134415.002500', '134415.462500', '134415.922500', '134416.382500', '134416.842500', '134417.302500', '134417.762500', '134418.222500', '134418.682500', '134419.142500', '134419.602500', '134420.062500', '134420.522500', '134420.982500', '134421.442500', '134421.902500', '134422.362500', '134422.822500', '134423.282500', '134423.742500', '134424.202500', '134424.662500', '134425.122500', '134425.582500', '134426.042500', '134426.502500', '134426.962500', '134427.422500', '134427.882500', '134428.342500', '134428.802500', '134429.262500', '134429.722500', '134430.182500', '134430.642500', '134431.102500', '134431.562500', '134432.022500', '134432.482500', '134432.942500', '134433.402500', '134433.862500', '134434.322500', '134434.782500', '134435.242500', '134435.702500', '134436.162500', '134436.622500', '134437.082500', '134437.542500', '134438.002500', '134438.462500', '134438.922500', '134439.382500', '134439.842500', '134440.302500', '134440.762500', '134441.222500', '134441.682500', '134442.142500', '134442.602500', '134443.062500', '134443.522500', '134443.982500', '134444.442500', '134444.902500', '134445.362500', '134445.822500', '134446.282500', '134446.742500', '134447.202500', '134447.662500', '134448.122500', '134448.582500', '134449.042500', '134449.502500', '134449.962500', '134450.422500', '134450.882500', '134451.342500', '134451.802500', '134452.262500', '134452.722500', '134453.182500', '134453.642500', '134454.102500', '134454.562500', '134455.022500', '134455.482500', '134455.942500', '134456.402500', '134456.862500', '134457.322500', '134457.782500', '134458.242500', '134458.702500', '134459.162500', '134459.622500', '134500.082500', '134500.542500', '134501.002500', '134501.462500', '134501.922500', '134502.382500', '134502.842500', '134503.302500', '134503.762500', '134504.222500', '134504.682500', '134505.142500', '134505.602500', '134506.062500', '134506.522500', '134506.982500', '134507.442500', '134507.902500', '134508.362500', '134508.822500', '134509.282500', '134509.742500', '134510.202500', '134510.662500', '134511.122500', '134511.582500', '134512.042500', '134512.502500', '134512.962500', '134513.422500', '134513.882500', '134514.342500', '134514.802500', '134515.262500', '134515.722500', '134516.182500', '134516.642500', '134517.102500', '134517.562500', '134518.022500', '134518.482500', '134518.942500', '134519.402500', '134519.862500', '134520.322500', '134520.782500', '134521.242500', '134521.702500', '134522.162500', '134522.622500', '134523.082500', '134523.542500', '134524.002500', '134524.462500', '134524.922500', '134525.382500', '134525.842500', '134526.302500', '134526.762500', '134527.222500', '134527.682500', '134528.142500', '134528.602500', '134529.062500', '134529.522500', '134529.982500', '134530.442500', '134530.902500', '134531.362500', '134531.822500', '134532.282500', '134532.742500', '134533.202500', '134533.662500', '134534.122500', '134534.582500', '134535.042500', '134535.502500', '134535.962500', '134536.422500', '134536.882500', '134537.342500', '134537.802500', '134538.262500', '134538.722500', '134539.182500', '134539.642500', '134540.102500', '134540.562500', '134541.022500', '134541.482500', '134541.942500', '134542.402500', '134542.862500', '134543.322500', '134543.782500', '134544.242500', '134544.702500', '134545.162500', '134545.622500', '134546.082500', '134546.542500', '134547.002500', '134547.462500', '134547.922500', '134548.382500', '134548.842500', '134549.302500', '134549.762500', '134550.222500', '134550.682500', '134551.142500', '134551.602500', '134552.062500', '134552.522500', '134552.982500', '134553.442500', '134553.902500', '134554.362500', '134554.822500', '134555.282500', '134555.742500', '134556.202500', '134556.662500', '134557.122500', '134557.582500', '134558.042500', '134558.502500', '134558.962500', '134559.422500', '134559.882500', '134600.342500', '134600.802500', '134601.262500', '134601.722500', '134602.182500', '134602.642500', '134603.102500', '134603.562500', '134604.022500', '134604.482500', '134604.942500', '134605.402500', '134605.862500', '134606.322500', '134606.782500', '134607.242500', '134607.702500', '134608.162500', '134608.622500', '134609.082500', '134609.542500', '134610.002500', '134610.462500', '134610.922500', '134611.382500', '134611.842500', '134612.302500', '134612.762500', '134613.222500', '134613.682500', '134614.142500', '134614.602500', '134615.062500', '134615.522500', '134615.982500', '134616.442500', '134616.902500', '134617.362500', '134617.822500', '134618.282500', '134618.742500', '134619.202500', '134619.662500', '134620.122500', '134620.582500', '134621.042500', '134621.502500', '134621.962500', '134622.422500', '134622.882500', '134623.342500', '134623.802500', '134624.262500', '134624.722500', '134625.182500', '134625.642500', '134626.102500', '134626.562500', '134627.022500', '134627.482500', '134627.942500', '134628.402500', '134628.862500', '134629.322500', '134629.782500', '134630.242500', '134630.702500', '134631.162500', '134631.622500', '134632.082500', '134632.542500', '134633.002500', '134633.462500', '134633.922500', '134634.382500', '134634.842500', '134635.302500', '134635.762500', '134636.222500', '134636.682500', '134637.142500', '134637.602500', '134638.062500', '134638.522500', '134638.982500', '134639.442500', '134639.902500', '134640.362500', '134640.822500', '134641.282500', '134641.742500', '134642.202500', '134642.662500', '134643.122500', '134643.582500', '134644.042500', '134644.502500', '134644.962500', '134645.422500', '134645.882500', '134646.342500', '134646.802500', '134647.262500', '134647.722500', '134648.182500', '134648.642500', '134649.102500', '134649.562500', '134650.022500', '134650.482500', '134650.942500', '134651.402500', '134651.862500', '134652.322500', '134652.782500', '134653.242500', '134653.702500', '134654.162500', '134654.622500', '134655.082500', '134655.542500', '134656.002500', '134656.462500', '134656.922500', '134657.382500', '134657.842500', '134658.302500', '134658.762500', '134659.222500', '134659.682500', '134700.142500', '134700.602500', '134701.062500', '134701.522500', '134701.982500', '134702.442500', '134702.902500', '134703.362500', '134703.822500', '134704.282500', '134704.742500', '134705.202500', '134705.662500', '134706.122500', '134706.582500', '134707.042500', '134707.502500', '134707.962500', '134708.422500', '134708.882500', '134709.342500', '134709.802500', '134710.262500', '134710.722500', '134711.182500', '134711.642500', '134712.102500', '134712.562500', '134713.022500', '134713.482500', '134713.942500', '134714.402500', '134714.862500', '134715.322500', '134715.782500', '134716.242500', '134716.702500', '134717.162500', '134717.622500', '134718.082500', '134718.542500', '134719.002500', '134719.462500', '134719.922500', '134720.382500', '134720.842500', '134721.302500', '134721.762500', '134722.222500', '134722.682500', '134723.142500', '134723.602500', '134724.062500', '134724.522500', '134724.982500', '134725.442500', '134725.902500', '134726.362500', '134726.822500', '134727.282500', '134727.742500', '134728.202500', '134728.662500', '134729.122500', '134729.582500', '134730.042500', '134730.502500', '134730.962500', '134731.422500', '134731.882500', '134732.342500', '134732.802500', '134733.262500', '134733.722500', '134734.182500', '134734.642500', '134735.102500', '134735.562500', '134736.022500', '134736.482500', '134736.942500', '134737.402500', '134737.862500', '134738.322500', '134738.782500', '134739.242500', '134739.702500', '134740.162500', '134740.622500', '134741.082500', '134741.542500', '134742.002500', '134742.462500', '134742.922500'], 'ContentTime': ['134124.829000', '134124.832000', '134124.834000', '134124.837000', '134124.840000', '134124.842000', '134124.845000', '134124.852000', '134124.855000', '134124.858000', '134124.860000', '134124.863000', '134124.865000', '134124.868000', '134124.871000', '134124.873000', '134124.876000', '134124.878000', '134124.881000', '134124.883000', '134124.886000', '134124.889000', '134124.891000', '134124.894000', '134124.897000', '134124.899000', '134124.902000', '134124.904000', '134124.907000', '134124.910000', '134124.912000', '134124.915000', '134124.917000', '134124.920000', '134124.923000', '134124.925000', '134124.928000', '134124.930000', '134124.935000', '134124.938000', '134124.940000', '134124.943000', '134124.945000', '134124.948000', '134124.950000', '134124.953000', '134124.956000', '134144.796000', '134144.799000', '134144.802000', '134144.805000', '134144.807000', '134144.810000', '134144.812000', '134144.815000', '134144.817000', '134144.820000', '134144.823000', '134144.825000', '134144.828000', '134144.830000', '134144.846000', '134144.848000', '134144.851000', '134144.853000', '134144.856000', '134144.858000', '134144.861000', '134144.864000', '134144.866000', '134144.869000', '134144.871000', '134144.874000', '134144.877000', '134144.879000', '134144.882000', '134144.885000', '134144.887000', '134144.890000', '134144.896000', '134144.899000', '134144.902000', '134144.904000', '134144.907000', '134144.909000', '134144.912000', '134144.915000', '134144.917000', '134144.920000', '134144.922000', '134204.797000', '134204.799000', '134204.802000', '134204.805000', '134204.807000', '134204.810000', '134204.812000', '134204.815000', '134204.817000', '134204.820000', '134204.823000', '134204.825000', '134204.828000', '134204.830000', '134204.833000', '134204.835000', '134204.838000', '134204.841000', '134204.843000', '134204.846000', '134204.848000', '134204.851000', '134204.853000', '134204.856000', '134204.859000', '134204.861000', '134204.864000', '134204.866000', '134204.869000', '134204.871000', '134204.874000', '134204.877000', '134204.879000', '134204.882000', '134204.884000', '134204.887000', '134204.901000', '134204.903000', '134204.906000', '134204.908000', '134204.911000', '134204.914000', '134204.916000', '134204.919000', '134224.796000', '134224.799000', '134224.802000', '134224.804000', '134224.807000', '134224.810000', '134224.812000', '134224.817000', '134224.819000', '134224.822000', '134224.825000', '134224.827000', '134224.830000', '134224.832000', '134224.835000', '134224.837000', '134224.840000', '134224.843000', '134224.846000', '134224.849000', '134224.852000', '134224.855000', '134224.857000', '134224.860000', '134224.862000', '134224.865000', '134224.867000', '134224.870000', '134224.873000', '134224.875000', '134224.878000', '134224.880000', '134224.883000', '134224.885000', '134224.888000', '134224.891000', '134224.893000', '134224.896000', '134224.898000', '134224.901000', '134224.903000', '134224.906000', '134224.909000', '134244.796000', '134244.799000', '134244.802000', '134244.804000', '134244.807000', '134244.809000', '134244.812000', '134244.815000', '134244.817000', '134244.820000', '134244.822000', '134244.825000', '134244.827000', '134244.830000', '134244.833000', '134244.835000', '134244.838000', '134244.840000', '134244.843000', '134244.846000', '134244.848000', '134244.851000', '134244.853000', '134244.856000', '134244.859000', '134244.861000', '134244.864000', '134244.866000', '134244.869000', '134244.871000', '134244.874000', '134244.880000', '134244.883000', '134244.886000', '134244.888000', '134244.891000', '134244.893000', '134244.896000', '134244.899000', '134244.901000', '134244.904000', '134244.906000', '134244.909000', '134244.911000', '134304.796000', '134304.799000', '134304.802000', '134304.805000', '134304.807000', '134304.810000', '134304.812000', '134304.815000', '134304.818000', '134304.820000', '134304.823000', '134304.825000', '134304.828000', '134304.830000', '134304.833000', '134304.835000', '134304.838000', '134304.841000', '134304.843000', '134304.846000', '134304.848000', '134304.851000', '134304.853000', '134304.856000', '134304.859000', '134304.861000', '134304.864000', '134304.866000', '134304.869000', '134304.872000', '134304.874000', '134304.877000', '134304.879000', '134304.882000', '134304.885000', '134304.888000', '134304.890000', '134304.893000', '134304.896000', '134304.898000', '134304.901000', '134304.903000', '134304.906000', '134324.796000', '134324.799000', '134324.802000', '134324.804000', '134324.807000', '134324.810000', '134324.812000', '134324.815000', '134324.817000', '134324.820000', '134324.823000', '134324.825000', '134324.828000', '134324.830000', '134324.833000', '134324.835000', '134324.838000', '134324.840000', '134324.843000', '134324.846000', '134324.848000', '134324.851000', '134324.854000', '134324.856000', '134324.859000', '134324.861000', '134324.864000', '134324.866000', '134324.869000', '134324.871000', '134324.874000', '134324.877000', '134324.879000', '134324.882000', '134324.884000', '134324.887000', '134324.890000', '134324.892000', '134324.895000', '134324.897000', '134324.900000', '134324.902000', '134324.905000', '134324.907000', '134344.795000', '134344.798000', '134344.801000', '134344.804000', '134344.806000', '134344.809000', '134344.811000', '134344.814000', '134344.816000', '134344.819000', '134344.822000', '134344.824000', '134344.827000', '134344.829000', '134344.832000', '134344.834000', '134344.837000', '134344.840000', '134344.842000', '134344.845000', '134344.847000', '134344.850000', '134344.853000', '134344.855000', '134344.858000', '134344.860000', '134344.863000', '134344.865000', '134344.868000', '134344.871000', '134344.873000', '134344.886000', '134344.888000', '134344.891000', '134344.894000', '134344.896000', '134344.899000', '134344.901000', '134344.907000', '134344.909000', '134344.912000', '134344.914000', '134344.917000', '134404.797000', '134404.799000', '134404.802000', '134404.805000', '134404.807000', '134404.810000', '134404.812000', '134404.815000', '134404.818000', '134404.820000', '134404.823000', '134404.825000', '134404.828000', '134404.830000', '134404.833000', '134404.836000', '134404.838000', '134404.841000', '134404.843000', '134404.846000', '134404.848000', '134404.851000', '134404.854000', '134404.856000', '134404.859000', '134404.861000', '134404.864000', '134404.867000', '134404.869000', '134404.872000', '134404.874000', '134404.877000', '134404.880000', '134404.882000', '134404.885000', '134404.887000', '134404.890000', '134404.892000', '134404.895000', '134404.898000', '134404.900000', '134404.903000', '134404.905000', '134404.908000', '134424.797000', '134424.799000', '134424.802000', '134424.805000', '134424.807000', '134424.810000', '134424.812000', '134424.815000', '134424.818000', '134424.820000', '134424.823000', '134424.825000', '134424.828000', '134424.831000', '134424.833000', '134424.836000', '134424.838000', '134424.841000', '134424.844000', '134424.846000', '134424.849000', '134424.851000', '134424.854000', '134424.857000', '134424.859000', '134424.862000', '134424.864000', '134424.867000', '134424.869000', '134424.872000', '134424.875000', '134424.877000', '134424.880000', '134424.882000', '134424.885000', '134424.887000', '134424.890000', '134424.893000', '134424.895000', '134424.898000', '134424.900000', '134424.903000', '134424.906000', '134444.796000', '134444.799000', '134444.802000', '134444.805000', '134444.808000', '134444.810000', '134444.813000', '134444.815000', '134444.818000', '134444.821000', '134444.823000', '134444.826000', '134444.828000', '134444.831000', '134444.833000', '134444.836000', '134444.839000', '134444.841000', '134444.844000', '134444.846000', '134444.849000', '134444.852000', '134444.854000', '134444.857000', '134444.860000', '134444.862000', '134444.865000', '134444.867000', '134444.870000', '134444.873000', '134444.875000', '134444.878000', '134444.881000', '134444.883000', '134444.886000', '134444.888000', '134444.891000', '134444.893000', '134444.896000', '134444.898000', '134444.901000', '134444.904000', '134444.906000', '134444.909000', '134504.796000', '134504.799000', '134504.802000', '134504.804000', '134504.807000', '134504.810000', '134504.812000', '134504.815000', '134504.817000', '134504.820000', '134504.823000', '134504.825000', '134504.828000', '134504.830000', '134504.833000', '134504.836000', '134504.838000', '134504.841000', '134504.843000', '134504.846000', '134504.856000', '134504.858000', '134504.861000', '134504.863000', '134504.866000', '134504.868000', '134504.871000', '134504.874000', '134504.876000', '134504.879000', '134504.882000', '134504.884000', '134504.887000', '134504.889000', '134504.892000', '134504.894000', '134504.897000', '134504.900000', '134504.902000', '134504.905000', '134504.907000', '134504.910000', '134504.913000', '134524.797000', '134524.799000', '134524.802000', '134524.805000', '134524.807000', '134524.810000', '134524.812000', '134524.815000', '134524.818000', '134524.820000', '134524.823000', '134524.825000', '134524.828000', '134524.844000', '134524.846000', '134524.849000', '134524.852000', '134524.855000', '134524.858000', '134524.861000', '134524.863000', '134524.866000', '134524.869000', '134524.871000', '134524.874000', '134524.876000', '134524.879000', '134524.882000', '134524.884000', '134524.887000', '134524.889000', '134524.892000', '134524.894000', '134524.897000', '134524.900000', '134524.902000', '134524.905000', '134524.907000', '134524.910000', '134524.912000', '134524.915000', '134524.918000', '134524.920000', '134544.797000', '134544.799000', '134544.802000', '134544.805000', '134544.807000', '134544.810000', '134544.813000', '134544.815000', '134544.818000', '134544.820000', '134544.823000', '134544.826000', '134544.828000', '134544.831000', '134544.834000', '134544.836000', '134544.839000', '134544.841000', '134544.844000', '134544.847000', '134544.849000', '134544.852000', '134544.854000', '134544.857000', '134544.859000', '134544.862000', '134544.865000', '134544.867000', '134544.870000', '134544.873000', '134544.875000', '134544.878000', '134544.880000', '134544.883000', '134544.885000', '134544.888000', '134544.891000', '134544.893000', '134544.896000', '134544.898000', '134544.901000', '134544.904000', '134544.906000', '134544.909000', '134604.796000', '134604.799000', '134604.802000', '134604.804000', '134604.807000', '134604.809000', '134604.812000', '134604.815000', '134604.817000', '134604.820000', '134604.822000', '134604.825000', '134604.828000', '134604.830000', '134604.833000', '134604.836000', '134604.838000', '134604.841000', '134604.843000', '134604.846000', '134604.849000', '134604.851000', '134604.854000', '134604.857000', '134604.859000', '134604.862000', '134604.865000', '134604.867000', '134604.870000', '134604.872000', '134604.875000', '134604.878000', '134604.880000', '134604.883000', '134604.885000', '134604.888000', '134604.890000', '134604.893000', '134604.896000', '134604.898000', '134604.901000', '134604.904000', '134604.906000', '134604.909000', '134624.796000', '134624.799000', '134624.802000', '134624.805000', '134624.807000', '134624.810000', '134624.812000', '134624.815000', '134624.817000', '134624.820000', '134624.823000', '134624.825000', '134624.828000', '134624.831000', '134624.833000', '134624.836000', '134624.838000', '134624.841000', '134624.844000', '134624.846000', '134624.849000', '134624.851000', '134624.854000', '134624.857000', '134624.859000', '134624.862000', '134624.865000', '134624.867000', '134624.870000', '134624.872000', '134624.875000', '134624.878000', '134624.880000', '134624.883000', '134624.885000', '134624.888000', '134624.890000', '134624.893000', '134624.896000', '134624.898000', '134624.901000', '134624.904000', '134624.906000', '134644.796000', '134644.799000', '134644.802000', '134644.804000', '134644.807000', '134644.810000', '134644.812000', '134644.815000', '134644.817000', '134644.820000', '134644.823000', '134644.825000', '134644.828000', '134644.831000', '134644.833000', '134644.836000', '134644.838000', '134644.841000', '134644.843000', '134644.846000', '134644.849000', '134644.851000', '134644.854000', '134644.856000', '134644.859000', '134644.862000', '134644.864000', '134644.867000', '134644.869000', '134644.872000', '134644.875000', '134644.877000', '134644.880000', '134644.882000', '134644.885000', '134644.888000', '134644.890000', '134644.893000', '134644.905000', '134644.908000', '134644.910000', '134644.913000', '134644.915000', '134644.918000', '134704.796000', '134704.799000', '134704.802000', '134704.805000', '134704.807000', '134704.810000', '134704.812000', '134704.815000', '134704.818000', '134704.820000', '134704.823000', '134704.825000', '134704.828000', '134704.831000', '134704.833000', '134704.836000', '134704.839000', '134704.841000', '134704.844000', '134704.846000', '134704.849000', '134704.852000', '134704.854000', '134704.857000', '134704.860000', '134704.864000', '134704.866000', '134704.869000', '134704.872000', '134704.874000', '134704.877000', '134704.880000', '134704.882000', '134704.885000', '134704.888000', '134704.890000', '134704.893000', '134704.895000', '134704.898000', '134704.901000', '134704.903000', '134704.906000', '134704.908000', '134724.797000', '134724.799000', '134724.802000', '134724.805000', '134724.807000', '134724.810000', '134724.813000', '134724.816000', '134724.818000', '134724.821000', '134724.824000', '134724.827000', '134724.829000', '134724.833000', '134724.836000', '134724.838000', '134724.841000', '134724.843000', '134724.846000', '134724.849000', '134724.851000', '134724.854000', '134724.857000', '134724.859000', '134724.862000', '134724.864000', '134724.867000', '134724.870000', '134724.872000', '134724.875000', '134724.877000', '134724.880000', '134724.883000', '134724.886000', '134724.888000', '134724.891000', '134724.894000', '134724.897000', '134724.900000', '134724.903000', '134724.906000', '134724.908000', '134724.911000', '134744.101000', '134744.104000', '134744.107000', '134744.110000', '134744.112000', '134744.115000', '134744.118000', '134744.121000', '134744.124000', '134744.126000', '134744.130000', '134744.133000', '134744.136000', '134744.139000', '134744.142000', '134744.144000', '134744.147000', '134744.150000', '134744.152000', '134744.155000', '134744.158000', '134744.161000', '134744.164000', '134744.167000', '134744.169000', '134744.172000', '134744.175000', '134744.178000', '134744.180000', '134744.183000', '134744.186000', '134744.189000', '134744.191000', '134744.194000', '134744.197000', '134744.200000', '134744.204000', '134744.207000', '134744.210000', '134744.213000', '134744.216000', '134744.218000', '134744.221000'], 'InstanceCreationTime': ['134124.829000', '134124.832000', '134124.834000', '134124.837000', '134124.840000', '134124.842000', '134124.845000', '134124.852000', '134124.855000', '134124.858000', '134124.860000', '134124.863000', '134124.865000', '134124.868000', '134124.871000', '134124.873000', '134124.876000', '134124.878000', '134124.881000', '134124.883000', '134124.886000', '134124.889000', '134124.891000', '134124.894000', '134124.897000', '134124.899000', '134124.902000', '134124.904000', '134124.907000', '134124.910000', '134124.912000', '134124.915000', '134124.917000', '134124.920000', '134124.923000', '134124.925000', '134124.928000', '134124.930000', '134124.935000', '134124.938000', '134124.940000', '134124.943000', '134124.945000', '134124.948000', '134124.950000', '134124.953000', '134124.956000', '134144.796000', '134144.799000', '134144.802000', '134144.805000', '134144.807000', '134144.810000', '134144.812000', '134144.815000', '134144.817000', '134144.820000', '134144.823000', '134144.825000', '134144.828000', '134144.830000', '134144.846000', '134144.848000', '134144.851000', '134144.853000', '134144.856000', '134144.858000', '134144.861000', '134144.864000', '134144.866000', '134144.869000', '134144.871000', '134144.874000', '134144.877000', '134144.879000', '134144.882000', '134144.885000', '134144.887000', '134144.890000', '134144.896000', '134144.899000', '134144.902000', '134144.904000', '134144.907000', '134144.909000', '134144.912000', '134144.915000', '134144.917000', '134144.920000', '134144.922000', '134204.797000', '134204.799000', '134204.802000', '134204.805000', '134204.807000', '134204.810000', '134204.812000', '134204.815000', '134204.817000', '134204.820000', '134204.823000', '134204.825000', '134204.828000', '134204.830000', '134204.833000', '134204.835000', '134204.838000', '134204.841000', '134204.843000', '134204.846000', '134204.848000', '134204.851000', '134204.853000', '134204.856000', '134204.859000', '134204.861000', '134204.864000', '134204.866000', '134204.869000', '134204.871000', '134204.874000', '134204.877000', '134204.879000', '134204.882000', '134204.884000', '134204.887000', '134204.901000', '134204.903000', '134204.906000', '134204.908000', '134204.911000', '134204.914000', '134204.916000', '134204.919000', '134224.796000', '134224.799000', '134224.802000', '134224.804000', '134224.807000', '134224.810000', '134224.812000', '134224.817000', '134224.819000', '134224.822000', '134224.825000', '134224.827000', '134224.830000', '134224.832000', '134224.835000', '134224.837000', '134224.840000', '134224.843000', '134224.846000', '134224.849000', '134224.852000', '134224.855000', '134224.857000', '134224.860000', '134224.862000', '134224.865000', '134224.867000', '134224.870000', '134224.873000', '134224.875000', '134224.878000', '134224.880000', '134224.883000', '134224.885000', '134224.888000', '134224.891000', '134224.893000', '134224.896000', '134224.898000', '134224.901000', '134224.903000', '134224.906000', '134224.909000', '134244.796000', '134244.799000', '134244.802000', '134244.804000', '134244.807000', '134244.809000', '134244.812000', '134244.815000', '134244.817000', '134244.820000', '134244.822000', '134244.825000', '134244.827000', '134244.830000', '134244.833000', '134244.835000', '134244.838000', '134244.840000', '134244.843000', '134244.846000', '134244.848000', '134244.851000', '134244.853000', '134244.856000', '134244.859000', '134244.861000', '134244.864000', '134244.866000', '134244.869000', '134244.871000', '134244.874000', '134244.880000', '134244.883000', '134244.886000', '134244.888000', '134244.891000', '134244.893000', '134244.896000', '134244.899000', '134244.901000', '134244.904000', '134244.906000', '134244.909000', '134244.911000', '134304.796000', '134304.799000', '134304.802000', '134304.805000', '134304.807000', '134304.810000', '134304.812000', '134304.815000', '134304.818000', '134304.820000', '134304.823000', '134304.825000', '134304.828000', '134304.830000', '134304.833000', '134304.835000', '134304.838000', '134304.841000', '134304.843000', '134304.846000', '134304.848000', '134304.851000', '134304.853000', '134304.856000', '134304.859000', '134304.861000', '134304.864000', '134304.866000', '134304.869000', '134304.872000', '134304.874000', '134304.877000', '134304.879000', '134304.882000', '134304.885000', '134304.888000', '134304.890000', '134304.893000', '134304.896000', '134304.898000', '134304.901000', '134304.903000', '134304.906000', '134324.796000', '134324.799000', '134324.802000', '134324.804000', '134324.807000', '134324.810000', '134324.812000', '134324.815000', '134324.817000', '134324.820000', '134324.823000', '134324.825000', '134324.828000', '134324.830000', '134324.833000', '134324.835000', '134324.838000', '134324.840000', '134324.843000', '134324.846000', '134324.848000', '134324.851000', '134324.854000', '134324.856000', '134324.859000', '134324.861000', '134324.864000', '134324.866000', '134324.869000', '134324.871000', '134324.874000', '134324.877000', '134324.879000', '134324.882000', '134324.884000', '134324.887000', '134324.890000', '134324.892000', '134324.895000', '134324.897000', '134324.900000', '134324.902000', '134324.905000', '134324.907000', '134344.795000', '134344.798000', '134344.801000', '134344.804000', '134344.806000', '134344.809000', '134344.811000', '134344.814000', '134344.816000', '134344.819000', '134344.822000', '134344.824000', '134344.827000', '134344.829000', '134344.832000', '134344.834000', '134344.837000', '134344.840000', '134344.842000', '134344.845000', '134344.847000', '134344.850000', '134344.853000', '134344.855000', '134344.858000', '134344.860000', '134344.863000', '134344.865000', '134344.868000', '134344.871000', '134344.873000', '134344.886000', '134344.888000', '134344.891000', '134344.894000', '134344.896000', '134344.899000', '134344.901000', '134344.907000', '134344.909000', '134344.912000', '134344.914000', '134344.917000', '134404.797000', '134404.799000', '134404.802000', '134404.805000', '134404.807000', '134404.810000', '134404.812000', '134404.815000', '134404.818000', '134404.820000', '134404.823000', '134404.825000', '134404.828000', '134404.830000', '134404.833000', '134404.836000', '134404.838000', '134404.841000', '134404.843000', '134404.846000', '134404.848000', '134404.851000', '134404.854000', '134404.856000', '134404.859000', '134404.861000', '134404.864000', '134404.867000', '134404.869000', '134404.872000', '134404.874000', '134404.877000', '134404.880000', '134404.882000', '134404.885000', '134404.887000', '134404.890000', '134404.892000', '134404.895000', '134404.898000', '134404.900000', '134404.903000', '134404.905000', '134404.908000', '134424.797000', '134424.799000', '134424.802000', '134424.805000', '134424.807000', '134424.810000', '134424.812000', '134424.815000', '134424.818000', '134424.820000', '134424.823000', '134424.825000', '134424.828000', '134424.831000', '134424.833000', '134424.836000', '134424.838000', '134424.841000', '134424.844000', '134424.846000', '134424.849000', '134424.851000', '134424.854000', '134424.857000', '134424.859000', '134424.862000', '134424.864000', '134424.867000', '134424.869000', '134424.872000', '134424.875000', '134424.877000', '134424.880000', '134424.882000', '134424.885000', '134424.887000', '134424.890000', '134424.893000', '134424.895000', '134424.898000', '134424.900000', '134424.903000', '134424.906000', '134444.796000', '134444.799000', '134444.802000', '134444.805000', '134444.808000', '134444.810000', '134444.813000', '134444.815000', '134444.818000', '134444.821000', '134444.823000', '134444.826000', '134444.828000', '134444.831000', '134444.833000', '134444.836000', '134444.839000', '134444.841000', '134444.844000', '134444.846000', '134444.849000', '134444.852000', '134444.854000', '134444.857000', '134444.860000', '134444.862000', '134444.865000', '134444.867000', '134444.870000', '134444.873000', '134444.875000', '134444.878000', '134444.881000', '134444.883000', '134444.886000', '134444.888000', '134444.891000', '134444.893000', '134444.896000', '134444.898000', '134444.901000', '134444.904000', '134444.906000', '134444.909000', '134504.796000', '134504.799000', '134504.802000', '134504.804000', '134504.807000', '134504.810000', '134504.812000', '134504.815000', '134504.817000', '134504.820000', '134504.823000', '134504.825000', '134504.828000', '134504.830000', '134504.833000', '134504.836000', '134504.838000', '134504.841000', '134504.843000', '134504.846000', '134504.856000', '134504.858000', '134504.861000', '134504.863000', '134504.866000', '134504.868000', '134504.871000', '134504.874000', '134504.876000', '134504.879000', '134504.882000', '134504.884000', '134504.887000', '134504.889000', '134504.892000', '134504.894000', '134504.897000', '134504.900000', '134504.902000', '134504.905000', '134504.907000', '134504.910000', '134504.913000', '134524.797000', '134524.799000', '134524.802000', '134524.805000', '134524.807000', '134524.810000', '134524.812000', '134524.815000', '134524.818000', '134524.820000', '134524.823000', '134524.825000', '134524.828000', '134524.844000', '134524.846000', '134524.849000', '134524.852000', '134524.855000', '134524.858000', '134524.861000', '134524.863000', '134524.866000', '134524.869000', '134524.871000', '134524.874000', '134524.876000', '134524.879000', '134524.882000', '134524.884000', '134524.887000', '134524.889000', '134524.892000', '134524.894000', '134524.897000', '134524.900000', '134524.902000', '134524.905000', '134524.907000', '134524.910000', '134524.912000', '134524.915000', '134524.918000', '134524.920000', '134544.797000', '134544.799000', '134544.802000', '134544.805000', '134544.807000', '134544.810000', '134544.813000', '134544.815000', '134544.818000', '134544.820000', '134544.823000', '134544.826000', '134544.828000', '134544.831000', '134544.834000', '134544.836000', '134544.839000', '134544.841000', '134544.844000', '134544.847000', '134544.849000', '134544.852000', '134544.854000', '134544.857000', '134544.859000', '134544.862000', '134544.865000', '134544.867000', '134544.870000', '134544.873000', '134544.875000', '134544.878000', '134544.880000', '134544.883000', '134544.885000', '134544.888000', '134544.891000', '134544.893000', '134544.896000', '134544.898000', '134544.901000', '134544.904000', '134544.906000', '134544.909000', '134604.796000', '134604.799000', '134604.802000', '134604.804000', '134604.807000', '134604.809000', '134604.812000', '134604.815000', '134604.817000', '134604.820000', '134604.822000', '134604.825000', '134604.828000', '134604.830000', '134604.833000', '134604.836000', '134604.838000', '134604.841000', '134604.843000', '134604.846000', '134604.849000', '134604.851000', '134604.854000', '134604.857000', '134604.859000', '134604.862000', '134604.865000', '134604.867000', '134604.870000', '134604.872000', '134604.875000', '134604.878000', '134604.880000', '134604.883000', '134604.885000', '134604.888000', '134604.890000', '134604.893000', '134604.896000', '134604.898000', '134604.901000', '134604.904000', '134604.906000', '134604.909000', '134624.796000', '134624.799000', '134624.802000', '134624.805000', '134624.807000', '134624.810000', '134624.812000', '134624.815000', '134624.817000', '134624.820000', '134624.823000', '134624.825000', '134624.828000', '134624.831000', '134624.833000', '134624.836000', '134624.838000', '134624.841000', '134624.844000', '134624.846000', '134624.849000', '134624.851000', '134624.854000', '134624.857000', '134624.859000', '134624.862000', '134624.865000', '134624.867000', '134624.870000', '134624.872000', '134624.875000', '134624.878000', '134624.880000', '134624.883000', '134624.885000', '134624.888000', '134624.890000', '134624.893000', '134624.896000', '134624.898000', '134624.901000', '134624.904000', '134624.906000', '134644.796000', '134644.799000', '134644.802000', '134644.804000', '134644.807000', '134644.810000', '134644.812000', '134644.815000', '134644.817000', '134644.820000', '134644.823000', '134644.825000', '134644.828000', '134644.831000', '134644.833000', '134644.836000', '134644.838000', '134644.841000', '134644.843000', '134644.846000', '134644.849000', '134644.851000', '134644.854000', '134644.856000', '134644.859000', '134644.862000', '134644.864000', '134644.867000', '134644.869000', '134644.872000', '134644.875000', '134644.877000', '134644.880000', '134644.882000', '134644.885000', '134644.888000', '134644.890000', '134644.893000', '134644.905000', '134644.908000', '134644.910000', '134644.913000', '134644.915000', '134644.918000', '134704.796000', '134704.799000', '134704.802000', '134704.805000', '134704.807000', '134704.810000', '134704.812000', '134704.815000', '134704.818000', '134704.820000', '134704.823000', '134704.825000', '134704.828000', '134704.831000', '134704.833000', '134704.836000', '134704.839000', '134704.841000', '134704.844000', '134704.846000', '134704.849000', '134704.852000', '134704.854000', '134704.857000', '134704.860000', '134704.864000', '134704.866000', '134704.869000', '134704.872000', '134704.874000', '134704.877000', '134704.880000', '134704.882000', '134704.885000', '134704.888000', '134704.890000', '134704.893000', '134704.895000', '134704.898000', '134704.901000', '134704.903000', '134704.906000', '134704.908000', '134724.797000', '134724.799000', '134724.802000', '134724.805000', '134724.807000', '134724.810000', '134724.813000', '134724.816000', '134724.818000', '134724.821000', '134724.824000', '134724.827000', '134724.829000', '134724.833000', '134724.836000', '134724.838000', '134724.841000', '134724.843000', '134724.846000', '134724.849000', '134724.851000', '134724.854000', '134724.857000', '134724.859000', '134724.862000', '134724.864000', '134724.867000', '134724.870000', '134724.872000', '134724.875000', '134724.877000', '134724.880000', '134724.883000', '134724.886000', '134724.888000', '134724.891000', '134724.894000', '134724.897000', '134724.900000', '134724.903000', '134724.906000', '134724.908000', '134724.911000', '134744.101000', '134744.104000', '134744.107000', '134744.110000', '134744.112000', '134744.115000', '134744.118000', '134744.121000', '134744.124000', '134744.126000', '134744.130000', '134744.133000', '134744.136000', '134744.139000', '134744.142000', '134744.144000', '134744.147000', '134744.150000', '134744.152000', '134744.155000', '134744.158000', '134744.161000', '134744.164000', '134744.167000', '134744.169000', '134744.172000', '134744.175000', '134744.178000', '134744.180000', '134744.183000', '134744.186000', '134744.189000', '134744.191000', '134744.194000', '134744.197000', '134744.200000', '134744.204000', '134744.207000', '134744.210000', '134744.213000', '134744.216000', '134744.218000', '134744.221000'], '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': [9082, 11264, 8849, 9055, 13687, 8689, 11907, 8905, 9456, 9584, 8530, 11733, 8834, 9160, 8828, 8566, 9921, 8717, 9309, 8550, 8332, 8339, 8237, 9411, 8570, 8917, 8818, 8408, 8582, 8493, 10000, 8349, 9856, 8961, 8963, 9053, 8770, 10565, 8884, 10913, 9075, 9821, 8874, 8760, 11524, 8994, 10193, 8943, 9147, 10148, 8901, 11656, 9139, 9418, 9120, 8681, 10208, 9046, 9056, 8813, 9136, 10995, 8863, 10194, 8909, 8507, 11608, 8860, 9643, 9145, 8557, 11183, 8793, 10048, 8858, 8659, 9410, 8682, 9505, 8464, 8469, 8424, 8684, 9102, 8650, 8707, 8097, 8400, 10029, 8792, 9221, 9000, 9005, 11037, 8776, 9980, 9278, 8499, 11044, 8820, 9323, 9453, 8953, 10755, 9090, 8932, 11853, 9305, 10495, 8926, 8522, 11350, 8915, 9475, 9090, 8926, 10614, 9347, 9430, 9200, 8852, 12192, 8854, 9297, 9073, 9105, 10755, 9494, 8872, 8891, 8519, 10679, 8965, 8668, 8982, 8553, 9907, 8824, 8211, 8783, 8884, 9828, 8744, 8651, 8710, 8598, 9265, 8874, 10206, 9199, 9226, 9506, 8958, 11440, 9447, 8787, 10165, 8832, 11250, 9746, 9267, 11814, 9497, 9757, 9325, 8639, 10475, 8885, 8914, 8951, 9080, 9547, 9267, 9459, 10669, 9173, 9599, 9708, 9174, 10396, 9499, 9985, 9196, 9137, 11686, 9221, 9410, 9098, 9202, 10647, 9065, 8786, 8518, 8766, 10979, 8574, 8165, 8600, 7714, 8883, 8921, 11292, 9020, 10309, 8759, 8491, 10774, 8969, 9442, 9250, 8861, 9975, 8826, 9652, 9167, 8617, 9538, 8890, 10406, 9478, 8806, 9773, 8985, 11158, 9416, 9036, 9003, 8669, 11119, 9503, 8994, 9396, 8717, 10765, 8999, 8932, 9279, 8385, 8961, 9319, 9335, 9072, 8851, 9240, 9066, 11055, 9197, 10214, 8981, 8753, 8753, 9178, 10315, 9788, 9321, 10343, 12449, 8871, 8642, 9311, 9210, 8932, 9409, 9044, 10345, 9400, 8743, 12213, 8831, 8891, 12277, 8841, 9895, 9539, 8504, 12782, 8964, 10293, 9749, 8369, 13703, 9379, 9563, 9856, 8706, 10626, 9442, 9033, 9503, 8337, 11729, 9059, 8584, 9652, 8493, 10349, 9607, 8110, 9511, 8397, 10760, 9017, 8333, 9527, 8472, 11040, 9104, 8186, 9503, 8334, 9189, 8844, 9951, 9248, 8580, 9067, 8452, 10172, 8988, 8519, 9324, 8868, 11263, 9114, 9396, 9328, 8753, 9194, 8697, 9963, 8809, 8578, 8930, 9033, 10341, 9344, 8993, 9342, 8555, 13113, 9062, 10223, 9443, 8515, 12296, 9088, 10206, 9327, 8786, 9336, 8836, 9984, 9126, 9073, 9135, 8884, 11055, 9213, 10103, 9633, 8639, 10979, 8731, 10332, 9670, 8798, 12027, 9351, 10175, 9588, 8353, 9110, 8957, 10323, 9151, 8846, 9496, 8690, 9323, 8969, 9741, 8636, 8601, 9380, 9263, 11464, 9630, 10137, 9473, 8601, 10136, 8938, 10653, 9831, 8590, 12413, 8923, 11212, 9756, 8941, 12223, 8864, 9583, 9545, 8727, 10915, 9462, 8626, 9998, 8607, 9175, 9104, 8547, 9542, 8768, 9727, 9356, 8767, 10626, 9138, 9434, 9739, 8277, 12384, 8583, 9445, 9602, 8737, 11408, 9646, 8432, 9186, 7974, 9351, 9044, 9689, 8438, 8983, 8725, 8441, 11736, 8564, 8567, 9005, 8438, 11317, 8233, 9401, 8095, 8322, 9362, 8033, 10193, 7833, 9426, 8302, 8746, 8589, 8412, 9492, 8361, 8756, 8519, 8466, 10473, 8076, 10359, 8564, 8799, 12347, 7942, 12408, 8209, 10813, 8737, 8414, 12929, 8197, 9519, 8342, 8582, 8446, 8290, 10628, 8689, 9041, 12768, 7913, 10377, 8585, 8617, 8648, 8451, 10502, 8333, 8702, 10587, 8076, 10076, 8151, 8893, 8463, 8670, 10764, 8301, 8470, 12983, 8391, 9674, 9568, 8366, 10561, 8538, 8744, 9212, 8437, 9881, 8339, 8440, 11717, 8222, 10387, 8554, 8438, 11142, 8665, 9688, 8085, 8399, 9223, 8643, 10514, 8962, 8454, 10334, 8123, 8948, 8228, 7809, 8469, 8599, 9972, 8602, 8641, 8752, 7871, 9641, 7760, 9596, 8487, 8566, 9425, 8219, 10192, 7932, 8338, 10652, 7867, 12801, 7629, 10142, 8451, 8551, 13022, 8460, 10365, 10528, 9213, 14407, 8255, 10973, 8494, 8767, 12862, 8606, 10013, 10002, 8251, 11854, 8358, 8987, 8560, 8415, 9665, 8334, 7933, 8609, 8698, 10221, 8407, 8539, 10987, 8507, 9314, 7937, 8471, 9924, 8313, 9676, 8238, 8341, 11658, 7674, 8913, 7915, 8341, 9420, 7953, 9696, 8371, 7889, 9161, 8169, 10086, 8594, 9355, 8994, 8547, 11262, 8235, 8643, 8419, 8811, 14308, 8378, 10273, 9145, 8560, 12439, 8287, 8962, 14001, 8586, 11739, 7736, 8597, 11931, 8531, 9581, 8852, 8654, 10435, 8088, 8674, 7681, 8471, 9749, 8787, 9871, 8425, 8630, 11512, 8011, 8886, 8166, 8387, 11417, 8337, 9380, 8445, 8169, 9518, 7879, 9182, 8433, 8704, 8954, 8221, 9622, 7922, 8403, 8559, 8568, 10575, 8357, 10124, 8502, 9141, 11919, 7814, 12408, 8025, 10866, 8375, 9462, 11208, 8252, 11398, 8724, 10315, 7791, 8890, 10384, 8657, 10614, 8526, 8854, 8164, 8510, 10201, 8237, 10021, 8681, 8797, 8649, 8188, 10102, 8245, 10297, 8897, 9127, 10193, 8415, 10704, 8343, 8750, 8780, 8620, 10412, 8447, 10268, 8543, 9035, 10839, 8316, 10778, 8366, 9388, 8693, 8611, 10984, 8355, 9289, 9284, 8501, 10693, 8714, 9027, 8878, 8480, 10072, 8770, 8754, 9349, 8387, 9695, 8355, 8351, 8562, 8620, 13122, 8522, 10072, 8962, 8607, 12478, 8209, 10904, 8345, 9027, 10562, 8464, 10241, 8319, 8306, 8681, 8188, 10507, 8631, 9269, 9011, 8166, 10156, 8123, 8546, 8234, 8731, 11748, 8479, 10117, 8605, 8514, 12309, 7806, 9719, 7667, 8559, 9881, 8359, 10336, 8055, 8848, 12700, 8069, 10422, 8455, 9347, 8735, 8483, 9973, 8392, 8312, 8623, 8557, 9567, 8272, 9931, 8669, 8614, 12063, 8004, 10510, 8704, 8984, 8940, 8344, 10755, 8504, 9006, 12567, 8071, 10703, 8217, 8756, 13372, 8409, 9908, 8901, 8574, 10672, 8211, 8586, 8722, 8330, 10260, 8491, 8982, 9107, 8404, 10188, 8398, 9133, 8480, 8602, 11051, 8708, 9547, 11879, 8535, 10553, 8766, 8876, 13179, 8465, 9002, 12547, 8288, 9588, 8586, 8331, 9764, 7995, 8567, 8283, 8200, 10465, 8226, 8752, 8415, 8026, 8780, 8173], 'WindowCenter': [4424.0, 4430.0, 4406.0, 4393.0, 4411.0, 4370.0, 4396.0, 4365.0, 4376.0, 4365.0, 4365.0, 4396.0, 4376.0, 4363.0, 4363.0, 4363.0, 4362.0, 4363.0, 4365.0, 4362.0, 4367.0, 4365.0, 4378.0, 4375.0, 4368.0, 4363.0, 4376.0, 4368.0, 4379.0, 4380.0, 4387.0, 4368.0, 4390.0, 4380.0, 4377.0, 4364.0, 4367.0, 4386.0, 4367.0, 4386.0, 4365.0, 4376.0, 4363.0, 4364.0, 4387.0, 4366.0, 4376.0, 4364.0, 4376.0, 4374.0, 4365.0, 4385.0, 4378.0, 4365.0, 4363.0, 4363.0, 4373.0, 4364.0, 4364.0, 4363.0, 4374.0, 4400.0, 4377.0, 4385.0, 4364.0, 4378.0, 4385.0, 4366.0, 4375.0, 4375.0, 4367.0, 4384.0, 4365.0, 4375.0, 4364.0, 4364.0, 4366.0, 4379.0, 4377.0, 4368.0, 4368.0, 4365.0, 4366.0, 4366.0, 4376.0, 4380.0, 4380.0, 4379.0, 4387.0, 4368.0, 4378.0, 4378.0, 4379.0, 4390.0, 4366.0, 4390.0, 4380.0, 4367.0, 4385.0, 4365.0, 4366.0, 4365.0, 4364.0, 4375.0, 4365.0, 4368.0, 4383.0, 4366.0, 4376.0, 4363.0, 4353.0, 4372.0, 4363.0, 4363.0, 4363.0, 4366.0, 4387.0, 4378.0, 4377.0, 4365.0, 4367.0, 4384.0, 4364.0, 4364.0, 4364.0, 4365.0, 4386.0, 4375.0, 4364.0, 4363.0, 4353.0, 4372.0, 4363.0, 4352.0, 4362.0, 4379.0, 4376.0, 4366.0, 4365.0, 4364.0, 4365.0, 4374.0, 4367.0, 4378.0, 4376.0, 4377.0, 4376.0, 4378.0, 4387.0, 4379.0, 4377.0, 4376.0, 4379.0, 4389.0, 4377.0, 4357.0, 4375.0, 4365.0, 4374.0, 4363.0, 4364.0, 4373.0, 4362.0, 4376.0, 4364.0, 4351.0, 4359.0, 4349.0, 4350.0, 4352.0, 4363.0, 4363.0, 4363.0, 4377.0, 4389.0, 4376.0, 4379.0, 4377.0, 4375.0, 4373.0, 4363.0, 4372.0, 4375.0, 4376.0, 4384.0, 4366.0, 4364.0, 4351.0, 4363.0, 4360.0, 4352.0, 4364.0, 4364.0, 4355.0, 4384.0, 4365.0, 4365.0, 4365.0, 4355.0, 4364.0, 4365.0, 4384.0, 4365.0, 4389.0, 4379.0, 4366.0, 4373.0, 4364.0, 4364.0, 4364.0, 4364.0, 4363.0, 4364.0, 4378.0, 4378.0, 4366.0, 4364.0, 4365.0, 4374.0, 4364.0, 4365.0, 4362.0, 4363.0, 4384.0, 4365.0, 4366.0, 4353.0, 4353.0, 4370.0, 4362.0, 4354.0, 4351.0, 4352.0, 4373.0, 4364.0, 4364.0, 4363.0, 4351.0, 4351.0, 4362.0, 4362.0, 4364.0, 4363.0, 4377.0, 4378.0, 4399.0, 4377.0, 4375.0, 4378.0, 4379.0, 4368.0, 4377.0, 4389.0, 4391.0, 4381.0, 4380.0, 4377.0, 4345.0, 4343.0, 4351.0, 4365.0, 4354.0, 4352.0, 4354.0, 4365.0, 4366.0, 4357.0, 4384.0, 4357.0, 4364.0, 4385.0, 4352.0, 4350.0, 4341.0, 4341.0, 4370.0, 4339.0, 4349.0, 4338.0, 4328.0, 4358.0, 4326.0, 4325.0, 4338.0, 4314.0, 4333.0, 4322.0, 4315.0, 4323.0, 4314.0, 4333.0, 4312.0, 4316.0, 4325.0, 4325.0, 4337.0, 4336.0, 4315.0, 4325.0, 4327.0, 4348.0, 4337.0, 4326.0, 4335.0, 4327.0, 4359.0, 4340.0, 4325.0, 4339.0, 4326.0, 4337.0, 4339.0, 4362.0, 4354.0, 4354.0, 4352.0, 4342.0, 4362.0, 4351.0, 4342.0, 4354.0, 4353.0, 4372.0, 4353.0, 4365.0, 4365.0, 4355.0, 4364.0, 4355.0, 4364.0, 4353.0, 4354.0, 4354.0, 4369.0, 4377.0, 4366.0, 4355.0, 4355.0, 4356.0, 4384.0, 4355.0, 4363.0, 4352.0, 4354.0, 4373.0, 4354.0, 4363.0, 4364.0, 4353.0, 4353.0, 4353.0, 4351.0, 4353.0, 4353.0, 4354.0, 4366.0, 4386.0, 4376.0, 4377.0, 4379.0, 4356.0, 4374.0, 4354.0, 4363.0, 4352.0, 4354.0, 4386.0, 4365.0, 4365.0, 4354.0, 4344.0, 4352.0, 4353.0, 4361.0, 4366.0, 4368.0, 4366.0, 4355.0, 4353.0, 4356.0, 4364.0, 4355.0, 4355.0, 4365.0, 4367.0, 4388.0, 4366.0, 4365.0, 4354.0, 4344.0, 4351.0, 4351.0, 4363.0, 4352.0, 4343.0, 4371.0, 4353.0, 4363.0, 4352.0, 4339.0, 4358.0, 4338.0, 4337.0, 4339.0, 4330.0, 4348.0, 4349.0, 4342.0, 4352.0, 4341.0, 4338.0, 4339.0, 4338.0, 4350.0, 4339.0, 4350.0, 4350.0, 4352.0, 4364.0, 4366.0, 4354.0, 4351.0, 4340.0, 4371.0, 4341.0, 4340.0, 4340.0, 4342.0, 4360.0, 4352.0, 4354.0, 4365.0, 4344.0, 4340.0, 4354.0, 4329.0, 4346.0, 4343.0, 4331.0, 4319.0, 4350.0, 4344.0, 4343.0, 4330.0, 4344.0, 4353.0, 4333.0, 4341.0, 4330.0, 4330.0, 4354.0, 4334.0, 4352.0, 4322.0, 4338.0, 4332.0, 4331.0, 4330.0, 4332.0, 4354.0, 4345.0, 4332.0, 4334.0, 4333.0, 4352.0, 4332.0, 4351.0, 4332.0, 4345.0, 4375.0, 4334.0, 4364.0, 4333.0, 4350.0, 4331.0, 4334.0, 4375.0, 4345.0, 4343.0, 4330.0, 4333.0, 4319.0, 4331.0, 4340.0, 4330.0, 4331.0, 4375.0, 4333.0, 4341.0, 4330.0, 4331.0, 4319.0, 4320.0, 4340.0, 4319.0, 4332.0, 4354.0, 4322.0, 4340.0, 4322.0, 4332.0, 4320.0, 4330.0, 4339.0, 4319.0, 4319.0, 4359.0, 4319.0, 4339.0, 4342.0, 4321.0, 4339.0, 4331.0, 4332.0, 4330.0, 4321.0, 4339.0, 4330.0, 4334.0, 4362.0, 4332.0, 4340.0, 4331.0, 4320.0, 4351.0, 4331.0, 4341.0, 4322.0, 4319.0, 4330.0, 4332.0, 4340.0, 4330.0, 4321.0, 4341.0, 4333.0, 4332.0, 4331.0, 4321.0, 4330.0, 4332.0, 4353.0, 4344.0, 4342.0, 4344.0, 4333.0, 4342.0, 4322.0, 4343.0, 4333.0, 4343.0, 4342.0, 4334.0, 4354.0, 4335.0, 4336.0, 4351.0, 4322.0, 4351.0, 4312.0, 4340.0, 4321.0, 4331.0, 4362.0, 4323.0, 4353.0, 4342.0, 4331.0, 4360.0, 4318.0, 4340.0, 4317.0, 4318.0, 4347.0, 4319.0, 4329.0, 4329.0, 4306.0, 4338.0, 4307.0, 4315.0, 4306.0, 4307.0, 4328.0, 4319.0, 4317.0, 4318.0, 4333.0, 4340.0, 4319.0, 4318.0, 4338.0, 4333.0, 4343.0, 4321.0, 4322.0, 4330.0, 4318.0, 4327.0, 4319.0, 4320.0, 4352.0, 4321.0, 4329.0, 4310.0, 4320.0, 4330.0, 4320.0, 4343.0, 4342.0, 4334.0, 4343.0, 4331.0, 4340.0, 4329.0, 4342.0, 4332.0, 4333.0, 4354.0, 4333.0, 4332.0, 4321.0, 4333.0, 4362.0, 4320.0, 4339.0, 4318.0, 4319.0, 4347.0, 4321.0, 4329.0, 4346.0, 4309.0, 4336.0, 4297.0, 4317.0, 4337.0, 4319.0, 4328.0, 4318.0, 4321.0, 4351.0, 4323.0, 4320.0, 4310.0, 4320.0, 4330.0, 4319.0, 4327.0, 4309.0, 4332.0, 4352.0, 4322.0, 4331.0, 4320.0, 4319.0, 4338.0, 4305.0, 4329.0, 4321.0, 4322.0, 4328.0, 4321.0, 4330.0, 4320.0, 4332.0, 4332.0, 4333.0, 4344.0, 4332.0, 4322.0, 4333.0, 4333.0, 4352.0, 4323.0, 4341.0, 4334.0, 4344.0, 4364.0, 4311.0, 4350.0, 4322.0, 4341.0, 4321.0, 4330.0, 4351.0, 4333.0, 4354.0, 4321.0, 4340.0, 4309.0, 4321.0, 4329.0, 4320.0, 4328.0, 4320.0, 4333.0, 4322.0, 4320.0, 4342.0, 4321.0, 4331.0, 4318.0, 4331.0, 4332.0, 4331.0, 4340.0, 4322.0, 4342.0, 4330.0, 4330.0, 4329.0, 4322.0, 4344.0, 4322.0, 4321.0, 4320.0, 4320.0, 4328.0, 4318.0, 4330.0, 4320.0, 4332.0, 4341.0, 4320.0, 4340.0, 4319.0, 4319.0, 4319.0, 4319.0, 4338.0, 4320.0, 4332.0, 4320.0, 4322.0, 4340.0, 4321.0, 4320.0, 4319.0, 4318.0, 4327.0, 4319.0, 4318.0, 4329.0, 4330.0, 4355.0, 4335.0, 4334.0, 4331.0, 4336.0, 4362.0, 4322.0, 4331.0, 4331.0, 4332.0, 4353.0, 4319.0, 4339.0, 4318.0, 4330.0, 4328.0, 4320.0, 4340.0, 4333.0, 4321.0, 4318.0, 4320.0, 4339.0, 4321.0, 4331.0, 4319.0, 4333.0, 4340.0, 4322.0, 4320.0, 4321.0, 4321.0, 4349.0, 4322.0, 4331.0, 4320.0, 4333.0, 4350.0, 4310.0, 4319.0, 4308.0, 4319.0, 4326.0, 4309.0, 4328.0, 4311.0, 4332.0, 4351.0, 4310.0, 4328.0, 4320.0, 4329.0, 4319.0, 4319.0, 4343.0, 4332.0, 4319.0, 4320.0, 4322.0, 4328.0, 4319.0, 4330.0, 4320.0, 4321.0, 4351.0, 4310.0, 4337.0, 4318.0, 4331.0, 4319.0, 4319.0, 4328.0, 4319.0, 4331.0, 4362.0, 4322.0, 4331.0, 4308.0, 4321.0, 4349.0, 4309.0, 4315.0, 4307.0, 4316.0, 4327.0, 4310.0, 4308.0, 4307.0, 4309.0, 4329.0, 4316.0, 4321.0, 4319.0, 4324.0, 4343.0, 4322.0, 4321.0, 4319.0, 4319.0, 4339.0, 4320.0, 4329.0, 4350.0, 4322.0, 4340.0, 4309.0, 4319.0, 4335.0, 4304.0, 4307.0, 4334.0, 4305.0, 4314.0, 4319.0, 4319.0, 4328.0, 4308.0, 4308.0, 4319.0, 4318.0, 4329.0, 4320.0, 4331.0, 4323.0, 4321.0, 4319.0, 4321.0], 'WindowWidth': [9762.0, 9760.0, 9724.0, 9699.0, 9716.0, 9656.0, 9686.0, 9643.0, 9660.0, 9641.0, 9642.0, 9685.0, 9659.0, 9639.0, 9637.0, 9638.0, 9634.0, 9635.0, 9639.0, 9634.0, 9649.0, 9646.0, 9666.0, 9657.0, 9650.0, 9640.0, 9660.0, 9651.0, 9670.0, 9672.0, 9676.0, 9651.0, 9685.0, 9672.0, 9662.0, 9640.0, 9647.0, 9674.0, 9648.0, 9671.0, 9642.0, 9656.0, 9636.0, 9640.0, 9671.0, 9644.0, 9658.0, 9638.0, 9658.0, 9653.0, 9641.0, 9670.0, 9664.0, 9640.0, 9636.0, 9637.0, 9650.0, 9638.0, 9639.0, 9638.0, 9657.0, 9697.0, 9666.0, 9671.0, 9641.0, 9666.0, 9672.0, 9643.0, 9655.0, 9658.0, 9648.0, 9665.0, 9641.0, 9655.0, 9639.0, 9640.0, 9643.0, 9667.0, 9662.0, 9653.0, 9650.0, 9643.0, 9646.0, 9645.0, 9660.0, 9671.0, 9673.0, 9669.0, 9676.0, 9651.0, 9667.0, 9664.0, 9666.0, 9681.0, 9647.0, 9685.0, 9672.0, 9649.0, 9668.0, 9641.0, 9645.0, 9640.0, 9640.0, 9656.0, 9640.0, 9648.0, 9665.0, 9644.0, 9658.0, 9636.0, 9621.0, 9645.0, 9634.0, 9635.0, 9634.0, 9644.0, 9676.0, 9665.0, 9660.0, 9642.0, 9645.0, 9666.0, 9639.0, 9638.0, 9636.0, 9641.0, 9672.0, 9657.0, 9638.0, 9633.0, 9623.0, 9646.0, 9634.0, 9622.0, 9633.0, 9667.0, 9660.0, 9644.0, 9643.0, 9639.0, 9642.0, 9654.0, 9646.0, 9665.0, 9664.0, 9663.0, 9659.0, 9664.0, 9676.0, 9665.0, 9664.0, 9660.0, 9668.0, 9681.0, 9659.0, 9632.0, 9653.0, 9638.0, 9651.0, 9635.0, 9638.0, 9648.0, 9633.0, 9660.0, 9636.0, 9614.0, 9622.0, 9609.0, 9613.0, 9617.0, 9635.0, 9637.0, 9638.0, 9664.0, 9683.0, 9660.0, 9668.0, 9661.0, 9655.0, 9650.0, 9635.0, 9647.0, 9657.0, 9659.0, 9666.0, 9643.0, 9638.0, 9617.0, 9633.0, 9627.0, 9617.0, 9638.0, 9638.0, 9625.0, 9667.0, 9640.0, 9641.0, 9639.0, 9628.0, 9639.0, 9642.0, 9665.0, 9642.0, 9680.0, 9666.0, 9644.0, 9648.0, 9637.0, 9637.0, 9635.0, 9638.0, 9634.0, 9638.0, 9662.0, 9663.0, 9644.0, 9638.0, 9640.0, 9652.0, 9636.0, 9639.0, 9632.0, 9635.0, 9668.0, 9642.0, 9640.0, 9619.0, 9620.0, 9640.0, 9630.0, 9621.0, 9613.0, 9619.0, 9648.0, 9638.0, 9636.0, 9633.0, 9616.0, 9615.0, 9632.0, 9632.0, 9638.0, 9638.0, 9661.0, 9668.0, 9697.0, 9662.0, 9657.0, 9664.0, 9668.0, 9650.0, 9662.0, 9679.0, 9686.0, 9668.0, 9661.0, 9650.0, 9604.0, 9598.0, 9610.0, 9636.0, 9621.0, 9615.0, 9619.0, 9636.0, 9637.0, 9628.0, 9663.0, 9627.0, 9637.0, 9664.0, 9615.0, 9607.0, 9593.0, 9596.0, 9633.0, 9591.0, 9605.0, 9586.0, 9573.0, 9611.0, 9565.0, 9564.0, 9583.0, 9548.0, 9570.0, 9556.0, 9549.0, 9557.0, 9547.0, 9572.0, 9543.0, 9551.0, 9562.0, 9565.0, 9584.0, 9581.0, 9552.0, 9562.0, 9572.0, 9602.0, 9585.0, 9568.0, 9578.0, 9574.0, 9621.0, 9593.0, 9568.0, 9587.0, 9570.0, 9585.0, 9591.0, 9628.0, 9619.0, 9620.0, 9616.0, 9601.0, 9628.0, 9612.0, 9601.0, 9617.0, 9620.0, 9642.0, 9618.0, 9639.0, 9640.0, 9624.0, 9635.0, 9622.0, 9631.0, 9618.0, 9624.0, 9621.0, 9647.0, 9658.0, 9641.0, 9625.0, 9622.0, 9625.0, 9658.0, 9620.0, 9631.0, 9613.0, 9619.0, 9643.0, 9619.0, 9631.0, 9634.0, 9618.0, 9617.0, 9614.0, 9611.0, 9617.0, 9618.0, 9620.0, 9639.0, 9668.0, 9658.0, 9659.0, 9661.0, 9627.0, 9646.0, 9621.0, 9630.0, 9614.0, 9620.0, 9669.0, 9639.0, 9634.0, 9620.0, 9607.0, 9614.0, 9616.0, 9625.0, 9639.0, 9647.0, 9639.0, 9622.0, 9617.0, 9625.0, 9634.0, 9623.0, 9624.0, 9636.0, 9644.0, 9672.0, 9640.0, 9634.0, 9617.0, 9605.0, 9612.0, 9612.0, 9629.0, 9612.0, 9604.0, 9639.0, 9618.0, 9630.0, 9614.0, 9591.0, 9615.0, 9587.0, 9586.0, 9588.0, 9579.0, 9602.0, 9604.0, 9601.0, 9614.0, 9596.0, 9589.0, 9591.0, 9590.0, 9606.0, 9592.0, 9607.0, 9609.0, 9615.0, 9635.0, 9638.0, 9620.0, 9612.0, 9596.0, 9635.0, 9595.0, 9595.0, 9591.0, 9598.0, 9622.0, 9613.0, 9626.0, 9637.0, 9605.0, 9592.0, 9617.0, 9567.0, 9606.0, 9597.0, 9575.0, 9557.0, 9598.0, 9597.0, 9594.0, 9573.0, 9601.0, 9606.0, 9583.0, 9591.0, 9574.0, 9577.0, 9615.0, 9586.0, 9605.0, 9566.0, 9583.0, 9577.0, 9576.0, 9575.0, 9581.0, 9613.0, 9602.0, 9580.0, 9583.0, 9584.0, 9606.0, 9580.0, 9603.0, 9580.0, 9604.0, 9644.0, 9584.0, 9622.0, 9582.0, 9602.0, 9576.0, 9586.0, 9641.0, 9602.0, 9596.0, 9573.0, 9582.0, 9558.0, 9574.0, 9587.0, 9572.0, 9577.0, 9642.0, 9583.0, 9590.0, 9573.0, 9575.0, 9555.0, 9558.0, 9585.0, 9555.0, 9578.0, 9611.0, 9565.0, 9586.0, 9563.0, 9576.0, 9558.0, 9572.0, 9583.0, 9554.0, 9556.0, 9609.0, 9555.0, 9584.0, 9592.0, 9562.0, 9584.0, 9575.0, 9576.0, 9572.0, 9561.0, 9584.0, 9574.0, 9586.0, 9621.0, 9578.0, 9587.0, 9575.0, 9560.0, 9604.0, 9574.0, 9590.0, 9564.0, 9557.0, 9572.0, 9576.0, 9584.0, 9570.0, 9560.0, 9589.0, 9583.0, 9578.0, 9575.0, 9562.0, 9574.0, 9579.0, 9610.0, 9597.0, 9594.0, 9599.0, 9584.0, 9592.0, 9567.0, 9594.0, 9581.0, 9595.0, 9593.0, 9583.0, 9611.0, 9589.0, 9588.0, 9602.0, 9562.0, 9599.0, 9547.0, 9586.0, 9559.0, 9574.0, 9615.0, 9567.0, 9607.0, 9589.0, 9572.0, 9610.0, 9551.0, 9582.0, 9546.0, 9551.0, 9588.0, 9552.0, 9568.0, 9566.0, 9534.0, 9574.0, 9534.0, 9541.0, 9529.0, 9532.0, 9564.0, 9556.0, 9551.0, 9553.0, 9580.0, 9583.0, 9553.0, 9551.0, 9578.0, 9581.0, 9594.0, 9561.0, 9562.0, 9569.0, 9551.0, 9562.0, 9554.0, 9560.0, 9604.0, 9560.0, 9567.0, 9542.0, 9559.0, 9570.0, 9557.0, 9593.0, 9596.0, 9583.0, 9594.0, 9576.0, 9586.0, 9572.0, 9591.0, 9575.0, 9579.0, 9610.0, 9582.0, 9577.0, 9560.0, 9577.0, 9614.0, 9556.0, 9581.0, 9551.0, 9554.0, 9589.0, 9558.0, 9567.0, 9587.0, 9536.0, 9569.0, 9518.0, 9548.0, 9574.0, 9551.0, 9562.0, 9549.0, 9558.0, 9602.0, 9565.0, 9558.0, 9543.0, 9557.0, 9568.0, 9552.0, 9564.0, 9538.0, 9576.0, 9603.0, 9563.0, 9573.0, 9555.0, 9555.0, 9577.0, 9531.0, 9568.0, 9560.0, 9561.0, 9566.0, 9557.0, 9570.0, 9558.0, 9577.0, 9575.0, 9582.0, 9597.0, 9579.0, 9563.0, 9578.0, 9581.0, 9603.0, 9565.0, 9588.0, 9582.0, 9597.0, 9622.0, 9547.0, 9596.0, 9563.0, 9585.0, 9558.0, 9570.0, 9600.0, 9580.0, 9607.0, 9558.0, 9584.0, 9541.0, 9558.0, 9566.0, 9554.0, 9564.0, 9558.0, 9578.0, 9561.0, 9558.0, 9592.0, 9559.0, 9571.0, 9551.0, 9574.0, 9579.0, 9575.0, 9584.0, 9563.0, 9587.0, 9568.0, 9569.0, 9566.0, 9562.0, 9593.0, 9562.0, 9556.0, 9553.0, 9555.0, 9564.0, 9550.0, 9567.0, 9556.0, 9577.0, 9586.0, 9554.0, 9579.0, 9552.0, 9552.0, 9550.0, 9552.0, 9574.0, 9555.0, 9573.0, 9556.0, 9561.0, 9584.0, 9557.0, 9553.0, 9552.0, 9549.0, 9560.0, 9552.0, 9553.0, 9568.0, 9573.0, 9613.0, 9587.0, 9582.0, 9578.0, 9587.0, 9615.0, 9561.0, 9572.0, 9573.0, 9577.0, 9604.0, 9553.0, 9579.0, 9550.0, 9568.0, 9563.0, 9555.0, 9584.0, 9579.0, 9560.0, 9550.0, 9556.0, 9580.0, 9557.0, 9571.0, 9553.0, 9580.0, 9586.0, 9563.0, 9555.0, 9558.0, 9559.0, 9593.0, 9558.0, 9570.0, 9556.0, 9578.0, 9596.0, 9541.0, 9550.0, 9536.0, 9551.0, 9557.0, 9536.0, 9563.0, 9541.0, 9575.0, 9599.0, 9542.0, 9562.0, 9553.0, 9566.0, 9549.0, 9551.0, 9590.0, 9577.0, 9557.0, 9555.0, 9560.0, 9564.0, 9553.0, 9568.0, 9554.0, 9559.0, 9600.0, 9543.0, 9575.0, 9550.0, 9571.0, 9552.0, 9552.0, 9563.0, 9552.0, 9571.0, 9615.0, 9560.0, 9570.0, 9536.0, 9556.0, 9588.0, 9535.0, 9543.0, 9530.0, 9546.0, 9561.0, 9539.0, 9534.0, 9534.0, 9538.0, 9563.0, 9545.0, 9557.0, 9554.0, 9568.0, 9591.0, 9558.0, 9555.0, 9551.0, 9552.0, 9577.0, 9553.0, 9566.0, 9596.0, 9561.0, 9582.0, 9536.0, 9551.0, 9567.0, 9524.0, 9530.0, 9564.0, 9526.0, 9539.0, 9553.0, 9553.0, 9560.0, 9535.0, 9534.0, 9552.0, 9551.0, 9565.0, 9554.0, 9572.0, 9565.0, 9558.0, 9553.0, 9559.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.0015396658986175115</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06378773341013826</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.683903657946956</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.031114187543254</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.8954190788581318</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4736</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5752.4453</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10600515480415293</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.373271889400922</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6264943195926986</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5847219383754267</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8152388419703844</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4795221784322847</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0187671</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00355458352714777</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02262052148580551</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.4784801819757</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>40.4232</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.1645</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.6563</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299982.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>763.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.1342</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7656</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.264</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3594.1721</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3747.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76562.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1563.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4532.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>836.6623</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.86587935173884</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> |