=== 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-0068 --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-0068",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0068_ses-01_task-social_acq-mb8_run-01_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-0068_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-01_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-0068/ses-01/func/sub-0068_ses-01_task-social_acq-mb8_run-01_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>3c88c78cfaf53e7fc9faf5f36f106105</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:41:37.362500</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.999148, 0.0131509, 0.0391276, -0.0160448, 0.997085, 0.074589]</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-01_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.0911055</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4145, -7782, -7261, 524, -67, -231, 64, 70]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>249.475</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>43a2516f-2727-413c-8950-2473bd0fa7cb||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.68064022064209, -0.04304691404104233, 0.10268820077180862, 113.8595962524414], [-0.035282962024211884, 2.675107002258301, 0.2029137909412384, -96.42373657226562], [0.10497656464576721, -0.20011693239212036, 2.6904053688049316, -53.184967041015625], [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': ['164137.362500', '164137.822500', '164138.282500', '164138.742500', '164139.202500', '164139.662500', '164140.122500', '164140.582500', '164141.042500', '164141.502500', '164141.962500', '164142.422500', '164142.882500', '164143.342500', '164143.802500', '164144.262500', '164144.722500', '164145.182500', '164145.642500', '164146.102500', '164146.562500', '164147.022500', '164147.482500', '164147.942500', '164148.402500', '164148.862500', '164149.322500', '164149.782500', '164150.242500', '164150.702500', '164151.162500', '164151.622500', '164152.082500', '164152.542500', '164153.002500', '164153.462500', '164153.922500', '164154.382500', '164154.842500', '164155.302500', '164155.762500', '164156.222500', '164156.682500', '164157.142500', '164157.602500', '164158.062500', '164158.522500', '164158.982500', '164159.442500', '164159.902500', '164200.362500', '164200.822500', '164201.282500', '164201.742500', '164202.202500', '164202.662500', '164203.122500', '164203.582500', '164204.042500', '164204.502500', '164204.962500', '164205.422500', '164205.882500', '164206.342500', '164206.802500', '164207.262500', '164207.722500', '164208.182500', '164208.642500', '164209.102500', '164209.562500', '164210.022500', '164210.482500', '164210.942500', '164211.402500', '164211.862500', '164212.322500', '164212.782500', '164213.242500', '164213.702500', '164214.162500', '164214.622500', '164215.082500', '164215.542500', '164216.002500', '164216.462500', '164216.922500', '164217.382500', '164217.842500', '164218.302500', '164218.762500', '164219.222500', '164219.682500', '164220.142500', '164220.602500', '164221.062500', '164221.522500', '164221.982500', '164222.442500', '164222.902500', '164223.362500', '164223.822500', '164224.282500', '164224.742500', '164225.202500', '164225.662500', '164226.122500', '164226.582500', '164227.042500', '164227.502500', '164227.962500', '164228.422500', '164228.882500', '164229.342500', '164229.802500', '164230.262500', '164230.722500', '164231.182500', '164231.642500', '164232.102500', '164232.562500', '164233.022500', '164233.482500', '164233.942500', '164234.402500', '164234.862500', '164235.322500', '164235.782500', '164236.242500', '164236.702500', '164237.162500', '164237.622500', '164238.082500', '164238.542500', '164239.002500', '164239.462500', '164239.922500', '164240.382500', '164240.842500', '164241.302500', '164241.762500', '164242.222500', '164242.682500', '164243.142500', '164243.602500', '164244.062500', '164244.522500', '164244.982500', '164245.442500', '164245.902500', '164246.362500', '164246.822500', '164247.282500', '164247.742500', '164248.202500', '164248.662500', '164249.122500', '164249.582500', '164250.042500', '164250.502500', '164250.962500', '164251.422500', '164251.882500', '164252.342500', '164252.802500', '164253.262500', '164253.722500', '164254.182500', '164254.642500', '164255.102500', '164255.562500', '164256.022500', '164256.482500', '164256.942500', '164257.402500', '164257.862500', '164258.322500', '164258.782500', '164259.242500', '164259.702500', '164300.162500', '164300.622500', '164301.082500', '164301.542500', '164302.002500', '164302.462500', '164302.922500', '164303.382500', '164303.842500', '164304.302500', '164304.762500', '164305.222500', '164305.682500', '164306.142500', '164306.602500', '164307.062500', '164307.522500', '164307.982500', '164308.442500', '164308.902500', '164309.362500', '164309.822500', '164310.282500', '164310.742500', '164311.202500', '164311.662500', '164312.122500', '164312.582500', '164313.042500', '164313.502500', '164313.962500', '164314.422500', '164314.882500', '164315.342500', '164315.802500', '164316.262500', '164316.722500', '164317.182500', '164317.642500', '164318.102500', '164318.562500', '164319.022500', '164319.482500', '164319.942500', '164320.402500', '164320.862500', '164321.322500', '164321.782500', '164322.242500', '164322.702500', '164323.162500', '164323.622500', '164324.082500', '164324.542500', '164325.002500', '164325.462500', '164325.922500', '164326.382500', '164326.842500', '164327.302500', '164327.762500', '164328.222500', '164328.682500', '164329.142500', '164329.602500', '164330.062500', '164330.522500', '164330.982500', '164331.442500', '164331.902500', '164332.362500', '164332.822500', '164333.282500', '164333.742500', '164334.202500', '164334.662500', '164335.122500', '164335.582500', '164336.042500', '164336.502500', '164336.962500', '164337.422500', '164337.882500', '164338.342500', '164338.802500', '164339.262500', '164339.722500', '164340.182500', '164340.642500', '164341.102500', '164341.562500', '164342.022500', '164342.482500', '164342.942500', '164343.402500', '164343.862500', '164344.322500', '164344.782500', '164345.242500', '164345.702500', '164346.162500', '164346.622500', '164347.082500', '164347.542500', '164348.002500', '164348.462500', '164348.922500', '164349.382500', '164349.842500', '164350.302500', '164350.762500', '164351.222500', '164351.682500', '164352.142500', '164352.602500', '164353.062500', '164353.522500', '164353.982500', '164354.442500', '164354.902500', '164355.362500', '164355.822500', '164356.282500', '164356.742500', '164357.202500', '164357.662500', '164358.122500', '164358.582500', '164359.042500', '164359.502500', '164359.962500', '164400.422500', '164400.882500', '164401.342500', '164401.802500', '164402.262500', '164402.722500', '164403.182500', '164403.642500', '164404.102500', '164404.562500', '164405.022500', '164405.482500', '164405.942500', '164406.402500', '164406.862500', '164407.322500', '164407.782500', '164408.242500', '164408.702500', '164409.162500', '164409.622500', '164410.082500', '164410.542500', '164411.002500', '164411.462500', '164411.922500', '164412.382500', '164412.842500', '164413.302500', '164413.762500', '164414.222500', '164414.682500', '164415.142500', '164415.602500', '164416.062500', '164416.522500', '164416.982500', '164417.442500', '164417.902500', '164418.362500', '164418.822500', '164419.282500', '164419.742500', '164420.202500', '164420.662500', '164421.122500', '164421.582500', '164422.042500', '164422.502500', '164422.962500', '164423.422500', '164423.882500', '164424.342500', '164424.802500', '164425.262500', '164425.722500', '164426.182500', '164426.642500', '164427.102500', '164427.562500', '164428.022500', '164428.482500', '164428.942500', '164429.402500', '164429.862500', '164430.322500', '164430.782500', '164431.242500', '164431.702500', '164432.162500', '164432.622500', '164433.082500', '164433.542500', '164434.002500', '164434.462500', '164434.922500', '164435.382500', '164435.842500', '164436.302500', '164436.762500', '164437.222500', '164437.682500', '164438.142500', '164438.602500', '164439.062500', '164439.522500', '164439.982500', '164440.442500', '164440.902500', '164441.362500', '164441.822500', '164442.282500', '164442.742500', '164443.202500', '164443.662500', '164444.122500', '164444.582500', '164445.042500', '164445.502500', '164445.962500', '164446.422500', '164446.882500', '164447.342500', '164447.802500', '164448.262500', '164448.722500', '164449.182500', '164449.642500', '164450.102500', '164450.562500', '164451.022500', '164451.482500', '164451.942500', '164452.402500', '164452.862500', '164453.322500', '164453.782500', '164454.242500', '164454.702500', '164455.162500', '164455.622500', '164456.082500', '164456.542500', '164457.002500', '164457.462500', '164457.922500', '164458.382500', '164458.842500', '164459.302500', '164459.762500', '164500.222500', '164500.682500', '164501.142500', '164501.602500', '164502.062500', '164502.522500', '164502.982500', '164503.442500', '164503.902500', '164504.362500', '164504.822500', '164505.282500', '164505.742500', '164506.202500', '164506.662500', '164507.122500', '164507.582500', '164508.042500', '164508.502500', '164508.962500', '164509.422500', '164509.882500', '164510.342500', '164510.802500', '164511.262500', '164511.722500', '164512.182500', '164512.642500', '164513.102500', '164513.562500', '164514.022500', '164514.482500', '164514.942500', '164515.402500', '164515.862500', '164516.322500', '164516.782500', '164517.242500', '164517.702500', '164518.162500', '164518.622500', '164519.082500', '164519.542500', '164520.002500', '164520.462500', '164520.922500', '164521.382500', '164521.842500', '164522.302500', '164522.762500', '164523.222500', '164523.682500', '164524.142500', '164524.602500', '164525.062500', '164525.522500', '164525.982500', '164526.442500', '164526.902500', '164527.362500', '164527.822500', '164528.282500', '164528.742500', '164529.202500', '164529.662500', '164530.122500', '164530.582500', '164531.042500', '164531.502500', '164531.962500', '164532.422500', '164532.882500', '164533.342500', '164533.802500', '164534.262500', '164534.722500', '164535.182500', '164535.642500', '164536.102500', '164536.562500', '164537.022500', '164537.482500', '164537.942500', '164538.402500', '164538.862500', '164539.322500', '164539.782500', '164540.242500', '164540.702500', '164541.162500', '164541.622500', '164542.082500', '164542.542500', '164543.002500', '164543.462500', '164543.922500', '164544.382500', '164544.842500', '164545.302500', '164545.762500', '164546.222500', '164546.682500', '164547.142500', '164547.602500', '164548.062500', '164548.522500', '164548.982500', '164549.442500', '164549.902500', '164550.362500', '164550.822500', '164551.282500', '164551.742500', '164552.202500', '164552.662500', '164553.122500', '164553.582500', '164554.042500', '164554.502500', '164554.962500', '164555.422500', '164555.882500', '164556.342500', '164556.802500', '164557.262500', '164557.722500', '164558.182500', '164558.642500', '164559.102500', '164559.562500', '164600.022500', '164600.482500', '164600.942500', '164601.402500', '164601.862500', '164602.322500', '164602.782500', '164603.242500', '164603.702500', '164604.162500', '164604.622500', '164605.082500', '164605.542500', '164606.002500', '164606.462500', '164606.922500', '164607.382500', '164607.842500', '164608.302500', '164608.762500', '164609.222500', '164609.682500', '164610.142500', '164610.602500', '164611.062500', '164611.522500', '164611.982500', '164612.442500', '164612.902500', '164613.362500', '164613.822500', '164614.282500', '164614.742500', '164615.202500', '164615.662500', '164616.122500', '164616.582500', '164617.042500', '164617.502500', '164617.962500', '164618.422500', '164618.882500', '164619.342500', '164619.802500', '164620.262500', '164620.722500', '164621.182500', '164621.642500', '164622.102500', '164622.562500', '164623.022500', '164623.482500', '164623.942500', '164624.402500', '164624.862500', '164625.322500', '164625.782500', '164626.242500', '164626.702500', '164627.162500', '164627.622500', '164628.082500', '164628.542500', '164629.002500', '164629.462500', '164629.922500', '164630.382500', '164630.842500', '164631.302500', '164631.762500', '164632.222500', '164632.682500', '164633.142500', '164633.602500', '164634.062500', '164634.522500', '164634.982500', '164635.442500', '164635.902500', '164636.362500', '164636.822500', '164637.282500', '164637.742500', '164638.202500', '164638.662500', '164639.122500', '164639.582500', '164640.042500', '164640.502500', '164640.962500', '164641.422500', '164641.882500', '164642.342500', '164642.802500', '164643.262500', '164643.722500', '164644.182500', '164644.642500', '164645.102500', '164645.562500', '164646.022500', '164646.482500', '164646.942500', '164647.402500', '164647.862500', '164648.322500', '164648.782500', '164649.242500', '164649.702500', '164650.162500', '164650.622500', '164651.082500', '164651.542500', '164652.002500', '164652.462500', '164652.922500', '164653.382500', '164653.842500', '164654.302500', '164654.762500', '164655.222500', '164655.682500', '164656.142500', '164656.602500', '164657.062500', '164657.522500', '164657.982500', '164658.442500', '164658.902500', '164659.362500', '164659.822500', '164700.282500', '164700.742500', '164701.202500', '164701.662500', '164702.122500', '164702.582500', '164703.042500', '164703.502500', '164703.962500', '164704.422500', '164704.882500', '164705.342500', '164705.802500', '164706.262500', '164706.722500', '164707.182500', '164707.642500', '164708.102500', '164708.562500', '164709.022500', '164709.482500', '164709.942500', '164710.402500', '164710.862500', '164711.322500', '164711.782500', '164712.242500', '164712.702500', '164713.162500', '164713.622500', '164714.082500', '164714.542500', '164715.002500', '164715.462500', '164715.922500', '164716.382500', '164716.842500', '164717.302500', '164717.762500', '164718.222500', '164718.682500', '164719.142500', '164719.602500', '164720.062500', '164720.522500', '164720.982500', '164721.442500', '164721.902500', '164722.362500', '164722.822500', '164723.282500', '164723.742500', '164724.202500', '164724.662500', '164725.122500', '164725.582500', '164726.042500', '164726.502500', '164726.962500', '164727.422500', '164727.882500', '164728.342500', '164728.802500', '164729.262500', '164729.722500', '164730.182500', '164730.642500', '164731.102500', '164731.562500', '164732.022500', '164732.482500', '164732.942500', '164733.402500', '164733.862500', '164734.322500', '164734.782500', '164735.242500', '164735.702500', '164736.162500', '164736.622500', '164737.082500', '164737.542500', '164738.002500', '164738.462500', '164738.922500', '164739.382500', '164739.842500', '164740.302500', '164740.762500', '164741.222500', '164741.682500', '164742.142500', '164742.602500', '164743.062500', '164743.522500', '164743.982500', '164744.442500', '164744.902500', '164745.362500', '164745.822500', '164746.282500', '164746.742500', '164747.202500', '164747.662500', '164748.122500', '164748.582500', '164749.042500', '164749.502500', '164749.962500', '164750.422500', '164750.882500', '164751.342500', '164751.802500', '164752.262500', '164752.722500', '164753.182500', '164753.642500', '164754.102500', '164754.562500', '164755.022500', '164755.482500', '164755.942500', '164756.402500', '164756.862500', '164757.322500', '164757.782500', '164758.242500', '164758.702500', '164759.162500', '164759.622500', '164800.082500', '164800.542500', '164801.002500', '164801.462500', '164801.922500', '164802.382500', '164802.842500', '164803.302500', '164803.762500', '164804.222500', '164804.682500', '164805.142500', '164805.602500', '164806.062500', '164806.522500', '164806.982500', '164807.442500', '164807.902500', '164808.362500', '164808.822500', '164809.282500', '164809.742500', '164810.202500', '164810.662500', '164811.122500', '164811.582500', '164812.042500', '164812.502500', '164812.962500', '164813.422500', '164813.882500', '164814.342500', '164814.802500', '164815.262500', '164815.722500', '164816.182500', '164816.642500', '164817.102500', '164817.562500', '164818.022500'], 'ContentTime': ['164153.687000', '164153.690000', '164153.693000', '164153.696000', '164153.698000', '164153.701000', '164153.704000', '164153.706000', '164153.709000', '164153.711000', '164153.714000', '164153.717000', '164153.719000', '164153.722000', '164153.724000', '164153.727000', '164153.730000', '164153.732000', '164153.735000', '164153.737000', '164153.740000', '164153.743000', '164153.745000', '164153.748000', '164153.751000', '164153.753000', '164153.756000', '164153.759000', '164153.761000', '164153.765000', '164153.768000', '164153.771000', '164153.773000', '164213.656000', '164213.658000', '164213.661000', '164213.664000', '164213.666000', '164213.669000', '164213.672000', '164213.675000', '164213.704000', '164213.706000', '164213.709000', '164213.711000', '164213.715000', '164213.717000', '164213.720000', '164213.722000', '164213.725000', '164213.728000', '164213.730000', '164213.733000', '164213.736000', '164213.738000', '164213.741000', '164213.743000', '164213.746000', '164213.749000', '164213.751000', '164213.754000', '164213.757000', '164213.759000', '164213.762000', '164213.764000', '164213.767000', '164213.770000', '164213.772000', '164213.775000', '164213.778000', '164213.780000', '164213.783000', '164213.786000', '164213.788000', '164213.791000', '164213.794000', '164233.656000', '164233.659000', '164233.662000', '164233.665000', '164233.667000', '164233.699000', '164233.701000', '164233.704000', '164233.707000', '164233.709000', '164233.712000', '164233.715000', '164233.717000', '164233.720000', '164233.722000', '164233.725000', '164233.728000', '164233.730000', '164233.733000', '164233.735000', '164233.738000', '164233.741000', '164233.743000', '164233.746000', '164233.749000', '164233.751000', '164233.754000', '164233.756000', '164233.759000', '164233.762000', '164233.764000', '164233.767000', '164233.769000', '164233.772000', '164233.775000', '164233.777000', '164233.780000', '164233.783000', '164233.785000', '164233.788000', '164233.791000', '164233.793000', '164233.796000', '164233.798000', '164253.656000', '164253.659000', '164253.662000', '164253.665000', '164253.667000', '164253.670000', '164253.672000', '164253.675000', '164253.678000', '164253.680000', '164253.683000', '164253.685000', '164253.688000', '164253.691000', '164253.693000', '164253.696000', '164253.698000', '164253.701000', '164253.704000', '164253.707000', '164253.709000', '164253.713000', '164253.715000', '164253.718000', '164253.720000', '164253.723000', '164253.726000', '164253.728000', '164253.731000', '164253.733000', '164253.736000', '164253.739000', '164253.741000', '164253.744000', '164253.746000', '164253.749000', '164253.752000', '164253.754000', '164253.757000', '164253.760000', '164253.762000', '164253.766000', '164253.769000', '164313.657000', '164313.659000', '164313.663000', '164313.666000', '164313.668000', '164313.671000', '164313.674000', '164313.677000', '164313.679000', '164313.682000', '164313.685000', '164313.687000', '164313.690000', '164313.692000', '164313.695000', '164313.698000', '164313.700000', '164313.703000', '164313.706000', '164313.708000', '164313.711000', '164313.714000', '164313.716000', '164313.719000', '164313.721000', '164313.724000', '164313.727000', '164313.729000', '164313.732000', '164313.735000', '164313.737000', '164313.740000', '164313.743000', '164313.745000', '164313.748000', '164313.750000', '164313.753000', '164313.756000', '164313.758000', '164313.761000', '164313.764000', '164313.766000', '164313.769000', '164313.771000', '164333.657000', '164333.659000', '164333.662000', '164333.665000', '164333.668000', '164333.671000', '164333.673000', '164333.676000', '164333.679000', '164333.681000', '164333.684000', '164333.686000', '164333.689000', '164333.692000', '164333.694000', '164333.697000', '164333.700000', '164333.702000', '164333.705000', '164333.707000', '164333.710000', '164333.713000', '164333.715000', '164333.718000', '164333.721000', '164333.723000', '164333.726000', '164333.728000', '164333.731000', '164333.734000', '164333.736000', '164333.739000', '164333.742000', '164333.744000', '164333.747000', '164333.750000', '164333.753000', '164333.755000', '164333.758000', '164333.760000', '164333.763000', '164333.766000', '164333.768000', '164353.656000', '164353.660000', '164353.662000', '164353.665000', '164353.684000', '164353.687000', '164353.690000', '164353.692000', '164353.695000', '164353.698000', '164353.700000', '164353.703000', '164353.705000', '164353.708000', '164353.711000', '164353.713000', '164353.716000', '164353.718000', '164353.745000', '164353.747000', '164353.750000', '164353.753000', '164353.755000', '164353.758000', '164353.760000', '164353.763000', '164353.766000', '164353.769000', '164353.771000', '164353.774000', '164353.777000', '164353.779000', '164353.782000', '164353.784000', '164353.787000', '164353.790000', '164353.792000', '164353.795000', '164353.798000', '164353.800000', '164353.803000', '164353.805000', '164353.808000', '164353.811000', '164413.656000', '164413.659000', '164413.662000', '164413.665000', '164413.667000', '164413.670000', '164413.673000', '164413.676000', '164413.678000', '164413.681000', '164413.684000', '164413.686000', '164413.689000', '164413.692000', '164413.694000', '164413.703000', '164413.706000', '164413.708000', '164413.711000', '164413.714000', '164413.716000', '164413.719000', '164413.722000', '164413.724000', '164413.727000', '164413.730000', '164413.732000', '164413.735000', '164413.737000', '164413.740000', '164413.743000', '164413.745000', '164413.748000', '164413.751000', '164413.753000', '164413.756000', '164413.759000', '164413.761000', '164413.764000', '164413.767000', '164413.769000', '164413.772000', '164413.775000', '164433.655000', '164433.658000', '164433.661000', '164433.663000', '164433.666000', '164433.669000', '164433.672000', '164433.674000', '164433.677000', '164433.680000', '164433.682000', '164433.685000', '164433.688000', '164433.690000', '164433.693000', '164433.696000', '164433.698000', '164433.701000', '164433.703000', '164433.706000', '164433.709000', '164433.711000', '164433.714000', '164433.717000', '164433.719000', '164433.722000', '164433.724000', '164433.727000', '164433.730000', '164433.733000', '164433.735000', '164433.738000', '164433.741000', '164433.743000', '164433.746000', '164433.748000', '164433.751000', '164433.754000', '164433.756000', '164433.759000', '164433.762000', '164433.764000', '164433.767000', '164433.769000', '164453.656000', '164453.659000', '164453.662000', '164453.665000', '164453.667000', '164453.670000', '164453.673000', '164453.675000', '164453.678000', '164453.680000', '164453.683000', '164453.686000', '164453.688000', '164453.691000', '164453.694000', '164453.696000', '164453.699000', '164453.702000', '164453.704000', '164453.707000', '164453.710000', '164453.712000', '164453.715000', '164453.718000', '164453.720000', '164453.723000', '164453.725000', '164453.728000', '164453.731000', '164453.733000', '164453.736000', '164453.739000', '164453.741000', '164453.744000', '164453.747000', '164453.749000', '164453.752000', '164453.754000', '164453.757000', '164453.760000', '164453.762000', '164453.765000', '164453.768000', '164513.656000', '164513.659000', '164513.662000', '164513.665000', '164513.668000', '164513.670000', '164513.673000', '164513.676000', '164513.678000', '164513.681000', '164513.684000', '164513.686000', '164513.689000', '164513.692000', '164513.694000', '164513.697000', '164513.700000', '164513.702000', '164513.705000', '164513.708000', '164513.710000', '164513.713000', '164513.715000', '164513.718000', '164513.721000', '164513.723000', '164513.726000', '164513.729000', '164513.731000', '164513.734000', '164513.736000', '164513.739000', '164513.742000', '164513.744000', '164513.747000', '164513.750000', '164513.752000', '164513.755000', '164513.757000', '164513.760000', '164513.763000', '164513.765000', '164513.768000', '164513.780000', '164533.657000', '164533.660000', '164533.662000', '164533.665000', '164533.667000', '164533.670000', '164533.673000', '164533.675000', '164533.678000', '164533.681000', '164533.683000', '164533.686000', '164533.688000', '164533.691000', '164533.694000', '164533.696000', '164533.699000', '164533.702000', '164533.704000', '164533.707000', '164533.710000', '164533.712000', '164533.715000', '164533.718000', '164533.720000', '164533.723000', '164533.726000', '164533.728000', '164533.731000', '164533.733000', '164533.736000', '164533.739000', '164533.741000', '164533.744000', '164533.747000', '164533.749000', '164533.752000', '164533.754000', '164533.757000', '164533.760000', '164533.762000', '164533.765000', '164533.768000', '164553.657000', '164553.660000', '164553.662000', '164553.665000', '164553.668000', '164553.670000', '164553.673000', '164553.676000', '164553.678000', '164553.681000', '164553.684000', '164553.686000', '164553.689000', '164553.691000', '164553.694000', '164553.697000', '164553.699000', '164553.702000', '164553.705000', '164553.707000', '164553.710000', '164553.713000', '164553.715000', '164553.718000', '164553.721000', '164553.723000', '164553.726000', '164553.729000', '164553.731000', '164553.734000', '164553.737000', '164553.739000', '164553.742000', '164553.744000', '164553.747000', '164553.750000', '164553.752000', '164553.755000', '164553.758000', '164553.760000', '164553.763000', '164553.766000', '164553.768000', '164553.771000', '164613.657000', '164613.659000', '164613.662000', '164613.665000', '164613.668000', '164613.671000', '164613.673000', '164613.676000', '164613.679000', '164613.681000', '164613.684000', '164613.687000', '164613.690000', '164613.692000', '164613.695000', '164613.698000', '164613.700000', '164613.703000', '164613.706000', '164613.708000', '164613.711000', '164613.713000', '164613.716000', '164613.719000', '164613.721000', '164613.724000', '164613.727000', '164613.729000', '164613.732000', '164613.735000', '164613.737000', '164613.740000', '164613.742000', '164613.745000', '164613.748000', '164613.750000', '164613.753000', '164613.756000', '164613.758000', '164613.761000', '164613.764000', '164613.766000', '164613.769000', '164633.657000', '164633.660000', '164633.662000', '164633.665000', '164633.667000', '164633.670000', '164633.673000', '164633.675000', '164633.678000', '164633.681000', '164633.683000', '164633.686000', '164633.689000', '164633.691000', '164633.694000', '164633.697000', '164633.700000', '164633.702000', '164633.705000', '164633.708000', '164633.710000', '164633.713000', '164633.716000', '164633.718000', '164633.721000', '164633.724000', '164633.726000', '164633.729000', '164633.732000', '164633.734000', '164633.737000', '164633.739000', '164633.742000', '164633.745000', '164633.747000', '164633.750000', '164633.752000', '164633.755000', '164633.758000', '164633.760000', '164633.763000', '164633.766000', '164633.768000', '164633.771000', '164653.655000', '164653.658000', '164653.661000', '164653.664000', '164653.666000', '164653.669000', '164653.672000', '164653.674000', '164653.677000', '164653.680000', '164653.682000', '164653.685000', '164653.688000', '164653.690000', '164653.693000', '164653.695000', '164653.698000', '164653.700000', '164653.703000', '164653.706000', '164653.709000', '164653.711000', '164653.714000', '164653.717000', '164653.725000', '164653.728000', '164653.730000', '164653.733000', '164653.736000', '164653.738000', '164653.741000', '164653.744000', '164653.746000', '164653.749000', '164653.751000', '164653.754000', '164653.757000', '164653.759000', '164653.762000', '164653.765000', '164653.767000', '164653.770000', '164653.772000', '164713.657000', '164713.659000', '164713.662000', '164713.665000', '164713.667000', '164713.670000', '164713.673000', '164713.675000', '164713.678000', '164713.681000', '164713.683000', '164713.686000', '164713.689000', '164713.691000', '164713.694000', '164713.697000', '164713.699000', '164713.702000', '164713.705000', '164713.707000', '164713.710000', '164713.712000', '164713.715000', '164713.718000', '164713.721000', '164713.723000', '164713.726000', '164713.728000', '164713.731000', '164713.734000', '164713.736000', '164713.739000', '164713.742000', '164713.744000', '164713.747000', '164713.749000', '164713.752000', '164713.755000', '164713.757000', '164713.760000', '164713.763000', '164713.765000', '164713.768000', '164713.771000', '164733.656000', '164733.659000', '164733.662000', '164733.665000', '164733.667000', '164733.670000', '164733.673000', '164733.676000', '164733.678000', '164733.681000', '164733.683000', '164733.686000', '164733.689000', '164733.691000', '164733.694000', '164733.697000', '164733.699000', '164733.702000', '164733.705000', '164733.707000', '164733.710000', '164733.712000', '164733.715000', '164733.718000', '164733.721000', '164733.723000', '164733.726000', '164733.729000', '164733.731000', '164733.734000', '164733.736000', '164733.739000', '164733.742000', '164733.744000', '164733.747000', '164733.749000', '164733.752000', '164733.755000', '164733.757000', '164733.760000', '164733.762000', '164733.765000', '164733.768000', '164753.657000', '164753.660000', '164753.662000', '164753.665000', '164753.668000', '164753.670000', '164753.673000', '164753.676000', '164753.678000', '164753.681000', '164753.684000', '164753.687000', '164753.690000', '164753.693000', '164753.697000', '164753.700000', '164753.702000', '164753.705000', '164753.708000', '164753.710000', '164753.713000', '164753.716000', '164753.718000', '164753.721000', '164753.723000', '164753.726000', '164753.729000', '164753.731000', '164753.734000', '164753.737000', '164753.739000', '164753.742000', '164753.745000', '164753.747000', '164753.750000', '164753.752000', '164753.755000', '164753.758000', '164753.761000', '164753.763000', '164753.766000', '164753.768000', '164753.771000', '164813.657000', '164813.659000', '164813.662000', '164813.665000', '164813.667000', '164813.670000', '164813.673000', '164813.675000', '164813.678000', '164813.680000', '164813.683000', '164813.686000', '164813.688000', '164813.691000', '164813.694000', '164813.697000', '164813.699000', '164813.702000', '164813.704000', '164813.707000', '164813.710000', '164813.712000', '164813.715000', '164813.718000', '164813.720000', '164813.723000', '164813.726000', '164813.728000', '164813.731000', '164813.733000', '164813.736000', '164813.739000', '164813.741000', '164813.744000', '164813.747000', '164813.749000', '164813.758000', '164813.761000', '164813.763000', '164813.766000', '164813.768000', '164813.771000', '164813.774000', '164813.776000', '164819.406000', '164819.409000', '164819.411000', '164819.414000', '164819.417000', '164819.420000', '164819.423000', '164819.426000', '164819.429000', '164819.431000', '164819.434000', '164819.437000', '164819.440000'], 'InstanceCreationTime': ['164153.687000', '164153.690000', '164153.693000', '164153.696000', '164153.698000', '164153.701000', '164153.704000', '164153.706000', '164153.709000', '164153.711000', '164153.714000', '164153.717000', '164153.719000', '164153.722000', '164153.724000', '164153.727000', '164153.730000', '164153.732000', '164153.735000', '164153.737000', '164153.740000', '164153.743000', '164153.745000', '164153.748000', '164153.751000', '164153.753000', '164153.756000', '164153.759000', '164153.761000', '164153.765000', '164153.768000', '164153.771000', '164153.773000', '164213.656000', '164213.658000', '164213.661000', '164213.664000', '164213.666000', '164213.669000', '164213.672000', '164213.675000', '164213.704000', '164213.706000', '164213.709000', '164213.711000', '164213.715000', '164213.717000', '164213.720000', '164213.722000', '164213.725000', '164213.728000', '164213.730000', '164213.733000', '164213.736000', '164213.738000', '164213.741000', '164213.743000', '164213.746000', '164213.749000', '164213.751000', '164213.754000', '164213.757000', '164213.759000', '164213.762000', '164213.764000', '164213.767000', '164213.770000', '164213.772000', '164213.775000', '164213.778000', '164213.780000', '164213.783000', '164213.786000', '164213.788000', '164213.791000', '164213.794000', '164233.656000', '164233.659000', '164233.662000', '164233.665000', '164233.667000', '164233.699000', '164233.701000', '164233.704000', '164233.707000', '164233.709000', '164233.712000', '164233.715000', '164233.717000', '164233.720000', '164233.722000', '164233.725000', '164233.728000', '164233.730000', '164233.733000', '164233.735000', '164233.738000', '164233.741000', '164233.743000', '164233.746000', '164233.749000', '164233.751000', '164233.754000', '164233.756000', '164233.759000', '164233.762000', '164233.764000', '164233.767000', '164233.769000', '164233.772000', '164233.775000', '164233.777000', '164233.780000', '164233.783000', '164233.785000', '164233.788000', '164233.791000', '164233.793000', '164233.796000', '164233.798000', '164253.656000', '164253.659000', '164253.662000', '164253.665000', '164253.667000', '164253.670000', '164253.672000', '164253.675000', '164253.678000', '164253.680000', '164253.683000', '164253.685000', '164253.688000', '164253.691000', '164253.693000', '164253.696000', '164253.698000', '164253.701000', '164253.704000', '164253.707000', '164253.709000', '164253.713000', '164253.715000', '164253.718000', '164253.720000', '164253.723000', '164253.726000', '164253.728000', '164253.731000', '164253.733000', '164253.736000', '164253.739000', '164253.741000', '164253.744000', '164253.746000', '164253.749000', '164253.752000', '164253.754000', '164253.757000', '164253.760000', '164253.762000', '164253.766000', '164253.769000', '164313.657000', '164313.659000', '164313.663000', '164313.666000', '164313.668000', '164313.671000', '164313.674000', '164313.677000', '164313.679000', '164313.682000', '164313.685000', '164313.687000', '164313.690000', '164313.692000', '164313.695000', '164313.698000', '164313.700000', '164313.703000', '164313.706000', '164313.708000', '164313.711000', '164313.714000', '164313.716000', '164313.719000', '164313.721000', '164313.724000', '164313.727000', '164313.729000', '164313.732000', '164313.735000', '164313.737000', '164313.740000', '164313.743000', '164313.745000', '164313.748000', '164313.750000', '164313.753000', '164313.756000', '164313.758000', '164313.761000', '164313.764000', '164313.766000', '164313.769000', '164313.771000', '164333.657000', '164333.659000', '164333.662000', '164333.665000', '164333.668000', '164333.671000', '164333.673000', '164333.676000', '164333.679000', '164333.681000', '164333.684000', '164333.686000', '164333.689000', '164333.692000', '164333.694000', '164333.697000', '164333.700000', '164333.702000', '164333.705000', '164333.707000', '164333.710000', '164333.713000', '164333.715000', '164333.718000', '164333.721000', '164333.723000', '164333.726000', '164333.728000', '164333.731000', '164333.734000', '164333.736000', '164333.739000', '164333.742000', '164333.744000', '164333.747000', '164333.750000', '164333.753000', '164333.755000', '164333.758000', '164333.760000', '164333.763000', '164333.766000', '164333.768000', '164353.656000', '164353.660000', '164353.662000', '164353.665000', '164353.684000', '164353.687000', '164353.690000', '164353.692000', '164353.695000', '164353.698000', '164353.700000', '164353.703000', '164353.705000', '164353.708000', '164353.711000', '164353.713000', '164353.716000', '164353.718000', '164353.745000', '164353.747000', '164353.750000', '164353.753000', '164353.755000', '164353.758000', '164353.760000', '164353.763000', '164353.766000', '164353.769000', '164353.771000', '164353.774000', '164353.777000', '164353.779000', '164353.782000', '164353.784000', '164353.787000', '164353.790000', '164353.792000', '164353.795000', '164353.798000', '164353.800000', '164353.803000', '164353.805000', '164353.808000', '164353.811000', '164413.656000', '164413.659000', '164413.662000', '164413.665000', '164413.667000', '164413.670000', '164413.673000', '164413.676000', '164413.678000', '164413.681000', '164413.684000', '164413.686000', '164413.689000', '164413.692000', '164413.694000', '164413.703000', '164413.706000', '164413.708000', '164413.711000', '164413.714000', '164413.716000', '164413.719000', '164413.722000', '164413.724000', '164413.727000', '164413.730000', '164413.732000', '164413.735000', '164413.737000', '164413.740000', '164413.743000', '164413.745000', '164413.748000', '164413.751000', '164413.753000', '164413.756000', '164413.759000', '164413.761000', '164413.764000', '164413.767000', '164413.769000', '164413.772000', '164413.775000', '164433.655000', '164433.658000', '164433.661000', '164433.663000', '164433.666000', '164433.669000', '164433.672000', '164433.674000', '164433.677000', '164433.680000', '164433.682000', '164433.685000', '164433.688000', '164433.690000', '164433.693000', '164433.696000', '164433.698000', '164433.701000', '164433.703000', '164433.706000', '164433.709000', '164433.711000', '164433.714000', '164433.717000', '164433.719000', '164433.722000', '164433.724000', '164433.727000', '164433.730000', '164433.733000', '164433.735000', '164433.738000', '164433.741000', '164433.743000', '164433.746000', '164433.748000', '164433.751000', '164433.754000', '164433.756000', '164433.759000', '164433.762000', '164433.764000', '164433.767000', '164433.769000', '164453.656000', '164453.659000', '164453.662000', '164453.665000', '164453.667000', '164453.670000', '164453.673000', '164453.675000', '164453.678000', '164453.680000', '164453.683000', '164453.686000', '164453.688000', '164453.691000', '164453.694000', '164453.696000', '164453.699000', '164453.702000', '164453.704000', '164453.707000', '164453.710000', '164453.712000', '164453.715000', '164453.718000', '164453.720000', '164453.723000', '164453.725000', '164453.728000', '164453.731000', '164453.733000', '164453.736000', '164453.739000', '164453.741000', '164453.744000', '164453.747000', '164453.749000', '164453.752000', '164453.754000', '164453.757000', '164453.760000', '164453.762000', '164453.765000', '164453.768000', '164513.656000', '164513.659000', '164513.662000', '164513.665000', '164513.668000', '164513.670000', '164513.673000', '164513.676000', '164513.678000', '164513.681000', '164513.684000', '164513.686000', '164513.689000', '164513.692000', '164513.694000', '164513.697000', '164513.700000', '164513.702000', '164513.705000', '164513.708000', '164513.710000', '164513.713000', '164513.715000', '164513.718000', '164513.721000', '164513.723000', '164513.726000', '164513.729000', '164513.731000', '164513.734000', '164513.736000', '164513.739000', '164513.742000', '164513.744000', '164513.747000', '164513.750000', '164513.752000', '164513.755000', '164513.757000', '164513.760000', '164513.763000', '164513.765000', '164513.768000', '164513.780000', '164533.657000', '164533.660000', '164533.662000', '164533.665000', '164533.667000', '164533.670000', '164533.673000', '164533.675000', '164533.678000', '164533.681000', '164533.683000', '164533.686000', '164533.688000', '164533.691000', '164533.694000', '164533.696000', '164533.699000', '164533.702000', '164533.704000', '164533.707000', '164533.710000', '164533.712000', '164533.715000', '164533.718000', '164533.720000', '164533.723000', '164533.726000', '164533.728000', '164533.731000', '164533.733000', '164533.736000', '164533.739000', '164533.741000', '164533.744000', '164533.747000', '164533.749000', '164533.752000', '164533.754000', '164533.757000', '164533.760000', '164533.762000', '164533.765000', '164533.768000', '164553.657000', '164553.660000', '164553.662000', '164553.665000', '164553.668000', '164553.670000', '164553.673000', '164553.676000', '164553.678000', '164553.681000', '164553.684000', '164553.686000', '164553.689000', '164553.691000', '164553.694000', '164553.697000', '164553.699000', '164553.702000', '164553.705000', '164553.707000', '164553.710000', '164553.713000', '164553.715000', '164553.718000', '164553.721000', '164553.723000', '164553.726000', '164553.729000', '164553.731000', '164553.734000', '164553.737000', '164553.739000', '164553.742000', '164553.744000', '164553.747000', '164553.750000', '164553.752000', '164553.755000', '164553.758000', '164553.760000', '164553.763000', '164553.766000', '164553.768000', '164553.771000', '164613.657000', '164613.659000', '164613.662000', '164613.665000', '164613.668000', '164613.671000', '164613.673000', '164613.676000', '164613.679000', '164613.681000', '164613.684000', '164613.687000', '164613.690000', '164613.692000', '164613.695000', '164613.698000', '164613.700000', '164613.703000', '164613.706000', '164613.708000', '164613.711000', '164613.713000', '164613.716000', '164613.719000', '164613.721000', '164613.724000', '164613.727000', '164613.729000', '164613.732000', '164613.735000', '164613.737000', '164613.740000', '164613.742000', '164613.745000', '164613.748000', '164613.750000', '164613.753000', '164613.756000', '164613.758000', '164613.761000', '164613.764000', '164613.766000', '164613.769000', '164633.657000', '164633.660000', '164633.662000', '164633.665000', '164633.667000', '164633.670000', '164633.673000', '164633.675000', '164633.678000', '164633.681000', '164633.683000', '164633.686000', '164633.689000', '164633.691000', '164633.694000', '164633.697000', '164633.700000', '164633.702000', '164633.705000', '164633.708000', '164633.710000', '164633.713000', '164633.716000', '164633.718000', '164633.721000', '164633.724000', '164633.726000', '164633.729000', '164633.732000', '164633.734000', '164633.737000', '164633.739000', '164633.742000', '164633.745000', '164633.747000', '164633.750000', '164633.752000', '164633.755000', '164633.758000', '164633.760000', '164633.763000', '164633.766000', '164633.768000', '164633.771000', '164653.655000', '164653.658000', '164653.661000', '164653.664000', '164653.666000', '164653.669000', '164653.672000', '164653.674000', '164653.677000', '164653.680000', '164653.682000', '164653.685000', '164653.688000', '164653.690000', '164653.693000', '164653.695000', '164653.698000', '164653.700000', '164653.703000', '164653.706000', '164653.709000', '164653.711000', '164653.714000', '164653.717000', '164653.725000', '164653.728000', '164653.730000', '164653.733000', '164653.736000', '164653.738000', '164653.741000', '164653.744000', '164653.746000', '164653.749000', '164653.751000', '164653.754000', '164653.757000', '164653.759000', '164653.762000', '164653.765000', '164653.767000', '164653.770000', '164653.772000', '164713.657000', '164713.659000', '164713.662000', '164713.665000', '164713.667000', '164713.670000', '164713.673000', '164713.675000', '164713.678000', '164713.681000', '164713.683000', '164713.686000', '164713.689000', '164713.691000', '164713.694000', '164713.697000', '164713.699000', '164713.702000', '164713.705000', '164713.707000', '164713.710000', '164713.712000', '164713.715000', '164713.718000', '164713.721000', '164713.723000', '164713.726000', '164713.728000', '164713.731000', '164713.734000', '164713.736000', '164713.739000', '164713.742000', '164713.744000', '164713.747000', '164713.749000', '164713.752000', '164713.755000', '164713.757000', '164713.760000', '164713.763000', '164713.765000', '164713.768000', '164713.771000', '164733.656000', '164733.659000', '164733.662000', '164733.665000', '164733.667000', '164733.670000', '164733.673000', '164733.676000', '164733.678000', '164733.681000', '164733.683000', '164733.686000', '164733.689000', '164733.691000', '164733.694000', '164733.697000', '164733.699000', '164733.702000', '164733.705000', '164733.707000', '164733.710000', '164733.712000', '164733.715000', '164733.718000', '164733.721000', '164733.723000', '164733.726000', '164733.729000', '164733.731000', '164733.734000', '164733.736000', '164733.739000', '164733.742000', '164733.744000', '164733.747000', '164733.749000', '164733.752000', '164733.755000', '164733.757000', '164733.760000', '164733.762000', '164733.765000', '164733.768000', '164753.657000', '164753.660000', '164753.662000', '164753.665000', '164753.668000', '164753.670000', '164753.673000', '164753.676000', '164753.678000', '164753.681000', '164753.684000', '164753.687000', '164753.690000', '164753.693000', '164753.697000', '164753.700000', '164753.702000', '164753.705000', '164753.708000', '164753.710000', '164753.713000', '164753.716000', '164753.718000', '164753.721000', '164753.723000', '164753.726000', '164753.729000', '164753.731000', '164753.734000', '164753.737000', '164753.739000', '164753.742000', '164753.745000', '164753.747000', '164753.750000', '164753.752000', '164753.755000', '164753.758000', '164753.761000', '164753.763000', '164753.766000', '164753.768000', '164753.771000', '164813.657000', '164813.659000', '164813.662000', '164813.665000', '164813.667000', '164813.670000', '164813.673000', '164813.675000', '164813.678000', '164813.680000', '164813.683000', '164813.686000', '164813.688000', '164813.691000', '164813.694000', '164813.697000', '164813.699000', '164813.702000', '164813.704000', '164813.707000', '164813.710000', '164813.712000', '164813.715000', '164813.718000', '164813.720000', '164813.723000', '164813.726000', '164813.728000', '164813.731000', '164813.733000', '164813.736000', '164813.739000', '164813.741000', '164813.744000', '164813.747000', '164813.749000', '164813.758000', '164813.761000', '164813.763000', '164813.766000', '164813.768000', '164813.771000', '164813.774000', '164813.776000', '164819.406000', '164819.409000', '164819.411000', '164819.414000', '164819.417000', '164819.420000', '164819.423000', '164819.426000', '164819.429000', '164819.431000', '164819.434000', '164819.437000', '164819.440000'], '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': [11789, 12841, 9638, 12673, 9698, 10426, 11818, 10537, 12529, 10951, 12516, 10235, 11684, 9516, 11671, 9697, 11399, 9447, 11102, 13173, 10643, 13834, 10226, 12178, 9402, 11918, 9671, 10617, 12564, 10020, 12357, 10804, 12318, 9416, 11273, 9425, 11202, 11250, 9883, 12308, 9985, 11643, 9708, 12211, 9712, 10925, 13063, 10167, 12692, 10301, 11505, 9361, 10809, 9595, 11242, 9781, 9434, 12348, 10096, 11687, 9659, 11199, 9457, 10358, 11757, 10152, 12261, 10264, 11210, 9832, 10883, 9981, 9691, 12318, 9736, 11601, 10165, 11073, 9628, 9329, 11619, 10433, 11605, 9821, 10457, 12520, 9740, 11551, 10316, 10996, 9035, 10059, 11616, 10327, 11738, 9057, 10384, 9826, 10589, 9955, 9354, 12157, 10135, 11743, 10200, 10977, 9594, 10031, 14657, 10851, 12743, 9249, 11034, 9355, 10361, 15864, 10503, 12592, 9432, 11710, 9586, 10140, 13587, 10298, 11740, 9800, 11726, 12265, 9434, 11695, 9933, 11107, 9625, 9352, 12964, 10113, 11283, 10148, 10947, 9388, 10681, 9590, 10214, 14143, 10079, 11725, 9602, 10886, 9618, 9943, 13235, 10411, 11667, 10668, 10597, 9381, 10491, 9398, 11686, 9576, 9839, 14324, 10632, 11320, 10429, 11048, 9686, 10858, 9430, 10218, 12892, 9673, 12626, 10078, 11364, 9678, 10972, 14185, 10348, 11832, 9461, 11067, 9723, 9201, 11828, 9796, 11259, 10256, 10455, 11178, 9566, 11260, 10607, 10497, 9380, 9804, 9292, 9647, 12074, 10348, 10931, 9108, 10570, 9937, 10014, 11957, 9519, 10756, 9649, 10947, 11864, 9730, 11009, 9700, 11060, 9763, 10206, 12486, 9798, 11286, 10364, 10687, 9266, 10013, 11187, 9934, 11789, 10123, 10494, 9005, 10105, 11155, 9592, 10463, 10800, 10169, 9474, 13869, 10662, 12577, 10191, 10592, 9315, 9889, 12821, 10666, 11872, 9433, 11108, 9724, 10152, 12597, 10555, 11356, 9098, 10489, 9740, 10313, 10711, 9589, 11250, 9931, 10921, 9839, 9917, 12686, 10022, 10996, 10400, 10354, 11641, 9678, 11225, 10308, 11062, 9654, 9817, 12328, 10384, 11219, 10256, 10302, 12274, 9995, 10791, 10062, 10685, 9805, 9608, 11791, 10228, 11098, 10002, 10038, 11581, 9836, 10557, 10179, 10192, 9693, 9754, 12344, 10551, 11395, 10412, 10234, 10171, 9555, 11761, 10927, 10679, 9395, 9789, 9438, 10395, 12171, 10695, 10647, 9267, 10290, 9936, 10246, 11376, 9693, 11538, 10662, 11695, 10284, 11007, 11688, 9793, 13462, 10873, 11464, 9510, 10969, 9669, 9820, 14030, 10204, 11490, 9675, 10641, 9861, 10512, 11066, 9692, 11647, 10284, 11091, 9546, 9578, 12676, 10315, 10976, 9994, 10017, 10024, 9787, 11263, 10968, 10933, 9876, 10177, 9393, 10260, 12952, 10808, 11165, 9336, 10336, 9620, 10447, 11973, 10242, 10741, 10201, 10300, 9771, 10426, 11901, 9754, 10369, 10820, 10676, 9636, 10204, 11886, 10359, 11106, 11075, 10518, 9429, 9971, 14800, 11243, 11325, 10550, 10345, 9267, 10047, 11710, 10739, 11388, 10422, 11116, 9613, 10987, 12734, 10542, 11642, 9731, 10840, 9784, 10348, 13822, 10529, 10730, 10037, 10500, 9999, 10778, 11794, 10210, 10668, 10234, 10637, 9753, 10162, 10231, 10603, 10751, 10924, 10615, 11559, 10777, 11346, 10729, 10978, 13883, 11565, 11292, 9866, 10293, 14250, 11780, 11823, 10625, 10064, 9498, 10608, 11339, 11461, 10431, 9524, 9751, 11172, 11199, 11155, 11269, 10402, 9360, 10410, 9945, 11089, 11721, 11011, 11377, 10720, 11013, 10017, 10442, 11919, 10419, 11288, 10777, 10993, 10000, 10090, 14658, 11292, 12912, 11083, 10657, 9814, 10420, 12990, 11914, 11699, 10161, 10749, 9323, 10550, 10273, 10979, 12320, 10331, 11085, 10363, 11826, 10023, 10652, 14915, 10297, 11951, 10872, 10693, 9996, 10046, 12430, 10650, 11166, 10358, 10591, 12623, 10230, 10851, 10624, 11088, 12543, 10804, 11131, 10621, 10767, 10333, 10369, 11500, 10039, 10637, 10241, 11026, 12746, 10740, 10859, 10442, 10968, 10650, 10785, 12403, 10494, 10686, 11393, 10851, 10463, 10705, 12270, 10571, 12039, 11557, 11233, 10119, 10238, 13535, 11082, 12074, 11617, 10266, 9689, 10969, 10915, 11846, 12234, 10637, 10456, 9972, 11200, 12962, 11695, 11175, 9686, 11081, 10228, 11044, 12909, 11301, 12140, 10672, 12150, 10603, 10846, 13616, 10681, 11611, 10804, 11097, 13105, 11224, 11429, 10548, 11372, 10651, 10848, 12685, 10464, 11056, 11147, 11150, 10908, 10205, 12370, 11474, 11571, 11766, 10857, 10081, 10623, 10902, 11467, 11965, 12139, 11049, 9858, 11226, 10621, 11088, 13358, 11688, 11769, 10024, 11172, 11016, 11495, 12529, 11078, 11056, 10764, 11189, 10684, 10846, 11733, 11131, 11138, 11759, 11021, 10548, 10886, 13446, 11219, 11848, 11597, 10694, 10189, 10447, 12583, 11954, 11450, 10578, 10446, 12356, 11373, 12193, 12262, 10881, 10343, 11347, 10802, 11412, 13340, 11945, 11609, 10332, 10884, 11004, 11428, 12051, 10849, 11715, 11318, 11363, 11262, 11204, 10850, 10635, 13227, 11716, 11880, 11380, 10762, 10185, 10709, 10678, 11452, 12489, 11578, 11255, 10203, 11089, 10714, 11609, 11778, 11308, 11276, 11064, 11370, 11003, 10880, 9886, 10719, 10897, 11710, 11897, 11479, 11792, 10491, 11739, 11347, 11161, 10967, 12212, 11712, 11704, 11205, 12776, 11484, 12969, 12125, 12887, 11371, 11561, 11778, 10874, 13620, 12334, 12207, 10753, 11045, 10740, 11187, 11083, 11181, 12765, 11021, 11272, 11489, 11191, 10958, 10989, 10146, 11175, 11619, 11884, 11609, 11735, 11338, 11020, 11833, 10975, 11641, 13084, 11422, 12194, 11811, 11501, 11312, 11491, 10268, 11131, 12984, 12505, 11929, 11009, 11493, 10857, 11528, 11601, 11810, 11944, 11135, 11010, 11336, 11960, 11615, 11658, 11157, 11783, 11334, 11481, 11659, 10444, 10962, 11638, 12222, 11299, 11188, 11618, 12723, 11969, 11326, 12278, 11823, 10183, 10982, 11929, 12390, 11424, 11710, 10886, 10109, 11295, 10625, 11769, 13362, 11031, 11620, 11140, 11802, 13573, 12351, 11610, 10113, 11298, 10761, 12225, 12418, 11463, 10899, 11257, 11514, 12555, 10955, 12334, 10688, 11431, 10865, 11951, 14953, 11861, 11990, 11181, 11797, 14633, 12474, 11377, 10246, 11215, 10592, 12068, 11876, 11218, 10860, 10850, 11379, 12922, 12500, 11133, 10832, 10904, 10346, 11948, 11489, 12235, 11404, 10490, 10932, 11458, 12222, 11468, 11182, 11408, 12629, 11959, 11688, 12261, 11620, 11251, 11243, 12274, 12020, 11708, 11909, 11775, 11064], 'WindowCenter': [4502.0, 4486.0, 4441.0, 4471.0, 4425.0, 4446.0, 4458.0, 4436.0, 4455.0, 4446.0, 4454.0, 4438.0, 4457.0, 4424.0, 4446.0, 4424.0, 4445.0, 4439.0, 4457.0, 4466.0, 4447.0, 4463.0, 4435.0, 4457.0, 4425.0, 4445.0, 4422.0, 4435.0, 4465.0, 4436.0, 4454.0, 4445.0, 4442.0, 4424.0, 4445.0, 4412.0, 4445.0, 4431.0, 4422.0, 4455.0, 4435.0, 4443.0, 4412.0, 4443.0, 4412.0, 4445.0, 4454.0, 4435.0, 4451.0, 4434.0, 4441.0, 4425.0, 4444.0, 4423.0, 4445.0, 4421.0, 4426.0, 4454.0, 4436.0, 4444.0, 4422.0, 4445.0, 4436.0, 4434.0, 4444.0, 4434.0, 4442.0, 4435.0, 4446.0, 4424.0, 4433.0, 4424.0, 4425.0, 4466.0, 4437.0, 4456.0, 4434.0, 4445.0, 4438.0, 4425.0, 4444.0, 4447.0, 4444.0, 4434.0, 4449.0, 4454.0, 4437.0, 4444.0, 4435.0, 4458.0, 4427.0, 4437.0, 4444.0, 4436.0, 4456.0, 4437.0, 4437.0, 4437.0, 4447.0, 4437.0, 4441.0, 4466.0, 4449.0, 4455.0, 4435.0, 4457.0, 4438.0, 4438.0, 4478.0, 4448.0, 4455.0, 4438.0, 4447.0, 4425.0, 4436.0, 4473.0, 4434.0, 4467.0, 4422.0, 4455.0, 4412.0, 4422.0, 4453.0, 4434.0, 4444.0, 4421.0, 4443.0, 4441.0, 4413.0, 4442.0, 4423.0, 4442.0, 4410.0, 4426.0, 4463.0, 4435.0, 4443.0, 4423.0, 4433.0, 4426.0, 4435.0, 4423.0, 4434.0, 4450.0, 4423.0, 4455.0, 4423.0, 4444.0, 4411.0, 4435.0, 4465.0, 4445.0, 4443.0, 4433.0, 4433.0, 4426.0, 4434.0, 4424.0, 4453.0, 4411.0, 4435.0, 4475.0, 4434.0, 4432.0, 4422.0, 4431.0, 4425.0, 4444.0, 4411.0, 4435.0, 4440.0, 4413.0, 4453.0, 4421.0, 4442.0, 4409.0, 4431.0, 4462.0, 4432.0, 4440.0, 4410.0, 4431.0, 4398.0, 4412.0, 4441.0, 4422.0, 4431.0, 4419.0, 4433.0, 4444.0, 4423.0, 4431.0, 4421.0, 4420.0, 4423.0, 4422.0, 4410.0, 4422.0, 4439.0, 4432.0, 4445.0, 4413.0, 4434.0, 4421.0, 4422.0, 4453.0, 4425.0, 4444.0, 4422.0, 4434.0, 4443.0, 4436.0, 4434.0, 4424.0, 4433.0, 4410.0, 4434.0, 4454.0, 4423.0, 4433.0, 4421.0, 4421.0, 4424.0, 4436.0, 4433.0, 4435.0, 4442.0, 4433.0, 4434.0, 4412.0, 4434.0, 4431.0, 4421.0, 4432.0, 4445.0, 4447.0, 4450.0, 4476.0, 4449.0, 4455.0, 4423.0, 4447.0, 4424.0, 4425.0, 4452.0, 4433.0, 4443.0, 4426.0, 4433.0, 4411.0, 4423.0, 4439.0, 4432.0, 4445.0, 4412.0, 4433.0, 4411.0, 4422.0, 4432.0, 4424.0, 4433.0, 4423.0, 4433.0, 4410.0, 4424.0, 4452.0, 4423.0, 4433.0, 4421.0, 4423.0, 4444.0, 4424.0, 4433.0, 4423.0, 4433.0, 4410.0, 4434.0, 4443.0, 4423.0, 4431.0, 4410.0, 4422.0, 4453.0, 4422.0, 4432.0, 4422.0, 4433.0, 4422.0, 4426.0, 4444.0, 4422.0, 4435.0, 4421.0, 4435.0, 4446.0, 4436.0, 4433.0, 4433.0, 4434.0, 4436.0, 4437.0, 4454.0, 4446.0, 4433.0, 4421.0, 4435.0, 4436.0, 4421.0, 4442.0, 4432.0, 4433.0, 4425.0, 4434.0, 4425.0, 4434.0, 4442.0, 4446.0, 4447.0, 4425.0, 4435.0, 4423.0, 4432.0, 4457.0, 4438.0, 4445.0, 4448.0, 4444.0, 4434.0, 4448.0, 4455.0, 4425.0, 4452.0, 4432.0, 4432.0, 4424.0, 4434.0, 4411.0, 4422.0, 4449.0, 4422.0, 4443.0, 4412.0, 4433.0, 4411.0, 4422.0, 4432.0, 4423.0, 4431.0, 4422.0, 4429.0, 4409.0, 4422.0, 4442.0, 4421.0, 4419.0, 4408.0, 4422.0, 4422.0, 4422.0, 4430.0, 4431.0, 4431.0, 4424.0, 4422.0, 4411.0, 4422.0, 4440.0, 4432.0, 4443.0, 4412.0, 4423.0, 4411.0, 4421.0, 4442.0, 4435.0, 4431.0, 4422.0, 4422.0, 4421.0, 4434.0, 4455.0, 4424.0, 4423.0, 4444.0, 4434.0, 4425.0, 4437.0, 4443.0, 4436.0, 4433.0, 4433.0, 4435.0, 4425.0, 4426.0, 4463.0, 4444.0, 4432.0, 4433.0, 4437.0, 4413.0, 4425.0, 4431.0, 4432.0, 4443.0, 4435.0, 4444.0, 4412.0, 4434.0, 4440.0, 4420.0, 4441.0, 4413.0, 4421.0, 4411.0, 4421.0, 4450.0, 4433.0, 4430.0, 4421.0, 4422.0, 4409.0, 4432.0, 4441.0, 4423.0, 4433.0, 4422.0, 4433.0, 4423.0, 4435.0, 4434.0, 4435.0, 4431.0, 4433.0, 4432.0, 4444.0, 4446.0, 4461.0, 4446.0, 4447.0, 4454.0, 4432.0, 4434.0, 4424.0, 4424.0, 4451.0, 4432.0, 4429.0, 4420.0, 4424.0, 4407.0, 4421.0, 4419.0, 4429.0, 4421.0, 4423.0, 4423.0, 4432.0, 4433.0, 4430.0, 4443.0, 4446.0, 4414.0, 4434.0, 4423.0, 4433.0, 4455.0, 4447.0, 4445.0, 4435.0, 4436.0, 4423.0, 4448.0, 4457.0, 4447.0, 4445.0, 4434.0, 4434.0, 4436.0, 4437.0, 4464.0, 4446.0, 4443.0, 4431.0, 4435.0, 4425.0, 4434.0, 4452.0, 4441.0, 4442.0, 4436.0, 4445.0, 4414.0, 4436.0, 4422.0, 4432.0, 4455.0, 4436.0, 4433.0, 4423.0, 4443.0, 4411.0, 4433.0, 4475.0, 4423.0, 4442.0, 4431.0, 4420.0, 4421.0, 4424.0, 4453.0, 4431.0, 4431.0, 4408.0, 4433.0, 4453.0, 4421.0, 4433.0, 4420.0, 4430.0, 4442.0, 4434.0, 4432.0, 4422.0, 4421.0, 4409.0, 4423.0, 4442.0, 4422.0, 4422.0, 4410.0, 4421.0, 4453.0, 4434.0, 4434.0, 4433.0, 4432.0, 4420.0, 4445.0, 4455.0, 4435.0, 4433.0, 4444.0, 4433.0, 4434.0, 4447.0, 4443.0, 4435.0, 4442.0, 4432.0, 4432.0, 4424.0, 4423.0, 4451.0, 4433.0, 4429.0, 4430.0, 4433.0, 4422.0, 4445.0, 4432.0, 4443.0, 4454.0, 4446.0, 4435.0, 4424.0, 4445.0, 4452.0, 4456.0, 4458.0, 4425.0, 4447.0, 4423.0, 4433.0, 4453.0, 4445.0, 4444.0, 4423.0, 4443.0, 4409.0, 4433.0, 4463.0, 4421.0, 4431.0, 4419.0, 4420.0, 4451.0, 4432.0, 4431.0, 4420.0, 4431.0, 4407.0, 4421.0, 4441.0, 4420.0, 4429.0, 4418.0, 4420.0, 4420.0, 4433.0, 4440.0, 4443.0, 4430.0, 4430.0, 4432.0, 4433.0, 4433.0, 4431.0, 4443.0, 4430.0, 4442.0, 4445.0, 4422.0, 4433.0, 4421.0, 4431.0, 4440.0, 4442.0, 4442.0, 4410.0, 4432.0, 4419.0, 4429.0, 4441.0, 4442.0, 4432.0, 4431.0, 4432.0, 4422.0, 4444.0, 4454.0, 4445.0, 4433.0, 4443.0, 4433.0, 4434.0, 4446.0, 4452.0, 4435.0, 4432.0, 4431.0, 4434.0, 4434.0, 4433.0, 4442.0, 4430.0, 4429.0, 4421.0, 4434.0, 4440.0, 4442.0, 4429.0, 4430.0, 4433.0, 4433.0, 4433.0, 4432.0, 4443.0, 4449.0, 4443.0, 4445.0, 4422.0, 4432.0, 4421.0, 4432.0, 4443.0, 4434.0, 4441.0, 4433.0, 4431.0, 4430.0, 4432.0, 4432.0, 4435.0, 4452.0, 4443.0, 4430.0, 4430.0, 4434.0, 4422.0, 4434.0, 4422.0, 4443.0, 4442.0, 4445.0, 4444.0, 4421.0, 4434.0, 4420.0, 4431.0, 4442.0, 4444.0, 4433.0, 4433.0, 4442.0, 4430.0, 4446.0, 4435.0, 4435.0, 4433.0, 4443.0, 4444.0, 4457.0, 4456.0, 4434.0, 4445.0, 4433.0, 4433.0, 4420.0, 4443.0, 4432.0, 4443.0, 4445.0, 4467.0, 4446.0, 4455.0, 4444.0, 4443.0, 4433.0, 4445.0, 4432.0, 4432.0, 4440.0, 4441.0, 4431.0, 4432.0, 4430.0, 4419.0, 4432.0, 4418.0, 4432.0, 4453.0, 4433.0, 4431.0, 4431.0, 4431.0, 4432.0, 4446.0, 4423.0, 4446.0, 4431.0, 4443.0, 4444.0, 4455.0, 4444.0, 4434.0, 4445.0, 4421.0, 4430.0, 4455.0, 4444.0, 4444.0, 4442.0, 4432.0, 4431.0, 4434.0, 4434.0, 4434.0, 4441.0, 4443.0, 4431.0, 4445.0, 4444.0, 4433.0, 4443.0, 4430.0, 4442.0, 4444.0, 4432.0, 4433.0, 4432.0, 4444.0, 4444.0, 4445.0, 4434.0, 4443.0, 4432.0, 4432.0, 4443.0, 4436.0, 4445.0, 4445.0, 4445.0, 4433.0, 4432.0, 4446.0, 4455.0, 4445.0, 4434.0, 4442.0, 4444.0, 4435.0, 4435.0, 4445.0, 4456.0, 4444.0, 4443.0, 4447.0, 4436.0, 4447.0, 4434.0, 4446.0, 4454.0, 4447.0, 4445.0, 4433.0, 4443.0, 4453.0, 4455.0, 4446.0, 4423.0, 4434.0, 4421.0, 4455.0, 4455.0, 4457.0, 4435.0, 4433.0, 4432.0, 4453.0, 4435.0, 4468.0, 4461.0, 4459.0, 4435.0, 4456.0, 4476.0, 4459.0, 4458.0, 4435.0, 4444.0, 4453.0, 4430.0, 4443.0, 4422.0, 4433.0, 4409.0, 4430.0, 4428.0, 4433.0, 4433.0, 4420.0, 4431.0, 4428.0, 4429.0, 4419.0, 4432.0, 4432.0, 4410.0, 4442.0, 4430.0, 4430.0, 4433.0, 4435.0, 4435.0, 4433.0, 4441.0, 4430.0, 4421.0, 4445.0, 4443.0, 4442.0, 4432.0, 4442.0, 4432.0, 4432.0, 4446.0, 4431.0, 4444.0, 4433.0, 4431.0, 4431.0, 4420.0], 'WindowWidth': [9900.0, 9866.0, 9794.0, 9831.0, 9758.0, 9791.0, 9810.0, 9777.0, 9801.0, 9790.0, 9795.0, 9782.0, 9805.0, 9759.0, 9789.0, 9756.0, 9788.0, 9784.0, 9808.0, 9816.0, 9793.0, 9809.0, 9773.0, 9804.0, 9759.0, 9786.0, 9751.0, 9772.0, 9818.0, 9776.0, 9798.0, 9785.0, 9777.0, 9757.0, 9786.0, 9736.0, 9785.0, 9761.0, 9750.0, 9801.0, 9774.0, 9781.0, 9738.0, 9780.0, 9736.0, 9788.0, 9798.0, 9770.0, 9788.0, 9770.0, 9775.0, 9760.0, 9786.0, 9754.0, 9785.0, 9749.0, 9763.0, 9800.0, 9776.0, 9783.0, 9751.0, 9786.0, 9777.0, 9772.0, 9782.0, 9770.0, 9778.0, 9772.0, 9788.0, 9755.0, 9771.0, 9754.0, 9759.0, 9820.0, 9779.0, 9803.0, 9769.0, 9788.0, 9783.0, 9763.0, 9786.0, 9793.0, 9785.0, 9772.0, 9800.0, 9800.0, 9780.0, 9783.0, 9772.0, 9810.0, 9767.0, 9780.0, 9786.0, 9775.0, 9803.0, 9783.0, 9780.0, 9779.0, 9794.0, 9778.0, 9791.0, 9820.0, 9800.0, 9802.0, 9774.0, 9807.0, 9786.0, 9783.0, 9838.0, 9796.0, 9802.0, 9784.0, 9794.0, 9758.0, 9776.0, 9822.0, 9771.0, 9821.0, 9753.0, 9800.0, 9735.0, 9750.0, 9796.0, 9773.0, 9781.0, 9749.0, 9780.0, 9775.0, 9740.0, 9779.0, 9754.0, 9778.0, 9729.0, 9762.0, 9809.0, 9773.0, 9779.0, 9753.0, 9767.0, 9764.0, 9774.0, 9755.0, 9770.0, 9786.0, 9755.0, 9799.0, 9755.0, 9785.0, 9734.0, 9774.0, 9816.0, 9787.0, 9781.0, 9766.0, 9769.0, 9765.0, 9772.0, 9758.0, 9796.0, 9734.0, 9775.0, 9830.0, 9770.0, 9763.0, 9748.0, 9762.0, 9760.0, 9784.0, 9736.0, 9772.0, 9772.0, 9739.0, 9797.0, 9749.0, 9778.0, 9729.0, 9760.0, 9806.0, 9766.0, 9772.0, 9730.0, 9759.0, 9711.0, 9736.0, 9774.0, 9750.0, 9760.0, 9741.0, 9767.0, 9786.0, 9754.0, 9761.0, 9746.0, 9743.0, 9754.0, 9752.0, 9731.0, 9751.0, 9769.0, 9765.0, 9785.0, 9740.0, 9772.0, 9746.0, 9749.0, 9798.0, 9761.0, 9784.0, 9751.0, 9770.0, 9783.0, 9777.0, 9770.0, 9758.0, 9766.0, 9728.0, 9769.0, 9799.0, 9754.0, 9766.0, 9749.0, 9749.0, 9759.0, 9777.0, 9768.0, 9775.0, 9778.0, 9766.0, 9772.0, 9738.0, 9768.0, 9759.0, 9748.0, 9764.0, 9786.0, 9796.0, 9803.0, 9830.0, 9799.0, 9800.0, 9752.0, 9791.0, 9755.0, 9758.0, 9790.0, 9766.0, 9779.0, 9762.0, 9766.0, 9734.0, 9751.0, 9768.0, 9763.0, 9785.0, 9737.0, 9766.0, 9731.0, 9750.0, 9764.0, 9758.0, 9765.0, 9754.0, 9765.0, 9727.0, 9757.0, 9793.0, 9754.0, 9767.0, 9747.0, 9751.0, 9786.0, 9757.0, 9766.0, 9752.0, 9764.0, 9730.0, 9772.0, 9780.0, 9754.0, 9760.0, 9728.0, 9749.0, 9795.0, 9750.0, 9763.0, 9749.0, 9766.0, 9751.0, 9762.0, 9781.0, 9751.0, 9771.0, 9745.0, 9773.0, 9791.0, 9776.0, 9766.0, 9765.0, 9769.0, 9777.0, 9781.0, 9796.0, 9791.0, 9766.0, 9745.0, 9771.0, 9776.0, 9751.0, 9777.0, 9764.0, 9765.0, 9762.0, 9772.0, 9759.0, 9771.0, 9778.0, 9792.0, 9793.0, 9758.0, 9774.0, 9752.0, 9768.0, 9808.0, 9782.0, 9787.0, 9796.0, 9784.0, 9768.0, 9797.0, 9800.0, 9760.0, 9790.0, 9763.0, 9764.0, 9756.0, 9769.0, 9734.0, 9750.0, 9782.0, 9751.0, 9782.0, 9736.0, 9768.0, 9731.0, 9749.0, 9764.0, 9754.0, 9760.0, 9749.0, 9757.0, 9725.0, 9751.0, 9775.0, 9748.0, 9741.0, 9723.0, 9751.0, 9752.0, 9750.0, 9758.0, 9760.0, 9759.0, 9756.0, 9752.0, 9734.0, 9750.0, 9769.0, 9764.0, 9782.0, 9736.0, 9752.0, 9732.0, 9747.0, 9778.0, 9773.0, 9763.0, 9751.0, 9752.0, 9745.0, 9769.0, 9801.0, 9757.0, 9754.0, 9783.0, 9769.0, 9759.0, 9778.0, 9782.0, 9777.0, 9767.0, 9766.0, 9774.0, 9760.0, 9760.0, 9809.0, 9781.0, 9762.0, 9767.0, 9779.0, 9739.0, 9759.0, 9760.0, 9762.0, 9779.0, 9774.0, 9783.0, 9736.0, 9770.0, 9771.0, 9743.0, 9775.0, 9739.0, 9747.0, 9731.0, 9747.0, 9785.0, 9767.0, 9760.0, 9748.0, 9749.0, 9726.0, 9763.0, 9777.0, 9754.0, 9766.0, 9749.0, 9765.0, 9753.0, 9772.0, 9769.0, 9769.0, 9757.0, 9765.0, 9762.0, 9783.0, 9791.0, 9818.0, 9789.0, 9791.0, 9795.0, 9761.0, 9768.0, 9757.0, 9754.0, 9786.0, 9761.0, 9751.0, 9742.0, 9753.0, 9722.0, 9745.0, 9738.0, 9752.0, 9747.0, 9754.0, 9753.0, 9763.0, 9764.0, 9755.0, 9778.0, 9789.0, 9743.0, 9771.0, 9750.0, 9766.0, 9800.0, 9792.0, 9785.0, 9771.0, 9774.0, 9751.0, 9796.0, 9807.0, 9791.0, 9786.0, 9768.0, 9770.0, 9775.0, 9778.0, 9810.0, 9789.0, 9778.0, 9756.0, 9773.0, 9759.0, 9769.0, 9791.0, 9774.0, 9775.0, 9777.0, 9786.0, 9741.0, 9775.0, 9748.0, 9762.0, 9799.0, 9775.0, 9767.0, 9752.0, 9781.0, 9730.0, 9765.0, 9828.0, 9752.0, 9777.0, 9760.0, 9745.0, 9746.0, 9757.0, 9794.0, 9762.0, 9762.0, 9725.0, 9765.0, 9795.0, 9747.0, 9765.0, 9740.0, 9756.0, 9776.0, 9769.0, 9761.0, 9746.0, 9745.0, 9725.0, 9753.0, 9777.0, 9748.0, 9751.0, 9728.0, 9744.0, 9792.0, 9770.0, 9766.0, 9766.0, 9762.0, 9742.0, 9786.0, 9800.0, 9771.0, 9765.0, 9781.0, 9765.0, 9771.0, 9793.0, 9782.0, 9773.0, 9776.0, 9760.0, 9762.0, 9755.0, 9752.0, 9788.0, 9765.0, 9753.0, 9756.0, 9768.0, 9751.0, 9785.0, 9761.0, 9779.0, 9797.0, 9790.0, 9772.0, 9755.0, 9785.0, 9790.0, 9801.0, 9808.0, 9759.0, 9792.0, 9750.0, 9765.0, 9793.0, 9786.0, 9783.0, 9750.0, 9779.0, 9726.0, 9764.0, 9808.0, 9746.0, 9760.0, 9738.0, 9743.0, 9787.0, 9763.0, 9758.0, 9743.0, 9758.0, 9719.0, 9745.0, 9775.0, 9743.0, 9754.0, 9735.0, 9741.0, 9743.0, 9767.0, 9771.0, 9778.0, 9755.0, 9754.0, 9761.0, 9768.0, 9766.0, 9761.0, 9779.0, 9756.0, 9776.0, 9785.0, 9752.0, 9767.0, 9745.0, 9759.0, 9769.0, 9777.0, 9777.0, 9731.0, 9764.0, 9738.0, 9752.0, 9774.0, 9779.0, 9763.0, 9758.0, 9762.0, 9748.0, 9784.0, 9798.0, 9786.0, 9766.0, 9777.0, 9764.0, 9770.0, 9788.0, 9792.0, 9771.0, 9763.0, 9758.0, 9769.0, 9771.0, 9765.0, 9776.0, 9756.0, 9755.0, 9748.0, 9768.0, 9771.0, 9778.0, 9754.0, 9756.0, 9766.0, 9767.0, 9768.0, 9762.0, 9777.0, 9781.0, 9780.0, 9786.0, 9750.0, 9764.0, 9744.0, 9762.0, 9780.0, 9769.0, 9774.0, 9765.0, 9760.0, 9755.0, 9762.0, 9763.0, 9771.0, 9789.0, 9778.0, 9756.0, 9755.0, 9769.0, 9750.0, 9768.0, 9747.0, 9777.0, 9775.0, 9784.0, 9784.0, 9746.0, 9768.0, 9741.0, 9757.0, 9779.0, 9782.0, 9764.0, 9765.0, 9776.0, 9757.0, 9788.0, 9773.0, 9772.0, 9765.0, 9780.0, 9782.0, 9804.0, 9800.0, 9770.0, 9784.0, 9762.0, 9764.0, 9741.0, 9777.0, 9760.0, 9780.0, 9786.0, 9819.0, 9790.0, 9798.0, 9780.0, 9779.0, 9762.0, 9785.0, 9762.0, 9762.0, 9769.0, 9769.0, 9758.0, 9762.0, 9755.0, 9741.0, 9762.0, 9735.0, 9761.0, 9793.0, 9763.0, 9759.0, 9757.0, 9759.0, 9763.0, 9789.0, 9753.0, 9787.0, 9760.0, 9776.0, 9781.0, 9800.0, 9783.0, 9768.0, 9784.0, 9744.0, 9757.0, 9801.0, 9782.0, 9781.0, 9775.0, 9761.0, 9757.0, 9767.0, 9769.0, 9766.0, 9773.0, 9777.0, 9759.0, 9786.0, 9781.0, 9764.0, 9779.0, 9755.0, 9774.0, 9783.0, 9763.0, 9765.0, 9760.0, 9782.0, 9782.0, 9787.0, 9767.0, 9781.0, 9763.0, 9759.0, 9778.0, 9775.0, 9786.0, 9783.0, 9783.0, 9765.0, 9759.0, 9789.0, 9799.0, 9784.0, 9766.0, 9773.0, 9784.0, 9774.0, 9771.0, 9783.0, 9799.0, 9781.0, 9781.0, 9790.0, 9774.0, 9792.0, 9767.0, 9785.0, 9798.0, 9792.0, 9784.0, 9766.0, 9779.0, 9791.0, 9797.0, 9788.0, 9752.0, 9770.0, 9746.0, 9797.0, 9796.0, 9806.0, 9770.0, 9764.0, 9761.0, 9793.0, 9770.0, 9820.0, 9819.0, 9812.0, 9773.0, 9801.0, 9831.0, 9809.0, 9807.0, 9770.0, 9782.0, 9792.0, 9755.0, 9781.0, 9748.0, 9764.0, 9726.0, 9754.0, 9749.0, 9766.0, 9765.0, 9740.0, 9759.0, 9749.0, 9749.0, 9739.0, 9764.0, 9762.0, 9728.0, 9776.0, 9754.0, 9754.0, 9764.0, 9771.0, 9768.0, 9764.0, 9773.0, 9757.0, 9743.0, 9786.0, 9780.0, 9777.0, 9760.0, 9773.0, 9761.0, 9761.0, 9786.0, 9760.0, 9781.0, 9764.0, 9756.0, 9757.0, 9742.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.00017879171461449944</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01789198423475259</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.75858660664744</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1774865117626725</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9821816124884795</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4867</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5373.2202</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10500890899807017</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.5316455696202533</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4664765238022235</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.419547851404393</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7447113891064356</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.235170330895842</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00814923</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021001657471060753</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.035551492124795914</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6787608978074746</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>29.3985</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.7847</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.1709</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297083.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>951.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.5391</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1047</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.7145</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3569.958</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3786.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79461.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1040.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4756.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1029.1444</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.29900473612361</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> |