=== 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-0047 --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-0047",
"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-0047_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0047_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0047/ses-01/func/sub-0047_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>9cb42571b78b7585ef5c6617f679e4fc</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>17:48:44.307500</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.991789, -0.127781, -0.00522868, 0.126875, 0.977974, 0.165739]</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.0903396</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>[4150, -7762, -7254, 623, -9, -193, 40, 95]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>238.78</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>91f601fd-ba48-46d6-b566-875673546bf7||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.6608963012695312, 0.3403964936733246, 0.04337506368756294, 95.29408264160156], [0.3428274393081665, 2.623832941055298, 0.44561266899108887, -113.39225769042969], [-0.014028175733983517, -0.44466638565063477, 2.6626205444335938, -45.355628967285156], [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': ['174844.307500', '174844.767500', '174845.227500', '174845.687500', '174846.147500', '174846.607500', '174847.067500', '174847.527500', '174847.987500', '174848.447500', '174848.907500', '174849.367500', '174849.827500', '174850.287500', '174850.747500', '174851.207500', '174851.667500', '174852.127500', '174852.587500', '174853.047500', '174853.507500', '174853.967500', '174854.427500', '174854.887500', '174855.347500', '174855.807500', '174856.267500', '174856.727500', '174857.187500', '174857.647500', '174858.107500', '174858.567500', '174859.027500', '174859.487500', '174859.947500', '174900.407500', '174900.867500', '174901.327500', '174901.787500', '174902.247500', '174902.707500', '174903.167500', '174903.627500', '174904.087500', '174904.547500', '174905.007500', '174905.467500', '174905.927500', '174906.387500', '174906.847500', '174907.307500', '174907.767500', '174908.227500', '174908.687500', '174909.147500', '174909.607500', '174910.067500', '174910.527500', '174910.987500', '174911.447500', '174911.907500', '174912.367500', '174912.827500', '174913.287500', '174913.747500', '174914.207500', '174914.667500', '174915.127500', '174915.587500', '174916.047500', '174916.507500', '174916.967500', '174917.427500', '174917.887500', '174918.347500', '174918.807500', '174919.267500', '174919.727500', '174920.187500', '174920.647500', '174921.107500', '174921.567500', '174922.027500', '174922.487500', '174922.947500', '174923.407500', '174923.867500', '174924.327500', '174924.787500', '174925.247500', '174925.707500', '174926.167500', '174926.627500', '174927.087500', '174927.547500', '174928.007500', '174928.467500', '174928.927500', '174929.387500', '174929.847500', '174930.307500', '174930.767500', '174931.227500', '174931.687500', '174932.147500', '174932.607500', '174933.067500', '174933.527500', '174933.987500', '174934.447500', '174934.907500', '174935.367500', '174935.827500', '174936.287500', '174936.747500', '174937.207500', '174937.667500', '174938.127500', '174938.587500', '174939.047500', '174939.507500', '174939.967500', '174940.427500', '174940.887500', '174941.347500', '174941.807500', '174942.267500', '174942.727500', '174943.187500', '174943.647500', '174944.107500', '174944.567500', '174945.027500', '174945.487500', '174945.947500', '174946.407500', '174946.867500', '174947.327500', '174947.787500', '174948.247500', '174948.707500', '174949.167500', '174949.627500', '174950.087500', '174950.547500', '174951.007500', '174951.467500', '174951.927500', '174952.387500', '174952.847500', '174953.307500', '174953.767500', '174954.227500', '174954.687500', '174955.147500', '174955.607500', '174956.067500', '174956.527500', '174956.987500', '174957.447500', '174957.907500', '174958.367500', '174958.827500', '174959.287500', '174959.747500', '175000.207500', '175000.667500', '175001.127500', '175001.587500', '175002.047500', '175002.507500', '175002.967500', '175003.427500', '175003.887500', '175004.347500', '175004.807500', '175005.267500', '175005.727500', '175006.187500', '175006.647500', '175007.107500', '175007.567500', '175008.027500', '175008.487500', '175008.947500', '175009.407500', '175009.867500', '175010.327500', '175010.787500', '175011.247500', '175011.707500', '175012.167500', '175012.627500', '175013.087500', '175013.547500', '175014.007500', '175014.467500', '175014.927500', '175015.387500', '175015.847500', '175016.307500', '175016.767500', '175017.227500', '175017.687500', '175018.147500', '175018.607500', '175019.067500', '175019.527500', '175019.987500', '175020.447500', '175020.907500', '175021.367500', '175021.827500', '175022.287500', '175022.747500', '175023.207500', '175023.667500', '175024.127500', '175024.587500', '175025.047500', '175025.507500', '175025.967500', '175026.427500', '175026.887500', '175027.347500', '175027.807500', '175028.267500', '175028.727500', '175029.187500', '175029.647500', '175030.107500', '175030.567500', '175031.027500', '175031.487500', '175031.947500', '175032.407500', '175032.867500', '175033.327500', '175033.787500', '175034.247500', '175034.707500', '175035.167500', '175035.627500', '175036.087500', '175036.547500', '175037.007500', '175037.467500', '175037.927500', '175038.387500', '175038.847500', '175039.307500', '175039.767500', '175040.227500', '175040.687500', '175041.147500', '175041.607500', '175042.067500', '175042.527500', '175042.987500', '175043.447500', '175043.907500', '175044.367500', '175044.827500', '175045.287500', '175045.747500', '175046.207500', '175046.667500', '175047.127500', '175047.587500', '175048.047500', '175048.507500', '175048.967500', '175049.427500', '175049.887500', '175050.347500', '175050.807500', '175051.267500', '175051.727500', '175052.187500', '175052.647500', '175053.107500', '175053.567500', '175054.027500', '175054.487500', '175054.947500', '175055.407500', '175055.867500', '175056.327500', '175056.787500', '175057.247500', '175057.707500', '175058.167500', '175058.627500', '175059.087500', '175059.547500', '175100.007500', '175100.467500', '175100.927500', '175101.387500', '175101.847500', '175102.307500', '175102.767500', '175103.227500', '175103.687500', '175104.147500', '175104.607500', '175105.067500', '175105.527500', '175105.987500', '175106.447500', '175106.907500', '175107.367500', '175107.827500', '175108.287500', '175108.747500', '175109.207500', '175109.667500', '175110.127500', '175110.587500', '175111.047500', '175111.507500', '175111.967500', '175112.427500', '175112.887500', '175113.347500', '175113.807500', '175114.267500', '175114.727500', '175115.187500', '175115.647500', '175116.107500', '175116.567500', '175117.027500', '175117.487500', '175117.947500', '175118.407500', '175118.867500', '175119.327500', '175119.787500', '175120.247500', '175120.707500', '175121.167500', '175121.627500', '175122.087500', '175122.547500', '175123.007500', '175123.467500', '175123.927500', '175124.387500', '175124.847500', '175125.307500', '175125.767500', '175126.227500', '175126.687500', '175127.147500', '175127.607500', '175128.067500', '175128.527500', '175128.987500', '175129.447500', '175129.907500', '175130.367500', '175130.827500', '175131.287500', '175131.747500', '175132.207500', '175132.667500', '175133.127500', '175133.587500', '175134.047500', '175134.507500', '175134.967500', '175135.427500', '175135.887500', '175136.347500', '175136.807500', '175137.267500', '175137.727500', '175138.187500', '175138.647500', '175139.107500', '175139.567500', '175140.027500', '175140.487500', '175140.947500', '175141.407500', '175141.867500', '175142.327500', '175142.787500', '175143.247500', '175143.707500', '175144.167500', '175144.627500', '175145.087500', '175145.547500', '175146.007500', '175146.467500', '175146.927500', '175147.387500', '175147.847500', '175148.307500', '175148.767500', '175149.227500', '175149.687500', '175150.147500', '175150.607500', '175151.067500', '175151.527500', '175151.987500', '175152.447500', '175152.907500', '175153.367500', '175153.827500', '175154.287500', '175154.747500', '175155.207500', '175155.667500', '175156.127500', '175156.587500', '175157.047500', '175157.507500', '175157.967500', '175158.427500', '175158.887500', '175159.347500', '175159.807500', '175200.267500', '175200.727500', '175201.187500', '175201.647500', '175202.107500', '175202.567500', '175203.027500', '175203.487500', '175203.947500', '175204.407500', '175204.867500', '175205.327500', '175205.787500', '175206.247500', '175206.707500', '175207.167500', '175207.627500', '175208.087500', '175208.547500', '175209.007500', '175209.467500', '175209.927500', '175210.387500', '175210.847500', '175211.307500', '175211.767500', '175212.227500', '175212.687500', '175213.147500', '175213.607500', '175214.067500', '175214.527500', '175214.987500', '175215.447500', '175215.907500', '175216.367500', '175216.827500', '175217.287500', '175217.747500', '175218.207500', '175218.667500', '175219.127500', '175219.587500', '175220.047500', '175220.507500', '175220.967500', '175221.427500', '175221.887500', '175222.347500', '175222.807500', '175223.267500', '175223.727500', '175224.187500', '175224.647500', '175225.107500', '175225.567500', '175226.027500', '175226.487500', '175226.947500', '175227.407500', '175227.867500', '175228.327500', '175228.787500', '175229.247500', '175229.707500', '175230.167500', '175230.627500', '175231.087500', '175231.547500', '175232.007500', '175232.467500', '175232.927500', '175233.387500', '175233.847500', '175234.307500', '175234.767500', '175235.227500', '175235.687500', '175236.147500', '175236.607500', '175237.067500', '175237.527500', '175237.987500', '175238.447500', '175238.907500', '175239.367500', '175239.827500', '175240.287500', '175240.747500', '175241.207500', '175241.667500', '175242.127500', '175242.587500', '175243.047500', '175243.507500', '175243.967500', '175244.427500', '175244.887500', '175245.347500', '175245.807500', '175246.267500', '175246.727500', '175247.187500', '175247.647500', '175248.107500', '175248.567500', '175249.027500', '175249.487500', '175249.947500', '175250.407500', '175250.867500', '175251.327500', '175251.787500', '175252.247500', '175252.707500', '175253.167500', '175253.627500', '175254.087500', '175254.547500', '175255.007500', '175255.467500', '175255.927500', '175256.387500', '175256.847500', '175257.307500', '175257.767500', '175258.227500', '175258.687500', '175259.147500', '175259.607500', '175300.067500', '175300.527500', '175300.987500', '175301.447500', '175301.907500', '175302.367500', '175302.827500', '175303.287500', '175303.747500', '175304.207500', '175304.667500', '175305.127500', '175305.587500', '175306.047500', '175306.507500', '175306.967500', '175307.427500', '175307.887500', '175308.347500', '175308.807500', '175309.267500', '175309.727500', '175310.187500', '175310.647500', '175311.107500', '175311.567500', '175312.027500', '175312.487500', '175312.947500', '175313.407500', '175313.867500', '175314.327500', '175314.787500', '175315.247500', '175315.707500', '175316.167500', '175316.627500', '175317.087500', '175317.547500', '175318.007500', '175318.467500', '175318.927500', '175319.387500', '175319.847500', '175320.307500', '175320.767500', '175321.227500', '175321.687500', '175322.147500', '175322.607500', '175323.067500', '175323.527500', '175323.987500', '175324.447500', '175324.907500', '175325.367500', '175325.827500', '175326.287500', '175326.747500', '175327.207500', '175327.667500', '175328.127500', '175328.587500', '175329.047500', '175329.507500', '175329.967500', '175330.427500', '175330.887500', '175331.347500', '175331.807500', '175332.267500', '175332.727500', '175333.187500', '175333.647500', '175334.107500', '175334.567500', '175335.027500', '175335.487500', '175335.947500', '175336.407500', '175336.867500', '175337.327500', '175337.787500', '175338.247500', '175338.707500', '175339.167500', '175339.627500', '175340.087500', '175340.547500', '175341.007500', '175341.467500', '175341.927500', '175342.387500', '175342.847500', '175343.307500', '175343.767500', '175344.227500', '175344.687500', '175345.147500', '175345.607500', '175346.067500', '175346.527500', '175346.987500', '175347.447500', '175347.907500', '175348.367500', '175348.827500', '175349.287500', '175349.747500', '175350.207500', '175350.667500', '175351.127500', '175351.587500', '175352.047500', '175352.507500', '175352.967500', '175353.427500', '175353.887500', '175354.347500', '175354.807500', '175355.267500', '175355.727500', '175356.187500', '175356.647500', '175357.107500', '175357.567500', '175358.027500', '175358.487500', '175358.947500', '175359.407500', '175359.867500', '175400.327500', '175400.787500', '175401.247500', '175401.707500', '175402.167500', '175402.627500', '175403.087500', '175403.547500', '175404.007500', '175404.467500', '175404.927500', '175405.387500', '175405.847500', '175406.307500', '175406.767500', '175407.227500', '175407.687500', '175408.147500', '175408.607500', '175409.067500', '175409.527500', '175409.987500', '175410.447500', '175410.907500', '175411.367500', '175411.827500', '175412.287500', '175412.747500', '175413.207500', '175413.667500', '175414.127500', '175414.587500', '175415.047500', '175415.507500', '175415.967500', '175416.427500', '175416.887500', '175417.347500', '175417.807500', '175418.267500', '175418.727500', '175419.187500', '175419.647500', '175420.107500', '175420.567500', '175421.027500', '175421.487500', '175421.947500', '175422.407500', '175422.867500', '175423.327500', '175423.787500', '175424.247500', '175424.707500', '175425.167500', '175425.627500', '175426.087500', '175426.547500', '175427.007500', '175427.467500', '175427.927500', '175428.387500', '175428.847500', '175429.307500', '175429.767500', '175430.227500', '175430.687500', '175431.147500', '175431.607500', '175432.067500', '175432.527500', '175432.987500', '175433.447500', '175433.907500', '175434.367500', '175434.827500', '175435.287500', '175435.747500', '175436.207500', '175436.667500', '175437.127500', '175437.587500', '175438.047500', '175438.507500', '175438.967500', '175439.427500', '175439.887500', '175440.347500', '175440.807500', '175441.267500', '175441.727500', '175442.187500', '175442.647500', '175443.107500', '175443.567500', '175444.027500', '175444.487500', '175444.947500', '175445.407500', '175445.867500', '175446.327500', '175446.787500', '175447.247500', '175447.707500', '175448.167500', '175448.627500', '175449.087500', '175449.547500', '175450.007500', '175450.467500', '175450.927500', '175451.387500', '175451.847500', '175452.307500', '175452.767500', '175453.227500', '175453.687500', '175454.147500', '175454.607500', '175455.067500', '175455.527500', '175455.987500', '175456.447500', '175456.907500', '175457.367500', '175457.827500', '175458.287500', '175458.747500', '175459.207500', '175459.667500', '175500.127500', '175500.587500', '175501.047500', '175501.507500', '175501.967500', '175502.427500', '175502.887500', '175503.347500', '175503.807500', '175504.267500', '175504.727500', '175505.187500', '175505.647500', '175506.107500', '175506.567500', '175507.027500', '175507.487500', '175507.947500', '175508.407500', '175508.867500', '175509.327500', '175509.787500', '175510.247500', '175510.707500', '175511.167500', '175511.627500', '175512.087500', '175512.547500', '175513.007500', '175513.467500', '175513.927500', '175514.387500', '175514.847500', '175515.307500', '175515.767500', '175516.227500', '175516.687500', '175517.147500', '175517.607500', '175518.067500', '175518.527500', '175518.987500', '175519.447500', '175519.907500', '175520.367500', '175520.827500', '175521.287500', '175521.747500', '175522.207500', '175522.667500', '175523.127500', '175523.587500', '175524.047500', '175524.507500', '175524.967500'], 'ContentTime': ['174910.626000', '174910.629000', '174910.632000', '174910.634000', '174910.637000', '174910.639000', '174910.642000', '174910.645000', '174910.647000', '174910.650000', '174910.652000', '174910.655000', '174910.658000', '174910.661000', '174910.664000', '174910.666000', '174910.669000', '174910.673000', '174910.675000', '174910.678000', '174910.681000', '174910.683000', '174910.693000', '174910.696000', '174910.698000', '174910.701000', '174910.703000', '174910.706000', '174910.709000', '174910.711000', '174910.714000', '174910.716000', '174910.719000', '174910.721000', '174910.724000', '174910.727000', '174910.729000', '174910.732000', '174910.734000', '174910.737000', '174910.739000', '174910.742000', '174910.745000', '174910.747000', '174910.750000', '174910.752000', '174910.755000', '174910.757000', '174910.760000', '174910.762000', '174910.765000', '174910.768000', '174910.770000', '174910.773000', '174910.775000', '174930.594000', '174930.597000', '174930.600000', '174930.602000', '174930.605000', '174930.608000', '174930.610000', '174930.613000', '174930.615000', '174930.618000', '174930.620000', '174930.623000', '174930.625000', '174930.628000', '174930.631000', '174930.633000', '174930.636000', '174930.638000', '174930.641000', '174930.643000', '174930.646000', '174930.649000', '174930.651000', '174930.654000', '174930.656000', '174930.659000', '174930.661000', '174930.664000', '174930.666000', '174930.669000', '174930.672000', '174930.674000', '174930.677000', '174930.679000', '174930.682000', '174930.684000', '174930.687000', '174930.690000', '174930.692000', '174930.695000', '174930.697000', '174930.700000', '174930.702000', '174930.705000', '174950.594000', '174950.597000', '174950.600000', '174950.602000', '174950.605000', '174950.608000', '174950.610000', '174950.613000', '174950.615000', '174950.618000', '174950.620000', '174950.623000', '174950.625000', '174950.628000', '174950.631000', '174950.633000', '174950.636000', '174950.638000', '174950.641000', '174950.643000', '174950.646000', '174950.649000', '174950.651000', '174950.654000', '174950.656000', '174950.659000', '174950.662000', '174950.665000', '174950.668000', '174950.671000', '174950.673000', '174950.676000', '174950.678000', '174950.681000', '174950.684000', '174950.686000', '174950.689000', '174950.691000', '174950.694000', '174950.696000', '174950.699000', '174950.717000', '174950.720000', '175010.595000', '175010.598000', '175010.600000', '175010.603000', '175010.611000', '175010.613000', '175010.616000', '175010.618000', '175010.621000', '175010.623000', '175010.626000', '175010.629000', '175010.631000', '175010.634000', '175010.636000', '175010.639000', '175010.642000', '175010.644000', '175010.647000', '175010.649000', '175010.652000', '175010.655000', '175010.657000', '175010.660000', '175010.662000', '175010.665000', '175010.667000', '175010.670000', '175010.673000', '175010.675000', '175010.678000', '175010.680000', '175010.683000', '175010.685000', '175010.688000', '175010.690000', '175010.693000', '175010.696000', '175010.698000', '175010.701000', '175010.703000', '175010.706000', '175010.708000', '175010.711000', '175030.596000', '175030.599000', '175030.601000', '175030.604000', '175030.606000', '175030.609000', '175030.612000', '175030.614000', '175030.617000', '175030.619000', '175030.622000', '175030.624000', '175030.627000', '175030.630000', '175030.632000', '175030.635000', '175030.637000', '175030.640000', '175030.643000', '175030.645000', '175030.648000', '175030.650000', '175030.653000', '175030.655000', '175030.658000', '175030.661000', '175030.664000', '175030.667000', '175030.670000', '175030.673000', '175030.675000', '175030.678000', '175030.680000', '175030.683000', '175030.686000', '175030.688000', '175030.691000', '175030.693000', '175030.696000', '175030.700000', '175030.702000', '175030.705000', '175030.708000', '175050.594000', '175050.597000', '175050.600000', '175050.603000', '175050.605000', '175050.608000', '175050.611000', '175050.613000', '175050.616000', '175050.618000', '175050.621000', '175050.624000', '175050.626000', '175050.629000', '175050.631000', '175050.634000', '175050.637000', '175050.639000', '175050.642000', '175050.644000', '175050.647000', '175050.649000', '175050.652000', '175050.655000', '175050.657000', '175050.660000', '175050.663000', '175050.665000', '175050.668000', '175050.670000', '175050.673000', '175050.676000', '175050.678000', '175050.681000', '175050.683000', '175050.686000', '175050.688000', '175050.691000', '175050.694000', '175050.696000', '175050.699000', '175050.702000', '175050.704000', '175050.707000', '175110.595000', '175110.597000', '175110.600000', '175110.603000', '175110.605000', '175110.608000', '175110.610000', '175110.613000', '175110.616000', '175110.618000', '175110.621000', '175110.623000', '175110.626000', '175110.629000', '175110.631000', '175110.634000', '175110.636000', '175110.639000', '175110.642000', '175110.644000', '175110.647000', '175110.649000', '175110.652000', '175110.654000', '175110.657000', '175110.660000', '175110.662000', '175110.665000', '175110.667000', '175110.670000', '175110.672000', '175110.675000', '175110.678000', '175110.680000', '175110.683000', '175110.685000', '175110.688000', '175110.690000', '175110.693000', '175110.695000', '175110.698000', '175110.701000', '175110.703000', '175130.595000', '175130.597000', '175130.600000', '175130.603000', '175130.605000', '175130.608000', '175130.610000', '175130.613000', '175130.615000', '175130.618000', '175130.621000', '175130.623000', '175130.626000', '175130.629000', '175130.631000', '175130.634000', '175130.636000', '175130.639000', '175130.641000', '175130.644000', '175130.647000', '175130.649000', '175130.652000', '175130.654000', '175130.657000', '175130.659000', '175130.662000', '175130.665000', '175130.667000', '175130.670000', '175130.672000', '175130.675000', '175130.677000', '175130.680000', '175130.683000', '175130.685000', '175130.688000', '175130.690000', '175130.706000', '175130.708000', '175130.711000', '175130.713000', '175130.716000', '175130.719000', '175150.594000', '175150.597000', '175150.600000', '175150.602000', '175150.605000', '175150.608000', '175150.610000', '175150.613000', '175150.615000', '175150.618000', '175150.621000', '175150.623000', '175150.626000', '175150.628000', '175150.631000', '175150.633000', '175150.636000', '175150.639000', '175150.641000', '175150.644000', '175150.646000', '175150.649000', '175150.652000', '175150.654000', '175150.657000', '175150.660000', '175150.662000', '175150.665000', '175150.667000', '175150.670000', '175150.672000', '175150.675000', '175150.678000', '175150.680000', '175150.683000', '175150.686000', '175150.689000', '175150.692000', '175150.695000', '175150.697000', '175150.700000', '175150.703000', '175150.705000', '175210.595000', '175210.597000', '175210.600000', '175210.603000', '175210.605000', '175210.608000', '175210.610000', '175210.613000', '175210.616000', '175210.618000', '175210.621000', '175210.624000', '175210.626000', '175210.629000', '175210.631000', '175210.634000', '175210.636000', '175210.639000', '175210.642000', '175210.644000', '175210.647000', '175210.649000', '175210.652000', '175210.655000', '175210.657000', '175210.660000', '175210.662000', '175210.665000', '175210.668000', '175210.670000', '175210.673000', '175210.675000', '175210.678000', '175210.680000', '175210.683000', '175210.686000', '175210.688000', '175210.691000', '175210.693000', '175210.696000', '175210.698000', '175210.701000', '175210.704000', '175230.594000', '175230.597000', '175230.600000', '175230.603000', '175230.605000', '175230.608000', '175230.611000', '175230.613000', '175230.616000', '175230.618000', '175230.621000', '175230.624000', '175230.626000', '175230.629000', '175230.631000', '175230.634000', '175230.636000', '175230.639000', '175230.642000', '175230.644000', '175230.647000', '175230.649000', '175230.652000', '175230.655000', '175230.657000', '175230.660000', '175230.662000', '175230.665000', '175230.667000', '175230.670000', '175230.673000', '175230.675000', '175230.678000', '175230.680000', '175230.683000', '175230.685000', '175230.688000', '175230.691000', '175230.693000', '175230.696000', '175230.698000', '175230.701000', '175230.704000', '175230.706000', '175250.595000', '175250.598000', '175250.601000', '175250.604000', '175250.606000', '175250.609000', '175250.611000', '175250.614000', '175250.616000', '175250.619000', '175250.622000', '175250.624000', '175250.627000', '175250.629000', '175250.632000', '175250.634000', '175250.637000', '175250.640000', '175250.642000', '175250.645000', '175250.647000', '175250.650000', '175250.653000', '175250.655000', '175250.658000', '175250.661000', '175250.663000', '175250.666000', '175250.668000', '175250.671000', '175250.673000', '175250.676000', '175250.678000', '175250.681000', '175250.684000', '175250.686000', '175250.689000', '175250.691000', '175250.694000', '175250.696000', '175250.699000', '175250.702000', '175250.704000', '175250.707000', '175310.594000', '175310.597000', '175310.600000', '175310.603000', '175310.605000', '175310.608000', '175310.610000', '175310.613000', '175310.616000', '175310.618000', '175310.621000', '175310.623000', '175310.626000', '175310.629000', '175310.631000', '175310.634000', '175310.636000', '175310.639000', '175310.649000', '175310.652000', '175310.654000', '175310.657000', '175310.660000', '175310.662000', '175310.665000', '175310.667000', '175310.670000', '175310.673000', '175310.675000', '175310.678000', '175310.680000', '175310.683000', '175310.685000', '175310.688000', '175310.691000', '175310.693000', '175310.696000', '175310.698000', '175310.701000', '175310.704000', '175310.706000', '175310.709000', '175310.711000', '175330.594000', '175330.597000', '175330.600000', '175330.603000', '175330.605000', '175330.608000', '175330.611000', '175330.613000', '175330.616000', '175330.618000', '175330.621000', '175330.624000', '175330.626000', '175330.629000', '175330.631000', '175330.634000', '175330.636000', '175330.639000', '175330.642000', '175330.644000', '175330.647000', '175330.650000', '175330.652000', '175330.655000', '175330.657000', '175330.660000', '175330.662000', '175330.665000', '175330.667000', '175330.670000', '175330.673000', '175330.675000', '175330.678000', '175330.681000', '175330.683000', '175330.686000', '175330.688000', '175330.691000', '175330.693000', '175330.696000', '175330.698000', '175330.701000', '175330.704000', '175330.706000', '175350.595000', '175350.597000', '175350.600000', '175350.603000', '175350.605000', '175350.608000', '175350.611000', '175350.613000', '175350.616000', '175350.618000', '175350.621000', '175350.624000', '175350.626000', '175350.629000', '175350.631000', '175350.634000', '175350.637000', '175350.639000', '175350.642000', '175350.644000', '175350.647000', '175350.650000', '175350.652000', '175350.655000', '175350.657000', '175350.660000', '175350.662000', '175350.665000', '175350.668000', '175350.671000', '175350.673000', '175350.676000', '175350.678000', '175350.681000', '175350.683000', '175350.686000', '175350.689000', '175350.691000', '175350.694000', '175350.696000', '175350.699000', '175350.702000', '175350.704000', '175410.595000', '175410.597000', '175410.600000', '175410.603000', '175410.605000', '175410.608000', '175410.611000', '175410.613000', '175410.616000', '175410.618000', '175410.621000', '175410.623000', '175410.626000', '175410.629000', '175410.632000', '175410.634000', '175410.637000', '175410.639000', '175410.642000', '175410.645000', '175410.647000', '175410.650000', '175410.653000', '175410.655000', '175410.658000', '175410.660000', '175410.663000', '175410.666000', '175410.668000', '175410.671000', '175410.673000', '175410.676000', '175410.678000', '175410.681000', '175410.684000', '175410.686000', '175410.689000', '175410.691000', '175410.694000', '175410.696000', '175410.699000', '175410.701000', '175410.704000', '175410.706000', '175430.595000', '175430.597000', '175430.600000', '175430.603000', '175430.605000', '175430.608000', '175430.611000', '175430.613000', '175430.616000', '175430.618000', '175430.621000', '175430.623000', '175430.626000', '175430.629000', '175430.631000', '175430.634000', '175430.637000', '175430.639000', '175430.642000', '175430.644000', '175430.647000', '175430.650000', '175430.652000', '175430.655000', '175430.657000', '175430.660000', '175430.663000', '175430.665000', '175430.668000', '175430.682000', '175430.684000', '175430.687000', '175430.690000', '175430.692000', '175430.695000', '175430.697000', '175430.700000', '175430.702000', '175430.705000', '175430.708000', '175430.710000', '175430.713000', '175430.715000', '175450.595000', '175450.597000', '175450.600000', '175450.603000', '175450.605000', '175450.608000', '175450.610000', '175450.613000', '175450.616000', '175450.618000', '175450.621000', '175450.623000', '175450.626000', '175450.628000', '175450.631000', '175450.635000', '175450.638000', '175450.640000', '175450.643000', '175450.646000', '175450.648000', '175450.651000', '175450.653000', '175450.656000', '175450.658000', '175450.661000', '175450.663000', '175450.666000', '175450.669000', '175450.671000', '175450.674000', '175450.676000', '175450.679000', '175450.681000', '175450.684000', '175450.686000', '175450.689000', '175450.692000', '175450.694000', '175450.697000', '175450.699000', '175450.702000', '175450.704000', '175450.707000', '175510.595000', '175510.598000', '175510.601000', '175510.604000', '175510.606000', '175510.609000', '175510.611000', '175510.614000', '175510.616000', '175510.619000', '175510.622000', '175510.624000', '175510.627000', '175510.629000', '175510.632000', '175510.635000', '175510.637000', '175510.640000', '175510.642000', '175510.645000', '175510.647000', '175510.650000', '175510.653000', '175510.655000', '175510.658000', '175510.660000', '175510.663000', '175510.665000', '175510.668000', '175510.671000', '175510.673000', '175510.676000', '175510.678000', '175510.681000', '175510.683000', '175510.686000', '175510.688000', '175510.691000', '175510.694000', '175510.696000', '175510.699000', '175510.701000', '175510.704000', '175525.981000', '175525.984000', '175525.987000', '175525.989000', '175525.992000', '175525.995000', '175525.998000', '175526.001000', '175526.004000', '175526.007000', '175526.010000', '175526.012000', '175526.015000', '175526.019000', '175526.021000', '175526.024000', '175526.027000', '175526.030000', '175526.032000', '175526.035000', '175526.037000', '175526.040000', '175526.043000', '175526.046000', '175526.048000', '175526.051000', '175526.053000', '175526.056000', '175526.059000', '175526.063000', '175526.066000', '175526.069000', '175526.072000', '175526.074000'], 'InstanceCreationTime': ['174910.626000', '174910.629000', '174910.632000', '174910.634000', '174910.637000', '174910.639000', '174910.642000', '174910.645000', '174910.647000', '174910.650000', '174910.652000', '174910.655000', '174910.658000', '174910.661000', '174910.664000', '174910.666000', '174910.669000', '174910.673000', '174910.675000', '174910.678000', '174910.681000', '174910.683000', '174910.693000', '174910.696000', '174910.698000', '174910.701000', '174910.703000', '174910.706000', '174910.709000', '174910.711000', '174910.714000', '174910.716000', '174910.719000', '174910.721000', '174910.724000', '174910.727000', '174910.729000', '174910.732000', '174910.734000', '174910.737000', '174910.739000', '174910.742000', '174910.745000', '174910.747000', '174910.750000', '174910.752000', '174910.755000', '174910.757000', '174910.760000', '174910.762000', '174910.765000', '174910.768000', '174910.770000', '174910.773000', '174910.775000', '174930.594000', '174930.597000', '174930.600000', '174930.602000', '174930.605000', '174930.608000', '174930.610000', '174930.613000', '174930.615000', '174930.618000', '174930.620000', '174930.623000', '174930.625000', '174930.628000', '174930.631000', '174930.633000', '174930.636000', '174930.638000', '174930.641000', '174930.643000', '174930.646000', '174930.649000', '174930.651000', '174930.654000', '174930.656000', '174930.659000', '174930.661000', '174930.664000', '174930.666000', '174930.669000', '174930.672000', '174930.674000', '174930.677000', '174930.679000', '174930.682000', '174930.684000', '174930.687000', '174930.690000', '174930.692000', '174930.695000', '174930.697000', '174930.700000', '174930.702000', '174930.705000', '174950.594000', '174950.597000', '174950.600000', '174950.602000', '174950.605000', '174950.608000', '174950.610000', '174950.613000', '174950.615000', '174950.618000', '174950.620000', '174950.623000', '174950.625000', '174950.628000', '174950.631000', '174950.633000', '174950.636000', '174950.638000', '174950.641000', '174950.643000', '174950.646000', '174950.649000', '174950.651000', '174950.654000', '174950.656000', '174950.659000', '174950.662000', '174950.665000', '174950.668000', '174950.671000', '174950.673000', '174950.676000', '174950.678000', '174950.681000', '174950.684000', '174950.686000', '174950.689000', '174950.691000', '174950.694000', '174950.696000', '174950.699000', '174950.717000', '174950.720000', '175010.595000', '175010.598000', '175010.600000', '175010.603000', '175010.611000', '175010.613000', '175010.616000', '175010.618000', '175010.621000', '175010.623000', '175010.626000', '175010.629000', '175010.631000', '175010.634000', '175010.636000', '175010.639000', '175010.642000', '175010.644000', '175010.647000', '175010.649000', '175010.652000', '175010.655000', '175010.657000', '175010.660000', '175010.662000', '175010.665000', '175010.667000', '175010.670000', '175010.673000', '175010.675000', '175010.678000', '175010.680000', '175010.683000', '175010.685000', '175010.688000', '175010.690000', '175010.693000', '175010.696000', '175010.698000', '175010.701000', '175010.703000', '175010.706000', '175010.708000', '175010.711000', '175030.596000', '175030.599000', '175030.601000', '175030.604000', '175030.606000', '175030.609000', '175030.612000', '175030.614000', '175030.617000', '175030.619000', '175030.622000', '175030.624000', '175030.627000', '175030.630000', '175030.632000', '175030.635000', '175030.637000', '175030.640000', '175030.643000', '175030.645000', '175030.648000', '175030.650000', '175030.653000', '175030.655000', '175030.658000', '175030.661000', '175030.664000', '175030.667000', '175030.670000', '175030.673000', '175030.675000', '175030.678000', '175030.680000', '175030.683000', '175030.686000', '175030.688000', '175030.691000', '175030.693000', '175030.696000', '175030.700000', '175030.702000', '175030.705000', '175030.708000', '175050.594000', '175050.597000', '175050.600000', '175050.603000', '175050.605000', '175050.608000', '175050.611000', '175050.613000', '175050.616000', '175050.618000', '175050.621000', '175050.624000', '175050.626000', '175050.629000', '175050.631000', '175050.634000', '175050.637000', '175050.639000', '175050.642000', '175050.644000', '175050.647000', '175050.649000', '175050.652000', '175050.655000', '175050.657000', '175050.660000', '175050.663000', '175050.665000', '175050.668000', '175050.670000', '175050.673000', '175050.676000', '175050.678000', '175050.681000', '175050.683000', '175050.686000', '175050.688000', '175050.691000', '175050.694000', '175050.696000', '175050.699000', '175050.702000', '175050.704000', '175050.707000', '175110.595000', '175110.597000', '175110.600000', '175110.603000', '175110.605000', '175110.608000', '175110.610000', '175110.613000', '175110.616000', '175110.618000', '175110.621000', '175110.623000', '175110.626000', '175110.629000', '175110.631000', '175110.634000', '175110.636000', '175110.639000', '175110.642000', '175110.644000', '175110.647000', '175110.649000', '175110.652000', '175110.654000', '175110.657000', '175110.660000', '175110.662000', '175110.665000', '175110.667000', '175110.670000', '175110.672000', '175110.675000', '175110.678000', '175110.680000', '175110.683000', '175110.685000', '175110.688000', '175110.690000', '175110.693000', '175110.695000', '175110.698000', '175110.701000', '175110.703000', '175130.595000', '175130.597000', '175130.600000', '175130.603000', '175130.605000', '175130.608000', '175130.610000', '175130.613000', '175130.615000', '175130.618000', '175130.621000', '175130.623000', '175130.626000', '175130.629000', '175130.631000', '175130.634000', '175130.636000', '175130.639000', '175130.641000', '175130.644000', '175130.647000', '175130.649000', '175130.652000', '175130.654000', '175130.657000', '175130.659000', '175130.662000', '175130.665000', '175130.667000', '175130.670000', '175130.672000', '175130.675000', '175130.677000', '175130.680000', '175130.683000', '175130.685000', '175130.688000', '175130.690000', '175130.706000', '175130.708000', '175130.711000', '175130.713000', '175130.716000', '175130.719000', '175150.594000', '175150.597000', '175150.600000', '175150.602000', '175150.605000', '175150.608000', '175150.610000', '175150.613000', '175150.615000', '175150.618000', '175150.621000', '175150.623000', '175150.626000', '175150.628000', '175150.631000', '175150.633000', '175150.636000', '175150.639000', '175150.641000', '175150.644000', '175150.646000', '175150.649000', '175150.652000', '175150.654000', '175150.657000', '175150.660000', '175150.662000', '175150.665000', '175150.667000', '175150.670000', '175150.672000', '175150.675000', '175150.678000', '175150.680000', '175150.683000', '175150.686000', '175150.689000', '175150.692000', '175150.695000', '175150.697000', '175150.700000', '175150.703000', '175150.705000', '175210.595000', '175210.597000', '175210.600000', '175210.603000', '175210.605000', '175210.608000', '175210.610000', '175210.613000', '175210.616000', '175210.618000', '175210.621000', '175210.624000', '175210.626000', '175210.629000', '175210.631000', '175210.634000', '175210.636000', '175210.639000', '175210.642000', '175210.644000', '175210.647000', '175210.649000', '175210.652000', '175210.655000', '175210.657000', '175210.660000', '175210.662000', '175210.665000', '175210.668000', '175210.670000', '175210.673000', '175210.675000', '175210.678000', '175210.680000', '175210.683000', '175210.686000', '175210.688000', '175210.691000', '175210.693000', '175210.696000', '175210.698000', '175210.701000', '175210.704000', '175230.594000', '175230.597000', '175230.600000', '175230.603000', '175230.605000', '175230.608000', '175230.611000', '175230.613000', '175230.616000', '175230.618000', '175230.621000', '175230.624000', '175230.626000', '175230.629000', '175230.631000', '175230.634000', '175230.636000', '175230.639000', '175230.642000', '175230.644000', '175230.647000', '175230.649000', '175230.652000', '175230.655000', '175230.657000', '175230.660000', '175230.662000', '175230.665000', '175230.667000', '175230.670000', '175230.673000', '175230.675000', '175230.678000', '175230.680000', '175230.683000', '175230.685000', '175230.688000', '175230.691000', '175230.693000', '175230.696000', '175230.698000', '175230.701000', '175230.704000', '175230.706000', '175250.595000', '175250.598000', '175250.601000', '175250.604000', '175250.606000', '175250.609000', '175250.611000', '175250.614000', '175250.616000', '175250.619000', '175250.622000', '175250.624000', '175250.627000', '175250.629000', '175250.632000', '175250.634000', '175250.637000', '175250.640000', '175250.642000', '175250.645000', '175250.647000', '175250.650000', '175250.653000', '175250.655000', '175250.658000', '175250.661000', '175250.663000', '175250.666000', '175250.668000', '175250.671000', '175250.673000', '175250.676000', '175250.678000', '175250.681000', '175250.684000', '175250.686000', '175250.689000', '175250.691000', '175250.694000', '175250.696000', '175250.699000', '175250.702000', '175250.704000', '175250.707000', '175310.594000', '175310.597000', '175310.600000', '175310.603000', '175310.605000', '175310.608000', '175310.610000', '175310.613000', '175310.616000', '175310.618000', '175310.621000', '175310.623000', '175310.626000', '175310.629000', '175310.631000', '175310.634000', '175310.636000', '175310.639000', '175310.649000', '175310.652000', '175310.654000', '175310.657000', '175310.660000', '175310.662000', '175310.665000', '175310.667000', '175310.670000', '175310.673000', '175310.675000', '175310.678000', '175310.680000', '175310.683000', '175310.685000', '175310.688000', '175310.691000', '175310.693000', '175310.696000', '175310.698000', '175310.701000', '175310.704000', '175310.706000', '175310.709000', '175310.711000', '175330.594000', '175330.597000', '175330.600000', '175330.603000', '175330.605000', '175330.608000', '175330.611000', '175330.613000', '175330.616000', '175330.618000', '175330.621000', '175330.624000', '175330.626000', '175330.629000', '175330.631000', '175330.634000', '175330.636000', '175330.639000', '175330.642000', '175330.644000', '175330.647000', '175330.650000', '175330.652000', '175330.655000', '175330.657000', '175330.660000', '175330.662000', '175330.665000', '175330.667000', '175330.670000', '175330.673000', '175330.675000', '175330.678000', '175330.681000', '175330.683000', '175330.686000', '175330.688000', '175330.691000', '175330.693000', '175330.696000', '175330.698000', '175330.701000', '175330.704000', '175330.706000', '175350.595000', '175350.597000', '175350.600000', '175350.603000', '175350.605000', '175350.608000', '175350.611000', '175350.613000', '175350.616000', '175350.618000', '175350.621000', '175350.624000', '175350.626000', '175350.629000', '175350.631000', '175350.634000', '175350.637000', '175350.639000', '175350.642000', '175350.644000', '175350.647000', '175350.650000', '175350.652000', '175350.655000', '175350.657000', '175350.660000', '175350.662000', '175350.665000', '175350.668000', '175350.671000', '175350.673000', '175350.676000', '175350.678000', '175350.681000', '175350.683000', '175350.686000', '175350.689000', '175350.691000', '175350.694000', '175350.696000', '175350.699000', '175350.702000', '175350.704000', '175410.595000', '175410.597000', '175410.600000', '175410.603000', '175410.605000', '175410.608000', '175410.611000', '175410.613000', '175410.616000', '175410.618000', '175410.621000', '175410.623000', '175410.626000', '175410.629000', '175410.632000', '175410.634000', '175410.637000', '175410.639000', '175410.642000', '175410.645000', '175410.647000', '175410.650000', '175410.653000', '175410.655000', '175410.658000', '175410.660000', '175410.663000', '175410.666000', '175410.668000', '175410.671000', '175410.673000', '175410.676000', '175410.678000', '175410.681000', '175410.684000', '175410.686000', '175410.689000', '175410.691000', '175410.694000', '175410.696000', '175410.699000', '175410.701000', '175410.704000', '175410.706000', '175430.595000', '175430.597000', '175430.600000', '175430.603000', '175430.605000', '175430.608000', '175430.611000', '175430.613000', '175430.616000', '175430.618000', '175430.621000', '175430.623000', '175430.626000', '175430.629000', '175430.631000', '175430.634000', '175430.637000', '175430.639000', '175430.642000', '175430.644000', '175430.647000', '175430.650000', '175430.652000', '175430.655000', '175430.657000', '175430.660000', '175430.663000', '175430.665000', '175430.668000', '175430.682000', '175430.684000', '175430.687000', '175430.690000', '175430.692000', '175430.695000', '175430.697000', '175430.700000', '175430.702000', '175430.705000', '175430.708000', '175430.710000', '175430.713000', '175430.715000', '175450.595000', '175450.597000', '175450.600000', '175450.603000', '175450.605000', '175450.608000', '175450.610000', '175450.613000', '175450.616000', '175450.618000', '175450.621000', '175450.623000', '175450.626000', '175450.628000', '175450.631000', '175450.635000', '175450.638000', '175450.640000', '175450.643000', '175450.646000', '175450.648000', '175450.651000', '175450.653000', '175450.656000', '175450.658000', '175450.661000', '175450.663000', '175450.666000', '175450.669000', '175450.671000', '175450.674000', '175450.676000', '175450.679000', '175450.681000', '175450.684000', '175450.686000', '175450.689000', '175450.692000', '175450.694000', '175450.697000', '175450.699000', '175450.702000', '175450.704000', '175450.707000', '175510.595000', '175510.598000', '175510.601000', '175510.604000', '175510.606000', '175510.609000', '175510.611000', '175510.614000', '175510.616000', '175510.619000', '175510.622000', '175510.624000', '175510.627000', '175510.629000', '175510.632000', '175510.635000', '175510.637000', '175510.640000', '175510.642000', '175510.645000', '175510.647000', '175510.650000', '175510.653000', '175510.655000', '175510.658000', '175510.660000', '175510.663000', '175510.665000', '175510.668000', '175510.671000', '175510.673000', '175510.676000', '175510.678000', '175510.681000', '175510.683000', '175510.686000', '175510.688000', '175510.691000', '175510.694000', '175510.696000', '175510.699000', '175510.701000', '175510.704000', '175525.981000', '175525.984000', '175525.987000', '175525.989000', '175525.992000', '175525.995000', '175525.998000', '175526.001000', '175526.004000', '175526.007000', '175526.010000', '175526.012000', '175526.015000', '175526.019000', '175526.021000', '175526.024000', '175526.027000', '175526.030000', '175526.032000', '175526.035000', '175526.037000', '175526.040000', '175526.043000', '175526.046000', '175526.048000', '175526.051000', '175526.053000', '175526.056000', '175526.059000', '175526.063000', '175526.066000', '175526.069000', '175526.072000', '175526.074000'], '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': [14513, 11909, 15524, 10475, 14949, 10541, 10707, 13690, 10688, 12448, 10952, 10186, 14266, 10918, 10261, 13879, 11103, 16687, 12629, 10077, 14295, 10691, 10543, 11372, 9781, 15006, 11445, 9716, 12939, 9886, 9899, 15094, 11416, 10180, 14087, 10746, 10978, 13355, 10379, 14995, 11028, 11978, 12326, 10132, 12611, 10320, 14843, 10951, 9669, 11243, 9602, 9363, 12320, 10145, 13701, 10937, 10329, 14142, 10562, 12654, 12321, 9973, 14311, 10884, 9592, 13929, 10979, 10604, 15150, 10117, 11409, 12927, 10477, 17115, 12313, 9844, 14353, 11062, 9581, 13128, 10220, 14706, 11010, 10566, 13920, 9752, 11319, 12706, 10642, 12527, 12034, 10003, 15809, 12529, 10581, 14738, 10542, 10349, 15122, 10646, 14488, 12765, 10217, 16233, 12629, 10966, 14048, 10696, 15382, 11168, 13789, 12711, 10276, 11655, 10535, 13193, 10161, 13486, 10514, 8871, 11084, 10052, 13064, 10404, 9968, 11468, 10202, 15183, 12340, 10721, 13725, 10584, 16870, 12944, 10705, 13831, 9720, 11685, 11476, 9747, 14396, 11680, 9981, 9790, 13332, 10132, 9847, 16078, 11616, 17017, 11166, 10310, 14047, 9695, 14299, 12196, 9185, 13234, 10570, 9836, 14484, 9664, 15346, 10767, 17164, 12404, 17120, 12310, 16110, 10300, 11782, 10924, 10436, 12123, 9679, 8453, 11294, 9174, 13348, 10159, 9986, 10616, 9782, 14479, 10098, 16081, 10568, 16853, 12075, 9616, 12785, 9674, 13153, 10243, 10125, 14456, 9844, 13169, 9989, 9984, 14001, 9654, 16251, 10092, 15608, 10629, 16782, 12553, 9371, 11251, 9450, 13298, 9925, 9965, 11137, 9718, 13354, 10202, 8973, 10991, 9453, 13341, 10363, 13988, 11316, 9788, 12569, 10214, 15771, 12134, 9746, 11405, 9821, 15191, 10478, 15708, 10565, 14922, 10323, 13042, 12551, 10078, 10875, 9379, 12544, 9986, 9757, 10827, 9568, 11991, 10456, 9795, 14196, 10412, 15642, 10199, 16372, 12557, 13479, 10803, 9137, 13091, 9687, 9170, 13840, 11658, 9637, 13008, 10867, 9361, 15716, 11183, 17169, 11173, 16252, 12861, 9944, 11967, 9549, 12896, 9638, 10502, 11517, 9204, 12560, 9500, 9334, 13012, 10155, 14094, 9999, 9368, 13085, 10032, 15693, 11020, 16024, 10334, 13684, 12636, 10617, 13855, 10470, 14729, 10702, 9683, 14133, 10095, 14725, 10544, 15700, 10989, 9748, 10166, 8766, 10377, 11956, 11926, 9155, 10521, 9627, 10820, 10033, 11360, 9631, 9310, 11673, 9572, 13252, 10401, 13790, 10560, 11973, 12238, 9578, 12252, 9548, 15469, 12246, 9376, 12899, 9729, 15165, 11062, 14977, 12385, 9624, 12898, 10044, 14379, 13056, 9497, 13120, 10287, 15862, 11999, 9827, 12405, 9896, 15089, 11519, 9848, 12303, 9643, 14465, 11288, 9728, 13274, 9182, 9715, 12132, 10189, 15151, 11798, 10041, 14451, 10737, 16637, 12786, 10377, 13734, 10747, 17047, 12182, 10307, 12534, 10276, 10414, 12702, 10421, 13832, 10522, 10421, 14303, 10269, 12636, 10201, 9754, 14628, 11054, 9118, 11520, 10483, 15349, 12181, 10043, 12892, 10418, 15428, 11118, 14886, 11779, 9915, 12227, 10746, 11977, 11051, 9827, 12121, 10659, 14670, 10790, 13636, 10345, 10209, 10528, 10129, 11848, 9918, 8794, 10772, 9643, 11912, 10185, 12968, 10112, 9232, 12277, 10016, 13196, 10470, 12316, 12599, 9907, 14226, 10339, 12691, 12532, 9955, 14873, 10635, 11442, 14007, 9921, 15100, 10613, 16251, 12165, 9578, 12907, 9928, 13856, 9984, 9128, 10791, 9282, 10339, 10910, 10084, 12298, 11663, 9994, 9534, 12408, 10144, 10057, 15983, 11233, 17542, 11620, 15804, 11196, 17126, 11949, 15400, 10174, 12514, 10251, 9453, 11093, 10078, 11174, 9199, 9171, 11673, 9708, 12533, 9795, 9303, 12448, 9747, 13608, 9981, 15484, 11645, 13197, 10277, 9384, 11702, 10217, 14799, 10516, 14517, 10501, 16736, 12501, 9723, 11427, 9844, 12224, 10130, 13239, 10284, 10469, 10287, 9735, 13681, 10609, 13933, 10797, 12785, 11743, 9997, 10996, 10053, 14717, 10621, 9370, 10929, 10081, 15113, 11176, 15638, 10399, 12279, 12061, 10637, 14003, 10237, 13799, 10133, 10412, 13772, 10515, 14091, 10743, 10221, 13929, 10200, 13369, 11009, 11711, 11870, 10135, 11601, 9711, 9600, 12607, 10447, 12915, 10491, 10179, 14434, 10588, 13296, 11885, 10151, 13460, 10629, 13882, 10697, 15581, 10735, 14672, 10512, 9887, 10824, 10384, 12244, 11420, 10209, 11884, 9729, 9963, 13731, 10354, 13992, 10706, 15853, 12989, 10403, 12619, 10440, 15628, 12431, 10278, 12767, 10121, 12884, 12355, 9982, 14350, 9857, 9039, 12040, 10310, 14495, 10481, 9162, 11812, 10118, 14669, 10714, 10131, 12090, 9994, 14203, 9786, 10228, 11160, 10238, 13328, 9630, 9067, 11931, 10275, 10381, 11560, 10356, 14159, 12444, 10194, 13268, 10609, 12193, 12723, 10400, 14234, 10637, 16735, 12615, 9933, 11908, 10192, 14192, 11484, 9943, 12027, 10396, 11320, 12208, 10600, 13807, 10260, 10081, 13931, 10589, 15825, 12730, 10467, 13354, 11525, 10441, 12931, 13074, 10024, 12625, 12630, 10393, 16402, 10769, 11737, 11639, 10628, 15575, 11230, 9613, 11327, 10585, 15314, 11141, 13121, 9746, 9867, 11832, 10235, 11449, 11292, 9752, 13007, 10382, 9584, 12665, 10015, 13706, 10259, 15431, 12698, 9949, 11749, 10447, 13374, 10707, 14546, 10428, 13535, 10599, 14221, 11983, 10195, 11115, 10605, 12707, 10274, 9606, 10891, 10045, 13302, 10654, 14333, 11994, 9941, 12620, 10575, 15224, 10694, 15184, 11171, 11024, 12745, 10257, 12619, 9890, 10286, 14355, 10206, 13669, 12312, 10281, 14755, 10185, 14668, 10656, 10574, 12638, 9951, 12746, 9782, 9907, 12830, 10223, 13608, 9776, 10232, 12928, 9987, 13156, 9763, 9574, 13888, 9995, 14484, 10264, 10363, 13182, 10452, 15296, 10366, 11567, 11380, 11547, 12746, 9789, 12113, 10177, 13505, 10351, 13607, 9985, 8705, 10530, 10029, 13168, 10300, 9428, 11817, 10105, 14520, 11231, 14434, 10546, 9721, 12813, 9892, 14442, 10444, 9900, 14363, 10748, 12484, 12396, 10179, 15167, 11852, 10539, 15536, 10298, 11204, 12780, 10283, 15621, 11682, 10553, 12458, 9623, 9569, 14227, 11691, 10140, 14189, 10958, 10602, 15742, 12804, 10023, 13749, 10214, 16100, 12190, 11958, 11643, 10410, 13387, 10256, 10498, 11209, 9803, 11608, 10321, 9744, 12870, 9842, 13453, 10163, 9456, 12853, 9899, 13565, 10369, 15154, 12967, 10245, 12983, 10444, 13852, 10207, 9779, 12906, 10275, 14162, 11183, 10235], 'WindowCenter': [4836.0, 4788.0, 4801.0, 4751.0, 4789.0, 4750.0, 4744.0, 4764.0, 4747.0, 4758.0, 4749.0, 4752.0, 4776.0, 4747.0, 4735.0, 4779.0, 4746.0, 4784.0, 4755.0, 4734.0, 4780.0, 4737.0, 4737.0, 4744.0, 4738.0, 4780.0, 4748.0, 4738.0, 4765.0, 4738.0, 4738.0, 4776.0, 4757.0, 4737.0, 4766.0, 4748.0, 4737.0, 4767.0, 4732.0, 4774.0, 4749.0, 4747.0, 4756.0, 4723.0, 4753.0, 4735.0, 4762.0, 4737.0, 4727.0, 4743.0, 4740.0, 4730.0, 4757.0, 4747.0, 4769.0, 4747.0, 4740.0, 4767.0, 4748.0, 4754.0, 4756.0, 4738.0, 4765.0, 4737.0, 4725.0, 4775.0, 4745.0, 4736.0, 4776.0, 4740.0, 4745.0, 4757.0, 4737.0, 4783.0, 4757.0, 4723.0, 4777.0, 4746.0, 4723.0, 4764.0, 4733.0, 4774.0, 4747.0, 4735.0, 4764.0, 4725.0, 4744.0, 4769.0, 4749.0, 4755.0, 4757.0, 4736.0, 4775.0, 4755.0, 4734.0, 4765.0, 4736.0, 4734.0, 4766.0, 4734.0, 4754.0, 4742.0, 4736.0, 4774.0, 4745.0, 4733.0, 4753.0, 4723.0, 4760.0, 4734.0, 4750.0, 4743.0, 4723.0, 4735.0, 4719.0, 4743.0, 4726.0, 4750.0, 4731.0, 4711.0, 4745.0, 4735.0, 4762.0, 4739.0, 4733.0, 4758.0, 4747.0, 4778.0, 4756.0, 4747.0, 4765.0, 4743.0, 4787.0, 4767.0, 4735.0, 4764.0, 4728.0, 4748.0, 4744.0, 4738.0, 4787.0, 4766.0, 4749.0, 4736.0, 4767.0, 4737.0, 4749.0, 4786.0, 4761.0, 4783.0, 4748.0, 4738.0, 4764.0, 4727.0, 4763.0, 4754.0, 4726.0, 4764.0, 4747.0, 4739.0, 4764.0, 4726.0, 4772.0, 4735.0, 4783.0, 4754.0, 4772.0, 4747.0, 4761.0, 4723.0, 4732.0, 4731.0, 4725.0, 4745.0, 4723.0, 4706.0, 4745.0, 4729.0, 4765.0, 4737.0, 4734.0, 4747.0, 4737.0, 4778.0, 4738.0, 4773.0, 4734.0, 4782.0, 4755.0, 4723.0, 4753.0, 4723.0, 4753.0, 4735.0, 4735.0, 4773.0, 4739.0, 4753.0, 4735.0, 4738.0, 4768.0, 4728.0, 4772.0, 4724.0, 4771.0, 4734.0, 4774.0, 4747.0, 4715.0, 4732.0, 4712.0, 4753.0, 4724.0, 4722.0, 4743.0, 4727.0, 4763.0, 4736.0, 4714.0, 4747.0, 4723.0, 4763.0, 4737.0, 4764.0, 4748.0, 4726.0, 4754.0, 4735.0, 4772.0, 4747.0, 4723.0, 4731.0, 4727.0, 4763.0, 4736.0, 4762.0, 4722.0, 4763.0, 4723.0, 4741.0, 4743.0, 4714.0, 4733.0, 4712.0, 4754.0, 4723.0, 4722.0, 4745.0, 4729.0, 4755.0, 4747.0, 4738.0, 4775.0, 4737.0, 4774.0, 4739.0, 4774.0, 4747.0, 4754.0, 4734.0, 4714.0, 4755.0, 4723.0, 4737.0, 4778.0, 4756.0, 4738.0, 4766.0, 4749.0, 4741.0, 4786.0, 4747.0, 4782.0, 4746.0, 4787.0, 4753.0, 4723.0, 4744.0, 4721.0, 4754.0, 4736.0, 4734.0, 4746.0, 4727.0, 4754.0, 4739.0, 4740.0, 4769.0, 4736.0, 4774.0, 4738.0, 4727.0, 4768.0, 4738.0, 4774.0, 4737.0, 4772.0, 4734.0, 4763.0, 4752.0, 4731.0, 4753.0, 4732.0, 4765.0, 4736.0, 4722.0, 4762.0, 4725.0, 4762.0, 4732.0, 4770.0, 4735.0, 4711.0, 4723.0, 4700.0, 4725.0, 4743.0, 4746.0, 4713.0, 4734.0, 4724.0, 4742.0, 4737.0, 4744.0, 4740.0, 4727.0, 4760.0, 4738.0, 4765.0, 4748.0, 4765.0, 4752.0, 4755.0, 4760.0, 4725.0, 4755.0, 4739.0, 4784.0, 4755.0, 4728.0, 4754.0, 4724.0, 4775.0, 4746.0, 4767.0, 4754.0, 4726.0, 4754.0, 4738.0, 4761.0, 4755.0, 4721.0, 4753.0, 4733.0, 4787.0, 4747.0, 4725.0, 4757.0, 4738.0, 4779.0, 4748.0, 4724.0, 4756.0, 4735.0, 4776.0, 4746.0, 4728.0, 4765.0, 4725.0, 4736.0, 4758.0, 4735.0, 4778.0, 4756.0, 4738.0, 4765.0, 4744.0, 4776.0, 4752.0, 4725.0, 4761.0, 4734.0, 4772.0, 4744.0, 4719.0, 4746.0, 4734.0, 4732.0, 4756.0, 4734.0, 4753.0, 4737.0, 4735.0, 4762.0, 4735.0, 4751.0, 4727.0, 4724.0, 4774.0, 4745.0, 4713.0, 4746.0, 4735.0, 4775.0, 4744.0, 4723.0, 4747.0, 4724.0, 4762.0, 4745.0, 4761.0, 4733.0, 4725.0, 4741.0, 4733.0, 4740.0, 4731.0, 4725.0, 4742.0, 4737.0, 4763.0, 4736.0, 4753.0, 4734.0, 4721.0, 4735.0, 4737.0, 4742.0, 4737.0, 4718.0, 4748.0, 4742.0, 4756.0, 4749.0, 4765.0, 4752.0, 4742.0, 4767.0, 4737.0, 4765.0, 4746.0, 4759.0, 4765.0, 4736.0, 4765.0, 4735.0, 4769.0, 4757.0, 4736.0, 4774.0, 4748.0, 4746.0, 4767.0, 4724.0, 4766.0, 4733.0, 4783.0, 4756.0, 4722.0, 4756.0, 4725.0, 4765.0, 4726.0, 4714.0, 4747.0, 4726.0, 4739.0, 4746.0, 4741.0, 4771.0, 4758.0, 4741.0, 4738.0, 4765.0, 4749.0, 4753.0, 4788.0, 4747.0, 4788.0, 4746.0, 4776.0, 4743.0, 4774.0, 4734.0, 4759.0, 4723.0, 4742.0, 4723.0, 4713.0, 4731.0, 4723.0, 4732.0, 4725.0, 4726.0, 4748.0, 4739.0, 4757.0, 4741.0, 4738.0, 4757.0, 4739.0, 4765.0, 4739.0, 4775.0, 4746.0, 4753.0, 4733.0, 4726.0, 4745.0, 4736.0, 4762.0, 4738.0, 4762.0, 4736.0, 4773.0, 4746.0, 4715.0, 4732.0, 4710.0, 4743.0, 4726.0, 4752.0, 4724.0, 4731.0, 4733.0, 4727.0, 4764.0, 4734.0, 4765.0, 4746.0, 4752.0, 4746.0, 4723.0, 4732.0, 4725.0, 4762.0, 4735.0, 4714.0, 4735.0, 4735.0, 4776.0, 4745.0, 4774.0, 4728.0, 4742.0, 4741.0, 4721.0, 4752.0, 4725.0, 4751.0, 4723.0, 4734.0, 4753.0, 4734.0, 4751.0, 4744.0, 4735.0, 4752.0, 4724.0, 4756.0, 4734.0, 4742.0, 4744.0, 4727.0, 4742.0, 4728.0, 4728.0, 4753.0, 4735.0, 4752.0, 4738.0, 4737.0, 4765.0, 4738.0, 4752.0, 4745.0, 4723.0, 4754.0, 4721.0, 4752.0, 4723.0, 4762.0, 4723.0, 4752.0, 4724.0, 4714.0, 4730.0, 4737.0, 4744.0, 4746.0, 4734.0, 4755.0, 4737.0, 4737.0, 4770.0, 4736.0, 4766.0, 4735.0, 4776.0, 4755.0, 4733.0, 4747.0, 4739.0, 4774.0, 4757.0, 4736.0, 4754.0, 4736.0, 4756.0, 4757.0, 4738.0, 4767.0, 4724.0, 4715.0, 4755.0, 4737.0, 4767.0, 4734.0, 4713.0, 4744.0, 4734.0, 4762.0, 4733.0, 4722.0, 4756.0, 4734.0, 4766.0, 4726.0, 4724.0, 4742.0, 4734.0, 4756.0, 4725.0, 4714.0, 4744.0, 4735.0, 4736.0, 4746.0, 4738.0, 4777.0, 4755.0, 4738.0, 4754.0, 4736.0, 4745.0, 4753.0, 4736.0, 4753.0, 4737.0, 4775.0, 4743.0, 4715.0, 4730.0, 4724.0, 4751.0, 4735.0, 4723.0, 4741.0, 4725.0, 4736.0, 4742.0, 4736.0, 4755.0, 4737.0, 4737.0, 4764.0, 4732.0, 4775.0, 4754.0, 4735.0, 4765.0, 4746.0, 4737.0, 4755.0, 4754.0, 4724.0, 4755.0, 4755.0, 4727.0, 4774.0, 4736.0, 4731.0, 4733.0, 4733.0, 4764.0, 4732.0, 4716.0, 4732.0, 4734.0, 4761.0, 4732.0, 4740.0, 4715.0, 4727.0, 4747.0, 4737.0, 4746.0, 4743.0, 4726.0, 4769.0, 4737.0, 4728.0, 4755.0, 4727.0, 4762.0, 4737.0, 4777.0, 4754.0, 4723.0, 4747.0, 4721.0, 4755.0, 4726.0, 4754.0, 4725.0, 4743.0, 4722.0, 4751.0, 4732.0, 4723.0, 4732.0, 4735.0, 4756.0, 4737.0, 4726.0, 4734.0, 4726.0, 4764.0, 4736.0, 4766.0, 4744.0, 4724.0, 4753.0, 4737.0, 4775.0, 4736.0, 4762.0, 4737.0, 4732.0, 4755.0, 4726.0, 4742.0, 4725.0, 4737.0, 4765.0, 4735.0, 4753.0, 4746.0, 4734.0, 4766.0, 4725.0, 4765.0, 4735.0, 4736.0, 4743.0, 4725.0, 4742.0, 4726.0, 4726.0, 4743.0, 4726.0, 4751.0, 4724.0, 4727.0, 4756.0, 4726.0, 4752.0, 4726.0, 4726.0, 4764.0, 4728.0, 4763.0, 4728.0, 4733.0, 4752.0, 4734.0, 4773.0, 4733.0, 4732.0, 4744.0, 4742.0, 4745.0, 4711.0, 4731.0, 4710.0, 4741.0, 4720.0, 4740.0, 4715.0, 4704.0, 4734.0, 4727.0, 4756.0, 4736.0, 4714.0, 4743.0, 4740.0, 4764.0, 4749.0, 4756.0, 4724.0, 4723.0, 4753.0, 4724.0, 4761.0, 4733.0, 4725.0, 4764.0, 4747.0, 4746.0, 4747.0, 4723.0, 4763.0, 4744.0, 4733.0, 4772.0, 4723.0, 4731.0, 4743.0, 4722.0, 4761.0, 4732.0, 4722.0, 4741.0, 4724.0, 4722.0, 4763.0, 4743.0, 4722.0, 4762.0, 4733.0, 4739.0, 4773.0, 4754.0, 4726.0, 4752.0, 4723.0, 4763.0, 4746.0, 4734.0, 4735.0, 4723.0, 4752.0, 4723.0, 4723.0, 4729.0, 4721.0, 4745.0, 4735.0, 4727.0, 4755.0, 4724.0, 4753.0, 4738.0, 4726.0, 4754.0, 4723.0, 4754.0, 4734.0, 4767.0, 4754.0, 4724.0, 4743.0, 4725.0, 4751.0, 4728.0, 4723.0, 4757.0, 4724.0, 4762.0, 4743.0, 4735.0], 'WindowWidth': [10522.0, 10438.0, 10447.0, 10372.0, 10423.0, 10369.0, 10354.0, 10382.0, 10360.0, 10377.0, 10366.0, 10372.0, 10400.0, 10363.0, 10344.0, 10405.0, 10359.0, 10408.0, 10370.0, 10340.0, 10406.0, 10347.0, 10344.0, 10353.0, 10352.0, 10407.0, 10363.0, 10348.0, 10383.0, 10351.0, 10350.0, 10399.0, 10376.0, 10346.0, 10385.0, 10363.0, 10345.0, 10385.0, 10333.0, 10393.0, 10364.0, 10357.0, 10369.0, 10321.0, 10362.0, 10341.0, 10375.0, 10343.0, 10331.0, 10351.0, 10355.0, 10341.0, 10375.0, 10362.0, 10394.0, 10364.0, 10353.0, 10388.0, 10364.0, 10366.0, 10372.0, 10348.0, 10384.0, 10345.0, 10328.0, 10398.0, 10360.0, 10342.0, 10399.0, 10351.0, 10354.0, 10372.0, 10344.0, 10406.0, 10374.0, 10323.0, 10400.0, 10358.0, 10322.0, 10379.0, 10335.0, 10394.0, 10359.0, 10340.0, 10379.0, 10328.0, 10354.0, 10390.0, 10363.0, 10368.0, 10373.0, 10345.0, 10398.0, 10370.0, 10337.0, 10380.0, 10342.0, 10337.0, 10382.0, 10337.0, 10363.0, 10345.0, 10342.0, 10391.0, 10353.0, 10332.0, 10358.0, 10318.0, 10368.0, 10337.0, 10354.0, 10345.0, 10317.0, 10335.0, 10309.0, 10345.0, 10325.0, 10353.0, 10329.0, 10302.0, 10353.0, 10343.0, 10376.0, 10349.0, 10338.0, 10378.0, 10362.0, 10403.0, 10373.0, 10358.0, 10382.0, 10352.0, 10417.0, 10387.0, 10339.0, 10381.0, 10332.0, 10359.0, 10352.0, 10349.0, 10417.0, 10390.0, 10366.0, 10347.0, 10386.0, 10347.0, 10368.0, 10414.0, 10381.0, 10405.0, 10362.0, 10345.0, 10379.0, 10333.0, 10377.0, 10366.0, 10330.0, 10380.0, 10361.0, 10350.0, 10380.0, 10329.0, 10388.0, 10341.0, 10404.0, 10368.0, 10387.0, 10356.0, 10368.0, 10320.0, 10331.0, 10330.0, 10324.0, 10350.0, 10322.0, 10302.0, 10355.0, 10338.0, 10382.0, 10348.0, 10340.0, 10359.0, 10349.0, 10404.0, 10348.0, 10390.0, 10339.0, 10402.0, 10367.0, 10322.0, 10363.0, 10321.0, 10363.0, 10343.0, 10341.0, 10391.0, 10349.0, 10364.0, 10343.0, 10348.0, 10389.0, 10333.0, 10389.0, 10323.0, 10383.0, 10339.0, 10392.0, 10356.0, 10309.0, 10331.0, 10303.0, 10361.0, 10325.0, 10318.0, 10347.0, 10330.0, 10378.0, 10345.0, 10310.0, 10357.0, 10322.0, 10376.0, 10348.0, 10379.0, 10360.0, 10328.0, 10365.0, 10341.0, 10388.0, 10358.0, 10320.0, 10331.0, 10330.0, 10375.0, 10339.0, 10372.0, 10319.0, 10371.0, 10322.0, 10342.0, 10347.0, 10306.0, 10331.0, 10303.0, 10364.0, 10324.0, 10321.0, 10353.0, 10337.0, 10371.0, 10363.0, 10349.0, 10397.0, 10345.0, 10394.0, 10352.0, 10392.0, 10357.0, 10361.0, 10335.0, 10308.0, 10365.0, 10323.0, 10349.0, 10405.0, 10373.0, 10349.0, 10386.0, 10365.0, 10357.0, 10412.0, 10361.0, 10403.0, 10357.0, 10414.0, 10364.0, 10320.0, 10350.0, 10318.0, 10365.0, 10343.0, 10338.0, 10357.0, 10330.0, 10367.0, 10352.0, 10354.0, 10391.0, 10346.0, 10393.0, 10349.0, 10331.0, 10390.0, 10348.0, 10393.0, 10345.0, 10388.0, 10338.0, 10374.0, 10362.0, 10329.0, 10362.0, 10333.0, 10379.0, 10343.0, 10320.0, 10373.0, 10323.0, 10371.0, 10333.0, 10383.0, 10340.0, 10303.0, 10320.0, 10287.0, 10326.0, 10348.0, 10353.0, 10306.0, 10336.0, 10322.0, 10348.0, 10348.0, 10354.0, 10353.0, 10333.0, 10381.0, 10353.0, 10384.0, 10364.0, 10384.0, 10374.0, 10370.0, 10380.0, 10328.0, 10371.0, 10352.0, 10410.0, 10371.0, 10334.0, 10369.0, 10325.0, 10395.0, 10358.0, 10384.0, 10365.0, 10327.0, 10364.0, 10348.0, 10373.0, 10368.0, 10318.0, 10362.0, 10336.0, 10413.0, 10359.0, 10325.0, 10371.0, 10347.0, 10406.0, 10361.0, 10324.0, 10370.0, 10341.0, 10399.0, 10358.0, 10335.0, 10383.0, 10329.0, 10347.0, 10377.0, 10342.0, 10402.0, 10372.0, 10347.0, 10383.0, 10352.0, 10397.0, 10360.0, 10323.0, 10372.0, 10337.0, 10388.0, 10349.0, 10311.0, 10352.0, 10340.0, 10332.0, 10367.0, 10336.0, 10362.0, 10346.0, 10339.0, 10374.0, 10338.0, 10357.0, 10330.0, 10327.0, 10392.0, 10354.0, 10308.0, 10354.0, 10340.0, 10395.0, 10353.0, 10320.0, 10355.0, 10321.0, 10374.0, 10354.0, 10370.0, 10333.0, 10322.0, 10344.0, 10336.0, 10342.0, 10332.0, 10326.0, 10347.0, 10345.0, 10375.0, 10341.0, 10361.0, 10337.0, 10317.0, 10340.0, 10345.0, 10348.0, 10347.0, 10322.0, 10363.0, 10359.0, 10374.0, 10367.0, 10386.0, 10374.0, 10359.0, 10391.0, 10350.0, 10383.0, 10360.0, 10379.0, 10385.0, 10343.0, 10383.0, 10343.0, 10391.0, 10374.0, 10342.0, 10393.0, 10362.0, 10356.0, 10386.0, 10325.0, 10381.0, 10336.0, 10406.0, 10370.0, 10319.0, 10367.0, 10326.0, 10380.0, 10329.0, 10310.0, 10359.0, 10330.0, 10349.0, 10357.0, 10355.0, 10398.0, 10379.0, 10357.0, 10350.0, 10385.0, 10367.0, 10375.0, 10421.0, 10361.0, 10417.0, 10357.0, 10394.0, 10350.0, 10390.0, 10336.0, 10363.0, 10319.0, 10344.0, 10321.0, 10304.0, 10328.0, 10320.0, 10332.0, 10328.0, 10331.0, 10361.0, 10351.0, 10373.0, 10356.0, 10350.0, 10375.0, 10351.0, 10383.0, 10349.0, 10396.0, 10357.0, 10361.0, 10336.0, 10328.0, 10354.0, 10340.0, 10373.0, 10344.0, 10372.0, 10342.0, 10388.0, 10354.0, 10309.0, 10329.0, 10300.0, 10347.0, 10326.0, 10358.0, 10322.0, 10328.0, 10336.0, 10332.0, 10378.0, 10340.0, 10380.0, 10359.0, 10359.0, 10354.0, 10318.0, 10332.0, 10327.0, 10373.0, 10340.0, 10310.0, 10339.0, 10341.0, 10396.0, 10353.0, 10390.0, 10331.0, 10345.0, 10345.0, 10316.0, 10356.0, 10321.0, 10357.0, 10322.0, 10335.0, 10360.0, 10336.0, 10357.0, 10352.0, 10338.0, 10360.0, 10321.0, 10365.0, 10339.0, 10345.0, 10349.0, 10328.0, 10346.0, 10334.0, 10333.0, 10362.0, 10339.0, 10362.0, 10346.0, 10347.0, 10380.0, 10347.0, 10359.0, 10353.0, 10322.0, 10362.0, 10314.0, 10357.0, 10318.0, 10371.0, 10319.0, 10354.0, 10319.0, 10305.0, 10327.0, 10344.0, 10351.0, 10356.0, 10339.0, 10369.0, 10349.0, 10347.0, 10392.0, 10343.0, 10383.0, 10343.0, 10398.0, 10369.0, 10334.0, 10355.0, 10348.0, 10392.0, 10371.0, 10341.0, 10364.0, 10341.0, 10370.0, 10373.0, 10346.0, 10384.0, 10325.0, 10315.0, 10367.0, 10343.0, 10384.0, 10337.0, 10307.0, 10352.0, 10338.0, 10374.0, 10336.0, 10319.0, 10370.0, 10339.0, 10380.0, 10328.0, 10323.0, 10348.0, 10337.0, 10367.0, 10327.0, 10312.0, 10352.0, 10341.0, 10342.0, 10357.0, 10348.0, 10400.0, 10369.0, 10347.0, 10364.0, 10344.0, 10352.0, 10363.0, 10339.0, 10360.0, 10341.0, 10392.0, 10347.0, 10308.0, 10325.0, 10321.0, 10355.0, 10338.0, 10319.0, 10343.0, 10324.0, 10340.0, 10347.0, 10342.0, 10365.0, 10342.0, 10346.0, 10379.0, 10333.0, 10393.0, 10366.0, 10340.0, 10381.0, 10359.0, 10345.0, 10368.0, 10366.0, 10324.0, 10367.0, 10367.0, 10328.0, 10390.0, 10339.0, 10328.0, 10332.0, 10333.0, 10375.0, 10330.0, 10310.0, 10330.0, 10335.0, 10372.0, 10333.0, 10337.0, 10310.0, 10329.0, 10357.0, 10344.0, 10354.0, 10350.0, 10329.0, 10390.0, 10346.0, 10333.0, 10367.0, 10330.0, 10373.0, 10345.0, 10399.0, 10363.0, 10317.0, 10353.0, 10314.0, 10365.0, 10324.0, 10358.0, 10319.0, 10343.0, 10317.0, 10355.0, 10329.0, 10317.0, 10330.0, 10337.0, 10369.0, 10343.0, 10327.0, 10337.0, 10327.0, 10379.0, 10343.0, 10382.0, 10352.0, 10323.0, 10363.0, 10346.0, 10394.0, 10341.0, 10370.0, 10343.0, 10332.0, 10366.0, 10327.0, 10346.0, 10326.0, 10346.0, 10380.0, 10341.0, 10360.0, 10355.0, 10338.0, 10381.0, 10325.0, 10376.0, 10339.0, 10339.0, 10346.0, 10322.0, 10344.0, 10328.0, 10326.0, 10347.0, 10325.0, 10356.0, 10324.0, 10329.0, 10366.0, 10326.0, 10358.0, 10327.0, 10330.0, 10378.0, 10332.0, 10375.0, 10332.0, 10337.0, 10362.0, 10337.0, 10388.0, 10334.0, 10331.0, 10351.0, 10346.0, 10350.0, 10299.0, 10327.0, 10297.0, 10339.0, 10311.0, 10335.0, 10307.0, 10292.0, 10335.0, 10332.0, 10368.0, 10340.0, 10311.0, 10349.0, 10351.0, 10378.0, 10360.0, 10366.0, 10323.0, 10321.0, 10361.0, 10322.0, 10371.0, 10335.0, 10325.0, 10380.0, 10359.0, 10353.0, 10356.0, 10319.0, 10375.0, 10350.0, 10332.0, 10387.0, 10321.0, 10330.0, 10347.0, 10317.0, 10370.0, 10328.0, 10313.0, 10340.0, 10320.0, 10319.0, 10377.0, 10347.0, 10318.0, 10372.0, 10334.0, 10349.0, 10390.0, 10362.0, 10325.0, 10357.0, 10320.0, 10372.0, 10351.0, 10331.0, 10334.0, 10317.0, 10355.0, 10319.0, 10316.0, 10323.0, 10314.0, 10352.0, 10342.0, 10329.0, 10365.0, 10324.0, 10362.0, 10348.0, 10332.0, 10365.0, 10322.0, 10362.0, 10337.0, 10384.0, 10364.0, 10322.0, 10346.0, 10323.0, 10354.0, 10330.0, 10319.0, 10368.0, 10322.0, 10372.0, 10349.0, 10340.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.00017834482758620688</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.014236793540229884</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.31812187609895</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1743149923245118</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9869075841772136</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4739</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6707.2803</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07640274026809304</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.346983208847742</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2790744002080863</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.615412301280075</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1464629250550638</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00700375</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021083228290081024</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03424542397260666</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.903089187936744</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>30.8636</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3571</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.6773</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301499.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>1061.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>445.143</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3619</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>670.2195</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3933.6698</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4155.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75045.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1339.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5155.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1064.5343</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.57395040639676</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> |