=== 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-0074 --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-0074",
"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-0074_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0074_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0074/ses-01/func/sub-0074_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>a131c79799425e6c17d77544b8e46d2a</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>21:49:31.490000</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.999073, -0.0306153, 0.0302706, 0.0308736, 0.99949, -0.0081007]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0989478</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4127, -7732, -7219, 562, -141, -179, -101, 62]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>228.938</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>01173a28-14c7-45b0-a361-2d3975718c95||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.6804392337799072, 0.08283152431249619, 0.08101928979158401, 108.51210021972656], [0.08213867992162704, 2.6815598011016846, -0.02437492273747921, -100.71482849121094], [0.08121374249458313, 0.021733585745096207, 2.698673963546753, -53.65828323364258], [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': ['214931.490000', '214931.950000', '214932.410000', '214932.870000', '214933.330000', '214933.790000', '214934.250000', '214934.710000', '214935.170000', '214935.630000', '214936.090000', '214936.550000', '214937.010000', '214937.470000', '214937.930000', '214938.390000', '214938.850000', '214939.310000', '214939.770000', '214940.230000', '214940.690000', '214941.150000', '214941.610000', '214942.070000', '214942.530000', '214942.990000', '214943.450000', '214943.910000', '214944.370000', '214944.830000', '214945.290000', '214945.750000', '214946.210000', '214946.670000', '214947.130000', '214947.590000', '214948.050000', '214948.510000', '214948.970000', '214949.430000', '214949.890000', '214950.350000', '214950.810000', '214951.270000', '214951.730000', '214952.190000', '214952.650000', '214953.110000', '214953.570000', '214954.030000', '214954.490000', '214954.950000', '214955.410000', '214955.870000', '214956.330000', '214956.790000', '214957.250000', '214957.710000', '214958.170000', '214958.630000', '214959.090000', '214959.550000', '215000.010000', '215000.470000', '215000.930000', '215001.390000', '215001.850000', '215002.310000', '215002.770000', '215003.230000', '215003.690000', '215004.150000', '215004.610000', '215005.070000', '215005.530000', '215005.990000', '215006.450000', '215006.910000', '215007.370000', '215007.830000', '215008.290000', '215008.750000', '215009.210000', '215009.670000', '215010.130000', '215010.590000', '215011.050000', '215011.510000', '215011.970000', '215012.430000', '215012.890000', '215013.350000', '215013.810000', '215014.270000', '215014.730000', '215015.190000', '215015.650000', '215016.110000', '215016.570000', '215017.030000', '215017.490000', '215017.950000', '215018.410000', '215018.870000', '215019.330000', '215019.790000', '215020.250000', '215020.710000', '215021.170000', '215021.630000', '215022.090000', '215022.550000', '215023.010000', '215023.470000', '215023.930000', '215024.390000', '215024.850000', '215025.310000', '215025.770000', '215026.230000', '215026.690000', '215027.150000', '215027.610000', '215028.070000', '215028.530000', '215028.990000', '215029.450000', '215029.910000', '215030.370000', '215030.830000', '215031.290000', '215031.750000', '215032.210000', '215032.670000', '215033.130000', '215033.590000', '215034.050000', '215034.510000', '215034.970000', '215035.430000', '215035.890000', '215036.350000', '215036.810000', '215037.270000', '215037.730000', '215038.190000', '215038.650000', '215039.110000', '215039.570000', '215040.030000', '215040.490000', '215040.950000', '215041.410000', '215041.870000', '215042.330000', '215042.790000', '215043.250000', '215043.710000', '215044.170000', '215044.630000', '215045.090000', '215045.550000', '215046.010000', '215046.470000', '215046.930000', '215047.390000', '215047.850000', '215048.310000', '215048.770000', '215049.230000', '215049.690000', '215050.150000', '215050.610000', '215051.070000', '215051.530000', '215051.990000', '215052.450000', '215052.910000', '215053.370000', '215053.830000', '215054.290000', '215054.750000', '215055.210000', '215055.670000', '215056.130000', '215056.590000', '215057.050000', '215057.510000', '215057.970000', '215058.430000', '215058.890000', '215059.350000', '215059.810000', '215100.270000', '215100.730000', '215101.190000', '215101.650000', '215102.110000', '215102.570000', '215103.030000', '215103.490000', '215103.950000', '215104.410000', '215104.870000', '215105.330000', '215105.790000', '215106.250000', '215106.710000', '215107.170000', '215107.630000', '215108.090000', '215108.550000', '215109.010000', '215109.470000', '215109.930000', '215110.390000', '215110.850000', '215111.310000', '215111.770000', '215112.230000', '215112.690000', '215113.150000', '215113.610000', '215114.070000', '215114.530000', '215114.990000', '215115.450000', '215115.910000', '215116.370000', '215116.830000', '215117.290000', '215117.750000', '215118.210000', '215118.670000', '215119.130000', '215119.590000', '215120.050000', '215120.510000', '215120.970000', '215121.430000', '215121.890000', '215122.350000', '215122.810000', '215123.270000', '215123.730000', '215124.190000', '215124.650000', '215125.110000', '215125.570000', '215126.030000', '215126.490000', '215126.950000', '215127.410000', '215127.870000', '215128.330000', '215128.790000', '215129.250000', '215129.710000', '215130.170000', '215130.630000', '215131.090000', '215131.550000', '215132.010000', '215132.470000', '215132.930000', '215133.390000', '215133.850000', '215134.310000', '215134.770000', '215135.230000', '215135.690000', '215136.150000', '215136.610000', '215137.070000', '215137.530000', '215137.990000', '215138.450000', '215138.910000', '215139.370000', '215139.830000', '215140.290000', '215140.750000', '215141.210000', '215141.670000', '215142.130000', '215142.590000', '215143.050000', '215143.510000', '215143.970000', '215144.430000', '215144.890000', '215145.350000', '215145.810000', '215146.270000', '215146.730000', '215147.190000', '215147.650000', '215148.110000', '215148.570000', '215149.030000', '215149.490000', '215149.950000', '215150.410000', '215150.870000', '215151.330000', '215151.790000', '215152.250000', '215152.710000', '215153.170000', '215153.630000', '215154.090000', '215154.550000', '215155.010000', '215155.470000', '215155.930000', '215156.390000', '215156.850000', '215157.310000', '215157.770000', '215158.230000', '215158.690000', '215159.150000', '215159.610000', '215200.070000', '215200.530000', '215200.990000', '215201.450000', '215201.910000', '215202.370000', '215202.830000', '215203.290000', '215203.750000', '215204.210000', '215204.670000', '215205.130000', '215205.590000', '215206.050000', '215206.510000', '215206.970000', '215207.430000', '215207.890000', '215208.350000', '215208.810000', '215209.270000', '215209.730000', '215210.190000', '215210.650000', '215211.110000', '215211.570000', '215212.030000', '215212.490000', '215212.950000', '215213.410000', '215213.870000', '215214.330000', '215214.790000', '215215.250000', '215215.710000', '215216.170000', '215216.630000', '215217.090000', '215217.550000', '215218.010000', '215218.470000', '215218.930000', '215219.390000', '215219.850000', '215220.310000', '215220.770000', '215221.230000', '215221.690000', '215222.150000', '215222.610000', '215223.070000', '215223.530000', '215223.990000', '215224.450000', '215224.910000', '215225.370000', '215225.830000', '215226.290000', '215226.750000', '215227.210000', '215227.670000', '215228.130000', '215228.590000', '215229.050000', '215229.510000', '215229.970000', '215230.430000', '215230.890000', '215231.350000', '215231.810000', '215232.270000', '215232.730000', '215233.190000', '215233.650000', '215234.110000', '215234.570000', '215235.030000', '215235.490000', '215235.950000', '215236.410000', '215236.870000', '215237.330000', '215237.790000', '215238.250000', '215238.710000', '215239.170000', '215239.630000', '215240.090000', '215240.550000', '215241.010000', '215241.470000', '215241.930000', '215242.390000', '215242.850000', '215243.310000', '215243.770000', '215244.230000', '215244.690000', '215245.150000', '215245.610000', '215246.070000', '215246.530000', '215246.990000', '215247.450000', '215247.910000', '215248.370000', '215248.830000', '215249.290000', '215249.750000', '215250.210000', '215250.670000', '215251.130000', '215251.590000', '215252.050000', '215252.510000', '215252.970000', '215253.430000', '215253.890000', '215254.350000', '215254.810000', '215255.270000', '215255.730000', '215256.190000', '215256.650000', '215257.110000', '215257.570000', '215258.030000', '215258.490000', '215258.950000', '215259.410000', '215259.870000', '215300.330000', '215300.790000', '215301.250000', '215301.710000', '215302.170000', '215302.630000', '215303.090000', '215303.550000', '215304.010000', '215304.470000', '215304.930000', '215305.390000', '215305.850000', '215306.310000', '215306.770000', '215307.230000', '215307.690000', '215308.150000', '215308.610000', '215309.070000', '215309.530000', '215309.990000', '215310.450000', '215310.910000', '215311.370000', '215311.830000', '215312.290000', '215312.750000', '215313.210000', '215313.670000', '215314.130000', '215314.590000', '215315.050000', '215315.510000', '215315.970000', '215316.430000', '215316.890000', '215317.350000', '215317.810000', '215318.270000', '215318.730000', '215319.190000', '215319.650000', '215320.110000', '215320.570000', '215321.030000', '215321.490000', '215321.950000', '215322.410000', '215322.870000', '215323.330000', '215323.790000', '215324.250000', '215324.710000', '215325.170000', '215325.630000', '215326.090000', '215326.550000', '215327.010000', '215327.470000', '215327.930000', '215328.390000', '215328.850000', '215329.310000', '215329.770000', '215330.230000', '215330.690000', '215331.150000', '215331.610000', '215332.070000', '215332.530000', '215332.990000', '215333.450000', '215333.910000', '215334.370000', '215334.830000', '215335.290000', '215335.750000', '215336.210000', '215336.670000', '215337.130000', '215337.590000', '215338.050000', '215338.510000', '215338.970000', '215339.430000', '215339.890000', '215340.350000', '215340.810000', '215341.270000', '215341.730000', '215342.190000', '215342.650000', '215343.110000', '215343.570000', '215344.030000', '215344.490000', '215344.950000', '215345.410000', '215345.870000', '215346.330000', '215346.790000', '215347.250000', '215347.710000', '215348.170000', '215348.630000', '215349.090000', '215349.550000', '215350.010000', '215350.470000', '215350.930000', '215351.390000', '215351.850000', '215352.310000', '215352.770000', '215353.230000', '215353.690000', '215354.150000', '215354.610000', '215355.070000', '215355.530000', '215355.990000', '215356.450000', '215356.910000', '215357.370000', '215357.830000', '215358.290000', '215358.750000', '215359.210000', '215359.670000', '215400.130000', '215400.590000', '215401.050000', '215401.510000', '215401.970000', '215402.430000', '215402.890000', '215403.350000', '215403.810000', '215404.270000', '215404.730000', '215405.190000', '215405.650000', '215406.110000', '215406.570000', '215407.030000', '215407.490000', '215407.950000', '215408.410000', '215408.870000', '215409.330000', '215409.790000', '215410.250000', '215410.710000', '215411.170000', '215411.630000', '215412.090000', '215412.550000', '215413.010000', '215413.470000', '215413.930000', '215414.390000', '215414.850000', '215415.310000', '215415.770000', '215416.230000', '215416.690000', '215417.150000', '215417.610000', '215418.070000', '215418.530000', '215418.990000', '215419.450000', '215419.910000', '215420.370000', '215420.830000', '215421.290000', '215421.750000', '215422.210000', '215422.670000', '215423.130000', '215423.590000', '215424.050000', '215424.510000', '215424.970000', '215425.430000', '215425.890000', '215426.350000', '215426.810000', '215427.270000', '215427.730000', '215428.190000', '215428.650000', '215429.110000', '215429.570000', '215430.030000', '215430.490000', '215430.950000', '215431.410000', '215431.870000', '215432.330000', '215432.790000', '215433.250000', '215433.710000', '215434.170000', '215434.630000', '215435.090000', '215435.550000', '215436.010000', '215436.470000', '215436.930000', '215437.390000', '215437.850000', '215438.310000', '215438.770000', '215439.230000', '215439.690000', '215440.150000', '215440.610000', '215441.070000', '215441.530000', '215441.990000', '215442.450000', '215442.910000', '215443.370000', '215443.830000', '215444.290000', '215444.750000', '215445.210000', '215445.670000', '215446.130000', '215446.590000', '215447.050000', '215447.510000', '215447.970000', '215448.430000', '215448.890000', '215449.350000', '215449.810000', '215450.270000', '215450.730000', '215451.190000', '215451.650000', '215452.110000', '215452.570000', '215453.030000', '215453.490000', '215453.950000', '215454.410000', '215454.870000', '215455.330000', '215455.790000', '215456.250000', '215456.710000', '215457.170000', '215457.630000', '215458.090000', '215458.550000', '215459.010000', '215459.470000', '215459.930000', '215500.390000', '215500.850000', '215501.310000', '215501.770000', '215502.230000', '215502.690000', '215503.150000', '215503.610000', '215504.070000', '215504.530000', '215504.990000', '215505.450000', '215505.910000', '215506.370000', '215506.830000', '215507.290000', '215507.750000', '215508.210000', '215508.670000', '215509.130000', '215509.590000', '215510.050000', '215510.510000', '215510.970000', '215511.430000', '215511.890000', '215512.350000', '215512.810000', '215513.270000', '215513.730000', '215514.190000', '215514.650000', '215515.110000', '215515.570000', '215516.030000', '215516.490000', '215516.950000', '215517.410000', '215517.870000', '215518.330000', '215518.790000', '215519.250000', '215519.710000', '215520.170000', '215520.630000', '215521.090000', '215521.550000', '215522.010000', '215522.470000', '215522.930000', '215523.390000', '215523.850000', '215524.310000', '215524.770000', '215525.230000', '215525.690000', '215526.150000', '215526.610000', '215527.070000', '215527.530000', '215527.990000', '215528.450000', '215528.910000', '215529.370000', '215529.830000', '215530.290000', '215530.750000', '215531.210000', '215531.670000', '215532.130000', '215532.590000', '215533.050000', '215533.510000', '215533.970000', '215534.430000', '215534.890000', '215535.350000', '215535.810000', '215536.270000', '215536.730000', '215537.190000', '215537.650000', '215538.110000', '215538.570000', '215539.030000', '215539.490000', '215539.950000', '215540.410000', '215540.870000', '215541.330000', '215541.790000', '215542.250000', '215542.710000', '215543.170000', '215543.630000', '215544.090000', '215544.550000', '215545.010000', '215545.470000', '215545.930000', '215546.390000', '215546.850000', '215547.310000', '215547.770000', '215548.230000', '215548.690000', '215549.150000', '215549.610000', '215550.070000', '215550.530000', '215550.990000', '215551.450000', '215551.910000', '215552.370000', '215552.830000', '215553.290000', '215553.750000', '215554.210000', '215554.670000', '215555.130000', '215555.590000', '215556.050000', '215556.510000', '215556.970000', '215557.430000', '215557.890000', '215558.350000', '215558.810000', '215559.270000', '215559.730000', '215600.190000', '215600.650000', '215601.110000', '215601.570000', '215602.030000', '215602.490000', '215602.950000', '215603.410000', '215603.870000', '215604.330000', '215604.790000', '215605.250000', '215605.710000', '215606.170000', '215606.630000', '215607.090000', '215607.550000', '215608.010000', '215608.470000', '215608.930000', '215609.390000', '215609.850000', '215610.310000', '215610.770000', '215611.230000', '215611.690000', '215612.150000'], 'ContentTime': ['214951.739000', '214951.743000', '214951.745000', '214951.748000', '214951.751000', '214951.756000', '214951.758000', '214951.775000', '214951.778000', '214951.780000', '214951.783000', '214951.786000', '214951.788000', '214951.791000', '214951.793000', '214951.806000', '214951.809000', '214951.812000', '214951.815000', '214951.818000', '214951.820000', '214951.823000', '214951.825000', '214951.828000', '214951.830000', '214951.833000', '214951.836000', '214951.838000', '214951.841000', '214951.844000', '214951.846000', '214951.849000', '214951.851000', '214951.854000', '214951.857000', '214951.859000', '214951.862000', '214951.864000', '214951.867000', '214951.870000', '214951.872000', '215011.704000', '215011.715000', '215011.718000', '215011.720000', '215011.723000', '215011.725000', '215011.728000', '215011.731000', '215011.733000', '215011.736000', '215011.738000', '215011.741000', '215011.744000', '215011.746000', '215011.749000', '215011.752000', '215011.754000', '215011.757000', '215011.759000', '215011.762000', '215011.765000', '215011.767000', '215011.770000', '215011.772000', '215011.775000', '215011.778000', '215011.780000', '215011.783000', '215011.786000', '215011.788000', '215011.791000', '215011.793000', '215011.796000', '215011.799000', '215011.801000', '215011.804000', '215011.806000', '215011.809000', '215011.811000', '215011.814000', '215011.817000', '215011.819000', '215011.822000', '215011.825000', '215031.705000', '215031.708000', '215031.711000', '215031.714000', '215031.716000', '215031.719000', '215031.721000', '215031.724000', '215031.727000', '215031.729000', '215031.732000', '215031.735000', '215031.737000', '215031.740000', '215031.742000', '215031.745000', '215031.748000', '215031.750000', '215031.753000', '215031.755000', '215031.758000', '215031.761000', '215031.763000', '215031.766000', '215031.769000', '215031.771000', '215031.774000', '215031.776000', '215031.779000', '215031.782000', '215031.785000', '215031.788000', '215031.791000', '215031.793000', '215031.796000', '215031.799000', '215031.801000', '215031.804000', '215031.806000', '215031.809000', '215031.812000', '215031.814000', '215031.817000', '215051.705000', '215051.708000', '215051.712000', '215051.714000', '215051.717000', '215051.720000', '215051.722000', '215051.725000', '215051.727000', '215051.730000', '215051.733000', '215051.735000', '215051.738000', '215051.741000', '215051.743000', '215051.746000', '215051.748000', '215051.751000', '215051.754000', '215051.756000', '215051.759000', '215051.761000', '215051.764000', '215051.767000', '215051.770000', '215051.772000', '215051.775000', '215051.787000', '215051.790000', '215051.792000', '215051.795000', '215051.798000', '215051.800000', '215051.803000', '215051.806000', '215051.808000', '215051.811000', '215051.814000', '215051.816000', '215051.827000', '215051.830000', '215051.832000', '215051.835000', '215051.838000', '215111.705000', '215111.708000', '215111.711000', '215111.714000', '215111.716000', '215111.719000', '215111.721000', '215111.724000', '215111.727000', '215111.729000', '215111.732000', '215111.735000', '215111.737000', '215111.740000', '215111.743000', '215111.745000', '215111.748000', '215111.750000', '215111.753000', '215111.755000', '215111.758000', '215111.761000', '215111.763000', '215111.766000', '215111.769000', '215111.771000', '215111.774000', '215111.777000', '215111.779000', '215111.782000', '215111.784000', '215111.787000', '215111.790000', '215111.792000', '215111.795000', '215111.798000', '215111.801000', '215111.803000', '215111.806000', '215111.810000', '215111.813000', '215111.815000', '215111.818000', '215131.706000', '215131.709000', '215131.711000', '215131.714000', '215131.716000', '215131.719000', '215131.722000', '215131.725000', '215131.727000', '215131.730000', '215131.733000', '215131.735000', '215131.738000', '215131.741000', '215131.743000', '215131.746000', '215131.748000', '215131.751000', '215131.754000', '215131.756000', '215131.759000', '215131.762000', '215131.764000', '215131.767000', '215131.769000', '215131.772000', '215131.775000', '215131.777000', '215131.780000', '215131.783000', '215131.785000', '215131.788000', '215131.791000', '215131.793000', '215131.796000', '215131.798000', '215131.801000', '215131.804000', '215131.806000', '215131.809000', '215131.812000', '215131.814000', '215131.817000', '215131.819000', '215151.704000', '215151.707000', '215151.710000', '215151.713000', '215151.715000', '215151.718000', '215151.721000', '215151.724000', '215151.726000', '215151.729000', '215151.732000', '215151.734000', '215151.737000', '215151.739000', '215151.742000', '215151.745000', '215151.747000', '215151.750000', '215151.753000', '215151.755000', '215151.758000', '215151.761000', '215151.763000', '215151.766000', '215151.769000', '215151.771000', '215151.774000', '215151.777000', '215151.779000', '215151.782000', '215151.784000', '215151.787000', '215151.790000', '215151.793000', '215151.795000', '215151.798000', '215151.801000', '215151.803000', '215151.806000', '215151.808000', '215151.811000', '215151.814000', '215151.816000', '215211.705000', '215211.708000', '215211.710000', '215211.713000', '215211.716000', '215211.718000', '215211.721000', '215211.724000', '215211.726000', '215211.729000', '215211.732000', '215211.734000', '215211.737000', '215211.740000', '215211.742000', '215211.745000', '215211.747000', '215211.750000', '215211.753000', '215211.755000', '215211.758000', '215211.760000', '215211.763000', '215211.766000', '215211.768000', '215211.771000', '215211.774000', '215211.776000', '215211.779000', '215211.781000', '215211.784000', '215211.787000', '215211.789000', '215211.792000', '215211.795000', '215211.797000', '215211.800000', '215211.802000', '215211.805000', '215211.808000', '215211.810000', '215211.813000', '215211.815000', '215211.818000', '215231.704000', '215231.707000', '215231.710000', '215231.713000', '215231.715000', '215231.718000', '215231.721000', '215231.723000', '215231.726000', '215231.729000', '215231.731000', '215231.734000', '215231.737000', '215231.739000', '215231.742000', '215231.745000', '215231.747000', '215231.750000', '215231.753000', '215231.755000', '215231.758000', '215231.760000', '215231.771000', '215231.774000', '215231.777000', '215231.779000', '215231.782000', '215231.785000', '215231.787000', '215231.790000', '215231.793000', '215231.795000', '215231.798000', '215231.800000', '215231.803000', '215231.806000', '215231.808000', '215231.811000', '215231.814000', '215231.816000', '215231.819000', '215231.822000', '215231.824000', '215251.706000', '215251.708000', '215251.711000', '215251.714000', '215251.716000', '215251.719000', '215251.721000', '215251.724000', '215251.727000', '215251.729000', '215251.732000', '215251.735000', '215251.737000', '215251.740000', '215251.743000', '215251.745000', '215251.748000', '215251.750000', '215251.753000', '215251.756000', '215251.758000', '215251.761000', '215251.764000', '215251.767000', '215251.769000', '215251.772000', '215251.774000', '215251.777000', '215251.780000', '215251.782000', '215251.785000', '215251.788000', '215251.790000', '215251.793000', '215251.795000', '215251.798000', '215251.801000', '215251.803000', '215251.806000', '215251.809000', '215251.811000', '215251.814000', '215251.816000', '215251.819000', '215311.706000', '215311.709000', '215311.711000', '215311.714000', '215311.716000', '215311.719000', '215311.722000', '215311.725000', '215311.727000', '215311.730000', '215311.732000', '215311.735000', '215311.738000', '215311.740000', '215311.743000', '215311.746000', '215311.748000', '215311.751000', '215311.754000', '215311.756000', '215311.759000', '215311.762000', '215311.764000', '215311.767000', '215311.769000', '215311.772000', '215311.775000', '215311.777000', '215311.780000', '215311.783000', '215311.785000', '215311.788000', '215311.790000', '215311.793000', '215311.796000', '215311.799000', '215311.802000', '215311.804000', '215311.807000', '215311.810000', '215311.813000', '215311.815000', '215311.818000', '215331.706000', '215331.709000', '215331.711000', '215331.714000', '215331.716000', '215331.719000', '215331.722000', '215331.725000', '215331.727000', '215331.730000', '215331.732000', '215331.735000', '215331.738000', '215331.740000', '215331.743000', '215331.746000', '215331.749000', '215331.751000', '215331.754000', '215331.756000', '215331.759000', '215331.762000', '215331.765000', '215331.767000', '215331.770000', '215331.772000', '215331.775000', '215331.778000', '215331.781000', '215331.783000', '215331.786000', '215331.789000', '215331.791000', '215331.794000', '215331.797000', '215331.799000', '215331.802000', '215331.804000', '215331.807000', '215331.810000', '215331.812000', '215331.823000', '215331.825000', '215331.828000', '215351.706000', '215351.708000', '215351.711000', '215351.714000', '215351.716000', '215351.719000', '215351.722000', '215351.724000', '215351.727000', '215351.729000', '215351.732000', '215351.735000', '215351.737000', '215351.740000', '215351.742000', '215351.745000', '215351.748000', '215351.750000', '215351.753000', '215351.755000', '215351.758000', '215351.761000', '215351.763000', '215351.766000', '215351.769000', '215351.771000', '215351.774000', '215351.776000', '215351.779000', '215351.782000', '215351.784000', '215351.787000', '215351.790000', '215351.793000', '215351.795000', '215351.798000', '215351.801000', '215351.803000', '215351.806000', '215351.808000', '215351.811000', '215351.814000', '215351.816000', '215411.704000', '215411.728000', '215411.731000', '215411.733000', '215411.747000', '215411.750000', '215411.753000', '215411.755000', '215411.758000', '215411.761000', '215411.763000', '215411.766000', '215411.768000', '215411.771000', '215411.774000', '215411.777000', '215411.779000', '215411.782000', '215411.785000', '215411.787000', '215411.790000', '215411.792000', '215411.795000', '215411.798000', '215411.800000', '215411.803000', '215411.805000', '215411.808000', '215411.811000', '215411.813000', '215411.816000', '215411.818000', '215411.821000', '215411.823000', '215411.826000', '215411.829000', '215411.831000', '215411.834000', '215411.836000', '215411.839000', '215411.842000', '215411.844000', '215411.847000', '215411.849000', '215431.705000', '215431.708000', '215431.710000', '215431.713000', '215431.716000', '215431.718000', '215431.721000', '215431.724000', '215431.726000', '215431.729000', '215431.732000', '215431.734000', '215431.737000', '215431.739000', '215431.742000', '215431.745000', '215431.747000', '215431.750000', '215431.753000', '215431.756000', '215431.758000', '215431.761000', '215431.763000', '215431.766000', '215431.769000', '215431.771000', '215431.774000', '215431.777000', '215431.779000', '215431.782000', '215431.785000', '215431.788000', '215431.790000', '215431.793000', '215431.796000', '215431.798000', '215431.801000', '215431.804000', '215431.806000', '215431.809000', '215431.812000', '215431.814000', '215431.817000', '215451.705000', '215451.707000', '215451.710000', '215451.713000', '215451.716000', '215451.718000', '215451.721000', '215451.724000', '215451.726000', '215451.729000', '215451.732000', '215451.735000', '215451.738000', '215451.741000', '215451.743000', '215451.746000', '215451.749000', '215451.751000', '215451.754000', '215451.757000', '215451.759000', '215451.762000', '215451.765000', '215451.767000', '215451.770000', '215451.773000', '215451.775000', '215451.778000', '215451.781000', '215451.783000', '215451.786000', '215451.789000', '215451.791000', '215451.794000', '215451.797000', '215451.799000', '215451.802000', '215451.805000', '215451.807000', '215451.810000', '215451.813000', '215451.815000', '215451.818000', '215451.821000', '215511.706000', '215511.708000', '215511.711000', '215511.714000', '215511.716000', '215511.719000', '215511.722000', '215511.724000', '215511.727000', '215511.730000', '215511.733000', '215511.735000', '215511.738000', '215511.740000', '215511.743000', '215511.746000', '215511.748000', '215511.751000', '215511.754000', '215511.756000', '215511.759000', '215511.761000', '215511.764000', '215511.767000', '215511.769000', '215511.772000', '215511.775000', '215511.777000', '215511.780000', '215511.782000', '215511.785000', '215511.788000', '215511.790000', '215511.793000', '215511.796000', '215511.798000', '215511.801000', '215511.803000', '215511.806000', '215511.809000', '215511.811000', '215511.814000', '215511.817000', '215531.706000', '215531.708000', '215531.711000', '215531.714000', '215531.716000', '215531.719000', '215531.722000', '215531.724000', '215531.727000', '215531.729000', '215531.732000', '215531.735000', '215531.737000', '215531.740000', '215531.750000', '215531.752000', '215531.755000', '215531.758000', '215531.760000', '215531.763000', '215531.765000', '215531.768000', '215531.771000', '215531.773000', '215531.776000', '215531.779000', '215531.781000', '215531.784000', '215531.787000', '215531.789000', '215531.792000', '215531.795000', '215531.797000', '215531.800000', '215531.803000', '215531.805000', '215531.808000', '215531.811000', '215531.813000', '215531.816000', '215531.819000', '215531.821000', '215531.824000', '215531.827000', '215551.706000', '215551.709000', '215551.711000', '215551.714000', '215551.717000', '215551.719000', '215551.722000', '215551.725000', '215551.727000', '215551.730000', '215551.732000', '215551.735000', '215551.738000', '215551.740000', '215551.743000', '215551.746000', '215551.748000', '215551.751000', '215551.754000', '215551.756000', '215551.759000', '215551.762000', '215551.764000', '215551.767000', '215551.769000', '215551.772000', '215551.775000', '215551.777000', '215551.780000', '215551.783000', '215551.785000', '215551.788000', '215551.790000', '215551.793000', '215551.796000', '215551.798000', '215551.801000', '215551.804000', '215551.806000', '215551.809000', '215551.811000', '215551.814000', '215551.817000', '215611.705000', '215611.708000', '215611.711000', '215611.714000', '215611.716000', '215611.719000', '215611.721000', '215611.724000', '215611.727000', '215611.729000', '215611.732000', '215611.735000', '215611.737000', '215611.740000', '215611.744000', '215611.747000', '215611.750000', '215611.752000', '215611.755000', '215611.758000', '215611.760000', '215611.763000', '215611.765000', '215611.768000', '215611.771000', '215611.774000', '215611.777000', '215611.780000', '215611.782000', '215611.785000', '215611.788000', '215611.790000', '215611.793000', '215611.795000', '215611.798000', '215611.801000', '215611.803000', '215611.806000', '215611.809000', '215611.811000', '215611.814000', '215611.816000', '215611.819000', '215613.557000', '215613.559000', '215613.562000', '215613.565000', '215613.567000'], 'InstanceCreationTime': ['214951.739000', '214951.743000', '214951.745000', '214951.748000', '214951.751000', '214951.756000', '214951.758000', '214951.775000', '214951.778000', '214951.780000', '214951.783000', '214951.786000', '214951.788000', '214951.791000', '214951.793000', '214951.806000', '214951.809000', '214951.812000', '214951.815000', '214951.818000', '214951.820000', '214951.823000', '214951.825000', '214951.828000', '214951.830000', '214951.833000', '214951.836000', '214951.838000', '214951.841000', '214951.844000', '214951.846000', '214951.849000', '214951.851000', '214951.854000', '214951.857000', '214951.859000', '214951.862000', '214951.864000', '214951.867000', '214951.870000', '214951.872000', '215011.704000', '215011.715000', '215011.718000', '215011.720000', '215011.723000', '215011.725000', '215011.728000', '215011.731000', '215011.733000', '215011.736000', '215011.738000', '215011.741000', '215011.744000', '215011.746000', '215011.749000', '215011.752000', '215011.754000', '215011.757000', '215011.759000', '215011.762000', '215011.765000', '215011.767000', '215011.770000', '215011.772000', '215011.775000', '215011.778000', '215011.780000', '215011.783000', '215011.786000', '215011.788000', '215011.791000', '215011.793000', '215011.796000', '215011.799000', '215011.801000', '215011.804000', '215011.806000', '215011.809000', '215011.811000', '215011.814000', '215011.817000', '215011.819000', '215011.822000', '215011.825000', '215031.705000', '215031.708000', '215031.711000', '215031.714000', '215031.716000', '215031.719000', '215031.721000', '215031.724000', '215031.727000', '215031.729000', '215031.732000', '215031.735000', '215031.737000', '215031.740000', '215031.742000', '215031.745000', '215031.748000', '215031.750000', '215031.753000', '215031.755000', '215031.758000', '215031.761000', '215031.763000', '215031.766000', '215031.769000', '215031.771000', '215031.774000', '215031.776000', '215031.779000', '215031.782000', '215031.785000', '215031.788000', '215031.791000', '215031.793000', '215031.796000', '215031.799000', '215031.801000', '215031.804000', '215031.806000', '215031.809000', '215031.812000', '215031.814000', '215031.817000', '215051.705000', '215051.708000', '215051.712000', '215051.714000', '215051.717000', '215051.720000', '215051.722000', '215051.725000', '215051.727000', '215051.730000', '215051.733000', '215051.735000', '215051.738000', '215051.741000', '215051.743000', '215051.746000', '215051.748000', '215051.751000', '215051.754000', '215051.756000', '215051.759000', '215051.761000', '215051.764000', '215051.767000', '215051.770000', '215051.772000', '215051.775000', '215051.787000', '215051.790000', '215051.792000', '215051.795000', '215051.798000', '215051.800000', '215051.803000', '215051.806000', '215051.808000', '215051.811000', '215051.814000', '215051.816000', '215051.827000', '215051.830000', '215051.832000', '215051.835000', '215051.838000', '215111.705000', '215111.708000', '215111.711000', '215111.714000', '215111.716000', '215111.719000', '215111.721000', '215111.724000', '215111.727000', '215111.729000', '215111.732000', '215111.735000', '215111.737000', '215111.740000', '215111.743000', '215111.745000', '215111.748000', '215111.750000', '215111.753000', '215111.755000', '215111.758000', '215111.761000', '215111.763000', '215111.766000', '215111.769000', '215111.771000', '215111.774000', '215111.777000', '215111.779000', '215111.782000', '215111.784000', '215111.787000', '215111.790000', '215111.792000', '215111.795000', '215111.798000', '215111.801000', '215111.803000', '215111.806000', '215111.810000', '215111.813000', '215111.815000', '215111.818000', '215131.706000', '215131.709000', '215131.711000', '215131.714000', '215131.716000', '215131.719000', '215131.722000', '215131.725000', '215131.727000', '215131.730000', '215131.733000', '215131.735000', '215131.738000', '215131.741000', '215131.743000', '215131.746000', '215131.748000', '215131.751000', '215131.754000', '215131.756000', '215131.759000', '215131.762000', '215131.764000', '215131.767000', '215131.769000', '215131.772000', '215131.775000', '215131.777000', '215131.780000', '215131.783000', '215131.785000', '215131.788000', '215131.791000', '215131.793000', '215131.796000', '215131.798000', '215131.801000', '215131.804000', '215131.806000', '215131.809000', '215131.812000', '215131.814000', '215131.817000', '215131.819000', '215151.704000', '215151.707000', '215151.710000', '215151.713000', '215151.715000', '215151.718000', '215151.721000', '215151.724000', '215151.726000', '215151.729000', '215151.732000', '215151.734000', '215151.737000', '215151.739000', '215151.742000', '215151.745000', '215151.747000', '215151.750000', '215151.753000', '215151.755000', '215151.758000', '215151.761000', '215151.763000', '215151.766000', '215151.769000', '215151.771000', '215151.774000', '215151.777000', '215151.779000', '215151.782000', '215151.784000', '215151.787000', '215151.790000', '215151.793000', '215151.795000', '215151.798000', '215151.801000', '215151.803000', '215151.806000', '215151.808000', '215151.811000', '215151.814000', '215151.816000', '215211.705000', '215211.708000', '215211.710000', '215211.713000', '215211.716000', '215211.718000', '215211.721000', '215211.724000', '215211.726000', '215211.729000', '215211.732000', '215211.734000', '215211.737000', '215211.740000', '215211.742000', '215211.745000', '215211.747000', '215211.750000', '215211.753000', '215211.755000', '215211.758000', '215211.760000', '215211.763000', '215211.766000', '215211.768000', '215211.771000', '215211.774000', '215211.776000', '215211.779000', '215211.781000', '215211.784000', '215211.787000', '215211.789000', '215211.792000', '215211.795000', '215211.797000', '215211.800000', '215211.802000', '215211.805000', '215211.808000', '215211.810000', '215211.813000', '215211.815000', '215211.818000', '215231.704000', '215231.707000', '215231.710000', '215231.713000', '215231.715000', '215231.718000', '215231.721000', '215231.723000', '215231.726000', '215231.729000', '215231.731000', '215231.734000', '215231.737000', '215231.739000', '215231.742000', '215231.745000', '215231.747000', '215231.750000', '215231.753000', '215231.755000', '215231.758000', '215231.760000', '215231.771000', '215231.774000', '215231.777000', '215231.779000', '215231.782000', '215231.785000', '215231.787000', '215231.790000', '215231.793000', '215231.795000', '215231.798000', '215231.800000', '215231.803000', '215231.806000', '215231.808000', '215231.811000', '215231.814000', '215231.816000', '215231.819000', '215231.822000', '215231.824000', '215251.706000', '215251.708000', '215251.711000', '215251.714000', '215251.716000', '215251.719000', '215251.721000', '215251.724000', '215251.727000', '215251.729000', '215251.732000', '215251.735000', '215251.737000', '215251.740000', '215251.743000', '215251.745000', '215251.748000', '215251.750000', '215251.753000', '215251.756000', '215251.758000', '215251.761000', '215251.764000', '215251.767000', '215251.769000', '215251.772000', '215251.774000', '215251.777000', '215251.780000', '215251.782000', '215251.785000', '215251.788000', '215251.790000', '215251.793000', '215251.795000', '215251.798000', '215251.801000', '215251.803000', '215251.806000', '215251.809000', '215251.811000', '215251.814000', '215251.816000', '215251.819000', '215311.706000', '215311.709000', '215311.711000', '215311.714000', '215311.716000', '215311.719000', '215311.722000', '215311.725000', '215311.727000', '215311.730000', '215311.732000', '215311.735000', '215311.738000', '215311.740000', '215311.743000', '215311.746000', '215311.748000', '215311.751000', '215311.754000', '215311.756000', '215311.759000', '215311.762000', '215311.764000', '215311.767000', '215311.769000', '215311.772000', '215311.775000', '215311.777000', '215311.780000', '215311.783000', '215311.785000', '215311.788000', '215311.790000', '215311.793000', '215311.796000', '215311.799000', '215311.802000', '215311.804000', '215311.807000', '215311.810000', '215311.813000', '215311.815000', '215311.818000', '215331.706000', '215331.709000', '215331.711000', '215331.714000', '215331.716000', '215331.719000', '215331.722000', '215331.725000', '215331.727000', '215331.730000', '215331.732000', '215331.735000', '215331.738000', '215331.740000', '215331.743000', '215331.746000', '215331.749000', '215331.751000', '215331.754000', '215331.756000', '215331.759000', '215331.762000', '215331.765000', '215331.767000', '215331.770000', '215331.772000', '215331.775000', '215331.778000', '215331.781000', '215331.783000', '215331.786000', '215331.789000', '215331.791000', '215331.794000', '215331.797000', '215331.799000', '215331.802000', '215331.804000', '215331.807000', '215331.810000', '215331.812000', '215331.823000', '215331.825000', '215331.828000', '215351.706000', '215351.708000', '215351.711000', '215351.714000', '215351.716000', '215351.719000', '215351.722000', '215351.724000', '215351.727000', '215351.729000', '215351.732000', '215351.735000', '215351.737000', '215351.740000', '215351.742000', '215351.745000', '215351.748000', '215351.750000', '215351.753000', '215351.755000', '215351.758000', '215351.761000', '215351.763000', '215351.766000', '215351.769000', '215351.771000', '215351.774000', '215351.776000', '215351.779000', '215351.782000', '215351.784000', '215351.787000', '215351.790000', '215351.793000', '215351.795000', '215351.798000', '215351.801000', '215351.803000', '215351.806000', '215351.808000', '215351.811000', '215351.814000', '215351.816000', '215411.704000', '215411.728000', '215411.731000', '215411.733000', '215411.747000', '215411.750000', '215411.753000', '215411.755000', '215411.758000', '215411.761000', '215411.763000', '215411.766000', '215411.768000', '215411.771000', '215411.774000', '215411.777000', '215411.779000', '215411.782000', '215411.785000', '215411.787000', '215411.790000', '215411.792000', '215411.795000', '215411.798000', '215411.800000', '215411.803000', '215411.805000', '215411.808000', '215411.811000', '215411.813000', '215411.816000', '215411.818000', '215411.821000', '215411.823000', '215411.826000', '215411.829000', '215411.831000', '215411.834000', '215411.836000', '215411.839000', '215411.842000', '215411.844000', '215411.847000', '215411.849000', '215431.705000', '215431.708000', '215431.710000', '215431.713000', '215431.716000', '215431.718000', '215431.721000', '215431.724000', '215431.726000', '215431.729000', '215431.732000', '215431.734000', '215431.737000', '215431.739000', '215431.742000', '215431.745000', '215431.747000', '215431.750000', '215431.753000', '215431.756000', '215431.758000', '215431.761000', '215431.763000', '215431.766000', '215431.769000', '215431.771000', '215431.774000', '215431.777000', '215431.779000', '215431.782000', '215431.785000', '215431.788000', '215431.790000', '215431.793000', '215431.796000', '215431.798000', '215431.801000', '215431.804000', '215431.806000', '215431.809000', '215431.812000', '215431.814000', '215431.817000', '215451.705000', '215451.707000', '215451.710000', '215451.713000', '215451.716000', '215451.718000', '215451.721000', '215451.724000', '215451.726000', '215451.729000', '215451.732000', '215451.735000', '215451.738000', '215451.741000', '215451.743000', '215451.746000', '215451.749000', '215451.751000', '215451.754000', '215451.757000', '215451.759000', '215451.762000', '215451.765000', '215451.767000', '215451.770000', '215451.773000', '215451.775000', '215451.778000', '215451.781000', '215451.783000', '215451.786000', '215451.789000', '215451.791000', '215451.794000', '215451.797000', '215451.799000', '215451.802000', '215451.805000', '215451.807000', '215451.810000', '215451.813000', '215451.815000', '215451.818000', '215451.821000', '215511.706000', '215511.708000', '215511.711000', '215511.714000', '215511.716000', '215511.719000', '215511.722000', '215511.724000', '215511.727000', '215511.730000', '215511.733000', '215511.735000', '215511.738000', '215511.740000', '215511.743000', '215511.746000', '215511.748000', '215511.751000', '215511.754000', '215511.756000', '215511.759000', '215511.761000', '215511.764000', '215511.767000', '215511.769000', '215511.772000', '215511.775000', '215511.777000', '215511.780000', '215511.782000', '215511.785000', '215511.788000', '215511.790000', '215511.793000', '215511.796000', '215511.798000', '215511.801000', '215511.803000', '215511.806000', '215511.809000', '215511.811000', '215511.814000', '215511.817000', '215531.706000', '215531.708000', '215531.711000', '215531.714000', '215531.716000', '215531.719000', '215531.722000', '215531.724000', '215531.727000', '215531.729000', '215531.732000', '215531.735000', '215531.737000', '215531.740000', '215531.750000', '215531.752000', '215531.755000', '215531.758000', '215531.760000', '215531.763000', '215531.765000', '215531.768000', '215531.771000', '215531.773000', '215531.776000', '215531.779000', '215531.781000', '215531.784000', '215531.787000', '215531.789000', '215531.792000', '215531.795000', '215531.797000', '215531.800000', '215531.803000', '215531.805000', '215531.808000', '215531.811000', '215531.813000', '215531.816000', '215531.819000', '215531.821000', '215531.824000', '215531.827000', '215551.706000', '215551.709000', '215551.711000', '215551.714000', '215551.717000', '215551.719000', '215551.722000', '215551.725000', '215551.727000', '215551.730000', '215551.732000', '215551.735000', '215551.738000', '215551.740000', '215551.743000', '215551.746000', '215551.748000', '215551.751000', '215551.754000', '215551.756000', '215551.759000', '215551.762000', '215551.764000', '215551.767000', '215551.769000', '215551.772000', '215551.775000', '215551.777000', '215551.780000', '215551.783000', '215551.785000', '215551.788000', '215551.790000', '215551.793000', '215551.796000', '215551.798000', '215551.801000', '215551.804000', '215551.806000', '215551.809000', '215551.811000', '215551.814000', '215551.817000', '215611.705000', '215611.708000', '215611.711000', '215611.714000', '215611.716000', '215611.719000', '215611.721000', '215611.724000', '215611.727000', '215611.729000', '215611.732000', '215611.735000', '215611.737000', '215611.740000', '215611.744000', '215611.747000', '215611.750000', '215611.752000', '215611.755000', '215611.758000', '215611.760000', '215611.763000', '215611.765000', '215611.768000', '215611.771000', '215611.774000', '215611.777000', '215611.780000', '215611.782000', '215611.785000', '215611.788000', '215611.790000', '215611.793000', '215611.795000', '215611.798000', '215611.801000', '215611.803000', '215611.806000', '215611.809000', '215611.811000', '215611.814000', '215611.816000', '215611.819000', '215613.557000', '215613.559000', '215613.562000', '215613.565000', '215613.567000'], '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': [8372, 11436, 8215, 12257, 7776, 9007, 8742, 8319, 12338, 8726, 10399, 8533, 12288, 8771, 13025, 9410, 11884, 8908, 13590, 9650, 14451, 10017, 10421, 8044, 7237, 8522, 7486, 8896, 8246, 8465, 10952, 8309, 12900, 8122, 13299, 8498, 12484, 10858, 13381, 8308, 13091, 8175, 13509, 8527, 14117, 8166, 12501, 9015, 10483, 12897, 8902, 12307, 7837, 11162, 8266, 9869, 7989, 7778, 7803, 7669, 7937, 9750, 8549, 7754, 8310, 7780, 8788, 7920, 10234, 7723, 9326, 7878, 8696, 7740, 9584, 7841, 8525, 7451, 11413, 8332, 15209, 9628, 8798, 8396, 10698, 8465, 11937, 8391, 12498, 8380, 11370, 8366, 11844, 9415, 15064, 10414, 14009, 11912, 17103, 13470, 17083, 13711, 12710, 10509, 8218, 8299, 7860, 7741, 7726, 7798, 7875, 8440, 8065, 8711, 8073, 7750, 8423, 8122, 8571, 7874, 8600, 7892, 8760, 7957, 8785, 7706, 8842, 8189, 8265, 9026, 8847, 8371, 8830, 8316, 8681, 8192, 8484, 8647, 9053, 11347, 9060, 10990, 8804, 11707, 8770, 12243, 8666, 11075, 8723, 10893, 8489, 10172, 8409, 9853, 8396, 10114, 8272, 8059, 8454, 8140, 8459, 8592, 10018, 8534, 10448, 8691, 8828, 8079, 8240, 10367, 8696, 12428, 8698, 12201, 8766, 10002, 9085, 9883, 9001, 10335, 9205, 9885, 9016, 10125, 9104, 9401, 9118, 9493, 9025, 9711, 8523, 9010, 8825, 8474, 8666, 8373, 8479, 8773, 8726, 9462, 8197, 9235, 8531, 10272, 8113, 8217, 7765, 8029, 8068, 7998, 9472, 7880, 10393, 8336, 10797, 8301, 10209, 8332, 9415, 8379, 11860, 8515, 11455, 8409, 10734, 10068, 7973, 8829, 7712, 9819, 9851, 9247, 7823, 8455, 7950, 9073, 9114, 8727, 7857, 9061, 11904, 8298, 12359, 8431, 8835, 8586, 12902, 8659, 12514, 9127, 11988, 8740, 10710, 8716, 12088, 8323, 11129, 8883, 10258, 9191, 10451, 8878, 9678, 8952, 7546, 8494, 7529, 8335, 8455, 9806, 8892, 9959, 8150, 10818, 8399, 10812, 8428, 8170, 8499, 8629, 10689, 8599, 13653, 8633, 11089, 9766, 12190, 11247, 9937, 9711, 11891, 9801, 15590, 10644, 13035, 8503, 12194, 8750, 11756, 8643, 11017, 8648, 10030, 8711, 8779, 8547, 8323, 11522, 8550, 11277, 8804, 10056, 8813, 9722, 8616, 9430, 8670, 9414, 8503, 9354, 8440, 9339, 8765, 9324, 8670, 10320, 8641, 9954, 8983, 9424, 8979, 8350, 8672, 7974, 8622, 7913, 8479, 8119, 9852, 8615, 11771, 9074, 12778, 8671, 11887, 8900, 11050, 9175, 8397, 8857, 8695, 10380, 9102, 13225, 8674, 12523, 8862, 8052, 8597, 8956, 10076, 8738, 13052, 8617, 14344, 9257, 14444, 11545, 15798, 12397, 15820, 10404, 14558, 10758, 11074, 11448, 8875, 14816, 9621, 13045, 9448, 10257, 9316, 9530, 10489, 9580, 11551, 9480, 10610, 9292, 11473, 9309, 9694, 9167, 9448, 8865, 9137, 9052, 9241, 8824, 9143, 8751, 9065, 10293, 8849, 13054, 9099, 11853, 8966, 11314, 8936, 10372, 8933, 8844, 10869, 8822, 11287, 8869, 13275, 8304, 11817, 8810, 11439, 8833, 11249, 8757, 11341, 8803, 11054, 8597, 10959, 8625, 11165, 9193, 12101, 9245, 9076, 8493, 7978, 8250, 8212, 9176, 8562, 9488, 8422, 9191, 8640, 9632, 8738, 10808, 8610, 10239, 8704, 10303, 8762, 11860, 8693, 11605, 8537, 10917, 8725, 11680, 8709, 12369, 8853, 11609, 8927, 11915, 8904, 12189, 8755, 11631, 8897, 11927, 8682, 11727, 8632, 10442, 8536, 9332, 9522, 8193, 7842, 8317, 9143, 8646, 9687, 8693, 8033, 8557, 8500, 8752, 9395, 8790, 8959, 10794, 9039, 11161, 9346, 11721, 9295, 12451, 9089, 12878, 9071, 11290, 8964, 11345, 9004, 12184, 8671, 10307, 8674, 10710, 12864, 10069, 12467, 8761, 15744, 8802, 16168, 10204, 14180, 9920, 11771, 8093, 9859, 8628, 9382, 9227, 8532, 8535, 8214, 8679, 9899, 8703, 10641, 8790, 14577, 8933, 13075, 9214, 11917, 9041, 11413, 8710, 11098, 9079, 11688, 8826, 10586, 8732, 10856, 9102, 11353, 8884, 11363, 8701, 10880, 8882, 11543, 8843, 11002, 8891, 10703, 9065, 10581, 8842, 8231, 8461, 8228, 8992, 8808, 11849, 8909, 12090, 8761, 11895, 8804, 12774, 8870, 13194, 8845, 12411, 8841, 12381, 8796, 12978, 8744, 10697, 8763, 9596, 8497, 10111, 8469, 8466, 8643, 8768, 14062, 8946, 13255, 8769, 12875, 8654, 11793, 9088, 12441, 9798, 11499, 8739, 11687, 9097, 12296, 9212, 10560, 8694, 9760, 8373, 8272, 9421, 8591, 11839, 8918, 12690, 8838, 12731, 10035, 8376, 8602, 8737, 9869, 8647, 13709, 8759, 12768, 8909, 12460, 9052, 13122, 8913, 12603, 9026, 12631, 9099, 12452, 9681, 12384, 8916, 12345, 9208, 12253, 9095, 11618, 8926, 11689, 8686, 11181, 8628, 11767, 8956, 11448, 8997, 11831, 9094, 12222, 8716, 11967, 8296, 11984, 8963, 11333, 8784, 12539, 8175, 12061, 9403, 13384, 9662, 11891, 8077, 10264, 8491, 9629, 8776, 7914, 9055, 7666, 9182, 10170, 10566, 14105, 9909, 16684, 8175, 13527, 8729, 12275, 8314, 10797, 8640, 10574, 8367, 9377, 8685, 8953, 8606, 8131, 7942, 8708, 8138, 8592, 8498, 8550, 12193, 8771, 11669, 8508, 11122, 8588, 11527, 8581, 11050, 8596, 9915, 8318, 10404, 7949, 9384, 8037, 7474, 8465, 7539, 9184, 7580, 8852, 7845, 8626, 7738, 8433, 7989, 9118, 7810, 7982, 7828, 8901, 8111, 10337, 8275, 11666, 8002, 10880, 8143, 11532, 8027, 13094, 7981, 11486, 8000, 11230, 7771, 11678, 7893, 11141, 7886, 11731, 8510, 12856, 8090, 12717, 8243, 12685, 10741, 14378, 8113, 12573, 8918, 12388, 10439, 8875, 8222, 10227, 8000, 13237, 8411, 12920, 8541, 13649, 7797, 13363, 8257, 12784, 9768, 11620, 7672, 10405, 8727, 10896, 8739, 8312, 7783, 9435, 8067, 9951, 8390, 8704, 8068, 10821, 8489, 11538, 8998, 8328, 8018, 8974, 8546, 9266, 8566, 7930, 8275, 7986, 8333, 7663, 10014, 7722, 10845, 7868, 10488, 7739, 11664, 8396, 12197, 7921, 11918, 8075, 12160, 9634, 12765, 7886, 12358, 8160, 12241, 10779, 12613, 7554, 12743, 7608, 12560, 10082, 11981, 7812, 12287, 8137, 13184, 8968, 10121, 8614, 7459, 11587, 8198, 9913, 8582, 9589, 8356, 8530, 8139, 8706, 9035, 9315, 11420, 10172, 13159, 10678, 14716], 'WindowCenter': [4293.0, 4316.0, 4251.0, 4298.0, 4224.0, 4244.0, 4232.0, 4232.0, 4269.0, 4232.0, 4249.0, 4231.0, 4270.0, 4231.0, 4279.0, 4240.0, 4269.0, 4254.0, 4293.0, 4253.0, 4292.0, 4251.0, 4237.0, 4208.0, 4196.0, 4227.0, 4195.0, 4240.0, 4229.0, 4229.0, 4261.0, 4231.0, 4291.0, 4234.0, 4280.0, 4229.0, 4270.0, 4248.0, 4264.0, 4206.0, 4254.0, 4193.0, 4253.0, 4202.0, 4251.0, 4180.0, 4233.0, 4189.0, 4209.0, 4228.0, 4190.0, 4220.0, 4170.0, 4218.0, 4179.0, 4198.0, 4179.0, 4168.0, 4181.0, 4171.0, 4194.0, 4214.0, 4205.0, 4183.0, 4192.0, 4181.0, 4202.0, 4180.0, 4222.0, 4180.0, 4216.0, 4183.0, 4204.0, 4180.0, 4222.0, 4194.0, 4205.0, 4171.0, 4234.0, 4182.0, 4266.0, 4203.0, 4192.0, 4194.0, 4225.0, 4205.0, 4245.0, 4204.0, 4241.0, 4205.0, 4243.0, 4206.0, 4232.0, 4199.0, 4252.0, 4225.0, 4243.0, 4210.0, 4238.0, 4217.0, 4234.0, 4219.0, 4204.0, 4173.0, 4137.0, 4139.0, 4139.0, 4128.0, 4128.0, 4125.0, 4127.0, 4149.0, 4142.0, 4149.0, 4139.0, 4131.0, 4139.0, 4131.0, 4138.0, 4142.0, 4153.0, 4141.0, 4152.0, 4142.0, 4164.0, 4154.0, 4178.0, 4179.0, 4180.0, 4189.0, 4192.0, 4179.0, 4190.0, 4181.0, 4193.0, 4196.0, 4204.0, 4192.0, 4205.0, 4233.0, 4203.0, 4233.0, 4217.0, 4245.0, 4204.0, 4230.0, 4191.0, 4232.0, 4205.0, 4222.0, 4205.0, 4212.0, 4195.0, 4212.0, 4193.0, 4233.0, 4206.0, 4183.0, 4192.0, 4184.0, 4195.0, 4194.0, 4211.0, 4195.0, 4222.0, 4194.0, 4202.0, 4183.0, 4194.0, 4209.0, 4193.0, 4231.0, 4206.0, 4246.0, 4204.0, 4212.0, 4204.0, 4214.0, 4203.0, 4226.0, 4218.0, 4209.0, 4202.0, 4225.0, 4203.0, 4201.0, 4203.0, 4211.0, 4205.0, 4213.0, 4190.0, 4202.0, 4203.0, 4196.0, 4205.0, 4206.0, 4208.0, 4215.0, 4218.0, 4227.0, 4206.0, 4217.0, 4206.0, 4240.0, 4206.0, 4205.0, 4196.0, 4196.0, 4195.0, 4206.0, 4237.0, 4207.0, 4238.0, 4223.0, 4245.0, 4218.0, 4250.0, 4221.0, 4227.0, 4219.0, 4259.0, 4217.0, 4257.0, 4206.0, 4234.0, 4225.0, 4194.0, 4206.0, 4185.0, 4226.0, 4212.0, 4213.0, 4181.0, 4192.0, 4180.0, 4203.0, 4205.0, 4205.0, 4182.0, 4205.0, 4234.0, 4192.0, 4243.0, 4193.0, 4200.0, 4194.0, 4243.0, 4197.0, 4244.0, 4204.0, 4232.0, 4191.0, 4211.0, 4196.0, 4244.0, 4192.0, 4221.0, 4207.0, 4211.0, 4214.0, 4238.0, 4216.0, 4228.0, 4220.0, 4183.0, 4217.0, 4195.0, 4206.0, 4206.0, 4237.0, 4226.0, 4227.0, 4207.0, 4234.0, 4204.0, 4235.0, 4204.0, 4207.0, 4209.0, 4208.0, 4238.0, 4222.0, 4269.0, 4205.0, 4248.0, 4229.0, 4236.0, 4228.0, 4202.0, 4200.0, 4222.0, 4201.0, 4253.0, 4212.0, 4218.0, 4182.0, 4219.0, 4177.0, 4219.0, 4178.0, 4198.0, 4181.0, 4199.0, 4179.0, 4180.0, 4180.0, 4178.0, 4220.0, 4178.0, 4208.0, 4191.0, 4198.0, 4191.0, 4200.0, 4190.0, 4204.0, 4192.0, 4206.0, 4204.0, 4217.0, 4205.0, 4215.0, 4207.0, 4217.0, 4206.0, 4237.0, 4216.0, 4225.0, 4221.0, 4232.0, 4215.0, 4208.0, 4222.0, 4219.0, 4227.0, 4205.0, 4222.0, 4208.0, 4240.0, 4221.0, 4260.0, 4221.0, 4269.0, 4221.0, 4247.0, 4229.0, 4251.0, 4219.0, 4194.0, 4216.0, 4218.0, 4239.0, 4231.0, 4266.0, 4220.0, 4256.0, 4217.0, 4199.0, 4218.0, 4217.0, 4236.0, 4222.0, 4257.0, 4221.0, 4267.0, 4219.0, 4266.0, 4236.0, 4266.0, 4245.0, 4266.0, 4210.0, 4243.0, 4198.0, 4198.0, 4194.0, 4178.0, 4224.0, 4187.0, 4229.0, 4177.0, 4186.0, 4177.0, 4201.0, 4196.0, 4189.0, 4208.0, 4203.0, 4211.0, 4198.0, 4221.0, 4201.0, 4210.0, 4204.0, 4214.0, 4201.0, 4202.0, 4204.0, 4215.0, 4204.0, 4214.0, 4193.0, 4204.0, 4225.0, 4206.0, 4254.0, 4205.0, 4248.0, 4205.0, 4236.0, 4202.0, 4225.0, 4206.0, 4207.0, 4222.0, 4203.0, 4224.0, 4205.0, 4255.0, 4194.0, 4246.0, 4207.0, 4234.0, 4205.0, 4233.0, 4203.0, 4237.0, 4216.0, 4247.0, 4218.0, 4236.0, 4207.0, 4258.0, 4227.0, 4257.0, 4228.0, 4205.0, 4217.0, 4194.0, 4209.0, 4207.0, 4228.0, 4207.0, 4225.0, 4208.0, 4225.0, 4210.0, 4228.0, 4206.0, 4235.0, 4205.0, 4236.0, 4206.0, 4236.0, 4210.0, 4247.0, 4206.0, 4247.0, 4205.0, 4250.0, 4219.0, 4249.0, 4207.0, 4258.0, 4218.0, 4247.0, 4216.0, 4249.0, 4217.0, 4247.0, 4207.0, 4245.0, 4219.0, 4247.0, 4204.0, 4247.0, 4193.0, 4224.0, 4195.0, 4216.0, 4214.0, 4193.0, 4183.0, 4193.0, 4203.0, 4205.0, 4214.0, 4203.0, 4194.0, 4208.0, 4205.0, 4220.0, 4232.0, 4218.0, 4229.0, 4237.0, 4215.0, 4248.0, 4227.0, 4249.0, 4215.0, 4256.0, 4204.0, 4255.0, 4207.0, 4236.0, 4204.0, 4236.0, 4202.0, 4242.0, 4193.0, 4213.0, 4193.0, 4213.0, 4232.0, 4202.0, 4220.0, 4178.0, 4239.0, 4192.0, 4250.0, 4200.0, 4241.0, 4202.0, 4218.0, 4169.0, 4199.0, 4191.0, 4201.0, 4230.0, 4206.0, 4203.0, 4180.0, 4203.0, 4211.0, 4194.0, 4224.0, 4205.0, 4253.0, 4202.0, 4242.0, 4202.0, 4230.0, 4202.0, 4232.0, 4196.0, 4246.0, 4205.0, 4243.0, 4204.0, 4222.0, 4204.0, 4235.0, 4207.0, 4235.0, 4206.0, 4245.0, 4206.0, 4245.0, 4218.0, 4247.0, 4218.0, 4235.0, 4217.0, 4236.0, 4232.0, 4235.0, 4222.0, 4207.0, 4209.0, 4207.0, 4218.0, 4226.0, 4260.0, 4218.0, 4257.0, 4214.0, 4257.0, 4217.0, 4258.0, 4215.0, 4258.0, 4204.0, 4244.0, 4206.0, 4244.0, 4195.0, 4247.0, 4195.0, 4222.0, 4190.0, 4217.0, 4192.0, 4223.0, 4183.0, 4195.0, 4191.0, 4193.0, 4266.0, 4202.0, 4245.0, 4205.0, 4242.0, 4205.0, 4246.0, 4216.0, 4246.0, 4224.0, 4233.0, 4207.0, 4245.0, 4217.0, 4256.0, 4219.0, 4235.0, 4207.0, 4227.0, 4209.0, 4207.0, 4216.0, 4205.0, 4246.0, 4216.0, 4255.0, 4219.0, 4256.0, 4224.0, 4194.0, 4203.0, 4191.0, 4223.0, 4193.0, 4254.0, 4205.0, 4253.0, 4203.0, 4242.0, 4204.0, 4242.0, 4204.0, 4244.0, 4204.0, 4244.0, 4204.0, 4246.0, 4214.0, 4242.0, 4204.0, 4241.0, 4216.0, 4246.0, 4205.0, 4235.0, 4219.0, 4243.0, 4204.0, 4236.0, 4209.0, 4244.0, 4205.0, 4232.0, 4216.0, 4246.0, 4218.0, 4245.0, 4206.0, 4244.0, 4222.0, 4255.0, 4228.0, 4246.0, 4217.0, 4255.0, 4217.0, 4271.0, 4240.0, 4280.0, 4230.0, 4244.0, 4197.0, 4223.0, 4205.0, 4227.0, 4216.0, 4193.0, 4216.0, 4186.0, 4215.0, 4236.0, 4237.0, 4263.0, 4213.0, 4263.0, 4194.0, 4243.0, 4195.0, 4232.0, 4181.0, 4221.0, 4190.0, 4219.0, 4192.0, 4202.0, 4191.0, 4204.0, 4190.0, 4183.0, 4182.0, 4203.0, 4181.0, 4202.0, 4192.0, 4203.0, 4244.0, 4204.0, 4232.0, 4203.0, 4231.0, 4203.0, 4233.0, 4203.0, 4246.0, 4218.0, 4226.0, 4210.0, 4236.0, 4207.0, 4226.0, 4208.0, 4189.0, 4209.0, 4196.0, 4227.0, 4196.0, 4229.0, 4205.0, 4217.0, 4209.0, 4219.0, 4222.0, 4229.0, 4199.0, 4207.0, 4195.0, 4226.0, 4207.0, 4247.0, 4219.0, 4257.0, 4208.0, 4247.0, 4208.0, 4259.0, 4206.0, 4268.0, 4196.0, 4246.0, 4205.0, 4244.0, 4195.0, 4246.0, 4208.0, 4245.0, 4220.0, 4269.0, 4231.0, 4267.0, 4209.0, 4269.0, 4217.0, 4267.0, 4247.0, 4263.0, 4196.0, 4245.0, 4215.0, 4256.0, 4235.0, 4205.0, 4203.0, 4223.0, 4192.0, 4253.0, 4195.0, 4240.0, 4203.0, 4253.0, 4186.0, 4254.0, 4205.0, 4244.0, 4224.0, 4232.0, 4185.0, 4226.0, 4216.0, 4233.0, 4216.0, 4205.0, 4208.0, 4227.0, 4207.0, 4237.0, 4207.0, 4206.0, 4207.0, 4235.0, 4217.0, 4246.0, 4215.0, 4204.0, 4195.0, 4216.0, 4216.0, 4225.0, 4207.0, 4194.0, 4205.0, 4191.0, 4208.0, 4197.0, 4238.0, 4196.0, 4247.0, 4209.0, 4236.0, 4197.0, 4258.0, 4218.0, 4257.0, 4208.0, 4257.0, 4210.0, 4268.0, 4227.0, 4269.0, 4209.0, 4256.0, 4218.0, 4257.0, 4246.0, 4255.0, 4196.0, 4253.0, 4196.0, 4254.0, 4236.0, 4247.0, 4196.0, 4256.0, 4220.0, 4280.0, 4230.0, 4238.0, 4207.0, 4186.0, 4238.0, 4210.0, 4240.0, 4218.0, 4229.0, 4220.0, 4220.0, 4210.0, 4218.0, 4243.0, 4229.0, 4249.0, 4228.0, 4259.0, 4225.0, 4255.0], 'WindowWidth': [9520.0, 9536.0, 9434.0, 9491.0, 9381.0, 9408.0, 9387.0, 9387.0, 9430.0, 9383.0, 9401.0, 9380.0, 9429.0, 9380.0, 9441.0, 9390.0, 9430.0, 9419.0, 9469.0, 9415.0, 9464.0, 9405.0, 9377.0, 9343.0, 9322.0, 9367.0, 9324.0, 9393.0, 9375.0, 9375.0, 9419.0, 9381.0, 9464.0, 9390.0, 9444.0, 9376.0, 9427.0, 9396.0, 9410.0, 9335.0, 9395.0, 9312.0, 9393.0, 9321.0, 9389.0, 9288.0, 9364.0, 9297.0, 9325.0, 9348.0, 9300.0, 9337.0, 9273.0, 9334.0, 9286.0, 9308.0, 9285.0, 9268.0, 9291.0, 9276.0, 9312.0, 9340.0, 9330.0, 9298.0, 9310.0, 9290.0, 9321.0, 9289.0, 9348.0, 9289.0, 9342.0, 9296.0, 9327.0, 9289.0, 9351.0, 9315.0, 9331.0, 9279.0, 9366.0, 9291.0, 9409.0, 9321.0, 9302.0, 9310.0, 9350.0, 9331.0, 9385.0, 9328.0, 9373.0, 9331.0, 9380.0, 9334.0, 9362.0, 9316.0, 9387.0, 9354.0, 9376.0, 9323.0, 9361.0, 9328.0, 9348.0, 9331.0, 9303.0, 9257.0, 9202.0, 9208.0, 9210.0, 9195.0, 9194.0, 9183.0, 9187.0, 9225.0, 9215.0, 9222.0, 9209.0, 9201.0, 9207.0, 9200.0, 9205.0, 9218.0, 9234.0, 9214.0, 9229.0, 9219.0, 9250.0, 9242.0, 9275.0, 9281.0, 9282.0, 9298.0, 9302.0, 9286.0, 9299.0, 9289.0, 9310.0, 9318.0, 9324.0, 9308.0, 9328.0, 9362.0, 9322.0, 9364.0, 9351.0, 9382.0, 9326.0, 9355.0, 9305.0, 9359.0, 9330.0, 9345.0, 9329.0, 9332.0, 9314.0, 9333.0, 9311.0, 9367.0, 9332.0, 9295.0, 9306.0, 9298.0, 9313.0, 9309.0, 9331.0, 9311.0, 9347.0, 9308.0, 9320.0, 9295.0, 9310.0, 9325.0, 9308.0, 9357.0, 9332.0, 9384.0, 9328.0, 9333.0, 9325.0, 9337.0, 9322.0, 9357.0, 9350.0, 9328.0, 9321.0, 9352.0, 9323.0, 9316.0, 9322.0, 9330.0, 9326.0, 9335.0, 9301.0, 9319.0, 9322.0, 9315.0, 9328.0, 9333.0, 9339.0, 9346.0, 9351.0, 9361.0, 9332.0, 9344.0, 9332.0, 9382.0, 9335.0, 9330.0, 9320.0, 9319.0, 9318.0, 9336.0, 9379.0, 9339.0, 9378.0, 9364.0, 9386.0, 9354.0, 9400.0, 9364.0, 9364.0, 9358.0, 9408.0, 9352.0, 9404.0, 9335.0, 9368.0, 9358.0, 9312.0, 9330.0, 9301.0, 9359.0, 9334.0, 9337.0, 9292.0, 9308.0, 9289.0, 9325.0, 9326.0, 9328.0, 9292.0, 9325.0, 9360.0, 9305.0, 9374.0, 9308.0, 9314.0, 9312.0, 9373.0, 9315.0, 9376.0, 9324.0, 9357.0, 9304.0, 9326.0, 9314.0, 9376.0, 9306.0, 9343.0, 9331.0, 9331.0, 9341.0, 9378.0, 9350.0, 9363.0, 9356.0, 9300.0, 9353.0, 9319.0, 9335.0, 9335.0, 9379.0, 9361.0, 9360.0, 9338.0, 9368.0, 9330.0, 9370.0, 9327.0, 9334.0, 9341.0, 9338.0, 9379.0, 9364.0, 9422.0, 9332.0, 9393.0, 9366.0, 9369.0, 9360.0, 9316.0, 9313.0, 9341.0, 9315.0, 9387.0, 9327.0, 9330.0, 9285.0, 9332.0, 9275.0, 9332.0, 9277.0, 9303.0, 9281.0, 9306.0, 9278.0, 9284.0, 9282.0, 9281.0, 9334.0, 9279.0, 9318.0, 9300.0, 9306.0, 9300.0, 9310.0, 9301.0, 9321.0, 9305.0, 9328.0, 9326.0, 9349.0, 9329.0, 9343.0, 9334.0, 9347.0, 9333.0, 9377.0, 9349.0, 9358.0, 9360.0, 9375.0, 9347.0, 9341.0, 9365.0, 9361.0, 9368.0, 9336.0, 9364.0, 9341.0, 9390.0, 9360.0, 9411.0, 9359.0, 9424.0, 9363.0, 9388.0, 9372.0, 9402.0, 9354.0, 9315.0, 9347.0, 9353.0, 9385.0, 9376.0, 9419.0, 9358.0, 9402.0, 9351.0, 9328.0, 9353.0, 9352.0, 9376.0, 9362.0, 9402.0, 9359.0, 9417.0, 9351.0, 9413.0, 9373.0, 9412.0, 9382.0, 9412.0, 9328.0, 9373.0, 9302.0, 9302.0, 9293.0, 9276.0, 9334.0, 9289.0, 9346.0, 9270.0, 9282.0, 9270.0, 9309.0, 9298.0, 9292.0, 9316.0, 9316.0, 9325.0, 9308.0, 9338.0, 9313.0, 9328.0, 9325.0, 9339.0, 9317.0, 9320.0, 9324.0, 9341.0, 9326.0, 9338.0, 9308.0, 9325.0, 9353.0, 9331.0, 9391.0, 9329.0, 9386.0, 9328.0, 9368.0, 9320.0, 9354.0, 9328.0, 9332.0, 9344.0, 9321.0, 9349.0, 9329.0, 9396.0, 9314.0, 9382.0, 9332.0, 9362.0, 9326.0, 9360.0, 9324.0, 9373.0, 9349.0, 9388.0, 9352.0, 9371.0, 9336.0, 9408.0, 9366.0, 9403.0, 9365.0, 9330.0, 9351.0, 9316.0, 9342.0, 9338.0, 9367.0, 9335.0, 9358.0, 9336.0, 9359.0, 9342.0, 9368.0, 9335.0, 9374.0, 9332.0, 9374.0, 9333.0, 9374.0, 9342.0, 9389.0, 9334.0, 9388.0, 9331.0, 9399.0, 9356.0, 9394.0, 9337.0, 9404.0, 9349.0, 9387.0, 9348.0, 9391.0, 9348.0, 9387.0, 9334.0, 9382.0, 9352.0, 9387.0, 9327.0, 9385.0, 9309.0, 9352.0, 9314.0, 9345.0, 9338.0, 9310.0, 9294.0, 9311.0, 9321.0, 9330.0, 9339.0, 9325.0, 9313.0, 9338.0, 9331.0, 9360.0, 9376.0, 9356.0, 9370.0, 9377.0, 9343.0, 9392.0, 9364.0, 9393.0, 9343.0, 9398.0, 9329.0, 9397.0, 9333.0, 9371.0, 9327.0, 9371.0, 9320.0, 9374.0, 9308.0, 9336.0, 9306.0, 9334.0, 9356.0, 9317.0, 9336.0, 9281.0, 9360.0, 9304.0, 9378.0, 9310.0, 9366.0, 9317.0, 9333.0, 9269.0, 9308.0, 9305.0, 9317.0, 9371.0, 9331.0, 9325.0, 9288.0, 9324.0, 9331.0, 9312.0, 9352.0, 9328.0, 9388.0, 9319.0, 9371.0, 9319.0, 9352.0, 9318.0, 9358.0, 9315.0, 9387.0, 9328.0, 9378.0, 9325.0, 9347.0, 9326.0, 9370.0, 9333.0, 9367.0, 9332.0, 9383.0, 9332.0, 9385.0, 9355.0, 9390.0, 9354.0, 9371.0, 9352.0, 9376.0, 9378.0, 9372.0, 9364.0, 9338.0, 9344.0, 9336.0, 9355.0, 9364.0, 9412.0, 9353.0, 9404.0, 9345.0, 9404.0, 9351.0, 9405.0, 9345.0, 9403.0, 9327.0, 9381.0, 9331.0, 9381.0, 9315.0, 9385.0, 9312.0, 9347.0, 9301.0, 9347.0, 9306.0, 9349.0, 9294.0, 9313.0, 9302.0, 9311.0, 9409.0, 9323.0, 9378.0, 9327.0, 9371.0, 9329.0, 9382.0, 9344.0, 9383.0, 9354.0, 9363.0, 9336.0, 9381.0, 9350.0, 9400.0, 9355.0, 9370.0, 9335.0, 9361.0, 9342.0, 9338.0, 9347.0, 9330.0, 9385.0, 9345.0, 9397.0, 9354.0, 9399.0, 9356.0, 9312.0, 9324.0, 9304.0, 9352.0, 9310.0, 9392.0, 9329.0, 9390.0, 9325.0, 9377.0, 9326.0, 9375.0, 9327.0, 9378.0, 9326.0, 9378.0, 9328.0, 9382.0, 9340.0, 9373.0, 9326.0, 9371.0, 9346.0, 9384.0, 9327.0, 9365.0, 9352.0, 9377.0, 9329.0, 9372.0, 9339.0, 9378.0, 9329.0, 9359.0, 9346.0, 9386.0, 9351.0, 9382.0, 9333.0, 9380.0, 9363.0, 9400.0, 9369.0, 9391.0, 9352.0, 9399.0, 9352.0, 9429.0, 9391.0, 9442.0, 9371.0, 9380.0, 9320.0, 9350.0, 9331.0, 9364.0, 9348.0, 9315.0, 9348.0, 9305.0, 9345.0, 9375.0, 9380.0, 9407.0, 9339.0, 9405.0, 9315.0, 9376.0, 9314.0, 9360.0, 9291.0, 9343.0, 9301.0, 9338.0, 9306.0, 9322.0, 9305.0, 9326.0, 9304.0, 9298.0, 9295.0, 9327.0, 9294.0, 9322.0, 9308.0, 9325.0, 9379.0, 9328.0, 9362.0, 9326.0, 9359.0, 9325.0, 9364.0, 9327.0, 9388.0, 9356.0, 9362.0, 9346.0, 9374.0, 9338.0, 9359.0, 9343.0, 9316.0, 9343.0, 9321.0, 9366.0, 9324.0, 9372.0, 9333.0, 9354.0, 9344.0, 9361.0, 9366.0, 9374.0, 9328.0, 9342.0, 9321.0, 9364.0, 9340.0, 9394.0, 9355.0, 9405.0, 9341.0, 9392.0, 9342.0, 9412.0, 9337.0, 9419.0, 9320.0, 9387.0, 9335.0, 9384.0, 9319.0, 9387.0, 9338.0, 9384.0, 9364.0, 9427.0, 9378.0, 9422.0, 9346.0, 9423.0, 9355.0, 9419.0, 9392.0, 9408.0, 9321.0, 9383.0, 9346.0, 9400.0, 9371.0, 9328.0, 9327.0, 9350.0, 9310.0, 9390.0, 9317.0, 9370.0, 9325.0, 9388.0, 9305.0, 9395.0, 9333.0, 9380.0, 9355.0, 9362.0, 9303.0, 9356.0, 9349.0, 9365.0, 9348.0, 9332.0, 9346.0, 9364.0, 9341.0, 9378.0, 9337.0, 9333.0, 9338.0, 9369.0, 9350.0, 9386.0, 9344.0, 9328.0, 9318.0, 9348.0, 9353.0, 9360.0, 9337.0, 9316.0, 9334.0, 9311.0, 9340.0, 9325.0, 9380.0, 9322.0, 9391.0, 9341.0, 9375.0, 9326.0, 9408.0, 9355.0, 9406.0, 9343.0, 9405.0, 9349.0, 9422.0, 9367.0, 9423.0, 9342.0, 9402.0, 9356.0, 9403.0, 9389.0, 9396.0, 9321.0, 9393.0, 9321.0, 9395.0, 9372.0, 9387.0, 9320.0, 9399.0, 9362.0, 9442.0, 9374.0, 9381.0, 9336.0, 9308.0, 9376.0, 9344.0, 9383.0, 9353.0, 9367.0, 9361.0, 9359.0, 9347.0, 9355.0, 9399.0, 9368.0, 9397.0, 9362.0, 9408.0, 9355.0, 9397.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.006420333333333333</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04116586011494253</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.23183240979292</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.240990378550057</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0583477213808965</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4516</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6410.9399</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15444217076855604</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>177</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>20.344827586206897</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3638287026092883</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.263442218762605</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5184994854088383</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3095444036564223</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0117927</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016219526529312134</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030696656554937363</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.851712498564724</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>38.2046</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.3803</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.3019</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307230.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>706.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.1316</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0976</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>617.0275</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3463.1047</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3615.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69314.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1245.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4618.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.5368</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.786427585873753</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> |