=== 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-0076 --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-0076",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0076_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0076_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0076/ses-04/func/sub-0076_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>68b08d333d4c3a2dde3980c3b38dd241</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>11:19:57.020000</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.99932, 0.0138227, -0.0341878, -0.0101164, 0.994283, 0.1063]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0981394</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4156, -7734, -7313, 767, 3, -53, -25, 93]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.281</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>378fcd8d-09eb-402c-bbb4-fb73f121289a||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.6811020374298096, -0.027141498401761055, -0.0957464873790741, 114.12370300292969], [-0.037085242569446564, 2.6675877571105957, 0.2858806252479553, -99.89689636230469], [-0.09172330796718597, -0.2851947844028473, 2.683114767074585, -59.92231369018555], [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': ['111957.020000', '111957.480000', '111957.940000', '111958.400000', '111958.860000', '111959.320000', '111959.780000', '112000.240000', '112000.700000', '112001.160000', '112001.620000', '112002.080000', '112002.540000', '112003.000000', '112003.460000', '112003.920000', '112004.380000', '112004.840000', '112005.300000', '112005.760000', '112006.220000', '112006.680000', '112007.140000', '112007.600000', '112008.060000', '112008.520000', '112008.980000', '112009.440000', '112009.900000', '112010.360000', '112010.820000', '112011.280000', '112011.740000', '112012.200000', '112012.660000', '112013.120000', '112013.580000', '112014.040000', '112014.500000', '112014.960000', '112015.420000', '112015.880000', '112016.340000', '112016.800000', '112017.260000', '112017.720000', '112018.180000', '112018.640000', '112019.100000', '112019.560000', '112020.020000', '112020.480000', '112020.940000', '112021.400000', '112021.860000', '112022.320000', '112022.780000', '112023.240000', '112023.700000', '112024.160000', '112024.620000', '112025.080000', '112025.540000', '112026.000000', '112026.460000', '112026.920000', '112027.380000', '112027.840000', '112028.300000', '112028.760000', '112029.220000', '112029.680000', '112030.140000', '112030.600000', '112031.060000', '112031.520000', '112031.980000', '112032.440000', '112032.900000', '112033.360000', '112033.820000', '112034.280000', '112034.740000', '112035.200000', '112035.660000', '112036.120000', '112036.580000', '112037.040000', '112037.500000', '112037.960000', '112038.420000', '112038.880000', '112039.340000', '112039.800000', '112040.260000', '112040.720000', '112041.180000', '112041.640000', '112042.100000', '112042.560000', '112043.020000', '112043.480000', '112043.940000', '112044.400000', '112044.860000', '112045.320000', '112045.780000', '112046.240000', '112046.700000', '112047.160000', '112047.620000', '112048.080000', '112048.540000', '112049.000000', '112049.460000', '112049.920000', '112050.380000', '112050.840000', '112051.300000', '112051.760000', '112052.220000', '112052.680000', '112053.140000', '112053.600000', '112054.060000', '112054.520000', '112054.980000', '112055.440000', '112055.900000', '112056.360000', '112056.820000', '112057.280000', '112057.740000', '112058.200000', '112058.660000', '112059.120000', '112059.580000', '112100.040000', '112100.500000', '112100.960000', '112101.420000', '112101.880000', '112102.340000', '112102.800000', '112103.260000', '112103.720000', '112104.180000', '112104.640000', '112105.100000', '112105.560000', '112106.020000', '112106.480000', '112106.940000', '112107.400000', '112107.860000', '112108.320000', '112108.780000', '112109.240000', '112109.700000', '112110.160000', '112110.620000', '112111.080000', '112111.540000', '112112.000000', '112112.460000', '112112.920000', '112113.380000', '112113.840000', '112114.300000', '112114.760000', '112115.220000', '112115.680000', '112116.140000', '112116.600000', '112117.060000', '112117.520000', '112117.980000', '112118.440000', '112118.900000', '112119.360000', '112119.820000', '112120.280000', '112120.740000', '112121.200000', '112121.660000', '112122.120000', '112122.580000', '112123.040000', '112123.500000', '112123.960000', '112124.420000', '112124.880000', '112125.340000', '112125.800000', '112126.260000', '112126.720000', '112127.180000', '112127.640000', '112128.100000', '112128.560000', '112129.020000', '112129.480000', '112129.940000', '112130.400000', '112130.860000', '112131.320000', '112131.780000', '112132.240000', '112132.700000', '112133.160000', '112133.620000', '112134.080000', '112134.540000', '112135.000000', '112135.460000', '112135.920000', '112136.380000', '112136.840000', '112137.300000', '112137.760000', '112138.220000', '112138.680000', '112139.140000', '112139.600000', '112140.060000', '112140.520000', '112140.980000', '112141.440000', '112141.900000', '112142.360000', '112142.820000', '112143.280000', '112143.740000', '112144.200000', '112144.660000', '112145.120000', '112145.580000', '112146.040000', '112146.500000', '112146.960000', '112147.420000', '112147.880000', '112148.340000', '112148.800000', '112149.260000', '112149.720000', '112150.180000', '112150.640000', '112151.100000', '112151.560000', '112152.020000', '112152.480000', '112152.940000', '112153.400000', '112153.860000', '112154.320000', '112154.780000', '112155.240000', '112155.700000', '112156.160000', '112156.620000', '112157.080000', '112157.540000', '112158.000000', '112158.460000', '112158.920000', '112159.380000', '112159.840000', '112200.300000', '112200.760000', '112201.220000', '112201.680000', '112202.140000', '112202.600000', '112203.060000', '112203.520000', '112203.980000', '112204.440000', '112204.900000', '112205.360000', '112205.820000', '112206.280000', '112206.740000', '112207.200000', '112207.660000', '112208.120000', '112208.580000', '112209.040000', '112209.500000', '112209.960000', '112210.420000', '112210.880000', '112211.340000', '112211.800000', '112212.260000', '112212.720000', '112213.180000', '112213.640000', '112214.100000', '112214.560000', '112215.020000', '112215.480000', '112215.940000', '112216.400000', '112216.860000', '112217.320000', '112217.780000', '112218.240000', '112218.700000', '112219.160000', '112219.620000', '112220.080000', '112220.540000', '112221.000000', '112221.460000', '112221.920000', '112222.380000', '112222.840000', '112223.300000', '112223.760000', '112224.220000', '112224.680000', '112225.140000', '112225.600000', '112226.060000', '112226.520000', '112226.980000', '112227.440000', '112227.900000', '112228.360000', '112228.820000', '112229.280000', '112229.740000', '112230.200000', '112230.660000', '112231.120000', '112231.580000', '112232.040000', '112232.500000', '112232.960000', '112233.420000', '112233.880000', '112234.340000', '112234.800000', '112235.260000', '112235.720000', '112236.180000', '112236.640000', '112237.100000', '112237.560000', '112238.020000', '112238.480000', '112238.940000', '112239.400000', '112239.860000', '112240.320000', '112240.780000', '112241.240000', '112241.700000', '112242.160000', '112242.620000', '112243.080000', '112243.540000', '112244.000000', '112244.460000', '112244.920000', '112245.380000', '112245.840000', '112246.300000', '112246.760000', '112247.220000', '112247.680000', '112248.140000', '112248.600000', '112249.060000', '112249.520000', '112249.980000', '112250.440000', '112250.900000', '112251.360000', '112251.820000', '112252.280000', '112252.740000', '112253.200000', '112253.660000', '112254.120000', '112254.580000', '112255.040000', '112255.500000', '112255.960000', '112256.420000', '112256.880000', '112257.340000', '112257.800000', '112258.260000', '112258.720000', '112259.180000', '112259.640000', '112300.100000', '112300.560000', '112301.020000', '112301.480000', '112301.940000', '112302.400000', '112302.860000', '112303.320000', '112303.780000', '112304.240000', '112304.700000', '112305.160000', '112305.620000', '112306.080000', '112306.540000', '112307.000000', '112307.460000', '112307.920000', '112308.380000', '112308.840000', '112309.300000', '112309.760000', '112310.220000', '112310.680000', '112311.140000', '112311.600000', '112312.060000', '112312.520000', '112312.980000', '112313.440000', '112313.900000', '112314.360000', '112314.820000', '112315.280000', '112315.740000', '112316.200000', '112316.660000', '112317.120000', '112317.580000', '112318.040000', '112318.500000', '112318.960000', '112319.420000', '112319.880000', '112320.340000', '112320.800000', '112321.260000', '112321.720000', '112322.180000', '112322.640000', '112323.100000', '112323.560000', '112324.020000', '112324.480000', '112324.940000', '112325.400000', '112325.860000', '112326.320000', '112326.780000', '112327.240000', '112327.700000', '112328.160000', '112328.620000', '112329.080000', '112329.540000', '112330.000000', '112330.460000', '112330.920000', '112331.380000', '112331.840000', '112332.300000', '112332.760000', '112333.220000', '112333.680000', '112334.140000', '112334.600000', '112335.060000', '112335.520000', '112335.980000', '112336.440000', '112336.900000', '112337.360000', '112337.820000', '112338.280000', '112338.740000', '112339.200000', '112339.660000', '112340.120000', '112340.580000', '112341.040000', '112341.500000', '112341.960000', '112342.420000', '112342.880000', '112343.340000', '112343.800000', '112344.260000', '112344.720000', '112345.180000', '112345.640000', '112346.100000', '112346.560000', '112347.020000', '112347.480000', '112347.940000', '112348.400000', '112348.860000', '112349.320000', '112349.780000', '112350.240000', '112350.700000', '112351.160000', '112351.620000', '112352.080000', '112352.540000', '112353.000000', '112353.460000', '112353.920000', '112354.380000', '112354.840000', '112355.300000', '112355.760000', '112356.220000', '112356.680000', '112357.140000', '112357.600000', '112358.060000', '112358.520000', '112358.980000', '112359.440000', '112359.900000', '112400.360000', '112400.820000', '112401.280000', '112401.740000', '112402.200000', '112402.660000', '112403.120000', '112403.580000', '112404.040000', '112404.500000', '112404.960000', '112405.420000', '112405.880000', '112406.340000', '112406.800000', '112407.260000', '112407.720000', '112408.180000', '112408.640000', '112409.100000', '112409.560000', '112410.020000', '112410.480000', '112410.940000', '112411.400000', '112411.860000', '112412.320000', '112412.780000', '112413.240000', '112413.700000', '112414.160000', '112414.620000', '112415.080000', '112415.540000', '112416.000000', '112416.460000', '112416.920000', '112417.380000', '112417.840000', '112418.300000', '112418.760000', '112419.220000', '112419.680000', '112420.140000', '112420.600000', '112421.060000', '112421.520000', '112421.980000', '112422.440000', '112422.900000', '112423.360000', '112423.820000', '112424.280000', '112424.740000', '112425.200000', '112425.660000', '112426.120000', '112426.580000', '112427.040000', '112427.500000', '112427.960000', '112428.420000', '112428.880000', '112429.340000', '112429.800000', '112430.260000', '112430.720000', '112431.180000', '112431.640000', '112432.100000', '112432.560000', '112433.020000', '112433.480000', '112433.940000', '112434.400000', '112434.860000', '112435.320000', '112435.780000', '112436.240000', '112436.700000', '112437.160000', '112437.620000', '112438.080000', '112438.540000', '112439.000000', '112439.460000', '112439.920000', '112440.380000', '112440.840000', '112441.300000', '112441.760000', '112442.220000', '112442.680000', '112443.140000', '112443.600000', '112444.060000', '112444.520000', '112444.980000', '112445.440000', '112445.900000', '112446.360000', '112446.820000', '112447.280000', '112447.740000', '112448.200000', '112448.660000', '112449.120000', '112449.580000', '112450.040000', '112450.500000', '112450.960000', '112451.420000', '112451.880000', '112452.340000', '112452.800000', '112453.260000', '112453.720000', '112454.180000', '112454.640000', '112455.100000', '112455.560000', '112456.020000', '112456.480000', '112456.940000', '112457.400000', '112457.860000', '112458.320000', '112458.780000', '112459.240000', '112459.700000', '112500.160000', '112500.620000', '112501.080000', '112501.540000', '112502.000000', '112502.460000', '112502.920000', '112503.380000', '112503.840000', '112504.300000', '112504.760000', '112505.220000', '112505.680000', '112506.140000', '112506.600000', '112507.060000', '112507.520000', '112507.980000', '112508.440000', '112508.900000', '112509.360000', '112509.820000', '112510.280000', '112510.740000', '112511.200000', '112511.660000', '112512.120000', '112512.580000', '112513.040000', '112513.500000', '112513.960000', '112514.420000', '112514.880000', '112515.340000', '112515.800000', '112516.260000', '112516.720000', '112517.180000', '112517.640000', '112518.100000', '112518.560000', '112519.020000', '112519.480000', '112519.940000', '112520.400000', '112520.860000', '112521.320000', '112521.780000', '112522.240000', '112522.700000', '112523.160000', '112523.620000', '112524.080000', '112524.540000', '112525.000000', '112525.460000', '112525.920000', '112526.380000', '112526.840000', '112527.300000', '112527.760000', '112528.220000', '112528.680000', '112529.140000', '112529.600000', '112530.060000', '112530.520000', '112530.980000', '112531.440000', '112531.900000', '112532.360000', '112532.820000', '112533.280000', '112533.740000', '112534.200000', '112534.660000', '112535.120000', '112535.580000', '112536.040000', '112536.500000', '112536.960000', '112537.420000', '112537.880000', '112538.340000', '112538.800000', '112539.260000', '112539.720000', '112540.180000', '112540.640000', '112541.100000', '112541.560000', '112542.020000', '112542.480000', '112542.940000', '112543.400000', '112543.860000', '112544.320000', '112544.780000', '112545.240000', '112545.700000', '112546.160000', '112546.620000', '112547.080000', '112547.540000', '112548.000000', '112548.460000', '112548.920000', '112549.380000', '112549.840000', '112550.300000', '112550.760000', '112551.220000', '112551.680000', '112552.140000', '112552.600000', '112553.060000', '112553.520000', '112553.980000', '112554.440000', '112554.900000', '112555.360000', '112555.820000', '112556.280000', '112556.740000', '112557.200000', '112557.660000', '112558.120000', '112558.580000', '112559.040000', '112559.500000', '112559.960000', '112600.420000', '112600.880000', '112601.340000', '112601.800000', '112602.260000', '112602.720000', '112603.180000', '112603.640000', '112604.100000', '112604.560000', '112605.020000', '112605.480000', '112605.940000', '112606.400000', '112606.860000', '112607.320000', '112607.780000', '112608.240000', '112608.700000', '112609.160000', '112609.620000', '112610.080000', '112610.540000', '112611.000000', '112611.460000', '112611.920000', '112612.380000', '112612.840000', '112613.300000', '112613.760000', '112614.220000', '112614.680000', '112615.140000', '112615.600000', '112616.060000', '112616.520000', '112616.980000', '112617.440000', '112617.900000', '112618.360000', '112618.820000', '112619.280000', '112619.740000', '112620.200000', '112620.660000', '112621.120000', '112621.580000', '112622.040000', '112622.500000', '112622.960000', '112623.420000', '112623.880000', '112624.340000', '112624.800000', '112625.260000', '112625.720000', '112626.180000', '112626.640000', '112627.100000', '112627.560000', '112628.020000', '112628.480000', '112628.940000', '112629.400000', '112629.860000', '112630.320000', '112630.780000', '112631.240000', '112631.700000', '112632.160000', '112632.620000', '112633.080000', '112633.540000', '112634.000000', '112634.460000', '112634.920000', '112635.380000', '112635.840000', '112636.300000', '112636.760000', '112637.220000', '112637.680000'], 'ContentTime': ['112017.772000', '112017.775000', '112017.778000', '112017.781000', '112017.783000', '112017.786000', '112017.788000', '112017.791000', '112017.794000', '112017.797000', '112017.805000', '112017.808000', '112017.810000', '112017.813000', '112017.816000', '112017.824000', '112017.827000', '112017.829000', '112017.832000', '112017.834000', '112017.837000', '112017.840000', '112017.842000', '112017.845000', '112017.848000', '112017.850000', '112017.853000', '112017.856000', '112017.858000', '112017.861000', '112017.864000', '112017.866000', '112017.869000', '112017.872000', '112017.874000', '112017.877000', '112017.879000', '112017.882000', '112017.884000', '112017.887000', '112017.890000', '112017.893000', '112037.745000', '112037.748000', '112037.750000', '112037.753000', '112037.756000', '112037.758000', '112037.765000', '112037.768000', '112037.771000', '112037.773000', '112037.776000', '112037.779000', '112037.781000', '112037.784000', '112037.786000', '112037.789000', '112037.792000', '112037.794000', '112037.797000', '112037.799000', '112037.802000', '112037.805000', '112037.807000', '112037.810000', '112037.813000', '112037.815000', '112037.818000', '112037.820000', '112037.823000', '112037.825000', '112037.828000', '112037.831000', '112037.834000', '112037.836000', '112037.839000', '112037.841000', '112037.844000', '112037.847000', '112037.849000', '112037.852000', '112037.854000', '112037.857000', '112037.860000', '112057.744000', '112057.747000', '112057.750000', '112057.752000', '112057.755000', '112057.758000', '112057.760000', '112057.763000', '112057.766000', '112057.768000', '112057.771000', '112057.774000', '112057.776000', '112057.779000', '112057.782000', '112057.784000', '112057.787000', '112057.790000', '112057.792000', '112057.795000', '112057.797000', '112057.800000', '112057.803000', '112057.805000', '112057.808000', '112057.811000', '112057.813000', '112057.816000', '112057.819000', '112057.821000', '112057.824000', '112057.826000', '112057.829000', '112057.832000', '112057.834000', '112057.837000', '112057.839000', '112057.842000', '112057.844000', '112057.847000', '112057.850000', '112057.852000', '112057.855000', '112057.857000', '112117.744000', '112117.747000', '112117.750000', '112117.752000', '112117.755000', '112117.758000', '112117.760000', '112117.763000', '112117.766000', '112117.768000', '112117.771000', '112117.774000', '112117.776000', '112117.779000', '112117.782000', '112117.784000', '112117.787000', '112117.789000', '112117.792000', '112117.795000', '112117.797000', '112117.800000', '112117.803000', '112117.805000', '112117.808000', '112117.810000', '112117.840000', '112117.842000', '112117.845000', '112117.848000', '112117.850000', '112117.853000', '112117.856000', '112117.858000', '112117.861000', '112117.863000', '112117.866000', '112117.869000', '112117.871000', '112117.874000', '112117.877000', '112117.879000', '112117.882000', '112137.744000', '112137.747000', '112137.749000', '112137.752000', '112137.755000', '112137.758000', '112137.761000', '112137.765000', '112137.767000', '112137.770000', '112137.773000', '112137.776000', '112137.778000', '112137.781000', '112137.784000', '112137.786000', '112137.790000', '112137.793000', '112137.795000', '112137.798000', '112137.801000', '112137.804000', '112137.806000', '112137.809000', '112137.812000', '112137.814000', '112137.817000', '112137.820000', '112137.823000', '112137.825000', '112137.828000', '112137.831000', '112137.833000', '112137.836000', '112137.838000', '112137.841000', '112137.844000', '112137.847000', '112137.849000', '112137.852000', '112137.855000', '112137.860000', '112137.862000', '112157.745000', '112157.748000', '112157.751000', '112157.754000', '112157.756000', '112157.760000', '112157.763000', '112157.765000', '112157.768000', '112157.771000', '112157.773000', '112157.776000', '112157.779000', '112157.781000', '112157.784000', '112157.787000', '112157.789000', '112157.792000', '112157.794000', '112157.797000', '112157.800000', '112157.802000', '112157.805000', '112157.808000', '112157.810000', '112157.813000', '112157.816000', '112157.818000', '112157.821000', '112157.823000', '112157.826000', '112157.829000', '112157.831000', '112157.834000', '112157.837000', '112157.839000', '112157.842000', '112157.844000', '112157.847000', '112157.850000', '112157.852000', '112157.855000', '112157.863000', '112157.865000', '112217.744000', '112217.747000', '112217.750000', '112217.753000', '112217.755000', '112217.758000', '112217.760000', '112217.763000', '112217.771000', '112217.773000', '112217.776000', '112217.779000', '112217.781000', '112217.784000', '112217.787000', '112217.790000', '112217.792000', '112217.795000', '112217.798000', '112217.801000', '112217.804000', '112217.807000', '112217.811000', '112217.813000', '112217.816000', '112217.819000', '112217.822000', '112217.824000', '112217.827000', '112217.829000', '112217.832000', '112217.835000', '112217.837000', '112217.840000', '112217.842000', '112217.845000', '112217.848000', '112217.850000', '112217.853000', '112217.856000', '112217.858000', '112217.861000', '112217.864000', '112237.744000', '112237.747000', '112237.750000', '112237.752000', '112237.755000', '112237.758000', '112237.760000', '112237.763000', '112237.766000', '112237.768000', '112237.771000', '112237.774000', '112237.776000', '112237.779000', '112237.782000', '112237.784000', '112237.787000', '112237.790000', '112237.792000', '112237.795000', '112237.798000', '112237.800000', '112237.803000', '112237.805000', '112237.808000', '112237.811000', '112237.813000', '112237.816000', '112237.819000', '112237.821000', '112237.824000', '112237.827000', '112237.829000', '112237.841000', '112237.844000', '112237.847000', '112237.849000', '112237.852000', '112237.855000', '112237.857000', '112237.860000', '112237.863000', '112237.865000', '112237.868000', '112257.745000', '112257.747000', '112257.750000', '112257.753000', '112257.756000', '112257.758000', '112257.761000', '112257.764000', '112257.766000', '112257.769000', '112257.772000', '112257.774000', '112257.777000', '112257.779000', '112257.782000', '112257.785000', '112257.787000', '112257.790000', '112257.793000', '112257.796000', '112257.799000', '112257.802000', '112257.850000', '112257.853000', '112257.855000', '112257.858000', '112257.861000', '112257.863000', '112257.866000', '112257.869000', '112257.871000', '112257.874000', '112257.876000', '112257.879000', '112257.882000', '112257.884000', '112257.887000', '112257.890000', '112257.892000', '112257.895000', '112257.898000', '112257.900000', '112257.903000', '112317.744000', '112317.747000', '112317.750000', '112317.753000', '112317.756000', '112317.758000', '112317.761000', '112317.764000', '112317.766000', '112317.769000', '112317.771000', '112317.774000', '112317.777000', '112317.779000', '112317.782000', '112317.785000', '112317.787000', '112317.790000', '112317.793000', '112317.796000', '112317.798000', '112317.801000', '112317.804000', '112317.806000', '112317.809000', '112317.812000', '112317.814000', '112317.817000', '112317.820000', '112317.822000', '112317.825000', '112317.828000', '112317.830000', '112317.833000', '112317.835000', '112317.838000', '112317.841000', '112317.843000', '112317.846000', '112317.849000', '112317.851000', '112317.854000', '112317.857000', '112317.863000', '112337.745000', '112337.748000', '112337.750000', '112337.753000', '112337.758000', '112337.760000', '112337.763000', '112337.766000', '112337.768000', '112337.771000', '112337.774000', '112337.776000', '112337.779000', '112337.782000', '112337.784000', '112337.787000', '112337.790000', '112337.792000', '112337.795000', '112337.797000', '112337.800000', '112337.803000', '112337.805000', '112337.808000', '112337.811000', '112337.813000', '112337.816000', '112337.819000', '112337.822000', '112337.824000', '112337.827000', '112337.830000', '112337.832000', '112337.835000', '112337.837000', '112337.840000', '112337.843000', '112337.845000', '112337.848000', '112337.851000', '112337.853000', '112337.856000', '112337.859000', '112357.744000', '112357.747000', '112357.750000', '112357.753000', '112357.755000', '112357.758000', '112357.761000', '112357.763000', '112357.766000', '112357.768000', '112357.771000', '112357.774000', '112357.776000', '112357.779000', '112357.782000', '112357.784000', '112357.787000', '112357.790000', '112357.792000', '112357.795000', '112357.798000', '112357.800000', '112357.803000', '112357.806000', '112357.808000', '112357.811000', '112357.814000', '112357.816000', '112357.819000', '112357.822000', '112357.824000', '112357.827000', '112357.830000', '112357.832000', '112357.835000', '112357.838000', '112357.840000', '112357.843000', '112357.846000', '112357.848000', '112357.851000', '112357.853000', '112357.856000', '112357.859000', '112417.744000', '112417.747000', '112417.750000', '112417.753000', '112417.755000', '112417.758000', '112417.761000', '112417.763000', '112417.766000', '112417.769000', '112417.771000', '112417.774000', '112417.777000', '112417.779000', '112417.782000', '112417.784000', '112417.787000', '112417.790000', '112417.793000', '112417.795000', '112417.798000', '112417.801000', '112417.803000', '112417.806000', '112417.809000', '112417.811000', '112417.814000', '112417.817000', '112417.819000', '112417.822000', '112417.824000', '112417.828000', '112417.831000', '112417.834000', '112417.836000', '112417.840000', '112417.842000', '112417.845000', '112417.848000', '112417.850000', '112417.853000', '112417.856000', '112417.858000', '112437.744000', '112437.748000', '112437.751000', '112437.753000', '112437.756000', '112437.759000', '112437.761000', '112437.764000', '112437.766000', '112437.769000', '112437.772000', '112437.774000', '112437.777000', '112437.780000', '112437.782000', '112437.785000', '112437.788000', '112437.790000', '112437.793000', '112437.796000', '112437.799000', '112437.801000', '112437.804000', '112437.807000', '112437.809000', '112437.812000', '112437.815000', '112437.817000', '112437.820000', '112437.823000', '112437.825000', '112437.828000', '112437.830000', '112437.833000', '112437.836000', '112437.838000', '112437.841000', '112437.844000', '112437.846000', '112437.849000', '112437.852000', '112437.854000', '112437.857000', '112437.860000', '112457.744000', '112457.747000', '112457.750000', '112457.753000', '112457.756000', '112457.758000', '112457.761000', '112457.764000', '112457.766000', '112457.769000', '112457.771000', '112457.774000', '112457.784000', '112457.787000', '112457.789000', '112457.792000', '112457.795000', '112457.797000', '112457.800000', '112457.803000', '112457.806000', '112457.809000', '112457.811000', '112457.814000', '112457.816000', '112457.819000', '112457.822000', '112457.824000', '112457.827000', '112457.830000', '112457.832000', '112457.835000', '112457.838000', '112457.840000', '112457.843000', '112457.846000', '112457.848000', '112457.851000', '112457.853000', '112457.856000', '112457.859000', '112457.861000', '112457.864000', '112517.745000', '112517.747000', '112517.750000', '112517.753000', '112517.755000', '112517.758000', '112517.761000', '112517.763000', '112517.766000', '112517.768000', '112517.771000', '112517.774000', '112517.776000', '112517.779000', '112517.781000', '112517.784000', '112517.787000', '112517.790000', '112517.792000', '112517.795000', '112517.798000', '112517.800000', '112517.803000', '112517.805000', '112517.808000', '112517.811000', '112517.813000', '112517.816000', '112517.819000', '112517.821000', '112517.824000', '112517.827000', '112517.829000', '112517.832000', '112517.835000', '112517.837000', '112517.840000', '112517.842000', '112517.845000', '112517.848000', '112517.850000', '112517.853000', '112517.856000', '112517.858000', '112537.745000', '112537.747000', '112537.750000', '112537.753000', '112537.756000', '112537.758000', '112537.761000', '112537.763000', '112537.766000', '112537.769000', '112537.771000', '112537.774000', '112537.776000', '112537.779000', '112537.782000', '112537.784000', '112537.787000', '112537.790000', '112537.799000', '112537.802000', '112537.804000', '112537.807000', '112537.810000', '112537.812000', '112537.815000', '112537.818000', '112537.820000', '112537.823000', '112537.825000', '112537.828000', '112537.831000', '112537.833000', '112537.836000', '112537.839000', '112537.841000', '112537.844000', '112537.848000', '112537.851000', '112537.854000', '112537.856000', '112537.859000', '112537.862000', '112537.864000', '112557.745000', '112557.747000', '112557.750000', '112557.755000', '112557.757000', '112557.760000', '112557.762000', '112557.765000', '112557.768000', '112557.770000', '112557.773000', '112557.776000', '112557.778000', '112557.781000', '112557.790000', '112557.793000', '112557.796000', '112557.798000', '112557.801000', '112557.804000', '112557.806000', '112557.809000', '112557.812000', '112557.814000', '112557.817000', '112557.819000', '112557.822000', '112557.825000', '112557.827000', '112557.830000', '112557.833000', '112557.835000', '112557.838000', '112557.840000', '112557.843000', '112557.846000', '112557.848000', '112557.851000', '112557.854000', '112557.856000', '112557.859000', '112557.861000', '112557.864000', '112557.867000', '112617.744000', '112617.747000', '112617.749000', '112617.752000', '112617.754000', '112617.757000', '112617.760000', '112617.763000', '112617.765000', '112617.768000', '112617.771000', '112617.773000', '112617.776000', '112617.779000', '112617.781000', '112617.784000', '112617.787000', '112617.789000', '112617.792000', '112617.795000', '112617.797000', '112617.800000', '112617.803000', '112617.805000', '112617.808000', '112617.811000', '112617.813000', '112617.816000', '112617.818000', '112617.821000', '112617.824000', '112617.826000', '112617.829000', '112617.832000', '112617.834000', '112617.837000', '112617.839000', '112617.842000', '112617.845000', '112617.847000', '112617.850000', '112617.853000', '112617.855000', '112637.745000', '112637.747000', '112637.750000', '112637.753000', '112637.756000', '112637.758000', '112637.761000', '112637.764000', '112637.766000', '112637.769000', '112637.772000', '112637.774000', '112637.777000', '112637.780000', '112637.783000', '112637.786000', '112637.789000', '112637.791000', '112637.796000', '112637.798000', '112637.801000', '112637.804000', '112637.806000', '112637.809000', '112637.812000', '112637.814000', '112637.817000', '112637.820000', '112637.822000', '112637.825000', '112637.828000', '112637.830000', '112637.833000', '112637.835000', '112637.838000', '112637.841000', '112637.843000', '112637.846000', '112637.849000', '112637.851000', '112637.854000', '112637.856000', '112637.859000', '112639.550000', '112639.554000', '112639.556000', '112639.559000', '112639.562000'], 'InstanceCreationTime': ['112017.772000', '112017.775000', '112017.778000', '112017.781000', '112017.783000', '112017.786000', '112017.788000', '112017.791000', '112017.794000', '112017.797000', '112017.805000', '112017.808000', '112017.810000', '112017.813000', '112017.816000', '112017.824000', '112017.827000', '112017.829000', '112017.832000', '112017.834000', '112017.837000', '112017.840000', '112017.842000', '112017.845000', '112017.848000', '112017.850000', '112017.853000', '112017.856000', '112017.858000', '112017.861000', '112017.864000', '112017.866000', '112017.869000', '112017.872000', '112017.874000', '112017.877000', '112017.879000', '112017.882000', '112017.884000', '112017.887000', '112017.890000', '112017.893000', '112037.745000', '112037.748000', '112037.750000', '112037.753000', '112037.756000', '112037.758000', '112037.765000', '112037.768000', '112037.771000', '112037.773000', '112037.776000', '112037.779000', '112037.781000', '112037.784000', '112037.786000', '112037.789000', '112037.792000', '112037.794000', '112037.797000', '112037.799000', '112037.802000', '112037.805000', '112037.807000', '112037.810000', '112037.813000', '112037.815000', '112037.818000', '112037.820000', '112037.823000', '112037.825000', '112037.828000', '112037.831000', '112037.834000', '112037.836000', '112037.839000', '112037.841000', '112037.844000', '112037.847000', '112037.849000', '112037.852000', '112037.854000', '112037.857000', '112037.860000', '112057.744000', '112057.747000', '112057.750000', '112057.752000', '112057.755000', '112057.758000', '112057.760000', '112057.763000', '112057.766000', '112057.768000', '112057.771000', '112057.774000', '112057.776000', '112057.779000', '112057.782000', '112057.784000', '112057.787000', '112057.790000', '112057.792000', '112057.795000', '112057.797000', '112057.800000', '112057.803000', '112057.805000', '112057.808000', '112057.811000', '112057.813000', '112057.816000', '112057.819000', '112057.821000', '112057.824000', '112057.826000', '112057.829000', '112057.832000', '112057.834000', '112057.837000', '112057.839000', '112057.842000', '112057.844000', '112057.847000', '112057.850000', '112057.852000', '112057.855000', '112057.857000', '112117.744000', '112117.747000', '112117.750000', '112117.752000', '112117.755000', '112117.758000', '112117.760000', '112117.763000', '112117.766000', '112117.768000', '112117.771000', '112117.774000', '112117.776000', '112117.779000', '112117.782000', '112117.784000', '112117.787000', '112117.789000', '112117.792000', '112117.795000', '112117.797000', '112117.800000', '112117.803000', '112117.805000', '112117.808000', '112117.810000', '112117.840000', '112117.842000', '112117.845000', '112117.848000', '112117.850000', '112117.853000', '112117.856000', '112117.858000', '112117.861000', '112117.863000', '112117.866000', '112117.869000', '112117.871000', '112117.874000', '112117.877000', '112117.879000', '112117.882000', '112137.744000', '112137.747000', '112137.749000', '112137.752000', '112137.755000', '112137.758000', '112137.761000', '112137.765000', '112137.767000', '112137.770000', '112137.773000', '112137.776000', '112137.778000', '112137.781000', '112137.784000', '112137.786000', '112137.790000', '112137.793000', '112137.795000', '112137.798000', '112137.801000', '112137.804000', '112137.806000', '112137.809000', '112137.812000', '112137.814000', '112137.817000', '112137.820000', '112137.823000', '112137.825000', '112137.828000', '112137.831000', '112137.833000', '112137.836000', '112137.838000', '112137.841000', '112137.844000', '112137.847000', '112137.849000', '112137.852000', '112137.855000', '112137.860000', '112137.862000', '112157.745000', '112157.748000', '112157.751000', '112157.754000', '112157.756000', '112157.760000', '112157.763000', '112157.765000', '112157.768000', '112157.771000', '112157.773000', '112157.776000', '112157.779000', '112157.781000', '112157.784000', '112157.787000', '112157.789000', '112157.792000', '112157.794000', '112157.797000', '112157.800000', '112157.802000', '112157.805000', '112157.808000', '112157.810000', '112157.813000', '112157.816000', '112157.818000', '112157.821000', '112157.823000', '112157.826000', '112157.829000', '112157.831000', '112157.834000', '112157.837000', '112157.839000', '112157.842000', '112157.844000', '112157.847000', '112157.850000', '112157.852000', '112157.855000', '112157.863000', '112157.865000', '112217.744000', '112217.747000', '112217.750000', '112217.753000', '112217.755000', '112217.758000', '112217.760000', '112217.763000', '112217.771000', '112217.773000', '112217.776000', '112217.779000', '112217.781000', '112217.784000', '112217.787000', '112217.790000', '112217.792000', '112217.795000', '112217.798000', '112217.801000', '112217.804000', '112217.807000', '112217.811000', '112217.813000', '112217.816000', '112217.819000', '112217.822000', '112217.824000', '112217.827000', '112217.829000', '112217.832000', '112217.835000', '112217.837000', '112217.840000', '112217.842000', '112217.845000', '112217.848000', '112217.850000', '112217.853000', '112217.856000', '112217.858000', '112217.861000', '112217.864000', '112237.744000', '112237.747000', '112237.750000', '112237.752000', '112237.755000', '112237.758000', '112237.760000', '112237.763000', '112237.766000', '112237.768000', '112237.771000', '112237.774000', '112237.776000', '112237.779000', '112237.782000', '112237.784000', '112237.787000', '112237.790000', '112237.792000', '112237.795000', '112237.798000', '112237.800000', '112237.803000', '112237.805000', '112237.808000', '112237.811000', '112237.813000', '112237.816000', '112237.819000', '112237.821000', '112237.824000', '112237.827000', '112237.829000', '112237.841000', '112237.844000', '112237.847000', '112237.849000', '112237.852000', '112237.855000', '112237.857000', '112237.860000', '112237.863000', '112237.865000', '112237.868000', '112257.745000', '112257.747000', '112257.750000', '112257.753000', '112257.756000', '112257.758000', '112257.761000', '112257.764000', '112257.766000', '112257.769000', '112257.772000', '112257.774000', '112257.777000', '112257.779000', '112257.782000', '112257.785000', '112257.787000', '112257.790000', '112257.793000', '112257.796000', '112257.799000', '112257.802000', '112257.850000', '112257.853000', '112257.855000', '112257.858000', '112257.861000', '112257.863000', '112257.866000', '112257.869000', '112257.871000', '112257.874000', '112257.876000', '112257.879000', '112257.882000', '112257.884000', '112257.887000', '112257.890000', '112257.892000', '112257.895000', '112257.898000', '112257.900000', '112257.903000', '112317.744000', '112317.747000', '112317.750000', '112317.753000', '112317.756000', '112317.758000', '112317.761000', '112317.764000', '112317.766000', '112317.769000', '112317.771000', '112317.774000', '112317.777000', '112317.779000', '112317.782000', '112317.785000', '112317.787000', '112317.790000', '112317.793000', '112317.796000', '112317.798000', '112317.801000', '112317.804000', '112317.806000', '112317.809000', '112317.812000', '112317.814000', '112317.817000', '112317.820000', '112317.822000', '112317.825000', '112317.828000', '112317.830000', '112317.833000', '112317.835000', '112317.838000', '112317.841000', '112317.843000', '112317.846000', '112317.849000', '112317.851000', '112317.854000', '112317.857000', '112317.863000', '112337.745000', '112337.748000', '112337.750000', '112337.753000', '112337.758000', '112337.760000', '112337.763000', '112337.766000', '112337.768000', '112337.771000', '112337.774000', '112337.776000', '112337.779000', '112337.782000', '112337.784000', '112337.787000', '112337.790000', '112337.792000', '112337.795000', '112337.797000', '112337.800000', '112337.803000', '112337.805000', '112337.808000', '112337.811000', '112337.813000', '112337.816000', '112337.819000', '112337.822000', '112337.824000', '112337.827000', '112337.830000', '112337.832000', '112337.835000', '112337.837000', '112337.840000', '112337.843000', '112337.845000', '112337.848000', '112337.851000', '112337.853000', '112337.856000', '112337.859000', '112357.744000', '112357.747000', '112357.750000', '112357.753000', '112357.755000', '112357.758000', '112357.761000', '112357.763000', '112357.766000', '112357.768000', '112357.771000', '112357.774000', '112357.776000', '112357.779000', '112357.782000', '112357.784000', '112357.787000', '112357.790000', '112357.792000', '112357.795000', '112357.798000', '112357.800000', '112357.803000', '112357.806000', '112357.808000', '112357.811000', '112357.814000', '112357.816000', '112357.819000', '112357.822000', '112357.824000', '112357.827000', '112357.830000', '112357.832000', '112357.835000', '112357.838000', '112357.840000', '112357.843000', '112357.846000', '112357.848000', '112357.851000', '112357.853000', '112357.856000', '112357.859000', '112417.744000', '112417.747000', '112417.750000', '112417.753000', '112417.755000', '112417.758000', '112417.761000', '112417.763000', '112417.766000', '112417.769000', '112417.771000', '112417.774000', '112417.777000', '112417.779000', '112417.782000', '112417.784000', '112417.787000', '112417.790000', '112417.793000', '112417.795000', '112417.798000', '112417.801000', '112417.803000', '112417.806000', '112417.809000', '112417.811000', '112417.814000', '112417.817000', '112417.819000', '112417.822000', '112417.824000', '112417.828000', '112417.831000', '112417.834000', '112417.836000', '112417.840000', '112417.842000', '112417.845000', '112417.848000', '112417.850000', '112417.853000', '112417.856000', '112417.858000', '112437.744000', '112437.748000', '112437.751000', '112437.753000', '112437.756000', '112437.759000', '112437.761000', '112437.764000', '112437.766000', '112437.769000', '112437.772000', '112437.774000', '112437.777000', '112437.780000', '112437.782000', '112437.785000', '112437.788000', '112437.790000', '112437.793000', '112437.796000', '112437.799000', '112437.801000', '112437.804000', '112437.807000', '112437.809000', '112437.812000', '112437.815000', '112437.817000', '112437.820000', '112437.823000', '112437.825000', '112437.828000', '112437.830000', '112437.833000', '112437.836000', '112437.838000', '112437.841000', '112437.844000', '112437.846000', '112437.849000', '112437.852000', '112437.854000', '112437.857000', '112437.860000', '112457.744000', '112457.747000', '112457.750000', '112457.753000', '112457.756000', '112457.758000', '112457.761000', '112457.764000', '112457.766000', '112457.769000', '112457.771000', '112457.774000', '112457.784000', '112457.787000', '112457.789000', '112457.792000', '112457.795000', '112457.797000', '112457.800000', '112457.803000', '112457.806000', '112457.809000', '112457.811000', '112457.814000', '112457.816000', '112457.819000', '112457.822000', '112457.824000', '112457.827000', '112457.830000', '112457.832000', '112457.835000', '112457.838000', '112457.840000', '112457.843000', '112457.846000', '112457.848000', '112457.851000', '112457.853000', '112457.856000', '112457.859000', '112457.861000', '112457.864000', '112517.745000', '112517.747000', '112517.750000', '112517.753000', '112517.755000', '112517.758000', '112517.761000', '112517.763000', '112517.766000', '112517.768000', '112517.771000', '112517.774000', '112517.776000', '112517.779000', '112517.781000', '112517.784000', '112517.787000', '112517.790000', '112517.792000', '112517.795000', '112517.798000', '112517.800000', '112517.803000', '112517.805000', '112517.808000', '112517.811000', '112517.813000', '112517.816000', '112517.819000', '112517.821000', '112517.824000', '112517.827000', '112517.829000', '112517.832000', '112517.835000', '112517.837000', '112517.840000', '112517.842000', '112517.845000', '112517.848000', '112517.850000', '112517.853000', '112517.856000', '112517.858000', '112537.745000', '112537.747000', '112537.750000', '112537.753000', '112537.756000', '112537.758000', '112537.761000', '112537.763000', '112537.766000', '112537.769000', '112537.771000', '112537.774000', '112537.776000', '112537.779000', '112537.782000', '112537.784000', '112537.787000', '112537.790000', '112537.799000', '112537.802000', '112537.804000', '112537.807000', '112537.810000', '112537.812000', '112537.815000', '112537.818000', '112537.820000', '112537.823000', '112537.825000', '112537.828000', '112537.831000', '112537.833000', '112537.836000', '112537.839000', '112537.841000', '112537.844000', '112537.848000', '112537.851000', '112537.854000', '112537.856000', '112537.859000', '112537.862000', '112537.864000', '112557.745000', '112557.747000', '112557.750000', '112557.755000', '112557.757000', '112557.760000', '112557.762000', '112557.765000', '112557.768000', '112557.770000', '112557.773000', '112557.776000', '112557.778000', '112557.781000', '112557.790000', '112557.793000', '112557.796000', '112557.798000', '112557.801000', '112557.804000', '112557.806000', '112557.809000', '112557.812000', '112557.814000', '112557.817000', '112557.819000', '112557.822000', '112557.825000', '112557.827000', '112557.830000', '112557.833000', '112557.835000', '112557.838000', '112557.840000', '112557.843000', '112557.846000', '112557.848000', '112557.851000', '112557.854000', '112557.856000', '112557.859000', '112557.861000', '112557.864000', '112557.867000', '112617.744000', '112617.747000', '112617.749000', '112617.752000', '112617.754000', '112617.757000', '112617.760000', '112617.763000', '112617.765000', '112617.768000', '112617.771000', '112617.773000', '112617.776000', '112617.779000', '112617.781000', '112617.784000', '112617.787000', '112617.789000', '112617.792000', '112617.795000', '112617.797000', '112617.800000', '112617.803000', '112617.805000', '112617.808000', '112617.811000', '112617.813000', '112617.816000', '112617.818000', '112617.821000', '112617.824000', '112617.826000', '112617.829000', '112617.832000', '112617.834000', '112617.837000', '112617.839000', '112617.842000', '112617.845000', '112617.847000', '112617.850000', '112617.853000', '112617.855000', '112637.745000', '112637.747000', '112637.750000', '112637.753000', '112637.756000', '112637.758000', '112637.761000', '112637.764000', '112637.766000', '112637.769000', '112637.772000', '112637.774000', '112637.777000', '112637.780000', '112637.783000', '112637.786000', '112637.789000', '112637.791000', '112637.796000', '112637.798000', '112637.801000', '112637.804000', '112637.806000', '112637.809000', '112637.812000', '112637.814000', '112637.817000', '112637.820000', '112637.822000', '112637.825000', '112637.828000', '112637.830000', '112637.833000', '112637.835000', '112637.838000', '112637.841000', '112637.843000', '112637.846000', '112637.849000', '112637.851000', '112637.854000', '112637.856000', '112637.859000', '112639.550000', '112639.554000', '112639.556000', '112639.559000', '112639.562000'], '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': [13261, 10916, 12920, 10587, 12820, 10613, 12375, 10313, 12310, 10529, 12176, 10565, 12479, 10485, 12010, 10834, 12433, 9679, 11538, 9672, 11814, 10618, 11463, 9603, 11445, 13144, 11257, 13190, 10859, 14418, 11331, 12744, 10908, 12205, 11263, 11372, 11562, 9574, 11673, 9684, 11803, 10575, 12818, 10704, 13935, 11039, 14538, 10234, 15244, 11301, 11801, 10927, 9728, 11173, 11116, 13868, 11110, 14562, 11052, 10427, 11234, 10457, 12360, 11176, 14574, 10972, 14538, 10861, 13632, 10678, 10191, 11036, 9723, 11063, 9236, 11216, 10903, 12970, 10999, 12303, 11296, 10181, 11755, 11408, 15056, 11461, 15374, 11077, 15901, 11336, 14506, 11563, 14576, 11204, 14386, 11195, 14057, 11438, 14934, 11395, 14369, 11713, 14415, 11349, 13953, 11096, 13273, 11059, 14070, 11336, 14058, 11245, 12491, 11064, 11708, 11670, 10417, 11217, 10770, 11954, 14381, 11348, 16947, 11660, 15603, 11722, 14877, 11323, 14409, 9818, 11125, 17112, 11224, 14642, 10624, 11151, 10682, 11116, 15037, 11352, 13190, 11204, 12504, 10873, 12428, 10504, 11887, 9986, 11271, 9276, 11544, 9681, 11216, 13416, 11278, 15793, 11143, 14093, 10937, 13207, 9101, 11201, 10543, 11044, 15030, 10812, 12978, 9734, 12127, 8676, 11211, 13902, 10717, 13812, 10185, 12159, 9160, 11416, 12908, 11309, 15343, 10569, 13196, 9705, 11101, 9089, 10937, 15528, 10987, 13993, 10575, 13475, 10507, 12837, 9310, 10940, 9872, 10933, 15543, 11463, 16343, 11067, 14685, 11284, 13878, 10431, 13609, 9724, 11290, 10442, 11241, 17466, 11161, 14955, 11121, 14243, 11252, 13899, 9997, 10974, 11060, 11441, 15972, 11108, 12882, 10377, 11248, 11166, 11321, 14254, 11060, 12899, 10532, 11408, 9382, 11094, 11940, 11223, 14154, 10740, 13513, 10603, 12185, 9186, 11215, 10297, 10864, 15371, 11446, 15414, 10915, 14152, 10810, 13002, 9459, 11494, 16842, 11065, 15021, 10988, 14101, 10253, 11917, 15496, 11080, 15899, 11554, 13697, 10087, 11360, 13642, 11250, 14488, 11018, 11834, 13214, 11114, 14265, 10834, 11300, 15648, 11059, 13273, 9504, 11088, 14581, 10811, 12761, 9214, 11202, 14828, 10834, 12717, 9962, 11307, 14914, 11009, 13393, 9823, 11422, 13691, 11499, 13423, 10304, 11100, 11078, 11377, 15261, 11212, 13176, 9574, 11445, 16928, 10837, 14541, 9884, 11264, 17059, 11125, 14703, 11172, 12426, 14269, 11203, 15116, 11332, 12981, 9901, 11295, 16002, 11153, 14027, 10332, 11216, 15006, 11276, 14120, 10386, 11355, 10161, 11380, 14824, 11044, 11378, 9956, 11305, 14827, 10896, 11618, 8840, 11298, 14906, 10525, 11544, 9113, 11607, 13962, 10506, 11724, 8872, 11604, 14649, 10684, 12808, 8937, 10964, 13930, 11306, 14027, 10431, 11610, 14437, 11375, 14863, 10355, 11363, 11765, 11170, 16647, 10995, 13216, 10245, 11450, 16853, 11029, 13486, 14346, 11486, 15131, 10794, 11298, 16975, 11170, 14351, 13441, 11285, 14329, 9726, 11151, 15550, 11398, 11496, 16772, 11166, 12040, 14900, 11335, 13847, 10543, 11350, 13075, 9936, 11568, 12833, 10056, 11302, 14144, 11366, 12455, 9682, 11328, 14345, 11471, 12610, 10529, 11292, 15265, 11716, 13201, 9909, 11480, 16048, 10882, 11095, 15714, 11072, 11388, 11532, 11348, 12604, 9725, 11340, 8465, 11180, 13746, 9878, 11256, 11124, 11176, 14503, 9629, 11340, 16111, 10464, 12791, 16637, 10723, 14032, 11180, 11390, 12776, 10521, 12164, 8650, 11342, 14143, 10427, 13043, 9871, 11365, 16164, 10710, 13577, 16852, 11102, 14993, 10296, 11098, 16578, 10988, 13029, 16034, 11103, 14096, 9561, 11069, 14450, 10618, 12132, 9550, 11028, 14266, 10790, 11728, 8859, 10847, 14559, 10708, 11992, 16777, 10765, 13261, 14532, 11004, 13866, 13363, 10723, 12798, 8709, 10947, 12009, 10082, 10971, 13138, 10357, 12578, 9101, 11430, 14420, 10045, 12411, 8787, 10660, 13992, 9420, 11273, 15564, 10413, 13572, 8666, 11029, 15238, 10043, 13451, 12684, 11052, 15208, 10724, 11293, 16231, 10486, 13538, 14756, 10939, 13768, 10182, 10966, 16807, 11019, 14201, 9057, 11171, 15432, 9878, 10964, 15409, 10993, 11330, 16525, 10254, 10892, 15341, 10917, 10705, 14403, 10753, 12240, 9194, 11193, 13604, 10074, 11204, 12397, 11254, 12216, 8855, 11264, 14036, 9874, 11515, 16048, 10791, 12652, 9706, 11263, 14881, 9668, 11308, 15932, 10580, 13621, 9409, 11195, 15114, 10652, 12852, 17190, 11183, 15221, 14287, 11175, 14186, 17436, 11126, 13541, 15873, 11263, 13194, 14882, 11242, 13003, 15139, 10839, 11248, 14685, 11260, 11212, 14290, 10399, 11421, 13522, 10889, 11192, 14368, 11523, 11223, 14498, 11458, 11008, 14897, 11219, 11553, 15064, 11201, 11440, 14776, 10996, 11481, 13599, 10911, 10972, 9180, 11559, 13314, 14891, 11481, 12438, 13326, 11006, 12021, 13225, 11150, 12258, 15400, 11042, 12067, 8702, 11017, 14623, 8782, 11512, 15015, 11294, 11251, 13021, 9522, 11418, 14210, 9638, 11443, 14381, 10320, 11152, 16683, 10820, 11303, 15593, 10998, 13984, 13625, 11683, 13424, 9550, 11269, 16105, 11358, 11533, 13107, 11311, 14597, 9931, 11362, 16204, 10992, 11340, 14874, 10719, 11313, 15457, 11665, 11847, 15126, 10945, 12410, 11471, 11427, 12831, 14622, 11421, 12597, 10060, 11409, 12962, 9641, 11664, 14481, 9209, 11611, 14019, 10956, 11411, 13738, 11331, 12602, 8999, 11570, 15408, 10684, 11091, 16051, 11046, 13516, 9923, 11527, 14586, 9908, 11435, 15468, 10875, 11585, 16716, 11867, 11256, 14947, 9646, 11518, 14033, 10253, 11413, 13548, 11454, 11789, 12184, 10531, 11701, 12605, 10486, 11636, 12424, 10491, 11717, 13189, 10093, 11406, 14066, 9683, 11489, 14734, 10430, 11852, 12581, 11183, 11813, 12771, 9336, 11715, 13299, 9655, 11653, 14259, 9456, 11586, 13537, 9860, 11382, 14865, 9553, 11335, 13780, 11687, 11360, 12639, 9164, 11440, 12774, 9064, 11583, 12553, 9779, 11415, 11951, 9382, 11360, 14976, 10686, 11427, 16064, 11023, 13469, 16003, 11237, 13833, 16561, 11481, 13081, 15447, 11701, 12851, 14069, 11900, 14159, 16649, 11536, 12906, 15850, 11591, 11518, 15137, 11779, 11324, 15268, 11311, 12207, 13838, 11463, 12555, 9990, 11841, 13947, 11277, 11608, 13291, 16766, 11544, 10945, 16051, 11385, 11466, 15325, 10525, 11579, 13357, 10398, 11851, 12492, 9447, 11595, 12685, 9714, 11955, 11958, 12547, 11656, 11168, 9023, 11535, 12030, 9802, 11652, 12135, 9210, 11762], 'WindowCenter': [4790.0, 4762.0, 4760.0, 4739.0, 4744.0, 4734.0, 4743.0, 4723.0, 4733.0, 4723.0, 4732.0, 4722.0, 4731.0, 4721.0, 4730.0, 4720.0, 4731.0, 4709.0, 4720.0, 4707.0, 4718.0, 4708.0, 4718.0, 4698.0, 4717.0, 4726.0, 4720.0, 4726.0, 4709.0, 4737.0, 4719.0, 4727.0, 4719.0, 4716.0, 4719.0, 4730.0, 4731.0, 4709.0, 4731.0, 4711.0, 4729.0, 4719.0, 4740.0, 4720.0, 4741.0, 4734.0, 4751.0, 4737.0, 4751.0, 4733.0, 4729.0, 4718.0, 4695.0, 4716.0, 4718.0, 4728.0, 4719.0, 4735.0, 4717.0, 4705.0, 4715.0, 4707.0, 4714.0, 4716.0, 4735.0, 4718.0, 4724.0, 4717.0, 4726.0, 4707.0, 4706.0, 4717.0, 4708.0, 4730.0, 4697.0, 4718.0, 4719.0, 4737.0, 4733.0, 4742.0, 4730.0, 4722.0, 4741.0, 4745.0, 4764.0, 4745.0, 4751.0, 4734.0, 4753.0, 4721.0, 4738.0, 4721.0, 4740.0, 4731.0, 4739.0, 4721.0, 4737.0, 4719.0, 4739.0, 4718.0, 4736.0, 4717.0, 4737.0, 4718.0, 4738.0, 4719.0, 4727.0, 4719.0, 4736.0, 4721.0, 4738.0, 4719.0, 4728.0, 4730.0, 4729.0, 4732.0, 4722.0, 4731.0, 4720.0, 4730.0, 4736.0, 4719.0, 4747.0, 4717.0, 4737.0, 4717.0, 4738.0, 4704.0, 4727.0, 4692.0, 4704.0, 4734.0, 4701.0, 4722.0, 4690.0, 4703.0, 4692.0, 4705.0, 4721.0, 4705.0, 4723.0, 4717.0, 4725.0, 4717.0, 4728.0, 4718.0, 4731.0, 4720.0, 4732.0, 4711.0, 4733.0, 4711.0, 4730.0, 4740.0, 4730.0, 4751.0, 4732.0, 4740.0, 4719.0, 4738.0, 4709.0, 4733.0, 4719.0, 4731.0, 4749.0, 4730.0, 4738.0, 4719.0, 4739.0, 4711.0, 4732.0, 4751.0, 4731.0, 4752.0, 4732.0, 4741.0, 4723.0, 4743.0, 4742.0, 4733.0, 4753.0, 4722.0, 4741.0, 4710.0, 4732.0, 4710.0, 4734.0, 4761.0, 4735.0, 4753.0, 4735.0, 4753.0, 4734.0, 4744.0, 4721.0, 4733.0, 4723.0, 4733.0, 4761.0, 4734.0, 4762.0, 4732.0, 4749.0, 4730.0, 4742.0, 4719.0, 4740.0, 4707.0, 4719.0, 4707.0, 4720.0, 4756.0, 4719.0, 4735.0, 4717.0, 4726.0, 4706.0, 4724.0, 4692.0, 4705.0, 4702.0, 4714.0, 4733.0, 4704.0, 4714.0, 4703.0, 4718.0, 4714.0, 4718.0, 4736.0, 4716.0, 4728.0, 4718.0, 4727.0, 4706.0, 4731.0, 4730.0, 4731.0, 4749.0, 4733.0, 4742.0, 4732.0, 4744.0, 4721.0, 4747.0, 4720.0, 4734.0, 4762.0, 4730.0, 4750.0, 4731.0, 4753.0, 4731.0, 4743.0, 4719.0, 4730.0, 4759.0, 4719.0, 4738.0, 4717.0, 4737.0, 4705.0, 4717.0, 4734.0, 4704.0, 4731.0, 4702.0, 4723.0, 4691.0, 4703.0, 4721.0, 4703.0, 4722.0, 4701.0, 4714.0, 4711.0, 4702.0, 4721.0, 4702.0, 4703.0, 4733.0, 4704.0, 4713.0, 4691.0, 4714.0, 4734.0, 4714.0, 4725.0, 4694.0, 4719.0, 4735.0, 4718.0, 4726.0, 4706.0, 4729.0, 4737.0, 4718.0, 4738.0, 4708.0, 4728.0, 4737.0, 4730.0, 4740.0, 4716.0, 4730.0, 4728.0, 4730.0, 4748.0, 4729.0, 4741.0, 4710.0, 4732.0, 4759.0, 4718.0, 4737.0, 4706.0, 4720.0, 4745.0, 4715.0, 4735.0, 4705.0, 4726.0, 4723.0, 4707.0, 4734.0, 4703.0, 4716.0, 4693.0, 4703.0, 4730.0, 4704.0, 4724.0, 4692.0, 4703.0, 4723.0, 4702.0, 4723.0, 4692.0, 4704.0, 4693.0, 4714.0, 4732.0, 4704.0, 4715.0, 4693.0, 4715.0, 4734.0, 4715.0, 4717.0, 4695.0, 4716.0, 4735.0, 4715.0, 4728.0, 4696.0, 4728.0, 4735.0, 4716.0, 4729.0, 4708.0, 4730.0, 4748.0, 4732.0, 4740.0, 4709.0, 4733.0, 4749.0, 4731.0, 4749.0, 4719.0, 4731.0, 4750.0, 4730.0, 4750.0, 4717.0, 4731.0, 4727.0, 4729.0, 4759.0, 4720.0, 4740.0, 4707.0, 4728.0, 4748.0, 4716.0, 4728.0, 4737.0, 4717.0, 4738.0, 4704.0, 4716.0, 4735.0, 4703.0, 4725.0, 4723.0, 4702.0, 4723.0, 4681.0, 4701.0, 4722.0, 4701.0, 4703.0, 4732.0, 4702.0, 4702.0, 4718.0, 4700.0, 4710.0, 4689.0, 4699.0, 4712.0, 4679.0, 4701.0, 4709.0, 4679.0, 4702.0, 4710.0, 4701.0, 4711.0, 4691.0, 4703.0, 4721.0, 4713.0, 4714.0, 4703.0, 4714.0, 4733.0, 4713.0, 4724.0, 4693.0, 4713.0, 4735.0, 4700.0, 4704.0, 4729.0, 4702.0, 4703.0, 4702.0, 4713.0, 4712.0, 4703.0, 4715.0, 4695.0, 4725.0, 4737.0, 4717.0, 4729.0, 4715.0, 4728.0, 4749.0, 4708.0, 4720.0, 4748.0, 4714.0, 4730.0, 4745.0, 4716.0, 4736.0, 4715.0, 4716.0, 4724.0, 4715.0, 4727.0, 4695.0, 4729.0, 4735.0, 4719.0, 4740.0, 4718.0, 4730.0, 4747.0, 4714.0, 4739.0, 4746.0, 4715.0, 4735.0, 4703.0, 4705.0, 4732.0, 4701.0, 4714.0, 4730.0, 4701.0, 4723.0, 4690.0, 4702.0, 4721.0, 4701.0, 4715.0, 4693.0, 4703.0, 4723.0, 4703.0, 4716.0, 4692.0, 4714.0, 4732.0, 4702.0, 4728.0, 4744.0, 4702.0, 4723.0, 4719.0, 4702.0, 4725.0, 4720.0, 4703.0, 4711.0, 4682.0, 4713.0, 4713.0, 4704.0, 4716.0, 4724.0, 4716.0, 4725.0, 4706.0, 4729.0, 4746.0, 4717.0, 4728.0, 4706.0, 4731.0, 4750.0, 4709.0, 4729.0, 4757.0, 4718.0, 4740.0, 4708.0, 4730.0, 4747.0, 4717.0, 4739.0, 4727.0, 4717.0, 4747.0, 4706.0, 4717.0, 4742.0, 4703.0, 4725.0, 4732.0, 4702.0, 4722.0, 4692.0, 4704.0, 4731.0, 4702.0, 4722.0, 4681.0, 4701.0, 4722.0, 4679.0, 4699.0, 4719.0, 4687.0, 4699.0, 4727.0, 4687.0, 4688.0, 4718.0, 4689.0, 4700.0, 4717.0, 4699.0, 4711.0, 4691.0, 4713.0, 4721.0, 4703.0, 4716.0, 4724.0, 4726.0, 4724.0, 4694.0, 4717.0, 4735.0, 4704.0, 4727.0, 4745.0, 4717.0, 4726.0, 4703.0, 4715.0, 4735.0, 4704.0, 4718.0, 4745.0, 4719.0, 4738.0, 4706.0, 4717.0, 4745.0, 4716.0, 4728.0, 4745.0, 4714.0, 4737.0, 4723.0, 4703.0, 4724.0, 4732.0, 4700.0, 4711.0, 4719.0, 4687.0, 4709.0, 4707.0, 4687.0, 4708.0, 4708.0, 4686.0, 4688.0, 4706.0, 4685.0, 4687.0, 4707.0, 4675.0, 4687.0, 4695.0, 4686.0, 4699.0, 4708.0, 4698.0, 4699.0, 4707.0, 4698.0, 4701.0, 4717.0, 4698.0, 4701.0, 4716.0, 4699.0, 4703.0, 4719.0, 4687.0, 4698.0, 4708.0, 4700.0, 4702.0, 4691.0, 4714.0, 4736.0, 4733.0, 4713.0, 4724.0, 4721.0, 4713.0, 4726.0, 4722.0, 4714.0, 4726.0, 4733.0, 4714.0, 4725.0, 4695.0, 4725.0, 4747.0, 4697.0, 4727.0, 4747.0, 4715.0, 4715.0, 4724.0, 4702.0, 4725.0, 4735.0, 4704.0, 4725.0, 4735.0, 4705.0, 4718.0, 4745.0, 4700.0, 4715.0, 4731.0, 4703.0, 4736.0, 4722.0, 4714.0, 4724.0, 4692.0, 4713.0, 4732.0, 4713.0, 4714.0, 4721.0, 4711.0, 4732.0, 4691.0, 4712.0, 4732.0, 4701.0, 4701.0, 4719.0, 4687.0, 4700.0, 4719.0, 4701.0, 4711.0, 4718.0, 4700.0, 4710.0, 4700.0, 4710.0, 4722.0, 4719.0, 4700.0, 4711.0, 4688.0, 4711.0, 4721.0, 4690.0, 4712.0, 4722.0, 4692.0, 4713.0, 4719.0, 4714.0, 4725.0, 4732.0, 4715.0, 4723.0, 4694.0, 4725.0, 4744.0, 4705.0, 4715.0, 4734.0, 4714.0, 4726.0, 4704.0, 4714.0, 4734.0, 4692.0, 4715.0, 4732.0, 4700.0, 4714.0, 4745.0, 4700.0, 4700.0, 4719.0, 4676.0, 4698.0, 4708.0, 4676.0, 4697.0, 4709.0, 4685.0, 4698.0, 4698.0, 4686.0, 4698.0, 4710.0, 4688.0, 4699.0, 4709.0, 4687.0, 4708.0, 4710.0, 4687.0, 4702.0, 4719.0, 4690.0, 4711.0, 4721.0, 4689.0, 4710.0, 4712.0, 4698.0, 4708.0, 4710.0, 4690.0, 4713.0, 4721.0, 4692.0, 4713.0, 4724.0, 4692.0, 4713.0, 4721.0, 4702.0, 4715.0, 4734.0, 4691.0, 4711.0, 4724.0, 4712.0, 4711.0, 4712.0, 4691.0, 4713.0, 4724.0, 4692.0, 4713.0, 4724.0, 4702.0, 4714.0, 4712.0, 4693.0, 4724.0, 4734.0, 4713.0, 4727.0, 4745.0, 4714.0, 4736.0, 4734.0, 4712.0, 4725.0, 4732.0, 4701.0, 4712.0, 4721.0, 4700.0, 4711.0, 4717.0, 4699.0, 4722.0, 4729.0, 4698.0, 4709.0, 4716.0, 4686.0, 4697.0, 4705.0, 4697.0, 4688.0, 4716.0, 4686.0, 4699.0, 4706.0, 4698.0, 4709.0, 4687.0, 4710.0, 4721.0, 4698.0, 4698.0, 4710.0, 4717.0, 4686.0, 4688.0, 4715.0, 4685.0, 4698.0, 4716.0, 4686.0, 4696.0, 4705.0, 4687.0, 4699.0, 4708.0, 4687.0, 4710.0, 4711.0, 4688.0, 4710.0, 4711.0, 4708.0, 4710.0, 4701.0, 4680.0, 4712.0, 4713.0, 4701.0, 4713.0, 4723.0, 4692.0, 4724.0], 'WindowWidth': [10455.0, 10402.0, 10392.0, 10357.0, 10358.0, 10342.0, 10352.0, 10323.0, 10336.0, 10322.0, 10334.0, 10319.0, 10331.0, 10317.0, 10330.0, 10314.0, 10332.0, 10296.0, 10313.0, 10290.0, 10309.0, 10293.0, 10307.0, 10279.0, 10306.0, 10318.0, 10312.0, 10317.0, 10296.0, 10333.0, 10310.0, 10319.0, 10309.0, 10304.0, 10313.0, 10326.0, 10328.0, 10297.0, 10329.0, 10301.0, 10327.0, 10313.0, 10341.0, 10316.0, 10346.0, 10338.0, 10362.0, 10350.0, 10360.0, 10338.0, 10325.0, 10311.0, 10272.0, 10304.0, 10306.0, 10321.0, 10309.0, 10326.0, 10306.0, 10290.0, 10304.0, 10290.0, 10299.0, 10303.0, 10328.0, 10309.0, 10312.0, 10306.0, 10315.0, 10292.0, 10289.0, 10307.0, 10295.0, 10328.0, 10277.0, 10308.0, 10313.0, 10335.0, 10335.0, 10345.0, 10332.0, 10318.0, 10347.0, 10357.0, 10382.0, 10356.0, 10362.0, 10340.0, 10366.0, 10318.0, 10339.0, 10316.0, 10341.0, 10332.0, 10338.0, 10318.0, 10334.0, 10314.0, 10338.0, 10310.0, 10331.0, 10306.0, 10332.0, 10308.0, 10337.0, 10312.0, 10320.0, 10312.0, 10333.0, 10318.0, 10336.0, 10313.0, 10322.0, 10327.0, 10327.0, 10335.0, 10318.0, 10332.0, 10313.0, 10329.0, 10333.0, 10313.0, 10347.0, 10306.0, 10335.0, 10305.0, 10337.0, 10284.0, 10318.0, 10262.0, 10282.0, 10324.0, 10274.0, 10306.0, 10256.0, 10280.0, 10263.0, 10285.0, 10304.0, 10285.0, 10309.0, 10304.0, 10315.0, 10307.0, 10322.0, 10309.0, 10334.0, 10316.0, 10336.0, 10304.0, 10337.0, 10303.0, 10331.0, 10343.0, 10329.0, 10360.0, 10333.0, 10344.0, 10313.0, 10342.0, 10300.0, 10337.0, 10312.0, 10330.0, 10355.0, 10330.0, 10340.0, 10314.0, 10344.0, 10305.0, 10336.0, 10360.0, 10333.0, 10362.0, 10337.0, 10351.0, 10322.0, 10354.0, 10347.0, 10336.0, 10364.0, 10321.0, 10349.0, 10302.0, 10336.0, 10303.0, 10339.0, 10375.0, 10342.0, 10366.0, 10345.0, 10367.0, 10340.0, 10355.0, 10320.0, 10341.0, 10323.0, 10338.0, 10374.0, 10339.0, 10378.0, 10334.0, 10358.0, 10329.0, 10348.0, 10311.0, 10345.0, 10293.0, 10312.0, 10293.0, 10312.0, 10362.0, 10310.0, 10330.0, 10305.0, 10318.0, 10288.0, 10316.0, 10265.0, 10286.0, 10279.0, 10299.0, 10326.0, 10284.0, 10297.0, 10281.0, 10311.0, 10298.0, 10309.0, 10330.0, 10305.0, 10324.0, 10309.0, 10322.0, 10293.0, 10332.0, 10330.0, 10333.0, 10355.0, 10337.0, 10350.0, 10336.0, 10357.0, 10324.0, 10365.0, 10317.0, 10340.0, 10376.0, 10332.0, 10360.0, 10333.0, 10365.0, 10333.0, 10352.0, 10314.0, 10331.0, 10370.0, 10314.0, 10339.0, 10306.0, 10337.0, 10286.0, 10307.0, 10326.0, 10283.0, 10319.0, 10277.0, 10311.0, 10262.0, 10281.0, 10302.0, 10280.0, 10306.0, 10275.0, 10300.0, 10290.0, 10280.0, 10304.0, 10278.0, 10283.0, 10321.0, 10283.0, 10297.0, 10262.0, 10299.0, 10327.0, 10300.0, 10318.0, 10272.0, 10312.0, 10331.0, 10311.0, 10322.0, 10291.0, 10327.0, 10336.0, 10311.0, 10338.0, 10297.0, 10326.0, 10335.0, 10331.0, 10345.0, 10306.0, 10331.0, 10323.0, 10330.0, 10354.0, 10327.0, 10347.0, 10300.0, 10333.0, 10370.0, 10311.0, 10338.0, 10290.0, 10314.0, 10346.0, 10303.0, 10332.0, 10287.0, 10321.0, 10311.0, 10291.0, 10325.0, 10280.0, 10303.0, 10268.0, 10283.0, 10318.0, 10282.0, 10313.0, 10265.0, 10282.0, 10307.0, 10279.0, 10309.0, 10266.0, 10284.0, 10266.0, 10298.0, 10321.0, 10284.0, 10302.0, 10268.0, 10301.0, 10326.0, 10302.0, 10309.0, 10272.0, 10306.0, 10331.0, 10303.0, 10326.0, 10277.0, 10322.0, 10332.0, 10308.0, 10330.0, 10298.0, 10330.0, 10353.0, 10336.0, 10345.0, 10301.0, 10337.0, 10356.0, 10333.0, 10357.0, 10314.0, 10335.0, 10356.0, 10330.0, 10359.0, 10309.0, 10332.0, 10321.0, 10326.0, 10371.0, 10314.0, 10344.0, 10295.0, 10323.0, 10353.0, 10303.0, 10327.0, 10334.0, 10306.0, 10339.0, 10285.0, 10304.0, 10332.0, 10281.0, 10315.0, 10306.0, 10278.0, 10311.0, 10247.0, 10278.0, 10305.0, 10274.0, 10283.0, 10322.0, 10276.0, 10280.0, 10294.0, 10272.0, 10290.0, 10256.0, 10271.0, 10291.0, 10241.0, 10275.0, 10285.0, 10242.0, 10279.0, 10287.0, 10278.0, 10293.0, 10263.0, 10285.0, 10308.0, 10298.0, 10301.0, 10284.0, 10302.0, 10325.0, 10298.0, 10316.0, 10269.0, 10299.0, 10334.0, 10276.0, 10284.0, 10315.0, 10278.0, 10283.0, 10278.0, 10297.0, 10295.0, 10285.0, 10304.0, 10275.0, 10320.0, 10336.0, 10308.0, 10328.0, 10304.0, 10326.0, 10358.0, 10297.0, 10315.0, 10352.0, 10302.0, 10330.0, 10344.0, 10305.0, 10335.0, 10302.0, 10305.0, 10313.0, 10303.0, 10324.0, 10279.0, 10329.0, 10334.0, 10315.0, 10348.0, 10312.0, 10329.0, 10351.0, 10303.0, 10344.0, 10350.0, 10302.0, 10332.0, 10282.0, 10288.0, 10325.0, 10276.0, 10300.0, 10317.0, 10276.0, 10311.0, 10260.0, 10280.0, 10304.0, 10278.0, 10301.0, 10267.0, 10283.0, 10311.0, 10283.0, 10305.0, 10268.0, 10301.0, 10323.0, 10283.0, 10325.0, 10346.0, 10280.0, 10312.0, 10300.0, 10280.0, 10319.0, 10300.0, 10282.0, 10293.0, 10253.0, 10297.0, 10297.0, 10287.0, 10309.0, 10316.0, 10307.0, 10318.0, 10293.0, 10330.0, 10351.0, 10312.0, 10327.0, 10294.0, 10333.0, 10357.0, 10299.0, 10330.0, 10368.0, 10312.0, 10345.0, 10299.0, 10331.0, 10354.0, 10310.0, 10344.0, 10322.0, 10308.0, 10355.0, 10289.0, 10306.0, 10340.0, 10283.0, 10317.0, 10320.0, 10281.0, 10310.0, 10265.0, 10286.0, 10322.0, 10280.0, 10310.0, 10248.0, 10277.0, 10309.0, 10244.0, 10273.0, 10299.0, 10252.0, 10273.0, 10310.0, 10253.0, 10257.0, 10296.0, 10258.0, 10277.0, 10294.0, 10273.0, 10293.0, 10264.0, 10297.0, 10306.0, 10287.0, 10307.0, 10315.0, 10322.0, 10317.0, 10275.0, 10309.0, 10332.0, 10290.0, 10325.0, 10346.0, 10307.0, 10321.0, 10285.0, 10305.0, 10334.0, 10288.0, 10313.0, 10345.0, 10313.0, 10340.0, 10292.0, 10310.0, 10348.0, 10307.0, 10327.0, 10348.0, 10300.0, 10337.0, 10311.0, 10283.0, 10318.0, 10328.0, 10273.0, 10292.0, 10298.0, 10252.0, 10286.0, 10280.0, 10253.0, 10283.0, 10283.0, 10249.0, 10255.0, 10278.0, 10246.0, 10253.0, 10279.0, 10233.0, 10253.0, 10262.0, 10248.0, 10273.0, 10282.0, 10268.0, 10272.0, 10280.0, 10268.0, 10279.0, 10297.0, 10270.0, 10278.0, 10294.0, 10271.0, 10284.0, 10301.0, 10254.0, 10273.0, 10283.0, 10276.0, 10282.0, 10265.0, 10302.0, 10336.0, 10326.0, 10298.0, 10315.0, 10307.0, 10300.0, 10321.0, 10310.0, 10302.0, 10323.0, 10327.0, 10303.0, 10318.0, 10276.0, 10321.0, 10352.0, 10282.0, 10324.0, 10355.0, 10302.0, 10304.0, 10316.0, 10283.0, 10317.0, 10335.0, 10287.0, 10319.0, 10332.0, 10290.0, 10313.0, 10348.0, 10281.0, 10303.0, 10322.0, 10285.0, 10334.0, 10309.0, 10301.0, 10318.0, 10269.0, 10299.0, 10324.0, 10297.0, 10301.0, 10306.0, 10294.0, 10327.0, 10266.0, 10296.0, 10328.0, 10278.0, 10278.0, 10301.0, 10254.0, 10278.0, 10301.0, 10277.0, 10294.0, 10298.0, 10275.0, 10293.0, 10275.0, 10291.0, 10310.0, 10302.0, 10276.0, 10292.0, 10258.0, 10292.0, 10306.0, 10263.0, 10297.0, 10311.0, 10268.0, 10298.0, 10303.0, 10300.0, 10320.0, 10326.0, 10304.0, 10316.0, 10273.0, 10319.0, 10345.0, 10288.0, 10306.0, 10329.0, 10301.0, 10320.0, 10286.0, 10301.0, 10333.0, 10269.0, 10303.0, 10324.0, 10277.0, 10302.0, 10352.0, 10275.0, 10274.0, 10300.0, 10237.0, 10268.0, 10285.0, 10235.0, 10267.0, 10287.0, 10248.0, 10269.0, 10269.0, 10248.0, 10271.0, 10290.0, 10254.0, 10273.0, 10287.0, 10253.0, 10286.0, 10292.0, 10254.0, 10280.0, 10303.0, 10261.0, 10292.0, 10310.0, 10259.0, 10289.0, 10296.0, 10271.0, 10287.0, 10291.0, 10263.0, 10298.0, 10309.0, 10267.0, 10299.0, 10315.0, 10268.0, 10299.0, 10308.0, 10283.0, 10305.0, 10333.0, 10267.0, 10296.0, 10318.0, 10293.0, 10294.0, 10296.0, 10263.0, 10298.0, 10316.0, 10269.0, 10299.0, 10318.0, 10282.0, 10301.0, 10298.0, 10272.0, 10319.0, 10330.0, 10301.0, 10326.0, 10348.0, 10304.0, 10335.0, 10331.0, 10296.0, 10319.0, 10326.0, 10278.0, 10297.0, 10307.0, 10276.0, 10293.0, 10296.0, 10274.0, 10311.0, 10317.0, 10269.0, 10288.0, 10293.0, 10250.0, 10268.0, 10277.0, 10265.0, 10257.0, 10291.0, 10251.0, 10273.0, 10279.0, 10271.0, 10287.0, 10254.0, 10290.0, 10309.0, 10269.0, 10271.0, 10290.0, 10301.0, 10249.0, 10255.0, 10289.0, 10248.0, 10270.0, 10295.0, 10249.0, 10265.0, 10277.0, 10251.0, 10271.0, 10284.0, 10254.0, 10292.0, 10293.0, 10257.0, 10291.0, 10295.0, 10285.0, 10289.0, 10282.0, 10248.0, 10298.0, 10301.0, 10280.0, 10299.0, 10315.0, 10269.0, 10317.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.0009873878020713463</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01788827997698504</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.973715078997735</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2835471089861752</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0064311013133638</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5168</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4352.3389</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08252584615173704</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.0356731875719218</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5574858675739764</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.576149211307089</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7337010257325796</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3626073656822597</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.016835</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006412047892808914</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02911057509481907</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>4.114034956989842</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>21.2744</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.2005</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.2203</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>288196.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1233.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>446.3844</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7685</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.5956</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3840.8309</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4038.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88348.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1485.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4988.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>981.5126</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.66319410374854</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> |