=== 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-0052 --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-0052",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0052_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0052_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0052_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-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-04/func/sub-0052_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>196c47081df71af94a089a9dcd8b148d</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>13:11:21.400000</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.99998, -0.00587619, 0.00243509, 0.00523595, 0.977811, 0.209422]</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.0932892</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>[4132, -7718, -7312, 768, -32, -29, 54, 86]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>238.843</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2495ca47-1008-4409-b1f1-4a7f1354f14e||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.6828725337982178, 0.01404766645282507, 0.009751496836543083, 112.39926147460938], [0.015765387564897537, 2.623396158218384, 0.5653942823410034, -107.45210266113281], [0.006533174309879541, -0.5618646144866943, 2.640120029449463, -42.216590881347656], [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': ['131121.400000', '131121.860000', '131122.320000', '131122.780000', '131123.240000', '131123.700000', '131124.160000', '131124.620000', '131125.080000', '131125.540000', '131126.000000', '131126.460000', '131126.920000', '131127.380000', '131127.840000', '131128.300000', '131128.760000', '131129.220000', '131129.680000', '131130.140000', '131130.600000', '131131.060000', '131131.520000', '131131.980000', '131132.440000', '131132.900000', '131133.360000', '131133.820000', '131134.280000', '131134.740000', '131135.200000', '131135.660000', '131136.120000', '131136.580000', '131137.040000', '131137.500000', '131137.960000', '131138.420000', '131138.880000', '131139.340000', '131139.800000', '131140.260000', '131140.720000', '131141.180000', '131141.640000', '131142.100000', '131142.560000', '131143.020000', '131143.480000', '131143.940000', '131144.400000', '131144.860000', '131145.320000', '131145.780000', '131146.240000', '131146.700000', '131147.160000', '131147.620000', '131148.080000', '131148.540000', '131149.000000', '131149.460000', '131149.920000', '131150.380000', '131150.840000', '131151.300000', '131151.760000', '131152.220000', '131152.680000', '131153.140000', '131153.600000', '131154.060000', '131154.520000', '131154.980000', '131155.440000', '131155.900000', '131156.360000', '131156.820000', '131157.280000', '131157.740000', '131158.200000', '131158.660000', '131159.120000', '131159.580000', '131200.040000', '131200.500000', '131200.960000', '131201.420000', '131201.880000', '131202.340000', '131202.800000', '131203.260000', '131203.720000', '131204.180000', '131204.640000', '131205.100000', '131205.560000', '131206.020000', '131206.480000', '131206.940000', '131207.400000', '131207.860000', '131208.320000', '131208.780000', '131209.240000', '131209.700000', '131210.160000', '131210.620000', '131211.080000', '131211.540000', '131212.000000', '131212.460000', '131212.920000', '131213.380000', '131213.840000', '131214.300000', '131214.760000', '131215.220000', '131215.680000', '131216.140000', '131216.600000', '131217.060000', '131217.520000', '131217.980000', '131218.440000', '131218.900000', '131219.360000', '131219.820000', '131220.280000', '131220.740000', '131221.200000', '131221.660000', '131222.120000', '131222.580000', '131223.040000', '131223.500000', '131223.960000', '131224.420000', '131224.880000', '131225.340000', '131225.800000', '131226.260000', '131226.720000', '131227.180000', '131227.640000', '131228.100000', '131228.560000', '131229.020000', '131229.480000', '131229.940000', '131230.400000', '131230.860000', '131231.320000', '131231.780000', '131232.240000', '131232.700000', '131233.160000', '131233.620000', '131234.080000', '131234.540000', '131235.000000', '131235.460000', '131235.920000', '131236.380000', '131236.840000', '131237.300000', '131237.760000', '131238.220000', '131238.680000', '131239.140000', '131239.600000', '131240.060000', '131240.520000', '131240.980000', '131241.440000', '131241.900000', '131242.360000', '131242.820000', '131243.280000', '131243.740000', '131244.200000', '131244.660000', '131245.120000', '131245.580000', '131246.040000', '131246.500000', '131246.960000', '131247.420000', '131247.880000', '131248.340000', '131248.800000', '131249.260000', '131249.720000', '131250.180000', '131250.640000', '131251.100000', '131251.560000', '131252.020000', '131252.480000', '131252.940000', '131253.400000', '131253.860000', '131254.320000', '131254.780000', '131255.240000', '131255.700000', '131256.160000', '131256.620000', '131257.080000', '131257.540000', '131258.000000', '131258.460000', '131258.920000', '131259.380000', '131259.840000', '131300.300000', '131300.760000', '131301.220000', '131301.680000', '131302.140000', '131302.600000', '131303.060000', '131303.520000', '131303.980000', '131304.440000', '131304.900000', '131305.360000', '131305.820000', '131306.280000', '131306.740000', '131307.200000', '131307.660000', '131308.120000', '131308.580000', '131309.040000', '131309.500000', '131309.960000', '131310.420000', '131310.880000', '131311.340000', '131311.800000', '131312.260000', '131312.720000', '131313.180000', '131313.640000', '131314.100000', '131314.560000', '131315.020000', '131315.480000', '131315.940000', '131316.400000', '131316.860000', '131317.320000', '131317.780000', '131318.240000', '131318.700000', '131319.160000', '131319.620000', '131320.080000', '131320.540000', '131321.000000', '131321.460000', '131321.920000', '131322.380000', '131322.840000', '131323.300000', '131323.760000', '131324.220000', '131324.680000', '131325.140000', '131325.600000', '131326.060000', '131326.520000', '131326.980000', '131327.440000', '131327.900000', '131328.360000', '131328.820000', '131329.280000', '131329.740000', '131330.200000', '131330.660000', '131331.120000', '131331.580000', '131332.040000', '131332.500000', '131332.960000', '131333.420000', '131333.880000', '131334.340000', '131334.800000', '131335.260000', '131335.720000', '131336.180000', '131336.640000', '131337.100000', '131337.560000', '131338.020000', '131338.480000', '131338.940000', '131339.400000', '131339.860000', '131340.320000', '131340.780000', '131341.240000', '131341.700000', '131342.160000', '131342.620000', '131343.080000', '131343.540000', '131344.000000', '131344.460000', '131344.920000', '131345.380000', '131345.840000', '131346.300000', '131346.760000', '131347.220000', '131347.680000', '131348.140000', '131348.600000', '131349.060000', '131349.520000', '131349.980000', '131350.440000', '131350.900000', '131351.360000', '131351.820000', '131352.280000', '131352.740000', '131353.200000', '131353.660000', '131354.120000', '131354.580000', '131355.040000', '131355.500000', '131355.960000', '131356.420000', '131356.880000', '131357.340000', '131357.800000', '131358.260000', '131358.720000', '131359.180000', '131359.640000', '131400.100000', '131400.560000', '131401.020000', '131401.480000', '131401.940000', '131402.400000', '131402.860000', '131403.320000', '131403.780000', '131404.240000', '131404.700000', '131405.160000', '131405.620000', '131406.080000', '131406.540000', '131407.000000', '131407.460000', '131407.920000', '131408.380000', '131408.840000', '131409.300000', '131409.760000', '131410.220000', '131410.680000', '131411.140000', '131411.600000', '131412.060000', '131412.520000', '131412.980000', '131413.440000', '131413.900000', '131414.360000', '131414.820000', '131415.280000', '131415.740000', '131416.200000', '131416.660000', '131417.120000', '131417.580000', '131418.040000', '131418.500000', '131418.960000', '131419.420000', '131419.880000', '131420.340000', '131420.800000', '131421.260000', '131421.720000', '131422.180000', '131422.640000', '131423.100000', '131423.560000', '131424.020000', '131424.480000', '131424.940000', '131425.400000', '131425.860000', '131426.320000', '131426.780000', '131427.240000', '131427.700000', '131428.160000', '131428.620000', '131429.080000', '131429.540000', '131430.000000', '131430.460000', '131430.920000', '131431.380000', '131431.840000', '131432.300000', '131432.760000', '131433.220000', '131433.680000', '131434.140000', '131434.600000', '131435.060000', '131435.520000', '131435.980000', '131436.440000', '131436.900000', '131437.360000', '131437.820000', '131438.280000', '131438.740000', '131439.200000', '131439.660000', '131440.120000', '131440.580000', '131441.040000', '131441.500000', '131441.960000', '131442.420000', '131442.880000', '131443.340000', '131443.800000', '131444.260000', '131444.720000', '131445.180000', '131445.640000', '131446.100000', '131446.560000', '131447.020000', '131447.480000', '131447.940000', '131448.400000', '131448.860000', '131449.320000', '131449.780000', '131450.240000', '131450.700000', '131451.160000', '131451.620000', '131452.080000', '131452.540000', '131453.000000', '131453.460000', '131453.920000', '131454.380000', '131454.840000', '131455.300000', '131455.760000', '131456.220000', '131456.680000', '131457.140000', '131457.600000', '131458.060000', '131458.520000', '131458.980000', '131459.440000', '131459.900000', '131500.360000', '131500.820000', '131501.280000', '131501.740000', '131502.200000', '131502.660000', '131503.120000', '131503.580000', '131504.040000', '131504.500000', '131504.960000', '131505.420000', '131505.880000', '131506.340000', '131506.800000', '131507.260000', '131507.720000', '131508.180000', '131508.640000', '131509.100000', '131509.560000', '131510.020000', '131510.480000', '131510.940000', '131511.400000', '131511.860000', '131512.320000', '131512.780000', '131513.240000', '131513.700000', '131514.160000', '131514.620000', '131515.080000', '131515.540000', '131516.000000', '131516.460000', '131516.920000', '131517.380000', '131517.840000', '131518.300000', '131518.760000', '131519.220000', '131519.680000', '131520.140000', '131520.600000', '131521.060000', '131521.520000', '131521.980000', '131522.440000', '131522.900000', '131523.360000', '131523.820000', '131524.280000', '131524.740000', '131525.200000', '131525.660000', '131526.120000', '131526.580000', '131527.040000', '131527.500000', '131527.960000', '131528.420000', '131528.880000', '131529.340000', '131529.800000', '131530.260000', '131530.720000', '131531.180000', '131531.640000', '131532.100000', '131532.560000', '131533.020000', '131533.480000', '131533.940000', '131534.400000', '131534.860000', '131535.320000', '131535.780000', '131536.240000', '131536.700000', '131537.160000', '131537.620000', '131538.080000', '131538.540000', '131539.000000', '131539.460000', '131539.920000', '131540.380000', '131540.840000', '131541.300000', '131541.760000', '131542.220000', '131542.680000', '131543.140000', '131543.600000', '131544.060000', '131544.520000', '131544.980000', '131545.440000', '131545.900000', '131546.360000', '131546.820000', '131547.280000', '131547.740000', '131548.200000', '131548.660000', '131549.120000', '131549.580000', '131550.040000', '131550.500000', '131550.960000', '131551.420000', '131551.880000', '131552.340000', '131552.800000', '131553.260000', '131553.720000', '131554.180000', '131554.640000', '131555.100000', '131555.560000', '131556.020000', '131556.480000', '131556.940000', '131557.400000', '131557.860000', '131558.320000', '131558.780000', '131559.240000', '131559.700000', '131600.160000', '131600.620000', '131601.080000', '131601.540000', '131602.000000', '131602.460000', '131602.920000', '131603.380000', '131603.840000', '131604.300000', '131604.760000', '131605.220000', '131605.680000', '131606.140000', '131606.600000', '131607.060000', '131607.520000', '131607.980000', '131608.440000', '131608.900000', '131609.360000', '131609.820000', '131610.280000', '131610.740000', '131611.200000', '131611.660000', '131612.120000', '131612.580000', '131613.040000', '131613.500000', '131613.960000', '131614.420000', '131614.880000', '131615.340000', '131615.800000', '131616.260000', '131616.720000', '131617.180000', '131617.640000', '131618.100000', '131618.560000', '131619.020000', '131619.480000', '131619.940000', '131620.400000', '131620.860000', '131621.320000', '131621.780000', '131622.240000', '131622.700000', '131623.160000', '131623.620000', '131624.080000', '131624.540000', '131625.000000', '131625.460000', '131625.920000', '131626.380000', '131626.840000', '131627.300000', '131627.760000', '131628.220000', '131628.680000', '131629.140000', '131629.600000', '131630.060000', '131630.520000', '131630.980000', '131631.440000', '131631.900000', '131632.360000', '131632.820000', '131633.280000', '131633.740000', '131634.200000', '131634.660000', '131635.120000', '131635.580000', '131636.040000', '131636.500000', '131636.960000', '131637.420000', '131637.880000', '131638.340000', '131638.800000', '131639.260000', '131639.720000', '131640.180000', '131640.640000', '131641.100000', '131641.560000', '131642.020000', '131642.480000', '131642.940000', '131643.400000', '131643.860000', '131644.320000', '131644.780000', '131645.240000', '131645.700000', '131646.160000', '131646.620000', '131647.080000', '131647.540000', '131648.000000', '131648.460000', '131648.920000', '131649.380000', '131649.840000', '131650.300000', '131650.760000', '131651.220000', '131651.680000', '131652.140000', '131652.600000', '131653.060000', '131653.520000', '131653.980000', '131654.440000', '131654.900000', '131655.360000', '131655.820000', '131656.280000', '131656.740000', '131657.200000', '131657.660000', '131658.120000', '131658.580000', '131659.040000', '131659.500000', '131659.960000', '131700.420000', '131700.880000', '131701.340000', '131701.800000', '131702.260000', '131702.720000', '131703.180000', '131703.640000', '131704.100000', '131704.560000', '131705.020000', '131705.480000', '131705.940000', '131706.400000', '131706.860000', '131707.320000', '131707.780000', '131708.240000', '131708.700000', '131709.160000', '131709.620000', '131710.080000', '131710.540000', '131711.000000', '131711.460000', '131711.920000', '131712.380000', '131712.840000', '131713.300000', '131713.760000', '131714.220000', '131714.680000', '131715.140000', '131715.600000', '131716.060000', '131716.520000', '131716.980000', '131717.440000', '131717.900000', '131718.360000', '131718.820000', '131719.280000', '131719.740000', '131720.200000', '131720.660000', '131721.120000', '131721.580000', '131722.040000', '131722.500000', '131722.960000', '131723.420000', '131723.880000', '131724.340000', '131724.800000', '131725.260000', '131725.720000', '131726.180000', '131726.640000', '131727.100000', '131727.560000', '131728.020000', '131728.480000', '131728.940000', '131729.400000', '131729.860000', '131730.320000', '131730.780000', '131731.240000', '131731.700000', '131732.160000', '131732.620000', '131733.080000', '131733.540000', '131734.000000', '131734.460000', '131734.920000', '131735.380000', '131735.840000', '131736.300000', '131736.760000', '131737.220000', '131737.680000', '131738.140000', '131738.600000', '131739.060000', '131739.520000', '131739.980000', '131740.440000', '131740.900000', '131741.360000', '131741.820000', '131742.280000', '131742.740000', '131743.200000', '131743.660000', '131744.120000', '131744.580000', '131745.040000', '131745.500000', '131745.960000', '131746.420000', '131746.880000', '131747.340000', '131747.800000', '131748.260000', '131748.720000', '131749.180000', '131749.640000', '131750.100000', '131750.560000', '131751.020000', '131751.480000', '131751.940000', '131752.400000', '131752.860000', '131753.320000', '131753.780000', '131754.240000', '131754.700000', '131755.160000', '131755.620000', '131756.080000', '131756.540000', '131757.000000', '131757.460000', '131757.920000', '131758.380000', '131758.840000', '131759.300000', '131759.760000', '131800.220000', '131800.680000', '131801.140000', '131801.600000', '131802.060000'], 'ContentTime': ['131130.913000', '131130.917000', '131130.919000', '131130.922000', '131130.925000', '131130.935000', '131130.941000', '131130.943000', '131130.946000', '131130.949000', '131130.952000', '131130.959000', '131130.961000', '131130.964000', '131130.967000', '131130.969000', '131130.981000', '131130.986000', '131130.989000', '131150.866000', '131150.869000', '131150.872000', '131150.875000', '131150.877000', '131150.880000', '131150.882000', '131150.885000', '131150.888000', '131150.890000', '131150.893000', '131150.896000', '131150.898000', '131150.901000', '131150.906000', '131150.909000', '131150.912000', '131150.914000', '131150.917000', '131150.920000', '131150.922000', '131150.925000', '131150.927000', '131150.930000', '131150.933000', '131150.935000', '131150.938000', '131150.940000', '131150.973000', '131150.976000', '131150.979000', '131150.981000', '131150.984000', '131150.986000', '131150.989000', '131150.992000', '131150.995000', '131150.997000', '131151.001000', '131151.004000', '131151.006000', '131151.009000', '131151.011000', '131210.866000', '131210.869000', '131210.872000', '131210.874000', '131210.877000', '131210.880000', '131210.882000', '131210.885000', '131210.888000', '131210.890000', '131210.893000', '131210.895000', '131210.898000', '131210.901000', '131210.903000', '131210.906000', '131210.909000', '131210.911000', '131210.914000', '131210.916000', '131210.919000', '131210.922000', '131210.924000', '131210.927000', '131210.930000', '131210.932000', '131210.935000', '131210.937000', '131210.940000', '131210.943000', '131210.945000', '131210.948000', '131210.951000', '131210.953000', '131210.956000', '131210.958000', '131210.961000', '131210.964000', '131210.966000', '131210.969000', '131210.971000', '131210.974000', '131210.977000', '131230.867000', '131230.869000', '131230.872000', '131230.875000', '131230.877000', '131230.880000', '131230.883000', '131230.885000', '131230.888000', '131230.891000', '131230.893000', '131230.896000', '131230.899000', '131230.901000', '131230.904000', '131230.906000', '131230.909000', '131230.912000', '131230.914000', '131230.917000', '131230.919000', '131230.922000', '131230.925000', '131230.927000', '131230.930000', '131230.932000', '131230.935000', '131230.938000', '131230.940000', '131230.943000', '131230.945000', '131230.948000', '131230.951000', '131230.953000', '131230.956000', '131230.959000', '131230.961000', '131230.964000', '131230.966000', '131230.969000', '131230.972000', '131230.974000', '131230.977000', '131230.980000', '131250.866000', '131250.869000', '131250.872000', '131250.875000', '131250.877000', '131250.880000', '131250.883000', '131250.885000', '131250.888000', '131250.890000', '131250.893000', '131250.896000', '131250.898000', '131250.901000', '131250.904000', '131250.906000', '131250.909000', '131250.912000', '131250.914000', '131250.917000', '131250.920000', '131250.922000', '131250.925000', '131250.928000', '131250.930000', '131250.933000', '131250.935000', '131250.938000', '131250.941000', '131250.943000', '131250.946000', '131250.949000', '131250.951000', '131250.954000', '131250.957000', '131250.959000', '131250.962000', '131250.964000', '131250.967000', '131250.970000', '131250.972000', '131250.975000', '131250.977000', '131250.980000', '131310.866000', '131310.869000', '131310.872000', '131310.875000', '131310.884000', '131310.887000', '131310.889000', '131310.892000', '131310.894000', '131310.897000', '131310.900000', '131310.902000', '131310.905000', '131310.907000', '131310.910000', '131310.913000', '131310.915000', '131310.918000', '131310.921000', '131310.923000', '131310.926000', '131310.928000', '131310.931000', '131310.933000', '131310.936000', '131310.939000', '131310.941000', '131310.944000', '131310.947000', '131310.949000', '131310.952000', '131310.955000', '131310.957000', '131310.960000', '131310.963000', '131310.965000', '131310.968000', '131310.970000', '131310.973000', '131310.976000', '131310.978000', '131310.981000', '131310.983000', '131330.867000', '131330.869000', '131330.872000', '131330.875000', '131330.877000', '131330.880000', '131330.883000', '131330.885000', '131330.888000', '131330.890000', '131330.893000', '131330.896000', '131330.898000', '131330.901000', '131330.904000', '131330.907000', '131330.909000', '131330.912000', '131330.915000', '131330.917000', '131330.920000', '131330.922000', '131330.925000', '131330.928000', '131330.930000', '131330.933000', '131330.936000', '131330.938000', '131330.941000', '131330.944000', '131330.947000', '131330.949000', '131330.952000', '131330.954000', '131330.957000', '131330.960000', '131330.962000', '131330.965000', '131330.967000', '131330.970000', '131330.973000', '131330.975000', '131330.978000', '131330.981000', '131350.866000', '131350.869000', '131350.872000', '131350.875000', '131350.877000', '131350.880000', '131350.883000', '131350.885000', '131350.888000', '131350.890000', '131350.893000', '131350.896000', '131350.898000', '131350.901000', '131350.903000', '131350.906000', '131350.909000', '131350.911000', '131350.914000', '131350.916000', '131350.919000', '131350.922000', '131350.924000', '131350.927000', '131350.930000', '131350.932000', '131350.935000', '131350.937000', '131350.940000', '131350.943000', '131350.945000', '131350.948000', '131350.951000', '131350.953000', '131350.956000', '131350.958000', '131350.961000', '131350.964000', '131350.966000', '131350.969000', '131350.972000', '131350.974000', '131350.977000', '131410.867000', '131410.870000', '131410.872000', '131410.875000', '131410.877000', '131410.880000', '131410.883000', '131410.885000', '131410.888000', '131410.891000', '131410.893000', '131410.896000', '131410.899000', '131410.901000', '131410.904000', '131410.907000', '131410.909000', '131410.912000', '131410.915000', '131410.917000', '131410.920000', '131410.922000', '131410.925000', '131410.928000', '131410.930000', '131410.933000', '131410.936000', '131410.938000', '131410.941000', '131410.944000', '131410.946000', '131410.949000', '131410.952000', '131410.954000', '131410.957000', '131410.960000', '131410.962000', '131410.965000', '131410.967000', '131410.970000', '131410.973000', '131410.975000', '131410.978000', '131410.981000', '131430.866000', '131430.869000', '131430.872000', '131430.875000', '131430.877000', '131430.880000', '131430.883000', '131430.885000', '131430.888000', '131430.891000', '131430.893000', '131430.896000', '131430.898000', '131430.901000', '131430.903000', '131430.906000', '131430.909000', '131430.911000', '131430.914000', '131430.917000', '131430.919000', '131430.922000', '131430.924000', '131430.927000', '131430.929000', '131430.932000', '131430.935000', '131430.937000', '131430.940000', '131430.943000', '131430.945000', '131430.948000', '131430.951000', '131430.953000', '131430.956000', '131430.958000', '131430.961000', '131430.964000', '131430.966000', '131430.969000', '131430.971000', '131430.974000', '131430.977000', '131450.891000', '131450.894000', '131450.896000', '131450.899000', '131450.902000', '131450.904000', '131450.907000', '131450.909000', '131450.912000', '131450.915000', '131450.918000', '131450.920000', '131450.923000', '131450.926000', '131450.928000', '131450.931000', '131450.933000', '131450.936000', '131450.939000', '131450.941000', '131450.944000', '131450.947000', '131450.949000', '131450.952000', '131450.955000', '131450.957000', '131450.960000', '131450.963000', '131450.965000', '131450.968000', '131450.971000', '131450.973000', '131450.976000', '131450.979000', '131450.981000', '131450.984000', '131450.986000', '131450.989000', '131450.992000', '131450.994000', '131450.997000', '131451.000000', '131451.002000', '131451.005000', '131510.867000', '131510.869000', '131510.872000', '131510.875000', '131510.877000', '131510.880000', '131510.883000', '131510.885000', '131510.888000', '131510.890000', '131510.893000', '131510.896000', '131510.898000', '131510.901000', '131510.904000', '131510.906000', '131510.909000', '131510.911000', '131510.914000', '131510.917000', '131510.920000', '131510.922000', '131510.925000', '131510.927000', '131510.930000', '131510.933000', '131510.935000', '131510.938000', '131510.941000', '131510.943000', '131510.946000', '131510.949000', '131510.951000', '131510.954000', '131510.957000', '131510.959000', '131510.962000', '131510.964000', '131510.967000', '131510.970000', '131510.972000', '131510.975000', '131510.978000', '131530.866000', '131530.869000', '131530.872000', '131530.875000', '131530.877000', '131530.880000', '131530.883000', '131530.885000', '131530.888000', '131530.891000', '131530.893000', '131530.896000', '131530.898000', '131530.901000', '131530.904000', '131530.906000', '131530.909000', '131530.912000', '131530.914000', '131530.917000', '131530.919000', '131530.922000', '131530.925000', '131530.927000', '131530.930000', '131530.933000', '131530.935000', '131530.938000', '131530.941000', '131530.943000', '131530.946000', '131530.948000', '131530.951000', '131530.954000', '131530.956000', '131530.959000', '131530.961000', '131530.964000', '131530.967000', '131530.970000', '131530.973000', '131530.976000', '131530.979000', '131550.866000', '131550.869000', '131550.872000', '131550.875000', '131550.877000', '131550.880000', '131550.883000', '131550.885000', '131550.888000', '131550.890000', '131550.893000', '131550.896000', '131550.898000', '131550.901000', '131550.904000', '131550.906000', '131550.909000', '131550.912000', '131550.914000', '131550.917000', '131550.919000', '131550.922000', '131550.925000', '131550.927000', '131550.930000', '131550.932000', '131550.935000', '131550.938000', '131550.940000', '131550.943000', '131550.946000', '131550.948000', '131550.951000', '131550.953000', '131550.956000', '131550.959000', '131550.961000', '131550.964000', '131550.967000', '131550.969000', '131550.972000', '131550.974000', '131550.977000', '131550.980000', '131610.867000', '131610.869000', '131610.872000', '131610.875000', '131610.878000', '131610.880000', '131610.883000', '131610.885000', '131610.888000', '131610.891000', '131610.893000', '131610.896000', '131610.899000', '131610.901000', '131610.904000', '131610.907000', '131610.913000', '131610.916000', '131610.919000', '131610.922000', '131610.925000', '131610.928000', '131610.931000', '131610.933000', '131610.936000', '131610.958000', '131610.960000', '131610.963000', '131610.966000', '131610.968000', '131610.971000', '131610.973000', '131610.976000', '131610.979000', '131610.982000', '131610.984000', '131610.987000', '131610.990000', '131610.992000', '131610.995000', '131610.998000', '131611.001000', '131611.004000', '131630.867000', '131630.870000', '131630.872000', '131630.875000', '131630.878000', '131630.881000', '131630.883000', '131630.886000', '131630.888000', '131630.892000', '131630.895000', '131630.897000', '131630.900000', '131630.903000', '131630.905000', '131630.908000', '131630.911000', '131630.913000', '131630.916000', '131630.919000', '131630.921000', '131630.924000', '131630.926000', '131630.929000', '131630.932000', '131630.934000', '131630.937000', '131630.940000', '131630.942000', '131630.945000', '131630.947000', '131630.950000', '131630.953000', '131630.956000', '131630.958000', '131630.961000', '131630.964000', '131630.966000', '131630.969000', '131630.971000', '131630.974000', '131630.977000', '131630.979000', '131630.982000', '131650.867000', '131650.883000', '131650.886000', '131650.889000', '131650.891000', '131650.894000', '131650.896000', '131650.899000', '131650.902000', '131650.904000', '131650.907000', '131650.910000', '131650.912000', '131650.915000', '131650.917000', '131650.920000', '131650.923000', '131650.926000', '131650.928000', '131650.931000', '131650.934000', '131650.936000', '131650.939000', '131650.942000', '131650.945000', '131650.949000', '131650.952000', '131650.954000', '131650.957000', '131650.959000', '131650.962000', '131650.965000', '131650.967000', '131650.970000', '131650.973000', '131650.975000', '131650.978000', '131650.981000', '131650.983000', '131650.994000', '131650.997000', '131651.000000', '131651.003000', '131710.866000', '131710.869000', '131710.872000', '131710.875000', '131710.877000', '131710.880000', '131710.883000', '131710.885000', '131710.888000', '131710.891000', '131710.893000', '131710.896000', '131710.899000', '131710.901000', '131710.904000', '131710.907000', '131710.909000', '131710.912000', '131710.915000', '131710.917000', '131710.920000', '131710.922000', '131710.925000', '131710.928000', '131710.930000', '131710.933000', '131710.935000', '131710.938000', '131710.941000', '131710.944000', '131710.946000', '131710.951000', '131710.953000', '131710.956000', '131710.958000', '131710.961000', '131710.964000', '131710.966000', '131710.969000', '131710.972000', '131710.974000', '131710.977000', '131710.980000', '131710.982000', '131730.866000', '131730.869000', '131730.872000', '131730.875000', '131730.877000', '131730.880000', '131730.883000', '131730.885000', '131730.888000', '131730.890000', '131730.893000', '131730.896000', '131730.898000', '131730.901000', '131730.904000', '131730.906000', '131730.909000', '131730.911000', '131730.914000', '131730.917000', '131730.919000', '131730.922000', '131730.925000', '131730.927000', '131730.930000', '131730.933000', '131730.935000', '131730.938000', '131730.941000', '131730.944000', '131730.947000', '131730.949000', '131730.952000', '131730.955000', '131730.957000', '131730.960000', '131730.975000', '131730.978000', '131730.980000', '131730.983000', '131730.986000', '131730.988000', '131730.991000', '131750.866000', '131750.876000', '131750.879000', '131750.882000', '131750.884000', '131750.887000', '131750.889000', '131750.892000', '131750.895000', '131750.897000', '131750.900000', '131750.903000', '131750.905000', '131750.908000', '131750.910000', '131750.913000', '131750.916000', '131750.918000', '131750.921000', '131750.924000', '131750.926000', '131750.929000', '131750.931000', '131750.934000', '131750.937000', '131750.939000', '131750.942000', '131750.945000', '131750.947000', '131750.950000', '131750.952000', '131750.955000', '131750.958000', '131750.960000', '131750.963000', '131750.966000', '131750.968000', '131750.971000', '131750.974000', '131750.976000', '131750.979000', '131750.981000', '131750.984000', '131750.987000', '131803.123000', '131803.126000', '131803.129000', '131803.132000', '131803.135000', '131803.138000', '131803.140000', '131803.143000', '131803.146000', '131803.149000', '131803.151000', '131803.155000', '131803.158000', '131803.161000', '131803.163000', '131803.166000', '131803.169000', '131803.172000', '131803.175000', '131803.177000', '131803.180000', '131803.183000', '131803.185000', '131803.188000', '131803.191000', '131803.193000', '131803.196000'], 'InstanceCreationTime': ['131130.913000', '131130.917000', '131130.919000', '131130.922000', '131130.925000', '131130.935000', '131130.941000', '131130.943000', '131130.946000', '131130.949000', '131130.952000', '131130.959000', '131130.961000', '131130.964000', '131130.967000', '131130.969000', '131130.981000', '131130.986000', '131130.989000', '131150.866000', '131150.869000', '131150.872000', '131150.875000', '131150.877000', '131150.880000', '131150.882000', '131150.885000', '131150.888000', '131150.890000', '131150.893000', '131150.896000', '131150.898000', '131150.901000', '131150.906000', '131150.909000', '131150.912000', '131150.914000', '131150.917000', '131150.920000', '131150.922000', '131150.925000', '131150.927000', '131150.930000', '131150.933000', '131150.935000', '131150.938000', '131150.940000', '131150.973000', '131150.976000', '131150.979000', '131150.981000', '131150.984000', '131150.986000', '131150.989000', '131150.992000', '131150.995000', '131150.997000', '131151.001000', '131151.004000', '131151.006000', '131151.009000', '131151.011000', '131210.866000', '131210.869000', '131210.872000', '131210.874000', '131210.877000', '131210.880000', '131210.882000', '131210.885000', '131210.888000', '131210.890000', '131210.893000', '131210.895000', '131210.898000', '131210.901000', '131210.903000', '131210.906000', '131210.909000', '131210.911000', '131210.914000', '131210.916000', '131210.919000', '131210.922000', '131210.924000', '131210.927000', '131210.930000', '131210.932000', '131210.935000', '131210.937000', '131210.940000', '131210.943000', '131210.945000', '131210.948000', '131210.951000', '131210.953000', '131210.956000', '131210.958000', '131210.961000', '131210.964000', '131210.966000', '131210.969000', '131210.971000', '131210.974000', '131210.977000', '131230.867000', '131230.869000', '131230.872000', '131230.875000', '131230.877000', '131230.880000', '131230.883000', '131230.885000', '131230.888000', '131230.891000', '131230.893000', '131230.896000', '131230.899000', '131230.901000', '131230.904000', '131230.906000', '131230.909000', '131230.912000', '131230.914000', '131230.917000', '131230.919000', '131230.922000', '131230.925000', '131230.927000', '131230.930000', '131230.932000', '131230.935000', '131230.938000', '131230.940000', '131230.943000', '131230.945000', '131230.948000', '131230.951000', '131230.953000', '131230.956000', '131230.959000', '131230.961000', '131230.964000', '131230.966000', '131230.969000', '131230.972000', '131230.974000', '131230.977000', '131230.980000', '131250.866000', '131250.869000', '131250.872000', '131250.875000', '131250.877000', '131250.880000', '131250.883000', '131250.885000', '131250.888000', '131250.890000', '131250.893000', '131250.896000', '131250.898000', '131250.901000', '131250.904000', '131250.906000', '131250.909000', '131250.912000', '131250.914000', '131250.917000', '131250.920000', '131250.922000', '131250.925000', '131250.928000', '131250.930000', '131250.933000', '131250.935000', '131250.938000', '131250.941000', '131250.943000', '131250.946000', '131250.949000', '131250.951000', '131250.954000', '131250.957000', '131250.959000', '131250.962000', '131250.964000', '131250.967000', '131250.970000', '131250.972000', '131250.975000', '131250.977000', '131250.980000', '131310.866000', '131310.869000', '131310.872000', '131310.875000', '131310.884000', '131310.887000', '131310.889000', '131310.892000', '131310.894000', '131310.897000', '131310.900000', '131310.902000', '131310.905000', '131310.907000', '131310.910000', '131310.913000', '131310.915000', '131310.918000', '131310.921000', '131310.923000', '131310.926000', '131310.928000', '131310.931000', '131310.933000', '131310.936000', '131310.939000', '131310.941000', '131310.944000', '131310.947000', '131310.949000', '131310.952000', '131310.955000', '131310.957000', '131310.960000', '131310.963000', '131310.965000', '131310.968000', '131310.970000', '131310.973000', '131310.976000', '131310.978000', '131310.981000', '131310.983000', '131330.867000', '131330.869000', '131330.872000', '131330.875000', '131330.877000', '131330.880000', '131330.883000', '131330.885000', '131330.888000', '131330.890000', '131330.893000', '131330.896000', '131330.898000', '131330.901000', '131330.904000', '131330.907000', '131330.909000', '131330.912000', '131330.915000', '131330.917000', '131330.920000', '131330.922000', '131330.925000', '131330.928000', '131330.930000', '131330.933000', '131330.936000', '131330.938000', '131330.941000', '131330.944000', '131330.947000', '131330.949000', '131330.952000', '131330.954000', '131330.957000', '131330.960000', '131330.962000', '131330.965000', '131330.967000', '131330.970000', '131330.973000', '131330.975000', '131330.978000', '131330.981000', '131350.866000', '131350.869000', '131350.872000', '131350.875000', '131350.877000', '131350.880000', '131350.883000', '131350.885000', '131350.888000', '131350.890000', '131350.893000', '131350.896000', '131350.898000', '131350.901000', '131350.903000', '131350.906000', '131350.909000', '131350.911000', '131350.914000', '131350.916000', '131350.919000', '131350.922000', '131350.924000', '131350.927000', '131350.930000', '131350.932000', '131350.935000', '131350.937000', '131350.940000', '131350.943000', '131350.945000', '131350.948000', '131350.951000', '131350.953000', '131350.956000', '131350.958000', '131350.961000', '131350.964000', '131350.966000', '131350.969000', '131350.972000', '131350.974000', '131350.977000', '131410.867000', '131410.870000', '131410.872000', '131410.875000', '131410.877000', '131410.880000', '131410.883000', '131410.885000', '131410.888000', '131410.891000', '131410.893000', '131410.896000', '131410.899000', '131410.901000', '131410.904000', '131410.907000', '131410.909000', '131410.912000', '131410.915000', '131410.917000', '131410.920000', '131410.922000', '131410.925000', '131410.928000', '131410.930000', '131410.933000', '131410.936000', '131410.938000', '131410.941000', '131410.944000', '131410.946000', '131410.949000', '131410.952000', '131410.954000', '131410.957000', '131410.960000', '131410.962000', '131410.965000', '131410.967000', '131410.970000', '131410.973000', '131410.975000', '131410.978000', '131410.981000', '131430.866000', '131430.869000', '131430.872000', '131430.875000', '131430.877000', '131430.880000', '131430.883000', '131430.885000', '131430.888000', '131430.891000', '131430.893000', '131430.896000', '131430.898000', '131430.901000', '131430.903000', '131430.906000', '131430.909000', '131430.911000', '131430.914000', '131430.917000', '131430.919000', '131430.922000', '131430.924000', '131430.927000', '131430.929000', '131430.932000', '131430.935000', '131430.937000', '131430.940000', '131430.943000', '131430.945000', '131430.948000', '131430.951000', '131430.953000', '131430.956000', '131430.958000', '131430.961000', '131430.964000', '131430.966000', '131430.969000', '131430.971000', '131430.974000', '131430.977000', '131450.891000', '131450.894000', '131450.896000', '131450.899000', '131450.902000', '131450.904000', '131450.907000', '131450.909000', '131450.912000', '131450.915000', '131450.918000', '131450.920000', '131450.923000', '131450.926000', '131450.928000', '131450.931000', '131450.933000', '131450.936000', '131450.939000', '131450.941000', '131450.944000', '131450.947000', '131450.949000', '131450.952000', '131450.955000', '131450.957000', '131450.960000', '131450.963000', '131450.965000', '131450.968000', '131450.971000', '131450.973000', '131450.976000', '131450.979000', '131450.981000', '131450.984000', '131450.986000', '131450.989000', '131450.992000', '131450.994000', '131450.997000', '131451.000000', '131451.002000', '131451.005000', '131510.867000', '131510.869000', '131510.872000', '131510.875000', '131510.877000', '131510.880000', '131510.883000', '131510.885000', '131510.888000', '131510.890000', '131510.893000', '131510.896000', '131510.898000', '131510.901000', '131510.904000', '131510.906000', '131510.909000', '131510.911000', '131510.914000', '131510.917000', '131510.920000', '131510.922000', '131510.925000', '131510.927000', '131510.930000', '131510.933000', '131510.935000', '131510.938000', '131510.941000', '131510.943000', '131510.946000', '131510.949000', '131510.951000', '131510.954000', '131510.957000', '131510.959000', '131510.962000', '131510.964000', '131510.967000', '131510.970000', '131510.972000', '131510.975000', '131510.978000', '131530.866000', '131530.869000', '131530.872000', '131530.875000', '131530.877000', '131530.880000', '131530.883000', '131530.885000', '131530.888000', '131530.891000', '131530.893000', '131530.896000', '131530.898000', '131530.901000', '131530.904000', '131530.906000', '131530.909000', '131530.912000', '131530.914000', '131530.917000', '131530.919000', '131530.922000', '131530.925000', '131530.927000', '131530.930000', '131530.933000', '131530.935000', '131530.938000', '131530.941000', '131530.943000', '131530.946000', '131530.948000', '131530.951000', '131530.954000', '131530.956000', '131530.959000', '131530.961000', '131530.964000', '131530.967000', '131530.970000', '131530.973000', '131530.976000', '131530.979000', '131550.866000', '131550.869000', '131550.872000', '131550.875000', '131550.877000', '131550.880000', '131550.883000', '131550.885000', '131550.888000', '131550.890000', '131550.893000', '131550.896000', '131550.898000', '131550.901000', '131550.904000', '131550.906000', '131550.909000', '131550.912000', '131550.914000', '131550.917000', '131550.919000', '131550.922000', '131550.925000', '131550.927000', '131550.930000', '131550.932000', '131550.935000', '131550.938000', '131550.940000', '131550.943000', '131550.946000', '131550.948000', '131550.951000', '131550.953000', '131550.956000', '131550.959000', '131550.961000', '131550.964000', '131550.967000', '131550.969000', '131550.972000', '131550.974000', '131550.977000', '131550.980000', '131610.867000', '131610.869000', '131610.872000', '131610.875000', '131610.878000', '131610.880000', '131610.883000', '131610.885000', '131610.888000', '131610.891000', '131610.893000', '131610.896000', '131610.899000', '131610.901000', '131610.904000', '131610.907000', '131610.913000', '131610.916000', '131610.919000', '131610.922000', '131610.925000', '131610.928000', '131610.931000', '131610.933000', '131610.936000', '131610.958000', '131610.960000', '131610.963000', '131610.966000', '131610.968000', '131610.971000', '131610.973000', '131610.976000', '131610.979000', '131610.982000', '131610.984000', '131610.987000', '131610.990000', '131610.992000', '131610.995000', '131610.998000', '131611.001000', '131611.004000', '131630.867000', '131630.870000', '131630.872000', '131630.875000', '131630.878000', '131630.881000', '131630.883000', '131630.886000', '131630.888000', '131630.892000', '131630.895000', '131630.897000', '131630.900000', '131630.903000', '131630.905000', '131630.908000', '131630.911000', '131630.913000', '131630.916000', '131630.919000', '131630.921000', '131630.924000', '131630.926000', '131630.929000', '131630.932000', '131630.934000', '131630.937000', '131630.940000', '131630.942000', '131630.945000', '131630.947000', '131630.950000', '131630.953000', '131630.956000', '131630.958000', '131630.961000', '131630.964000', '131630.966000', '131630.969000', '131630.971000', '131630.974000', '131630.977000', '131630.979000', '131630.982000', '131650.867000', '131650.883000', '131650.886000', '131650.889000', '131650.891000', '131650.894000', '131650.896000', '131650.899000', '131650.902000', '131650.904000', '131650.907000', '131650.910000', '131650.912000', '131650.915000', '131650.917000', '131650.920000', '131650.923000', '131650.926000', '131650.928000', '131650.931000', '131650.934000', '131650.936000', '131650.939000', '131650.942000', '131650.945000', '131650.949000', '131650.952000', '131650.954000', '131650.957000', '131650.959000', '131650.962000', '131650.965000', '131650.967000', '131650.970000', '131650.973000', '131650.975000', '131650.978000', '131650.981000', '131650.983000', '131650.994000', '131650.997000', '131651.000000', '131651.003000', '131710.866000', '131710.869000', '131710.872000', '131710.875000', '131710.877000', '131710.880000', '131710.883000', '131710.885000', '131710.888000', '131710.891000', '131710.893000', '131710.896000', '131710.899000', '131710.901000', '131710.904000', '131710.907000', '131710.909000', '131710.912000', '131710.915000', '131710.917000', '131710.920000', '131710.922000', '131710.925000', '131710.928000', '131710.930000', '131710.933000', '131710.935000', '131710.938000', '131710.941000', '131710.944000', '131710.946000', '131710.951000', '131710.953000', '131710.956000', '131710.958000', '131710.961000', '131710.964000', '131710.966000', '131710.969000', '131710.972000', '131710.974000', '131710.977000', '131710.980000', '131710.982000', '131730.866000', '131730.869000', '131730.872000', '131730.875000', '131730.877000', '131730.880000', '131730.883000', '131730.885000', '131730.888000', '131730.890000', '131730.893000', '131730.896000', '131730.898000', '131730.901000', '131730.904000', '131730.906000', '131730.909000', '131730.911000', '131730.914000', '131730.917000', '131730.919000', '131730.922000', '131730.925000', '131730.927000', '131730.930000', '131730.933000', '131730.935000', '131730.938000', '131730.941000', '131730.944000', '131730.947000', '131730.949000', '131730.952000', '131730.955000', '131730.957000', '131730.960000', '131730.975000', '131730.978000', '131730.980000', '131730.983000', '131730.986000', '131730.988000', '131730.991000', '131750.866000', '131750.876000', '131750.879000', '131750.882000', '131750.884000', '131750.887000', '131750.889000', '131750.892000', '131750.895000', '131750.897000', '131750.900000', '131750.903000', '131750.905000', '131750.908000', '131750.910000', '131750.913000', '131750.916000', '131750.918000', '131750.921000', '131750.924000', '131750.926000', '131750.929000', '131750.931000', '131750.934000', '131750.937000', '131750.939000', '131750.942000', '131750.945000', '131750.947000', '131750.950000', '131750.952000', '131750.955000', '131750.958000', '131750.960000', '131750.963000', '131750.966000', '131750.968000', '131750.971000', '131750.974000', '131750.976000', '131750.979000', '131750.981000', '131750.984000', '131750.987000', '131803.123000', '131803.126000', '131803.129000', '131803.132000', '131803.135000', '131803.138000', '131803.140000', '131803.143000', '131803.146000', '131803.149000', '131803.151000', '131803.155000', '131803.158000', '131803.161000', '131803.163000', '131803.166000', '131803.169000', '131803.172000', '131803.175000', '131803.177000', '131803.180000', '131803.183000', '131803.185000', '131803.188000', '131803.191000', '131803.193000', '131803.196000'], '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': [9399, 12333, 8519, 12464, 14852, 9336, 12485, 8119, 10513, 8106, 11264, 9041, 9883, 9458, 8349, 11367, 8317, 12258, 9254, 11599, 8244, 11490, 8501, 12245, 8020, 11781, 14975, 10724, 13694, 12902, 13899, 8837, 11732, 13227, 9607, 14158, 9962, 13110, 12084, 9849, 13125, 8919, 11345, 9498, 12683, 7954, 11879, 8402, 12303, 8893, 10483, 8550, 11171, 8251, 12464, 8431, 9693, 10128, 8359, 12200, 9122, 12283, 9385, 12193, 8756, 13048, 10476, 13242, 8379, 10958, 8107, 9933, 8473, 12190, 8382, 11743, 8053, 11167, 14409, 9453, 11608, 8236, 11550, 7954, 10970, 8219, 9319, 12119, 10813, 9570, 10272, 13934, 11456, 13536, 11939, 13040, 10013, 13666, 8552, 11745, 11459, 10379, 14331, 11442, 13140, 10565, 12970, 8241, 11080, 8601, 10356, 13485, 10068, 11844, 8289, 10425, 8442, 12177, 8588, 12297, 8402, 10297, 11192, 8995, 12605, 8693, 12385, 8662, 12913, 8523, 10740, 13923, 8817, 13038, 11016, 12147, 8503, 10301, 8364, 9891, 13632, 10044, 12469, 9857, 12108, 9019, 10080, 8359, 10863, 8391, 12424, 8272, 8869, 8204, 11745, 8788, 9701, 9663, 12790, 9693, 12274, 8456, 10624, 14024, 9532, 12748, 10311, 12565, 8384, 12500, 8329, 10623, 8247, 9277, 11618, 8194, 10825, 8362, 9721, 8512, 9318, 8080, 10706, 8192, 10247, 7851, 10113, 8242, 9616, 8893, 9843, 8352, 10413, 13988, 11669, 12791, 11780, 12466, 9489, 11909, 14437, 10453, 12742, 9688, 8107, 8969, 11199, 8499, 12019, 13608, 10715, 13888, 11608, 13689, 9166, 11367, 8939, 8609, 10391, 8329, 10112, 8323, 11180, 9404, 12046, 13671, 10251, 12173, 11797, 13335, 8538, 11076, 7993, 11028, 9485, 11839, 9969, 11890, 8202, 9971, 10527, 9677, 13357, 10285, 13625, 10864, 11208, 9009, 10526, 11801, 13897, 11183, 8025, 9442, 14832, 10428, 13525, 8857, 12834, 8548, 12638, 15787, 12220, 13767, 9431, 13926, 12473, 13227, 16046, 13743, 13755, 10426, 12935, 7916, 11454, 8026, 11720, 8311, 9524, 8623, 11480, 8301, 10519, 9504, 8273, 7582, 8090, 7083, 7862, 8823, 8009, 10364, 10542, 11357, 13002, 11083, 13280, 11770, 14668, 12632, 14399, 11354, 13838, 10169, 12863, 10873, 10754, 10847, 9097, 8736, 8424, 9195, 10147, 10050, 9385, 11844, 9431, 10532, 7978, 10836, 8033, 9837, 10929, 8637, 9139, 8350, 9352, 8355, 8909, 7832, 9437, 8060, 8776, 7801, 8495, 7644, 8483, 10854, 8419, 9936, 8390, 9846, 10187, 9305, 13384, 8559, 11676, 8567, 10676, 10493, 10230, 13482, 10389, 11156, 9556, 9492, 10384, 8637, 8801, 8346, 9654, 7781, 8415, 9200, 7967, 9436, 8025, 9052, 12814, 9078, 10782, 7905, 10149, 7787, 9058, 9976, 8739, 12220, 8852, 10083, 8052, 9349, 8032, 9757, 7687, 10504, 8959, 10467, 9243, 7273, 7648, 7977, 10576, 8953, 13060, 11231, 12759, 11536, 10765, 9298, 9936, 14289, 11994, 13734, 12718, 11326, 9087, 8860, 10307, 9746, 9792, 11272, 9897, 11532, 10052, 12662, 12373, 11293, 13744, 10314, 12929, 8339, 11426, 8164, 11157, 11612, 11055, 13207, 11135, 12069, 10241, 11100, 8593, 11084, 8315, 10129, 7715, 10628, 7771, 11057, 7933, 11216, 7692, 8664, 7961, 10492, 7783, 9461, 10125, 7818, 9549, 7946, 10323, 7622, 9585, 11194, 8210, 10092, 8143, 9937, 8097, 9479, 8173, 8371, 9021, 8134, 9269, 7864, 9542, 7519, 8284, 10891, 7785, 10311, 7950, 11113, 7828, 9857, 9932, 9034, 12127, 9395, 10640, 8856, 10344, 8411, 9138, 9126, 7808, 10769, 9959, 8962, 11359, 13203, 11149, 11889, 9046, 12723, 8699, 11551, 11638, 10047, 10206, 9916, 10627, 8800, 8972, 7000, 7176, 7537, 7784, 7683, 8011, 7971, 9723, 8200, 9960, 11011, 8303, 13491, 12329, 12809, 15647, 8809, 12816, 9247, 11213, 9043, 12058, 15087, 12849, 13008, 10372, 10263, 13509, 9931, 11706, 8511, 10738, 11000, 10437, 12103, 9494, 11061, 8102, 10305, 9549, 10463, 11541, 10026, 11508, 8691, 11083, 7894, 10590, 7968, 9831, 7781, 9293, 7031, 7551, 7336, 9177, 8613, 7486, 8923, 7514, 9867, 8477, 7410, 9669, 8520, 11323, 13699, 10456, 11572, 9865, 11357, 10174, 10922, 9804, 12139, 10009, 10523, 8773, 10924, 8492, 10721, 7706, 11194, 8874, 11491, 8817, 8217, 8203, 7405, 9647, 7419, 10237, 8309, 10494, 8004, 10786, 8013, 12480, 14976, 11743, 14447, 9520, 11869, 7908, 10856, 8066, 10591, 8544, 10885, 7873, 9541, 9316, 12034, 10313, 7676, 9041, 9160, 9053, 8823, 8873, 8519, 10066, 8897, 10934, 12085, 12881, 11503, 12187, 9327, 12116, 8850, 9528, 8067, 11678, 8222, 11697, 8164, 14580, 10782, 11470, 9588, 8028, 9528, 7850, 9587, 8100, 10277, 7855, 7723, 8947, 11294, 8187, 11425, 7652, 10430, 9313, 12135, 12477, 12982, 13023, 10311, 13501, 9738, 13112, 8939, 10289, 13504, 9701, 13528, 8923, 12232, 8591, 11012, 7937, 10351, 7853, 10218, 7919, 8783, 7969, 9545, 8406, 10373, 8481, 9459, 8638, 7661, 9281, 8054, 10305, 8376, 7673, 10034, 10295, 9467, 11440, 9271, 7800, 10232, 13458, 9951, 12145, 8442, 12055, 8136, 10818, 13115, 8859, 12705, 8052, 11339, 8165, 9697, 9711, 8818, 10524, 8026, 9084, 7948, 9055, 7920, 8992, 7832, 9222, 7918, 8131, 12020, 7694, 9706, 7970, 10674, 7861, 9508, 7727, 9839, 8157, 10127, 8237, 8368, 9678, 7646, 10490, 8418, 8048, 8370, 7851, 8675, 7727, 7538, 10224, 9308, 13672, 11396, 15208, 12097, 12418, 13493, 11112, 14118, 12039, 13389, 9500, 13155, 9341, 11680, 9963, 7839, 11426, 9870, 8174, 8796, 8590, 8724, 8628, 8149, 9982, 8032, 10743, 8224, 10052, 8037, 9742, 8139, 8475, 11948, 7748, 10415, 8099, 9102, 8078, 8500, 8056, 9034, 8125, 7518, 8891, 7820, 10507, 7656, 11244, 9140, 11588, 7997, 11183, 8253, 11473, 14209, 9270, 12450, 10860, 9365, 13136, 8955, 11924, 8534, 11692, 9191, 9956, 14023, 9565, 11153, 7862, 11722, 8097, 10431, 7435, 10114, 8664, 8438, 8574, 8182, 9824, 9212, 9384, 9772, 8468, 8213, 7908, 7537, 8704, 7914, 7495, 7528, 12093, 9994, 8106, 8789, 9604, 7333, 8915, 8578, 7725, 8797, 10799, 7939, 7800, 9253, 10319, 13112, 12550, 12998, 11028, 13538, 12994, 17980], 'WindowCenter': [4378.0, 4385.0, 4354.0, 4384.0, 4391.0, 4351.0, 4366.0, 4327.0, 4348.0, 4329.0, 4372.0, 4338.0, 4360.0, 4347.0, 4339.0, 4370.0, 4353.0, 4381.0, 4349.0, 4370.0, 4341.0, 4370.0, 4338.0, 4370.0, 4330.0, 4370.0, 4379.0, 4359.0, 4380.0, 4366.0, 4366.0, 4322.0, 4356.0, 4353.0, 4334.0, 4351.0, 4334.0, 4354.0, 4342.0, 4334.0, 4351.0, 4334.0, 4341.0, 4332.0, 4349.0, 4300.0, 4341.0, 4339.0, 4358.0, 4325.0, 4343.0, 4324.0, 4354.0, 4326.0, 4364.0, 4338.0, 4344.0, 4346.0, 4338.0, 4366.0, 4348.0, 4355.0, 4350.0, 4369.0, 4337.0, 4370.0, 4362.0, 4380.0, 4327.0, 4357.0, 4325.0, 4349.0, 4327.0, 4369.0, 4328.0, 4368.0, 4327.0, 4367.0, 4376.0, 4348.0, 4371.0, 4337.0, 4370.0, 4338.0, 4370.0, 4325.0, 4348.0, 4380.0, 4369.0, 4347.0, 4360.0, 4378.0, 4368.0, 4366.0, 4370.0, 4367.0, 4345.0, 4362.0, 4322.0, 4353.0, 4341.0, 4334.0, 4363.0, 4343.0, 4352.0, 4342.0, 4352.0, 4310.0, 4343.0, 4310.0, 4345.0, 4363.0, 4332.0, 4350.0, 4325.0, 4342.0, 4325.0, 4353.0, 4336.0, 4356.0, 4321.0, 4344.0, 4342.0, 4325.0, 4352.0, 4324.0, 4353.0, 4325.0, 4365.0, 4324.0, 4355.0, 4362.0, 4324.0, 4353.0, 4357.0, 4355.0, 4322.0, 4346.0, 4323.0, 4345.0, 4377.0, 4347.0, 4379.0, 4360.0, 4364.0, 4334.0, 4347.0, 4326.0, 4356.0, 4349.0, 4368.0, 4341.0, 4363.0, 4362.0, 4379.0, 4350.0, 4347.0, 4361.0, 4378.0, 4345.0, 4356.0, 4325.0, 4346.0, 4362.0, 4333.0, 4355.0, 4346.0, 4355.0, 4325.0, 4352.0, 4314.0, 4344.0, 4311.0, 4337.0, 4355.0, 4326.0, 4345.0, 4335.0, 4346.0, 4338.0, 4348.0, 4329.0, 4359.0, 4338.0, 4356.0, 4338.0, 4360.0, 4338.0, 4364.0, 4349.0, 4360.0, 4339.0, 4373.0, 4379.0, 4370.0, 4372.0, 4368.0, 4369.0, 4346.0, 4359.0, 4363.0, 4346.0, 4355.0, 4361.0, 4326.0, 4337.0, 4356.0, 4324.0, 4366.0, 4365.0, 4346.0, 4365.0, 4342.0, 4364.0, 4337.0, 4353.0, 4337.0, 4325.0, 4358.0, 4352.0, 4375.0, 4353.0, 4369.0, 4351.0, 4371.0, 4366.0, 4361.0, 4384.0, 4371.0, 4380.0, 4350.0, 4354.0, 4327.0, 4357.0, 4349.0, 4370.0, 4347.0, 4368.0, 4325.0, 4349.0, 4346.0, 4337.0, 4365.0, 4347.0, 4365.0, 4359.0, 4369.0, 4365.0, 4371.0, 4397.0, 4393.0, 4372.0, 4326.0, 4347.0, 4365.0, 4332.0, 4355.0, 4324.0, 4390.0, 4339.0, 4379.0, 4377.0, 4356.0, 4352.0, 4310.0, 4340.0, 4326.0, 4340.0, 4339.0, 4353.0, 4339.0, 4317.0, 4338.0, 4299.0, 4315.0, 4285.0, 4337.0, 4312.0, 4331.0, 4323.0, 4342.0, 4324.0, 4345.0, 4335.0, 4313.0, 4302.0, 4312.0, 4296.0, 4330.0, 4354.0, 4330.0, 4351.0, 4336.0, 4335.0, 4345.0, 4348.0, 4370.0, 4373.0, 4379.0, 4359.0, 4353.0, 4320.0, 4327.0, 4307.0, 4325.0, 4319.0, 4321.0, 4332.0, 4311.0, 4314.0, 4310.0, 4323.0, 4334.0, 4322.0, 4309.0, 4333.0, 4309.0, 4334.0, 4300.0, 4332.0, 4302.0, 4334.0, 4345.0, 4337.0, 4335.0, 4312.0, 4322.0, 4323.0, 4324.0, 4316.0, 4340.0, 4327.0, 4341.0, 4317.0, 4341.0, 4318.0, 4341.0, 4358.0, 4327.0, 4348.0, 4327.0, 4351.0, 4349.0, 4341.0, 4369.0, 4327.0, 4356.0, 4326.0, 4347.0, 4348.0, 4346.0, 4369.0, 4351.0, 4357.0, 4378.0, 4362.0, 4364.0, 4342.0, 4351.0, 4336.0, 4364.0, 4358.0, 4368.0, 4364.0, 4344.0, 4352.0, 4342.0, 4356.0, 4368.0, 4338.0, 4356.0, 4328.0, 4350.0, 4319.0, 4351.0, 4347.0, 4341.0, 4369.0, 4339.0, 4347.0, 4330.0, 4339.0, 4340.0, 4365.0, 4356.0, 4377.0, 4366.0, 4361.0, 4365.0, 4344.0, 4344.0, 4355.0, 4377.0, 4367.0, 4386.0, 4350.0, 4357.0, 4357.0, 4358.0, 4326.0, 4341.0, 4368.0, 4361.0, 4371.0, 4355.0, 4344.0, 4326.0, 4300.0, 4320.0, 4297.0, 4319.0, 4318.0, 4283.0, 4304.0, 4295.0, 4317.0, 4318.0, 4307.0, 4343.0, 4320.0, 4339.0, 4284.0, 4315.0, 4281.0, 4302.0, 4299.0, 4329.0, 4340.0, 4330.0, 4326.0, 4316.0, 4303.0, 4283.0, 4301.0, 4270.0, 4302.0, 4273.0, 4305.0, 4275.0, 4330.0, 4298.0, 4330.0, 4302.0, 4311.0, 4302.0, 4345.0, 4300.0, 4323.0, 4332.0, 4300.0, 4322.0, 4317.0, 4345.0, 4315.0, 4335.0, 4344.0, 4312.0, 4333.0, 4314.0, 4334.0, 4312.0, 4333.0, 4313.0, 4327.0, 4325.0, 4317.0, 4340.0, 4328.0, 4339.0, 4305.0, 4326.0, 4348.0, 4328.0, 4362.0, 4326.0, 4359.0, 4329.0, 4350.0, 4348.0, 4355.0, 4384.0, 4366.0, 4374.0, 4354.0, 4363.0, 4357.0, 4363.0, 4364.0, 4359.0, 4388.0, 4390.0, 4368.0, 4387.0, 4383.0, 4372.0, 4371.0, 4337.0, 4356.0, 4313.0, 4359.0, 4344.0, 4335.0, 4348.0, 4365.0, 4348.0, 4327.0, 4312.0, 4306.0, 4330.0, 4342.0, 4341.0, 4343.0, 4341.0, 4355.0, 4378.0, 4371.0, 4378.0, 4391.0, 4368.0, 4412.0, 4387.0, 4386.0, 4380.0, 4328.0, 4359.0, 4326.0, 4347.0, 4314.0, 4346.0, 4355.0, 4333.0, 4332.0, 4294.0, 4306.0, 4313.0, 4281.0, 4303.0, 4271.0, 4305.0, 4290.0, 4293.0, 4302.0, 4281.0, 4302.0, 4261.0, 4292.0, 4280.0, 4304.0, 4329.0, 4308.0, 4328.0, 4301.0, 4329.0, 4288.0, 4319.0, 4300.0, 4348.0, 4318.0, 4338.0, 4291.0, 4313.0, 4304.0, 4337.0, 4368.0, 4333.0, 4352.0, 4347.0, 4378.0, 4358.0, 4334.0, 4364.0, 4355.0, 4376.0, 4384.0, 4361.0, 4373.0, 4350.0, 4358.0, 4348.0, 4333.0, 4347.0, 4367.0, 4349.0, 4343.0, 4327.0, 4343.0, 4337.0, 4356.0, 4343.0, 4383.0, 4364.0, 4371.0, 4364.0, 4353.0, 4355.0, 4345.0, 4375.0, 4346.0, 4377.0, 4353.0, 4376.0, 4355.0, 4384.0, 4345.0, 4386.0, 4381.0, 4369.0, 4393.0, 4350.0, 4372.0, 4328.0, 4358.0, 4316.0, 4347.0, 4335.0, 4382.0, 4313.0, 4349.0, 4334.0, 4357.0, 4374.0, 4332.0, 4338.0, 4353.0, 4352.0, 4354.0, 4341.0, 4329.0, 4350.0, 4340.0, 4375.0, 4386.0, 4388.0, 4364.0, 4359.0, 4327.0, 4343.0, 4312.0, 4321.0, 4330.0, 4359.0, 4339.0, 4373.0, 4339.0, 4374.0, 4355.0, 4356.0, 4347.0, 4338.0, 4347.0, 4328.0, 4350.0, 4341.0, 4365.0, 4355.0, 4344.0, 4354.0, 4361.0, 4316.0, 4343.0, 4318.0, 4346.0, 4350.0, 4371.0, 4354.0, 4356.0, 4340.0, 4306.0, 4325.0, 4309.0, 4329.0, 4293.0, 4306.0, 4311.0, 4294.0, 4313.0, 4282.0, 4312.0, 4282.0, 4303.0, 4274.0, 4306.0, 4274.0, 4321.0, 4301.0, 4312.0, 4302.0, 4323.0, 4313.0, 4358.0, 4328.0, 4334.0, 4342.0, 4332.0, 4356.0, 4344.0, 4361.0, 4353.0, 4341.0, 4363.0, 4362.0, 4352.0, 4371.0, 4368.0, 4331.0, 4364.0, 4380.0, 4352.0, 4369.0, 4327.0, 4357.0, 4314.0, 4346.0, 4356.0, 4327.0, 4356.0, 4303.0, 4345.0, 4314.0, 4339.0, 4322.0, 4326.0, 4333.0, 4313.0, 4326.0, 4316.0, 4326.0, 4314.0, 4328.0, 4315.0, 4338.0, 4317.0, 4329.0, 4359.0, 4331.0, 4339.0, 4328.0, 4350.0, 4319.0, 4349.0, 4343.0, 4389.0, 4359.0, 4379.0, 4369.0, 4369.0, 4378.0, 4347.0, 4379.0, 4360.0, 4360.0, 4359.0, 4360.0, 4346.0, 4335.0, 4337.0, 4374.0, 4355.0, 4386.0, 4373.0, 4380.0, 4370.0, 4357.0, 4357.0, 4335.0, 4368.0, 4345.0, 4352.0, 4309.0, 4341.0, 4324.0, 4354.0, 4334.0, 4301.0, 4343.0, 4336.0, 4313.0, 4299.0, 4311.0, 4323.0, 4315.0, 4304.0, 4334.0, 4305.0, 4336.0, 4305.0, 4325.0, 4301.0, 4336.0, 4301.0, 4313.0, 4357.0, 4317.0, 4359.0, 4329.0, 4324.0, 4329.0, 4339.0, 4341.0, 4339.0, 4342.0, 4333.0, 4353.0, 4342.0, 4371.0, 4344.0, 4376.0, 4354.0, 4373.0, 4333.0, 4359.0, 4326.0, 4360.0, 4359.0, 4328.0, 4357.0, 4334.0, 4328.0, 4354.0, 4325.0, 4346.0, 4314.0, 4343.0, 4307.0, 4321.0, 4340.0, 4322.0, 4331.0, 4304.0, 4355.0, 4315.0, 4347.0, 4306.0, 4333.0, 4329.0, 4316.0, 4328.0, 4329.0, 4353.0, 4338.0, 4354.0, 4363.0, 4339.0, 4340.0, 4356.0, 4344.0, 4355.0, 4354.0, 4345.0, 4344.0, 4370.0, 4352.0, 4319.0, 4328.0, 4337.0, 4305.0, 4325.0, 4351.0, 4326.0, 4339.0, 4372.0, 4327.0, 4327.0, 4349.0, 4360.0, 4396.0, 4395.0, 4392.0, 4374.0, 4367.0, 4378.0, 4392.0], 'WindowWidth': [9671.0, 9670.0, 9623.0, 9664.0, 9666.0, 9611.0, 9625.0, 9575.0, 9603.0, 9581.0, 9640.0, 9589.0, 9624.0, 9601.0, 9595.0, 9636.0, 9620.0, 9654.0, 9609.0, 9636.0, 9598.0, 9638.0, 9595.0, 9637.0, 9582.0, 9637.0, 9644.0, 9620.0, 9650.0, 9625.0, 9623.0, 9561.0, 9610.0, 9600.0, 9578.0, 9599.0, 9574.0, 9602.0, 9583.0, 9575.0, 9594.0, 9576.0, 9580.0, 9571.0, 9591.0, 9524.0, 9581.0, 9595.0, 9615.0, 9565.0, 9589.0, 9565.0, 9604.0, 9569.0, 9618.0, 9590.0, 9593.0, 9598.0, 9590.0, 9626.0, 9604.0, 9609.0, 9609.0, 9633.0, 9588.0, 9636.0, 9627.0, 9649.0, 9573.0, 9613.0, 9568.0, 9604.0, 9573.0, 9633.0, 9578.0, 9630.0, 9573.0, 9631.0, 9640.0, 9606.0, 9639.0, 9591.0, 9636.0, 9593.0, 9638.0, 9572.0, 9607.0, 9650.0, 9636.0, 9603.0, 9625.0, 9645.0, 9632.0, 9628.0, 9638.0, 9630.0, 9595.0, 9615.0, 9558.0, 9602.0, 9581.0, 9575.0, 9616.0, 9586.0, 9599.0, 9586.0, 9600.0, 9541.0, 9588.0, 9540.0, 9596.0, 9615.0, 9574.0, 9596.0, 9567.0, 9586.0, 9566.0, 9603.0, 9586.0, 9609.0, 9558.0, 9592.0, 9586.0, 9567.0, 9601.0, 9564.0, 9604.0, 9567.0, 9622.0, 9565.0, 9609.0, 9613.0, 9566.0, 9603.0, 9615.0, 9608.0, 9561.0, 9597.0, 9563.0, 9596.0, 9643.0, 9603.0, 9653.0, 9625.0, 9620.0, 9582.0, 9601.0, 9573.0, 9614.0, 9613.0, 9631.0, 9602.0, 9635.0, 9635.0, 9650.0, 9613.0, 9603.0, 9627.0, 9649.0, 9596.0, 9609.0, 9566.0, 9596.0, 9612.0, 9575.0, 9608.0, 9599.0, 9606.0, 9565.0, 9598.0, 9548.0, 9589.0, 9543.0, 9585.0, 9608.0, 9571.0, 9594.0, 9584.0, 9598.0, 9589.0, 9605.0, 9581.0, 9622.0, 9589.0, 9615.0, 9592.0, 9626.0, 9595.0, 9635.0, 9609.0, 9626.0, 9595.0, 9647.0, 9647.0, 9636.0, 9642.0, 9630.0, 9631.0, 9597.0, 9619.0, 9615.0, 9595.0, 9608.0, 9629.0, 9572.0, 9587.0, 9611.0, 9566.0, 9626.0, 9620.0, 9597.0, 9622.0, 9586.0, 9616.0, 9586.0, 9600.0, 9587.0, 9569.0, 9619.0, 9620.0, 9654.0, 9621.0, 9636.0, 9612.0, 9641.0, 9624.0, 9624.0, 9663.0, 9638.0, 9648.0, 9611.0, 9605.0, 9573.0, 9613.0, 9606.0, 9637.0, 9599.0, 9629.0, 9568.0, 9604.0, 9595.0, 9587.0, 9619.0, 9599.0, 9622.0, 9620.0, 9637.0, 9641.0, 9641.0, 9687.0, 9672.0, 9640.0, 9570.0, 9600.0, 9620.0, 9569.0, 9604.0, 9564.0, 9667.0, 9592.0, 9648.0, 9640.0, 9607.0, 9597.0, 9533.0, 9576.0, 9549.0, 9575.0, 9572.0, 9595.0, 9572.0, 9539.0, 9571.0, 9517.0, 9534.0, 9492.0, 9569.0, 9546.0, 9572.0, 9561.0, 9584.0, 9566.0, 9593.0, 9577.0, 9543.0, 9527.0, 9544.0, 9528.0, 9580.0, 9617.0, 9583.0, 9610.0, 9578.0, 9574.0, 9592.0, 9599.0, 9637.0, 9645.0, 9647.0, 9616.0, 9601.0, 9546.0, 9553.0, 9523.0, 9544.0, 9539.0, 9548.0, 9569.0, 9539.0, 9547.0, 9537.0, 9556.0, 9574.0, 9552.0, 9532.0, 9568.0, 9532.0, 9571.0, 9521.0, 9569.0, 9527.0, 9576.0, 9593.0, 9586.0, 9583.0, 9544.0, 9557.0, 9561.0, 9563.0, 9554.0, 9592.0, 9574.0, 9596.0, 9559.0, 9594.0, 9561.0, 9597.0, 9616.0, 9575.0, 9603.0, 9574.0, 9609.0, 9601.0, 9596.0, 9629.0, 9572.0, 9609.0, 9568.0, 9601.0, 9601.0, 9597.0, 9630.0, 9606.0, 9613.0, 9662.0, 9629.0, 9633.0, 9599.0, 9617.0, 9587.0, 9638.0, 9635.0, 9649.0, 9640.0, 9609.0, 9616.0, 9602.0, 9626.0, 9635.0, 9590.0, 9612.0, 9576.0, 9608.0, 9564.0, 9612.0, 9601.0, 9598.0, 9632.0, 9591.0, 9599.0, 9582.0, 9591.0, 9597.0, 9638.0, 9633.0, 9657.0, 9640.0, 9624.0, 9641.0, 9611.0, 9612.0, 9629.0, 9658.0, 9647.0, 9668.0, 9603.0, 9608.0, 9610.0, 9615.0, 9566.0, 9590.0, 9629.0, 9619.0, 9633.0, 9603.0, 9591.0, 9563.0, 9513.0, 9546.0, 9506.0, 9543.0, 9536.0, 9478.0, 9511.0, 9500.0, 9533.0, 9536.0, 9520.0, 9584.0, 9546.0, 9577.0, 9490.0, 9533.0, 9482.0, 9507.0, 9501.0, 9558.0, 9577.0, 9558.0, 9548.0, 9534.0, 9512.0, 9481.0, 9504.0, 9462.0, 9508.0, 9469.0, 9516.0, 9477.0, 9562.0, 9513.0, 9560.0, 9526.0, 9539.0, 9527.0, 9590.0, 9521.0, 9556.0, 9568.0, 9524.0, 9558.0, 9558.0, 9594.0, 9551.0, 9580.0, 9589.0, 9545.0, 9571.0, 9546.0, 9577.0, 9543.0, 9575.0, 9546.0, 9570.0, 9567.0, 9557.0, 9594.0, 9574.0, 9591.0, 9539.0, 9570.0, 9600.0, 9577.0, 9630.0, 9573.0, 9620.0, 9579.0, 9606.0, 9600.0, 9624.0, 9663.0, 9641.0, 9649.0, 9623.0, 9633.0, 9630.0, 9630.0, 9637.0, 9641.0, 9675.0, 9682.0, 9650.0, 9670.0, 9658.0, 9642.0, 9638.0, 9586.0, 9610.0, 9546.0, 9616.0, 9590.0, 9577.0, 9600.0, 9636.0, 9601.0, 9566.0, 9539.0, 9542.0, 9586.0, 9603.0, 9603.0, 9604.0, 9600.0, 9628.0, 9666.0, 9659.0, 9664.0, 9685.0, 9649.0, 9717.0, 9669.0, 9666.0, 9648.0, 9568.0, 9612.0, 9562.0, 9595.0, 9543.0, 9591.0, 9604.0, 9565.0, 9566.0, 9500.0, 9519.0, 9523.0, 9474.0, 9509.0, 9461.0, 9513.0, 9486.0, 9493.0, 9506.0, 9475.0, 9506.0, 9448.0, 9492.0, 9473.0, 9510.0, 9556.0, 9523.0, 9552.0, 9521.0, 9558.0, 9499.0, 9541.0, 9519.0, 9600.0, 9561.0, 9588.0, 9514.0, 9548.0, 9533.0, 9586.0, 9648.0, 9593.0, 9615.0, 9615.0, 9660.0, 9631.0, 9595.0, 9634.0, 9627.0, 9655.0, 9659.0, 9624.0, 9642.0, 9606.0, 9616.0, 9601.0, 9572.0, 9596.0, 9628.0, 9605.0, 9586.0, 9570.0, 9587.0, 9586.0, 9611.0, 9608.0, 9661.0, 9639.0, 9641.0, 9635.0, 9622.0, 9626.0, 9613.0, 9654.0, 9615.0, 9659.0, 9619.0, 9655.0, 9624.0, 9664.0, 9609.0, 9670.0, 9655.0, 9634.0, 9675.0, 9606.0, 9643.0, 9576.0, 9614.0, 9553.0, 9597.0, 9583.0, 9660.0, 9550.0, 9604.0, 9580.0, 9610.0, 9646.0, 9586.0, 9589.0, 9611.0, 9613.0, 9618.0, 9594.0, 9575.0, 9602.0, 9592.0, 9648.0, 9668.0, 9673.0, 9631.0, 9613.0, 9565.0, 9582.0, 9539.0, 9552.0, 9579.0, 9618.0, 9594.0, 9644.0, 9592.0, 9635.0, 9609.0, 9612.0, 9602.0, 9593.0, 9602.0, 9576.0, 9611.0, 9603.0, 9635.0, 9627.0, 9607.0, 9622.0, 9623.0, 9554.0, 9585.0, 9561.0, 9597.0, 9609.0, 9640.0, 9603.0, 9605.0, 9573.0, 9521.0, 9549.0, 9530.0, 9557.0, 9500.0, 9520.0, 9519.0, 9500.0, 9525.0, 9481.0, 9523.0, 9482.0, 9509.0, 9474.0, 9520.0, 9474.0, 9552.0, 9526.0, 9541.0, 9526.0, 9557.0, 9545.0, 9618.0, 9575.0, 9575.0, 9602.0, 9588.0, 9624.0, 9609.0, 9627.0, 9621.0, 9605.0, 9634.0, 9627.0, 9617.0, 9638.0, 9646.0, 9586.0, 9633.0, 9650.0, 9614.0, 9635.0, 9572.0, 9610.0, 9548.0, 9597.0, 9607.0, 9569.0, 9605.0, 9532.0, 9589.0, 9545.0, 9586.0, 9555.0, 9565.0, 9571.0, 9545.0, 9564.0, 9550.0, 9566.0, 9550.0, 9572.0, 9551.0, 9588.0, 9557.0, 9575.0, 9616.0, 9583.0, 9588.0, 9573.0, 9604.0, 9562.0, 9604.0, 9607.0, 9680.0, 9639.0, 9663.0, 9654.0, 9653.0, 9662.0, 9616.0, 9660.0, 9636.0, 9636.0, 9630.0, 9635.0, 9609.0, 9593.0, 9598.0, 9650.0, 9622.0, 9667.0, 9642.0, 9651.0, 9634.0, 9613.0, 9614.0, 9574.0, 9631.0, 9590.0, 9596.0, 9529.0, 9577.0, 9562.0, 9601.0, 9573.0, 9525.0, 9587.0, 9581.0, 9542.0, 9519.0, 9538.0, 9560.0, 9547.0, 9532.0, 9575.0, 9535.0, 9578.0, 9532.0, 9560.0, 9524.0, 9578.0, 9525.0, 9545.0, 9612.0, 9556.0, 9618.0, 9575.0, 9560.0, 9578.0, 9590.0, 9600.0, 9594.0, 9602.0, 9590.0, 9618.0, 9602.0, 9640.0, 9608.0, 9654.0, 9618.0, 9643.0, 9586.0, 9618.0, 9569.0, 9619.0, 9616.0, 9570.0, 9611.0, 9571.0, 9569.0, 9600.0, 9562.0, 9591.0, 9547.0, 9583.0, 9527.0, 9550.0, 9575.0, 9552.0, 9563.0, 9531.0, 9604.0, 9550.0, 9598.0, 9542.0, 9573.0, 9577.0, 9550.0, 9572.0, 9577.0, 9617.0, 9588.0, 9617.0, 9631.0, 9593.0, 9595.0, 9629.0, 9610.0, 9627.0, 9624.0, 9612.0, 9609.0, 9636.0, 9611.0, 9563.0, 9569.0, 9583.0, 9537.0, 9566.0, 9614.0, 9572.0, 9594.0, 9642.0, 9576.0, 9578.0, 9609.0, 9625.0, 9687.0, 9683.0, 9673.0, 9652.0, 9627.0, 9647.0, 9662.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.0033585665137614677</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05430596089449541</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.23838274919637</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2162399024110213</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9955687441446603</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4666</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8037.105</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.21087388585156208</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>287</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>32.91284403669725</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.552849160872055</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4283479421036733</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7422588437103634</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4879406968021267</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0242673</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0010120740626007318</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022664926946163177</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.042110394225756</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>23.598</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0466</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.8798</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298688.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>657.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.474</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2518</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.9234</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3524.8236</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3740.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77856.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1306.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4590.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.2533</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.588208510540426</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> |