=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0050 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0050",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0050_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0050_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0050_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0050_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0050_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0050_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0050_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0050_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0050_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-04/func/sub-0050_ses-04_task-social_acq-mb8_run-05_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>7ade9b482e17870a878ee0091838e777</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:55:43.230000</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.999102, 0.0354912, 0.023129, -0.0362862, 0.998731, 0.0349125]</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-05_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.096556</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4154, -7780, -7215, 585, -66, -183, 44, 6]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>246.123</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6ef465fb-806b-4699-b598-885c6c9c3e84||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.680518388748169, -0.09735330194234848, 0.059023596346378326, 114.29046630859375], [-0.09522026777267456, 2.679523468017578, 0.09644520282745361, -79.2394790649414], [0.06205346807837486, -0.09366773813962936, 2.697631359100342, -37.79746627807617], [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': ['135543.230000', '135543.690000', '135544.150000', '135544.610000', '135545.070000', '135545.530000', '135545.990000', '135546.450000', '135546.910000', '135547.370000', '135547.830000', '135548.290000', '135548.750000', '135549.210000', '135549.670000', '135550.130000', '135550.590000', '135551.050000', '135551.510000', '135551.970000', '135552.430000', '135552.890000', '135553.350000', '135553.810000', '135554.270000', '135554.730000', '135555.190000', '135555.650000', '135556.110000', '135556.570000', '135557.030000', '135557.490000', '135557.950000', '135558.410000', '135558.870000', '135559.330000', '135559.790000', '135600.250000', '135600.710000', '135601.170000', '135601.630000', '135602.090000', '135602.550000', '135603.010000', '135603.470000', '135603.930000', '135604.390000', '135604.850000', '135605.310000', '135605.770000', '135606.230000', '135606.690000', '135607.150000', '135607.610000', '135608.070000', '135608.530000', '135608.990000', '135609.450000', '135609.910000', '135610.370000', '135610.830000', '135611.290000', '135611.750000', '135612.210000', '135612.670000', '135613.130000', '135613.590000', '135614.050000', '135614.510000', '135614.970000', '135615.430000', '135615.890000', '135616.350000', '135616.810000', '135617.270000', '135617.730000', '135618.190000', '135618.650000', '135619.110000', '135619.570000', '135620.030000', '135620.490000', '135620.950000', '135621.410000', '135621.870000', '135622.330000', '135622.790000', '135623.250000', '135623.710000', '135624.170000', '135624.630000', '135625.090000', '135625.550000', '135626.010000', '135626.470000', '135626.930000', '135627.390000', '135627.850000', '135628.310000', '135628.770000', '135629.230000', '135629.690000', '135630.150000', '135630.610000', '135631.070000', '135631.530000', '135631.990000', '135632.450000', '135632.910000', '135633.370000', '135633.830000', '135634.290000', '135634.750000', '135635.210000', '135635.670000', '135636.130000', '135636.590000', '135637.050000', '135637.510000', '135637.970000', '135638.430000', '135638.890000', '135639.350000', '135639.810000', '135640.270000', '135640.730000', '135641.190000', '135641.650000', '135642.110000', '135642.570000', '135643.030000', '135643.490000', '135643.950000', '135644.410000', '135644.870000', '135645.330000', '135645.790000', '135646.250000', '135646.710000', '135647.170000', '135647.630000', '135648.090000', '135648.550000', '135649.010000', '135649.470000', '135649.930000', '135650.390000', '135650.850000', '135651.310000', '135651.770000', '135652.230000', '135652.690000', '135653.150000', '135653.610000', '135654.070000', '135654.530000', '135654.990000', '135655.450000', '135655.910000', '135656.370000', '135656.830000', '135657.290000', '135657.750000', '135658.210000', '135658.670000', '135659.130000', '135659.590000', '135700.050000', '135700.510000', '135700.970000', '135701.430000', '135701.890000', '135702.350000', '135702.810000', '135703.270000', '135703.730000', '135704.190000', '135704.650000', '135705.110000', '135705.570000', '135706.030000', '135706.490000', '135706.950000', '135707.410000', '135707.870000', '135708.330000', '135708.790000', '135709.250000', '135709.710000', '135710.170000', '135710.630000', '135711.090000', '135711.550000', '135712.010000', '135712.470000', '135712.930000', '135713.390000', '135713.850000', '135714.310000', '135714.770000', '135715.230000', '135715.690000', '135716.150000', '135716.610000', '135717.070000', '135717.530000', '135717.990000', '135718.450000', '135718.910000', '135719.370000', '135719.830000', '135720.290000', '135720.750000', '135721.210000', '135721.670000', '135722.130000', '135722.590000', '135723.050000', '135723.510000', '135723.970000', '135724.430000', '135724.890000', '135725.350000', '135725.810000', '135726.270000', '135726.730000', '135727.190000', '135727.650000', '135728.110000', '135728.570000', '135729.030000', '135729.490000', '135729.950000', '135730.410000', '135730.870000', '135731.330000', '135731.790000', '135732.250000', '135732.710000', '135733.170000', '135733.630000', '135734.090000', '135734.550000', '135735.010000', '135735.470000', '135735.930000', '135736.390000', '135736.850000', '135737.310000', '135737.770000', '135738.230000', '135738.690000', '135739.150000', '135739.610000', '135740.070000', '135740.530000', '135740.990000', '135741.450000', '135741.910000', '135742.370000', '135742.830000', '135743.290000', '135743.750000', '135744.210000', '135744.670000', '135745.130000', '135745.590000', '135746.050000', '135746.510000', '135746.970000', '135747.430000', '135747.890000', '135748.350000', '135748.810000', '135749.270000', '135749.730000', '135750.190000', '135750.650000', '135751.110000', '135751.570000', '135752.030000', '135752.490000', '135752.950000', '135753.410000', '135753.870000', '135754.330000', '135754.790000', '135755.250000', '135755.710000', '135756.170000', '135756.630000', '135757.090000', '135757.550000', '135758.010000', '135758.470000', '135758.930000', '135759.390000', '135759.850000', '135800.310000', '135800.770000', '135801.230000', '135801.690000', '135802.150000', '135802.610000', '135803.070000', '135803.530000', '135803.990000', '135804.450000', '135804.910000', '135805.370000', '135805.830000', '135806.290000', '135806.750000', '135807.210000', '135807.670000', '135808.130000', '135808.590000', '135809.050000', '135809.510000', '135809.970000', '135810.430000', '135810.890000', '135811.350000', '135811.810000', '135812.270000', '135812.730000', '135813.190000', '135813.650000', '135814.110000', '135814.570000', '135815.030000', '135815.490000', '135815.950000', '135816.410000', '135816.870000', '135817.330000', '135817.790000', '135818.250000', '135818.710000', '135819.170000', '135819.630000', '135820.090000', '135820.550000', '135821.010000', '135821.470000', '135821.930000', '135822.390000', '135822.850000', '135823.310000', '135823.770000', '135824.230000', '135824.690000', '135825.150000', '135825.610000', '135826.070000', '135826.530000', '135826.990000', '135827.450000', '135827.910000', '135828.370000', '135828.830000', '135829.290000', '135829.750000', '135830.210000', '135830.670000', '135831.130000', '135831.590000', '135832.050000', '135832.510000', '135832.970000', '135833.430000', '135833.890000', '135834.350000', '135834.810000', '135835.270000', '135835.730000', '135836.190000', '135836.650000', '135837.110000', '135837.570000', '135838.030000', '135838.490000', '135838.950000', '135839.410000', '135839.870000', '135840.330000', '135840.790000', '135841.250000', '135841.710000', '135842.170000', '135842.630000', '135843.090000', '135843.550000', '135844.010000', '135844.470000', '135844.930000', '135845.390000', '135845.850000', '135846.310000', '135846.770000', '135847.230000', '135847.690000', '135848.150000', '135848.610000', '135849.070000', '135849.530000', '135849.990000', '135850.450000', '135850.910000', '135851.370000', '135851.830000', '135852.290000', '135852.750000', '135853.210000', '135853.670000', '135854.130000', '135854.590000', '135855.050000', '135855.510000', '135855.970000', '135856.430000', '135856.890000', '135857.350000', '135857.810000', '135858.270000', '135858.730000', '135859.190000', '135859.650000', '135900.110000', '135900.570000', '135901.030000', '135901.490000', '135901.950000', '135902.410000', '135902.870000', '135903.330000', '135903.790000', '135904.250000', '135904.710000', '135905.170000', '135905.630000', '135906.090000', '135906.550000', '135907.010000', '135907.470000', '135907.930000', '135908.390000', '135908.850000', '135909.310000', '135909.770000', '135910.230000', '135910.690000', '135911.150000', '135911.610000', '135912.070000', '135912.530000', '135912.990000', '135913.450000', '135913.910000', '135914.370000', '135914.830000', '135915.290000', '135915.750000', '135916.210000', '135916.670000', '135917.130000', '135917.590000', '135918.050000', '135918.510000', '135918.970000', '135919.430000', '135919.890000', '135920.350000', '135920.810000', '135921.270000', '135921.730000', '135922.190000', '135922.650000', '135923.110000', '135923.570000', '135924.030000', '135924.490000', '135924.950000', '135925.410000', '135925.870000', '135926.330000', '135926.790000', '135927.250000', '135927.710000', '135928.170000', '135928.630000', '135929.090000', '135929.550000', '135930.010000', '135930.470000', '135930.930000', '135931.390000', '135931.850000', '135932.310000', '135932.770000', '135933.230000', '135933.690000', '135934.150000', '135934.610000', '135935.070000', '135935.530000', '135935.990000', '135936.450000', '135936.910000', '135937.370000', '135937.830000', '135938.290000', '135938.750000', '135939.210000', '135939.670000', '135940.130000', '135940.590000', '135941.050000', '135941.510000', '135941.970000', '135942.430000', '135942.890000', '135943.350000', '135943.810000', '135944.270000', '135944.730000', '135945.190000', '135945.650000', '135946.110000', '135946.570000', '135947.030000', '135947.490000', '135947.950000', '135948.410000', '135948.870000', '135949.330000', '135949.790000', '135950.250000', '135950.710000', '135951.170000', '135951.630000', '135952.090000', '135952.550000', '135953.010000', '135953.470000', '135953.930000', '135954.390000', '135954.850000', '135955.310000', '135955.770000', '135956.230000', '135956.690000', '135957.150000', '135957.610000', '135958.070000', '135958.530000', '135958.990000', '135959.450000', '135959.910000', '140000.370000', '140000.830000', '140001.290000', '140001.750000', '140002.210000', '140002.670000', '140003.130000', '140003.590000', '140004.050000', '140004.510000', '140004.970000', '140005.430000', '140005.890000', '140006.350000', '140006.810000', '140007.270000', '140007.730000', '140008.190000', '140008.650000', '140009.110000', '140009.570000', '140010.030000', '140010.490000', '140010.950000', '140011.410000', '140011.870000', '140012.330000', '140012.790000', '140013.250000', '140013.710000', '140014.170000', '140014.630000', '140015.090000', '140015.550000', '140016.010000', '140016.470000', '140016.930000', '140017.390000', '140017.850000', '140018.310000', '140018.770000', '140019.230000', '140019.690000', '140020.150000', '140020.610000', '140021.070000', '140021.530000', '140021.990000', '140022.450000', '140022.910000', '140023.370000', '140023.830000', '140024.290000', '140024.750000', '140025.210000', '140025.670000', '140026.130000', '140026.590000', '140027.050000', '140027.510000', '140027.970000', '140028.430000', '140028.890000', '140029.350000', '140029.810000', '140030.270000', '140030.730000', '140031.190000', '140031.650000', '140032.110000', '140032.570000', '140033.030000', '140033.490000', '140033.950000', '140034.410000', '140034.870000', '140035.330000', '140035.790000', '140036.250000', '140036.710000', '140037.170000', '140037.630000', '140038.090000', '140038.550000', '140039.010000', '140039.470000', '140039.930000', '140040.390000', '140040.850000', '140041.310000', '140041.770000', '140042.230000', '140042.690000', '140043.150000', '140043.610000', '140044.070000', '140044.530000', '140044.990000', '140045.450000', '140045.910000', '140046.370000', '140046.830000', '140047.290000', '140047.750000', '140048.210000', '140048.670000', '140049.130000', '140049.590000', '140050.050000', '140050.510000', '140050.970000', '140051.430000', '140051.890000', '140052.350000', '140052.810000', '140053.270000', '140053.730000', '140054.190000', '140054.650000', '140055.110000', '140055.570000', '140056.030000', '140056.490000', '140056.950000', '140057.410000', '140057.870000', '140058.330000', '140058.790000', '140059.250000', '140059.710000', '140100.170000', '140100.630000', '140101.090000', '140101.550000', '140102.010000', '140102.470000', '140102.930000', '140103.390000', '140103.850000', '140104.310000', '140104.770000', '140105.230000', '140105.690000', '140106.150000', '140106.610000', '140107.070000', '140107.530000', '140107.990000', '140108.450000', '140108.910000', '140109.370000', '140109.830000', '140110.290000', '140110.750000', '140111.210000', '140111.670000', '140112.130000', '140112.590000', '140113.050000', '140113.510000', '140113.970000', '140114.430000', '140114.890000', '140115.350000', '140115.810000', '140116.270000', '140116.730000', '140117.190000', '140117.650000', '140118.110000', '140118.570000', '140119.030000', '140119.490000', '140119.950000', '140120.410000', '140120.870000', '140121.330000', '140121.790000', '140122.250000', '140122.710000', '140123.170000', '140123.630000', '140124.090000', '140124.550000', '140125.010000', '140125.470000', '140125.930000', '140126.390000', '140126.850000', '140127.310000', '140127.770000', '140128.230000', '140128.690000', '140129.150000', '140129.610000', '140130.070000', '140130.530000', '140130.990000', '140131.450000', '140131.910000', '140132.370000', '140132.830000', '140133.290000', '140133.750000', '140134.210000', '140134.670000', '140135.130000', '140135.590000', '140136.050000', '140136.510000', '140136.970000', '140137.430000', '140137.890000', '140138.350000', '140138.810000', '140139.270000', '140139.730000', '140140.190000', '140140.650000', '140141.110000', '140141.570000', '140142.030000', '140142.490000', '140142.950000', '140143.410000', '140143.870000', '140144.330000', '140144.790000', '140145.250000', '140145.710000', '140146.170000', '140146.630000', '140147.090000', '140147.550000', '140148.010000', '140148.470000', '140148.930000', '140149.390000', '140149.850000', '140150.310000', '140150.770000', '140151.230000', '140151.690000', '140152.150000', '140152.610000', '140153.070000', '140153.530000', '140153.990000', '140154.450000', '140154.910000', '140155.370000', '140155.830000', '140156.290000', '140156.750000', '140157.210000', '140157.670000', '140158.130000', '140158.590000', '140159.050000', '140159.510000', '140159.970000', '140200.430000', '140200.890000', '140201.350000', '140201.810000', '140202.270000', '140202.730000', '140203.190000', '140203.650000', '140204.110000', '140204.570000', '140205.030000', '140205.490000', '140205.950000', '140206.410000', '140206.870000', '140207.330000', '140207.790000', '140208.250000', '140208.710000', '140209.170000', '140209.630000', '140210.090000', '140210.550000', '140211.010000', '140211.470000', '140211.930000', '140212.390000', '140212.850000', '140213.310000', '140213.770000', '140214.230000', '140214.690000', '140215.150000', '140215.610000', '140216.070000', '140216.530000', '140216.990000', '140217.450000', '140217.910000', '140218.370000', '140218.830000', '140219.290000', '140219.750000', '140220.210000', '140220.670000', '140221.130000', '140221.590000', '140222.050000', '140222.510000', '140222.970000', '140223.430000', '140223.890000'], 'ContentTime': ['135603.760000', '135603.763000', '135603.766000', '135603.768000', '135603.798000', '135603.800000', '135603.803000', '135603.805000', '135603.808000', '135603.811000', '135603.813000', '135603.816000', '135603.819000', '135603.821000', '135603.824000', '135603.826000', '135603.829000', '135603.832000', '135603.834000', '135603.837000', '135603.839000', '135603.842000', '135603.844000', '135603.847000', '135603.850000', '135603.852000', '135603.855000', '135603.858000', '135603.860000', '135603.863000', '135603.865000', '135603.868000', '135603.871000', '135603.873000', '135603.876000', '135603.879000', '135603.881000', '135603.884000', '135603.886000', '135603.889000', '135603.891000', '135603.894000', '135623.715000', '135623.718000', '135623.720000', '135623.723000', '135623.725000', '135623.728000', '135623.731000', '135623.733000', '135623.736000', '135623.738000', '135623.741000', '135623.743000', '135623.746000', '135623.749000', '135623.751000', '135623.754000', '135623.757000', '135623.759000', '135623.762000', '135623.764000', '135623.767000', '135623.769000', '135623.772000', '135623.774000', '135623.777000', '135623.780000', '135623.782000', '135623.795000', '135623.798000', '135623.801000', '135623.803000', '135623.806000', '135623.808000', '135623.811000', '135623.814000', '135623.816000', '135623.819000', '135623.821000', '135623.824000', '135623.826000', '135623.829000', '135623.832000', '135623.834000', '135643.714000', '135643.717000', '135643.719000', '135643.722000', '135643.724000', '135643.727000', '135643.730000', '135643.732000', '135643.735000', '135643.737000', '135643.740000', '135643.742000', '135643.745000', '135643.748000', '135643.750000', '135643.753000', '135643.755000', '135643.758000', '135643.761000', '135643.763000', '135643.766000', '135643.768000', '135643.771000', '135643.774000', '135643.776000', '135643.779000', '135643.781000', '135643.784000', '135643.787000', '135643.789000', '135643.792000', '135643.794000', '135643.797000', '135643.800000', '135643.802000', '135643.805000', '135643.807000', '135643.810000', '135643.813000', '135643.815000', '135643.818000', '135643.820000', '135643.823000', '135643.826000', '135703.713000', '135703.716000', '135703.719000', '135703.722000', '135703.724000', '135703.727000', '135703.729000', '135703.732000', '135703.734000', '135703.737000', '135703.740000', '135703.742000', '135703.745000', '135703.747000', '135703.750000', '135703.753000', '135703.755000', '135703.758000', '135703.760000', '135703.763000', '135703.765000', '135703.768000', '135703.771000', '135703.773000', '135703.776000', '135703.778000', '135703.781000', '135703.784000', '135703.786000', '135703.789000', '135703.792000', '135703.794000', '135703.797000', '135703.826000', '135703.828000', '135703.837000', '135703.840000', '135703.842000', '135703.845000', '135703.848000', '135703.850000', '135703.853000', '135703.856000', '135723.713000', '135723.716000', '135723.719000', '135723.721000', '135723.724000', '135723.727000', '135723.729000', '135723.732000', '135723.734000', '135723.737000', '135723.740000', '135723.742000', '135723.745000', '135723.748000', '135723.750000', '135723.753000', '135723.755000', '135723.758000', '135723.761000', '135723.763000', '135723.766000', '135723.768000', '135723.771000', '135723.774000', '135723.776000', '135723.779000', '135723.782000', '135723.784000', '135723.787000', '135723.790000', '135723.792000', '135723.795000', '135723.797000', '135723.827000', '135723.830000', '135723.832000', '135723.835000', '135723.837000', '135723.840000', '135723.843000', '135723.845000', '135723.848000', '135723.850000', '135723.853000', '135743.713000', '135743.716000', '135743.719000', '135743.722000', '135743.724000', '135743.727000', '135743.729000', '135743.732000', '135743.735000', '135743.737000', '135743.740000', '135743.742000', '135743.745000', '135743.748000', '135743.750000', '135743.753000', '135743.755000', '135743.758000', '135743.761000', '135743.763000', '135743.766000', '135743.768000', '135743.771000', '135743.773000', '135743.776000', '135743.779000', '135743.781000', '135743.784000', '135743.786000', '135743.789000', '135743.792000', '135743.794000', '135743.797000', '135743.828000', '135743.833000', '135743.836000', '135743.839000', '135743.841000', '135743.844000', '135743.846000', '135743.849000', '135743.852000', '135743.854000', '135803.714000', '135803.716000', '135803.719000', '135803.722000', '135803.724000', '135803.727000', '135803.729000', '135803.732000', '135803.734000', '135803.737000', '135803.740000', '135803.742000', '135803.745000', '135803.748000', '135803.750000', '135803.753000', '135803.755000', '135803.758000', '135803.761000', '135803.763000', '135803.766000', '135803.769000', '135803.771000', '135803.784000', '135803.786000', '135803.789000', '135803.791000', '135803.794000', '135803.797000', '135803.824000', '135803.827000', '135803.829000', '135803.832000', '135803.835000', '135803.837000', '135803.840000', '135803.842000', '135803.845000', '135803.848000', '135803.850000', '135803.853000', '135803.856000', '135803.858000', '135803.861000', '135823.714000', '135823.716000', '135823.719000', '135823.722000', '135823.724000', '135823.727000', '135823.730000', '135823.732000', '135823.735000', '135823.737000', '135823.740000', '135823.743000', '135823.745000', '135823.748000', '135823.751000', '135823.753000', '135823.756000', '135823.759000', '135823.761000', '135823.764000', '135823.766000', '135823.769000', '135823.772000', '135823.775000', '135823.777000', '135823.780000', '135823.782000', '135823.785000', '135823.788000', '135823.790000', '135823.793000', '135823.803000', '135823.805000', '135823.808000', '135823.810000', '135823.813000', '135823.816000', '135823.818000', '135823.821000', '135823.824000', '135823.826000', '135823.829000', '135823.832000', '135843.715000', '135843.718000', '135843.720000', '135843.723000', '135843.726000', '135843.729000', '135843.732000', '135843.734000', '135843.737000', '135843.740000', '135843.742000', '135843.745000', '135843.747000', '135843.750000', '135843.753000', '135843.755000', '135843.758000', '135843.760000', '135843.763000', '135843.766000', '135843.768000', '135843.771000', '135843.774000', '135843.776000', '135843.779000', '135843.782000', '135843.785000', '135843.787000', '135843.790000', '135843.792000', '135843.795000', '135843.798000', '135843.800000', '135843.803000', '135843.805000', '135843.808000', '135843.811000', '135843.813000', '135843.816000', '135843.819000', '135843.821000', '135843.824000', '135843.826000', '135843.829000', '135903.713000', '135903.716000', '135903.719000', '135903.721000', '135903.724000', '135903.727000', '135903.729000', '135903.732000', '135903.735000', '135903.737000', '135903.740000', '135903.742000', '135903.747000', '135903.750000', '135903.752000', '135903.755000', '135903.758000', '135903.760000', '135903.763000', '135903.766000', '135903.768000', '135903.771000', '135903.774000', '135903.776000', '135903.779000', '135903.781000', '135903.784000', '135903.786000', '135903.789000', '135903.792000', '135903.794000', '135903.797000', '135903.799000', '135903.802000', '135903.805000', '135903.807000', '135903.810000', '135903.813000', '135903.815000', '135903.818000', '135903.820000', '135903.823000', '135903.826000', '135923.714000', '135923.716000', '135923.719000', '135923.722000', '135923.724000', '135923.727000', '135923.730000', '135923.733000', '135923.735000', '135923.738000', '135923.740000', '135923.743000', '135923.746000', '135923.748000', '135923.751000', '135923.754000', '135923.756000', '135923.759000', '135923.761000', '135923.764000', '135923.767000', '135923.769000', '135923.772000', '135923.775000', '135923.777000', '135923.780000', '135923.782000', '135923.785000', '135923.788000', '135923.790000', '135923.793000', '135923.796000', '135923.798000', '135923.842000', '135923.845000', '135923.847000', '135923.850000', '135923.853000', '135923.855000', '135923.858000', '135923.861000', '135923.863000', '135923.866000', '135923.868000', '135943.714000', '135943.716000', '135943.719000', '135943.722000', '135943.736000', '135943.738000', '135943.741000', '135943.744000', '135943.746000', '135943.749000', '135943.751000', '135943.754000', '135943.757000', '135943.759000', '135943.762000', '135943.764000', '135943.767000', '135943.770000', '135943.772000', '135943.775000', '135943.778000', '135943.780000', '135943.783000', '135943.786000', '135943.788000', '135943.791000', '135943.793000', '135943.796000', '135943.799000', '135943.852000', '135943.855000', '135943.857000', '135943.860000', '135943.863000', '135943.883000', '135943.886000', '135943.888000', '135943.891000', '135943.894000', '135943.896000', '135943.899000', '135943.902000', '135943.904000', '140003.713000', '140003.716000', '140003.719000', '140003.722000', '140003.724000', '140003.727000', '140003.730000', '140003.732000', '140003.735000', '140003.738000', '140003.740000', '140003.743000', '140003.745000', '140003.748000', '140003.751000', '140003.753000', '140003.756000', '140003.759000', '140003.761000', '140003.764000', '140003.767000', '140003.770000', '140003.773000', '140003.775000', '140003.778000', '140003.780000', '140003.783000', '140003.786000', '140003.788000', '140003.791000', '140003.794000', '140003.796000', '140003.799000', '140003.858000', '140003.861000', '140003.863000', '140003.866000', '140003.868000', '140003.871000', '140003.874000', '140003.876000', '140003.879000', '140003.882000', '140023.714000', '140023.716000', '140023.719000', '140023.722000', '140023.724000', '140023.727000', '140023.730000', '140023.732000', '140023.735000', '140023.738000', '140023.740000', '140023.743000', '140023.745000', '140023.748000', '140023.750000', '140023.753000', '140023.756000', '140023.758000', '140023.761000', '140023.764000', '140023.766000', '140023.769000', '140023.771000', '140023.774000', '140023.777000', '140023.779000', '140023.782000', '140023.784000', '140023.787000', '140023.790000', '140023.792000', '140023.795000', '140023.797000', '140023.845000', '140023.847000', '140023.850000', '140023.852000', '140023.855000', '140023.858000', '140023.860000', '140023.863000', '140023.865000', '140023.868000', '140023.871000', '140043.714000', '140043.716000', '140043.719000', '140043.722000', '140043.724000', '140043.727000', '140043.730000', '140043.732000', '140043.735000', '140043.738000', '140043.740000', '140043.743000', '140043.746000', '140043.748000', '140043.751000', '140043.754000', '140043.756000', '140043.759000', '140043.762000', '140043.764000', '140043.767000', '140043.769000', '140043.772000', '140043.775000', '140043.777000', '140043.780000', '140043.783000', '140043.785000', '140043.788000', '140043.790000', '140043.793000', '140043.796000', '140043.799000', '140043.862000', '140043.865000', '140043.868000', '140043.870000', '140043.873000', '140043.875000', '140043.878000', '140043.881000', '140043.883000', '140043.886000', '140103.714000', '140103.717000', '140103.720000', '140103.723000', '140103.725000', '140103.728000', '140103.731000', '140103.733000', '140103.736000', '140103.738000', '140103.741000', '140103.744000', '140103.746000', '140103.749000', '140103.751000', '140103.754000', '140103.757000', '140103.759000', '140103.762000', '140103.764000', '140103.767000', '140103.770000', '140103.772000', '140103.775000', '140103.778000', '140103.780000', '140103.783000', '140103.786000', '140103.788000', '140103.791000', '140103.803000', '140103.851000', '140103.854000', '140103.856000', '140103.859000', '140103.861000', '140103.864000', '140103.867000', '140103.869000', '140103.872000', '140103.874000', '140103.877000', '140103.880000', '140103.882000', '140123.714000', '140123.716000', '140123.719000', '140123.722000', '140123.724000', '140123.727000', '140123.730000', '140123.732000', '140123.735000', '140123.737000', '140123.740000', '140123.743000', '140123.745000', '140123.748000', '140123.751000', '140123.754000', '140123.756000', '140123.759000', '140123.762000', '140123.764000', '140123.767000', '140123.770000', '140123.772000', '140123.775000', '140123.777000', '140123.780000', '140123.783000', '140123.785000', '140123.790000', '140123.792000', '140123.795000', '140123.798000', '140123.843000', '140123.846000', '140123.848000', '140123.851000', '140123.854000', '140123.856000', '140123.859000', '140123.862000', '140123.864000', '140123.867000', '140123.870000', '140143.714000', '140143.717000', '140143.719000', '140143.722000', '140143.724000', '140143.727000', '140143.730000', '140143.732000', '140143.735000', '140143.738000', '140143.740000', '140143.743000', '140143.745000', '140143.748000', '140143.751000', '140143.754000', '140143.756000', '140143.759000', '140143.761000', '140143.764000', '140143.767000', '140143.769000', '140143.772000', '140143.774000', '140143.777000', '140143.780000', '140143.782000', '140143.785000', '140143.788000', '140143.790000', '140143.793000', '140143.795000', '140143.798000', '140143.838000', '140143.841000', '140143.843000', '140143.846000', '140143.848000', '140143.851000', '140143.854000', '140143.856000', '140143.859000', '140143.861000', '140143.864000', '140203.713000', '140203.716000', '140203.719000', '140203.722000', '140203.724000', '140203.727000', '140203.729000', '140203.732000', '140203.735000', '140203.737000', '140203.740000', '140203.743000', '140203.745000', '140203.748000', '140203.751000', '140203.753000', '140203.756000', '140203.758000', '140203.761000', '140203.764000', '140203.766000', '140203.769000', '140203.771000', '140203.774000', '140203.777000', '140203.779000', '140203.782000', '140203.785000', '140203.787000', '140203.790000', '140203.793000', '140203.795000', '140203.798000', '140203.844000', '140203.846000', '140203.849000', '140203.852000', '140203.854000', '140203.857000', '140203.859000', '140203.862000', '140203.865000', '140203.867000', '140223.713000', '140223.716000', '140223.719000', '140223.722000', '140223.724000', '140223.727000', '140223.729000', '140223.732000', '140223.734000', '140223.737000', '140223.740000', '140223.742000', '140223.745000', '140223.748000', '140223.750000', '140223.753000', '140223.756000', '140223.758000', '140223.761000', '140223.763000', '140223.766000', '140223.769000', '140223.771000', '140223.774000', '140223.777000', '140223.779000', '140223.782000', '140223.785000', '140223.787000', '140223.790000', '140223.793000', '140223.795000', '140223.798000', '140223.847000', '140223.849000', '140223.852000', '140223.855000', '140223.857000', '140223.860000', '140223.862000', '140223.865000', '140223.894000', '140223.897000', '140225.414000', '140225.417000', '140225.420000', '140225.423000', '140225.425000'], 'InstanceCreationTime': ['135603.760000', '135603.763000', '135603.766000', '135603.768000', '135603.798000', '135603.800000', '135603.803000', '135603.805000', '135603.808000', '135603.811000', '135603.813000', '135603.816000', '135603.819000', '135603.821000', '135603.824000', '135603.826000', '135603.829000', '135603.832000', '135603.834000', '135603.837000', '135603.839000', '135603.842000', '135603.844000', '135603.847000', '135603.850000', '135603.852000', '135603.855000', '135603.858000', '135603.860000', '135603.863000', '135603.865000', '135603.868000', '135603.871000', '135603.873000', '135603.876000', '135603.879000', '135603.881000', '135603.884000', '135603.886000', '135603.889000', '135603.891000', '135603.894000', '135623.715000', '135623.718000', '135623.720000', '135623.723000', '135623.725000', '135623.728000', '135623.731000', '135623.733000', '135623.736000', '135623.738000', '135623.741000', '135623.743000', '135623.746000', '135623.749000', '135623.751000', '135623.754000', '135623.757000', '135623.759000', '135623.762000', '135623.764000', '135623.767000', '135623.769000', '135623.772000', '135623.774000', '135623.777000', '135623.780000', '135623.782000', '135623.795000', '135623.798000', '135623.801000', '135623.803000', '135623.806000', '135623.808000', '135623.811000', '135623.814000', '135623.816000', '135623.819000', '135623.821000', '135623.824000', '135623.826000', '135623.829000', '135623.832000', '135623.834000', '135643.714000', '135643.717000', '135643.719000', '135643.722000', '135643.724000', '135643.727000', '135643.730000', '135643.732000', '135643.735000', '135643.737000', '135643.740000', '135643.742000', '135643.745000', '135643.748000', '135643.750000', '135643.753000', '135643.755000', '135643.758000', '135643.761000', '135643.763000', '135643.766000', '135643.768000', '135643.771000', '135643.774000', '135643.776000', '135643.779000', '135643.781000', '135643.784000', '135643.787000', '135643.789000', '135643.792000', '135643.794000', '135643.797000', '135643.800000', '135643.802000', '135643.805000', '135643.807000', '135643.810000', '135643.813000', '135643.815000', '135643.818000', '135643.820000', '135643.823000', '135643.826000', '135703.713000', '135703.716000', '135703.719000', '135703.722000', '135703.724000', '135703.727000', '135703.729000', '135703.732000', '135703.734000', '135703.737000', '135703.740000', '135703.742000', '135703.745000', '135703.747000', '135703.750000', '135703.753000', '135703.755000', '135703.758000', '135703.760000', '135703.763000', '135703.765000', '135703.768000', '135703.771000', '135703.773000', '135703.776000', '135703.778000', '135703.781000', '135703.784000', '135703.786000', '135703.789000', '135703.792000', '135703.794000', '135703.797000', '135703.826000', '135703.828000', '135703.837000', '135703.840000', '135703.842000', '135703.845000', '135703.848000', '135703.850000', '135703.853000', '135703.856000', '135723.713000', '135723.716000', '135723.719000', '135723.721000', '135723.724000', '135723.727000', '135723.729000', '135723.732000', '135723.734000', '135723.737000', '135723.740000', '135723.742000', '135723.745000', '135723.748000', '135723.750000', '135723.753000', '135723.755000', '135723.758000', '135723.761000', '135723.763000', '135723.766000', '135723.768000', '135723.771000', '135723.774000', '135723.776000', '135723.779000', '135723.782000', '135723.784000', '135723.787000', '135723.790000', '135723.792000', '135723.795000', '135723.797000', '135723.827000', '135723.830000', '135723.832000', '135723.835000', '135723.837000', '135723.840000', '135723.843000', '135723.845000', '135723.848000', '135723.850000', '135723.853000', '135743.713000', '135743.716000', '135743.719000', '135743.722000', '135743.724000', '135743.727000', '135743.729000', '135743.732000', '135743.735000', '135743.737000', '135743.740000', '135743.742000', '135743.745000', '135743.748000', '135743.750000', '135743.753000', '135743.755000', '135743.758000', '135743.761000', '135743.763000', '135743.766000', '135743.768000', '135743.771000', '135743.773000', '135743.776000', '135743.779000', '135743.781000', '135743.784000', '135743.786000', '135743.789000', '135743.792000', '135743.794000', '135743.797000', '135743.828000', '135743.833000', '135743.836000', '135743.839000', '135743.841000', '135743.844000', '135743.846000', '135743.849000', '135743.852000', '135743.854000', '135803.714000', '135803.716000', '135803.719000', '135803.722000', '135803.724000', '135803.727000', '135803.729000', '135803.732000', '135803.734000', '135803.737000', '135803.740000', '135803.742000', '135803.745000', '135803.748000', '135803.750000', '135803.753000', '135803.755000', '135803.758000', '135803.761000', '135803.763000', '135803.766000', '135803.769000', '135803.771000', '135803.784000', '135803.786000', '135803.789000', '135803.791000', '135803.794000', '135803.797000', '135803.824000', '135803.827000', '135803.829000', '135803.832000', '135803.835000', '135803.837000', '135803.840000', '135803.842000', '135803.845000', '135803.848000', '135803.850000', '135803.853000', '135803.856000', '135803.858000', '135803.861000', '135823.714000', '135823.716000', '135823.719000', '135823.722000', '135823.724000', '135823.727000', '135823.730000', '135823.732000', '135823.735000', '135823.737000', '135823.740000', '135823.743000', '135823.745000', '135823.748000', '135823.751000', '135823.753000', '135823.756000', '135823.759000', '135823.761000', '135823.764000', '135823.766000', '135823.769000', '135823.772000', '135823.775000', '135823.777000', '135823.780000', '135823.782000', '135823.785000', '135823.788000', '135823.790000', '135823.793000', '135823.803000', '135823.805000', '135823.808000', '135823.810000', '135823.813000', '135823.816000', '135823.818000', '135823.821000', '135823.824000', '135823.826000', '135823.829000', '135823.832000', '135843.715000', '135843.718000', '135843.720000', '135843.723000', '135843.726000', '135843.729000', '135843.732000', '135843.734000', '135843.737000', '135843.740000', '135843.742000', '135843.745000', '135843.747000', '135843.750000', '135843.753000', '135843.755000', '135843.758000', '135843.760000', '135843.763000', '135843.766000', '135843.768000', '135843.771000', '135843.774000', '135843.776000', '135843.779000', '135843.782000', '135843.785000', '135843.787000', '135843.790000', '135843.792000', '135843.795000', '135843.798000', '135843.800000', '135843.803000', '135843.805000', '135843.808000', '135843.811000', '135843.813000', '135843.816000', '135843.819000', '135843.821000', '135843.824000', '135843.826000', '135843.829000', '135903.713000', '135903.716000', '135903.719000', '135903.721000', '135903.724000', '135903.727000', '135903.729000', '135903.732000', '135903.735000', '135903.737000', '135903.740000', '135903.742000', '135903.747000', '135903.750000', '135903.752000', '135903.755000', '135903.758000', '135903.760000', '135903.763000', '135903.766000', '135903.768000', '135903.771000', '135903.774000', '135903.776000', '135903.779000', '135903.781000', '135903.784000', '135903.786000', '135903.789000', '135903.792000', '135903.794000', '135903.797000', '135903.799000', '135903.802000', '135903.805000', '135903.807000', '135903.810000', '135903.813000', '135903.815000', '135903.818000', '135903.820000', '135903.823000', '135903.826000', '135923.714000', '135923.716000', '135923.719000', '135923.722000', '135923.724000', '135923.727000', '135923.730000', '135923.733000', '135923.735000', '135923.738000', '135923.740000', '135923.743000', '135923.746000', '135923.748000', '135923.751000', '135923.754000', '135923.756000', '135923.759000', '135923.761000', '135923.764000', '135923.767000', '135923.769000', '135923.772000', '135923.775000', '135923.777000', '135923.780000', '135923.782000', '135923.785000', '135923.788000', '135923.790000', '135923.793000', '135923.796000', '135923.798000', '135923.842000', '135923.845000', '135923.847000', '135923.850000', '135923.853000', '135923.855000', '135923.858000', '135923.861000', '135923.863000', '135923.866000', '135923.868000', '135943.714000', '135943.716000', '135943.719000', '135943.722000', '135943.736000', '135943.738000', '135943.741000', '135943.744000', '135943.746000', '135943.749000', '135943.751000', '135943.754000', '135943.757000', '135943.759000', '135943.762000', '135943.764000', '135943.767000', '135943.770000', '135943.772000', '135943.775000', '135943.778000', '135943.780000', '135943.783000', '135943.786000', '135943.788000', '135943.791000', '135943.793000', '135943.796000', '135943.799000', '135943.852000', '135943.855000', '135943.857000', '135943.860000', '135943.863000', '135943.883000', '135943.886000', '135943.888000', '135943.891000', '135943.894000', '135943.896000', '135943.899000', '135943.902000', '135943.904000', '140003.713000', '140003.716000', '140003.719000', '140003.722000', '140003.724000', '140003.727000', '140003.730000', '140003.732000', '140003.735000', '140003.738000', '140003.740000', '140003.743000', '140003.745000', '140003.748000', '140003.751000', '140003.753000', '140003.756000', '140003.759000', '140003.761000', '140003.764000', '140003.767000', '140003.770000', '140003.773000', '140003.775000', '140003.778000', '140003.780000', '140003.783000', '140003.786000', '140003.788000', '140003.791000', '140003.794000', '140003.796000', '140003.799000', '140003.858000', '140003.861000', '140003.863000', '140003.866000', '140003.868000', '140003.871000', '140003.874000', '140003.876000', '140003.879000', '140003.882000', '140023.714000', '140023.716000', '140023.719000', '140023.722000', '140023.724000', '140023.727000', '140023.730000', '140023.732000', '140023.735000', '140023.738000', '140023.740000', '140023.743000', '140023.745000', '140023.748000', '140023.750000', '140023.753000', '140023.756000', '140023.758000', '140023.761000', '140023.764000', '140023.766000', '140023.769000', '140023.771000', '140023.774000', '140023.777000', '140023.779000', '140023.782000', '140023.784000', '140023.787000', '140023.790000', '140023.792000', '140023.795000', '140023.797000', '140023.845000', '140023.847000', '140023.850000', '140023.852000', '140023.855000', '140023.858000', '140023.860000', '140023.863000', '140023.865000', '140023.868000', '140023.871000', '140043.714000', '140043.716000', '140043.719000', '140043.722000', '140043.724000', '140043.727000', '140043.730000', '140043.732000', '140043.735000', '140043.738000', '140043.740000', '140043.743000', '140043.746000', '140043.748000', '140043.751000', '140043.754000', '140043.756000', '140043.759000', '140043.762000', '140043.764000', '140043.767000', '140043.769000', '140043.772000', '140043.775000', '140043.777000', '140043.780000', '140043.783000', '140043.785000', '140043.788000', '140043.790000', '140043.793000', '140043.796000', '140043.799000', '140043.862000', '140043.865000', '140043.868000', '140043.870000', '140043.873000', '140043.875000', '140043.878000', '140043.881000', '140043.883000', '140043.886000', '140103.714000', '140103.717000', '140103.720000', '140103.723000', '140103.725000', '140103.728000', '140103.731000', '140103.733000', '140103.736000', '140103.738000', '140103.741000', '140103.744000', '140103.746000', '140103.749000', '140103.751000', '140103.754000', '140103.757000', '140103.759000', '140103.762000', '140103.764000', '140103.767000', '140103.770000', '140103.772000', '140103.775000', '140103.778000', '140103.780000', '140103.783000', '140103.786000', '140103.788000', '140103.791000', '140103.803000', '140103.851000', '140103.854000', '140103.856000', '140103.859000', '140103.861000', '140103.864000', '140103.867000', '140103.869000', '140103.872000', '140103.874000', '140103.877000', '140103.880000', '140103.882000', '140123.714000', '140123.716000', '140123.719000', '140123.722000', '140123.724000', '140123.727000', '140123.730000', '140123.732000', '140123.735000', '140123.737000', '140123.740000', '140123.743000', '140123.745000', '140123.748000', '140123.751000', '140123.754000', '140123.756000', '140123.759000', '140123.762000', '140123.764000', '140123.767000', '140123.770000', '140123.772000', '140123.775000', '140123.777000', '140123.780000', '140123.783000', '140123.785000', '140123.790000', '140123.792000', '140123.795000', '140123.798000', '140123.843000', '140123.846000', '140123.848000', '140123.851000', '140123.854000', '140123.856000', '140123.859000', '140123.862000', '140123.864000', '140123.867000', '140123.870000', '140143.714000', '140143.717000', '140143.719000', '140143.722000', '140143.724000', '140143.727000', '140143.730000', '140143.732000', '140143.735000', '140143.738000', '140143.740000', '140143.743000', '140143.745000', '140143.748000', '140143.751000', '140143.754000', '140143.756000', '140143.759000', '140143.761000', '140143.764000', '140143.767000', '140143.769000', '140143.772000', '140143.774000', '140143.777000', '140143.780000', '140143.782000', '140143.785000', '140143.788000', '140143.790000', '140143.793000', '140143.795000', '140143.798000', '140143.838000', '140143.841000', '140143.843000', '140143.846000', '140143.848000', '140143.851000', '140143.854000', '140143.856000', '140143.859000', '140143.861000', '140143.864000', '140203.713000', '140203.716000', '140203.719000', '140203.722000', '140203.724000', '140203.727000', '140203.729000', '140203.732000', '140203.735000', '140203.737000', '140203.740000', '140203.743000', '140203.745000', '140203.748000', '140203.751000', '140203.753000', '140203.756000', '140203.758000', '140203.761000', '140203.764000', '140203.766000', '140203.769000', '140203.771000', '140203.774000', '140203.777000', '140203.779000', '140203.782000', '140203.785000', '140203.787000', '140203.790000', '140203.793000', '140203.795000', '140203.798000', '140203.844000', '140203.846000', '140203.849000', '140203.852000', '140203.854000', '140203.857000', '140203.859000', '140203.862000', '140203.865000', '140203.867000', '140223.713000', '140223.716000', '140223.719000', '140223.722000', '140223.724000', '140223.727000', '140223.729000', '140223.732000', '140223.734000', '140223.737000', '140223.740000', '140223.742000', '140223.745000', '140223.748000', '140223.750000', '140223.753000', '140223.756000', '140223.758000', '140223.761000', '140223.763000', '140223.766000', '140223.769000', '140223.771000', '140223.774000', '140223.777000', '140223.779000', '140223.782000', '140223.785000', '140223.787000', '140223.790000', '140223.793000', '140223.795000', '140223.798000', '140223.847000', '140223.849000', '140223.852000', '140223.855000', '140223.857000', '140223.860000', '140223.862000', '140223.865000', '140223.894000', '140223.897000', '140225.414000', '140225.417000', '140225.420000', '140225.423000', '140225.425000'], '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': [16053, 11901, 16520, 11678, 16562, 11960, 18002, 13492, 18022, 12550, 17768, 12854, 17575, 13084, 15662, 11429, 13293, 11508, 9896, 13999, 10436, 16576, 9963, 15400, 10595, 16303, 11732, 16399, 9946, 16169, 10038, 17159, 10783, 17316, 9874, 16928, 10036, 16503, 10290, 16572, 10557, 16061, 10056, 16058, 10323, 16772, 11199, 16824, 12206, 17214, 12226, 13545, 12191, 9790, 15845, 10910, 17479, 12816, 9294, 17989, 13170, 16769, 13354, 10001, 16572, 10151, 17298, 10277, 15519, 9570, 14476, 11754, 13828, 12172, 13538, 13013, 13477, 9954, 14563, 9626, 15387, 10021, 17349, 11085, 17629, 11717, 18023, 12089, 17740, 11211, 16956, 11349, 17039, 12094, 17524, 12384, 16570, 12029, 16006, 12284, 9640, 14791, 9643, 16996, 11535, 17883, 13791, 16932, 12289, 10263, 14245, 9908, 16607, 10705, 17593, 10492, 17154, 11709, 17564, 11438, 17328, 12953, 17105, 11944, 16043, 12260, 10092, 14276, 9476, 17668, 12468, 18765, 13421, 10304, 13204, 9601, 16968, 12178, 18718, 13103, 13775, 13607, 9392, 16572, 12153, 17571, 12413, 17800, 13448, 9845, 14624, 9613, 17282, 12601, 9600, 16578, 12685, 18786, 13649, 12347, 14038, 11080, 15472, 10142, 16545, 9987, 16459, 10313, 17341, 11254, 17200, 12163, 16092, 12186, 16286, 12375, 13558, 12507, 11831, 13125, 15292, 13652, 15229, 13783, 13281, 13168, 13183, 14749, 11703, 16951, 10776, 16884, 12670, 16659, 12910, 19039, 13869, 18811, 13077, 17573, 13070, 16587, 12119, 16736, 12351, 16513, 12337, 17004, 12571, 17108, 11938, 16354, 12173, 16838, 12360, 16333, 11664, 15678, 11885, 16632, 12211, 13761, 11469, 10013, 13213, 11300, 14861, 15132, 14587, 13327, 13485, 16084, 13459, 16342, 13565, 10538, 13151, 9444, 14758, 9959, 15848, 10398, 15923, 10355, 15467, 10130, 15885, 10903, 15478, 9719, 15732, 10084, 15803, 10301, 16323, 10345, 16631, 10403, 16925, 11663, 17091, 12668, 17220, 12624, 17262, 12440, 16936, 12328, 16795, 12457, 16882, 12482, 13409, 12460, 12654, 13585, 11310, 15113, 10127, 16034, 10443, 16922, 10884, 16547, 10517, 15786, 12938, 12320, 12937, 9562, 17535, 12939, 12973, 14066, 10041, 15849, 11439, 15326, 15129, 14549, 10297, 14678, 11161, 14493, 10393, 14748, 10050, 16481, 10218, 16541, 11604, 16126, 12228, 16736, 12414, 10091, 13823, 9630, 17472, 11824, 17539, 10812, 16371, 9934, 16417, 9411, 16162, 9790, 15660, 10260, 15142, 11417, 15711, 9921, 15622, 9829, 16576, 10201, 16463, 10669, 17075, 9803, 16125, 10145, 16568, 10265, 16767, 10385, 15911, 9757, 15840, 9811, 16391, 10616, 16343, 11401, 16082, 12498, 16050, 12214, 9896, 13513, 9904, 17067, 11889, 17729, 12010, 17757, 12308, 17568, 12763, 16646, 12616, 17396, 12768, 16841, 12138, 15292, 12224, 14377, 13054, 9960, 14067, 11036, 17424, 12888, 9942, 17189, 12519, 14591, 12923, 9517, 15872, 10375, 18319, 11880, 17567, 11832, 16645, 12163, 15057, 11889, 9767, 14102, 11232, 15657, 12007, 9512, 16406, 11959, 11900, 15123, 11026, 17006, 11392, 16708, 10757, 16069, 9736, 14508, 10739, 14203, 18460, 13090, 16110, 12153, 16113, 11859, 16163, 12162, 16814, 12991, 16225, 12429, 17229, 12683, 17236, 12634, 16057, 11781, 16324, 11935, 16619, 12051, 16023, 11952, 16660, 12271, 16591, 12073, 15656, 11818, 16462, 12387, 16161, 11456, 16158, 11747, 16181, 10787, 16164, 10076, 15987, 10245, 15912, 10633, 16570, 11839, 15801, 11842, 16408, 12047, 13953, 12498, 10267, 13712, 9704, 17895, 13059, 13011, 14806, 10618, 17027, 11009, 17578, 12014, 17541, 11591, 16865, 11198, 16356, 11987, 15920, 11901, 15333, 12042, 14544, 12675, 10442, 13541, 10379, 15926, 11716, 16682, 10397, 16595, 11199, 16182, 12234, 15061, 14472, 14640, 9758, 14817, 10020, 15810, 10566, 16436, 10248, 17239, 10923, 16741, 11206, 16697, 11679, 16563, 12004, 16965, 12219, 16732, 12515, 11052, 13197, 10041, 15405, 10083, 16304, 10776, 17156, 10270, 16696, 10981, 16687, 10851, 16389, 11013, 16149, 10952, 15873, 11506, 15969, 11276, 16346, 11845, 15979, 11841, 15264, 11869, 8981, 13179, 10069, 12845, 12238, 9844, 17171, 12538, 12621, 11254, 10146, 15796, 10581, 17206, 10620, 16081, 10423, 15695, 10322, 15803, 10987, 16141, 11833, 15363, 11620, 15835, 11922, 15943, 12120, 16453, 12337, 16306, 12024, 15537, 11998, 16107, 12220, 16817, 12181, 13985, 11838, 12931, 12450, 12839, 13913, 9621, 16126, 10710, 18024, 13513, 17900, 13221, 11147, 12690, 9932, 15654, 10515, 16909, 9867, 16629, 10424, 17197, 10632, 17165, 11441, 17043, 12074, 16205, 12653, 16408, 12201, 16433, 12417, 13122, 12197, 9967, 15806, 10743, 16758, 12003, 9536, 16265, 12076, 11884, 14805, 10144, 17593, 12542, 17389, 12357, 18553, 12265, 15962, 11963, 15560, 11938, 15697, 11935, 11851, 12049, 9773, 14004, 9656, 16008, 11054, 16726, 10065, 16389, 10119, 15981, 9937, 16393, 9856, 15586, 9932, 15964, 9884, 15304, 9608, 15876, 10072, 16000, 10043, 16572, 10415, 16405, 11346, 16876, 11167, 16642, 11632, 16765, 10371, 15620, 9445, 15380, 9588, 15361, 11505, 15444, 12258, 10484, 12505, 10364, 13998, 13031, 10143, 17905, 12202, 17821, 12191, 16473, 11204, 17044, 9725, 15935, 9700, 15144, 9143, 15133, 9992, 16906, 12201, 10546, 12870, 10075, 13692, 11330, 13655, 15438, 13358, 16494, 12858, 14561, 12006, 15709, 12690, 16954, 12457, 16722, 12644, 15242, 11393, 11941, 12332, 14053, 12450, 10528, 13323, 10604, 13902, 10411, 15608, 10398, 16161, 10269, 15626, 9926, 16596, 10154, 15322, 10017, 14959, 9845, 15278, 12079, 18316, 12916, 10320, 13230, 10668, 16929, 11720, 16734, 11611, 16301, 11643, 17117, 12022, 16964, 13024, 16509, 11946, 9761, 15802, 12542, 19564, 14028, 18595, 13827, 19343, 14188, 12208, 12744, 14843, 12642, 13818, 12513, 10263, 12500, 9659, 13456, 9286, 14897, 10562, 16667, 12084, 17146, 11828, 15839, 11844, 16736, 11564, 13778, 11770, 10466, 13662, 9741, 15977, 10126, 16673, 10506, 17279, 12125, 16518, 11833, 16384, 11768, 16503, 11837, 17149, 12950, 9587, 14965, 11406, 11015, 14000, 11087, 19179, 13078, 14767, 12821, 9718, 14285, 10421, 16285, 11544, 18294, 12513, 19100, 13339, 11163, 14201, 11129, 15739, 13052, 9648, 17560, 10954, 19042, 11483, 17632, 10500, 16842, 9638, 16087, 9417, 15418, 9576, 15192, 9550, 15434, 9500, 14616], 'WindowCenter': [4951.0, 4899.0, 4926.0, 4885.0, 4921.0, 4883.0, 4928.0, 4891.0, 4917.0, 4868.0, 4906.0, 4867.0, 4906.0, 4865.0, 4884.0, 4857.0, 4875.0, 4857.0, 4836.0, 4884.0, 4848.0, 4907.0, 4825.0, 4886.0, 4835.0, 4895.0, 4844.0, 4884.0, 4813.0, 4882.0, 4811.0, 4890.0, 4832.0, 4880.0, 4812.0, 4880.0, 4810.0, 4880.0, 4808.0, 4880.0, 4821.0, 4870.0, 4812.0, 4879.0, 4822.0, 4891.0, 4841.0, 4888.0, 4854.0, 4892.0, 4842.0, 4860.0, 4853.0, 4811.0, 4869.0, 4830.0, 4883.0, 4853.0, 4815.0, 4890.0, 4864.0, 4881.0, 4863.0, 4815.0, 4881.0, 4820.0, 4881.0, 4810.0, 4870.0, 4800.0, 4860.0, 4828.0, 4850.0, 4837.0, 4850.0, 4838.0, 4849.0, 4811.0, 4872.0, 4822.0, 4882.0, 4826.0, 4906.0, 4848.0, 4905.0, 4856.0, 4904.0, 4855.0, 4893.0, 4834.0, 4874.0, 4825.0, 4881.0, 4843.0, 4905.0, 4866.0, 4892.0, 4847.0, 4892.0, 4845.0, 4823.0, 4873.0, 4824.0, 4892.0, 4842.0, 4903.0, 4864.0, 4892.0, 4845.0, 4823.0, 4872.0, 4808.0, 4880.0, 4822.0, 4891.0, 4822.0, 4879.0, 4823.0, 4880.0, 4831.0, 4879.0, 4841.0, 4879.0, 4842.0, 4881.0, 4843.0, 4822.0, 4872.0, 4813.0, 4890.0, 4853.0, 4901.0, 4853.0, 4822.0, 4851.0, 4811.0, 4890.0, 4842.0, 4900.0, 4852.0, 4849.0, 4861.0, 4813.0, 4890.0, 4852.0, 4890.0, 4853.0, 4889.0, 4862.0, 4810.0, 4859.0, 4812.0, 4891.0, 4851.0, 4824.0, 4893.0, 4864.0, 4903.0, 4867.0, 4851.0, 4874.0, 4833.0, 4873.0, 4822.0, 4879.0, 4811.0, 4880.0, 4811.0, 4880.0, 4831.0, 4880.0, 4840.0, 4879.0, 4842.0, 4881.0, 4854.0, 4862.0, 4864.0, 4841.0, 4864.0, 4882.0, 4863.0, 4863.0, 4863.0, 4851.0, 4863.0, 4851.0, 4871.0, 4840.0, 4891.0, 4833.0, 4891.0, 4858.0, 4891.0, 4865.0, 4903.0, 4864.0, 4902.0, 4851.0, 4889.0, 4853.0, 4879.0, 4841.0, 4868.0, 4839.0, 4867.0, 4839.0, 4867.0, 4837.0, 4866.0, 4828.0, 4864.0, 4828.0, 4866.0, 4827.0, 4854.0, 4816.0, 4854.0, 4827.0, 4865.0, 4828.0, 4846.0, 4829.0, 4808.0, 4851.0, 4830.0, 4871.0, 4858.0, 4859.0, 4846.0, 4850.0, 4867.0, 4848.0, 4866.0, 4849.0, 4808.0, 4850.0, 4798.0, 4870.0, 4809.0, 4881.0, 4821.0, 4879.0, 4821.0, 4871.0, 4820.0, 4880.0, 4819.0, 4871.0, 4810.0, 4879.0, 4814.0, 4881.0, 4820.0, 4881.0, 4822.0, 4873.0, 4823.0, 4891.0, 4841.0, 4891.0, 4849.0, 4892.0, 4848.0, 4889.0, 4849.0, 4891.0, 4852.0, 4891.0, 4852.0, 4891.0, 4854.0, 4862.0, 4854.0, 4852.0, 4863.0, 4832.0, 4871.0, 4822.0, 4881.0, 4822.0, 4891.0, 4832.0, 4881.0, 4833.0, 4869.0, 4853.0, 4851.0, 4865.0, 4838.0, 4908.0, 4877.0, 4877.0, 4888.0, 4837.0, 4896.0, 4844.0, 4885.0, 4873.0, 4874.0, 4821.0, 4873.0, 4832.0, 4871.0, 4822.0, 4872.0, 4822.0, 4880.0, 4823.0, 4892.0, 4855.0, 4894.0, 4868.0, 4906.0, 4868.0, 4838.0, 4877.0, 4839.0, 4917.0, 4858.0, 4907.0, 4847.0, 4896.0, 4822.0, 4895.0, 4815.0, 4885.0, 4815.0, 4882.0, 4822.0, 4872.0, 4830.0, 4882.0, 4812.0, 4882.0, 4821.0, 4892.0, 4823.0, 4893.0, 4823.0, 4892.0, 4813.0, 4881.0, 4822.0, 4881.0, 4822.0, 4878.0, 4820.0, 4872.0, 4812.0, 4870.0, 4811.0, 4879.0, 4822.0, 4880.0, 4843.0, 4881.0, 4863.0, 4892.0, 4855.0, 4835.0, 4876.0, 4837.0, 4906.0, 4857.0, 4906.0, 4856.0, 4905.0, 4849.0, 4892.0, 4854.0, 4881.0, 4853.0, 4891.0, 4852.0, 4880.0, 4842.0, 4869.0, 4852.0, 4860.0, 4853.0, 4812.0, 4860.0, 4832.0, 4887.0, 4855.0, 4824.0, 4903.0, 4854.0, 4873.0, 4859.0, 4814.0, 4879.0, 4822.0, 4891.0, 4832.0, 4881.0, 4831.0, 4879.0, 4830.0, 4857.0, 4841.0, 4824.0, 4854.0, 4842.0, 4883.0, 4865.0, 4838.0, 4906.0, 4867.0, 4868.0, 4896.0, 4847.0, 4904.0, 4859.0, 4895.0, 4834.0, 4883.0, 4811.0, 4871.0, 4821.0, 4861.0, 4900.0, 4852.0, 4879.0, 4841.0, 4868.0, 4830.0, 4867.0, 4840.0, 4878.0, 4851.0, 4869.0, 4839.0, 4876.0, 4839.0, 4865.0, 4826.0, 4855.0, 4817.0, 4852.0, 4817.0, 4854.0, 4817.0, 4854.0, 4827.0, 4864.0, 4827.0, 4864.0, 4827.0, 4855.0, 4828.0, 4864.0, 4828.0, 4866.0, 4826.0, 4867.0, 4829.0, 4867.0, 4819.0, 4865.0, 4810.0, 4867.0, 4810.0, 4861.0, 4820.0, 4879.0, 4841.0, 4880.0, 4842.0, 4880.0, 4853.0, 4862.0, 4853.0, 4822.0, 4872.0, 4824.0, 4904.0, 4876.0, 4864.0, 4885.0, 4835.0, 4892.0, 4845.0, 4901.0, 4854.0, 4892.0, 4843.0, 4892.0, 4834.0, 4882.0, 4844.0, 4882.0, 4854.0, 4883.0, 4866.0, 4874.0, 4877.0, 4846.0, 4877.0, 4836.0, 4896.0, 4856.0, 4907.0, 4836.0, 4896.0, 4844.0, 4893.0, 4843.0, 4874.0, 4862.0, 4872.0, 4812.0, 4872.0, 4812.0, 4882.0, 4833.0, 4882.0, 4822.0, 4892.0, 4834.0, 4891.0, 4844.0, 4893.0, 4845.0, 4905.0, 4856.0, 4903.0, 4854.0, 4894.0, 4866.0, 4845.0, 4864.0, 4824.0, 4884.0, 4824.0, 4883.0, 4833.0, 4892.0, 4823.0, 4882.0, 4831.0, 4882.0, 4833.0, 4881.0, 4832.0, 4880.0, 4832.0, 4880.0, 4832.0, 4881.0, 4832.0, 4881.0, 4843.0, 4875.0, 4843.0, 4869.0, 4839.0, 4802.0, 4863.0, 4837.0, 4878.0, 4868.0, 4849.0, 4906.0, 4867.0, 4865.0, 4847.0, 4835.0, 4895.0, 4835.0, 4894.0, 4832.0, 4882.0, 4823.0, 4880.0, 4822.0, 4879.0, 4831.0, 4880.0, 4842.0, 4870.0, 4843.0, 4881.0, 4843.0, 4882.0, 4853.0, 4882.0, 4853.0, 4881.0, 4853.0, 4871.0, 4844.0, 4882.0, 4854.0, 4890.0, 4854.0, 4862.0, 4845.0, 4852.0, 4854.0, 4852.0, 4862.0, 4824.0, 4882.0, 4834.0, 4902.0, 4864.0, 4903.0, 4865.0, 4842.0, 4864.0, 4822.0, 4883.0, 4833.0, 4893.0, 4823.0, 4882.0, 4823.0, 4890.0, 4822.0, 4891.0, 4832.0, 4880.0, 4843.0, 4880.0, 4851.0, 4880.0, 4843.0, 4882.0, 4854.0, 4863.0, 4866.0, 4850.0, 4894.0, 4857.0, 4906.0, 4868.0, 4839.0, 4921.0, 4869.0, 4858.0, 4898.0, 4836.0, 4904.0, 4865.0, 4894.0, 4853.0, 4902.0, 4843.0, 4879.0, 4841.0, 4869.0, 4841.0, 4869.0, 4840.0, 4839.0, 4842.0, 4821.0, 4872.0, 4812.0, 4893.0, 4843.0, 4892.0, 4824.0, 4893.0, 4823.0, 4883.0, 4821.0, 4882.0, 4822.0, 4882.0, 4812.0, 4882.0, 4812.0, 4872.0, 4812.0, 4881.0, 4812.0, 4881.0, 4823.0, 4892.0, 4835.0, 4894.0, 4845.0, 4893.0, 4845.0, 4893.0, 4845.0, 4893.0, 4824.0, 4883.0, 4814.0, 4872.0, 4813.0, 4880.0, 4845.0, 4882.0, 4853.0, 4832.0, 4866.0, 4847.0, 4887.0, 4878.0, 4848.0, 4917.0, 4868.0, 4904.0, 4855.0, 4894.0, 4845.0, 4894.0, 4812.0, 4882.0, 4810.0, 4871.0, 4803.0, 4871.0, 4812.0, 4880.0, 4853.0, 4833.0, 4865.0, 4835.0, 4886.0, 4845.0, 4874.0, 4884.0, 4876.0, 4894.0, 4865.0, 4872.0, 4854.0, 4869.0, 4851.0, 4880.0, 4843.0, 4881.0, 4852.0, 4862.0, 4832.0, 4830.0, 4842.0, 4858.0, 4852.0, 4820.0, 4851.0, 4820.0, 4851.0, 4821.0, 4871.0, 4809.0, 4881.0, 4811.0, 4870.0, 4809.0, 4880.0, 4810.0, 4870.0, 4810.0, 4870.0, 4811.0, 4870.0, 4841.0, 4903.0, 4864.0, 4827.0, 4864.0, 4837.0, 4894.0, 4856.0, 4888.0, 4845.0, 4894.0, 4845.0, 4894.0, 4855.0, 4892.0, 4850.0, 4879.0, 4831.0, 4810.0, 4869.0, 4840.0, 4889.0, 4860.0, 4877.0, 4835.0, 4876.0, 4836.0, 4802.0, 4813.0, 4819.0, 4811.0, 4809.0, 4811.0, 4780.0, 4812.0, 4782.0, 4822.0, 4786.0, 4853.0, 4818.0, 4866.0, 4839.0, 4877.0, 4830.0, 4867.0, 4829.0, 4867.0, 4830.0, 4847.0, 4829.0, 4808.0, 4848.0, 4798.0, 4868.0, 4809.0, 4878.0, 4816.0, 4879.0, 4841.0, 4879.0, 4840.0, 4879.0, 4842.0, 4879.0, 4843.0, 4890.0, 4851.0, 4814.0, 4882.0, 4845.0, 4846.0, 4886.0, 4858.0, 4926.0, 4878.0, 4888.0, 4869.0, 4828.0, 4876.0, 4837.0, 4897.0, 4845.0, 4905.0, 4843.0, 4891.0, 4851.0, 4830.0, 4848.0, 4830.0, 4868.0, 4849.0, 4801.0, 4890.0, 4818.0, 4889.0, 4818.0, 4866.0, 4796.0, 4854.0, 4785.0, 4851.0, 4775.0, 4843.0, 4784.0, 4844.0, 4786.0, 4855.0, 4787.0, 4857.0], 'WindowWidth': [10746.0, 10670.0, 10689.0, 10638.0, 10681.0, 10629.0, 10686.0, 10635.0, 10668.0, 10600.0, 10649.0, 10594.0, 10647.0, 10587.0, 10613.0, 10581.0, 10604.0, 10583.0, 10551.0, 10619.0, 10570.0, 10652.0, 10535.0, 10619.0, 10548.0, 10631.0, 10557.0, 10612.0, 10514.0, 10607.0, 10508.0, 10617.0, 10536.0, 10603.0, 10509.0, 10601.0, 10504.0, 10603.0, 10503.0, 10602.0, 10520.0, 10588.0, 10509.0, 10600.0, 10526.0, 10623.0, 10557.0, 10617.0, 10572.0, 10621.0, 10552.0, 10575.0, 10570.0, 10506.0, 10585.0, 10535.0, 10604.0, 10569.0, 10519.0, 10620.0, 10585.0, 10608.0, 10583.0, 10512.0, 10607.0, 10519.0, 10604.0, 10503.0, 10587.0, 10489.0, 10573.0, 10526.0, 10559.0, 10538.0, 10561.0, 10541.0, 10559.0, 10509.0, 10593.0, 10528.0, 10611.0, 10538.0, 10647.0, 10570.0, 10646.0, 10580.0, 10643.0, 10575.0, 10626.0, 10543.0, 10591.0, 10525.0, 10605.0, 10555.0, 10647.0, 10594.0, 10623.0, 10560.0, 10624.0, 10557.0, 10529.0, 10598.0, 10532.0, 10624.0, 10555.0, 10637.0, 10585.0, 10622.0, 10555.0, 10527.0, 10595.0, 10505.0, 10604.0, 10524.0, 10619.0, 10524.0, 10600.0, 10519.0, 10602.0, 10535.0, 10599.0, 10548.0, 10599.0, 10552.0, 10602.0, 10555.0, 10524.0, 10593.0, 10513.0, 10620.0, 10568.0, 10634.0, 10565.0, 10524.0, 10564.0, 10508.0, 10618.0, 10554.0, 10632.0, 10568.0, 10558.0, 10578.0, 10514.0, 10619.0, 10568.0, 10618.0, 10569.0, 10616.0, 10580.0, 10506.0, 10572.0, 10511.0, 10620.0, 10567.0, 10532.0, 10625.0, 10586.0, 10640.0, 10588.0, 10566.0, 10599.0, 10540.0, 10595.0, 10524.0, 10602.0, 10508.0, 10601.0, 10509.0, 10602.0, 10534.0, 10601.0, 10548.0, 10599.0, 10554.0, 10604.0, 10573.0, 10581.0, 10588.0, 10553.0, 10588.0, 10608.0, 10585.0, 10575.0, 10583.0, 10562.0, 10582.0, 10563.0, 10593.0, 10548.0, 10618.0, 10543.0, 10622.0, 10578.0, 10622.0, 10592.0, 10640.0, 10587.0, 10637.0, 10565.0, 10613.0, 10568.0, 10598.0, 10549.0, 10582.0, 10544.0, 10579.0, 10543.0, 10579.0, 10540.0, 10576.0, 10526.0, 10572.0, 10526.0, 10575.0, 10523.0, 10557.0, 10508.0, 10556.0, 10522.0, 10573.0, 10528.0, 10550.0, 10532.0, 10501.0, 10564.0, 10534.0, 10591.0, 10569.0, 10571.0, 10549.0, 10559.0, 10580.0, 10556.0, 10579.0, 10557.0, 10500.0, 10560.0, 10487.0, 10589.0, 10506.0, 10605.0, 10521.0, 10602.0, 10522.0, 10591.0, 10519.0, 10604.0, 10519.0, 10591.0, 10507.0, 10602.0, 10507.0, 10605.0, 10520.0, 10605.0, 10526.0, 10590.0, 10526.0, 10619.0, 10552.0, 10621.0, 10564.0, 10624.0, 10561.0, 10615.0, 10562.0, 10620.0, 10569.0, 10620.0, 10569.0, 10620.0, 10573.0, 10580.0, 10573.0, 10567.0, 10584.0, 10540.0, 10592.0, 10525.0, 10606.0, 10525.0, 10621.0, 10539.0, 10607.0, 10540.0, 10587.0, 10569.0, 10567.0, 10591.0, 10558.0, 10649.0, 10614.0, 10610.0, 10625.0, 10554.0, 10635.0, 10559.0, 10615.0, 10596.0, 10599.0, 10522.0, 10594.0, 10538.0, 10592.0, 10525.0, 10595.0, 10525.0, 10604.0, 10529.0, 10623.0, 10575.0, 10629.0, 10599.0, 10647.0, 10598.0, 10556.0, 10609.0, 10560.0, 10665.0, 10584.0, 10652.0, 10564.0, 10632.0, 10526.0, 10628.0, 10519.0, 10614.0, 10516.0, 10608.0, 10523.0, 10594.0, 10533.0, 10606.0, 10511.0, 10606.0, 10524.0, 10621.0, 10527.0, 10624.0, 10527.0, 10622.0, 10513.0, 10607.0, 10524.0, 10607.0, 10523.0, 10600.0, 10520.0, 10586.0, 10509.0, 10589.0, 10510.0, 10600.0, 10524.0, 10604.0, 10555.0, 10606.0, 10585.0, 10625.0, 10578.0, 10549.0, 10607.0, 10556.0, 10650.0, 10583.0, 10650.0, 10578.0, 10645.0, 10564.0, 10624.0, 10572.0, 10606.0, 10569.0, 10621.0, 10567.0, 10603.0, 10554.0, 10587.0, 10567.0, 10577.0, 10568.0, 10512.0, 10573.0, 10537.0, 10611.0, 10575.0, 10532.0, 10640.0, 10575.0, 10600.0, 10577.0, 10518.0, 10604.0, 10525.0, 10621.0, 10537.0, 10604.0, 10534.0, 10598.0, 10534.0, 10568.0, 10551.0, 10532.0, 10564.0, 10554.0, 10612.0, 10592.0, 10558.0, 10650.0, 10600.0, 10601.0, 10636.0, 10569.0, 10647.0, 10589.0, 10633.0, 10544.0, 10613.0, 10510.0, 10594.0, 10516.0, 10580.0, 10631.0, 10567.0, 10601.0, 10548.0, 10583.0, 10533.0, 10581.0, 10547.0, 10595.0, 10562.0, 10584.0, 10545.0, 10590.0, 10543.0, 10573.0, 10522.0, 10558.0, 10509.0, 10551.0, 10510.0, 10555.0, 10508.0, 10555.0, 10524.0, 10569.0, 10521.0, 10568.0, 10522.0, 10558.0, 10525.0, 10573.0, 10525.0, 10575.0, 10522.0, 10578.0, 10528.0, 10580.0, 10515.0, 10576.0, 10504.0, 10580.0, 10504.0, 10570.0, 10520.0, 10599.0, 10552.0, 10602.0, 10554.0, 10604.0, 10571.0, 10579.0, 10568.0, 10525.0, 10596.0, 10532.0, 10642.0, 10606.0, 10588.0, 10617.0, 10549.0, 10625.0, 10561.0, 10635.0, 10571.0, 10624.0, 10555.0, 10622.0, 10543.0, 10607.0, 10559.0, 10609.0, 10574.0, 10613.0, 10593.0, 10602.0, 10609.0, 10565.0, 10612.0, 10553.0, 10636.0, 10579.0, 10651.0, 10552.0, 10635.0, 10559.0, 10626.0, 10556.0, 10600.0, 10579.0, 10594.0, 10511.0, 10594.0, 10512.0, 10610.0, 10542.0, 10611.0, 10528.0, 10625.0, 10544.0, 10621.0, 10559.0, 10626.0, 10563.0, 10647.0, 10580.0, 10641.0, 10574.0, 10630.0, 10594.0, 10563.0, 10590.0, 10534.0, 10616.0, 10532.0, 10613.0, 10540.0, 10625.0, 10529.0, 10609.0, 10539.0, 10609.0, 10541.0, 10607.0, 10539.0, 10602.0, 10539.0, 10603.0, 10539.0, 10605.0, 10539.0, 10604.0, 10556.0, 10595.0, 10555.0, 10584.0, 10543.0, 10500.0, 10584.0, 10554.0, 10614.0, 10602.0, 10577.0, 10650.0, 10598.0, 10594.0, 10570.0, 10551.0, 10633.0, 10548.0, 10630.0, 10541.0, 10611.0, 10527.0, 10603.0, 10527.0, 10600.0, 10537.0, 10603.0, 10553.0, 10590.0, 10555.0, 10605.0, 10557.0, 10608.0, 10571.0, 10608.0, 10570.0, 10607.0, 10570.0, 10591.0, 10558.0, 10607.0, 10571.0, 10619.0, 10574.0, 10582.0, 10561.0, 10567.0, 10574.0, 10566.0, 10583.0, 10532.0, 10611.0, 10547.0, 10638.0, 10587.0, 10640.0, 10589.0, 10556.0, 10588.0, 10528.0, 10612.0, 10542.0, 10626.0, 10529.0, 10609.0, 10528.0, 10619.0, 10525.0, 10619.0, 10540.0, 10603.0, 10553.0, 10602.0, 10564.0, 10603.0, 10556.0, 10607.0, 10571.0, 10584.0, 10595.0, 10579.0, 10632.0, 10584.0, 10651.0, 10600.0, 10562.0, 10684.0, 10604.0, 10588.0, 10644.0, 10553.0, 10646.0, 10588.0, 10630.0, 10569.0, 10639.0, 10556.0, 10602.0, 10551.0, 10586.0, 10550.0, 10585.0, 10549.0, 10545.0, 10555.0, 10523.0, 10596.0, 10514.0, 10625.0, 10556.0, 10625.0, 10531.0, 10625.0, 10529.0, 10613.0, 10525.0, 10609.0, 10526.0, 10609.0, 10511.0, 10607.0, 10512.0, 10594.0, 10511.0, 10606.0, 10512.0, 10606.0, 10530.0, 10625.0, 10550.0, 10629.0, 10562.0, 10627.0, 10562.0, 10627.0, 10562.0, 10628.0, 10531.0, 10611.0, 10516.0, 10595.0, 10514.0, 10605.0, 10561.0, 10609.0, 10571.0, 10543.0, 10594.0, 10571.0, 10627.0, 10617.0, 10574.0, 10669.0, 10600.0, 10647.0, 10578.0, 10632.0, 10561.0, 10629.0, 10513.0, 10608.0, 10507.0, 10592.0, 10499.0, 10590.0, 10510.0, 10603.0, 10569.0, 10543.0, 10592.0, 10549.0, 10624.0, 10563.0, 10605.0, 10616.0, 10606.0, 10629.0, 10591.0, 10597.0, 10573.0, 10589.0, 10566.0, 10604.0, 10556.0, 10606.0, 10566.0, 10573.0, 10539.0, 10533.0, 10552.0, 10571.0, 10566.0, 10519.0, 10564.0, 10519.0, 10563.0, 10520.0, 10591.0, 10504.0, 10605.0, 10508.0, 10588.0, 10504.0, 10603.0, 10506.0, 10588.0, 10504.0, 10588.0, 10506.0, 10588.0, 10551.0, 10641.0, 10586.0, 10533.0, 10587.0, 10554.0, 10629.0, 10580.0, 10618.0, 10561.0, 10627.0, 10563.0, 10631.0, 10576.0, 10623.0, 10562.0, 10599.0, 10536.0, 10506.0, 10585.0, 10546.0, 10616.0, 10574.0, 10594.0, 10534.0, 10593.0, 10533.0, 10479.0, 10495.0, 10498.0, 10488.0, 10483.0, 10489.0, 10445.0, 10492.0, 10452.0, 10510.0, 10465.0, 10556.0, 10512.0, 10577.0, 10542.0, 10593.0, 10531.0, 10579.0, 10529.0, 10579.0, 10532.0, 10550.0, 10529.0, 10498.0, 10553.0, 10486.0, 10582.0, 10503.0, 10597.0, 10512.0, 10600.0, 10549.0, 10600.0, 10548.0, 10600.0, 10554.0, 10600.0, 10554.0, 10618.0, 10564.0, 10516.0, 10609.0, 10562.0, 10565.0, 10619.0, 10583.0, 10677.0, 10613.0, 10625.0, 10601.0, 10541.0, 10604.0, 10550.0, 10637.0, 10562.0, 10648.0, 10553.0, 10619.0, 10561.0, 10532.0, 10555.0, 10531.0, 10582.0, 10559.0, 10494.0, 10615.0, 10513.0, 10613.0, 10510.0, 10576.0, 10478.0, 10556.0, 10459.0, 10547.0, 10445.0, 10539.0, 10458.0, 10541.0, 10465.0, 10559.0, 10469.0, 10563.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.00044715596330275226</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017859312041284405</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.57772407572907</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3158192752353632</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9925241604133179</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4927</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4577.4194</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06069815157970536</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.573394495412844</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.396924664638107</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3525277620931857</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.599112938032319</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.239133293788816</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0152343</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011919507756829262</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02597206085920334</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>3.9476895561206073</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.6702</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.0236</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>221.0092</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295563.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1010.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>394.3399</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3921</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>682.8216</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4021.8943</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4211.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80981.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1492.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5320.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1066.6933</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.119706214405596</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> |