=== 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-0081 --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-0081",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0081_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0081_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0081/ses-04/func/sub-0081_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>d81ea7e6be9217ac5635a636f4f67b65</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>15:36:12.987500</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.988788, 0.123504, -0.0839404, -0.118081, 0.990756, 0.0667743]</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0924284</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4110, -7715, -7308, 549, -10, -67, 65, 48]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.893</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>fe2f3925-935d-4965-bfc2-464dd05a801e||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.6528446674346924, -0.3168022930622101, -0.2468107044696808, 134.1791229248047], [-0.33135107159614563, 2.6581268310546875, 0.15150736272335052, -80.68218231201172], [-0.22520603239536285, -0.1791505515575409, 2.6844234466552734, -70.10169219970703], [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': ['153612.987500', '153613.447500', '153613.907500', '153614.367500', '153614.827500', '153615.287500', '153615.747500', '153616.207500', '153616.667500', '153617.127500', '153617.587500', '153618.047500', '153618.507500', '153618.967500', '153619.427500', '153619.887500', '153620.347500', '153620.807500', '153621.267500', '153621.727500', '153622.187500', '153622.647500', '153623.107500', '153623.567500', '153624.027500', '153624.487500', '153624.947500', '153625.407500', '153625.867500', '153626.327500', '153626.787500', '153627.247500', '153627.707500', '153628.167500', '153628.627500', '153629.087500', '153629.547500', '153630.007500', '153630.467500', '153630.927500', '153631.387500', '153631.847500', '153632.307500', '153632.767500', '153633.227500', '153633.687500', '153634.147500', '153634.607500', '153635.067500', '153635.527500', '153635.987500', '153636.447500', '153636.907500', '153637.367500', '153637.827500', '153638.287500', '153638.747500', '153639.207500', '153639.667500', '153640.127500', '153640.587500', '153641.047500', '153641.507500', '153641.967500', '153642.427500', '153642.887500', '153643.347500', '153643.807500', '153644.267500', '153644.727500', '153645.187500', '153645.647500', '153646.107500', '153646.567500', '153647.027500', '153647.487500', '153647.947500', '153648.407500', '153648.867500', '153649.327500', '153649.787500', '153650.247500', '153650.707500', '153651.167500', '153651.627500', '153652.087500', '153652.547500', '153653.007500', '153653.467500', '153653.927500', '153654.387500', '153654.847500', '153655.307500', '153655.767500', '153656.227500', '153656.687500', '153657.147500', '153657.607500', '153658.067500', '153658.527500', '153658.987500', '153659.447500', '153659.907500', '153700.367500', '153700.827500', '153701.287500', '153701.747500', '153702.207500', '153702.667500', '153703.127500', '153703.587500', '153704.047500', '153704.507500', '153704.967500', '153705.427500', '153705.887500', '153706.347500', '153706.807500', '153707.267500', '153707.727500', '153708.187500', '153708.647500', '153709.107500', '153709.567500', '153710.027500', '153710.487500', '153710.947500', '153711.407500', '153711.867500', '153712.327500', '153712.787500', '153713.247500', '153713.707500', '153714.167500', '153714.627500', '153715.087500', '153715.547500', '153716.007500', '153716.467500', '153716.927500', '153717.387500', '153717.847500', '153718.307500', '153718.767500', '153719.227500', '153719.687500', '153720.147500', '153720.607500', '153721.067500', '153721.527500', '153721.987500', '153722.447500', '153722.907500', '153723.367500', '153723.827500', '153724.287500', '153724.747500', '153725.207500', '153725.667500', '153726.127500', '153726.587500', '153727.047500', '153727.507500', '153727.967500', '153728.427500', '153728.887500', '153729.347500', '153729.807500', '153730.267500', '153730.727500', '153731.187500', '153731.647500', '153732.107500', '153732.567500', '153733.027500', '153733.487500', '153733.947500', '153734.407500', '153734.867500', '153735.327500', '153735.787500', '153736.247500', '153736.707500', '153737.167500', '153737.627500', '153738.087500', '153738.547500', '153739.007500', '153739.467500', '153739.927500', '153740.387500', '153740.847500', '153741.307500', '153741.767500', '153742.227500', '153742.687500', '153743.147500', '153743.607500', '153744.067500', '153744.527500', '153744.987500', '153745.447500', '153745.907500', '153746.367500', '153746.827500', '153747.287500', '153747.747500', '153748.207500', '153748.667500', '153749.127500', '153749.587500', '153750.047500', '153750.507500', '153750.967500', '153751.427500', '153751.887500', '153752.347500', '153752.807500', '153753.267500', '153753.727500', '153754.187500', '153754.647500', '153755.107500', '153755.567500', '153756.027500', '153756.487500', '153756.947500', '153757.407500', '153757.867500', '153758.327500', '153758.787500', '153759.247500', '153759.707500', '153800.167500', '153800.627500', '153801.087500', '153801.547500', '153802.007500', '153802.467500', '153802.927500', '153803.387500', '153803.847500', '153804.307500', '153804.767500', '153805.227500', '153805.687500', '153806.147500', '153806.607500', '153807.067500', '153807.527500', '153807.987500', '153808.447500', '153808.907500', '153809.367500', '153809.827500', '153810.287500', '153810.747500', '153811.207500', '153811.667500', '153812.127500', '153812.587500', '153813.047500', '153813.507500', '153813.967500', '153814.427500', '153814.887500', '153815.347500', '153815.807500', '153816.267500', '153816.727500', '153817.187500', '153817.647500', '153818.107500', '153818.567500', '153819.027500', '153819.487500', '153819.947500', '153820.407500', '153820.867500', '153821.327500', '153821.787500', '153822.247500', '153822.707500', '153823.167500', '153823.627500', '153824.087500', '153824.547500', '153825.007500', '153825.467500', '153825.927500', '153826.387500', '153826.847500', '153827.307500', '153827.767500', '153828.227500', '153828.687500', '153829.147500', '153829.607500', '153830.067500', '153830.527500', '153830.987500', '153831.447500', '153831.907500', '153832.367500', '153832.827500', '153833.287500', '153833.747500', '153834.207500', '153834.667500', '153835.127500', '153835.587500', '153836.047500', '153836.507500', '153836.967500', '153837.427500', '153837.887500', '153838.347500', '153838.807500', '153839.267500', '153839.727500', '153840.187500', '153840.647500', '153841.107500', '153841.567500', '153842.027500', '153842.487500', '153842.947500', '153843.407500', '153843.867500', '153844.327500', '153844.787500', '153845.247500', '153845.707500', '153846.167500', '153846.627500', '153847.087500', '153847.547500', '153848.007500', '153848.467500', '153848.927500', '153849.387500', '153849.847500', '153850.307500', '153850.767500', '153851.227500', '153851.687500', '153852.147500', '153852.607500', '153853.067500', '153853.527500', '153853.987500', '153854.447500', '153854.907500', '153855.367500', '153855.827500', '153856.287500', '153856.747500', '153857.207500', '153857.667500', '153858.127500', '153858.587500', '153859.047500', '153859.507500', '153859.967500', '153900.427500', '153900.887500', '153901.347500', '153901.807500', '153902.267500', '153902.727500', '153903.187500', '153903.647500', '153904.107500', '153904.567500', '153905.027500', '153905.487500', '153905.947500', '153906.407500', '153906.867500', '153907.327500', '153907.787500', '153908.247500', '153908.707500', '153909.167500', '153909.627500', '153910.087500', '153910.547500', '153911.007500', '153911.467500', '153911.927500', '153912.387500', '153912.847500', '153913.307500', '153913.767500', '153914.227500', '153914.687500', '153915.147500', '153915.607500', '153916.067500', '153916.527500', '153916.987500', '153917.447500', '153917.907500', '153918.367500', '153918.827500', '153919.287500', '153919.747500', '153920.207500', '153920.667500', '153921.127500', '153921.587500', '153922.047500', '153922.507500', '153922.967500', '153923.427500', '153923.887500', '153924.347500', '153924.807500', '153925.267500', '153925.727500', '153926.187500', '153926.647500', '153927.107500', '153927.567500', '153928.027500', '153928.487500', '153928.947500', '153929.407500', '153929.867500', '153930.327500', '153930.787500', '153931.247500', '153931.707500', '153932.167500', '153932.627500', '153933.087500', '153933.547500', '153934.007500', '153934.467500', '153934.927500', '153935.387500', '153935.847500', '153936.307500', '153936.767500', '153937.227500', '153937.687500', '153938.147500', '153938.607500', '153939.067500', '153939.527500', '153939.987500', '153940.447500', '153940.907500', '153941.367500', '153941.827500', '153942.287500', '153942.747500', '153943.207500', '153943.667500', '153944.127500', '153944.587500', '153945.047500', '153945.507500', '153945.967500', '153946.427500', '153946.887500', '153947.347500', '153947.807500', '153948.267500', '153948.727500', '153949.187500', '153949.647500', '153950.107500', '153950.567500', '153951.027500', '153951.487500', '153951.947500', '153952.407500', '153952.867500', '153953.327500', '153953.787500', '153954.247500', '153954.707500', '153955.167500', '153955.627500', '153956.087500', '153956.547500', '153957.007500', '153957.467500', '153957.927500', '153958.387500', '153958.847500', '153959.307500', '153959.767500', '154000.227500', '154000.687500', '154001.147500', '154001.607500', '154002.067500', '154002.527500', '154002.987500', '154003.447500', '154003.907500', '154004.367500', '154004.827500', '154005.287500', '154005.747500', '154006.207500', '154006.667500', '154007.127500', '154007.587500', '154008.047500', '154008.507500', '154008.967500', '154009.427500', '154009.887500', '154010.347500', '154010.807500', '154011.267500', '154011.727500', '154012.187500', '154012.647500', '154013.107500', '154013.567500', '154014.027500', '154014.487500', '154014.947500', '154015.407500', '154015.867500', '154016.327500', '154016.787500', '154017.247500', '154017.707500', '154018.167500', '154018.627500', '154019.087500', '154019.547500', '154020.007500', '154020.467500', '154020.927500', '154021.387500', '154021.847500', '154022.307500', '154022.767500', '154023.227500', '154023.687500', '154024.147500', '154024.607500', '154025.067500', '154025.527500', '154025.987500', '154026.447500', '154026.907500', '154027.367500', '154027.827500', '154028.287500', '154028.747500', '154029.207500', '154029.667500', '154030.127500', '154030.587500', '154031.047500', '154031.507500', '154031.967500', '154032.427500', '154032.887500', '154033.347500', '154033.807500', '154034.267500', '154034.727500', '154035.187500', '154035.647500', '154036.107500', '154036.567500', '154037.027500', '154037.487500', '154037.947500', '154038.407500', '154038.867500', '154039.327500', '154039.787500', '154040.247500', '154040.707500', '154041.167500', '154041.627500', '154042.087500', '154042.547500', '154043.007500', '154043.467500', '154043.927500', '154044.387500', '154044.847500', '154045.307500', '154045.767500', '154046.227500', '154046.687500', '154047.147500', '154047.607500', '154048.067500', '154048.527500', '154048.987500', '154049.447500', '154049.907500', '154050.367500', '154050.827500', '154051.287500', '154051.747500', '154052.207500', '154052.667500', '154053.127500', '154053.587500', '154054.047500', '154054.507500', '154054.967500', '154055.427500', '154055.887500', '154056.347500', '154056.807500', '154057.267500', '154057.727500', '154058.187500', '154058.647500', '154059.107500', '154059.567500', '154100.027500', '154100.487500', '154100.947500', '154101.407500', '154101.867500', '154102.327500', '154102.787500', '154103.247500', '154103.707500', '154104.167500', '154104.627500', '154105.087500', '154105.547500', '154106.007500', '154106.467500', '154106.927500', '154107.387500', '154107.847500', '154108.307500', '154108.767500', '154109.227500', '154109.687500', '154110.147500', '154110.607500', '154111.067500', '154111.527500', '154111.987500', '154112.447500', '154112.907500', '154113.367500', '154113.827500', '154114.287500', '154114.747500', '154115.207500', '154115.667500', '154116.127500', '154116.587500', '154117.047500', '154117.507500', '154117.967500', '154118.427500', '154118.887500', '154119.347500', '154119.807500', '154120.267500', '154120.727500', '154121.187500', '154121.647500', '154122.107500', '154122.567500', '154123.027500', '154123.487500', '154123.947500', '154124.407500', '154124.867500', '154125.327500', '154125.787500', '154126.247500', '154126.707500', '154127.167500', '154127.627500', '154128.087500', '154128.547500', '154129.007500', '154129.467500', '154129.927500', '154130.387500', '154130.847500', '154131.307500', '154131.767500', '154132.227500', '154132.687500', '154133.147500', '154133.607500', '154134.067500', '154134.527500', '154134.987500', '154135.447500', '154135.907500', '154136.367500', '154136.827500', '154137.287500', '154137.747500', '154138.207500', '154138.667500', '154139.127500', '154139.587500', '154140.047500', '154140.507500', '154140.967500', '154141.427500', '154141.887500', '154142.347500', '154142.807500', '154143.267500', '154143.727500', '154144.187500', '154144.647500', '154145.107500', '154145.567500', '154146.027500', '154146.487500', '154146.947500', '154147.407500', '154147.867500', '154148.327500', '154148.787500', '154149.247500', '154149.707500', '154150.167500', '154150.627500', '154151.087500', '154151.547500', '154152.007500', '154152.467500', '154152.927500', '154153.387500', '154153.847500', '154154.307500', '154154.767500', '154155.227500', '154155.687500', '154156.147500', '154156.607500', '154157.067500', '154157.527500', '154157.987500', '154158.447500', '154158.907500', '154159.367500', '154159.827500', '154200.287500', '154200.747500', '154201.207500', '154201.667500', '154202.127500', '154202.587500', '154203.047500', '154203.507500', '154203.967500', '154204.427500', '154204.887500', '154205.347500', '154205.807500', '154206.267500', '154206.727500', '154207.187500', '154207.647500', '154208.107500', '154208.567500', '154209.027500', '154209.487500', '154209.947500', '154210.407500', '154210.867500', '154211.327500', '154211.787500', '154212.247500', '154212.707500', '154213.167500', '154213.627500', '154214.087500', '154214.547500', '154215.007500', '154215.467500', '154215.927500', '154216.387500', '154216.847500', '154217.307500', '154217.767500', '154218.227500', '154218.687500', '154219.147500', '154219.607500', '154220.067500', '154220.527500', '154220.987500', '154221.447500', '154221.907500', '154222.367500', '154222.827500', '154223.287500', '154223.747500', '154224.207500', '154224.667500', '154225.127500', '154225.587500', '154226.047500', '154226.507500', '154226.967500', '154227.427500', '154227.887500', '154228.347500', '154228.807500', '154229.267500', '154229.727500', '154230.187500', '154230.647500', '154231.107500', '154231.567500', '154232.027500', '154232.487500', '154232.947500', '154233.407500', '154233.867500', '154234.327500', '154234.787500', '154235.247500', '154235.707500', '154236.167500', '154236.627500', '154237.087500', '154237.547500', '154238.007500', '154238.467500', '154238.927500', '154239.387500', '154239.847500', '154240.307500', '154240.767500', '154241.227500', '154241.687500', '154242.147500', '154242.607500', '154243.067500', '154243.527500', '154243.987500', '154244.447500', '154244.907500', '154245.367500', '154245.827500', '154246.287500', '154246.747500', '154247.207500', '154247.667500', '154248.127500', '154248.587500', '154249.047500', '154249.507500', '154249.967500', '154250.427500', '154250.887500', '154251.347500', '154251.807500', '154252.267500', '154252.727500', '154253.187500', '154253.647500'], 'ContentTime': ['153627.636000', '153627.640000', '153627.643000', '153627.645000', '153627.648000', '153627.650000', '153627.653000', '153627.655000', '153627.658000', '153627.661000', '153627.663000', '153627.666000', '153627.672000', '153627.675000', '153627.678000', '153627.680000', '153627.683000', '153627.685000', '153627.688000', '153627.690000', '153627.693000', '153627.695000', '153627.702000', '153627.705000', '153627.707000', '153627.710000', '153627.713000', '153627.715000', '153627.718000', '153627.721000', '153647.606000', '153647.609000', '153647.611000', '153647.614000', '153647.616000', '153647.619000', '153647.621000', '153647.631000', '153647.634000', '153647.636000', '153647.639000', '153647.642000', '153647.644000', '153647.647000', '153647.649000', '153647.652000', '153647.654000', '153647.657000', '153647.659000', '153647.662000', '153647.665000', '153647.667000', '153647.670000', '153647.672000', '153647.675000', '153647.678000', '153647.680000', '153647.683000', '153647.685000', '153647.688000', '153647.690000', '153647.693000', '153647.699000', '153647.702000', '153647.704000', '153647.707000', '153647.709000', '153647.712000', '153647.715000', '153647.717000', '153647.720000', '153647.723000', '153647.725000', '153647.728000', '153707.606000', '153707.609000', '153707.612000', '153707.615000', '153707.617000', '153707.620000', '153707.622000', '153707.625000', '153707.627000', '153707.630000', '153707.633000', '153707.635000', '153707.638000', '153707.640000', '153707.643000', '153707.646000', '153707.648000', '153707.651000', '153707.653000', '153707.656000', '153707.658000', '153707.661000', '153707.664000', '153707.666000', '153707.669000', '153707.671000', '153707.674000', '153707.676000', '153707.679000', '153707.682000', '153707.684000', '153707.694000', '153707.697000', '153707.700000', '153707.702000', '153707.705000', '153707.707000', '153707.710000', '153707.722000', '153707.724000', '153707.727000', '153707.730000', '153707.732000', '153727.606000', '153727.609000', '153727.612000', '153727.614000', '153727.617000', '153727.620000', '153727.622000', '153727.625000', '153727.627000', '153727.630000', '153727.633000', '153727.635000', '153727.638000', '153727.641000', '153727.643000', '153727.646000', '153727.648000', '153727.651000', '153727.654000', '153727.656000', '153727.659000', '153727.661000', '153727.664000', '153727.666000', '153727.669000', '153727.672000', '153727.674000', '153727.677000', '153727.679000', '153727.682000', '153727.685000', '153727.687000', '153727.690000', '153727.692000', '153727.695000', '153727.697000', '153727.700000', '153727.703000', '153727.705000', '153727.708000', '153727.710000', '153727.713000', '153727.716000', '153727.718000', '153747.606000', '153747.609000', '153747.612000', '153747.614000', '153747.617000', '153747.620000', '153747.622000', '153747.625000', '153747.628000', '153747.630000', '153747.633000', '153747.635000', '153747.638000', '153747.640000', '153747.643000', '153747.646000', '153747.648000', '153747.651000', '153747.653000', '153747.656000', '153747.658000', '153747.661000', '153747.664000', '153747.666000', '153747.669000', '153747.671000', '153747.674000', '153747.676000', '153747.679000', '153747.682000', '153747.684000', '153747.687000', '153747.689000', '153747.692000', '153747.695000', '153747.697000', '153747.700000', '153747.703000', '153747.705000', '153747.708000', '153747.710000', '153747.713000', '153747.716000', '153807.606000', '153807.608000', '153807.611000', '153807.614000', '153807.616000', '153807.619000', '153807.621000', '153807.624000', '153807.627000', '153807.629000', '153807.632000', '153807.634000', '153807.637000', '153807.640000', '153807.642000', '153807.645000', '153807.648000', '153807.650000', '153807.653000', '153807.655000', '153807.658000', '153807.661000', '153807.663000', '153807.666000', '153807.668000', '153807.671000', '153807.673000', '153807.676000', '153807.679000', '153807.681000', '153807.684000', '153807.686000', '153807.689000', '153807.692000', '153807.694000', '153807.697000', '153807.699000', '153807.702000', '153807.704000', '153807.707000', '153807.710000', '153807.712000', '153807.715000', '153807.717000', '153827.605000', '153827.608000', '153827.611000', '153827.614000', '153827.616000', '153827.619000', '153827.621000', '153827.624000', '153827.627000', '153827.629000', '153827.632000', '153827.634000', '153827.637000', '153827.640000', '153827.642000', '153827.645000', '153827.647000', '153827.650000', '153827.653000', '153827.655000', '153827.658000', '153827.661000', '153827.663000', '153827.666000', '153827.668000', '153827.671000', '153827.674000', '153827.676000', '153827.679000', '153827.681000', '153827.684000', '153827.687000', '153827.689000', '153827.692000', '153827.694000', '153827.697000', '153827.700000', '153827.702000', '153827.705000', '153827.707000', '153827.710000', '153827.713000', '153827.715000', '153847.605000', '153847.608000', '153847.611000', '153847.614000', '153847.616000', '153847.619000', '153847.622000', '153847.624000', '153847.627000', '153847.629000', '153847.632000', '153847.634000', '153847.637000', '153847.640000', '153847.642000', '153847.645000', '153847.647000', '153847.650000', '153847.652000', '153847.655000', '153847.658000', '153847.660000', '153847.663000', '153847.665000', '153847.668000', '153847.671000', '153847.673000', '153847.676000', '153847.678000', '153847.681000', '153847.683000', '153847.686000', '153847.689000', '153847.691000', '153847.714000', '153847.717000', '153847.719000', '153847.722000', '153847.724000', '153847.727000', '153847.730000', '153847.732000', '153847.735000', '153847.737000', '153907.606000', '153907.609000', '153907.611000', '153907.614000', '153907.617000', '153907.619000', '153907.622000', '153907.624000', '153907.627000', '153907.630000', '153907.632000', '153907.635000', '153907.637000', '153907.640000', '153907.643000', '153907.645000', '153907.648000', '153907.650000', '153907.653000', '153907.656000', '153907.658000', '153907.661000', '153907.663000', '153907.666000', '153907.668000', '153907.671000', '153907.674000', '153907.676000', '153907.679000', '153907.681000', '153907.684000', '153907.686000', '153907.689000', '153907.692000', '153907.694000', '153907.697000', '153907.700000', '153907.702000', '153907.705000', '153907.707000', '153907.710000', '153907.712000', '153907.715000', '153927.607000', '153927.609000', '153927.612000', '153927.615000', '153927.618000', '153927.622000', '153927.625000', '153927.628000', '153927.630000', '153927.633000', '153927.636000', '153927.638000', '153927.641000', '153927.643000', '153927.646000', '153927.648000', '153927.651000', '153927.654000', '153927.656000', '153927.659000', '153927.661000', '153927.664000', '153927.667000', '153927.669000', '153927.672000', '153927.675000', '153927.678000', '153927.680000', '153927.683000', '153927.685000', '153927.688000', '153927.691000', '153927.693000', '153927.696000', '153927.698000', '153927.701000', '153927.704000', '153927.706000', '153927.709000', '153927.711000', '153927.714000', '153927.717000', '153927.719000', '153927.722000', '153947.606000', '153947.609000', '153947.612000', '153947.615000', '153947.617000', '153947.620000', '153947.623000', '153947.625000', '153947.628000', '153947.630000', '153947.633000', '153947.636000', '153947.638000', '153947.641000', '153947.643000', '153947.646000', '153947.648000', '153947.651000', '153947.654000', '153947.656000', '153947.659000', '153947.661000', '153947.664000', '153947.666000', '153947.669000', '153947.672000', '153947.674000', '153947.677000', '153947.679000', '153947.682000', '153947.684000', '153947.687000', '153947.690000', '153947.692000', '153947.695000', '153947.698000', '153947.700000', '153947.703000', '153947.705000', '153947.708000', '153947.710000', '153947.713000', '153947.716000', '154007.606000', '154007.609000', '154007.612000', '154007.615000', '154007.617000', '154007.620000', '154007.622000', '154007.625000', '154007.628000', '154007.630000', '154007.633000', '154007.635000', '154007.638000', '154007.641000', '154007.643000', '154007.646000', '154007.649000', '154007.651000', '154007.654000', '154007.656000', '154007.659000', '154007.662000', '154007.664000', '154007.667000', '154007.669000', '154007.672000', '154007.674000', '154007.677000', '154007.680000', '154007.682000', '154007.685000', '154007.688000', '154007.690000', '154007.693000', '154007.695000', '154007.698000', '154007.700000', '154007.703000', '154007.706000', '154007.708000', '154007.711000', '154007.713000', '154007.716000', '154007.719000', '154027.605000', '154027.619000', '154027.622000', '154027.624000', '154027.627000', '154027.630000', '154027.632000', '154027.635000', '154027.637000', '154027.640000', '154027.642000', '154027.645000', '154027.648000', '154027.650000', '154027.653000', '154027.655000', '154027.658000', '154027.661000', '154027.663000', '154027.666000', '154027.668000', '154027.671000', '154027.674000', '154027.676000', '154027.679000', '154027.681000', '154027.684000', '154027.686000', '154027.689000', '154027.692000', '154027.694000', '154027.697000', '154027.700000', '154027.702000', '154027.705000', '154027.707000', '154027.710000', '154027.713000', '154027.715000', '154027.718000', '154027.720000', '154027.723000', '154027.726000', '154047.605000', '154047.608000', '154047.611000', '154047.614000', '154047.617000', '154047.619000', '154047.622000', '154047.624000', '154047.627000', '154047.630000', '154047.632000', '154047.635000', '154047.637000', '154047.640000', '154047.643000', '154047.645000', '154047.648000', '154047.650000', '154047.653000', '154047.657000', '154047.660000', '154047.663000', '154047.666000', '154047.668000', '154047.671000', '154047.674000', '154047.676000', '154047.679000', '154047.681000', '154047.684000', '154047.687000', '154047.689000', '154047.692000', '154047.694000', '154047.697000', '154047.700000', '154047.702000', '154047.705000', '154047.707000', '154047.710000', '154047.713000', '154047.716000', '154047.718000', '154107.606000', '154107.608000', '154107.611000', '154107.614000', '154107.616000', '154107.619000', '154107.622000', '154107.624000', '154107.627000', '154107.629000', '154107.632000', '154107.635000', '154107.637000', '154107.640000', '154107.642000', '154107.645000', '154107.648000', '154107.650000', '154107.653000', '154107.656000', '154107.658000', '154107.661000', '154107.663000', '154107.666000', '154107.669000', '154107.671000', '154107.674000', '154107.676000', '154107.679000', '154107.682000', '154107.684000', '154107.687000', '154107.689000', '154107.692000', '154107.695000', '154107.697000', '154107.700000', '154107.702000', '154107.705000', '154107.707000', '154107.710000', '154107.713000', '154107.715000', '154107.718000', '154127.605000', '154127.608000', '154127.611000', '154127.614000', '154127.616000', '154127.619000', '154127.622000', '154127.624000', '154127.627000', '154127.630000', '154127.632000', '154127.635000', '154127.637000', '154127.640000', '154127.643000', '154127.645000', '154127.648000', '154127.650000', '154127.653000', '154127.656000', '154127.659000', '154127.662000', '154127.664000', '154127.667000', '154127.670000', '154127.673000', '154127.676000', '154127.679000', '154127.681000', '154127.684000', '154127.687000', '154127.689000', '154127.692000', '154127.694000', '154127.697000', '154127.699000', '154127.702000', '154127.705000', '154127.707000', '154127.710000', '154127.712000', '154127.715000', '154127.718000', '154147.606000', '154147.609000', '154147.612000', '154147.614000', '154147.617000', '154147.620000', '154147.622000', '154147.625000', '154147.628000', '154147.630000', '154147.633000', '154147.635000', '154147.638000', '154147.641000', '154147.643000', '154147.646000', '154147.648000', '154147.651000', '154147.654000', '154147.656000', '154147.659000', '154147.662000', '154147.664000', '154147.667000', '154147.669000', '154147.672000', '154147.675000', '154147.677000', '154147.680000', '154147.682000', '154147.685000', '154147.688000', '154147.690000', '154147.693000', '154147.695000', '154147.698000', '154147.701000', '154147.703000', '154147.706000', '154147.708000', '154147.711000', '154147.726000', '154147.729000', '154147.731000', '154207.607000', '154207.610000', '154207.612000', '154207.615000', '154207.617000', '154207.620000', '154207.622000', '154207.625000', '154207.628000', '154207.630000', '154207.633000', '154207.635000', '154207.638000', '154207.641000', '154207.643000', '154207.646000', '154207.650000', '154207.653000', '154207.655000', '154207.658000', '154207.660000', '154207.663000', '154207.666000', '154207.669000', '154207.672000', '154207.675000', '154207.678000', '154207.680000', '154207.683000', '154207.685000', '154207.688000', '154207.690000', '154207.693000', '154207.696000', '154207.700000', '154207.702000', '154207.705000', '154207.707000', '154207.710000', '154207.713000', '154207.715000', '154207.718000', '154207.721000', '154227.607000', '154227.610000', '154227.612000', '154227.615000', '154227.617000', '154227.620000', '154227.622000', '154227.625000', '154227.628000', '154227.630000', '154227.633000', '154227.635000', '154227.638000', '154227.641000', '154227.643000', '154227.646000', '154227.648000', '154227.651000', '154227.654000', '154227.656000', '154227.659000', '154227.662000', '154227.664000', '154227.667000', '154227.670000', '154227.673000', '154227.675000', '154227.678000', '154227.680000', '154227.683000', '154227.686000', '154227.688000', '154227.691000', '154227.693000', '154227.696000', '154227.699000', '154227.701000', '154227.704000', '154227.706000', '154227.709000', '154227.712000', '154227.714000', '154227.717000', '154227.719000', '154247.606000', '154247.608000', '154247.611000', '154247.614000', '154247.616000', '154247.619000', '154247.621000', '154247.624000', '154247.627000', '154247.629000', '154247.632000', '154247.635000', '154247.637000', '154247.640000', '154247.642000', '154247.645000', '154247.648000', '154247.650000', '154247.653000', '154247.656000', '154247.659000', '154247.662000', '154247.665000', '154247.668000', '154247.670000', '154247.673000', '154247.675000', '154247.678000', '154247.681000', '154247.684000', '154247.686000', '154247.689000', '154247.691000', '154247.694000', '154247.697000', '154247.699000', '154247.702000', '154247.705000', '154247.707000', '154247.710000', '154247.713000', '154247.715000', '154247.718000', '154254.572000', '154254.575000', '154254.578000', '154254.580000', '154254.583000', '154254.585000', '154254.588000', '154254.591000', '154254.593000', '154254.596000', '154254.599000', '154254.602000', '154254.605000', '154254.608000', '154254.610000', '154254.613000'], 'InstanceCreationTime': ['153627.636000', '153627.640000', '153627.643000', '153627.645000', '153627.648000', '153627.650000', '153627.653000', '153627.655000', '153627.658000', '153627.661000', '153627.663000', '153627.666000', '153627.672000', '153627.675000', '153627.678000', '153627.680000', '153627.683000', '153627.685000', '153627.688000', '153627.690000', '153627.693000', '153627.695000', '153627.702000', '153627.705000', '153627.707000', '153627.710000', '153627.713000', '153627.715000', '153627.718000', '153627.721000', '153647.606000', '153647.609000', '153647.611000', '153647.614000', '153647.616000', '153647.619000', '153647.621000', '153647.631000', '153647.634000', '153647.636000', '153647.639000', '153647.642000', '153647.644000', '153647.647000', '153647.649000', '153647.652000', '153647.654000', '153647.657000', '153647.659000', '153647.662000', '153647.665000', '153647.667000', '153647.670000', '153647.672000', '153647.675000', '153647.678000', '153647.680000', '153647.683000', '153647.685000', '153647.688000', '153647.690000', '153647.693000', '153647.699000', '153647.702000', '153647.704000', '153647.707000', '153647.709000', '153647.712000', '153647.715000', '153647.717000', '153647.720000', '153647.723000', '153647.725000', '153647.728000', '153707.606000', '153707.609000', '153707.612000', '153707.615000', '153707.617000', '153707.620000', '153707.622000', '153707.625000', '153707.627000', '153707.630000', '153707.633000', '153707.635000', '153707.638000', '153707.640000', '153707.643000', '153707.646000', '153707.648000', '153707.651000', '153707.653000', '153707.656000', '153707.658000', '153707.661000', '153707.664000', '153707.666000', '153707.669000', '153707.671000', '153707.674000', '153707.676000', '153707.679000', '153707.682000', '153707.684000', '153707.694000', '153707.697000', '153707.700000', '153707.702000', '153707.705000', '153707.707000', '153707.710000', '153707.722000', '153707.724000', '153707.727000', '153707.730000', '153707.732000', '153727.606000', '153727.609000', '153727.612000', '153727.614000', '153727.617000', '153727.620000', '153727.622000', '153727.625000', '153727.627000', '153727.630000', '153727.633000', '153727.635000', '153727.638000', '153727.641000', '153727.643000', '153727.646000', '153727.648000', '153727.651000', '153727.654000', '153727.656000', '153727.659000', '153727.661000', '153727.664000', '153727.666000', '153727.669000', '153727.672000', '153727.674000', '153727.677000', '153727.679000', '153727.682000', '153727.685000', '153727.687000', '153727.690000', '153727.692000', '153727.695000', '153727.697000', '153727.700000', '153727.703000', '153727.705000', '153727.708000', '153727.710000', '153727.713000', '153727.716000', '153727.718000', '153747.606000', '153747.609000', '153747.612000', '153747.614000', '153747.617000', '153747.620000', '153747.622000', '153747.625000', '153747.628000', '153747.630000', '153747.633000', '153747.635000', '153747.638000', '153747.640000', '153747.643000', '153747.646000', '153747.648000', '153747.651000', '153747.653000', '153747.656000', '153747.658000', '153747.661000', '153747.664000', '153747.666000', '153747.669000', '153747.671000', '153747.674000', '153747.676000', '153747.679000', '153747.682000', '153747.684000', '153747.687000', '153747.689000', '153747.692000', '153747.695000', '153747.697000', '153747.700000', '153747.703000', '153747.705000', '153747.708000', '153747.710000', '153747.713000', '153747.716000', '153807.606000', '153807.608000', '153807.611000', '153807.614000', '153807.616000', '153807.619000', '153807.621000', '153807.624000', '153807.627000', '153807.629000', '153807.632000', '153807.634000', '153807.637000', '153807.640000', '153807.642000', '153807.645000', '153807.648000', '153807.650000', '153807.653000', '153807.655000', '153807.658000', '153807.661000', '153807.663000', '153807.666000', '153807.668000', '153807.671000', '153807.673000', '153807.676000', '153807.679000', '153807.681000', '153807.684000', '153807.686000', '153807.689000', '153807.692000', '153807.694000', '153807.697000', '153807.699000', '153807.702000', '153807.704000', '153807.707000', '153807.710000', '153807.712000', '153807.715000', '153807.717000', '153827.605000', '153827.608000', '153827.611000', '153827.614000', '153827.616000', '153827.619000', '153827.621000', '153827.624000', '153827.627000', '153827.629000', '153827.632000', '153827.634000', '153827.637000', '153827.640000', '153827.642000', '153827.645000', '153827.647000', '153827.650000', '153827.653000', '153827.655000', '153827.658000', '153827.661000', '153827.663000', '153827.666000', '153827.668000', '153827.671000', '153827.674000', '153827.676000', '153827.679000', '153827.681000', '153827.684000', '153827.687000', '153827.689000', '153827.692000', '153827.694000', '153827.697000', '153827.700000', '153827.702000', '153827.705000', '153827.707000', '153827.710000', '153827.713000', '153827.715000', '153847.605000', '153847.608000', '153847.611000', '153847.614000', '153847.616000', '153847.619000', '153847.622000', '153847.624000', '153847.627000', '153847.629000', '153847.632000', '153847.634000', '153847.637000', '153847.640000', '153847.642000', '153847.645000', '153847.647000', '153847.650000', '153847.652000', '153847.655000', '153847.658000', '153847.660000', '153847.663000', '153847.665000', '153847.668000', '153847.671000', '153847.673000', '153847.676000', '153847.678000', '153847.681000', '153847.683000', '153847.686000', '153847.689000', '153847.691000', '153847.714000', '153847.717000', '153847.719000', '153847.722000', '153847.724000', '153847.727000', '153847.730000', '153847.732000', '153847.735000', '153847.737000', '153907.606000', '153907.609000', '153907.611000', '153907.614000', '153907.617000', '153907.619000', '153907.622000', '153907.624000', '153907.627000', '153907.630000', '153907.632000', '153907.635000', '153907.637000', '153907.640000', '153907.643000', '153907.645000', '153907.648000', '153907.650000', '153907.653000', '153907.656000', '153907.658000', '153907.661000', '153907.663000', '153907.666000', '153907.668000', '153907.671000', '153907.674000', '153907.676000', '153907.679000', '153907.681000', '153907.684000', '153907.686000', '153907.689000', '153907.692000', '153907.694000', '153907.697000', '153907.700000', '153907.702000', '153907.705000', '153907.707000', '153907.710000', '153907.712000', '153907.715000', '153927.607000', '153927.609000', '153927.612000', '153927.615000', '153927.618000', '153927.622000', '153927.625000', '153927.628000', '153927.630000', '153927.633000', '153927.636000', '153927.638000', '153927.641000', '153927.643000', '153927.646000', '153927.648000', '153927.651000', '153927.654000', '153927.656000', '153927.659000', '153927.661000', '153927.664000', '153927.667000', '153927.669000', '153927.672000', '153927.675000', '153927.678000', '153927.680000', '153927.683000', '153927.685000', '153927.688000', '153927.691000', '153927.693000', '153927.696000', '153927.698000', '153927.701000', '153927.704000', '153927.706000', '153927.709000', '153927.711000', '153927.714000', '153927.717000', '153927.719000', '153927.722000', '153947.606000', '153947.609000', '153947.612000', '153947.615000', '153947.617000', '153947.620000', '153947.623000', '153947.625000', '153947.628000', '153947.630000', '153947.633000', '153947.636000', '153947.638000', '153947.641000', '153947.643000', '153947.646000', '153947.648000', '153947.651000', '153947.654000', '153947.656000', '153947.659000', '153947.661000', '153947.664000', '153947.666000', '153947.669000', '153947.672000', '153947.674000', '153947.677000', '153947.679000', '153947.682000', '153947.684000', '153947.687000', '153947.690000', '153947.692000', '153947.695000', '153947.698000', '153947.700000', '153947.703000', '153947.705000', '153947.708000', '153947.710000', '153947.713000', '153947.716000', '154007.606000', '154007.609000', '154007.612000', '154007.615000', '154007.617000', '154007.620000', '154007.622000', '154007.625000', '154007.628000', '154007.630000', '154007.633000', '154007.635000', '154007.638000', '154007.641000', '154007.643000', '154007.646000', '154007.649000', '154007.651000', '154007.654000', '154007.656000', '154007.659000', '154007.662000', '154007.664000', '154007.667000', '154007.669000', '154007.672000', '154007.674000', '154007.677000', '154007.680000', '154007.682000', '154007.685000', '154007.688000', '154007.690000', '154007.693000', '154007.695000', '154007.698000', '154007.700000', '154007.703000', '154007.706000', '154007.708000', '154007.711000', '154007.713000', '154007.716000', '154007.719000', '154027.605000', '154027.619000', '154027.622000', '154027.624000', '154027.627000', '154027.630000', '154027.632000', '154027.635000', '154027.637000', '154027.640000', '154027.642000', '154027.645000', '154027.648000', '154027.650000', '154027.653000', '154027.655000', '154027.658000', '154027.661000', '154027.663000', '154027.666000', '154027.668000', '154027.671000', '154027.674000', '154027.676000', '154027.679000', '154027.681000', '154027.684000', '154027.686000', '154027.689000', '154027.692000', '154027.694000', '154027.697000', '154027.700000', '154027.702000', '154027.705000', '154027.707000', '154027.710000', '154027.713000', '154027.715000', '154027.718000', '154027.720000', '154027.723000', '154027.726000', '154047.605000', '154047.608000', '154047.611000', '154047.614000', '154047.617000', '154047.619000', '154047.622000', '154047.624000', '154047.627000', '154047.630000', '154047.632000', '154047.635000', '154047.637000', '154047.640000', '154047.643000', '154047.645000', '154047.648000', '154047.650000', '154047.653000', '154047.657000', '154047.660000', '154047.663000', '154047.666000', '154047.668000', '154047.671000', '154047.674000', '154047.676000', '154047.679000', '154047.681000', '154047.684000', '154047.687000', '154047.689000', '154047.692000', '154047.694000', '154047.697000', '154047.700000', '154047.702000', '154047.705000', '154047.707000', '154047.710000', '154047.713000', '154047.716000', '154047.718000', '154107.606000', '154107.608000', '154107.611000', '154107.614000', '154107.616000', '154107.619000', '154107.622000', '154107.624000', '154107.627000', '154107.629000', '154107.632000', '154107.635000', '154107.637000', '154107.640000', '154107.642000', '154107.645000', '154107.648000', '154107.650000', '154107.653000', '154107.656000', '154107.658000', '154107.661000', '154107.663000', '154107.666000', '154107.669000', '154107.671000', '154107.674000', '154107.676000', '154107.679000', '154107.682000', '154107.684000', '154107.687000', '154107.689000', '154107.692000', '154107.695000', '154107.697000', '154107.700000', '154107.702000', '154107.705000', '154107.707000', '154107.710000', '154107.713000', '154107.715000', '154107.718000', '154127.605000', '154127.608000', '154127.611000', '154127.614000', '154127.616000', '154127.619000', '154127.622000', '154127.624000', '154127.627000', '154127.630000', '154127.632000', '154127.635000', '154127.637000', '154127.640000', '154127.643000', '154127.645000', '154127.648000', '154127.650000', '154127.653000', '154127.656000', '154127.659000', '154127.662000', '154127.664000', '154127.667000', '154127.670000', '154127.673000', '154127.676000', '154127.679000', '154127.681000', '154127.684000', '154127.687000', '154127.689000', '154127.692000', '154127.694000', '154127.697000', '154127.699000', '154127.702000', '154127.705000', '154127.707000', '154127.710000', '154127.712000', '154127.715000', '154127.718000', '154147.606000', '154147.609000', '154147.612000', '154147.614000', '154147.617000', '154147.620000', '154147.622000', '154147.625000', '154147.628000', '154147.630000', '154147.633000', '154147.635000', '154147.638000', '154147.641000', '154147.643000', '154147.646000', '154147.648000', '154147.651000', '154147.654000', '154147.656000', '154147.659000', '154147.662000', '154147.664000', '154147.667000', '154147.669000', '154147.672000', '154147.675000', '154147.677000', '154147.680000', '154147.682000', '154147.685000', '154147.688000', '154147.690000', '154147.693000', '154147.695000', '154147.698000', '154147.701000', '154147.703000', '154147.706000', '154147.708000', '154147.711000', '154147.726000', '154147.729000', '154147.731000', '154207.607000', '154207.610000', '154207.612000', '154207.615000', '154207.617000', '154207.620000', '154207.622000', '154207.625000', '154207.628000', '154207.630000', '154207.633000', '154207.635000', '154207.638000', '154207.641000', '154207.643000', '154207.646000', '154207.650000', '154207.653000', '154207.655000', '154207.658000', '154207.660000', '154207.663000', '154207.666000', '154207.669000', '154207.672000', '154207.675000', '154207.678000', '154207.680000', '154207.683000', '154207.685000', '154207.688000', '154207.690000', '154207.693000', '154207.696000', '154207.700000', '154207.702000', '154207.705000', '154207.707000', '154207.710000', '154207.713000', '154207.715000', '154207.718000', '154207.721000', '154227.607000', '154227.610000', '154227.612000', '154227.615000', '154227.617000', '154227.620000', '154227.622000', '154227.625000', '154227.628000', '154227.630000', '154227.633000', '154227.635000', '154227.638000', '154227.641000', '154227.643000', '154227.646000', '154227.648000', '154227.651000', '154227.654000', '154227.656000', '154227.659000', '154227.662000', '154227.664000', '154227.667000', '154227.670000', '154227.673000', '154227.675000', '154227.678000', '154227.680000', '154227.683000', '154227.686000', '154227.688000', '154227.691000', '154227.693000', '154227.696000', '154227.699000', '154227.701000', '154227.704000', '154227.706000', '154227.709000', '154227.712000', '154227.714000', '154227.717000', '154227.719000', '154247.606000', '154247.608000', '154247.611000', '154247.614000', '154247.616000', '154247.619000', '154247.621000', '154247.624000', '154247.627000', '154247.629000', '154247.632000', '154247.635000', '154247.637000', '154247.640000', '154247.642000', '154247.645000', '154247.648000', '154247.650000', '154247.653000', '154247.656000', '154247.659000', '154247.662000', '154247.665000', '154247.668000', '154247.670000', '154247.673000', '154247.675000', '154247.678000', '154247.681000', '154247.684000', '154247.686000', '154247.689000', '154247.691000', '154247.694000', '154247.697000', '154247.699000', '154247.702000', '154247.705000', '154247.707000', '154247.710000', '154247.713000', '154247.715000', '154247.718000', '154254.572000', '154254.575000', '154254.578000', '154254.580000', '154254.583000', '154254.585000', '154254.588000', '154254.591000', '154254.593000', '154254.596000', '154254.599000', '154254.602000', '154254.605000', '154254.608000', '154254.610000', '154254.613000'], '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': [8434, 8393, 9999, 8534, 8319, 10639, 8458, 9577, 8466, 7970, 8497, 8594, 8726, 8559, 8193, 8492, 8522, 8705, 8691, 8686, 8781, 9244, 8835, 8607, 8340, 8504, 9114, 8916, 8531, 7837, 8488, 8489, 8535, 9195, 8967, 8653, 8306, 8421, 9061, 9758, 8651, 8410, 10018, 8558, 8409, 8436, 8533, 9687, 8704, 8038, 8766, 8613, 9229, 8494, 8440, 8525, 8626, 8981, 8582, 8972, 8724, 8151, 8802, 8700, 8831, 8515, 8052, 8589, 8666, 8357, 8789, 8982, 8599, 8382, 8597, 8825, 9175, 8861, 8296, 8591, 8465, 8463, 9159, 8686, 8638, 8148, 8556, 8777, 8805, 8612, 8232, 8301, 8691, 8948, 6764, 8706, 8230, 7877, 8129, 8831, 8257, 7900, 8353, 7521, 8723, 9109, 9121, 8853, 12106, 9186, 8538, 11613, 8795, 9143, 9049, 8593, 9383, 8639, 8726, 8210, 8415, 9002, 8844, 8483, 8713, 8353, 8377, 8676, 8663, 8987, 8197, 8748, 8688, 8081, 8644, 8929, 9081, 8244, 8418, 8749, 9582, 8978, 8629, 9241, 8954, 8757, 8418, 8887, 9485, 8545, 8597, 9786, 9126, 8636, 8232, 8760, 8431, 8680, 8633, 9598, 9179, 8386, 8200, 8762, 8831, 8968, 8712, 9437, 9021, 8446, 8378, 8902, 8815, 9284, 9089, 9066, 8896, 8025, 8847, 9088, 8728, 9189, 8711, 9133, 9080, 8528, 9563, 9125, 7955, 8679, 9187, 9583, 8628, 8494, 9166, 9166, 8812, 8440, 9241, 8789, 12366, 9191, 8863, 9451, 9095, 8852, 8997, 9353, 8640, 8333, 8717, 8433, 8733, 8880, 8693, 9168, 7564, 7251, 7649, 6522, 7685, 7635, 7222, 7936, 8650, 7734, 8060, 7687, 8151, 7859, 8081, 7896, 7757, 7686, 7963, 7651, 7838, 8224, 8630, 8161, 7834, 7992, 8023, 7429, 8156, 7664, 7529, 8090, 7740, 8123, 8002, 7604, 8294, 8133, 8427, 7998, 7924, 7633, 8147, 7945, 7425, 7866, 7915, 7985, 7879, 7161, 8163, 7949, 7736, 7818, 7965, 8278, 8092, 7696, 7362, 7703, 7868, 7216, 7545, 7763, 7651, 7735, 7192, 7851, 7375, 7223, 7973, 7462, 8273, 7511, 8083, 7930, 7516, 8214, 8036, 7593, 8207, 8826, 8325, 8200, 7969, 8308, 8116, 9376, 8200, 7668, 8222, 8033, 7553, 8411, 8070, 8455, 8366, 7732, 7359, 8133, 7267, 8400, 8375, 8482, 9083, 8086, 6828, 8400, 7659, 8510, 7903, 7881, 7857, 8280, 8147, 7639, 8288, 8148, 7768, 7812, 7914, 8626, 7945, 8013, 7790, 8123, 6846, 7691, 7658, 7331, 8199, 7088, 7930, 8000, 7635, 7823, 7731, 7740, 8327, 7527, 7960, 8266, 7590, 8001, 8348, 7356, 8301, 8389, 8022, 8108, 7762, 7999, 7937, 7889, 8310, 7731, 8123, 8431, 8891, 8161, 8035, 7704, 8198, 7692, 8217, 7960, 7601, 8018, 8206, 7692, 7963, 8000, 8086, 8067, 7489, 7962, 7988, 7141, 7398, 7258, 7573, 8280, 8127, 7228, 6941, 7839, 9182, 6969, 7626, 8191, 10374, 8196, 7318, 8688, 7119, 8929, 10829, 12491, 8337, 10015, 12044, 7870, 8530, 7213, 8330, 8650, 8381, 8644, 8144, 8500, 8371, 7696, 7148, 8145, 7198, 8264, 7227, 8162, 8520, 9240, 8266, 8483, 8307, 8398, 8583, 7593, 8525, 8179, 8326, 8347, 7406, 8609, 6573, 7813, 8602, 7235, 8007, 8499, 7621, 8404, 8465, 7539, 8245, 8673, 6995, 7816, 7699, 8457, 8506, 7442, 8335, 8259, 7157, 8469, 7174, 7836, 8330, 7601, 8640, 8328, 6950, 8214, 7760, 8059, 8392, 7275, 8428, 7770, 7323, 8300, 8526, 8309, 8171, 8339, 8234, 8168, 8670, 7996, 8008, 7682, 8471, 8289, 8917, 7545, 8790, 8773, 8867, 8310, 9999, 8294, 8087, 7850, 8739, 8358, 8454, 8189, 7566, 8552, 7827, 8803, 7042, 8503, 8292, 7640, 8825, 8022, 8376, 8897, 8593, 8461, 8279, 7939, 8610, 6776, 8220, 8859, 7686, 8927, 7761, 7727, 8060, 8273, 8597, 7251, 8638, 6949, 8255, 8527, 8195, 8366, 7570, 7716, 8550, 8770, 8253, 8538, 8693, 8138, 8417, 7066, 8989, 8525, 6902, 8793, 7726, 7923, 8581, 8198, 8687, 8905, 7682, 9485, 7525, 7369, 8855, 8120, 8748, 9163, 7413, 8664, 7252, 8073, 9191, 8252, 8513, 9140, 7982, 9063, 8988, 9116, 8616, 9033, 7972, 8969, 8839, 7914, 8830, 8978, 7513, 8785, 7943, 8530, 8908, 6922, 8996, 8910, 7254, 9123, 8879, 6790, 8976, 7382, 8361, 8821, 8110, 8335, 9330, 8939, 9023, 8985, 8081, 8985, 7940, 7300, 9214, 8942, 8656, 9170, 7345, 9086, 9093, 7287, 9004, 8621, 8462, 8532, 9218, 8475, 8780, 7133, 8674, 7941, 8053, 8672, 8423, 8308, 8854, 9577, 8652, 8787, 8399, 8885, 8624, 6981, 8785, 7672, 7411, 8843, 7966, 8013, 8926, 7142, 9261, 9152, 7399, 8857, 7578, 8537, 9020, 7404, 9248, 9152, 7721, 9182, 8616, 6929, 8797, 7801, 8432, 9232, 7046, 8617, 7447, 8127, 6778, 6606, 8631, 7595, 8963, 8627, 7018, 8062, 8741, 8570, 7179, 9167, 6952, 9347, 8288, 9157, 10329, 7411, 9261, 10277, 8563, 9197, 10336, 8899, 8424, 7837, 9078, 9502, 8857, 8965, 8134, 8928, 7710, 8165, 9033, 7588, 9050, 7969, 8054, 9190, 8826, 9088, 8970, 7835, 9359, 8414, 8986, 9261, 7143, 9270, 7051, 9213, 7346, 7972, 9040, 9034, 8494, 7699, 7384, 7636, 7742, 8720, 7216, 9159, 7477, 9231, 7148, 8933, 10190, 8818, 9218, 12022, 8545, 8843, 8322, 8872, 8024, 7950, 7031, 7520, 6181, 8862, 6607, 9193, 7404, 8757, 9361, 11956, 8559, 9033, 10377, 8780, 8889, 9073, 9025, 8327, 7731, 8650, 8544, 8486, 8705, 7707, 8950, 7530, 7275, 8608, 7956, 8564, 8573, 7379, 9010, 7887, 7590, 8629, 6740, 9279, 7170, 7808, 8133, 7946, 8284, 8865, 7769, 8681, 8046, 7997, 7760, 8638, 9472, 7966, 7862, 8691, 6302, 7887, 7968, 7890, 7521, 6997, 8774, 6655, 9384, 8764, 8380, 8463, 7509, 8745, 7929, 7221, 9173, 7854, 9055, 8689, 9145, 9415, 12346, 8984, 8773, 12410, 8884, 8308, 8721, 9198, 9027, 7642, 9183, 8337, 8967, 8929, 8151, 9438, 7367, 8327, 9214, 8270, 9181, 6770, 8361, 7013, 8606, 8890, 8619, 7444, 6987, 8964, 9537, 10389, 8564, 10473, 8787, 7775, 9217, 8810], 'WindowCenter': [3641.0, 3625.0, 3646.0, 3622.0, 3611.0, 3629.0, 3607.0, 3615.0, 3594.0, 3596.0, 3607.0, 3618.0, 3617.0, 3620.0, 3608.0, 3607.0, 3608.0, 3606.0, 3619.0, 3621.0, 3619.0, 3618.0, 3618.0, 3608.0, 3606.0, 3619.0, 3632.0, 3633.0, 3622.0, 3610.0, 3617.0, 3620.0, 3617.0, 3631.0, 3632.0, 3619.0, 3619.0, 3606.0, 3619.0, 3618.0, 3606.0, 3607.0, 3630.0, 3605.0, 3606.0, 3594.0, 3607.0, 3604.0, 3605.0, 3593.0, 3604.0, 3605.0, 3604.0, 3605.0, 3594.0, 3604.0, 3604.0, 3603.0, 3605.0, 3606.0, 3607.0, 3595.0, 3605.0, 3605.0, 3604.0, 3603.0, 3592.0, 3605.0, 3620.0, 3607.0, 3607.0, 3605.0, 3605.0, 3594.0, 3603.0, 3616.0, 3619.0, 3617.0, 3608.0, 3605.0, 3607.0, 3595.0, 3617.0, 3619.0, 3620.0, 3606.0, 3607.0, 3606.0, 3607.0, 3605.0, 3608.0, 3621.0, 3622.0, 3620.0, 3588.0, 3623.0, 3594.0, 3622.0, 3609.0, 3621.0, 3619.0, 3610.0, 3623.0, 3612.0, 3622.0, 3623.0, 3632.0, 3623.0, 3640.0, 3608.0, 3611.0, 3641.0, 3609.0, 3618.0, 3606.0, 3605.0, 3606.0, 3606.0, 3608.0, 3609.0, 3609.0, 3605.0, 3607.0, 3606.0, 3606.0, 3607.0, 3620.0, 3622.0, 3608.0, 3620.0, 3606.0, 3608.0, 3619.0, 3620.0, 3622.0, 3622.0, 3621.0, 3610.0, 3607.0, 3610.0, 3632.0, 3621.0, 3611.0, 3618.0, 3608.0, 3607.0, 3594.0, 3607.0, 3617.0, 3609.0, 3607.0, 3604.0, 3607.0, 3604.0, 3595.0, 3604.0, 3593.0, 3595.0, 3607.0, 3619.0, 3608.0, 3597.0, 3596.0, 3607.0, 3604.0, 3606.0, 3607.0, 3607.0, 3619.0, 3610.0, 3610.0, 3619.0, 3608.0, 3619.0, 3618.0, 3620.0, 3622.0, 3607.0, 3620.0, 3619.0, 3621.0, 3620.0, 3609.0, 3607.0, 3608.0, 3609.0, 3606.0, 3608.0, 3597.0, 3607.0, 3632.0, 3621.0, 3622.0, 3621.0, 3622.0, 3631.0, 3635.0, 3623.0, 3634.0, 3623.0, 3642.0, 3608.0, 3609.0, 3620.0, 3609.0, 3609.0, 3606.0, 3605.0, 3605.0, 3595.0, 3607.0, 3608.0, 3594.0, 3609.0, 3607.0, 3619.0, 3610.0, 3596.0, 3596.0, 3574.0, 3585.0, 3596.0, 3582.0, 3596.0, 3606.0, 3596.0, 3596.0, 3597.0, 3597.0, 3596.0, 3595.0, 3596.0, 3585.0, 3582.0, 3596.0, 3596.0, 3585.0, 3595.0, 3592.0, 3596.0, 3585.0, 3584.0, 3584.0, 3573.0, 3583.0, 3586.0, 3594.0, 3585.0, 3584.0, 3583.0, 3584.0, 3584.0, 3594.0, 3595.0, 3606.0, 3599.0, 3595.0, 3584.0, 3593.0, 3594.0, 3585.0, 3598.0, 3594.0, 3593.0, 3594.0, 3571.0, 3594.0, 3595.0, 3584.0, 3596.0, 3597.0, 3593.0, 3595.0, 3585.0, 3583.0, 3584.0, 3596.0, 3585.0, 3596.0, 3585.0, 3582.0, 3594.0, 3575.0, 3595.0, 3598.0, 3585.0, 3611.0, 3597.0, 3610.0, 3598.0, 3596.0, 3608.0, 3599.0, 3610.0, 3611.0, 3596.0, 3608.0, 3607.0, 3594.0, 3597.0, 3596.0, 3594.0, 3596.0, 3606.0, 3594.0, 3585.0, 3593.0, 3584.0, 3583.0, 3592.0, 3595.0, 3593.0, 3594.0, 3596.0, 3585.0, 3596.0, 3584.0, 3595.0, 3596.0, 3604.0, 3622.0, 3601.0, 3559.0, 3611.0, 3595.0, 3609.0, 3595.0, 3609.0, 3597.0, 3609.0, 3597.0, 3585.0, 3595.0, 3594.0, 3585.0, 3597.0, 3596.0, 3592.0, 3595.0, 3595.0, 3584.0, 3594.0, 3575.0, 3595.0, 3598.0, 3585.0, 3596.0, 3575.0, 3594.0, 3597.0, 3598.0, 3597.0, 3595.0, 3583.0, 3596.0, 3582.0, 3584.0, 3595.0, 3596.0, 3584.0, 3595.0, 3572.0, 3583.0, 3594.0, 3581.0, 3585.0, 3585.0, 3585.0, 3585.0, 3583.0, 3592.0, 3583.0, 3581.0, 3584.0, 3592.0, 3594.0, 3584.0, 3582.0, 3581.0, 3570.0, 3581.0, 3580.0, 3571.0, 3580.0, 3594.0, 3582.0, 3584.0, 3582.0, 3583.0, 3583.0, 3571.0, 3583.0, 3595.0, 3587.0, 3586.0, 3585.0, 3594.0, 3593.0, 3595.0, 3530.0, 3458.0, 3524.0, 3647.0, 3598.0, 3597.0, 3611.0, 3617.0, 3596.0, 3587.0, 3607.0, 3587.0, 3610.0, 3633.0, 3631.0, 3594.0, 3607.0, 3614.0, 3570.0, 3580.0, 3556.0, 3570.0, 3569.0, 3571.0, 3569.0, 3569.0, 3580.0, 3579.0, 3557.0, 3556.0, 3568.0, 3544.0, 3569.0, 3560.0, 3581.0, 3581.0, 3579.0, 3571.0, 3581.0, 3583.0, 3583.0, 3580.0, 3568.0, 3581.0, 3567.0, 3580.0, 3579.0, 3569.0, 3594.0, 3562.0, 3584.0, 3598.0, 3586.0, 3599.0, 3610.0, 3585.0, 3599.0, 3596.0, 3585.0, 3610.0, 3624.0, 3603.0, 3602.0, 3598.0, 3599.0, 3608.0, 3586.0, 3596.0, 3612.0, 3589.0, 3597.0, 3589.0, 3586.0, 3610.0, 3587.0, 3598.0, 3598.0, 3590.0, 3609.0, 3600.0, 3600.0, 3600.0, 3588.0, 3610.0, 3598.0, 3600.0, 3609.0, 3608.0, 3614.0, 3609.0, 3596.0, 3611.0, 3610.0, 3624.0, 3599.0, 3600.0, 3586.0, 3599.0, 3596.0, 3609.0, 3599.0, 3610.0, 3609.0, 3611.0, 3603.0, 3606.0, 3584.0, 3585.0, 3582.0, 3583.0, 3583.0, 3594.0, 3585.0, 3572.0, 3596.0, 3570.0, 3593.0, 3562.0, 3584.0, 3583.0, 3574.0, 3595.0, 3585.0, 3596.0, 3610.0, 3594.0, 3594.0, 3594.0, 3584.0, 3595.0, 3563.0, 3609.0, 3623.0, 3588.0, 3608.0, 3586.0, 3585.0, 3595.0, 3595.0, 3610.0, 3584.0, 3597.0, 3575.0, 3596.0, 3609.0, 3611.0, 3611.0, 3587.0, 3587.0, 3595.0, 3598.0, 3585.0, 3596.0, 3608.0, 3596.0, 3599.0, 3572.0, 3597.0, 3593.0, 3562.0, 3595.0, 3587.0, 3596.0, 3595.0, 3582.0, 3593.0, 3594.0, 3573.0, 3604.0, 3583.0, 3584.0, 3610.0, 3583.0, 3598.0, 3605.0, 3574.0, 3595.0, 3586.0, 3584.0, 3610.0, 3612.0, 3608.0, 3612.0, 3585.0, 3606.0, 3610.0, 3593.0, 3595.0, 3611.0, 3596.0, 3606.0, 3595.0, 3582.0, 3597.0, 3595.0, 3585.0, 3610.0, 3596.0, 3595.0, 3608.0, 3572.0, 3594.0, 3595.0, 3572.0, 3606.0, 3609.0, 3576.0, 3607.0, 3587.0, 3597.0, 3609.0, 3586.0, 3596.0, 3619.0, 3607.0, 3607.0, 3607.0, 3584.0, 3606.0, 3585.0, 3586.0, 3608.0, 3595.0, 3595.0, 3606.0, 3574.0, 3596.0, 3594.0, 3585.0, 3608.0, 3597.0, 3596.0, 3597.0, 3593.0, 3583.0, 3596.0, 3576.0, 3595.0, 3583.0, 3584.0, 3596.0, 3584.0, 3595.0, 3595.0, 3604.0, 3597.0, 3596.0, 3593.0, 3593.0, 3593.0, 3561.0, 3594.0, 3573.0, 3573.0, 3596.0, 3595.0, 3584.0, 3597.0, 3573.0, 3602.0, 3604.0, 3576.0, 3606.0, 3585.0, 3596.0, 3608.0, 3573.0, 3606.0, 3606.0, 3583.0, 3606.0, 3597.0, 3589.0, 3597.0, 3589.0, 3596.0, 3605.0, 3576.0, 3611.0, 3586.0, 3598.0, 3588.0, 3576.0, 3610.0, 3597.0, 3623.0, 3623.0, 3588.0, 3613.0, 3611.0, 3614.0, 3602.0, 3620.0, 3590.0, 3619.0, 3612.0, 3629.0, 3635.0, 3586.0, 3607.0, 3609.0, 3594.0, 3606.0, 3621.0, 3594.0, 3583.0, 3573.0, 3594.0, 3593.0, 3591.0, 3592.0, 3572.0, 3592.0, 3574.0, 3583.0, 3596.0, 3572.0, 3591.0, 3570.0, 3570.0, 3595.0, 3596.0, 3594.0, 3593.0, 3570.0, 3596.0, 3582.0, 3593.0, 3609.0, 3585.0, 3608.0, 3572.0, 3606.0, 3572.0, 3585.0, 3596.0, 3605.0, 3598.0, 3585.0, 3586.0, 3599.0, 3586.0, 3596.0, 3588.0, 3609.0, 3587.0, 3619.0, 3592.0, 3611.0, 3618.0, 3599.0, 3610.0, 3616.0, 3582.0, 3596.0, 3599.0, 3598.0, 3582.0, 3585.0, 3573.0, 3585.0, 3553.0, 3606.0, 3565.0, 3608.0, 3576.0, 3608.0, 3609.0, 3629.0, 3583.0, 3594.0, 3593.0, 3583.0, 3581.0, 3580.0, 3580.0, 3581.0, 3573.0, 3586.0, 3589.0, 3580.0, 3581.0, 3568.0, 3580.0, 3569.0, 3560.0, 3585.0, 3570.0, 3585.0, 3586.0, 3571.0, 3602.0, 3585.0, 3600.0, 3597.0, 3562.0, 3605.0, 3580.0, 3597.0, 3600.0, 3598.0, 3600.0, 3609.0, 3597.0, 3609.0, 3598.0, 3598.0, 3603.0, 3600.0, 3622.0, 3601.0, 3612.0, 3612.0, 3578.0, 3599.0, 3597.0, 3610.0, 3599.0, 3587.0, 3610.0, 3577.0, 3612.0, 3595.0, 3609.0, 3597.0, 3587.0, 3611.0, 3602.0, 3586.0, 3607.0, 3584.0, 3610.0, 3595.0, 3608.0, 3610.0, 3631.0, 3600.0, 3585.0, 3612.0, 3580.0, 3572.0, 3578.0, 3581.0, 3582.0, 3558.0, 3591.0, 3582.0, 3579.0, 3579.0, 3568.0, 3593.0, 3558.0, 3581.0, 3605.0, 3596.0, 3606.0, 3577.0, 3595.0, 3577.0, 3604.0, 3602.0, 3606.0, 3585.0, 3594.0, 3621.0, 3636.0, 3623.0, 3613.0, 3621.0, 3598.0, 3598.0, 3608.0, 3610.0], 'WindowWidth': [8236.0, 8204.0, 8232.0, 8191.0, 8173.0, 8192.0, 8159.0, 8167.0, 8137.0, 8143.0, 8160.0, 8177.0, 8173.0, 8180.0, 8164.0, 8160.0, 8164.0, 8158.0, 8180.0, 8187.0, 8182.0, 8179.0, 8176.0, 8163.0, 8160.0, 8179.0, 8201.0, 8208.0, 8188.0, 8168.0, 8175.0, 8182.0, 8174.0, 8200.0, 8204.0, 8182.0, 8183.0, 8160.0, 8178.0, 8176.0, 8157.0, 8162.0, 8196.0, 8157.0, 8158.0, 8138.0, 8157.0, 8151.0, 8151.0, 8138.0, 8152.0, 8154.0, 8149.0, 8152.0, 8137.0, 8151.0, 8152.0, 8148.0, 8154.0, 8157.0, 8162.0, 8142.0, 8150.0, 8153.0, 8149.0, 8148.0, 8133.0, 8154.0, 8181.0, 8162.0, 8159.0, 8152.0, 8153.0, 8138.0, 8149.0, 8173.0, 8181.0, 8175.0, 8161.0, 8153.0, 8159.0, 8140.0, 8173.0, 8178.0, 8183.0, 8159.0, 8160.0, 8158.0, 8158.0, 8155.0, 8163.0, 8185.0, 8191.0, 8181.0, 8136.0, 8188.0, 8135.0, 8189.0, 8164.0, 8184.0, 8181.0, 8169.0, 8190.0, 8176.0, 8189.0, 8190.0, 8199.0, 8191.0, 8208.0, 8160.0, 8171.0, 8211.0, 8162.0, 8174.0, 8155.0, 8154.0, 8152.0, 8154.0, 8162.0, 8166.0, 8163.0, 8152.0, 8158.0, 8155.0, 8155.0, 8160.0, 8183.0, 8187.0, 8162.0, 8180.0, 8158.0, 8161.0, 8179.0, 8185.0, 8188.0, 8186.0, 8185.0, 8169.0, 8159.0, 8168.0, 8200.0, 8183.0, 8171.0, 8174.0, 8161.0, 8159.0, 8138.0, 8158.0, 8173.0, 8163.0, 8159.0, 8149.0, 8154.0, 8151.0, 8137.0, 8149.0, 8135.0, 8139.0, 8158.0, 8177.0, 8161.0, 8144.0, 8140.0, 8156.0, 8150.0, 8154.0, 8157.0, 8156.0, 8177.0, 8170.0, 8170.0, 8178.0, 8160.0, 8176.0, 8176.0, 8182.0, 8188.0, 8162.0, 8180.0, 8180.0, 8183.0, 8177.0, 8163.0, 8156.0, 8161.0, 8163.0, 8154.0, 8158.0, 8146.0, 8157.0, 8200.0, 8181.0, 8186.0, 8185.0, 8186.0, 8200.0, 8211.0, 8190.0, 8205.0, 8189.0, 8211.0, 8159.0, 8163.0, 8181.0, 8162.0, 8161.0, 8155.0, 8152.0, 8153.0, 8138.0, 8159.0, 8161.0, 8136.0, 8162.0, 8157.0, 8177.0, 8171.0, 8143.0, 8142.0, 8110.0, 8124.0, 8142.0, 8117.0, 8140.0, 8153.0, 8142.0, 8143.0, 8145.0, 8144.0, 8142.0, 8137.0, 8139.0, 8126.0, 8118.0, 8141.0, 8141.0, 8125.0, 8138.0, 8129.0, 8139.0, 8123.0, 8119.0, 8121.0, 8104.0, 8118.0, 8128.0, 8137.0, 8124.0, 8120.0, 8117.0, 8121.0, 8119.0, 8134.0, 8138.0, 8156.0, 8146.0, 8138.0, 8121.0, 8133.0, 8136.0, 8124.0, 8146.0, 8138.0, 8131.0, 8137.0, 8101.0, 8134.0, 8138.0, 8123.0, 8143.0, 8144.0, 8132.0, 8136.0, 8124.0, 8119.0, 8121.0, 8141.0, 8127.0, 8141.0, 8126.0, 8118.0, 8138.0, 8112.0, 8140.0, 8147.0, 8125.0, 8169.0, 8146.0, 8166.0, 8148.0, 8143.0, 8164.0, 8152.0, 8168.0, 8170.0, 8142.0, 8159.0, 8158.0, 8137.0, 8144.0, 8141.0, 8137.0, 8142.0, 8156.0, 8136.0, 8124.0, 8131.0, 8120.0, 8118.0, 8129.0, 8136.0, 8131.0, 8134.0, 8143.0, 8127.0, 8143.0, 8126.0, 8136.0, 8142.0, 8149.0, 8185.0, 8155.0, 8080.0, 8172.0, 8140.0, 8161.0, 8139.0, 8161.0, 8145.0, 8162.0, 8145.0, 8123.0, 8136.0, 8135.0, 8123.0, 8143.0, 8141.0, 8129.0, 8136.0, 8137.0, 8120.0, 8134.0, 8112.0, 8139.0, 8146.0, 8124.0, 8141.0, 8111.0, 8135.0, 8143.0, 8147.0, 8145.0, 8141.0, 8119.0, 8138.0, 8117.0, 8120.0, 8138.0, 8142.0, 8122.0, 8138.0, 8101.0, 8117.0, 8132.0, 8112.0, 8121.0, 8124.0, 8124.0, 8123.0, 8115.0, 8129.0, 8115.0, 8111.0, 8118.0, 8126.0, 8133.0, 8122.0, 8115.0, 8113.0, 8095.0, 8112.0, 8110.0, 8098.0, 8110.0, 8134.0, 8119.0, 8119.0, 8113.0, 8116.0, 8118.0, 8098.0, 8117.0, 8137.0, 8133.0, 8129.0, 8125.0, 8137.0, 8131.0, 8138.0, 8018.0, 7889.0, 8007.0, 8233.0, 8153.0, 8144.0, 8167.0, 8167.0, 8139.0, 8126.0, 8155.0, 8128.0, 8164.0, 8200.0, 8194.0, 8134.0, 8154.0, 8155.0, 8091.0, 8103.0, 8067.0, 8090.0, 8088.0, 8090.0, 8088.0, 8086.0, 8103.0, 8103.0, 8069.0, 8069.0, 8087.0, 8049.0, 8087.0, 8075.0, 8106.0, 8108.0, 8104.0, 8091.0, 8105.0, 8111.0, 8113.0, 8104.0, 8086.0, 8107.0, 8083.0, 8104.0, 8105.0, 8091.0, 8130.0, 8085.0, 8117.0, 8142.0, 8129.0, 8148.0, 8162.0, 8123.0, 8146.0, 8139.0, 8123.0, 8162.0, 8191.0, 8160.0, 8158.0, 8144.0, 8146.0, 8160.0, 8127.0, 8141.0, 8170.0, 8136.0, 8144.0, 8132.0, 8126.0, 8162.0, 8128.0, 8143.0, 8146.0, 8139.0, 8163.0, 8150.0, 8150.0, 8151.0, 8133.0, 8164.0, 8145.0, 8151.0, 8163.0, 8158.0, 8176.0, 8163.0, 8139.0, 8169.0, 8168.0, 8190.0, 8148.0, 8150.0, 8127.0, 8146.0, 8138.0, 8160.0, 8149.0, 8166.0, 8161.0, 8165.0, 8158.0, 8149.0, 8117.0, 8119.0, 8111.0, 8113.0, 8114.0, 8132.0, 8121.0, 8099.0, 8133.0, 8094.0, 8127.0, 8084.0, 8118.0, 8116.0, 8105.0, 8135.0, 8121.0, 8142.0, 8162.0, 8133.0, 8133.0, 8132.0, 8116.0, 8132.0, 8091.0, 8162.0, 8185.0, 8132.0, 8158.0, 8124.0, 8122.0, 8136.0, 8136.0, 8162.0, 8122.0, 8142.0, 8109.0, 8141.0, 8164.0, 8170.0, 8168.0, 8130.0, 8126.0, 8137.0, 8140.0, 8121.0, 8140.0, 8158.0, 8140.0, 8146.0, 8101.0, 8139.0, 8131.0, 8087.0, 8133.0, 8128.0, 8138.0, 8136.0, 8113.0, 8130.0, 8132.0, 8102.0, 8145.0, 8116.0, 8122.0, 8162.0, 8119.0, 8141.0, 8149.0, 8106.0, 8136.0, 8124.0, 8121.0, 8162.0, 8169.0, 8160.0, 8168.0, 8123.0, 8152.0, 8161.0, 8131.0, 8137.0, 8167.0, 8140.0, 8153.0, 8137.0, 8115.0, 8139.0, 8135.0, 8122.0, 8162.0, 8139.0, 8134.0, 8156.0, 8100.0, 8133.0, 8137.0, 8101.0, 8152.0, 8161.0, 8114.0, 8155.0, 8126.0, 8140.0, 8159.0, 8125.0, 8142.0, 8177.0, 8155.0, 8157.0, 8155.0, 8120.0, 8152.0, 8123.0, 8129.0, 8159.0, 8135.0, 8137.0, 8152.0, 8104.0, 8135.0, 8135.0, 8124.0, 8157.0, 8140.0, 8135.0, 8139.0, 8130.0, 8117.0, 8140.0, 8112.0, 8136.0, 8117.0, 8119.0, 8139.0, 8118.0, 8135.0, 8136.0, 8144.0, 8141.0, 8140.0, 8130.0, 8131.0, 8130.0, 8083.0, 8132.0, 8102.0, 8103.0, 8138.0, 8136.0, 8121.0, 8139.0, 8103.0, 8149.0, 8146.0, 8109.0, 8151.0, 8124.0, 8138.0, 8157.0, 8102.0, 8151.0, 8151.0, 8117.0, 8152.0, 8143.0, 8133.0, 8141.0, 8133.0, 8141.0, 8151.0, 8113.0, 8166.0, 8129.0, 8147.0, 8135.0, 8114.0, 8165.0, 8144.0, 8185.0, 8189.0, 8138.0, 8175.0, 8169.0, 8175.0, 8158.0, 8180.0, 8139.0, 8177.0, 8173.0, 8201.0, 8206.0, 8126.0, 8154.0, 8159.0, 8133.0, 8153.0, 8177.0, 8132.0, 8118.0, 8101.0, 8132.0, 8129.0, 8124.0, 8126.0, 8098.0, 8125.0, 8107.0, 8115.0, 8135.0, 8097.0, 8122.0, 8094.0, 8093.0, 8134.0, 8138.0, 8133.0, 8128.0, 8094.0, 8136.0, 8112.0, 8128.0, 8159.0, 8127.0, 8157.0, 8101.0, 8149.0, 8101.0, 8121.0, 8139.0, 8151.0, 8143.0, 8124.0, 8125.0, 8150.0, 8124.0, 8140.0, 8128.0, 8157.0, 8127.0, 8175.0, 8145.0, 8168.0, 8169.0, 8144.0, 8163.0, 8164.0, 8113.0, 8138.0, 8145.0, 8140.0, 8115.0, 8124.0, 8103.0, 8120.0, 8079.0, 8150.0, 8095.0, 8154.0, 8112.0, 8159.0, 8160.0, 8186.0, 8116.0, 8129.0, 8126.0, 8112.0, 8110.0, 8104.0, 8106.0, 8109.0, 8099.0, 8121.0, 8124.0, 8105.0, 8107.0, 8088.0, 8104.0, 8090.0, 8080.0, 8117.0, 8093.0, 8119.0, 8123.0, 8099.0, 8149.0, 8124.0, 8150.0, 8141.0, 8089.0, 8148.0, 8123.0, 8145.0, 8151.0, 8144.0, 8148.0, 8159.0, 8143.0, 8161.0, 8145.0, 8147.0, 8160.0, 8148.0, 8182.0, 8152.0, 8169.0, 8169.0, 8119.0, 8150.0, 8141.0, 8165.0, 8150.0, 8129.0, 8165.0, 8116.0, 8167.0, 8138.0, 8162.0, 8144.0, 8129.0, 8165.0, 8155.0, 8127.0, 8155.0, 8121.0, 8160.0, 8138.0, 8157.0, 8166.0, 8195.0, 8146.0, 8120.0, 8151.0, 8105.0, 8097.0, 8100.0, 8107.0, 8109.0, 8073.0, 8121.0, 8111.0, 8102.0, 8102.0, 8086.0, 8125.0, 8076.0, 8110.0, 8148.0, 8142.0, 8151.0, 8115.0, 8138.0, 8115.0, 8150.0, 8143.0, 8153.0, 8128.0, 8145.0, 8183.0, 8213.0, 8183.0, 8169.0, 8175.0, 8139.0, 8147.0, 8156.0, 8161.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.005680471806674338</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07910943060989645</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.142113114251124</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0478754207603684</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9505728076958524</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4912</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3493.6887</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2085622862474747</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>149</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>17.14614499424626</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.786616725714365</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5419626666676143</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.198972741912365</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6189147685631156</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00975327</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013723069801926613</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03501102328300476</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7618019101267155</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>17.5191</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.687</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.4115</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303300.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>904.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.1707</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9189</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>415.0374</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2817.2393</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3042.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73244.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>823.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3675.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>808.6495</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.159539288957603</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> |