=== 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-0052 --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-0052",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0052_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0052_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-04/func/sub-0052_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>e6a0a518568f9b0a16feb7af8076c821</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:34:17.852500</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.99998, -0.00587619, 0.00243509, 0.00523595, 0.977811, 0.209422]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0932892</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4132, -7718, -7312, 768, -32, -29, 54, 86]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>238.843</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0d07feea-cd67-4c4d-a71d-c852e50da3bd||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.6828725337982178, 0.01404766645282507, 0.009751496836543083, 112.39926147460938], [0.015765387564897537, 2.623396158218384, 0.5653942823410034, -107.45210266113281], [0.006533174309879541, -0.5618646144866943, 2.640120029449463, -42.216590881347656], [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': ['133417.852500', '133418.312500', '133418.772500', '133419.232500', '133419.692500', '133420.152500', '133420.612500', '133421.072500', '133421.532500', '133421.992500', '133422.452500', '133422.912500', '133423.372500', '133423.832500', '133424.292500', '133424.752500', '133425.212500', '133425.672500', '133426.132500', '133426.592500', '133427.052500', '133427.512500', '133427.972500', '133428.432500', '133428.892500', '133429.352500', '133429.812500', '133430.272500', '133430.732500', '133431.192500', '133431.652500', '133432.112500', '133432.572500', '133433.032500', '133433.492500', '133433.952500', '133434.412500', '133434.872500', '133435.332500', '133435.792500', '133436.252500', '133436.712500', '133437.172500', '133437.632500', '133438.092500', '133438.552500', '133439.012500', '133439.472500', '133439.932500', '133440.392500', '133440.852500', '133441.312500', '133441.772500', '133442.232500', '133442.692500', '133443.152500', '133443.612500', '133444.072500', '133444.532500', '133444.992500', '133445.452500', '133445.912500', '133446.372500', '133446.832500', '133447.292500', '133447.752500', '133448.212500', '133448.672500', '133449.132500', '133449.592500', '133450.052500', '133450.512500', '133450.972500', '133451.432500', '133451.892500', '133452.352500', '133452.812500', '133453.272500', '133453.732500', '133454.192500', '133454.652500', '133455.112500', '133455.572500', '133456.032500', '133456.492500', '133456.952500', '133457.412500', '133457.872500', '133458.332500', '133458.792500', '133459.252500', '133459.712500', '133500.172500', '133500.632500', '133501.092500', '133501.552500', '133502.012500', '133502.472500', '133502.932500', '133503.392500', '133503.852500', '133504.312500', '133504.772500', '133505.232500', '133505.692500', '133506.152500', '133506.612500', '133507.072500', '133507.532500', '133507.992500', '133508.452500', '133508.912500', '133509.372500', '133509.832500', '133510.292500', '133510.752500', '133511.212500', '133511.672500', '133512.132500', '133512.592500', '133513.052500', '133513.512500', '133513.972500', '133514.432500', '133514.892500', '133515.352500', '133515.812500', '133516.272500', '133516.732500', '133517.192500', '133517.652500', '133518.112500', '133518.572500', '133519.032500', '133519.492500', '133519.952500', '133520.412500', '133520.872500', '133521.332500', '133521.792500', '133522.252500', '133522.712500', '133523.172500', '133523.632500', '133524.092500', '133524.552500', '133525.012500', '133525.472500', '133525.932500', '133526.392500', '133526.852500', '133527.312500', '133527.772500', '133528.232500', '133528.692500', '133529.152500', '133529.612500', '133530.072500', '133530.532500', '133530.992500', '133531.452500', '133531.912500', '133532.372500', '133532.832500', '133533.292500', '133533.752500', '133534.212500', '133534.672500', '133535.132500', '133535.592500', '133536.052500', '133536.512500', '133536.972500', '133537.432500', '133537.892500', '133538.352500', '133538.812500', '133539.272500', '133539.732500', '133540.192500', '133540.652500', '133541.112500', '133541.572500', '133542.032500', '133542.492500', '133542.952500', '133543.412500', '133543.872500', '133544.332500', '133544.792500', '133545.252500', '133545.712500', '133546.172500', '133546.632500', '133547.092500', '133547.552500', '133548.012500', '133548.472500', '133548.932500', '133549.392500', '133549.852500', '133550.312500', '133550.772500', '133551.232500', '133551.692500', '133552.152500', '133552.612500', '133553.072500', '133553.532500', '133553.992500', '133554.452500', '133554.912500', '133555.372500', '133555.832500', '133556.292500', '133556.752500', '133557.212500', '133557.672500', '133558.132500', '133558.592500', '133559.052500', '133559.512500', '133559.972500', '133600.432500', '133600.892500', '133601.352500', '133601.812500', '133602.272500', '133602.732500', '133603.192500', '133603.652500', '133604.112500', '133604.572500', '133605.032500', '133605.492500', '133605.952500', '133606.412500', '133606.872500', '133607.332500', '133607.792500', '133608.252500', '133608.712500', '133609.172500', '133609.632500', '133610.092500', '133610.552500', '133611.012500', '133611.472500', '133611.932500', '133612.392500', '133612.852500', '133613.312500', '133613.772500', '133614.232500', '133614.692500', '133615.152500', '133615.612500', '133616.072500', '133616.532500', '133616.992500', '133617.452500', '133617.912500', '133618.372500', '133618.832500', '133619.292500', '133619.752500', '133620.212500', '133620.672500', '133621.132500', '133621.592500', '133622.052500', '133622.512500', '133622.972500', '133623.432500', '133623.892500', '133624.352500', '133624.812500', '133625.272500', '133625.732500', '133626.192500', '133626.652500', '133627.112500', '133627.572500', '133628.032500', '133628.492500', '133628.952500', '133629.412500', '133629.872500', '133630.332500', '133630.792500', '133631.252500', '133631.712500', '133632.172500', '133632.632500', '133633.092500', '133633.552500', '133634.012500', '133634.472500', '133634.932500', '133635.392500', '133635.852500', '133636.312500', '133636.772500', '133637.232500', '133637.692500', '133638.152500', '133638.612500', '133639.072500', '133639.532500', '133639.992500', '133640.452500', '133640.912500', '133641.372500', '133641.832500', '133642.292500', '133642.752500', '133643.212500', '133643.672500', '133644.132500', '133644.592500', '133645.052500', '133645.512500', '133645.972500', '133646.432500', '133646.892500', '133647.352500', '133647.812500', '133648.272500', '133648.732500', '133649.192500', '133649.652500', '133650.112500', '133650.572500', '133651.032500', '133651.492500', '133651.952500', '133652.412500', '133652.872500', '133653.332500', '133653.792500', '133654.252500', '133654.712500', '133655.172500', '133655.632500', '133656.092500', '133656.552500', '133657.012500', '133657.472500', '133657.932500', '133658.392500', '133658.852500', '133659.312500', '133659.772500', '133700.232500', '133700.692500', '133701.152500', '133701.612500', '133702.072500', '133702.532500', '133702.992500', '133703.452500', '133703.912500', '133704.372500', '133704.832500', '133705.292500', '133705.752500', '133706.212500', '133706.672500', '133707.132500', '133707.592500', '133708.052500', '133708.512500', '133708.972500', '133709.432500', '133709.892500', '133710.352500', '133710.812500', '133711.272500', '133711.732500', '133712.192500', '133712.652500', '133713.112500', '133713.572500', '133714.032500', '133714.492500', '133714.952500', '133715.412500', '133715.872500', '133716.332500', '133716.792500', '133717.252500', '133717.712500', '133718.172500', '133718.632500', '133719.092500', '133719.552500', '133720.012500', '133720.472500', '133720.932500', '133721.392500', '133721.852500', '133722.312500', '133722.772500', '133723.232500', '133723.692500', '133724.152500', '133724.612500', '133725.072500', '133725.532500', '133725.992500', '133726.452500', '133726.912500', '133727.372500', '133727.832500', '133728.292500', '133728.752500', '133729.212500', '133729.672500', '133730.132500', '133730.592500', '133731.052500', '133731.512500', '133731.972500', '133732.432500', '133732.892500', '133733.352500', '133733.812500', '133734.272500', '133734.732500', '133735.192500', '133735.652500', '133736.112500', '133736.572500', '133737.032500', '133737.492500', '133737.952500', '133738.412500', '133738.872500', '133739.332500', '133739.792500', '133740.252500', '133740.712500', '133741.172500', '133741.632500', '133742.092500', '133742.552500', '133743.012500', '133743.472500', '133743.932500', '133744.392500', '133744.852500', '133745.312500', '133745.772500', '133746.232500', '133746.692500', '133747.152500', '133747.612500', '133748.072500', '133748.532500', '133748.992500', '133749.452500', '133749.912500', '133750.372500', '133750.832500', '133751.292500', '133751.752500', '133752.212500', '133752.672500', '133753.132500', '133753.592500', '133754.052500', '133754.512500', '133754.972500', '133755.432500', '133755.892500', '133756.352500', '133756.812500', '133757.272500', '133757.732500', '133758.192500', '133758.652500', '133759.112500', '133759.572500', '133800.032500', '133800.492500', '133800.952500', '133801.412500', '133801.872500', '133802.332500', '133802.792500', '133803.252500', '133803.712500', '133804.172500', '133804.632500', '133805.092500', '133805.552500', '133806.012500', '133806.472500', '133806.932500', '133807.392500', '133807.852500', '133808.312500', '133808.772500', '133809.232500', '133809.692500', '133810.152500', '133810.612500', '133811.072500', '133811.532500', '133811.992500', '133812.452500', '133812.912500', '133813.372500', '133813.832500', '133814.292500', '133814.752500', '133815.212500', '133815.672500', '133816.132500', '133816.592500', '133817.052500', '133817.512500', '133817.972500', '133818.432500', '133818.892500', '133819.352500', '133819.812500', '133820.272500', '133820.732500', '133821.192500', '133821.652500', '133822.112500', '133822.572500', '133823.032500', '133823.492500', '133823.952500', '133824.412500', '133824.872500', '133825.332500', '133825.792500', '133826.252500', '133826.712500', '133827.172500', '133827.632500', '133828.092500', '133828.552500', '133829.012500', '133829.472500', '133829.932500', '133830.392500', '133830.852500', '133831.312500', '133831.772500', '133832.232500', '133832.692500', '133833.152500', '133833.612500', '133834.072500', '133834.532500', '133834.992500', '133835.452500', '133835.912500', '133836.372500', '133836.832500', '133837.292500', '133837.752500', '133838.212500', '133838.672500', '133839.132500', '133839.592500', '133840.052500', '133840.512500', '133840.972500', '133841.432500', '133841.892500', '133842.352500', '133842.812500', '133843.272500', '133843.732500', '133844.192500', '133844.652500', '133845.112500', '133845.572500', '133846.032500', '133846.492500', '133846.952500', '133847.412500', '133847.872500', '133848.332500', '133848.792500', '133849.252500', '133849.712500', '133850.172500', '133850.632500', '133851.092500', '133851.552500', '133852.012500', '133852.472500', '133852.932500', '133853.392500', '133853.852500', '133854.312500', '133854.772500', '133855.232500', '133855.692500', '133856.152500', '133856.612500', '133857.072500', '133857.532500', '133857.992500', '133858.452500', '133858.912500', '133859.372500', '133859.832500', '133900.292500', '133900.752500', '133901.212500', '133901.672500', '133902.132500', '133902.592500', '133903.052500', '133903.512500', '133903.972500', '133904.432500', '133904.892500', '133905.352500', '133905.812500', '133906.272500', '133906.732500', '133907.192500', '133907.652500', '133908.112500', '133908.572500', '133909.032500', '133909.492500', '133909.952500', '133910.412500', '133910.872500', '133911.332500', '133911.792500', '133912.252500', '133912.712500', '133913.172500', '133913.632500', '133914.092500', '133914.552500', '133915.012500', '133915.472500', '133915.932500', '133916.392500', '133916.852500', '133917.312500', '133917.772500', '133918.232500', '133918.692500', '133919.152500', '133919.612500', '133920.072500', '133920.532500', '133920.992500', '133921.452500', '133921.912500', '133922.372500', '133922.832500', '133923.292500', '133923.752500', '133924.212500', '133924.672500', '133925.132500', '133925.592500', '133926.052500', '133926.512500', '133926.972500', '133927.432500', '133927.892500', '133928.352500', '133928.812500', '133929.272500', '133929.732500', '133930.192500', '133930.652500', '133931.112500', '133931.572500', '133932.032500', '133932.492500', '133932.952500', '133933.412500', '133933.872500', '133934.332500', '133934.792500', '133935.252500', '133935.712500', '133936.172500', '133936.632500', '133937.092500', '133937.552500', '133938.012500', '133938.472500', '133938.932500', '133939.392500', '133939.852500', '133940.312500', '133940.772500', '133941.232500', '133941.692500', '133942.152500', '133942.612500', '133943.072500', '133943.532500', '133943.992500', '133944.452500', '133944.912500', '133945.372500', '133945.832500', '133946.292500', '133946.752500', '133947.212500', '133947.672500', '133948.132500', '133948.592500', '133949.052500', '133949.512500', '133949.972500', '133950.432500', '133950.892500', '133951.352500', '133951.812500', '133952.272500', '133952.732500', '133953.192500', '133953.652500', '133954.112500', '133954.572500', '133955.032500', '133955.492500', '133955.952500', '133956.412500', '133956.872500', '133957.332500', '133957.792500', '133958.252500', '133958.712500', '133959.172500', '133959.632500', '134000.092500', '134000.552500', '134001.012500', '134001.472500', '134001.932500', '134002.392500', '134002.852500', '134003.312500', '134003.772500', '134004.232500', '134004.692500', '134005.152500', '134005.612500', '134006.072500', '134006.532500', '134006.992500', '134007.452500', '134007.912500', '134008.372500', '134008.832500', '134009.292500', '134009.752500', '134010.212500', '134010.672500', '134011.132500', '134011.592500', '134012.052500', '134012.512500', '134012.972500', '134013.432500', '134013.892500', '134014.352500', '134014.812500', '134015.272500', '134015.732500', '134016.192500', '134016.652500', '134017.112500', '134017.572500', '134018.032500', '134018.492500', '134018.952500', '134019.412500', '134019.872500', '134020.332500', '134020.792500', '134021.252500', '134021.712500', '134022.172500', '134022.632500', '134023.092500', '134023.552500', '134024.012500', '134024.472500', '134024.932500', '134025.392500', '134025.852500', '134026.312500', '134026.772500', '134027.232500', '134027.692500', '134028.152500', '134028.612500', '134029.072500', '134029.532500', '134029.992500', '134030.452500', '134030.912500', '134031.372500', '134031.832500', '134032.292500', '134032.752500', '134033.212500', '134033.672500', '134034.132500', '134034.592500', '134035.052500', '134035.512500', '134035.972500', '134036.432500', '134036.892500', '134037.352500', '134037.812500', '134038.272500', '134038.732500', '134039.192500', '134039.652500', '134040.112500', '134040.572500', '134041.032500', '134041.492500', '134041.952500', '134042.412500', '134042.872500', '134043.332500', '134043.792500', '134044.252500', '134044.712500', '134045.172500', '134045.632500', '134046.092500', '134046.552500', '134047.012500', '134047.472500', '134047.932500', '134048.392500', '134048.852500', '134049.312500', '134049.772500', '134050.232500', '134050.692500', '134051.152500', '134051.612500', '134052.072500', '134052.532500', '134052.992500', '134053.452500', '134053.912500', '134054.372500', '134054.832500', '134055.292500', '134055.752500', '134056.212500', '134056.672500', '134057.132500', '134057.592500', '134058.052500', '134058.512500'], 'ContentTime': ['133430.896000', '133430.899000', '133430.902000', '133430.905000', '133430.907000', '133430.910000', '133430.913000', '133430.916000', '133430.919000', '133430.922000', '133430.925000', '133430.928000', '133430.930000', '133430.933000', '133430.936000', '133430.938000', '133430.941000', '133430.944000', '133430.947000', '133430.949000', '133430.952000', '133430.955000', '133430.957000', '133430.960000', '133430.963000', '133450.866000', '133450.869000', '133450.872000', '133450.875000', '133450.877000', '133450.880000', '133450.882000', '133450.885000', '133450.888000', '133450.890000', '133450.893000', '133450.901000', '133450.903000', '133450.906000', '133450.909000', '133450.911000', '133450.914000', '133450.916000', '133450.919000', '133450.922000', '133450.924000', '133450.927000', '133450.929000', '133450.932000', '133450.935000', '133450.937000', '133450.940000', '133450.943000', '133450.945000', '133450.948000', '133450.951000', '133450.954000', '133450.956000', '133450.959000', '133450.972000', '133450.974000', '133450.977000', '133450.979000', '133450.982000', '133450.985000', '133450.987000', '133450.990000', '133450.992000', '133510.866000', '133510.869000', '133510.872000', '133510.875000', '133510.877000', '133510.880000', '133510.882000', '133510.885000', '133510.888000', '133510.890000', '133510.893000', '133510.895000', '133510.898000', '133510.901000', '133510.903000', '133510.906000', '133510.909000', '133510.911000', '133510.914000', '133510.916000', '133510.919000', '133510.922000', '133510.924000', '133510.927000', '133510.930000', '133510.932000', '133510.935000', '133510.937000', '133510.940000', '133510.943000', '133510.953000', '133510.956000', '133510.959000', '133510.961000', '133510.964000', '133510.967000', '133510.969000', '133510.972000', '133510.974000', '133510.980000', '133510.982000', '133510.985000', '133510.988000', '133510.990000', '133530.868000', '133530.870000', '133530.874000', '133530.876000', '133530.879000', '133530.881000', '133530.884000', '133530.887000', '133530.889000', '133530.892000', '133530.895000', '133530.897000', '133530.900000', '133530.902000', '133530.905000', '133530.908000', '133530.910000', '133530.913000', '133530.916000', '133530.918000', '133530.921000', '133530.923000', '133530.926000', '133530.929000', '133530.931000', '133530.934000', '133530.937000', '133530.939000', '133530.942000', '133530.944000', '133530.947000', '133530.950000', '133530.952000', '133530.955000', '133530.958000', '133530.960000', '133530.963000', '133530.965000', '133530.968000', '133530.971000', '133530.973000', '133530.976000', '133530.980000', '133550.867000', '133550.869000', '133550.872000', '133550.875000', '133550.878000', '133550.881000', '133550.883000', '133550.886000', '133550.889000', '133550.891000', '133550.894000', '133550.897000', '133550.899000', '133550.902000', '133550.904000', '133550.907000', '133550.910000', '133550.912000', '133550.915000', '133550.918000', '133550.920000', '133550.923000', '133550.925000', '133550.928000', '133550.931000', '133550.933000', '133550.936000', '133550.939000', '133550.942000', '133550.944000', '133550.947000', '133550.950000', '133550.952000', '133550.955000', '133550.957000', '133550.960000', '133550.963000', '133550.966000', '133550.968000', '133550.971000', '133550.973000', '133550.976000', '133550.979000', '133550.981000', '133610.866000', '133610.869000', '133610.872000', '133610.875000', '133610.877000', '133610.880000', '133610.883000', '133610.885000', '133610.888000', '133610.891000', '133610.894000', '133610.896000', '133610.899000', '133610.902000', '133610.904000', '133610.907000', '133610.909000', '133610.912000', '133610.915000', '133610.917000', '133610.920000', '133610.923000', '133610.925000', '133610.928000', '133610.931000', '133610.934000', '133610.936000', '133610.939000', '133610.942000', '133610.944000', '133610.947000', '133610.950000', '133610.952000', '133610.955000', '133610.958000', '133610.960000', '133610.963000', '133610.965000', '133610.968000', '133610.971000', '133610.973000', '133610.976000', '133610.979000', '133630.866000', '133630.869000', '133630.872000', '133630.874000', '133630.877000', '133630.880000', '133630.882000', '133630.885000', '133630.888000', '133630.890000', '133630.893000', '133630.896000', '133630.898000', '133630.901000', '133630.904000', '133630.906000', '133630.909000', '133630.912000', '133630.914000', '133630.917000', '133630.920000', '133630.922000', '133630.925000', '133630.928000', '133630.930000', '133630.933000', '133630.936000', '133630.938000', '133630.941000', '133630.943000', '133630.946000', '133630.949000', '133630.951000', '133630.954000', '133630.957000', '133630.959000', '133630.962000', '133630.964000', '133630.967000', '133630.970000', '133630.972000', '133630.975000', '133630.978000', '133630.980000', '133650.867000', '133650.869000', '133650.872000', '133650.875000', '133650.877000', '133650.880000', '133650.883000', '133650.885000', '133650.888000', '133650.891000', '133650.893000', '133650.896000', '133650.899000', '133650.902000', '133650.904000', '133650.907000', '133650.909000', '133650.912000', '133650.915000', '133650.917000', '133650.920000', '133650.923000', '133650.925000', '133650.928000', '133650.930000', '133650.941000', '133650.944000', '133650.947000', '133650.949000', '133650.952000', '133650.954000', '133650.957000', '133650.960000', '133650.962000', '133650.965000', '133650.968000', '133650.970000', '133650.973000', '133650.976000', '133650.979000', '133650.982000', '133650.985000', '133650.988000', '133710.867000', '133710.870000', '133710.872000', '133710.875000', '133710.877000', '133710.880000', '133710.883000', '133710.885000', '133710.888000', '133710.891000', '133710.893000', '133710.896000', '133710.899000', '133710.902000', '133710.904000', '133710.907000', '133710.910000', '133710.912000', '133710.915000', '133710.918000', '133710.920000', '133710.923000', '133710.926000', '133710.928000', '133710.931000', '133710.934000', '133710.936000', '133710.939000', '133710.941000', '133710.944000', '133710.947000', '133710.950000', '133710.952000', '133710.955000', '133710.958000', '133710.960000', '133710.963000', '133710.965000', '133710.968000', '133710.971000', '133710.974000', '133710.976000', '133710.979000', '133710.982000', '133730.867000', '133730.870000', '133730.872000', '133730.875000', '133730.878000', '133730.880000', '133730.883000', '133730.886000', '133730.888000', '133730.891000', '133730.894000', '133730.896000', '133730.899000', '133730.902000', '133730.904000', '133730.907000', '133730.910000', '133730.912000', '133730.915000', '133730.918000', '133730.920000', '133730.923000', '133730.925000', '133730.928000', '133730.931000', '133730.934000', '133730.936000', '133730.939000', '133730.942000', '133730.944000', '133730.947000', '133730.950000', '133730.952000', '133730.955000', '133730.957000', '133730.960000', '133730.963000', '133730.965000', '133730.968000', '133730.971000', '133730.973000', '133730.976000', '133730.978000', '133750.868000', '133750.871000', '133750.873000', '133750.876000', '133750.879000', '133750.881000', '133750.884000', '133750.887000', '133750.889000', '133750.892000', '133750.895000', '133750.897000', '133750.900000', '133750.903000', '133750.905000', '133750.908000', '133750.911000', '133750.913000', '133750.916000', '133750.918000', '133750.921000', '133750.924000', '133750.926000', '133750.929000', '133750.932000', '133750.935000', '133750.937000', '133750.940000', '133750.943000', '133750.945000', '133750.948000', '133750.951000', '133750.953000', '133750.956000', '133750.959000', '133750.961000', '133750.964000', '133750.967000', '133750.969000', '133750.972000', '133750.975000', '133750.977000', '133750.980000', '133750.983000', '133810.866000', '133810.869000', '133810.872000', '133810.875000', '133810.877000', '133810.880000', '133810.883000', '133810.885000', '133810.888000', '133810.891000', '133810.894000', '133810.896000', '133810.899000', '133810.902000', '133810.910000', '133810.912000', '133810.915000', '133810.918000', '133810.920000', '133810.923000', '133810.926000', '133810.928000', '133810.931000', '133810.934000', '133810.936000', '133810.939000', '133810.942000', '133810.944000', '133810.947000', '133810.950000', '133810.952000', '133810.955000', '133810.958000', '133810.961000', '133810.963000', '133810.966000', '133810.969000', '133810.971000', '133810.974000', '133810.977000', '133810.979000', '133810.982000', '133810.984000', '133830.867000', '133830.869000', '133830.872000', '133830.875000', '133830.878000', '133830.880000', '133830.883000', '133830.892000', '133830.895000', '133830.897000', '133830.900000', '133830.902000', '133830.905000', '133830.908000', '133830.910000', '133830.913000', '133830.916000', '133830.918000', '133830.921000', '133830.924000', '133830.926000', '133830.929000', '133830.932000', '133830.934000', '133830.937000', '133830.940000', '133830.942000', '133830.945000', '133830.948000', '133830.950000', '133830.953000', '133830.956000', '133830.958000', '133830.961000', '133830.963000', '133830.966000', '133830.969000', '133830.971000', '133830.974000', '133830.977000', '133830.979000', '133830.982000', '133830.985000', '133830.987000', '133850.867000', '133850.870000', '133850.872000', '133850.875000', '133850.877000', '133850.880000', '133850.883000', '133850.886000', '133850.888000', '133850.891000', '133850.894000', '133850.896000', '133850.899000', '133850.901000', '133850.904000', '133850.907000', '133850.909000', '133850.912000', '133850.915000', '133850.917000', '133850.920000', '133850.923000', '133850.925000', '133850.928000', '133850.931000', '133850.933000', '133850.936000', '133850.939000', '133850.941000', '133850.944000', '133850.947000', '133850.949000', '133850.952000', '133850.955000', '133850.957000', '133850.960000', '133850.963000', '133850.965000', '133850.968000', '133850.971000', '133850.973000', '133850.976000', '133850.979000', '133910.867000', '133910.869000', '133910.872000', '133910.875000', '133910.877000', '133910.880000', '133910.883000', '133910.885000', '133910.888000', '133910.891000', '133910.893000', '133910.896000', '133910.899000', '133910.901000', '133910.904000', '133910.907000', '133910.909000', '133910.913000', '133910.916000', '133910.918000', '133910.921000', '133910.924000', '133910.926000', '133910.929000', '133910.932000', '133910.934000', '133910.937000', '133910.940000', '133910.942000', '133910.945000', '133910.948000', '133910.950000', '133910.953000', '133910.956000', '133910.958000', '133910.961000', '133910.964000', '133910.966000', '133910.969000', '133910.972000', '133910.974000', '133910.977000', '133910.979000', '133910.982000', '133930.867000', '133930.869000', '133930.872000', '133930.875000', '133930.877000', '133930.880000', '133930.883000', '133930.885000', '133930.888000', '133930.891000', '133930.893000', '133930.896000', '133930.898000', '133930.901000', '133930.904000', '133930.906000', '133930.909000', '133930.912000', '133930.914000', '133930.917000', '133930.920000', '133930.922000', '133930.925000', '133930.928000', '133930.930000', '133930.933000', '133930.936000', '133930.938000', '133930.941000', '133930.944000', '133930.946000', '133930.949000', '133930.952000', '133930.954000', '133930.957000', '133930.960000', '133930.962000', '133930.965000', '133930.968000', '133930.970000', '133930.973000', '133930.976000', '133930.978000', '133950.867000', '133950.870000', '133950.872000', '133950.875000', '133950.878000', '133950.880000', '133950.883000', '133950.886000', '133950.888000', '133950.891000', '133950.894000', '133950.896000', '133950.899000', '133950.902000', '133950.904000', '133950.907000', '133950.909000', '133950.912000', '133950.915000', '133950.917000', '133950.920000', '133950.923000', '133950.925000', '133950.928000', '133950.931000', '133950.933000', '133950.936000', '133950.939000', '133950.941000', '133950.944000', '133950.947000', '133950.949000', '133950.958000', '133950.961000', '133950.963000', '133950.966000', '133950.969000', '133950.971000', '133950.976000', '133950.979000', '133950.981000', '133950.984000', '133950.987000', '133950.989000', '134010.868000', '134010.870000', '134010.873000', '134010.876000', '134010.879000', '134010.882000', '134010.884000', '134010.887000', '134010.890000', '134010.893000', '134010.895000', '134010.898000', '134010.901000', '134010.903000', '134010.906000', '134010.908000', '134010.911000', '134010.914000', '134010.916000', '134010.919000', '134010.922000', '134010.924000', '134010.927000', '134010.930000', '134010.932000', '134010.935000', '134010.938000', '134010.940000', '134010.943000', '134010.946000', '134010.948000', '134010.951000', '134010.954000', '134010.956000', '134010.959000', '134010.962000', '134010.964000', '134010.967000', '134010.970000', '134010.972000', '134010.975000', '134010.977000', '134010.980000', '134030.867000', '134030.869000', '134030.872000', '134030.875000', '134030.878000', '134030.881000', '134030.883000', '134030.886000', '134030.889000', '134030.892000', '134030.894000', '134030.898000', '134030.901000', '134030.903000', '134030.906000', '134030.909000', '134030.911000', '134030.914000', '134030.917000', '134030.919000', '134030.922000', '134030.925000', '134030.927000', '134030.930000', '134030.932000', '134030.935000', '134030.938000', '134030.940000', '134030.943000', '134030.946000', '134030.949000', '134030.951000', '134030.954000', '134030.957000', '134030.959000', '134030.962000', '134030.965000', '134030.967000', '134030.970000', '134030.973000', '134030.975000', '134030.978000', '134030.981000', '134050.866000', '134050.872000', '134050.874000', '134050.877000', '134050.879000', '134050.882000', '134050.885000', '134050.887000', '134050.890000', '134050.892000', '134050.895000', '134050.898000', '134050.900000', '134050.903000', '134050.906000', '134050.908000', '134050.911000', '134050.914000', '134050.916000', '134050.919000', '134050.922000', '134050.924000', '134050.927000', '134050.929000', '134050.932000', '134050.935000', '134050.937000', '134050.940000', '134050.943000', '134050.945000', '134050.948000', '134050.951000', '134050.953000', '134050.956000', '134050.959000', '134050.961000', '134050.964000', '134050.967000', '134050.969000', '134050.972000', '134050.975000', '134050.977000', '134050.980000', '134050.983000', '134100.267000', '134100.270000', '134100.273000', '134100.276000', '134100.278000', '134100.281000', '134100.284000', '134100.287000', '134100.289000', '134100.292000', '134100.294000', '134100.297000', '134100.300000', '134100.302000', '134100.305000', '134100.308000', '134100.310000', '134100.313000', '134100.316000', '134100.319000', '134100.321000'], 'InstanceCreationTime': ['133430.896000', '133430.899000', '133430.902000', '133430.905000', '133430.907000', '133430.910000', '133430.913000', '133430.916000', '133430.919000', '133430.922000', '133430.925000', '133430.928000', '133430.930000', '133430.933000', '133430.936000', '133430.938000', '133430.941000', '133430.944000', '133430.947000', '133430.949000', '133430.952000', '133430.955000', '133430.957000', '133430.960000', '133430.963000', '133450.866000', '133450.869000', '133450.872000', '133450.875000', '133450.877000', '133450.880000', '133450.882000', '133450.885000', '133450.888000', '133450.890000', '133450.893000', '133450.901000', '133450.903000', '133450.906000', '133450.909000', '133450.911000', '133450.914000', '133450.916000', '133450.919000', '133450.922000', '133450.924000', '133450.927000', '133450.929000', '133450.932000', '133450.935000', '133450.937000', '133450.940000', '133450.943000', '133450.945000', '133450.948000', '133450.951000', '133450.954000', '133450.956000', '133450.959000', '133450.972000', '133450.974000', '133450.977000', '133450.979000', '133450.982000', '133450.985000', '133450.987000', '133450.990000', '133450.992000', '133510.866000', '133510.869000', '133510.872000', '133510.875000', '133510.877000', '133510.880000', '133510.882000', '133510.885000', '133510.888000', '133510.890000', '133510.893000', '133510.895000', '133510.898000', '133510.901000', '133510.903000', '133510.906000', '133510.909000', '133510.911000', '133510.914000', '133510.916000', '133510.919000', '133510.922000', '133510.924000', '133510.927000', '133510.930000', '133510.932000', '133510.935000', '133510.937000', '133510.940000', '133510.943000', '133510.953000', '133510.956000', '133510.959000', '133510.961000', '133510.964000', '133510.967000', '133510.969000', '133510.972000', '133510.974000', '133510.980000', '133510.982000', '133510.985000', '133510.988000', '133510.990000', '133530.868000', '133530.870000', '133530.874000', '133530.876000', '133530.879000', '133530.881000', '133530.884000', '133530.887000', '133530.889000', '133530.892000', '133530.895000', '133530.897000', '133530.900000', '133530.902000', '133530.905000', '133530.908000', '133530.910000', '133530.913000', '133530.916000', '133530.918000', '133530.921000', '133530.923000', '133530.926000', '133530.929000', '133530.931000', '133530.934000', '133530.937000', '133530.939000', '133530.942000', '133530.944000', '133530.947000', '133530.950000', '133530.952000', '133530.955000', '133530.958000', '133530.960000', '133530.963000', '133530.965000', '133530.968000', '133530.971000', '133530.973000', '133530.976000', '133530.980000', '133550.867000', '133550.869000', '133550.872000', '133550.875000', '133550.878000', '133550.881000', '133550.883000', '133550.886000', '133550.889000', '133550.891000', '133550.894000', '133550.897000', '133550.899000', '133550.902000', '133550.904000', '133550.907000', '133550.910000', '133550.912000', '133550.915000', '133550.918000', '133550.920000', '133550.923000', '133550.925000', '133550.928000', '133550.931000', '133550.933000', '133550.936000', '133550.939000', '133550.942000', '133550.944000', '133550.947000', '133550.950000', '133550.952000', '133550.955000', '133550.957000', '133550.960000', '133550.963000', '133550.966000', '133550.968000', '133550.971000', '133550.973000', '133550.976000', '133550.979000', '133550.981000', '133610.866000', '133610.869000', '133610.872000', '133610.875000', '133610.877000', '133610.880000', '133610.883000', '133610.885000', '133610.888000', '133610.891000', '133610.894000', '133610.896000', '133610.899000', '133610.902000', '133610.904000', '133610.907000', '133610.909000', '133610.912000', '133610.915000', '133610.917000', '133610.920000', '133610.923000', '133610.925000', '133610.928000', '133610.931000', '133610.934000', '133610.936000', '133610.939000', '133610.942000', '133610.944000', '133610.947000', '133610.950000', '133610.952000', '133610.955000', '133610.958000', '133610.960000', '133610.963000', '133610.965000', '133610.968000', '133610.971000', '133610.973000', '133610.976000', '133610.979000', '133630.866000', '133630.869000', '133630.872000', '133630.874000', '133630.877000', '133630.880000', '133630.882000', '133630.885000', '133630.888000', '133630.890000', '133630.893000', '133630.896000', '133630.898000', '133630.901000', '133630.904000', '133630.906000', '133630.909000', '133630.912000', '133630.914000', '133630.917000', '133630.920000', '133630.922000', '133630.925000', '133630.928000', '133630.930000', '133630.933000', '133630.936000', '133630.938000', '133630.941000', '133630.943000', '133630.946000', '133630.949000', '133630.951000', '133630.954000', '133630.957000', '133630.959000', '133630.962000', '133630.964000', '133630.967000', '133630.970000', '133630.972000', '133630.975000', '133630.978000', '133630.980000', '133650.867000', '133650.869000', '133650.872000', '133650.875000', '133650.877000', '133650.880000', '133650.883000', '133650.885000', '133650.888000', '133650.891000', '133650.893000', '133650.896000', '133650.899000', '133650.902000', '133650.904000', '133650.907000', '133650.909000', '133650.912000', '133650.915000', '133650.917000', '133650.920000', '133650.923000', '133650.925000', '133650.928000', '133650.930000', '133650.941000', '133650.944000', '133650.947000', '133650.949000', '133650.952000', '133650.954000', '133650.957000', '133650.960000', '133650.962000', '133650.965000', '133650.968000', '133650.970000', '133650.973000', '133650.976000', '133650.979000', '133650.982000', '133650.985000', '133650.988000', '133710.867000', '133710.870000', '133710.872000', '133710.875000', '133710.877000', '133710.880000', '133710.883000', '133710.885000', '133710.888000', '133710.891000', '133710.893000', '133710.896000', '133710.899000', '133710.902000', '133710.904000', '133710.907000', '133710.910000', '133710.912000', '133710.915000', '133710.918000', '133710.920000', '133710.923000', '133710.926000', '133710.928000', '133710.931000', '133710.934000', '133710.936000', '133710.939000', '133710.941000', '133710.944000', '133710.947000', '133710.950000', '133710.952000', '133710.955000', '133710.958000', '133710.960000', '133710.963000', '133710.965000', '133710.968000', '133710.971000', '133710.974000', '133710.976000', '133710.979000', '133710.982000', '133730.867000', '133730.870000', '133730.872000', '133730.875000', '133730.878000', '133730.880000', '133730.883000', '133730.886000', '133730.888000', '133730.891000', '133730.894000', '133730.896000', '133730.899000', '133730.902000', '133730.904000', '133730.907000', '133730.910000', '133730.912000', '133730.915000', '133730.918000', '133730.920000', '133730.923000', '133730.925000', '133730.928000', '133730.931000', '133730.934000', '133730.936000', '133730.939000', '133730.942000', '133730.944000', '133730.947000', '133730.950000', '133730.952000', '133730.955000', '133730.957000', '133730.960000', '133730.963000', '133730.965000', '133730.968000', '133730.971000', '133730.973000', '133730.976000', '133730.978000', '133750.868000', '133750.871000', '133750.873000', '133750.876000', '133750.879000', '133750.881000', '133750.884000', '133750.887000', '133750.889000', '133750.892000', '133750.895000', '133750.897000', '133750.900000', '133750.903000', '133750.905000', '133750.908000', '133750.911000', '133750.913000', '133750.916000', '133750.918000', '133750.921000', '133750.924000', '133750.926000', '133750.929000', '133750.932000', '133750.935000', '133750.937000', '133750.940000', '133750.943000', '133750.945000', '133750.948000', '133750.951000', '133750.953000', '133750.956000', '133750.959000', '133750.961000', '133750.964000', '133750.967000', '133750.969000', '133750.972000', '133750.975000', '133750.977000', '133750.980000', '133750.983000', '133810.866000', '133810.869000', '133810.872000', '133810.875000', '133810.877000', '133810.880000', '133810.883000', '133810.885000', '133810.888000', '133810.891000', '133810.894000', '133810.896000', '133810.899000', '133810.902000', '133810.910000', '133810.912000', '133810.915000', '133810.918000', '133810.920000', '133810.923000', '133810.926000', '133810.928000', '133810.931000', '133810.934000', '133810.936000', '133810.939000', '133810.942000', '133810.944000', '133810.947000', '133810.950000', '133810.952000', '133810.955000', '133810.958000', '133810.961000', '133810.963000', '133810.966000', '133810.969000', '133810.971000', '133810.974000', '133810.977000', '133810.979000', '133810.982000', '133810.984000', '133830.867000', '133830.869000', '133830.872000', '133830.875000', '133830.878000', '133830.880000', '133830.883000', '133830.892000', '133830.895000', '133830.897000', '133830.900000', '133830.902000', '133830.905000', '133830.908000', '133830.910000', '133830.913000', '133830.916000', '133830.918000', '133830.921000', '133830.924000', '133830.926000', '133830.929000', '133830.932000', '133830.934000', '133830.937000', '133830.940000', '133830.942000', '133830.945000', '133830.948000', '133830.950000', '133830.953000', '133830.956000', '133830.958000', '133830.961000', '133830.963000', '133830.966000', '133830.969000', '133830.971000', '133830.974000', '133830.977000', '133830.979000', '133830.982000', '133830.985000', '133830.987000', '133850.867000', '133850.870000', '133850.872000', '133850.875000', '133850.877000', '133850.880000', '133850.883000', '133850.886000', '133850.888000', '133850.891000', '133850.894000', '133850.896000', '133850.899000', '133850.901000', '133850.904000', '133850.907000', '133850.909000', '133850.912000', '133850.915000', '133850.917000', '133850.920000', '133850.923000', '133850.925000', '133850.928000', '133850.931000', '133850.933000', '133850.936000', '133850.939000', '133850.941000', '133850.944000', '133850.947000', '133850.949000', '133850.952000', '133850.955000', '133850.957000', '133850.960000', '133850.963000', '133850.965000', '133850.968000', '133850.971000', '133850.973000', '133850.976000', '133850.979000', '133910.867000', '133910.869000', '133910.872000', '133910.875000', '133910.877000', '133910.880000', '133910.883000', '133910.885000', '133910.888000', '133910.891000', '133910.893000', '133910.896000', '133910.899000', '133910.901000', '133910.904000', '133910.907000', '133910.909000', '133910.913000', '133910.916000', '133910.918000', '133910.921000', '133910.924000', '133910.926000', '133910.929000', '133910.932000', '133910.934000', '133910.937000', '133910.940000', '133910.942000', '133910.945000', '133910.948000', '133910.950000', '133910.953000', '133910.956000', '133910.958000', '133910.961000', '133910.964000', '133910.966000', '133910.969000', '133910.972000', '133910.974000', '133910.977000', '133910.979000', '133910.982000', '133930.867000', '133930.869000', '133930.872000', '133930.875000', '133930.877000', '133930.880000', '133930.883000', '133930.885000', '133930.888000', '133930.891000', '133930.893000', '133930.896000', '133930.898000', '133930.901000', '133930.904000', '133930.906000', '133930.909000', '133930.912000', '133930.914000', '133930.917000', '133930.920000', '133930.922000', '133930.925000', '133930.928000', '133930.930000', '133930.933000', '133930.936000', '133930.938000', '133930.941000', '133930.944000', '133930.946000', '133930.949000', '133930.952000', '133930.954000', '133930.957000', '133930.960000', '133930.962000', '133930.965000', '133930.968000', '133930.970000', '133930.973000', '133930.976000', '133930.978000', '133950.867000', '133950.870000', '133950.872000', '133950.875000', '133950.878000', '133950.880000', '133950.883000', '133950.886000', '133950.888000', '133950.891000', '133950.894000', '133950.896000', '133950.899000', '133950.902000', '133950.904000', '133950.907000', '133950.909000', '133950.912000', '133950.915000', '133950.917000', '133950.920000', '133950.923000', '133950.925000', '133950.928000', '133950.931000', '133950.933000', '133950.936000', '133950.939000', '133950.941000', '133950.944000', '133950.947000', '133950.949000', '133950.958000', '133950.961000', '133950.963000', '133950.966000', '133950.969000', '133950.971000', '133950.976000', '133950.979000', '133950.981000', '133950.984000', '133950.987000', '133950.989000', '134010.868000', '134010.870000', '134010.873000', '134010.876000', '134010.879000', '134010.882000', '134010.884000', '134010.887000', '134010.890000', '134010.893000', '134010.895000', '134010.898000', '134010.901000', '134010.903000', '134010.906000', '134010.908000', '134010.911000', '134010.914000', '134010.916000', '134010.919000', '134010.922000', '134010.924000', '134010.927000', '134010.930000', '134010.932000', '134010.935000', '134010.938000', '134010.940000', '134010.943000', '134010.946000', '134010.948000', '134010.951000', '134010.954000', '134010.956000', '134010.959000', '134010.962000', '134010.964000', '134010.967000', '134010.970000', '134010.972000', '134010.975000', '134010.977000', '134010.980000', '134030.867000', '134030.869000', '134030.872000', '134030.875000', '134030.878000', '134030.881000', '134030.883000', '134030.886000', '134030.889000', '134030.892000', '134030.894000', '134030.898000', '134030.901000', '134030.903000', '134030.906000', '134030.909000', '134030.911000', '134030.914000', '134030.917000', '134030.919000', '134030.922000', '134030.925000', '134030.927000', '134030.930000', '134030.932000', '134030.935000', '134030.938000', '134030.940000', '134030.943000', '134030.946000', '134030.949000', '134030.951000', '134030.954000', '134030.957000', '134030.959000', '134030.962000', '134030.965000', '134030.967000', '134030.970000', '134030.973000', '134030.975000', '134030.978000', '134030.981000', '134050.866000', '134050.872000', '134050.874000', '134050.877000', '134050.879000', '134050.882000', '134050.885000', '134050.887000', '134050.890000', '134050.892000', '134050.895000', '134050.898000', '134050.900000', '134050.903000', '134050.906000', '134050.908000', '134050.911000', '134050.914000', '134050.916000', '134050.919000', '134050.922000', '134050.924000', '134050.927000', '134050.929000', '134050.932000', '134050.935000', '134050.937000', '134050.940000', '134050.943000', '134050.945000', '134050.948000', '134050.951000', '134050.953000', '134050.956000', '134050.959000', '134050.961000', '134050.964000', '134050.967000', '134050.969000', '134050.972000', '134050.975000', '134050.977000', '134050.980000', '134050.983000', '134100.267000', '134100.270000', '134100.273000', '134100.276000', '134100.278000', '134100.281000', '134100.284000', '134100.287000', '134100.289000', '134100.292000', '134100.294000', '134100.297000', '134100.300000', '134100.302000', '134100.305000', '134100.308000', '134100.310000', '134100.313000', '134100.316000', '134100.319000', '134100.321000'], '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': [11272, 8891, 12521, 13042, 11519, 14583, 11098, 14880, 11047, 15039, 16145, 13222, 14906, 11075, 12974, 10604, 11590, 11747, 10172, 11169, 11751, 11184, 11241, 12130, 10764, 9209, 10209, 9483, 10631, 9568, 11624, 10568, 11983, 11402, 12007, 11231, 13403, 9925, 9564, 9123, 11290, 7786, 9877, 12900, 9339, 9782, 8944, 8785, 8089, 9879, 7488, 9752, 12012, 8878, 11063, 8868, 10975, 8441, 9236, 8370, 10513, 11813, 9815, 10452, 9670, 13483, 8936, 12008, 9816, 10871, 11687, 11251, 13793, 10675, 13898, 10776, 13050, 14041, 12366, 14341, 10315, 12622, 8781, 9738, 12500, 9974, 14358, 10035, 11540, 8992, 9850, 11138, 9780, 13482, 9364, 11593, 8640, 10540, 7487, 9958, 13808, 9354, 10696, 8356, 9062, 7791, 9849, 11545, 9967, 11216, 8868, 11758, 7927, 11350, 11908, 10320, 10076, 9944, 13427, 9220, 13078, 12552, 10581, 13629, 10861, 14415, 8712, 11876, 12049, 10517, 15159, 10479, 12122, 8859, 9990, 14892, 8936, 10947, 7669, 10155, 12420, 9648, 9586, 7577, 9444, 7602, 9965, 12581, 8759, 10040, 7790, 10549, 12495, 10385, 13342, 8626, 11675, 11398, 10464, 14776, 12451, 13907, 8526, 12142, 11054, 10357, 14412, 9406, 11961, 8168, 9974, 7993, 10433, 11272, 9991, 13639, 9016, 12373, 9229, 11901, 10760, 11261, 14239, 8785, 12560, 9654, 11307, 12822, 11194, 15525, 8867, 13083, 9555, 11841, 12570, 10816, 14770, 9083, 13078, 8538, 11374, 8086, 11913, 13171, 9822, 15166, 10020, 12361, 8521, 10600, 11034, 10817, 12914, 11563, 11402, 10573, 15260, 9994, 14440, 12576, 11527, 12331, 10305, 16837, 10805, 14773, 11522, 10755, 11879, 10282, 16545, 10456, 13275, 9466, 12572, 8315, 10151, 13583, 9187, 10719, 8700, 11312, 8144, 10116, 13853, 8959, 10917, 9231, 12392, 14182, 9912, 14728, 8750, 11792, 13309, 11399, 14103, 9358, 11666, 7863, 11327, 13526, 9784, 11592, 9552, 12282, 8091, 12171, 13158, 11192, 14436, 9715, 14711, 8373, 11598, 12828, 9991, 10060, 9669, 13651, 7789, 11782, 8567, 9956, 12766, 9227, 14446, 8494, 10635, 9616, 11520, 14451, 9107, 12664, 9786, 10444, 13897, 9823, 14855, 8598, 11309, 8831, 11054, 13938, 10439, 13577, 8464, 10121, 10722, 9786, 14410, 9240, 11771, 8665, 9852, 15232, 8965, 11180, 9375, 11198, 9108, 9097, 10904, 7525, 9975, 10991, 9336, 12996, 8629, 13478, 8941, 10494, 13187, 11022, 15659, 8728, 12143, 9914, 10114, 15358, 11872, 14979, 8051, 11744, 12776, 10862, 13984, 10254, 14933, 9144, 11350, 13990, 11106, 10834, 9972, 16049, 8905, 11348, 11164, 11367, 7808, 10156, 15344, 8089, 10602, 7988, 11611, 8176, 9679, 7748, 10970, 10203, 10613, 11586, 10452, 14337, 8698, 12400, 9810, 9798, 7936, 11012, 12741, 11488, 14843, 12637, 14380, 9763, 13489, 11368, 11336, 15231, 14436, 14616, 10111, 13419, 9064, 12486, 13612, 10962, 12969, 10368, 13203, 9276, 12614, 10187, 10825, 9543, 10570, 14012, 9994, 12032, 8720, 11786, 8573, 10603, 9011, 10738, 14009, 9970, 13533, 8713, 11968, 8175, 9354, 7829, 10182, 13441, 9382, 11811, 8764, 10819, 8357, 10252, 8557, 10150, 8250, 8952, 7535, 9599, 11442, 8904, 13173, 8725, 11518, 8497, 11691, 9531, 10496, 12796, 10431, 13905, 9822, 12613, 8507, 13459, 11955, 10594, 14571, 11543, 13845, 9937, 12687, 8758, 10457, 13511, 9726, 12753, 8425, 11375, 8853, 10421, 8836, 9635, 14037, 9165, 10938, 8937, 11369, 8482, 10316, 12339, 9878, 9185, 9505, 13256, 8550, 11619, 9208, 10245, 8470, 10006, 12013, 9646, 13837, 9230, 11435, 7921, 12335, 11425, 9850, 14181, 9876, 11084, 8174, 11575, 10773, 9899, 14473, 8762, 10981, 9754, 11374, 13332, 9625, 13645, 8407, 11140, 12672, 10117, 13542, 9031, 11551, 8094, 10049, 13730, 9192, 11569, 8190, 10422, 7617, 9789, 12850, 8731, 9392, 7829, 10293, 8946, 9746, 12023, 8114, 10354, 12074, 9360, 12061, 8677, 11869, 10157, 10009, 13958, 9896, 13004, 8551, 11704, 12251, 9904, 14513, 9026, 11421, 13628, 10091, 12127, 8745, 11667, 9435, 10229, 14411, 9710, 11683, 8132, 11269, 8108, 9542, 13857, 8579, 10705, 8095, 11451, 8806, 9889, 14033, 8802, 11962, 10269, 10816, 8200, 9843, 13689, 9274, 13845, 10560, 10395, 14508, 10708, 14359, 8413, 11146, 10042, 10891, 13586, 10736, 14638, 9285, 12956, 10102, 10754, 14666, 11601, 13067, 8625, 9178, 7819, 9857, 12404, 8578, 10589, 7951, 9160, 7847, 9475, 13676, 9887, 12783, 8412, 10232, 12197, 8987, 13531, 8365, 9929, 9841, 10652, 8756, 9251, 14185, 8615, 10174, 10126, 10776, 8273, 9258, 13787, 8692, 13600, 9776, 10117, 13392, 10163, 13853, 8401, 10637, 9867, 9698, 14621, 9849, 11046, 8196, 11525, 10506, 9616, 14618, 9995, 11180, 8020, 9856, 11737, 9324, 13706, 8703, 9861, 8548, 11416, 10497, 9222, 13860, 8187, 10168, 8613, 11690, 9456, 9493, 14568, 8707, 13808, 9464, 10686, 8847, 9966, 12990, 9744, 14317, 8618, 10441, 11087, 10359, 13056, 8745, 13364, 8254, 10238, 13216, 10030, 12303, 8737, 13554, 7926, 9902, 12613, 9060, 13272, 8949, 10519, 8545, 9549, 13784, 8607, 12572, 8293, 10778, 8488, 9541, 12730, 8800, 13175, 9132, 10757, 8428, 10866, 9945, 9240, 14293, 9141, 13447, 9669, 11365, 8465, 10050, 15049, 10245, 14217, 10126, 11024, 13841, 10761, 15291, 8772, 11830, 10006, 9698, 13695, 9240, 11131, 8223, 10175, 9036, 9172, 13790, 9213, 10644, 8054, 10007, 9481, 9525, 12888, 10315, 11484, 9119, 13663, 8400, 10849, 10798, 11038, 11606, 9786, 14672, 10398, 14239, 11127, 12650, 10114, 9713, 15111, 10857, 13810, 11416, 11376, 9386, 10008, 14215, 9933, 12647, 10753, 11549, 13527, 10921, 14978, 9176, 12679, 10018, 11059, 13986, 11119, 13416, 9400, 12295, 7782, 10899, 11314, 10570, 12672, 9551, 14166, 8345, 10304, 14580, 9167, 13156, 8752, 10611, 8001, 9691, 14158, 8733, 12585, 8402, 10603, 8162, 9697, 12901, 8857, 13092, 10505, 11312, 8559, 10054, 10947, 9638, 14812, 11535, 14191, 9055, 13687, 10471, 9956, 15303, 12627, 14118, 9277, 14186, 9848, 10941, 15556, 11901, 14652, 10290, 11885, 8185, 10081, 14880, 9231, 13528, 10323, 10927, 8230, 10241, 14093, 9246, 12254, 8084, 10223, 10043, 10381], 'WindowCenter': [4105.0, 4131.0, 4204.0, 4203.0, 4189.0, 4183.0, 4483.0, 4617.0, 4446.0, 4411.0, 4398.0, 4344.0, 4284.0, 4234.0, 4230.0, 4206.0, 4230.0, 4214.0, 4203.0, 4227.0, 4224.0, 4229.0, 4212.0, 4228.0, 4214.0, 4196.0, 4207.0, 4208.0, 4218.0, 4208.0, 4231.0, 4218.0, 4242.0, 4233.0, 4227.0, 4217.0, 4226.0, 4205.0, 4205.0, 4208.0, 4231.0, 4201.0, 4234.0, 4241.0, 4224.0, 4221.0, 4224.0, 4213.0, 4225.0, 4248.0, 4204.0, 4237.0, 4271.0, 4257.0, 4260.0, 4241.0, 4260.0, 4240.0, 4239.0, 4241.0, 4276.0, 4270.0, 4253.0, 4260.0, 4263.0, 4269.0, 4239.0, 4271.0, 4250.0, 4261.0, 4269.0, 4271.0, 4271.0, 4259.0, 4270.0, 4248.0, 4259.0, 4256.0, 4257.0, 4256.0, 4236.0, 4244.0, 4213.0, 4236.0, 4243.0, 4234.0, 4253.0, 4222.0, 4232.0, 4223.0, 4235.0, 4242.0, 4235.0, 4254.0, 4225.0, 4244.0, 4225.0, 4247.0, 4204.0, 4237.0, 4266.0, 4237.0, 4246.0, 4227.0, 4238.0, 4218.0, 4249.0, 4259.0, 4249.0, 4259.0, 4251.0, 4271.0, 4231.0, 4273.0, 4271.0, 4262.0, 4250.0, 4262.0, 4271.0, 4251.0, 4272.0, 4258.0, 4261.0, 4268.0, 4259.0, 4269.0, 4238.0, 4260.0, 4270.0, 4261.0, 4278.0, 4263.0, 4270.0, 4237.0, 4248.0, 4266.0, 4238.0, 4246.0, 4215.0, 4249.0, 4254.0, 4247.0, 4236.0, 4215.0, 4248.0, 4226.0, 4261.0, 4268.0, 4239.0, 4250.0, 4229.0, 4261.0, 4268.0, 4260.0, 4269.0, 4239.0, 4260.0, 4257.0, 4248.0, 4268.0, 4268.0, 4267.0, 4238.0, 4258.0, 4257.0, 4260.0, 4278.0, 4239.0, 4258.0, 4240.0, 4250.0, 4240.0, 4262.0, 4258.0, 4262.0, 4279.0, 4251.0, 4271.0, 4250.0, 4272.0, 4259.0, 4272.0, 4279.0, 4240.0, 4269.0, 4249.0, 4261.0, 4269.0, 4261.0, 4279.0, 4251.0, 4269.0, 4249.0, 4271.0, 4268.0, 4260.0, 4277.0, 4240.0, 4270.0, 4240.0, 4270.0, 4229.0, 4272.0, 4268.0, 4261.0, 4281.0, 4250.0, 4268.0, 4240.0, 4262.0, 4259.0, 4262.0, 4269.0, 4271.0, 4259.0, 4261.0, 4280.0, 4249.0, 4280.0, 4259.0, 4259.0, 4255.0, 4247.0, 4276.0, 4247.0, 4267.0, 4244.0, 4245.0, 4242.0, 4233.0, 4263.0, 4245.0, 4254.0, 4223.0, 4253.0, 4211.0, 4245.0, 4253.0, 4235.0, 4246.0, 4224.0, 4246.0, 4213.0, 4247.0, 4264.0, 4236.0, 4246.0, 4235.0, 4257.0, 4264.0, 4235.0, 4265.0, 4224.0, 4256.0, 4253.0, 4245.0, 4263.0, 4239.0, 4245.0, 4214.0, 4246.0, 4253.0, 4236.0, 4253.0, 4245.0, 4256.0, 4226.0, 4257.0, 4266.0, 4257.0, 4264.0, 4235.0, 4265.0, 4226.0, 4258.0, 4255.0, 4247.0, 4246.0, 4248.0, 4267.0, 4217.0, 4258.0, 4237.0, 4249.0, 4267.0, 4249.0, 4279.0, 4239.0, 4261.0, 4247.0, 4260.0, 4267.0, 4240.0, 4270.0, 4248.0, 4249.0, 4265.0, 4247.0, 4277.0, 4238.0, 4258.0, 4238.0, 4260.0, 4265.0, 4248.0, 4267.0, 4228.0, 4249.0, 4245.0, 4248.0, 4267.0, 4237.0, 4259.0, 4237.0, 4248.0, 4277.0, 4236.0, 4258.0, 4237.0, 4259.0, 4235.0, 4249.0, 4258.0, 4229.0, 4261.0, 4258.0, 4251.0, 4279.0, 4241.0, 4281.0, 4249.0, 4261.0, 4268.0, 4261.0, 4279.0, 4240.0, 4271.0, 4249.0, 4261.0, 4279.0, 4269.0, 4278.0, 4228.0, 4270.0, 4267.0, 4259.0, 4266.0, 4249.0, 4278.0, 4237.0, 4259.0, 4265.0, 4247.0, 4245.0, 4248.0, 4275.0, 4236.0, 4257.0, 4244.0, 4258.0, 4214.0, 4248.0, 4277.0, 4201.0, 4152.0, 4151.0, 4193.0, 4226.0, 4250.0, 4243.0, 4287.0, 4287.0, 4272.0, 4268.0, 4260.0, 4264.0, 4224.0, 4257.0, 4247.0, 4250.0, 4228.0, 4272.0, 4280.0, 4272.0, 4278.0, 4267.0, 4264.0, 4233.0, 4254.0, 4244.0, 4245.0, 4252.0, 4253.0, 4250.0, 4231.0, 4251.0, 4210.0, 4240.0, 4238.0, 4230.0, 4236.0, 4219.0, 4238.0, 4221.0, 4241.0, 4220.0, 4231.0, 4219.0, 4232.0, 4249.0, 4220.0, 4239.0, 4209.0, 4240.0, 4210.0, 4232.0, 4219.0, 4244.0, 4252.0, 4233.0, 4255.0, 4236.0, 4257.0, 4225.0, 4234.0, 4213.0, 4248.0, 4265.0, 4235.0, 4254.0, 4238.0, 4259.0, 4270.0, 4293.0, 4269.0, 4261.0, 4241.0, 4222.0, 4197.0, 4246.0, 4257.0, 4248.0, 4268.0, 4239.0, 4259.0, 4238.0, 4270.0, 4251.0, 4262.0, 4268.0, 4261.0, 4269.0, 4248.0, 4269.0, 4238.0, 4279.0, 4255.0, 4258.0, 4266.0, 4256.0, 4267.0, 4236.0, 4254.0, 4223.0, 4246.0, 4252.0, 4235.0, 4254.0, 4223.0, 4245.0, 4235.0, 4247.0, 4233.0, 4248.0, 4266.0, 4237.0, 4256.0, 4240.0, 4257.0, 4238.0, 4260.0, 4267.0, 4249.0, 4237.0, 4250.0, 4281.0, 4239.0, 4273.0, 4262.0, 4274.0, 4253.0, 4264.0, 4272.0, 4263.0, 4281.0, 4250.0, 4271.0, 4240.0, 4284.0, 4271.0, 4262.0, 4281.0, 4261.0, 4261.0, 4241.0, 4272.0, 4259.0, 4259.0, 4278.0, 4239.0, 4260.0, 4248.0, 4270.0, 4266.0, 4250.0, 4278.0, 4227.0, 4259.0, 4266.0, 4248.0, 4266.0, 4238.0, 4257.0, 4226.0, 4249.0, 4267.0, 4239.0, 4259.0, 4238.0, 4259.0, 4226.0, 4250.0, 4268.0, 4238.0, 4250.0, 4229.0, 4260.0, 4238.0, 4251.0, 4270.0, 4240.0, 4262.0, 4269.0, 4251.0, 4268.0, 4251.0, 4272.0, 4258.0, 4262.0, 4280.0, 4252.0, 4270.0, 4240.0, 4270.0, 4256.0, 4249.0, 4268.0, 4237.0, 4261.0, 4266.0, 4248.0, 4267.0, 4238.0, 4269.0, 4248.0, 4261.0, 4279.0, 4249.0, 4258.0, 4228.0, 4259.0, 4227.0, 4250.0, 4279.0, 4251.0, 4260.0, 4228.0, 4270.0, 4249.0, 4263.0, 4280.0, 4250.0, 4271.0, 4260.0, 4261.0, 4239.0, 4262.0, 4279.0, 4250.0, 4281.0, 4258.0, 4261.0, 4279.0, 4259.0, 4277.0, 4238.0, 4260.0, 4249.0, 4259.0, 4267.0, 4260.0, 4275.0, 4238.0, 4268.0, 4247.0, 4259.0, 4266.0, 4257.0, 4265.0, 4237.0, 4236.0, 4216.0, 4249.0, 4267.0, 4238.0, 4258.0, 4240.0, 4250.0, 4240.0, 4263.0, 4280.0, 4262.0, 4271.0, 4240.0, 4262.0, 4268.0, 4250.0, 4281.0, 4240.0, 4251.0, 4249.0, 4263.0, 4240.0, 4252.0, 4281.0, 4251.0, 4262.0, 4260.0, 4272.0, 4240.0, 4264.0, 4281.0, 4252.0, 4284.0, 4262.0, 4264.0, 4280.0, 4261.0, 4280.0, 4254.0, 4276.0, 4261.0, 4264.0, 4293.0, 4261.0, 4260.0, 4241.0, 4272.0, 4261.0, 4262.0, 4281.0, 4261.0, 4271.0, 4242.0, 4263.0, 4270.0, 4251.0, 4280.0, 4251.0, 4251.0, 4240.0, 4270.0, 4258.0, 4251.0, 4279.0, 4240.0, 4260.0, 4239.0, 4271.0, 4250.0, 4262.0, 4280.0, 4251.0, 4281.0, 4249.0, 4260.0, 4250.0, 4262.0, 4279.0, 4251.0, 4281.0, 4252.0, 4262.0, 4259.0, 4262.0, 4279.0, 4251.0, 4281.0, 4240.0, 4262.0, 4269.0, 4262.0, 4269.0, 4251.0, 4281.0, 4241.0, 4262.0, 4269.0, 4251.0, 4280.0, 4251.0, 4260.0, 4239.0, 4262.0, 4281.0, 4252.0, 4271.0, 4242.0, 4261.0, 4239.0, 4262.0, 4269.0, 4265.0, 4281.0, 4252.0, 4272.0, 4254.0, 4274.0, 4261.0, 4263.0, 4291.0, 4263.0, 4282.0, 4262.0, 4272.0, 4240.0, 4264.0, 4290.0, 4261.0, 4280.0, 4259.0, 4261.0, 4278.0, 4260.0, 4278.0, 4239.0, 4258.0, 4249.0, 4250.0, 4278.0, 4249.0, 4257.0, 4240.0, 4274.0, 4250.0, 4252.0, 4279.0, 4249.0, 4259.0, 4239.0, 4261.0, 4250.0, 4262.0, 4284.0, 4275.0, 4271.0, 4254.0, 4293.0, 4254.0, 4274.0, 4270.0, 4274.0, 4271.0, 4277.0, 4292.0, 4261.0, 4283.0, 4259.0, 4270.0, 4247.0, 4250.0, 4278.0, 4260.0, 4279.0, 4257.0, 4256.0, 4234.0, 4249.0, 4266.0, 4246.0, 4267.0, 4257.0, 4258.0, 4266.0, 4247.0, 4264.0, 4235.0, 4256.0, 4248.0, 4258.0, 4265.0, 4256.0, 4265.0, 4236.0, 4256.0, 4226.0, 4258.0, 4255.0, 4258.0, 4266.0, 4248.0, 4278.0, 4236.0, 4249.0, 4276.0, 4237.0, 4267.0, 4238.0, 4257.0, 4225.0, 4249.0, 4277.0, 4239.0, 4268.0, 4226.0, 4258.0, 4237.0, 4250.0, 4266.0, 4249.0, 4281.0, 4259.0, 4259.0, 4239.0, 4260.0, 4258.0, 4261.0, 4279.0, 4271.0, 4280.0, 4250.0, 4280.0, 4258.0, 4250.0, 4277.0, 4268.0, 4266.0, 4248.0, 4277.0, 4247.0, 4258.0, 4276.0, 4257.0, 4266.0, 4245.0, 4256.0, 4224.0, 4246.0, 4264.0, 4237.0, 4266.0, 4243.0, 4245.0, 4223.0, 4248.0, 4264.0, 4236.0, 4255.0, 4224.0, 4247.0, 4246.0, 4261.0], 'WindowWidth': [9137.0, 9201.0, 9328.0, 9321.0, 9296.0, 9275.0, 9867.0, 10121.0, 9799.0, 9719.0, 9698.0, 9596.0, 9478.0, 9384.0, 9373.0, 9334.0, 9372.0, 9338.0, 9324.0, 9364.0, 9354.0, 9369.0, 9335.0, 9366.0, 9340.0, 9319.0, 9335.0, 9340.0, 9351.0, 9341.0, 9374.0, 9355.0, 9391.0, 9384.0, 9362.0, 9351.0, 9359.0, 9331.0, 9331.0, 9338.0, 9376.0, 9340.0, 9385.0, 9390.0, 9372.0, 9364.0, 9372.0, 9356.0, 9379.0, 9413.0, 9346.0, 9396.0, 9447.0, 9442.0, 9432.0, 9406.0, 9433.0, 9408.0, 9403.0, 9411.0, 9465.0, 9447.0, 9427.0, 9432.0, 9441.0, 9446.0, 9402.0, 9450.0, 9419.0, 9436.0, 9444.0, 9451.0, 9451.0, 9430.0, 9446.0, 9410.0, 9429.0, 9421.0, 9421.0, 9421.0, 9393.0, 9401.0, 9356.0, 9392.0, 9396.0, 9386.0, 9412.0, 9368.0, 9382.0, 9369.0, 9388.0, 9394.0, 9388.0, 9413.0, 9377.0, 9401.0, 9376.0, 9408.0, 9347.0, 9396.0, 9434.0, 9397.0, 9407.0, 9385.0, 9401.0, 9373.0, 9419.0, 9428.0, 9419.0, 9430.0, 9424.0, 9449.0, 9396.0, 9457.0, 9449.0, 9440.0, 9420.0, 9441.0, 9451.0, 9422.0, 9453.0, 9426.0, 9434.0, 9440.0, 9430.0, 9442.0, 9401.0, 9434.0, 9445.0, 9434.0, 9454.0, 9442.0, 9447.0, 9400.0, 9415.0, 9435.0, 9400.0, 9409.0, 9364.0, 9416.0, 9418.0, 9410.0, 9396.0, 9367.0, 9415.0, 9383.0, 9436.0, 9442.0, 9405.0, 9419.0, 9390.0, 9438.0, 9441.0, 9434.0, 9443.0, 9402.0, 9433.0, 9423.0, 9416.0, 9441.0, 9441.0, 9437.0, 9399.0, 9428.0, 9424.0, 9435.0, 9455.0, 9402.0, 9427.0, 9408.0, 9421.0, 9408.0, 9439.0, 9428.0, 9438.0, 9459.0, 9424.0, 9452.0, 9422.0, 9452.0, 9430.0, 9452.0, 9458.0, 9407.0, 9446.0, 9417.0, 9437.0, 9442.0, 9437.0, 9458.0, 9423.0, 9445.0, 9417.0, 9451.0, 9441.0, 9433.0, 9453.0, 9407.0, 9447.0, 9406.0, 9448.0, 9391.0, 9452.0, 9443.0, 9437.0, 9463.0, 9421.0, 9442.0, 9409.0, 9442.0, 9428.0, 9438.0, 9442.0, 9449.0, 9430.0, 9437.0, 9462.0, 9419.0, 9462.0, 9427.0, 9427.0, 9418.0, 9412.0, 9449.0, 9410.0, 9439.0, 9402.0, 9403.0, 9396.0, 9388.0, 9427.0, 9403.0, 9415.0, 9370.0, 9412.0, 9353.0, 9404.0, 9412.0, 9392.0, 9407.0, 9376.0, 9408.0, 9360.0, 9411.0, 9430.0, 9394.0, 9407.0, 9391.0, 9424.0, 9427.0, 9393.0, 9431.0, 9376.0, 9422.0, 9412.0, 9403.0, 9425.0, 9403.0, 9405.0, 9363.0, 9407.0, 9411.0, 9395.0, 9414.0, 9408.0, 9422.0, 9380.0, 9425.0, 9433.0, 9424.0, 9429.0, 9394.0, 9434.0, 9382.0, 9428.0, 9418.0, 9410.0, 9408.0, 9414.0, 9439.0, 9371.0, 9428.0, 9398.0, 9419.0, 9437.0, 9419.0, 9457.0, 9405.0, 9437.0, 9412.0, 9433.0, 9439.0, 9406.0, 9447.0, 9413.0, 9418.0, 9433.0, 9411.0, 9451.0, 9401.0, 9429.0, 9399.0, 9434.0, 9434.0, 9412.0, 9440.0, 9387.0, 9416.0, 9407.0, 9415.0, 9438.0, 9399.0, 9428.0, 9397.0, 9415.0, 9452.0, 9397.0, 9428.0, 9395.0, 9430.0, 9392.0, 9419.0, 9428.0, 9394.0, 9438.0, 9428.0, 9424.0, 9459.0, 9412.0, 9465.0, 9420.0, 9439.0, 9441.0, 9436.0, 9459.0, 9408.0, 9451.0, 9417.0, 9437.0, 9455.0, 9444.0, 9455.0, 9387.0, 9447.0, 9437.0, 9431.0, 9434.0, 9416.0, 9455.0, 9398.0, 9429.0, 9430.0, 9410.0, 9404.0, 9413.0, 9446.0, 9396.0, 9426.0, 9404.0, 9426.0, 9362.0, 9416.0, 9454.0, 9338.0, 9225.0, 9242.0, 9304.0, 9380.0, 9424.0, 9418.0, 9486.0, 9485.0, 9460.0, 9444.0, 9433.0, 9431.0, 9378.0, 9426.0, 9412.0, 9420.0, 9389.0, 9455.0, 9462.0, 9456.0, 9458.0, 9438.0, 9431.0, 9386.0, 9416.0, 9401.0, 9405.0, 9410.0, 9412.0, 9406.0, 9381.0, 9407.0, 9350.0, 9391.0, 9382.0, 9374.0, 9379.0, 9359.0, 9385.0, 9364.0, 9393.0, 9362.0, 9380.0, 9359.0, 9381.0, 9399.0, 9362.0, 9387.0, 9348.0, 9391.0, 9350.0, 9384.0, 9362.0, 9402.0, 9410.0, 9386.0, 9419.0, 9398.0, 9425.0, 9378.0, 9391.0, 9360.0, 9414.0, 9433.0, 9395.0, 9419.0, 9403.0, 9432.0, 9466.0, 9500.0, 9466.0, 9435.0, 9409.0, 9368.0, 9330.0, 9411.0, 9429.0, 9419.0, 9442.0, 9406.0, 9432.0, 9405.0, 9449.0, 9423.0, 9442.0, 9441.0, 9437.0, 9446.0, 9417.0, 9445.0, 9401.0, 9459.0, 9420.0, 9429.0, 9437.0, 9422.0, 9437.0, 9392.0, 9415.0, 9373.0, 9408.0, 9411.0, 9391.0, 9417.0, 9374.0, 9405.0, 9392.0, 9411.0, 9389.0, 9415.0, 9437.0, 9400.0, 9422.0, 9406.0, 9428.0, 9401.0, 9435.0, 9437.0, 9419.0, 9400.0, 9423.0, 9464.0, 9408.0, 9456.0, 9442.0, 9462.0, 9430.0, 9448.0, 9454.0, 9447.0, 9466.0, 9423.0, 9453.0, 9410.0, 9473.0, 9451.0, 9441.0, 9467.0, 9437.0, 9436.0, 9412.0, 9455.0, 9430.0, 9434.0, 9457.0, 9405.0, 9434.0, 9413.0, 9446.0, 9436.0, 9420.0, 9456.0, 9386.0, 9433.0, 9435.0, 9414.0, 9435.0, 9401.0, 9427.0, 9384.0, 9420.0, 9440.0, 9405.0, 9432.0, 9402.0, 9432.0, 9383.0, 9422.0, 9442.0, 9404.0, 9422.0, 9392.0, 9436.0, 9401.0, 9424.0, 9447.0, 9410.0, 9442.0, 9443.0, 9424.0, 9443.0, 9425.0, 9455.0, 9430.0, 9441.0, 9463.0, 9426.0, 9447.0, 9406.0, 9449.0, 9422.0, 9417.0, 9442.0, 9400.0, 9436.0, 9436.0, 9415.0, 9438.0, 9405.0, 9446.0, 9415.0, 9438.0, 9458.0, 9417.0, 9429.0, 9391.0, 9434.0, 9388.0, 9424.0, 9461.0, 9424.0, 9435.0, 9391.0, 9448.0, 9419.0, 9446.0, 9463.0, 9424.0, 9452.0, 9434.0, 9437.0, 9405.0, 9442.0, 9460.0, 9423.0, 9466.0, 9429.0, 9437.0, 9457.0, 9432.0, 9454.0, 9404.0, 9436.0, 9419.0, 9433.0, 9438.0, 9432.0, 9450.0, 9401.0, 9441.0, 9411.0, 9432.0, 9434.0, 9425.0, 9433.0, 9399.0, 9397.0, 9370.0, 9420.0, 9439.0, 9404.0, 9430.0, 9410.0, 9423.0, 9408.0, 9444.0, 9462.0, 9440.0, 9451.0, 9410.0, 9442.0, 9442.0, 9424.0, 9464.0, 9411.0, 9425.0, 9419.0, 9443.0, 9409.0, 9429.0, 9465.0, 9426.0, 9441.0, 9435.0, 9454.0, 9411.0, 9448.0, 9465.0, 9430.0, 9473.0, 9440.0, 9447.0, 9462.0, 9440.0, 9464.0, 9437.0, 9471.0, 9440.0, 9449.0, 9486.0, 9440.0, 9437.0, 9413.0, 9457.0, 9435.0, 9443.0, 9466.0, 9437.0, 9451.0, 9417.0, 9445.0, 9449.0, 9428.0, 9462.0, 9427.0, 9424.0, 9408.0, 9450.0, 9428.0, 9425.0, 9458.0, 9410.0, 9436.0, 9406.0, 9451.0, 9422.0, 9443.0, 9462.0, 9427.0, 9465.0, 9419.0, 9436.0, 9421.0, 9442.0, 9460.0, 9427.0, 9465.0, 9428.0, 9443.0, 9433.0, 9441.0, 9460.0, 9427.0, 9465.0, 9410.0, 9443.0, 9444.0, 9442.0, 9446.0, 9427.0, 9465.0, 9413.0, 9442.0, 9445.0, 9428.0, 9464.0, 9424.0, 9438.0, 9407.0, 9441.0, 9466.0, 9430.0, 9452.0, 9414.0, 9439.0, 9407.0, 9441.0, 9445.0, 9452.0, 9467.0, 9429.0, 9455.0, 9438.0, 9462.0, 9439.0, 9447.0, 9480.0, 9447.0, 9469.0, 9443.0, 9457.0, 9412.0, 9450.0, 9478.0, 9440.0, 9464.0, 9434.0, 9439.0, 9455.0, 9434.0, 9456.0, 9405.0, 9430.0, 9418.0, 9423.0, 9455.0, 9420.0, 9428.0, 9409.0, 9461.0, 9422.0, 9430.0, 9458.0, 9420.0, 9432.0, 9407.0, 9438.0, 9421.0, 9443.0, 9474.0, 9465.0, 9453.0, 9434.0, 9487.0, 9434.0, 9462.0, 9449.0, 9461.0, 9451.0, 9469.0, 9484.0, 9440.0, 9470.0, 9431.0, 9448.0, 9413.0, 9422.0, 9457.0, 9434.0, 9460.0, 9424.0, 9425.0, 9391.0, 9418.0, 9437.0, 9410.0, 9440.0, 9426.0, 9430.0, 9435.0, 9412.0, 9432.0, 9394.0, 9423.0, 9416.0, 9430.0, 9432.0, 9423.0, 9433.0, 9398.0, 9424.0, 9384.0, 9429.0, 9420.0, 9429.0, 9435.0, 9418.0, 9455.0, 9398.0, 9421.0, 9451.0, 9400.0, 9441.0, 9405.0, 9428.0, 9382.0, 9419.0, 9454.0, 9406.0, 9442.0, 9386.0, 9431.0, 9401.0, 9423.0, 9440.0, 9423.0, 9463.0, 9434.0, 9432.0, 9407.0, 9437.0, 9430.0, 9441.0, 9462.0, 9453.0, 9463.0, 9425.0, 9465.0, 9430.0, 9423.0, 9453.0, 9442.0, 9438.0, 9417.0, 9456.0, 9412.0, 9431.0, 9452.0, 9426.0, 9437.0, 9406.0, 9422.0, 9377.0, 9412.0, 9432.0, 9399.0, 9437.0, 9403.0, 9407.0, 9376.0, 9416.0, 9432.0, 9397.0, 9421.0, 9380.0, 9413.0, 9409.0, 9440.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.0074249598163031</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02817903788748565</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.625553679287385</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3788910034712656</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0856648423448274</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4755</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7612.167</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10150470334148474</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>70</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.036739380022961</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3192909683615985</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2383129466344607</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4976118495432025</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2219481089071325</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0531116</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0016523358644917607</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025448674336075783</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.1945619236987115</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>22.9615</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3791</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.855</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297312.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>712.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.697</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.794</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.8762</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3455.7479</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3645.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79232.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1364.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4451.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>868.9768</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.603715192410164</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> |