=== 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-0050 --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-0050",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0050_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0050_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-01/func/sub-0050_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>b24e2aa965966d81b06952b23c5f4bd4</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>16:28:32.525000</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.998957, 0.0452406, 0.00615712, -0.0450129, 0.998437, -0.0331174]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0807544</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4139, -7755, -7242, 579, -86, -135, 17, 59]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.639</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0a4b0fdb-1297-42e0-b2e7-9d90c71d30be||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.680129051208496, -0.12076639384031296, 0.02064351737499237, 116.19573974609375], [-0.12137719988822937, 2.678734302520752, -0.08857546001672745, -87.8153076171875], [0.01651909574866295, 0.08885159343481064, 2.69846773147583, -52.05359649658203], [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': ['162832.525000', '162832.985000', '162833.445000', '162833.905000', '162834.365000', '162834.825000', '162835.285000', '162835.745000', '162836.205000', '162836.665000', '162837.125000', '162837.585000', '162838.045000', '162838.505000', '162838.965000', '162839.425000', '162839.885000', '162840.345000', '162840.805000', '162841.265000', '162841.725000', '162842.185000', '162842.645000', '162843.105000', '162843.565000', '162844.025000', '162844.485000', '162844.945000', '162845.405000', '162845.865000', '162846.325000', '162846.785000', '162847.245000', '162847.705000', '162848.165000', '162848.625000', '162849.085000', '162849.545000', '162850.005000', '162850.465000', '162850.925000', '162851.385000', '162851.845000', '162852.305000', '162852.765000', '162853.225000', '162853.685000', '162854.145000', '162854.605000', '162855.065000', '162855.525000', '162855.985000', '162856.445000', '162856.905000', '162857.365000', '162857.825000', '162858.285000', '162858.745000', '162859.205000', '162859.665000', '162900.125000', '162900.585000', '162901.045000', '162901.505000', '162901.965000', '162902.425000', '162902.885000', '162903.345000', '162903.805000', '162904.265000', '162904.725000', '162905.185000', '162905.645000', '162906.105000', '162906.565000', '162907.025000', '162907.485000', '162907.945000', '162908.405000', '162908.865000', '162909.325000', '162909.785000', '162910.245000', '162910.705000', '162911.165000', '162911.625000', '162912.085000', '162912.545000', '162913.005000', '162913.465000', '162913.925000', '162914.385000', '162914.845000', '162915.305000', '162915.765000', '162916.225000', '162916.685000', '162917.145000', '162917.605000', '162918.065000', '162918.525000', '162918.985000', '162919.445000', '162919.905000', '162920.365000', '162920.825000', '162921.285000', '162921.745000', '162922.205000', '162922.665000', '162923.125000', '162923.585000', '162924.045000', '162924.505000', '162924.965000', '162925.425000', '162925.885000', '162926.345000', '162926.805000', '162927.265000', '162927.725000', '162928.185000', '162928.645000', '162929.105000', '162929.565000', '162930.025000', '162930.485000', '162930.945000', '162931.405000', '162931.865000', '162932.325000', '162932.785000', '162933.245000', '162933.705000', '162934.165000', '162934.625000', '162935.085000', '162935.545000', '162936.005000', '162936.465000', '162936.925000', '162937.385000', '162937.845000', '162938.305000', '162938.765000', '162939.225000', '162939.685000', '162940.145000', '162940.605000', '162941.065000', '162941.525000', '162941.985000', '162942.445000', '162942.905000', '162943.365000', '162943.825000', '162944.285000', '162944.745000', '162945.205000', '162945.665000', '162946.125000', '162946.585000', '162947.045000', '162947.505000', '162947.965000', '162948.425000', '162948.885000', '162949.345000', '162949.805000', '162950.265000', '162950.725000', '162951.185000', '162951.645000', '162952.105000', '162952.565000', '162953.025000', '162953.485000', '162953.945000', '162954.405000', '162954.865000', '162955.325000', '162955.785000', '162956.245000', '162956.705000', '162957.165000', '162957.625000', '162958.085000', '162958.545000', '162959.005000', '162959.465000', '162959.925000', '163000.385000', '163000.845000', '163001.305000', '163001.765000', '163002.225000', '163002.685000', '163003.145000', '163003.605000', '163004.065000', '163004.525000', '163004.985000', '163005.445000', '163005.905000', '163006.365000', '163006.825000', '163007.285000', '163007.745000', '163008.205000', '163008.665000', '163009.125000', '163009.585000', '163010.045000', '163010.505000', '163010.965000', '163011.425000', '163011.885000', '163012.345000', '163012.805000', '163013.265000', '163013.725000', '163014.185000', '163014.645000', '163015.105000', '163015.565000', '163016.025000', '163016.485000', '163016.945000', '163017.405000', '163017.865000', '163018.325000', '163018.785000', '163019.245000', '163019.705000', '163020.165000', '163020.625000', '163021.085000', '163021.545000', '163022.005000', '163022.465000', '163022.925000', '163023.385000', '163023.845000', '163024.305000', '163024.765000', '163025.225000', '163025.685000', '163026.145000', '163026.605000', '163027.065000', '163027.525000', '163027.985000', '163028.445000', '163028.905000', '163029.365000', '163029.825000', '163030.285000', '163030.745000', '163031.205000', '163031.665000', '163032.125000', '163032.585000', '163033.045000', '163033.505000', '163033.965000', '163034.425000', '163034.885000', '163035.345000', '163035.805000', '163036.265000', '163036.725000', '163037.185000', '163037.645000', '163038.105000', '163038.565000', '163039.025000', '163039.485000', '163039.945000', '163040.405000', '163040.865000', '163041.325000', '163041.785000', '163042.245000', '163042.705000', '163043.165000', '163043.625000', '163044.085000', '163044.545000', '163045.005000', '163045.465000', '163045.925000', '163046.385000', '163046.845000', '163047.305000', '163047.765000', '163048.225000', '163048.685000', '163049.145000', '163049.605000', '163050.065000', '163050.525000', '163050.985000', '163051.445000', '163051.905000', '163052.365000', '163052.825000', '163053.285000', '163053.745000', '163054.205000', '163054.665000', '163055.125000', '163055.585000', '163056.045000', '163056.505000', '163056.965000', '163057.425000', '163057.885000', '163058.345000', '163058.805000', '163059.265000', '163059.725000', '163100.185000', '163100.645000', '163101.105000', '163101.565000', '163102.025000', '163102.485000', '163102.945000', '163103.405000', '163103.865000', '163104.325000', '163104.785000', '163105.245000', '163105.705000', '163106.165000', '163106.625000', '163107.085000', '163107.545000', '163108.005000', '163108.465000', '163108.925000', '163109.385000', '163109.845000', '163110.305000', '163110.765000', '163111.225000', '163111.685000', '163112.145000', '163112.605000', '163113.065000', '163113.525000', '163113.985000', '163114.445000', '163114.905000', '163115.365000', '163115.825000', '163116.285000', '163116.745000', '163117.205000', '163117.665000', '163118.125000', '163118.585000', '163119.045000', '163119.505000', '163119.965000', '163120.425000', '163120.885000', '163121.345000', '163121.805000', '163122.265000', '163122.725000', '163123.185000', '163123.645000', '163124.105000', '163124.565000', '163125.025000', '163125.485000', '163125.945000', '163126.405000', '163126.865000', '163127.325000', '163127.785000', '163128.245000', '163128.705000', '163129.165000', '163129.625000', '163130.085000', '163130.545000', '163131.005000', '163131.465000', '163131.925000', '163132.385000', '163132.845000', '163133.305000', '163133.765000', '163134.225000', '163134.685000', '163135.145000', '163135.605000', '163136.065000', '163136.525000', '163136.985000', '163137.445000', '163137.905000', '163138.365000', '163138.825000', '163139.285000', '163139.745000', '163140.205000', '163140.665000', '163141.125000', '163141.585000', '163142.045000', '163142.505000', '163142.965000', '163143.425000', '163143.885000', '163144.345000', '163144.805000', '163145.265000', '163145.725000', '163146.185000', '163146.645000', '163147.105000', '163147.565000', '163148.025000', '163148.485000', '163148.945000', '163149.405000', '163149.865000', '163150.325000', '163150.785000', '163151.245000', '163151.705000', '163152.165000', '163152.625000', '163153.085000', '163153.545000', '163154.005000', '163154.465000', '163154.925000', '163155.385000', '163155.845000', '163156.305000', '163156.765000', '163157.225000', '163157.685000', '163158.145000', '163158.605000', '163159.065000', '163159.525000', '163159.985000', '163200.445000', '163200.905000', '163201.365000', '163201.825000', '163202.285000', '163202.745000', '163203.205000', '163203.665000', '163204.125000', '163204.585000', '163205.045000', '163205.505000', '163205.965000', '163206.425000', '163206.885000', '163207.345000', '163207.805000', '163208.265000', '163208.725000', '163209.185000', '163209.645000', '163210.105000', '163210.565000', '163211.025000', '163211.485000', '163211.945000', '163212.405000', '163212.865000', '163213.325000', '163213.785000', '163214.245000', '163214.705000', '163215.165000', '163215.625000', '163216.085000', '163216.545000', '163217.005000', '163217.465000', '163217.925000', '163218.385000', '163218.845000', '163219.305000', '163219.765000', '163220.225000', '163220.685000', '163221.145000', '163221.605000', '163222.065000', '163222.525000', '163222.985000', '163223.445000', '163223.905000', '163224.365000', '163224.825000', '163225.285000', '163225.745000', '163226.205000', '163226.665000', '163227.125000', '163227.585000', '163228.045000', '163228.505000', '163228.965000', '163229.425000', '163229.885000', '163230.345000', '163230.805000', '163231.265000', '163231.725000', '163232.185000', '163232.645000', '163233.105000', '163233.565000', '163234.025000', '163234.485000', '163234.945000', '163235.405000', '163235.865000', '163236.325000', '163236.785000', '163237.245000', '163237.705000', '163238.165000', '163238.625000', '163239.085000', '163239.545000', '163240.005000', '163240.465000', '163240.925000', '163241.385000', '163241.845000', '163242.305000', '163242.765000', '163243.225000', '163243.685000', '163244.145000', '163244.605000', '163245.065000', '163245.525000', '163245.985000', '163246.445000', '163246.905000', '163247.365000', '163247.825000', '163248.285000', '163248.745000', '163249.205000', '163249.665000', '163250.125000', '163250.585000', '163251.045000', '163251.505000', '163251.965000', '163252.425000', '163252.885000', '163253.345000', '163253.805000', '163254.265000', '163254.725000', '163255.185000', '163255.645000', '163256.105000', '163256.565000', '163257.025000', '163257.485000', '163257.945000', '163258.405000', '163258.865000', '163259.325000', '163259.785000', '163300.245000', '163300.705000', '163301.165000', '163301.625000', '163302.085000', '163302.545000', '163303.005000', '163303.465000', '163303.925000', '163304.385000', '163304.845000', '163305.305000', '163305.765000', '163306.225000', '163306.685000', '163307.145000', '163307.605000', '163308.065000', '163308.525000', '163308.985000', '163309.445000', '163309.905000', '163310.365000', '163310.825000', '163311.285000', '163311.745000', '163312.205000', '163312.665000', '163313.125000', '163313.585000', '163314.045000', '163314.505000', '163314.965000', '163315.425000', '163315.885000', '163316.345000', '163316.805000', '163317.265000', '163317.725000', '163318.185000', '163318.645000', '163319.105000', '163319.565000', '163320.025000', '163320.485000', '163320.945000', '163321.405000', '163321.865000', '163322.325000', '163322.785000', '163323.245000', '163323.705000', '163324.165000', '163324.625000', '163325.085000', '163325.545000', '163326.005000', '163326.465000', '163326.925000', '163327.385000', '163327.845000', '163328.305000', '163328.765000', '163329.225000', '163329.685000', '163330.145000', '163330.605000', '163331.065000', '163331.525000', '163331.985000', '163332.445000', '163332.905000', '163333.365000', '163333.825000', '163334.285000', '163334.745000', '163335.205000', '163335.665000', '163336.125000', '163336.585000', '163337.045000', '163337.505000', '163337.965000', '163338.425000', '163338.885000', '163339.345000', '163339.805000', '163340.265000', '163340.725000', '163341.185000', '163341.645000', '163342.105000', '163342.565000', '163343.025000', '163343.485000', '163343.945000', '163344.405000', '163344.865000', '163345.325000', '163345.785000', '163346.245000', '163346.705000', '163347.165000', '163347.625000', '163348.085000', '163348.545000', '163349.005000', '163349.465000', '163349.925000', '163350.385000', '163350.845000', '163351.305000', '163351.765000', '163352.225000', '163352.685000', '163353.145000', '163353.605000', '163354.065000', '163354.525000', '163354.985000', '163355.445000', '163355.905000', '163356.365000', '163356.825000', '163357.285000', '163357.745000', '163358.205000', '163358.665000', '163359.125000', '163359.585000', '163400.045000', '163400.505000', '163400.965000', '163401.425000', '163401.885000', '163402.345000', '163402.805000', '163403.265000', '163403.725000', '163404.185000', '163404.645000', '163405.105000', '163405.565000', '163406.025000', '163406.485000', '163406.945000', '163407.405000', '163407.865000', '163408.325000', '163408.785000', '163409.245000', '163409.705000', '163410.165000', '163410.625000', '163411.085000', '163411.545000', '163412.005000', '163412.465000', '163412.925000', '163413.385000', '163413.845000', '163414.305000', '163414.765000', '163415.225000', '163415.685000', '163416.145000', '163416.605000', '163417.065000', '163417.525000', '163417.985000', '163418.445000', '163418.905000', '163419.365000', '163419.825000', '163420.285000', '163420.745000', '163421.205000', '163421.665000', '163422.125000', '163422.585000', '163423.045000', '163423.505000', '163423.965000', '163424.425000', '163424.885000', '163425.345000', '163425.805000', '163426.265000', '163426.725000', '163427.185000', '163427.645000', '163428.105000', '163428.565000', '163429.025000', '163429.485000', '163429.945000', '163430.405000', '163430.865000', '163431.325000', '163431.785000', '163432.245000', '163432.705000', '163433.165000', '163433.625000', '163434.085000', '163434.545000', '163435.005000', '163435.465000', '163435.925000', '163436.385000', '163436.845000', '163437.305000', '163437.765000', '163438.225000', '163438.685000', '163439.145000', '163439.605000', '163440.065000', '163440.525000', '163440.985000', '163441.445000', '163441.905000', '163442.365000', '163442.825000', '163443.285000', '163443.745000', '163444.205000', '163444.665000', '163445.125000', '163445.585000', '163446.045000', '163446.505000', '163446.965000', '163447.425000', '163447.885000', '163448.345000', '163448.805000', '163449.265000', '163449.725000', '163450.185000', '163450.645000', '163451.105000', '163451.565000', '163452.025000', '163452.485000', '163452.945000', '163453.405000', '163453.865000', '163454.325000', '163454.785000', '163455.245000', '163455.705000', '163456.165000', '163456.625000', '163457.085000', '163457.545000', '163458.005000', '163458.465000', '163458.925000', '163459.385000', '163459.845000', '163500.305000', '163500.765000', '163501.225000', '163501.685000', '163502.145000', '163502.605000', '163503.065000', '163503.525000', '163503.985000', '163504.445000', '163504.905000', '163505.365000', '163505.825000', '163506.285000', '163506.745000', '163507.205000', '163507.665000', '163508.125000', '163508.585000', '163509.045000', '163509.505000', '163509.965000', '163510.425000', '163510.885000', '163511.345000', '163511.805000', '163512.265000', '163512.725000', '163513.185000'], 'ContentTime': ['162853.447000', '162853.450000', '162853.452000', '162853.455000', '162853.458000', '162853.460000', '162853.463000', '162853.465000', '162853.468000', '162853.470000', '162853.473000', '162853.480000', '162853.482000', '162853.500000', '162853.503000', '162853.505000', '162853.508000', '162853.510000', '162853.513000', '162853.515000', '162853.518000', '162853.521000', '162853.523000', '162853.526000', '162853.528000', '162853.531000', '162853.533000', '162853.536000', '162853.539000', '162853.541000', '162853.544000', '162853.546000', '162853.549000', '162853.551000', '162853.554000', '162853.556000', '162853.559000', '162853.561000', '162853.564000', '162853.567000', '162853.569000', '162853.572000', '162853.574000', '162853.577000', '162913.418000', '162913.421000', '162913.424000', '162913.427000', '162913.429000', '162913.432000', '162913.434000', '162913.437000', '162913.439000', '162913.442000', '162913.445000', '162913.447000', '162913.450000', '162913.452000', '162913.455000', '162913.457000', '162913.460000', '162913.463000', '162913.465000', '162913.468000', '162913.470000', '162913.473000', '162913.475000', '162913.478000', '162913.480000', '162913.483000', '162913.485000', '162913.488000', '162913.490000', '162913.493000', '162913.496000', '162913.498000', '162913.501000', '162913.504000', '162913.507000', '162913.510000', '162913.512000', '162913.515000', '162913.517000', '162913.520000', '162913.523000', '162913.525000', '162913.528000', '162933.418000', '162933.421000', '162933.424000', '162933.426000', '162933.429000', '162933.431000', '162933.434000', '162933.436000', '162933.439000', '162933.442000', '162933.444000', '162933.447000', '162933.449000', '162933.452000', '162933.455000', '162933.457000', '162933.460000', '162933.462000', '162933.465000', '162933.467000', '162933.470000', '162933.472000', '162933.475000', '162933.477000', '162933.480000', '162933.483000', '162933.485000', '162933.488000', '162933.490000', '162933.493000', '162933.495000', '162933.498000', '162933.500000', '162933.503000', '162933.507000', '162933.510000', '162933.512000', '162933.515000', '162933.517000', '162933.520000', '162933.523000', '162933.525000', '162933.528000', '162933.530000', '162953.418000', '162953.421000', '162953.424000', '162953.426000', '162953.429000', '162953.432000', '162953.434000', '162953.437000', '162953.439000', '162953.442000', '162953.444000', '162953.447000', '162953.450000', '162953.452000', '162953.455000', '162953.457000', '162953.460000', '162953.462000', '162953.465000', '162953.468000', '162953.470000', '162953.473000', '162953.475000', '162953.478000', '162953.481000', '162953.483000', '162953.486000', '162953.489000', '162953.491000', '162953.494000', '162953.496000', '162953.499000', '162953.501000', '162953.504000', '162953.507000', '162953.509000', '162953.512000', '162953.514000', '162953.517000', '162953.519000', '162953.527000', '162953.529000', '162953.532000', '163013.418000', '163013.421000', '163013.424000', '163013.427000', '163013.429000', '163013.432000', '163013.434000', '163013.437000', '163013.439000', '163013.442000', '163013.445000', '163013.447000', '163013.450000', '163013.452000', '163013.455000', '163013.457000', '163013.460000', '163013.462000', '163013.465000', '163013.468000', '163013.470000', '163013.473000', '163013.475000', '163013.478000', '163013.480000', '163013.483000', '163013.486000', '163013.488000', '163013.491000', '163013.493000', '163013.496000', '163013.498000', '163013.501000', '163013.503000', '163013.506000', '163013.509000', '163013.511000', '163013.514000', '163013.516000', '163013.519000', '163013.521000', '163013.524000', '163013.527000', '163013.529000', '163033.419000', '163033.421000', '163033.424000', '163033.427000', '163033.429000', '163033.432000', '163033.434000', '163033.437000', '163033.439000', '163033.442000', '163033.445000', '163033.447000', '163033.450000', '163033.452000', '163033.455000', '163033.457000', '163033.460000', '163033.462000', '163033.465000', '163033.468000', '163033.470000', '163033.473000', '163033.484000', '163033.487000', '163033.490000', '163033.492000', '163033.495000', '163033.497000', '163033.500000', '163033.502000', '163033.505000', '163033.508000', '163033.510000', '163033.513000', '163033.515000', '163033.518000', '163033.521000', '163033.523000', '163033.526000', '163033.528000', '163033.531000', '163033.533000', '163033.536000', '163053.419000', '163053.421000', '163053.424000', '163053.427000', '163053.429000', '163053.432000', '163053.434000', '163053.437000', '163053.440000', '163053.442000', '163053.445000', '163053.447000', '163053.450000', '163053.453000', '163053.455000', '163053.458000', '163053.460000', '163053.463000', '163053.465000', '163053.468000', '163053.471000', '163053.473000', '163053.476000', '163053.478000', '163053.481000', '163053.484000', '163053.486000', '163053.489000', '163053.491000', '163053.494000', '163053.496000', '163053.499000', '163053.501000', '163053.504000', '163053.507000', '163053.509000', '163053.512000', '163053.514000', '163053.517000', '163053.520000', '163053.522000', '163053.525000', '163053.527000', '163053.530000', '163113.419000', '163113.421000', '163113.424000', '163113.427000', '163113.429000', '163113.432000', '163113.435000', '163113.437000', '163113.440000', '163113.442000', '163113.445000', '163113.447000', '163113.450000', '163113.453000', '163113.455000', '163113.458000', '163113.460000', '163113.463000', '163113.466000', '163113.468000', '163113.471000', '163113.473000', '163113.476000', '163113.478000', '163113.481000', '163113.484000', '163113.486000', '163113.489000', '163113.491000', '163113.494000', '163113.496000', '163113.499000', '163113.501000', '163113.504000', '163113.507000', '163113.509000', '163113.512000', '163113.514000', '163113.517000', '163113.519000', '163113.522000', '163113.525000', '163113.527000', '163133.419000', '163133.421000', '163133.424000', '163133.426000', '163133.429000', '163133.432000', '163133.434000', '163133.437000', '163133.439000', '163133.442000', '163133.445000', '163133.447000', '163133.450000', '163133.453000', '163133.455000', '163133.458000', '163133.460000', '163133.463000', '163133.465000', '163133.468000', '163133.471000', '163133.473000', '163133.476000', '163133.478000', '163133.481000', '163133.484000', '163133.486000', '163133.489000', '163133.491000', '163133.494000', '163133.496000', '163133.499000', '163133.501000', '163133.504000', '163133.507000', '163133.509000', '163133.512000', '163133.515000', '163133.517000', '163133.520000', '163133.522000', '163133.525000', '163133.527000', '163133.530000', '163153.419000', '163153.421000', '163153.424000', '163153.427000', '163153.429000', '163153.432000', '163153.435000', '163153.437000', '163153.440000', '163153.442000', '163153.445000', '163153.447000', '163153.450000', '163153.453000', '163153.455000', '163153.458000', '163153.460000', '163153.463000', '163153.465000', '163153.468000', '163153.471000', '163153.473000', '163153.476000', '163153.478000', '163153.481000', '163153.483000', '163153.486000', '163153.488000', '163153.491000', '163153.494000', '163153.496000', '163153.499000', '163153.501000', '163153.504000', '163153.507000', '163153.509000', '163153.512000', '163153.514000', '163153.517000', '163153.519000', '163153.522000', '163153.525000', '163153.527000', '163213.419000', '163213.421000', '163213.424000', '163213.427000', '163213.429000', '163213.432000', '163213.434000', '163213.437000', '163213.440000', '163213.442000', '163213.445000', '163213.447000', '163213.450000', '163213.452000', '163213.455000', '163213.458000', '163213.460000', '163213.463000', '163213.465000', '163213.468000', '163213.471000', '163213.473000', '163213.476000', '163213.478000', '163213.481000', '163213.483000', '163213.486000', '163213.489000', '163213.491000', '163213.494000', '163213.496000', '163213.499000', '163213.501000', '163213.504000', '163213.507000', '163213.509000', '163213.512000', '163213.514000', '163213.517000', '163213.520000', '163213.522000', '163213.525000', '163213.527000', '163213.530000', '163233.419000', '163233.422000', '163233.424000', '163233.427000', '163233.429000', '163233.432000', '163233.435000', '163233.437000', '163233.440000', '163233.442000', '163233.445000', '163233.448000', '163233.450000', '163233.453000', '163233.455000', '163233.458000', '163233.460000', '163233.463000', '163233.466000', '163233.468000', '163233.471000', '163233.474000', '163233.476000', '163233.479000', '163233.481000', '163233.484000', '163233.486000', '163233.489000', '163233.491000', '163233.494000', '163233.497000', '163233.499000', '163233.502000', '163233.504000', '163233.507000', '163233.510000', '163233.512000', '163233.515000', '163233.517000', '163233.520000', '163233.522000', '163233.525000', '163233.528000', '163253.418000', '163253.421000', '163253.424000', '163253.427000', '163253.429000', '163253.432000', '163253.434000', '163253.438000', '163253.441000', '163253.443000', '163253.446000', '163253.449000', '163253.451000', '163253.454000', '163253.456000', '163253.459000', '163253.462000', '163253.464000', '163253.467000', '163253.469000', '163253.472000', '163253.475000', '163253.477000', '163253.480000', '163253.482000', '163253.485000', '163253.487000', '163253.490000', '163253.493000', '163253.495000', '163253.498000', '163253.501000', '163253.503000', '163253.506000', '163253.508000', '163253.511000', '163253.513000', '163253.516000', '163253.519000', '163253.521000', '163253.524000', '163253.526000', '163253.529000', '163253.531000', '163313.419000', '163313.421000', '163313.424000', '163313.427000', '163313.429000', '163313.432000', '163313.435000', '163313.437000', '163313.440000', '163313.442000', '163313.445000', '163313.447000', '163313.450000', '163313.453000', '163313.455000', '163313.458000', '163313.461000', '163313.463000', '163313.466000', '163313.468000', '163313.471000', '163313.473000', '163313.476000', '163313.479000', '163313.481000', '163313.484000', '163313.486000', '163313.489000', '163313.491000', '163313.494000', '163313.497000', '163313.499000', '163313.502000', '163313.504000', '163313.507000', '163313.510000', '163313.512000', '163313.515000', '163313.517000', '163313.520000', '163313.522000', '163313.525000', '163313.527000', '163333.419000', '163333.421000', '163333.424000', '163333.427000', '163333.429000', '163333.432000', '163333.434000', '163333.437000', '163333.439000', '163333.442000', '163333.444000', '163333.447000', '163333.450000', '163333.452000', '163333.462000', '163333.465000', '163333.467000', '163333.470000', '163333.472000', '163333.475000', '163333.477000', '163333.480000', '163333.482000', '163333.485000', '163333.487000', '163333.490000', '163333.493000', '163333.495000', '163333.498000', '163333.500000', '163333.503000', '163333.506000', '163333.508000', '163333.511000', '163333.513000', '163333.516000', '163333.518000', '163333.521000', '163333.523000', '163333.526000', '163333.529000', '163333.531000', '163333.534000', '163333.536000', '163353.418000', '163353.421000', '163353.424000', '163353.427000', '163353.429000', '163353.432000', '163353.434000', '163353.437000', '163353.439000', '163353.442000', '163353.444000', '163353.447000', '163353.449000', '163353.452000', '163353.455000', '163353.457000', '163353.460000', '163353.463000', '163353.465000', '163353.468000', '163353.470000', '163353.473000', '163353.475000', '163353.478000', '163353.481000', '163353.483000', '163353.486000', '163353.488000', '163353.491000', '163353.494000', '163353.496000', '163353.499000', '163353.501000', '163353.504000', '163353.506000', '163353.509000', '163353.512000', '163353.514000', '163353.517000', '163353.519000', '163353.522000', '163353.524000', '163353.527000', '163413.419000', '163413.422000', '163413.424000', '163413.427000', '163413.429000', '163413.432000', '163413.435000', '163413.438000', '163413.440000', '163413.443000', '163413.446000', '163413.448000', '163413.451000', '163413.454000', '163413.456000', '163413.459000', '163413.461000', '163413.464000', '163413.466000', '163413.469000', '163413.472000', '163413.474000', '163413.478000', '163413.481000', '163413.484000', '163413.486000', '163413.489000', '163413.491000', '163413.494000', '163413.497000', '163413.499000', '163413.502000', '163413.504000', '163413.507000', '163413.509000', '163413.512000', '163413.515000', '163413.517000', '163413.520000', '163413.522000', '163413.525000', '163413.528000', '163413.530000', '163433.419000', '163433.421000', '163433.424000', '163433.426000', '163433.429000', '163433.432000', '163433.434000', '163433.437000', '163433.439000', '163433.442000', '163433.446000', '163433.448000', '163433.451000', '163433.454000', '163433.456000', '163433.459000', '163433.461000', '163433.464000', '163433.466000', '163433.469000', '163433.471000', '163433.474000', '163433.477000', '163433.479000', '163433.482000', '163433.484000', '163433.487000', '163433.490000', '163433.492000', '163433.495000', '163433.499000', '163433.501000', '163433.504000', '163433.507000', '163433.509000', '163433.512000', '163433.514000', '163433.517000', '163433.519000', '163433.522000', '163433.525000', '163433.527000', '163433.530000', '163433.532000', '163453.419000', '163453.422000', '163453.424000', '163453.427000', '163453.430000', '163453.432000', '163453.435000', '163453.437000', '163453.440000', '163453.442000', '163453.445000', '163453.448000', '163453.450000', '163453.453000', '163453.455000', '163453.458000', '163453.461000', '163453.463000', '163453.466000', '163453.468000', '163453.471000', '163453.473000', '163453.476000', '163453.479000', '163453.481000', '163453.494000', '163453.497000', '163453.500000', '163453.503000', '163453.506000', '163453.509000', '163453.511000', '163453.514000', '163453.516000', '163453.519000', '163453.521000', '163453.524000', '163453.527000', '163453.529000', '163453.532000', '163453.535000', '163453.537000', '163453.540000', '163513.419000', '163513.421000', '163513.424000', '163513.427000', '163513.429000', '163513.432000', '163513.434000', '163513.437000', '163513.440000', '163513.442000', '163513.445000', '163513.447000', '163513.450000', '163513.453000', '163513.455000', '163513.458000', '163513.460000', '163513.463000', '163513.465000', '163513.468000', '163513.470000', '163513.473000', '163513.476000', '163513.478000', '163513.481000', '163513.483000', '163513.486000', '163513.489000', '163513.491000', '163513.494000', '163513.496000', '163513.499000', '163513.502000', '163513.504000', '163513.507000', '163513.509000', '163513.512000', '163513.514000', '163513.517000', '163513.520000', '163513.522000', '163513.525000', '163513.527000', '163513.530000', '163514.169000', '163514.172000'], 'InstanceCreationTime': ['162853.447000', '162853.450000', '162853.452000', '162853.455000', '162853.458000', '162853.460000', '162853.463000', '162853.465000', '162853.468000', '162853.470000', '162853.473000', '162853.480000', '162853.482000', '162853.500000', '162853.503000', '162853.505000', '162853.508000', '162853.510000', '162853.513000', '162853.515000', '162853.518000', '162853.521000', '162853.523000', '162853.526000', '162853.528000', '162853.531000', '162853.533000', '162853.536000', '162853.539000', '162853.541000', '162853.544000', '162853.546000', '162853.549000', '162853.551000', '162853.554000', '162853.556000', '162853.559000', '162853.561000', '162853.564000', '162853.567000', '162853.569000', '162853.572000', '162853.574000', '162853.577000', '162913.418000', '162913.421000', '162913.424000', '162913.427000', '162913.429000', '162913.432000', '162913.434000', '162913.437000', '162913.439000', '162913.442000', '162913.445000', '162913.447000', '162913.450000', '162913.452000', '162913.455000', '162913.457000', '162913.460000', '162913.463000', '162913.465000', '162913.468000', '162913.470000', '162913.473000', '162913.475000', '162913.478000', '162913.480000', '162913.483000', '162913.485000', '162913.488000', '162913.490000', '162913.493000', '162913.496000', '162913.498000', '162913.501000', '162913.504000', '162913.507000', '162913.510000', '162913.512000', '162913.515000', '162913.517000', '162913.520000', '162913.523000', '162913.525000', '162913.528000', '162933.418000', '162933.421000', '162933.424000', '162933.426000', '162933.429000', '162933.431000', '162933.434000', '162933.436000', '162933.439000', '162933.442000', '162933.444000', '162933.447000', '162933.449000', '162933.452000', '162933.455000', '162933.457000', '162933.460000', '162933.462000', '162933.465000', '162933.467000', '162933.470000', '162933.472000', '162933.475000', '162933.477000', '162933.480000', '162933.483000', '162933.485000', '162933.488000', '162933.490000', '162933.493000', '162933.495000', '162933.498000', '162933.500000', '162933.503000', '162933.507000', '162933.510000', '162933.512000', '162933.515000', '162933.517000', '162933.520000', '162933.523000', '162933.525000', '162933.528000', '162933.530000', '162953.418000', '162953.421000', '162953.424000', '162953.426000', '162953.429000', '162953.432000', '162953.434000', '162953.437000', '162953.439000', '162953.442000', '162953.444000', '162953.447000', '162953.450000', '162953.452000', '162953.455000', '162953.457000', '162953.460000', '162953.462000', '162953.465000', '162953.468000', '162953.470000', '162953.473000', '162953.475000', '162953.478000', '162953.481000', '162953.483000', '162953.486000', '162953.489000', '162953.491000', '162953.494000', '162953.496000', '162953.499000', '162953.501000', '162953.504000', '162953.507000', '162953.509000', '162953.512000', '162953.514000', '162953.517000', '162953.519000', '162953.527000', '162953.529000', '162953.532000', '163013.418000', '163013.421000', '163013.424000', '163013.427000', '163013.429000', '163013.432000', '163013.434000', '163013.437000', '163013.439000', '163013.442000', '163013.445000', '163013.447000', '163013.450000', '163013.452000', '163013.455000', '163013.457000', '163013.460000', '163013.462000', '163013.465000', '163013.468000', '163013.470000', '163013.473000', '163013.475000', '163013.478000', '163013.480000', '163013.483000', '163013.486000', '163013.488000', '163013.491000', '163013.493000', '163013.496000', '163013.498000', '163013.501000', '163013.503000', '163013.506000', '163013.509000', '163013.511000', '163013.514000', '163013.516000', '163013.519000', '163013.521000', '163013.524000', '163013.527000', '163013.529000', '163033.419000', '163033.421000', '163033.424000', '163033.427000', '163033.429000', '163033.432000', '163033.434000', '163033.437000', '163033.439000', '163033.442000', '163033.445000', '163033.447000', '163033.450000', '163033.452000', '163033.455000', '163033.457000', '163033.460000', '163033.462000', '163033.465000', '163033.468000', '163033.470000', '163033.473000', '163033.484000', '163033.487000', '163033.490000', '163033.492000', '163033.495000', '163033.497000', '163033.500000', '163033.502000', '163033.505000', '163033.508000', '163033.510000', '163033.513000', '163033.515000', '163033.518000', '163033.521000', '163033.523000', '163033.526000', '163033.528000', '163033.531000', '163033.533000', '163033.536000', '163053.419000', '163053.421000', '163053.424000', '163053.427000', '163053.429000', '163053.432000', '163053.434000', '163053.437000', '163053.440000', '163053.442000', '163053.445000', '163053.447000', '163053.450000', '163053.453000', '163053.455000', '163053.458000', '163053.460000', '163053.463000', '163053.465000', '163053.468000', '163053.471000', '163053.473000', '163053.476000', '163053.478000', '163053.481000', '163053.484000', '163053.486000', '163053.489000', '163053.491000', '163053.494000', '163053.496000', '163053.499000', '163053.501000', '163053.504000', '163053.507000', '163053.509000', '163053.512000', '163053.514000', '163053.517000', '163053.520000', '163053.522000', '163053.525000', '163053.527000', '163053.530000', '163113.419000', '163113.421000', '163113.424000', '163113.427000', '163113.429000', '163113.432000', '163113.435000', '163113.437000', '163113.440000', '163113.442000', '163113.445000', '163113.447000', '163113.450000', '163113.453000', '163113.455000', '163113.458000', '163113.460000', '163113.463000', '163113.466000', '163113.468000', '163113.471000', '163113.473000', '163113.476000', '163113.478000', '163113.481000', '163113.484000', '163113.486000', '163113.489000', '163113.491000', '163113.494000', '163113.496000', '163113.499000', '163113.501000', '163113.504000', '163113.507000', '163113.509000', '163113.512000', '163113.514000', '163113.517000', '163113.519000', '163113.522000', '163113.525000', '163113.527000', '163133.419000', '163133.421000', '163133.424000', '163133.426000', '163133.429000', '163133.432000', '163133.434000', '163133.437000', '163133.439000', '163133.442000', '163133.445000', '163133.447000', '163133.450000', '163133.453000', '163133.455000', '163133.458000', '163133.460000', '163133.463000', '163133.465000', '163133.468000', '163133.471000', '163133.473000', '163133.476000', '163133.478000', '163133.481000', '163133.484000', '163133.486000', '163133.489000', '163133.491000', '163133.494000', '163133.496000', '163133.499000', '163133.501000', '163133.504000', '163133.507000', '163133.509000', '163133.512000', '163133.515000', '163133.517000', '163133.520000', '163133.522000', '163133.525000', '163133.527000', '163133.530000', '163153.419000', '163153.421000', '163153.424000', '163153.427000', '163153.429000', '163153.432000', '163153.435000', '163153.437000', '163153.440000', '163153.442000', '163153.445000', '163153.447000', '163153.450000', '163153.453000', '163153.455000', '163153.458000', '163153.460000', '163153.463000', '163153.465000', '163153.468000', '163153.471000', '163153.473000', '163153.476000', '163153.478000', '163153.481000', '163153.483000', '163153.486000', '163153.488000', '163153.491000', '163153.494000', '163153.496000', '163153.499000', '163153.501000', '163153.504000', '163153.507000', '163153.509000', '163153.512000', '163153.514000', '163153.517000', '163153.519000', '163153.522000', '163153.525000', '163153.527000', '163213.419000', '163213.421000', '163213.424000', '163213.427000', '163213.429000', '163213.432000', '163213.434000', '163213.437000', '163213.440000', '163213.442000', '163213.445000', '163213.447000', '163213.450000', '163213.452000', '163213.455000', '163213.458000', '163213.460000', '163213.463000', '163213.465000', '163213.468000', '163213.471000', '163213.473000', '163213.476000', '163213.478000', '163213.481000', '163213.483000', '163213.486000', '163213.489000', '163213.491000', '163213.494000', '163213.496000', '163213.499000', '163213.501000', '163213.504000', '163213.507000', '163213.509000', '163213.512000', '163213.514000', '163213.517000', '163213.520000', '163213.522000', '163213.525000', '163213.527000', '163213.530000', '163233.419000', '163233.422000', '163233.424000', '163233.427000', '163233.429000', '163233.432000', '163233.435000', '163233.437000', '163233.440000', '163233.442000', '163233.445000', '163233.448000', '163233.450000', '163233.453000', '163233.455000', '163233.458000', '163233.460000', '163233.463000', '163233.466000', '163233.468000', '163233.471000', '163233.474000', '163233.476000', '163233.479000', '163233.481000', '163233.484000', '163233.486000', '163233.489000', '163233.491000', '163233.494000', '163233.497000', '163233.499000', '163233.502000', '163233.504000', '163233.507000', '163233.510000', '163233.512000', '163233.515000', '163233.517000', '163233.520000', '163233.522000', '163233.525000', '163233.528000', '163253.418000', '163253.421000', '163253.424000', '163253.427000', '163253.429000', '163253.432000', '163253.434000', '163253.438000', '163253.441000', '163253.443000', '163253.446000', '163253.449000', '163253.451000', '163253.454000', '163253.456000', '163253.459000', '163253.462000', '163253.464000', '163253.467000', '163253.469000', '163253.472000', '163253.475000', '163253.477000', '163253.480000', '163253.482000', '163253.485000', '163253.487000', '163253.490000', '163253.493000', '163253.495000', '163253.498000', '163253.501000', '163253.503000', '163253.506000', '163253.508000', '163253.511000', '163253.513000', '163253.516000', '163253.519000', '163253.521000', '163253.524000', '163253.526000', '163253.529000', '163253.531000', '163313.419000', '163313.421000', '163313.424000', '163313.427000', '163313.429000', '163313.432000', '163313.435000', '163313.437000', '163313.440000', '163313.442000', '163313.445000', '163313.447000', '163313.450000', '163313.453000', '163313.455000', '163313.458000', '163313.461000', '163313.463000', '163313.466000', '163313.468000', '163313.471000', '163313.473000', '163313.476000', '163313.479000', '163313.481000', '163313.484000', '163313.486000', '163313.489000', '163313.491000', '163313.494000', '163313.497000', '163313.499000', '163313.502000', '163313.504000', '163313.507000', '163313.510000', '163313.512000', '163313.515000', '163313.517000', '163313.520000', '163313.522000', '163313.525000', '163313.527000', '163333.419000', '163333.421000', '163333.424000', '163333.427000', '163333.429000', '163333.432000', '163333.434000', '163333.437000', '163333.439000', '163333.442000', '163333.444000', '163333.447000', '163333.450000', '163333.452000', '163333.462000', '163333.465000', '163333.467000', '163333.470000', '163333.472000', '163333.475000', '163333.477000', '163333.480000', '163333.482000', '163333.485000', '163333.487000', '163333.490000', '163333.493000', '163333.495000', '163333.498000', '163333.500000', '163333.503000', '163333.506000', '163333.508000', '163333.511000', '163333.513000', '163333.516000', '163333.518000', '163333.521000', '163333.523000', '163333.526000', '163333.529000', '163333.531000', '163333.534000', '163333.536000', '163353.418000', '163353.421000', '163353.424000', '163353.427000', '163353.429000', '163353.432000', '163353.434000', '163353.437000', '163353.439000', '163353.442000', '163353.444000', '163353.447000', '163353.449000', '163353.452000', '163353.455000', '163353.457000', '163353.460000', '163353.463000', '163353.465000', '163353.468000', '163353.470000', '163353.473000', '163353.475000', '163353.478000', '163353.481000', '163353.483000', '163353.486000', '163353.488000', '163353.491000', '163353.494000', '163353.496000', '163353.499000', '163353.501000', '163353.504000', '163353.506000', '163353.509000', '163353.512000', '163353.514000', '163353.517000', '163353.519000', '163353.522000', '163353.524000', '163353.527000', '163413.419000', '163413.422000', '163413.424000', '163413.427000', '163413.429000', '163413.432000', '163413.435000', '163413.438000', '163413.440000', '163413.443000', '163413.446000', '163413.448000', '163413.451000', '163413.454000', '163413.456000', '163413.459000', '163413.461000', '163413.464000', '163413.466000', '163413.469000', '163413.472000', '163413.474000', '163413.478000', '163413.481000', '163413.484000', '163413.486000', '163413.489000', '163413.491000', '163413.494000', '163413.497000', '163413.499000', '163413.502000', '163413.504000', '163413.507000', '163413.509000', '163413.512000', '163413.515000', '163413.517000', '163413.520000', '163413.522000', '163413.525000', '163413.528000', '163413.530000', '163433.419000', '163433.421000', '163433.424000', '163433.426000', '163433.429000', '163433.432000', '163433.434000', '163433.437000', '163433.439000', '163433.442000', '163433.446000', '163433.448000', '163433.451000', '163433.454000', '163433.456000', '163433.459000', '163433.461000', '163433.464000', '163433.466000', '163433.469000', '163433.471000', '163433.474000', '163433.477000', '163433.479000', '163433.482000', '163433.484000', '163433.487000', '163433.490000', '163433.492000', '163433.495000', '163433.499000', '163433.501000', '163433.504000', '163433.507000', '163433.509000', '163433.512000', '163433.514000', '163433.517000', '163433.519000', '163433.522000', '163433.525000', '163433.527000', '163433.530000', '163433.532000', '163453.419000', '163453.422000', '163453.424000', '163453.427000', '163453.430000', '163453.432000', '163453.435000', '163453.437000', '163453.440000', '163453.442000', '163453.445000', '163453.448000', '163453.450000', '163453.453000', '163453.455000', '163453.458000', '163453.461000', '163453.463000', '163453.466000', '163453.468000', '163453.471000', '163453.473000', '163453.476000', '163453.479000', '163453.481000', '163453.494000', '163453.497000', '163453.500000', '163453.503000', '163453.506000', '163453.509000', '163453.511000', '163453.514000', '163453.516000', '163453.519000', '163453.521000', '163453.524000', '163453.527000', '163453.529000', '163453.532000', '163453.535000', '163453.537000', '163453.540000', '163513.419000', '163513.421000', '163513.424000', '163513.427000', '163513.429000', '163513.432000', '163513.434000', '163513.437000', '163513.440000', '163513.442000', '163513.445000', '163513.447000', '163513.450000', '163513.453000', '163513.455000', '163513.458000', '163513.460000', '163513.463000', '163513.465000', '163513.468000', '163513.470000', '163513.473000', '163513.476000', '163513.478000', '163513.481000', '163513.483000', '163513.486000', '163513.489000', '163513.491000', '163513.494000', '163513.496000', '163513.499000', '163513.502000', '163513.504000', '163513.507000', '163513.509000', '163513.512000', '163513.514000', '163513.517000', '163513.520000', '163513.522000', '163513.525000', '163513.527000', '163513.530000', '163514.169000', '163514.172000'], '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': [15921, 11645, 9703, 9177, 13853, 10569, 9104, 8101, 8459, 10038, 13188, 11104, 9989, 9086, 8608, 8778, 14715, 13096, 11141, 9304, 8787, 8716, 9762, 14321, 15173, 12203, 10701, 9946, 8689, 10775, 12508, 14390, 12938, 11509, 11000, 10843, 8551, 8743, 11018, 16299, 13576, 13343, 11021, 10160, 10738, 10070, 9202, 9317, 9059, 9030, 9149, 10174, 10607, 13084, 12344, 10342, 12477, 15154, 16475, 15153, 11910, 11762, 11884, 11032, 10324, 10739, 14744, 15767, 13219, 11655, 10719, 10155, 9133, 11490, 16323, 15125, 11655, 10846, 9609, 11844, 18008, 14691, 12578, 10561, 9125, 12160, 16306, 13880, 11934, 10032, 9557, 12869, 16635, 14142, 12260, 11346, 11240, 10241, 10858, 15499, 15044, 12798, 12105, 10774, 9299, 12506, 16604, 14198, 12307, 10775, 9653, 9690, 11528, 14962, 14729, 13644, 12132, 10507, 9793, 11861, 12991, 15329, 13474, 11708, 10160, 9602, 15756, 13752, 11645, 9337, 9681, 16121, 14210, 11614, 9345, 14737, 14103, 11164, 8783, 16840, 12822, 10210, 16592, 14297, 11133, 12075, 12125, 11497, 10493, 8764, 12047, 13332, 10764, 8216, 13692, 12113, 10391, 8765, 17281, 12255, 9635, 16844, 12497, 10549, 9853, 15727, 11989, 8735, 14624, 11651, 10189, 10269, 14883, 11361, 8419, 15556, 11708, 9771, 11635, 14312, 11072, 8334, 14033, 11454, 9677, 8390, 15270, 11436, 9000, 12493, 13535, 10176, 8952, 16740, 11293, 13008, 9392, 15278, 9977, 10845, 12015, 10338, 9452, 9849, 13326, 12682, 11068, 10059, 13545, 15592, 12443, 10378, 11804, 17106, 13597, 11030, 11344, 17192, 13097, 10262, 17311, 14006, 11502, 14884, 13140, 11151, 10124, 10062, 14326, 12395, 10343, 11587, 15433, 12325, 10528, 11699, 16642, 13287, 11996, 10687, 18623, 14511, 11894, 17070, 15868, 12646, 10479, 11902, 16634, 13431, 11473, 10494, 13140, 14025, 12076, 10420, 11200, 17262, 12626, 11283, 10458, 15172, 13088, 11793, 10177, 11346, 15264, 13079, 11265, 11033, 10013, 13861, 12881, 10787, 10313, 16457, 12515, 9245, 17930, 12747, 10112, 17719, 13107, 10758, 19717, 14777, 11481, 14609, 14456, 11647, 10159, 16324, 14233, 9895, 17626, 13210, 10175, 17039, 13271, 9913, 16799, 13057, 10783, 13145, 14527, 11815, 11877, 15248, 12159, 12905, 14930, 12053, 14134, 16023, 12728, 9865, 9973, 15147, 12578, 11582, 9944, 12999, 16095, 13128, 10695, 15144, 17072, 14037, 13933, 18605, 14850, 12515, 19268, 15185, 10976, 19010, 15311, 12787, 10189, 13846, 14233, 11679, 11257, 10998, 12766, 14904, 11839, 9909, 10141, 16350, 15151, 14141, 18107, 13016, 9704, 16874, 12601, 10305, 10395, 14483, 11932, 14235, 14396, 10310, 17442, 11020, 18327, 13460, 18044, 14086, 9672, 16278, 12071, 10220, 14612, 11274, 11522, 13701, 10195, 15263, 12964, 9764, 16953, 12132, 17051, 12367, 9435, 14519, 10393, 16784, 13118, 9186, 16263, 12166, 9394, 17595, 12976, 9179, 16577, 12538, 9383, 17394, 13305, 10369, 17167, 12088, 11352, 10373, 12447, 15988, 12161, 11550, 9231, 17136, 14233, 12207, 9607, 14010, 13843, 11641, 9559, 14771, 13037, 11680, 9528, 13962, 15505, 12434, 13392, 17635, 12759, 20288, 16403, 11443, 17208, 14572, 10965, 13541, 14011, 11237, 14967, 14005, 10177, 12820, 13720, 11130, 9420, 16974, 12791, 13650, 14167, 10304, 18370, 14214, 13719, 15402, 12353, 16561, 14583, 11117, 13206, 14252, 10337, 18314, 14595, 11913, 14823, 10169, 18446, 14596, 11416, 18463, 14036, 10216, 14367, 14163, 12070, 10968, 16793, 13452, 10454, 12688, 15505, 12153, 8928, 15628, 12963, 9836, 16904, 13123, 10835, 13889, 14509, 11081, 9491, 16704, 12547, 12487, 15489, 10918, 18646, 14837, 15613, 15106, 10980, 18890, 14788, 14813, 14986, 10422, 18827, 14489, 11227, 17395, 13497, 13063, 15568, 12802, 10240, 17616, 14257, 11152, 17398, 14129, 10960, 18426, 13806, 11801, 15610, 12065, 15530, 14562, 10902, 14495, 13714, 11135, 9998, 15087, 12478, 15417, 14072, 10650, 18194, 13573, 12798, 15840, 10888, 18950, 13970, 18332, 14542, 10751, 17221, 13361, 12959, 15460, 12787, 10550, 15440, 13038, 11841, 11604, 15085, 14276, 11366, 10151, 10329, 18107, 14072, 11529, 9129, 15467, 12767, 11754, 9483, 14850, 14989, 12400, 9971, 11196, 16343, 13124, 10176, 18787, 14172, 10635, 18970, 14576, 11269, 17710, 13673, 14679, 17655, 12463, 10727, 14146, 15275, 11677, 11776, 16677, 13609, 11808, 9990, 18674, 13762, 10183, 18376, 14035, 18734, 15509, 11081, 18186, 13135, 9604, 16248, 12860, 9842, 16003, 12704, 11027, 13602, 10009, 8809, 8224, 15069, 11735, 9657, 18106, 13326, 9727, 16223, 11995, 15578, 15007, 12202, 19531, 14260, 11611, 18302, 14108, 13397, 15397, 12720, 14726, 13295, 10439, 16670, 13188, 9983, 16521, 12860, 9360, 15240, 12621, 11663, 14348, 10037, 17637, 14065, 9993, 15980, 12814, 10325, 15699, 12927, 11574, 15083, 12383, 16003, 14144, 10110, 17349, 13417, 10070, 17193, 13792, 10917, 15252, 13869, 11377, 13470, 14509, 10485, 18136, 13701, 10241, 16535, 13415, 15052, 14754, 10729, 17982, 13637, 10029, 16862, 13594, 11299, 15498, 10854, 9484, 9828, 17031, 12425, 10770, 9118, 13407, 14002, 11164, 9351, 14878, 17386, 10659, 9386, 17229, 13375, 11250, 10293, 14269, 11456, 9700, 13437, 13545, 11448, 8885, 14820, 13840, 12195, 15988, 15729, 11603, 19991, 15667, 11581, 18717, 14570, 16545, 15862, 12799, 18698, 13481, 13890, 16908, 12519, 19328, 14905, 11138, 17594, 13964, 14272, 14793, 11462, 17819, 14550, 10643, 18371, 14244, 10319, 17554, 14182, 11719, 17362, 12995, 16223, 14726, 10859, 19220, 15204, 11277, 15628, 15380, 13269, 11850, 17882, 13844, 10837, 13118, 16338, 13734, 11642, 17599, 13005, 12058, 11100, 17496, 13837, 10278, 17532, 14323, 14615, 16105, 11508, 19507, 14197, 12787, 16742, 12613, 17420, 13675, 11577, 12697, 15001, 11782, 18362, 14463, 11526, 16514, 12747, 19089, 14817, 12102, 18224, 13555, 10714, 17277, 13680, 15201, 15157, 11924, 18256, 14656, 11211, 18873, 14264, 17610, 15271, 12175, 18171, 15024, 11713, 15004, 13846, 10697, 18377, 14405, 16382, 13907, 11219, 17510, 11878, 19574, 15527, 11086, 17343, 13048, 10930, 10358, 16375, 12700, 11090, 11057, 15427, 12358, 10013, 18044, 14107, 14211, 15710, 12284, 10051, 19182, 14989, 15015, 17202, 12769, 19393, 15396, 12011, 18676, 13592, 10718, 16846, 13599], 'WindowCenter': [4751.0, 4694.0, 4650.0, 4638.0, 4685.0, 4655.0, 4637.0, 4626.0, 4627.0, 4655.0, 4686.0, 4666.0, 4657.0, 4636.0, 4624.0, 4636.0, 4694.0, 4700.0, 4677.0, 4636.0, 4626.0, 4624.0, 4645.0, 4697.0, 4694.0, 4675.0, 4655.0, 4645.0, 4636.0, 4665.0, 4675.0, 4695.0, 4673.0, 4664.0, 4654.0, 4653.0, 4624.0, 4638.0, 4667.0, 4730.0, 4686.0, 4698.0, 4681.0, 4671.0, 4668.0, 4660.0, 4674.0, 4661.0, 4651.0, 4663.0, 4676.0, 4683.0, 4682.0, 4700.0, 4689.0, 4660.0, 4679.0, 4697.0, 4707.0, 4709.0, 4666.0, 4666.0, 4666.0, 4657.0, 4647.0, 4666.0, 4696.0, 4705.0, 4687.0, 4678.0, 4668.0, 4670.0, 4662.0, 4681.0, 4720.0, 4722.0, 4681.0, 4670.0, 4650.0, 4679.0, 4716.0, 4696.0, 4675.0, 4655.0, 4637.0, 4676.0, 4706.0, 4685.0, 4678.0, 4647.0, 4647.0, 4677.0, 4717.0, 4696.0, 4676.0, 4669.0, 4668.0, 4669.0, 4671.0, 4708.0, 4697.0, 4676.0, 4677.0, 4668.0, 4636.0, 4677.0, 4706.0, 4684.0, 4677.0, 4658.0, 4647.0, 4649.0, 4680.0, 4710.0, 4707.0, 4700.0, 4689.0, 4669.0, 4659.0, 4690.0, 4689.0, 4696.0, 4686.0, 4677.0, 4669.0, 4672.0, 4719.0, 4700.0, 4692.0, 4651.0, 4659.0, 4720.0, 4698.0, 4666.0, 4636.0, 4685.0, 4685.0, 4656.0, 4625.0, 4704.0, 4663.0, 4645.0, 4693.0, 4672.0, 4652.0, 4664.0, 4663.0, 4662.0, 4655.0, 4624.0, 4663.0, 4673.0, 4655.0, 4615.0, 4686.0, 4691.0, 4672.0, 4638.0, 4705.0, 4666.0, 4633.0, 4703.0, 4662.0, 4643.0, 4634.0, 4693.0, 4667.0, 4637.0, 4684.0, 4652.0, 4643.0, 4643.0, 4683.0, 4666.0, 4626.0, 4693.0, 4665.0, 4647.0, 4666.0, 4685.0, 4653.0, 4614.0, 4683.0, 4652.0, 4644.0, 4627.0, 4705.0, 4667.0, 4637.0, 4677.0, 4687.0, 4658.0, 4638.0, 4732.0, 4682.0, 4690.0, 4664.0, 4721.0, 4673.0, 4680.0, 4703.0, 4684.0, 4676.0, 4686.0, 4713.0, 4703.0, 4682.0, 4661.0, 4701.0, 4710.0, 4679.0, 4647.0, 4665.0, 4704.0, 4675.0, 4645.0, 4642.0, 4691.0, 4661.0, 4619.0, 4681.0, 4659.0, 4653.0, 4668.0, 4659.0, 4653.0, 4643.0, 4643.0, 4681.0, 4663.0, 4644.0, 4651.0, 4681.0, 4675.0, 4654.0, 4664.0, 4704.0, 4674.0, 4664.0, 4644.0, 4701.0, 4671.0, 4653.0, 4693.0, 4681.0, 4650.0, 4618.0, 4638.0, 4678.0, 4647.0, 4638.0, 4628.0, 4658.0, 4668.0, 4662.0, 4642.0, 4652.0, 4702.0, 4674.0, 4664.0, 4656.0, 4705.0, 4685.0, 4667.0, 4656.0, 4669.0, 4707.0, 4698.0, 4693.0, 4694.0, 4699.0, 4713.0, 4727.0, 4696.0, 4682.0, 4732.0, 4704.0, 4662.0, 4743.0, 4702.0, 4673.0, 4731.0, 4690.0, 4670.0, 4740.0, 4699.0, 4680.0, 4709.0, 4698.0, 4664.0, 4659.0, 4718.0, 4687.0, 4636.0, 4704.0, 4677.0, 4646.0, 4692.0, 4663.0, 4632.0, 4690.0, 4673.0, 4643.0, 4663.0, 4684.0, 4655.0, 4654.0, 4684.0, 4666.0, 4675.0, 4708.0, 4678.0, 4696.0, 4705.0, 4675.0, 4646.0, 4646.0, 4691.0, 4662.0, 4666.0, 4645.0, 4688.0, 4718.0, 4689.0, 4670.0, 4710.0, 4718.0, 4699.0, 4687.0, 4713.0, 4684.0, 4652.0, 4702.0, 4671.0, 4631.0, 4701.0, 4683.0, 4673.0, 4657.0, 4686.0, 4696.0, 4666.0, 4666.0, 4667.0, 4690.0, 4708.0, 4680.0, 4659.0, 4658.0, 4719.0, 4709.0, 4687.0, 4716.0, 4675.0, 4635.0, 4704.0, 4677.0, 4645.0, 4657.0, 4697.0, 4677.0, 4698.0, 4699.0, 4648.0, 4708.0, 4644.0, 4705.0, 4664.0, 4692.0, 4672.0, 4621.0, 4680.0, 4651.0, 4630.0, 4681.0, 4655.0, 4666.0, 4697.0, 4660.0, 4720.0, 4702.0, 4662.0, 4730.0, 4679.0, 4717.0, 4677.0, 4637.0, 4697.0, 4658.0, 4706.0, 4687.0, 4647.0, 4717.0, 4679.0, 4661.0, 4728.0, 4688.0, 4649.0, 4718.0, 4690.0, 4665.0, 4745.0, 4716.0, 4674.0, 4745.0, 4706.0, 4696.0, 4675.0, 4704.0, 4722.0, 4704.0, 4694.0, 4665.0, 4744.0, 4712.0, 4707.0, 4664.0, 4702.0, 4701.0, 4682.0, 4661.0, 4710.0, 4700.0, 4692.0, 4660.0, 4712.0, 4709.0, 4691.0, 4689.0, 4732.0, 4691.0, 4728.0, 4694.0, 4654.0, 4694.0, 4683.0, 4642.0, 4660.0, 4671.0, 4653.0, 4694.0, 4684.0, 4645.0, 4675.0, 4697.0, 4668.0, 4650.0, 4718.0, 4690.0, 4698.0, 4697.0, 4658.0, 4717.0, 4699.0, 4686.0, 4695.0, 4666.0, 4704.0, 4685.0, 4656.0, 4676.0, 4695.0, 4659.0, 4728.0, 4699.0, 4678.0, 4697.0, 4657.0, 4727.0, 4699.0, 4682.0, 4730.0, 4698.0, 4659.0, 4712.0, 4713.0, 4692.0, 4682.0, 4731.0, 4703.0, 4672.0, 4690.0, 4710.0, 4691.0, 4677.0, 4733.0, 4703.0, 4673.0, 4731.0, 4700.0, 4670.0, 4700.0, 4709.0, 4670.0, 4673.0, 4731.0, 4702.0, 4701.0, 4721.0, 4669.0, 4729.0, 4709.0, 4707.0, 4699.0, 4657.0, 4726.0, 4696.0, 4684.0, 4699.0, 4659.0, 4718.0, 4685.0, 4644.0, 4704.0, 4675.0, 4664.0, 4682.0, 4661.0, 4631.0, 4690.0, 4671.0, 4653.0, 4691.0, 4673.0, 4641.0, 4702.0, 4674.0, 4653.0, 4681.0, 4662.0, 4693.0, 4685.0, 4667.0, 4708.0, 4697.0, 4669.0, 4659.0, 4710.0, 4703.0, 4722.0, 4712.0, 4673.0, 4741.0, 4702.0, 4690.0, 4720.0, 4670.0, 4729.0, 4697.0, 4717.0, 4697.0, 4657.0, 4718.0, 4687.0, 4690.0, 4720.0, 4714.0, 4694.0, 4746.0, 4726.0, 4717.0, 4708.0, 4748.0, 4737.0, 4706.0, 4696.0, 4697.0, 4755.0, 4714.0, 4694.0, 4661.0, 4722.0, 4693.0, 4692.0, 4675.0, 4722.0, 4721.0, 4702.0, 4671.0, 4681.0, 4731.0, 4702.0, 4661.0, 4741.0, 4701.0, 4660.0, 4729.0, 4700.0, 4668.0, 4717.0, 4686.0, 4698.0, 4717.0, 4676.0, 4668.0, 4687.0, 4697.0, 4680.0, 4667.0, 4705.0, 4685.0, 4666.0, 4647.0, 4727.0, 4687.0, 4646.0, 4715.0, 4673.0, 4701.0, 4683.0, 4643.0, 4700.0, 4662.0, 4623.0, 4705.0, 4676.0, 4657.0, 4718.0, 4691.0, 4670.0, 4678.0, 4650.0, 4641.0, 4629.0, 4707.0, 4682.0, 4651.0, 4733.0, 4693.0, 4651.0, 4710.0, 4672.0, 4710.0, 4697.0, 4670.0, 4706.0, 4675.0, 4643.0, 4681.0, 4639.0, 4637.0, 4657.0, 4626.0, 4634.0, 4636.0, 4594.0, 4655.0, 4636.0, 4609.0, 4666.0, 4635.0, 4594.0, 4656.0, 4638.0, 4627.0, 4657.0, 4606.0, 4677.0, 4657.0, 4608.0, 4668.0, 4648.0, 4620.0, 4680.0, 4663.0, 4640.0, 4682.0, 4664.0, 4682.0, 4674.0, 4644.0, 4702.0, 4675.0, 4634.0, 4705.0, 4675.0, 4669.0, 4695.0, 4676.0, 4668.0, 4687.0, 4687.0, 4659.0, 4717.0, 4688.0, 4646.0, 4707.0, 4687.0, 4685.0, 4697.0, 4657.0, 4706.0, 4684.0, 4635.0, 4705.0, 4701.0, 4682.0, 4721.0, 4685.0, 4674.0, 4673.0, 4733.0, 4704.0, 4699.0, 4679.0, 4731.0, 4727.0, 4696.0, 4667.0, 4725.0, 4746.0, 4674.0, 4653.0, 4729.0, 4689.0, 4683.0, 4661.0, 4710.0, 4682.0, 4662.0, 4711.0, 4696.0, 4691.0, 4663.0, 4720.0, 4722.0, 4703.0, 4733.0, 4747.0, 4709.0, 4756.0, 4736.0, 4683.0, 4729.0, 4698.0, 4705.0, 4697.0, 4674.0, 4717.0, 4675.0, 4672.0, 4693.0, 4664.0, 4712.0, 4683.0, 4654.0, 4703.0, 4683.0, 4683.0, 4683.0, 4654.0, 4703.0, 4684.0, 4654.0, 4714.0, 4685.0, 4647.0, 4715.0, 4697.0, 4666.0, 4716.0, 4676.0, 4705.0, 4695.0, 4656.0, 4715.0, 4708.0, 4682.0, 4721.0, 4708.0, 4702.0, 4680.0, 4742.0, 4713.0, 4683.0, 4701.0, 4717.0, 4688.0, 4679.0, 4729.0, 4688.0, 4680.0, 4669.0, 4745.0, 4712.0, 4659.0, 4717.0, 4698.0, 4684.0, 4705.0, 4655.0, 4726.0, 4686.0, 4688.0, 4718.0, 4677.0, 4717.0, 4695.0, 4678.0, 4686.0, 4709.0, 4690.0, 4738.0, 4712.0, 4691.0, 4720.0, 4691.0, 4739.0, 4712.0, 4691.0, 4742.0, 4700.0, 4683.0, 4743.0, 4711.0, 4709.0, 4709.0, 4678.0, 4726.0, 4698.0, 4667.0, 4740.0, 4709.0, 4717.0, 4697.0, 4677.0, 4717.0, 4695.0, 4667.0, 4705.0, 4686.0, 4658.0, 4726.0, 4698.0, 4707.0, 4688.0, 4655.0, 4706.0, 4666.0, 4729.0, 4696.0, 4666.0, 4717.0, 4688.0, 4670.0, 4671.0, 4731.0, 4702.0, 4695.0, 4694.0, 4736.0, 4706.0, 4674.0, 4742.0, 4716.0, 4702.0, 4722.0, 4679.0, 4648.0, 4717.0, 4686.0, 4685.0, 4693.0, 4663.0, 4702.0, 4682.0, 4650.0, 4699.0, 4658.0, 4630.0, 4689.0, 4672.0], 'WindowWidth': [10367.0, 10273.0, 10204.0, 10183.0, 10243.0, 10201.0, 10181.0, 10163.0, 10167.0, 10203.0, 10244.0, 10219.0, 10206.0, 10175.0, 10159.0, 10175.0, 10255.0, 10269.0, 10236.0, 10174.0, 10161.0, 10158.0, 10187.0, 10260.0, 10254.0, 10226.0, 10202.0, 10186.0, 10175.0, 10215.0, 10226.0, 10252.0, 10222.0, 10209.0, 10197.0, 10195.0, 10157.0, 10183.0, 10220.0, 10312.0, 10243.0, 10265.0, 10248.0, 10233.0, 10222.0, 10214.0, 10245.0, 10219.0, 10206.0, 10226.0, 10248.0, 10252.0, 10249.0, 10268.0, 10251.0, 10212.0, 10236.0, 10259.0, 10272.0, 10280.0, 10215.0, 10214.0, 10215.0, 10202.0, 10188.0, 10218.0, 10258.0, 10267.0, 10247.0, 10237.0, 10224.0, 10229.0, 10221.0, 10244.0, 10297.0, 10303.0, 10244.0, 10228.0, 10200.0, 10236.0, 10287.0, 10255.0, 10227.0, 10198.0, 10175.0, 10229.0, 10271.0, 10240.0, 10234.0, 10190.0, 10191.0, 10230.0, 10287.0, 10257.0, 10231.0, 10223.0, 10223.0, 10225.0, 10230.0, 10276.0, 10258.0, 10229.0, 10232.0, 10219.0, 10174.0, 10231.0, 10270.0, 10237.0, 10232.0, 10206.0, 10188.0, 10197.0, 10241.0, 10282.0, 10275.0, 10268.0, 10254.0, 10225.0, 10211.0, 10254.0, 10254.0, 10256.0, 10240.0, 10232.0, 10225.0, 10235.0, 10293.0, 10270.0, 10262.0, 10203.0, 10212.0, 10299.0, 10261.0, 10215.0, 10172.0, 10240.0, 10236.0, 10199.0, 10156.0, 10263.0, 10206.0, 10186.0, 10249.0, 10213.0, 10189.0, 10208.0, 10207.0, 10205.0, 10202.0, 10155.0, 10205.0, 10219.0, 10199.0, 10143.0, 10245.0, 10260.0, 10237.0, 10180.0, 10265.0, 10213.0, 10165.0, 10260.0, 10200.0, 10176.0, 10165.0, 10249.0, 10217.0, 10178.0, 10236.0, 10188.0, 10176.0, 10177.0, 10232.0, 10214.0, 10160.0, 10248.0, 10212.0, 10188.0, 10212.0, 10238.0, 10192.0, 10139.0, 10231.0, 10190.0, 10183.0, 10161.0, 10266.0, 10217.0, 10177.0, 10233.0, 10244.0, 10209.0, 10181.0, 10318.0, 10249.0, 10254.0, 10228.0, 10300.0, 10238.0, 10244.0, 10279.0, 10258.0, 10248.0, 10263.0, 10294.0, 10278.0, 10249.0, 10216.0, 10272.0, 10281.0, 10233.0, 10188.0, 10210.0, 10264.0, 10222.0, 10178.0, 10173.0, 10238.0, 10196.0, 10135.0, 10222.0, 10191.0, 10188.0, 10206.0, 10195.0, 10195.0, 10180.0, 10178.0, 10227.0, 10205.0, 10180.0, 10187.0, 10224.0, 10224.0, 10195.0, 10209.0, 10263.0, 10221.0, 10207.0, 10178.0, 10255.0, 10211.0, 10187.0, 10246.0, 10221.0, 10179.0, 10132.0, 10160.0, 10216.0, 10170.0, 10161.0, 10147.0, 10188.0, 10204.0, 10201.0, 10173.0, 10188.0, 10258.0, 10222.0, 10210.0, 10201.0, 10268.0, 10239.0, 10216.0, 10201.0, 10222.0, 10271.0, 10263.0, 10267.0, 10268.0, 10284.0, 10293.0, 10319.0, 10274.0, 10249.0, 10317.0, 10283.0, 10221.0, 10331.0, 10274.0, 10235.0, 10311.0, 10253.0, 10226.0, 10326.0, 10266.0, 10241.0, 10278.0, 10261.0, 10211.0, 10209.0, 10290.0, 10243.0, 10171.0, 10262.0, 10230.0, 10184.0, 10242.0, 10202.0, 10159.0, 10238.0, 10215.0, 10175.0, 10202.0, 10232.0, 10193.0, 10192.0, 10232.0, 10212.0, 10225.0, 10275.0, 10233.0, 10256.0, 10266.0, 10223.0, 10188.0, 10186.0, 10240.0, 10202.0, 10214.0, 10186.0, 10248.0, 10289.0, 10253.0, 10227.0, 10282.0, 10291.0, 10263.0, 10243.0, 10276.0, 10233.0, 10187.0, 10255.0, 10211.0, 10155.0, 10251.0, 10230.0, 10219.0, 10204.0, 10244.0, 10259.0, 10215.0, 10216.0, 10220.0, 10253.0, 10274.0, 10240.0, 10211.0, 10209.0, 10295.0, 10276.0, 10244.0, 10278.0, 10220.0, 10167.0, 10262.0, 10231.0, 10183.0, 10203.0, 10257.0, 10232.0, 10260.0, 10264.0, 10192.0, 10272.0, 10179.0, 10263.0, 10204.0, 10240.0, 10212.0, 10141.0, 10221.0, 10183.0, 10155.0, 10224.0, 10197.0, 10216.0, 10259.0, 10214.0, 10297.0, 10277.0, 10219.0, 10310.0, 10238.0, 10285.0, 10230.0, 10174.0, 10256.0, 10204.0, 10270.0, 10244.0, 10190.0, 10286.0, 10236.0, 10217.0, 10304.0, 10248.0, 10196.0, 10289.0, 10253.0, 10228.0, 10341.0, 10299.0, 10237.0, 10340.0, 10287.0, 10273.0, 10240.0, 10277.0, 10302.0, 10278.0, 10266.0, 10225.0, 10336.0, 10284.0, 10286.0, 10222.0, 10273.0, 10268.0, 10246.0, 10214.0, 10281.0, 10268.0, 10259.0, 10215.0, 10285.0, 10279.0, 10255.0, 10248.0, 10315.0, 10256.0, 10305.0, 10248.0, 10192.0, 10247.0, 10230.0, 10171.0, 10193.0, 10209.0, 10189.0, 10246.0, 10233.0, 10184.0, 10226.0, 10257.0, 10222.0, 10199.0, 10290.0, 10252.0, 10260.0, 10258.0, 10206.0, 10286.0, 10261.0, 10241.0, 10251.0, 10212.0, 10262.0, 10235.0, 10198.0, 10226.0, 10254.0, 10209.0, 10303.0, 10264.0, 10234.0, 10258.0, 10203.0, 10300.0, 10263.0, 10246.0, 10310.0, 10260.0, 10207.0, 10287.0, 10289.0, 10261.0, 10247.0, 10310.0, 10274.0, 10230.0, 10252.0, 10280.0, 10257.0, 10250.0, 10319.0, 10277.0, 10236.0, 10313.0, 10267.0, 10226.0, 10264.0, 10277.0, 10227.0, 10235.0, 10313.0, 10274.0, 10271.0, 10295.0, 10222.0, 10306.0, 10277.0, 10272.0, 10262.0, 10203.0, 10297.0, 10254.0, 10235.0, 10262.0, 10210.0, 10287.0, 10234.0, 10179.0, 10261.0, 10219.0, 10204.0, 10225.0, 10196.0, 10155.0, 10235.0, 10208.0, 10190.0, 10239.0, 10214.0, 10171.0, 10256.0, 10218.0, 10190.0, 10224.0, 10203.0, 10245.0, 10236.0, 10215.0, 10276.0, 10257.0, 10222.0, 10210.0, 10281.0, 10277.0, 10300.0, 10287.0, 10233.0, 10325.0, 10271.0, 10253.0, 10294.0, 10223.0, 10305.0, 10258.0, 10286.0, 10257.0, 10201.0, 10286.0, 10243.0, 10254.0, 10294.0, 10295.0, 10271.0, 10343.0, 10318.0, 10306.0, 10293.0, 10349.0, 10332.0, 10288.0, 10277.0, 10281.0, 10354.0, 10294.0, 10263.0, 10221.0, 10298.0, 10260.0, 10259.0, 10244.0, 10304.0, 10298.0, 10275.0, 10230.0, 10244.0, 10312.0, 10275.0, 10217.0, 10325.0, 10270.0, 10210.0, 10305.0, 10268.0, 10220.0, 10286.0, 10241.0, 10260.0, 10288.0, 10228.0, 10220.0, 10244.0, 10256.0, 10239.0, 10217.0, 10265.0, 10236.0, 10211.0, 10187.0, 10298.0, 10242.0, 10186.0, 10278.0, 10217.0, 10255.0, 10229.0, 10173.0, 10250.0, 10201.0, 10147.0, 10264.0, 10227.0, 10206.0, 10288.0, 10255.0, 10223.0, 10225.0, 10191.0, 10186.0, 10167.0, 10270.0, 10245.0, 10198.0, 10313.0, 10259.0, 10197.0, 10277.0, 10228.0, 10277.0, 10256.0, 10222.0, 10268.0, 10219.0, 10170.0, 10221.0, 10155.0, 10151.0, 10184.0, 10137.0, 10144.0, 10148.0, 10089.0, 10173.0, 10149.0, 10119.0, 10195.0, 10149.0, 10095.0, 10180.0, 10157.0, 10141.0, 10182.0, 10111.0, 10208.0, 10182.0, 10117.0, 10198.0, 10172.0, 10137.0, 10219.0, 10200.0, 10166.0, 10224.0, 10204.0, 10226.0, 10220.0, 10177.0, 10256.0, 10221.0, 10163.0, 10262.0, 10222.0, 10220.0, 10249.0, 10223.0, 10216.0, 10241.0, 10240.0, 10206.0, 10284.0, 10244.0, 10184.0, 10268.0, 10241.0, 10236.0, 10255.0, 10199.0, 10267.0, 10235.0, 10168.0, 10264.0, 10271.0, 10245.0, 10296.0, 10254.0, 10239.0, 10236.0, 10315.0, 10281.0, 10284.0, 10257.0, 10329.0, 10319.0, 10272.0, 10233.0, 10309.0, 10343.0, 10239.0, 10208.0, 10309.0, 10249.0, 10248.0, 10214.0, 10280.0, 10244.0, 10221.0, 10284.0, 10257.0, 10259.0, 10225.0, 10297.0, 10303.0, 10278.0, 10319.0, 10344.0, 10294.0, 10355.0, 10328.0, 10247.0, 10305.0, 10261.0, 10268.0, 10256.0, 10223.0, 10286.0, 10223.0, 10215.0, 10243.0, 10207.0, 10271.0, 10231.0, 10193.0, 10257.0, 10231.0, 10229.0, 10232.0, 10194.0, 10260.0, 10234.0, 10194.0, 10276.0, 10238.0, 10188.0, 10280.0, 10257.0, 10213.0, 10280.0, 10227.0, 10264.0, 10250.0, 10198.0, 10280.0, 10274.0, 10245.0, 10297.0, 10276.0, 10276.0, 10238.0, 10331.0, 10293.0, 10250.0, 10272.0, 10288.0, 10246.0, 10238.0, 10306.0, 10247.0, 10239.0, 10224.0, 10341.0, 10289.0, 10212.0, 10287.0, 10260.0, 10236.0, 10265.0, 10197.0, 10296.0, 10240.0, 10249.0, 10289.0, 10231.0, 10287.0, 10255.0, 10238.0, 10245.0, 10279.0, 10254.0, 10321.0, 10287.0, 10258.0, 10296.0, 10255.0, 10322.0, 10286.0, 10259.0, 10331.0, 10269.0, 10249.0, 10335.0, 10285.0, 10279.0, 10276.0, 10235.0, 10300.0, 10262.0, 10217.0, 10326.0, 10281.0, 10288.0, 10258.0, 10228.0, 10284.0, 10250.0, 10216.0, 10267.0, 10242.0, 10207.0, 10298.0, 10260.0, 10271.0, 10245.0, 10197.0, 10268.0, 10213.0, 10305.0, 10255.0, 10215.0, 10285.0, 10251.0, 10227.0, 10230.0, 10313.0, 10277.0, 10267.0, 10269.0, 10333.0, 10287.0, 10241.0, 10332.0, 10301.0, 10275.0, 10300.0, 10236.0, 10190.0, 10286.0, 10238.0, 10234.0, 10245.0, 10200.0, 10258.0, 10226.0, 10179.0, 10247.0, 10189.0, 10151.0, 10232.0, 10213.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.0017189080459770114</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.050829628160919536</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.66859539635213</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.194013158158803</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9688471061680093</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4871</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5177.895</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1577792296267301</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>213</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>24.482758620689655</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.532023126448801</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4741598501023416</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6958095720905275</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.426099957153533</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0129656</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012078833766281605</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028301043435931206</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.9819913933837374</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>20.1687</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.525</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.5483</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296165.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>902.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>364.9424</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4839</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>637.1697</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3838.5588</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4015.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80379.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1404.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5061.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1008.2832</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.96117072959896</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> |