=== 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-0109 --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-0109",
"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-0109_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0109_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0109/ses-04/func/sub-0109_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>d8711dc0652b799436aaf86fd9017f9a</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>14:58:58.295000</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.99979, 0.0178514, -0.0101093, -0.0165787, 0.993296, 0.114405]</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.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0912745</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4223, -7777, -7181, 414, -112, 64, 65, 75]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>234.211</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e372149b-2d88-44e8-9690-a3acbb2fda0a||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.6823623180389404, -0.04447931796312332, -0.032626159489154816, 115.63626861572266], [-0.04789397120475769, 2.664940118789673, 0.30837520956993103, -111.92510986328125], [-0.027122387662529945, -0.3069394826889038, 2.682133436203003, -39.916603088378906], [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': ['145858.295000', '145858.755000', '145859.215000', '145859.675000', '145900.135000', '145900.595000', '145901.055000', '145901.515000', '145901.975000', '145902.435000', '145902.895000', '145903.355000', '145903.815000', '145904.275000', '145904.735000', '145905.195000', '145905.655000', '145906.115000', '145906.575000', '145907.035000', '145907.495000', '145907.955000', '145908.415000', '145908.875000', '145909.335000', '145909.795000', '145910.255000', '145910.715000', '145911.175000', '145911.635000', '145912.095000', '145912.555000', '145913.015000', '145913.475000', '145913.935000', '145914.395000', '145914.855000', '145915.315000', '145915.775000', '145916.235000', '145916.695000', '145917.155000', '145917.615000', '145918.075000', '145918.535000', '145918.995000', '145919.455000', '145919.915000', '145920.375000', '145920.835000', '145921.295000', '145921.755000', '145922.215000', '145922.675000', '145923.135000', '145923.595000', '145924.055000', '145924.515000', '145924.975000', '145925.435000', '145925.895000', '145926.355000', '145926.815000', '145927.275000', '145927.735000', '145928.195000', '145928.655000', '145929.115000', '145929.575000', '145930.035000', '145930.495000', '145930.955000', '145931.415000', '145931.875000', '145932.335000', '145932.795000', '145933.255000', '145933.715000', '145934.175000', '145934.635000', '145935.095000', '145935.555000', '145936.015000', '145936.475000', '145936.935000', '145937.395000', '145937.855000', '145938.315000', '145938.775000', '145939.235000', '145939.695000', '145940.155000', '145940.615000', '145941.075000', '145941.535000', '145941.995000', '145942.455000', '145942.915000', '145943.375000', '145943.835000', '145944.295000', '145944.755000', '145945.215000', '145945.675000', '145946.135000', '145946.595000', '145947.055000', '145947.515000', '145947.975000', '145948.435000', '145948.895000', '145949.355000', '145949.815000', '145950.275000', '145950.735000', '145951.195000', '145951.655000', '145952.115000', '145952.575000', '145953.035000', '145953.495000', '145953.955000', '145954.415000', '145954.875000', '145955.335000', '145955.795000', '145956.255000', '145956.715000', '145957.175000', '145957.635000', '145958.095000', '145958.555000', '145959.015000', '145959.475000', '145959.935000', '150000.395000', '150000.855000', '150001.315000', '150001.775000', '150002.235000', '150002.695000', '150003.155000', '150003.615000', '150004.075000', '150004.535000', '150004.995000', '150005.455000', '150005.915000', '150006.375000', '150006.835000', '150007.295000', '150007.755000', '150008.215000', '150008.675000', '150009.135000', '150009.595000', '150010.055000', '150010.515000', '150010.975000', '150011.435000', '150011.895000', '150012.355000', '150012.815000', '150013.275000', '150013.735000', '150014.195000', '150014.655000', '150015.115000', '150015.575000', '150016.035000', '150016.495000', '150016.955000', '150017.415000', '150017.875000', '150018.335000', '150018.795000', '150019.255000', '150019.715000', '150020.175000', '150020.635000', '150021.095000', '150021.555000', '150022.015000', '150022.475000', '150022.935000', '150023.395000', '150023.855000', '150024.315000', '150024.775000', '150025.235000', '150025.695000', '150026.155000', '150026.615000', '150027.075000', '150027.535000', '150027.995000', '150028.455000', '150028.915000', '150029.375000', '150029.835000', '150030.295000', '150030.755000', '150031.215000', '150031.675000', '150032.135000', '150032.595000', '150033.055000', '150033.515000', '150033.975000', '150034.435000', '150034.895000', '150035.355000', '150035.815000', '150036.275000', '150036.735000', '150037.195000', '150037.655000', '150038.115000', '150038.575000', '150039.035000', '150039.495000', '150039.955000', '150040.415000', '150040.875000', '150041.335000', '150041.795000', '150042.255000', '150042.715000', '150043.175000', '150043.635000', '150044.095000', '150044.555000', '150045.015000', '150045.475000', '150045.935000', '150046.395000', '150046.855000', '150047.315000', '150047.775000', '150048.235000', '150048.695000', '150049.155000', '150049.615000', '150050.075000', '150050.535000', '150050.995000', '150051.455000', '150051.915000', '150052.375000', '150052.835000', '150053.295000', '150053.755000', '150054.215000', '150054.675000', '150055.135000', '150055.595000', '150056.055000', '150056.515000', '150056.975000', '150057.435000', '150057.895000', '150058.355000', '150058.815000', '150059.275000', '150059.735000', '150100.195000', '150100.655000', '150101.115000', '150101.575000', '150102.035000', '150102.495000', '150102.955000', '150103.415000', '150103.875000', '150104.335000', '150104.795000', '150105.255000', '150105.715000', '150106.175000', '150106.635000', '150107.095000', '150107.555000', '150108.015000', '150108.475000', '150108.935000', '150109.395000', '150109.855000', '150110.315000', '150110.775000', '150111.235000', '150111.695000', '150112.155000', '150112.615000', '150113.075000', '150113.535000', '150113.995000', '150114.455000', '150114.915000', '150115.375000', '150115.835000', '150116.295000', '150116.755000', '150117.215000', '150117.675000', '150118.135000', '150118.595000', '150119.055000', '150119.515000', '150119.975000', '150120.435000', '150120.895000', '150121.355000', '150121.815000', '150122.275000', '150122.735000', '150123.195000', '150123.655000', '150124.115000', '150124.575000', '150125.035000', '150125.495000', '150125.955000', '150126.415000', '150126.875000', '150127.335000', '150127.795000', '150128.255000', '150128.715000', '150129.175000', '150129.635000', '150130.095000', '150130.555000', '150131.015000', '150131.475000', '150131.935000', '150132.395000', '150132.855000', '150133.315000', '150133.775000', '150134.235000', '150134.695000', '150135.155000', '150135.615000', '150136.075000', '150136.535000', '150136.995000', '150137.455000', '150137.915000', '150138.375000', '150138.835000', '150139.295000', '150139.755000', '150140.215000', '150140.675000', '150141.135000', '150141.595000', '150142.055000', '150142.515000', '150142.975000', '150143.435000', '150143.895000', '150144.355000', '150144.815000', '150145.275000', '150145.735000', '150146.195000', '150146.655000', '150147.115000', '150147.575000', '150148.035000', '150148.495000', '150148.955000', '150149.415000', '150149.875000', '150150.335000', '150150.795000', '150151.255000', '150151.715000', '150152.175000', '150152.635000', '150153.095000', '150153.555000', '150154.015000', '150154.475000', '150154.935000', '150155.395000', '150155.855000', '150156.315000', '150156.775000', '150157.235000', '150157.695000', '150158.155000', '150158.615000', '150159.075000', '150159.535000', '150159.995000', '150200.455000', '150200.915000', '150201.375000', '150201.835000', '150202.295000', '150202.755000', '150203.215000', '150203.675000', '150204.135000', '150204.595000', '150205.055000', '150205.515000', '150205.975000', '150206.435000', '150206.895000', '150207.355000', '150207.815000', '150208.275000', '150208.735000', '150209.195000', '150209.655000', '150210.115000', '150210.575000', '150211.035000', '150211.495000', '150211.955000', '150212.415000', '150212.875000', '150213.335000', '150213.795000', '150214.255000', '150214.715000', '150215.175000', '150215.635000', '150216.095000', '150216.555000', '150217.015000', '150217.475000', '150217.935000', '150218.395000', '150218.855000', '150219.315000', '150219.775000', '150220.235000', '150220.695000', '150221.155000', '150221.615000', '150222.075000', '150222.535000', '150222.995000', '150223.455000', '150223.915000', '150224.375000', '150224.835000', '150225.295000', '150225.755000', '150226.215000', '150226.675000', '150227.135000', '150227.595000', '150228.055000', '150228.515000', '150228.975000', '150229.435000', '150229.895000', '150230.355000', '150230.815000', '150231.275000', '150231.735000', '150232.195000', '150232.655000', '150233.115000', '150233.575000', '150234.035000', '150234.495000', '150234.955000', '150235.415000', '150235.875000', '150236.335000', '150236.795000', '150237.255000', '150237.715000', '150238.175000', '150238.635000', '150239.095000', '150239.555000', '150240.015000', '150240.475000', '150240.935000', '150241.395000', '150241.855000', '150242.315000', '150242.775000', '150243.235000', '150243.695000', '150244.155000', '150244.615000', '150245.075000', '150245.535000', '150245.995000', '150246.455000', '150246.915000', '150247.375000', '150247.835000', '150248.295000', '150248.755000', '150249.215000', '150249.675000', '150250.135000', '150250.595000', '150251.055000', '150251.515000', '150251.975000', '150252.435000', '150252.895000', '150253.355000', '150253.815000', '150254.275000', '150254.735000', '150255.195000', '150255.655000', '150256.115000', '150256.575000', '150257.035000', '150257.495000', '150257.955000', '150258.415000', '150258.875000', '150259.335000', '150259.795000', '150300.255000', '150300.715000', '150301.175000', '150301.635000', '150302.095000', '150302.555000', '150303.015000', '150303.475000', '150303.935000', '150304.395000', '150304.855000', '150305.315000', '150305.775000', '150306.235000', '150306.695000', '150307.155000', '150307.615000', '150308.075000', '150308.535000', '150308.995000', '150309.455000', '150309.915000', '150310.375000', '150310.835000', '150311.295000', '150311.755000', '150312.215000', '150312.675000', '150313.135000', '150313.595000', '150314.055000', '150314.515000', '150314.975000', '150315.435000', '150315.895000', '150316.355000', '150316.815000', '150317.275000', '150317.735000', '150318.195000', '150318.655000', '150319.115000', '150319.575000', '150320.035000', '150320.495000', '150320.955000', '150321.415000', '150321.875000', '150322.335000', '150322.795000', '150323.255000', '150323.715000', '150324.175000', '150324.635000', '150325.095000', '150325.555000', '150326.015000', '150326.475000', '150326.935000', '150327.395000', '150327.855000', '150328.315000', '150328.775000', '150329.235000', '150329.695000', '150330.155000', '150330.615000', '150331.075000', '150331.535000', '150331.995000', '150332.455000', '150332.915000', '150333.375000', '150333.835000', '150334.295000', '150334.755000', '150335.215000', '150335.675000', '150336.135000', '150336.595000', '150337.055000', '150337.515000', '150337.975000', '150338.435000', '150338.895000', '150339.355000', '150339.815000', '150340.275000', '150340.735000', '150341.195000', '150341.655000', '150342.115000', '150342.575000', '150343.035000', '150343.495000', '150343.955000', '150344.415000', '150344.875000', '150345.335000', '150345.795000', '150346.255000', '150346.715000', '150347.175000', '150347.635000', '150348.095000', '150348.555000', '150349.015000', '150349.475000', '150349.935000', '150350.395000', '150350.855000', '150351.315000', '150351.775000', '150352.235000', '150352.695000', '150353.155000', '150353.615000', '150354.075000', '150354.535000', '150354.995000', '150355.455000', '150355.915000', '150356.375000', '150356.835000', '150357.295000', '150357.755000', '150358.215000', '150358.675000', '150359.135000', '150359.595000', '150400.055000', '150400.515000', '150400.975000', '150401.435000', '150401.895000', '150402.355000', '150402.815000', '150403.275000', '150403.735000', '150404.195000', '150404.655000', '150405.115000', '150405.575000', '150406.035000', '150406.495000', '150406.955000', '150407.415000', '150407.875000', '150408.335000', '150408.795000', '150409.255000', '150409.715000', '150410.175000', '150410.635000', '150411.095000', '150411.555000', '150412.015000', '150412.475000', '150412.935000', '150413.395000', '150413.855000', '150414.315000', '150414.775000', '150415.235000', '150415.695000', '150416.155000', '150416.615000', '150417.075000', '150417.535000', '150417.995000', '150418.455000', '150418.915000', '150419.375000', '150419.835000', '150420.295000', '150420.755000', '150421.215000', '150421.675000', '150422.135000', '150422.595000', '150423.055000', '150423.515000', '150423.975000', '150424.435000', '150424.895000', '150425.355000', '150425.815000', '150426.275000', '150426.735000', '150427.195000', '150427.655000', '150428.115000', '150428.575000', '150429.035000', '150429.495000', '150429.955000', '150430.415000', '150430.875000', '150431.335000', '150431.795000', '150432.255000', '150432.715000', '150433.175000', '150433.635000', '150434.095000', '150434.555000', '150435.015000', '150435.475000', '150435.935000', '150436.395000', '150436.855000', '150437.315000', '150437.775000', '150438.235000', '150438.695000', '150439.155000', '150439.615000', '150440.075000', '150440.535000', '150440.995000', '150441.455000', '150441.915000', '150442.375000', '150442.835000', '150443.295000', '150443.755000', '150444.215000', '150444.675000', '150445.135000', '150445.595000', '150446.055000', '150446.515000', '150446.975000', '150447.435000', '150447.895000', '150448.355000', '150448.815000', '150449.275000', '150449.735000', '150450.195000', '150450.655000', '150451.115000', '150451.575000', '150452.035000', '150452.495000', '150452.955000', '150453.415000', '150453.875000', '150454.335000', '150454.795000', '150455.255000', '150455.715000', '150456.175000', '150456.635000', '150457.095000', '150457.555000', '150458.015000', '150458.475000', '150458.935000', '150459.395000', '150459.855000', '150500.315000', '150500.775000', '150501.235000', '150501.695000', '150502.155000', '150502.615000', '150503.075000', '150503.535000', '150503.995000', '150504.455000', '150504.915000', '150505.375000', '150505.835000', '150506.295000', '150506.755000', '150507.215000', '150507.675000', '150508.135000', '150508.595000', '150509.055000', '150509.515000', '150509.975000', '150510.435000', '150510.895000', '150511.355000', '150511.815000', '150512.275000', '150512.735000', '150513.195000', '150513.655000', '150514.115000', '150514.575000', '150515.035000', '150515.495000', '150515.955000', '150516.415000', '150516.875000', '150517.335000', '150517.795000', '150518.255000', '150518.715000', '150519.175000', '150519.635000', '150520.095000', '150520.555000', '150521.015000', '150521.475000', '150521.935000', '150522.395000', '150522.855000', '150523.315000', '150523.775000', '150524.235000', '150524.695000', '150525.155000', '150525.615000', '150526.075000', '150526.535000', '150526.995000', '150527.455000', '150527.915000', '150528.375000', '150528.835000', '150529.295000', '150529.755000', '150530.215000', '150530.675000', '150531.135000', '150531.595000', '150532.055000', '150532.515000', '150532.975000', '150533.435000', '150533.895000', '150534.355000', '150534.815000', '150535.275000', '150535.735000', '150536.195000', '150536.655000', '150537.115000', '150537.575000', '150538.035000', '150538.495000', '150538.955000'], 'ContentTime': ['145911.663000', '145911.666000', '145911.668000', '145911.671000', '145911.674000', '145911.676000', '145911.679000', '145911.682000', '145911.684000', '145911.692000', '145911.701000', '145911.703000', '145911.706000', '145911.709000', '145911.711000', '145911.714000', '145911.716000', '145911.719000', '145911.721000', '145911.724000', '145911.730000', '145911.733000', '145911.737000', '145911.740000', '145911.742000', '145911.745000', '145911.748000', '145931.628000', '145931.631000', '145931.634000', '145931.649000', '145931.652000', '145931.654000', '145931.657000', '145931.659000', '145931.662000', '145931.664000', '145931.667000', '145931.670000', '145931.672000', '145931.675000', '145931.677000', '145931.680000', '145931.682000', '145931.685000', '145931.687000', '145931.690000', '145931.697000', '145931.700000', '145931.702000', '145931.705000', '145931.708000', '145931.710000', '145931.713000', '145931.715000', '145931.718000', '145931.720000', '145931.723000', '145931.726000', '145931.728000', '145931.731000', '145931.733000', '145931.736000', '145931.738000', '145931.741000', '145931.743000', '145931.746000', '145931.748000', '145931.751000', '145931.754000', '145931.756000', '145951.627000', '145951.630000', '145951.633000', '145951.635000', '145951.638000', '145951.641000', '145951.643000', '145951.646000', '145951.648000', '145951.651000', '145951.653000', '145951.656000', '145951.668000', '145951.671000', '145951.680000', '145951.683000', '145951.685000', '145951.688000', '145951.691000', '145951.693000', '145951.696000', '145951.698000', '145951.701000', '145951.703000', '145951.706000', '145951.709000', '145951.711000', '145951.714000', '145951.716000', '145951.719000', '145951.722000', '145951.724000', '145951.727000', '145951.730000', '145951.732000', '145951.735000', '145951.737000', '145951.740000', '145951.742000', '145951.745000', '145951.748000', '145951.750000', '145951.753000', '150011.628000', '150011.630000', '150011.633000', '150011.636000', '150011.638000', '150011.641000', '150011.643000', '150011.646000', '150011.648000', '150011.651000', '150011.654000', '150011.656000', '150011.659000', '150011.661000', '150011.664000', '150011.666000', '150011.669000', '150011.672000', '150011.674000', '150011.677000', '150011.679000', '150011.682000', '150011.684000', '150011.687000', '150011.690000', '150011.692000', '150011.695000', '150011.697000', '150011.700000', '150011.702000', '150011.705000', '150011.708000', '150011.710000', '150011.713000', '150011.715000', '150011.718000', '150011.720000', '150011.723000', '150011.726000', '150011.728000', '150011.731000', '150011.733000', '150011.736000', '150011.738000', '150031.627000', '150031.630000', '150031.633000', '150031.635000', '150031.638000', '150031.640000', '150031.643000', '150031.646000', '150031.648000', '150031.651000', '150031.653000', '150031.656000', '150031.659000', '150031.661000', '150031.664000', '150031.674000', '150031.677000', '150031.679000', '150031.682000', '150031.684000', '150031.687000', '150031.690000', '150031.692000', '150031.695000', '150031.697000', '150031.700000', '150031.703000', '150031.705000', '150031.708000', '150031.710000', '150031.713000', '150031.716000', '150031.718000', '150031.721000', '150031.723000', '150031.726000', '150031.728000', '150031.731000', '150031.733000', '150031.736000', '150031.739000', '150031.741000', '150031.744000', '150051.627000', '150051.630000', '150051.633000', '150051.636000', '150051.638000', '150051.641000', '150051.643000', '150051.646000', '150051.648000', '150051.651000', '150051.654000', '150051.656000', '150051.659000', '150051.662000', '150051.664000', '150051.667000', '150051.669000', '150051.672000', '150051.674000', '150051.677000', '150051.679000', '150051.682000', '150051.685000', '150051.687000', '150051.690000', '150051.692000', '150051.695000', '150051.698000', '150051.700000', '150051.703000', '150051.705000', '150051.708000', '150051.710000', '150051.713000', '150051.716000', '150051.718000', '150051.721000', '150051.723000', '150051.726000', '150051.728000', '150051.739000', '150051.742000', '150051.744000', '150111.628000', '150111.631000', '150111.634000', '150111.636000', '150111.639000', '150111.642000', '150111.644000', '150111.647000', '150111.650000', '150111.652000', '150111.655000', '150111.657000', '150111.660000', '150111.662000', '150111.665000', '150111.668000', '150111.670000', '150111.673000', '150111.675000', '150111.678000', '150111.680000', '150111.683000', '150111.686000', '150111.688000', '150111.691000', '150111.693000', '150111.696000', '150111.698000', '150111.701000', '150111.704000', '150111.706000', '150111.709000', '150111.711000', '150111.718000', '150111.720000', '150111.723000', '150111.726000', '150111.728000', '150111.731000', '150111.733000', '150111.736000', '150111.739000', '150111.741000', '150111.744000', '150131.628000', '150131.631000', '150131.634000', '150131.636000', '150131.639000', '150131.642000', '150131.644000', '150131.647000', '150131.649000', '150131.661000', '150131.664000', '150131.666000', '150131.669000', '150131.672000', '150131.674000', '150131.677000', '150131.679000', '150131.682000', '150131.685000', '150131.687000', '150131.690000', '150131.693000', '150131.695000', '150131.698000', '150131.700000', '150131.703000', '150131.705000', '150131.708000', '150131.711000', '150131.713000', '150131.716000', '150131.718000', '150131.721000', '150131.723000', '150131.726000', '150131.729000', '150131.731000', '150131.734000', '150131.736000', '150131.739000', '150131.742000', '150131.744000', '150131.747000', '150131.749000', '150151.629000', '150151.631000', '150151.634000', '150151.637000', '150151.639000', '150151.642000', '150151.645000', '150151.647000', '150151.650000', '150151.652000', '150151.655000', '150151.658000', '150151.660000', '150151.663000', '150151.665000', '150151.668000', '150151.671000', '150151.673000', '150151.676000', '150151.678000', '150151.681000', '150151.684000', '150151.686000', '150151.689000', '150151.691000', '150151.694000', '150151.696000', '150151.699000', '150151.702000', '150151.704000', '150151.707000', '150151.718000', '150151.720000', '150151.723000', '150151.726000', '150151.728000', '150151.731000', '150151.733000', '150151.736000', '150151.738000', '150151.741000', '150151.744000', '150151.746000', '150211.627000', '150211.630000', '150211.633000', '150211.636000', '150211.638000', '150211.641000', '150211.643000', '150211.646000', '150211.649000', '150211.651000', '150211.654000', '150211.656000', '150211.659000', '150211.661000', '150211.664000', '150211.667000', '150211.669000', '150211.672000', '150211.674000', '150211.677000', '150211.680000', '150211.682000', '150211.685000', '150211.688000', '150211.690000', '150211.693000', '150211.695000', '150211.698000', '150211.701000', '150211.703000', '150211.706000', '150211.708000', '150211.711000', '150211.713000', '150211.716000', '150211.719000', '150211.721000', '150211.724000', '150211.726000', '150211.729000', '150211.732000', '150211.734000', '150211.737000', '150211.739000', '150231.627000', '150231.630000', '150231.633000', '150231.635000', '150231.638000', '150231.641000', '150231.643000', '150231.646000', '150231.648000', '150231.651000', '150231.654000', '150231.656000', '150231.659000', '150231.661000', '150231.664000', '150231.667000', '150231.669000', '150231.672000', '150231.674000', '150231.677000', '150231.680000', '150231.682000', '150231.685000', '150231.687000', '150231.690000', '150231.693000', '150231.695000', '150231.698000', '150231.700000', '150231.703000', '150231.706000', '150231.708000', '150231.711000', '150231.713000', '150231.716000', '150231.719000', '150231.721000', '150231.724000', '150231.727000', '150231.729000', '150231.732000', '150231.734000', '150231.737000', '150251.628000', '150251.630000', '150251.633000', '150251.636000', '150251.638000', '150251.641000', '150251.644000', '150251.647000', '150251.650000', '150251.652000', '150251.655000', '150251.657000', '150251.660000', '150251.662000', '150251.665000', '150251.668000', '150251.670000', '150251.673000', '150251.675000', '150251.678000', '150251.681000', '150251.683000', '150251.686000', '150251.688000', '150251.691000', '150251.693000', '150251.696000', '150251.699000', '150251.701000', '150251.704000', '150251.707000', '150251.709000', '150251.712000', '150251.715000', '150251.744000', '150251.747000', '150251.750000', '150251.752000', '150251.755000', '150251.757000', '150251.760000', '150251.763000', '150251.765000', '150251.768000', '150311.628000', '150311.630000', '150311.633000', '150311.635000', '150311.639000', '150311.641000', '150311.644000', '150311.646000', '150311.649000', '150311.652000', '150311.654000', '150311.657000', '150311.660000', '150311.662000', '150311.665000', '150311.667000', '150311.670000', '150311.673000', '150311.675000', '150311.678000', '150311.681000', '150311.683000', '150311.686000', '150311.689000', '150311.691000', '150311.694000', '150311.697000', '150311.699000', '150311.702000', '150311.704000', '150311.707000', '150311.710000', '150311.712000', '150311.715000', '150311.717000', '150311.720000', '150311.723000', '150311.725000', '150311.728000', '150311.730000', '150311.733000', '150311.736000', '150311.738000', '150331.628000', '150331.631000', '150331.634000', '150331.637000', '150331.639000', '150331.642000', '150331.644000', '150331.647000', '150331.650000', '150331.652000', '150331.655000', '150331.657000', '150331.660000', '150331.662000', '150331.665000', '150331.668000', '150331.670000', '150331.673000', '150331.675000', '150331.678000', '150331.680000', '150331.683000', '150331.686000', '150331.688000', '150331.691000', '150331.693000', '150331.696000', '150331.699000', '150331.701000', '150331.704000', '150331.707000', '150331.709000', '150331.712000', '150331.715000', '150331.717000', '150331.720000', '150331.722000', '150331.725000', '150331.727000', '150331.730000', '150331.733000', '150331.735000', '150331.738000', '150331.740000', '150351.629000', '150351.631000', '150351.634000', '150351.637000', '150351.640000', '150351.642000', '150351.645000', '150351.647000', '150351.650000', '150351.653000', '150351.655000', '150351.658000', '150351.661000', '150351.663000', '150351.666000', '150351.668000', '150351.672000', '150351.674000', '150351.677000', '150351.680000', '150351.682000', '150351.685000', '150351.688000', '150351.690000', '150351.693000', '150351.695000', '150351.698000', '150351.701000', '150351.703000', '150351.706000', '150351.709000', '150351.711000', '150351.714000', '150351.717000', '150351.719000', '150351.729000', '150351.732000', '150351.734000', '150351.737000', '150351.740000', '150351.742000', '150351.745000', '150351.747000', '150411.628000', '150411.631000', '150411.634000', '150411.637000', '150411.639000', '150411.642000', '150411.644000', '150411.647000', '150411.650000', '150411.652000', '150411.655000', '150411.658000', '150411.660000', '150411.663000', '150411.665000', '150411.668000', '150411.671000', '150411.673000', '150411.676000', '150411.678000', '150411.681000', '150411.685000', '150411.688000', '150411.691000', '150411.694000', '150411.710000', '150411.712000', '150411.715000', '150411.718000', '150411.720000', '150411.723000', '150411.725000', '150411.728000', '150411.731000', '150411.733000', '150411.736000', '150411.743000', '150411.745000', '150411.748000', '150411.750000', '150411.753000', '150411.756000', '150411.758000', '150431.628000', '150431.630000', '150431.633000', '150431.636000', '150431.639000', '150431.642000', '150431.644000', '150431.647000', '150431.650000', '150431.652000', '150431.655000', '150431.658000', '150431.660000', '150431.663000', '150431.665000', '150431.690000', '150431.693000', '150431.695000', '150431.698000', '150431.701000', '150431.703000', '150431.706000', '150431.708000', '150431.711000', '150431.714000', '150431.716000', '150431.719000', '150431.721000', '150431.724000', '150431.726000', '150431.729000', '150431.732000', '150431.734000', '150431.737000', '150431.739000', '150431.742000', '150431.744000', '150431.747000', '150431.750000', '150431.752000', '150431.755000', '150431.757000', '150431.760000', '150431.763000', '150451.628000', '150451.631000', '150451.633000', '150451.636000', '150451.638000', '150451.641000', '150451.644000', '150451.646000', '150451.649000', '150451.651000', '150451.654000', '150451.657000', '150451.659000', '150451.662000', '150451.665000', '150451.667000', '150451.670000', '150451.673000', '150451.675000', '150451.678000', '150451.680000', '150451.683000', '150451.685000', '150451.688000', '150451.691000', '150451.693000', '150451.696000', '150451.699000', '150451.701000', '150451.704000', '150451.706000', '150451.709000', '150451.711000', '150451.714000', '150451.717000', '150451.719000', '150451.722000', '150451.724000', '150451.727000', '150451.730000', '150451.732000', '150451.735000', '150451.737000', '150511.628000', '150511.630000', '150511.634000', '150511.636000', '150511.639000', '150511.641000', '150511.644000', '150511.646000', '150511.649000', '150511.652000', '150511.655000', '150511.657000', '150511.660000', '150511.662000', '150511.665000', '150511.667000', '150511.670000', '150511.673000', '150511.675000', '150511.678000', '150511.680000', '150511.683000', '150511.686000', '150511.688000', '150511.691000', '150511.693000', '150511.696000', '150511.698000', '150511.701000', '150511.704000', '150511.706000', '150511.709000', '150511.711000', '150511.714000', '150511.717000', '150511.719000', '150511.722000', '150511.724000', '150511.727000', '150511.729000', '150511.732000', '150511.735000', '150511.737000', '150511.740000', '150531.628000', '150531.630000', '150531.633000', '150531.635000', '150531.638000', '150531.641000', '150531.643000', '150531.646000', '150531.648000', '150531.651000', '150531.653000', '150531.656000', '150531.659000', '150531.661000', '150531.664000', '150531.666000', '150531.669000', '150531.672000', '150531.674000', '150531.677000', '150531.679000', '150531.682000', '150531.685000', '150531.687000', '150531.690000', '150531.692000', '150531.695000', '150531.697000', '150531.700000', '150531.703000', '150531.705000', '150531.708000', '150531.710000', '150531.713000', '150531.716000', '150531.718000', '150531.721000', '150531.724000', '150531.727000', '150531.729000', '150531.732000', '150531.735000', '150531.737000', '150539.942000', '150539.945000', '150539.948000', '150539.951000', '150539.954000', '150539.957000', '150539.960000', '150539.963000', '150539.966000', '150539.968000', '150539.971000', '150539.974000', '150539.976000', '150539.979000', '150539.982000', '150539.985000', '150539.988000', '150539.990000', '150539.993000'], 'InstanceCreationTime': ['145911.663000', '145911.666000', '145911.668000', '145911.671000', '145911.674000', '145911.676000', '145911.679000', '145911.682000', '145911.684000', '145911.692000', '145911.701000', '145911.703000', '145911.706000', '145911.709000', '145911.711000', '145911.714000', '145911.716000', '145911.719000', '145911.721000', '145911.724000', '145911.730000', '145911.733000', '145911.737000', '145911.740000', '145911.742000', '145911.745000', '145911.748000', '145931.628000', '145931.631000', '145931.634000', '145931.649000', '145931.652000', '145931.654000', '145931.657000', '145931.659000', '145931.662000', '145931.664000', '145931.667000', '145931.670000', '145931.672000', '145931.675000', '145931.677000', '145931.680000', '145931.682000', '145931.685000', '145931.687000', '145931.690000', '145931.697000', '145931.700000', '145931.702000', '145931.705000', '145931.708000', '145931.710000', '145931.713000', '145931.715000', '145931.718000', '145931.720000', '145931.723000', '145931.726000', '145931.728000', '145931.731000', '145931.733000', '145931.736000', '145931.738000', '145931.741000', '145931.743000', '145931.746000', '145931.748000', '145931.751000', '145931.754000', '145931.756000', '145951.627000', '145951.630000', '145951.633000', '145951.635000', '145951.638000', '145951.641000', '145951.643000', '145951.646000', '145951.648000', '145951.651000', '145951.653000', '145951.656000', '145951.668000', '145951.671000', '145951.680000', '145951.683000', '145951.685000', '145951.688000', '145951.691000', '145951.693000', '145951.696000', '145951.698000', '145951.701000', '145951.703000', '145951.706000', '145951.709000', '145951.711000', '145951.714000', '145951.716000', '145951.719000', '145951.722000', '145951.724000', '145951.727000', '145951.730000', '145951.732000', '145951.735000', '145951.737000', '145951.740000', '145951.742000', '145951.745000', '145951.748000', '145951.750000', '145951.753000', '150011.628000', '150011.630000', '150011.633000', '150011.636000', '150011.638000', '150011.641000', '150011.643000', '150011.646000', '150011.648000', '150011.651000', '150011.654000', '150011.656000', '150011.659000', '150011.661000', '150011.664000', '150011.666000', '150011.669000', '150011.672000', '150011.674000', '150011.677000', '150011.679000', '150011.682000', '150011.684000', '150011.687000', '150011.690000', '150011.692000', '150011.695000', '150011.697000', '150011.700000', '150011.702000', '150011.705000', '150011.708000', '150011.710000', '150011.713000', '150011.715000', '150011.718000', '150011.720000', '150011.723000', '150011.726000', '150011.728000', '150011.731000', '150011.733000', '150011.736000', '150011.738000', '150031.627000', '150031.630000', '150031.633000', '150031.635000', '150031.638000', '150031.640000', '150031.643000', '150031.646000', '150031.648000', '150031.651000', '150031.653000', '150031.656000', '150031.659000', '150031.661000', '150031.664000', '150031.674000', '150031.677000', '150031.679000', '150031.682000', '150031.684000', '150031.687000', '150031.690000', '150031.692000', '150031.695000', '150031.697000', '150031.700000', '150031.703000', '150031.705000', '150031.708000', '150031.710000', '150031.713000', '150031.716000', '150031.718000', '150031.721000', '150031.723000', '150031.726000', '150031.728000', '150031.731000', '150031.733000', '150031.736000', '150031.739000', '150031.741000', '150031.744000', '150051.627000', '150051.630000', '150051.633000', '150051.636000', '150051.638000', '150051.641000', '150051.643000', '150051.646000', '150051.648000', '150051.651000', '150051.654000', '150051.656000', '150051.659000', '150051.662000', '150051.664000', '150051.667000', '150051.669000', '150051.672000', '150051.674000', '150051.677000', '150051.679000', '150051.682000', '150051.685000', '150051.687000', '150051.690000', '150051.692000', '150051.695000', '150051.698000', '150051.700000', '150051.703000', '150051.705000', '150051.708000', '150051.710000', '150051.713000', '150051.716000', '150051.718000', '150051.721000', '150051.723000', '150051.726000', '150051.728000', '150051.739000', '150051.742000', '150051.744000', '150111.628000', '150111.631000', '150111.634000', '150111.636000', '150111.639000', '150111.642000', '150111.644000', '150111.647000', '150111.650000', '150111.652000', '150111.655000', '150111.657000', '150111.660000', '150111.662000', '150111.665000', '150111.668000', '150111.670000', '150111.673000', '150111.675000', '150111.678000', '150111.680000', '150111.683000', '150111.686000', '150111.688000', '150111.691000', '150111.693000', '150111.696000', '150111.698000', '150111.701000', '150111.704000', '150111.706000', '150111.709000', '150111.711000', '150111.718000', '150111.720000', '150111.723000', '150111.726000', '150111.728000', '150111.731000', '150111.733000', '150111.736000', '150111.739000', '150111.741000', '150111.744000', '150131.628000', '150131.631000', '150131.634000', '150131.636000', '150131.639000', '150131.642000', '150131.644000', '150131.647000', '150131.649000', '150131.661000', '150131.664000', '150131.666000', '150131.669000', '150131.672000', '150131.674000', '150131.677000', '150131.679000', '150131.682000', '150131.685000', '150131.687000', '150131.690000', '150131.693000', '150131.695000', '150131.698000', '150131.700000', '150131.703000', '150131.705000', '150131.708000', '150131.711000', '150131.713000', '150131.716000', '150131.718000', '150131.721000', '150131.723000', '150131.726000', '150131.729000', '150131.731000', '150131.734000', '150131.736000', '150131.739000', '150131.742000', '150131.744000', '150131.747000', '150131.749000', '150151.629000', '150151.631000', '150151.634000', '150151.637000', '150151.639000', '150151.642000', '150151.645000', '150151.647000', '150151.650000', '150151.652000', '150151.655000', '150151.658000', '150151.660000', '150151.663000', '150151.665000', '150151.668000', '150151.671000', '150151.673000', '150151.676000', '150151.678000', '150151.681000', '150151.684000', '150151.686000', '150151.689000', '150151.691000', '150151.694000', '150151.696000', '150151.699000', '150151.702000', '150151.704000', '150151.707000', '150151.718000', '150151.720000', '150151.723000', '150151.726000', '150151.728000', '150151.731000', '150151.733000', '150151.736000', '150151.738000', '150151.741000', '150151.744000', '150151.746000', '150211.627000', '150211.630000', '150211.633000', '150211.636000', '150211.638000', '150211.641000', '150211.643000', '150211.646000', '150211.649000', '150211.651000', '150211.654000', '150211.656000', '150211.659000', '150211.661000', '150211.664000', '150211.667000', '150211.669000', '150211.672000', '150211.674000', '150211.677000', '150211.680000', '150211.682000', '150211.685000', '150211.688000', '150211.690000', '150211.693000', '150211.695000', '150211.698000', '150211.701000', '150211.703000', '150211.706000', '150211.708000', '150211.711000', '150211.713000', '150211.716000', '150211.719000', '150211.721000', '150211.724000', '150211.726000', '150211.729000', '150211.732000', '150211.734000', '150211.737000', '150211.739000', '150231.627000', '150231.630000', '150231.633000', '150231.635000', '150231.638000', '150231.641000', '150231.643000', '150231.646000', '150231.648000', '150231.651000', '150231.654000', '150231.656000', '150231.659000', '150231.661000', '150231.664000', '150231.667000', '150231.669000', '150231.672000', '150231.674000', '150231.677000', '150231.680000', '150231.682000', '150231.685000', '150231.687000', '150231.690000', '150231.693000', '150231.695000', '150231.698000', '150231.700000', '150231.703000', '150231.706000', '150231.708000', '150231.711000', '150231.713000', '150231.716000', '150231.719000', '150231.721000', '150231.724000', '150231.727000', '150231.729000', '150231.732000', '150231.734000', '150231.737000', '150251.628000', '150251.630000', '150251.633000', '150251.636000', '150251.638000', '150251.641000', '150251.644000', '150251.647000', '150251.650000', '150251.652000', '150251.655000', '150251.657000', '150251.660000', '150251.662000', '150251.665000', '150251.668000', '150251.670000', '150251.673000', '150251.675000', '150251.678000', '150251.681000', '150251.683000', '150251.686000', '150251.688000', '150251.691000', '150251.693000', '150251.696000', '150251.699000', '150251.701000', '150251.704000', '150251.707000', '150251.709000', '150251.712000', '150251.715000', '150251.744000', '150251.747000', '150251.750000', '150251.752000', '150251.755000', '150251.757000', '150251.760000', '150251.763000', '150251.765000', '150251.768000', '150311.628000', '150311.630000', '150311.633000', '150311.635000', '150311.639000', '150311.641000', '150311.644000', '150311.646000', '150311.649000', '150311.652000', '150311.654000', '150311.657000', '150311.660000', '150311.662000', '150311.665000', '150311.667000', '150311.670000', '150311.673000', '150311.675000', '150311.678000', '150311.681000', '150311.683000', '150311.686000', '150311.689000', '150311.691000', '150311.694000', '150311.697000', '150311.699000', '150311.702000', '150311.704000', '150311.707000', '150311.710000', '150311.712000', '150311.715000', '150311.717000', '150311.720000', '150311.723000', '150311.725000', '150311.728000', '150311.730000', '150311.733000', '150311.736000', '150311.738000', '150331.628000', '150331.631000', '150331.634000', '150331.637000', '150331.639000', '150331.642000', '150331.644000', '150331.647000', '150331.650000', '150331.652000', '150331.655000', '150331.657000', '150331.660000', '150331.662000', '150331.665000', '150331.668000', '150331.670000', '150331.673000', '150331.675000', '150331.678000', '150331.680000', '150331.683000', '150331.686000', '150331.688000', '150331.691000', '150331.693000', '150331.696000', '150331.699000', '150331.701000', '150331.704000', '150331.707000', '150331.709000', '150331.712000', '150331.715000', '150331.717000', '150331.720000', '150331.722000', '150331.725000', '150331.727000', '150331.730000', '150331.733000', '150331.735000', '150331.738000', '150331.740000', '150351.629000', '150351.631000', '150351.634000', '150351.637000', '150351.640000', '150351.642000', '150351.645000', '150351.647000', '150351.650000', '150351.653000', '150351.655000', '150351.658000', '150351.661000', '150351.663000', '150351.666000', '150351.668000', '150351.672000', '150351.674000', '150351.677000', '150351.680000', '150351.682000', '150351.685000', '150351.688000', '150351.690000', '150351.693000', '150351.695000', '150351.698000', '150351.701000', '150351.703000', '150351.706000', '150351.709000', '150351.711000', '150351.714000', '150351.717000', '150351.719000', '150351.729000', '150351.732000', '150351.734000', '150351.737000', '150351.740000', '150351.742000', '150351.745000', '150351.747000', '150411.628000', '150411.631000', '150411.634000', '150411.637000', '150411.639000', '150411.642000', '150411.644000', '150411.647000', '150411.650000', '150411.652000', '150411.655000', '150411.658000', '150411.660000', '150411.663000', '150411.665000', '150411.668000', '150411.671000', '150411.673000', '150411.676000', '150411.678000', '150411.681000', '150411.685000', '150411.688000', '150411.691000', '150411.694000', '150411.710000', '150411.712000', '150411.715000', '150411.718000', '150411.720000', '150411.723000', '150411.725000', '150411.728000', '150411.731000', '150411.733000', '150411.736000', '150411.743000', '150411.745000', '150411.748000', '150411.750000', '150411.753000', '150411.756000', '150411.758000', '150431.628000', '150431.630000', '150431.633000', '150431.636000', '150431.639000', '150431.642000', '150431.644000', '150431.647000', '150431.650000', '150431.652000', '150431.655000', '150431.658000', '150431.660000', '150431.663000', '150431.665000', '150431.690000', '150431.693000', '150431.695000', '150431.698000', '150431.701000', '150431.703000', '150431.706000', '150431.708000', '150431.711000', '150431.714000', '150431.716000', '150431.719000', '150431.721000', '150431.724000', '150431.726000', '150431.729000', '150431.732000', '150431.734000', '150431.737000', '150431.739000', '150431.742000', '150431.744000', '150431.747000', '150431.750000', '150431.752000', '150431.755000', '150431.757000', '150431.760000', '150431.763000', '150451.628000', '150451.631000', '150451.633000', '150451.636000', '150451.638000', '150451.641000', '150451.644000', '150451.646000', '150451.649000', '150451.651000', '150451.654000', '150451.657000', '150451.659000', '150451.662000', '150451.665000', '150451.667000', '150451.670000', '150451.673000', '150451.675000', '150451.678000', '150451.680000', '150451.683000', '150451.685000', '150451.688000', '150451.691000', '150451.693000', '150451.696000', '150451.699000', '150451.701000', '150451.704000', '150451.706000', '150451.709000', '150451.711000', '150451.714000', '150451.717000', '150451.719000', '150451.722000', '150451.724000', '150451.727000', '150451.730000', '150451.732000', '150451.735000', '150451.737000', '150511.628000', '150511.630000', '150511.634000', '150511.636000', '150511.639000', '150511.641000', '150511.644000', '150511.646000', '150511.649000', '150511.652000', '150511.655000', '150511.657000', '150511.660000', '150511.662000', '150511.665000', '150511.667000', '150511.670000', '150511.673000', '150511.675000', '150511.678000', '150511.680000', '150511.683000', '150511.686000', '150511.688000', '150511.691000', '150511.693000', '150511.696000', '150511.698000', '150511.701000', '150511.704000', '150511.706000', '150511.709000', '150511.711000', '150511.714000', '150511.717000', '150511.719000', '150511.722000', '150511.724000', '150511.727000', '150511.729000', '150511.732000', '150511.735000', '150511.737000', '150511.740000', '150531.628000', '150531.630000', '150531.633000', '150531.635000', '150531.638000', '150531.641000', '150531.643000', '150531.646000', '150531.648000', '150531.651000', '150531.653000', '150531.656000', '150531.659000', '150531.661000', '150531.664000', '150531.666000', '150531.669000', '150531.672000', '150531.674000', '150531.677000', '150531.679000', '150531.682000', '150531.685000', '150531.687000', '150531.690000', '150531.692000', '150531.695000', '150531.697000', '150531.700000', '150531.703000', '150531.705000', '150531.708000', '150531.710000', '150531.713000', '150531.716000', '150531.718000', '150531.721000', '150531.724000', '150531.727000', '150531.729000', '150531.732000', '150531.735000', '150531.737000', '150539.942000', '150539.945000', '150539.948000', '150539.951000', '150539.954000', '150539.957000', '150539.960000', '150539.963000', '150539.966000', '150539.968000', '150539.971000', '150539.974000', '150539.976000', '150539.979000', '150539.982000', '150539.985000', '150539.988000', '150539.990000', '150539.993000'], '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': [10283, 13351, 9441, 13378, 10356, 14654, 9971, 16374, 11273, 9268, 12163, 8878, 10129, 10898, 12744, 11924, 15483, 11835, 17056, 12836, 9657, 12802, 8893, 14997, 10776, 15299, 9903, 17294, 10843, 11825, 11720, 8852, 12386, 9406, 12692, 10087, 10167, 10652, 9212, 12061, 9366, 12311, 10523, 9139, 13794, 9265, 8971, 11773, 9267, 14287, 11167, 18240, 13256, 16712, 11347, 9359, 19010, 10620, 9383, 10623, 10290, 9645, 14366, 11688, 11189, 17038, 10629, 12799, 11698, 9501, 18137, 13176, 11277, 12672, 9654, 10469, 13092, 9552, 16174, 10384, 15074, 10654, 9517, 13970, 11351, 9063, 11387, 9586, 12938, 9802, 13871, 10166, 11256, 10909, 10045, 13041, 9994, 12635, 10789, 9871, 12200, 9676, 9548, 12066, 9517, 14144, 9908, 14029, 10161, 14114, 11111, 15146, 10973, 9443, 13084, 9960, 13727, 11049, 13970, 10463, 9474, 12757, 9538, 13810, 9982, 14716, 9951, 15590, 10318, 9696, 10447, 9578, 13834, 10382, 15185, 10871, 15327, 11394, 9699, 11144, 10042, 10354, 14157, 10356, 16170, 11511, 13806, 10626, 15216, 10342, 13924, 10456, 14040, 10951, 15382, 9860, 12188, 9635, 12349, 10026, 12061, 10202, 12708, 10063, 12528, 9591, 12016, 9563, 12674, 10113, 13332, 10448, 13428, 9375, 12206, 9785, 12270, 9615, 12001, 9921, 11901, 10044, 14452, 9427, 11332, 9539, 11774, 9641, 11979, 10196, 9670, 9605, 9201, 11725, 9221, 14323, 12198, 16035, 9809, 12579, 9539, 11398, 9734, 9102, 13685, 13579, 14998, 10357, 12224, 10786, 12808, 10402, 15265, 15969, 12988, 15816, 11210, 15585, 10571, 13991, 10372, 12539, 9469, 12688, 10268, 12902, 9545, 11499, 9304, 11982, 9364, 12269, 9158, 11812, 9347, 12294, 9365, 12073, 9597, 11824, 10219, 12452, 9687, 13255, 9472, 11849, 9749, 16665, 9319, 11242, 9576, 9468, 10839, 9477, 11190, 9702, 12056, 9107, 11352, 9273, 11745, 9080, 12546, 9128, 13678, 10332, 17985, 12654, 9553, 12578, 9834, 13394, 9237, 13939, 11831, 11840, 10069, 12898, 9835, 12895, 9363, 16691, 12126, 13121, 10055, 9014, 13068, 9593, 13130, 9995, 16424, 13628, 16765, 12974, 16282, 13135, 16397, 10659, 16163, 9798, 12367, 10201, 12981, 11059, 13273, 9136, 10914, 9030, 11710, 9525, 12148, 10030, 12334, 9726, 11398, 9781, 12059, 9786, 12376, 9864, 12225, 10249, 13864, 10435, 18091, 12460, 8745, 11222, 9073, 12289, 10249, 11301, 17042, 10105, 16342, 10328, 12300, 9885, 10735, 10159, 9795, 10552, 9209, 10642, 9229, 11624, 9393, 12654, 9795, 12893, 10495, 14908, 10749, 14804, 11302, 18283, 14286, 13483, 10993, 8969, 11391, 9589, 13735, 12930, 14319, 11110, 9401, 12221, 9462, 13444, 10852, 17939, 13475, 14016, 13537, 14970, 13769, 15324, 13931, 12836, 14894, 9440, 11944, 9498, 12504, 9743, 11870, 10378, 14749, 9375, 11060, 9311, 12705, 9979, 14335, 10065, 13059, 9356, 10848, 9872, 9796, 10388, 8743, 11227, 8775, 11249, 9052, 13395, 9354, 13437, 9468, 10639, 9730, 10682, 11036, 15720, 12151, 12017, 11250, 8949, 11925, 9241, 13561, 9369, 15149, 9976, 16079, 14002, 17651, 14283, 10119, 10494, 8856, 11274, 9620, 13226, 10046, 13847, 10657, 13291, 10372, 13176, 9907, 14595, 10152, 13062, 10115, 12934, 9796, 13486, 9579, 11486, 9603, 12388, 9752, 12058, 9791, 11717, 9790, 10540, 9977, 9845, 9194, 10842, 9690, 8747, 10358, 9332, 10671, 9354, 12200, 9260, 12124, 9273, 12788, 9331, 13098, 9310, 15106, 9792, 15695, 13036, 16920, 14935, 18740, 12235, 8940, 11057, 9272, 13789, 10607, 13632, 10548, 12870, 9641, 13462, 9954, 16029, 10085, 13647, 10608, 15818, 12085, 17291, 10685, 15125, 10494, 13677, 10939, 14914, 10721, 14262, 9217, 11689, 10014, 13849, 10710, 12552, 9634, 11441, 9835, 11132, 9787, 11356, 10115, 10606, 9426, 10921, 9480, 8957, 10330, 9251, 13316, 9603, 16023, 14753, 14096, 10786, 9033, 11586, 11897, 11201, 16865, 11632, 16310, 13064, 11086, 14192, 10633, 15502, 12396, 18126, 14728, 17368, 11152, 14850, 9643, 11448, 12131, 9949, 15010, 10341, 16466, 10632, 11543, 10506, 11260, 14458, 10008, 12780, 9240, 11752, 9884, 11819, 10876, 13385, 9495, 12470, 9249, 12380, 10398, 16713, 11264, 15933, 10268, 12261, 9739, 11112, 9835, 11339, 9929, 12636, 10046, 8794, 10476, 9128, 11019, 9237, 11222, 8970, 11826, 8924, 11821, 9006, 12152, 9150, 12686, 9697, 12763, 10133, 15909, 12331, 17032, 9799, 12936, 9823, 11173, 9522, 10102, 11182, 11169, 11367, 9279, 11279, 9379, 11094, 10157, 11297, 10839, 9549, 13564, 9906, 17070, 13257, 16836, 11736, 14970, 9804, 12681, 10122, 12556, 9916, 13139, 9176, 11569, 9799, 10786, 9614, 12500, 8783, 11186, 10016, 11836, 10179, 11856, 9440, 11419, 10365, 11062, 10890, 10071, 11275, 10921, 12484, 8525, 12505, 8929, 12960, 13718, 17761, 11516, 12467, 9013, 12360, 9932, 14633, 10892, 16837, 12620, 18527, 13272, 18848, 11458, 16105, 11905, 16514, 13995, 15675, 13070, 10129, 12956, 10252, 12294, 9557, 12815, 9618, 13903, 9170, 11811, 9285, 12668, 10810, 15406, 11566, 14978, 10907, 9276, 13242, 9961, 17719, 11506, 9112, 12019, 9610, 13606, 10970, 17825, 12269, 19027, 11516, 17311, 10951, 17397, 11625, 10429, 9888, 8647, 11204, 8754, 11788, 8968, 13281, 10442, 15348, 9896, 11730, 9572, 12610, 10585, 13174, 10824, 9189, 11656, 9507, 11994, 9665, 11981, 9708, 13999, 10209, 14848, 10742, 16735, 12690, 9229, 11684, 9344, 12331, 9134, 15476, 11105, 15286, 12073, 17024, 11275, 11334, 9825, 8786, 11835, 8890, 14564, 10191, 15307, 11395, 19224, 13725, 10885, 12044, 10037, 11935, 9933, 14670, 13112, 14523, 11611, 12324, 12402, 12522, 11515, 12089, 11621, 11970, 9292, 12701, 9952, 12005, 9417, 11791, 9233, 12060, 9098, 12081, 9868, 11589, 9267, 8895, 9783, 11908, 9927, 16010, 11497, 15377, 9850, 13209, 9734, 13602, 10135, 15614, 12969, 15766, 11622, 14971, 10432, 13932, 10075, 13213, 12754, 13061, 9569, 11255, 9128, 11546, 9295, 11654, 9227, 12535, 9525, 13883, 9040, 12311, 10242, 13730, 11104, 18037, 13985, 17232, 10699, 11829, 11824, 10279, 11992, 12401, 15125, 9906, 13342, 10255, 12965, 9670, 15564, 13491, 13536, 10397, 12475, 8893, 11804, 10024, 11593, 10469, 11392, 8744, 12296, 8759], 'WindowCenter': [4787.0, 4800.0, 4746.0, 4769.0, 4728.0, 4765.0, 4729.0, 4777.0, 4734.0, 4703.0, 4718.0, 4706.0, 4712.0, 4722.0, 4730.0, 4733.0, 4751.0, 4720.0, 4748.0, 4719.0, 4690.0, 4718.0, 4689.0, 4740.0, 4707.0, 4738.0, 4700.0, 4761.0, 4706.0, 4706.0, 4693.0, 4677.0, 4716.0, 4687.0, 4729.0, 4711.0, 4710.0, 4708.0, 4700.0, 4730.0, 4700.0, 4744.0, 4736.0, 4714.0, 4742.0, 4715.0, 4702.0, 4732.0, 4704.0, 4749.0, 4722.0, 4760.0, 4730.0, 4749.0, 4720.0, 4676.0, 4758.0, 4700.0, 4689.0, 4707.0, 4710.0, 4702.0, 4754.0, 4733.0, 4721.0, 4750.0, 4710.0, 4718.0, 4731.0, 4701.0, 4760.0, 4728.0, 4696.0, 4704.0, 4687.0, 4696.0, 4715.0, 4687.0, 4736.0, 4687.0, 4724.0, 4686.0, 4699.0, 4739.0, 4706.0, 4665.0, 4692.0, 4686.0, 4715.0, 4698.0, 4726.0, 4711.0, 4708.0, 4707.0, 4699.0, 4717.0, 4700.0, 4731.0, 4709.0, 4700.0, 4705.0, 4689.0, 4689.0, 4720.0, 4701.0, 4742.0, 4702.0, 4729.0, 4714.0, 4742.0, 4721.0, 4738.0, 4709.0, 4689.0, 4728.0, 4703.0, 4741.0, 4712.0, 4728.0, 4712.0, 4704.0, 4731.0, 4689.0, 4728.0, 4699.0, 4738.0, 4727.0, 4752.0, 4700.0, 4688.0, 4695.0, 4700.0, 4743.0, 4712.0, 4751.0, 4722.0, 4752.0, 4719.0, 4703.0, 4723.0, 4714.0, 4701.0, 4742.0, 4701.0, 4739.0, 4721.0, 4742.0, 4712.0, 4737.0, 4688.0, 4716.0, 4711.0, 4727.0, 4699.0, 4724.0, 4686.0, 4694.0, 4676.0, 4704.0, 4687.0, 4706.0, 4712.0, 4718.0, 4688.0, 4705.0, 4677.0, 4704.0, 4689.0, 4716.0, 4699.0, 4729.0, 4696.0, 4716.0, 4689.0, 4708.0, 4687.0, 4708.0, 4689.0, 4708.0, 4701.0, 4708.0, 4689.0, 4716.0, 4677.0, 4696.0, 4688.0, 4717.0, 4703.0, 4734.0, 4712.0, 4700.0, 4701.0, 4691.0, 4721.0, 4691.0, 4744.0, 4734.0, 4739.0, 4703.0, 4719.0, 4704.0, 4718.0, 4703.0, 4692.0, 4744.0, 4675.0, 4713.0, 4738.0, 4756.0, 4725.0, 4720.0, 4700.0, 4740.0, 4741.0, 4731.0, 4726.0, 4697.0, 4724.0, 4686.0, 4716.0, 4675.0, 4693.0, 4678.0, 4704.0, 4675.0, 4693.0, 4675.0, 4706.0, 4675.0, 4695.0, 4675.0, 4707.0, 4678.0, 4696.0, 4677.0, 4705.0, 4677.0, 4704.0, 4677.0, 4707.0, 4702.0, 4718.0, 4701.0, 4717.0, 4689.0, 4718.0, 4704.0, 4748.0, 4677.0, 4697.0, 4687.0, 4687.0, 4710.0, 4691.0, 4711.0, 4703.0, 4721.0, 4680.0, 4711.0, 4690.0, 4720.0, 4677.0, 4719.0, 4691.0, 4741.0, 4715.0, 4761.0, 4721.0, 4691.0, 4719.0, 4689.0, 4720.0, 4679.0, 4741.0, 4721.0, 4708.0, 4688.0, 4718.0, 4701.0, 4721.0, 4691.0, 4751.0, 4722.0, 4716.0, 4698.0, 4680.0, 4730.0, 4702.0, 4728.0, 4690.0, 4738.0, 4719.0, 4737.0, 4720.0, 4752.0, 4732.0, 4737.0, 4687.0, 4722.0, 4676.0, 4704.0, 4688.0, 4717.0, 4697.0, 4704.0, 4675.0, 4695.0, 4677.0, 4707.0, 4703.0, 4718.0, 4688.0, 4707.0, 4688.0, 4706.0, 4700.0, 4717.0, 4689.0, 4707.0, 4688.0, 4707.0, 4690.0, 4717.0, 4725.0, 4760.0, 4722.0, 4669.0, 4698.0, 4669.0, 4695.0, 4688.0, 4697.0, 4736.0, 4688.0, 4726.0, 4687.0, 4706.0, 4690.0, 4697.0, 4689.0, 4699.0, 4714.0, 4691.0, 4698.0, 4689.0, 4710.0, 4678.0, 4731.0, 4703.0, 4718.0, 4703.0, 4739.0, 4711.0, 4729.0, 4724.0, 4749.0, 4730.0, 4720.0, 4699.0, 4679.0, 4720.0, 4701.0, 4731.0, 4733.0, 4741.0, 4710.0, 4680.0, 4709.0, 4693.0, 4720.0, 4738.0, 4762.0, 4732.0, 4719.0, 4717.0, 4717.0, 4716.0, 4726.0, 4717.0, 4694.0, 4713.0, 4665.0, 4693.0, 4675.0, 4706.0, 4701.0, 4706.0, 4687.0, 4712.0, 4677.0, 4695.0, 4677.0, 4705.0, 4690.0, 4715.0, 4687.0, 4705.0, 4677.0, 4696.0, 4701.0, 4688.0, 4688.0, 4668.0, 4707.0, 4679.0, 4709.0, 4680.0, 4731.0, 4703.0, 4731.0, 4703.0, 4710.0, 4701.0, 4711.0, 4714.0, 4742.0, 4711.0, 4721.0, 4711.0, 4679.0, 4721.0, 4705.0, 4743.0, 4692.0, 4740.0, 4700.0, 4751.0, 4741.0, 4750.0, 4728.0, 4686.0, 4687.0, 4668.0, 4699.0, 4691.0, 4730.0, 4700.0, 4729.0, 4699.0, 4717.0, 4687.0, 4717.0, 4687.0, 4727.0, 4689.0, 4716.0, 4688.0, 4705.0, 4688.0, 4718.0, 4688.0, 4698.0, 4688.0, 4716.0, 4690.0, 4706.0, 4690.0, 4711.0, 4702.0, 4699.0, 4701.0, 4689.0, 4694.0, 4712.0, 4704.0, 4691.0, 4739.0, 4705.0, 4726.0, 4706.0, 4733.0, 4706.0, 4734.0, 4692.0, 4733.0, 4695.0, 4732.0, 4696.0, 4743.0, 4705.0, 4754.0, 4747.0, 4766.0, 4754.0, 4751.0, 4709.0, 4669.0, 4710.0, 4680.0, 4756.0, 4726.0, 4743.0, 4714.0, 4731.0, 4692.0, 4731.0, 4701.0, 4739.0, 4700.0, 4716.0, 4689.0, 4726.0, 4708.0, 4737.0, 4698.0, 4726.0, 4688.0, 4717.0, 4711.0, 4728.0, 4697.0, 4717.0, 4678.0, 4694.0, 4689.0, 4727.0, 4698.0, 4706.0, 4689.0, 4705.0, 4689.0, 4706.0, 4689.0, 4709.0, 4700.0, 4699.0, 4692.0, 4712.0, 4702.0, 4692.0, 4712.0, 4704.0, 4743.0, 4705.0, 4753.0, 4743.0, 4730.0, 4710.0, 4680.0, 4723.0, 4721.0, 4711.0, 4750.0, 4724.0, 4739.0, 4731.0, 4711.0, 4731.0, 4698.0, 4728.0, 4707.0, 4737.0, 4717.0, 4723.0, 4686.0, 4715.0, 4664.0, 4697.0, 4706.0, 4675.0, 4714.0, 4686.0, 4712.0, 4686.0, 4694.0, 4698.0, 4686.0, 4703.0, 4672.0, 4693.0, 4664.0, 4693.0, 4676.0, 4708.0, 4700.0, 4715.0, 4677.0, 4703.0, 4676.0, 4703.0, 4687.0, 4727.0, 4697.0, 4724.0, 4687.0, 4693.0, 4676.0, 4683.0, 4689.0, 4697.0, 4690.0, 4721.0, 4687.0, 4668.0, 4688.0, 4677.0, 4698.0, 4680.0, 4709.0, 4679.0, 4721.0, 4690.0, 4710.0, 4680.0, 4709.0, 4692.0, 4717.0, 4692.0, 4720.0, 4704.0, 4739.0, 4723.0, 4737.0, 4690.0, 4719.0, 4691.0, 4710.0, 4691.0, 4700.0, 4710.0, 4697.0, 4697.0, 4689.0, 4707.0, 4691.0, 4710.0, 4690.0, 4711.0, 4714.0, 4702.0, 4731.0, 4703.0, 4751.0, 4734.0, 4739.0, 4722.0, 4741.0, 4690.0, 4718.0, 4701.0, 4719.0, 4691.0, 4717.0, 4680.0, 4711.0, 4702.0, 4710.0, 4703.0, 4722.0, 4684.0, 4722.0, 4716.0, 4724.0, 4714.0, 4723.0, 4702.0, 4711.0, 4713.0, 4711.0, 4713.0, 4702.0, 4713.0, 4713.0, 4732.0, 4683.0, 4732.0, 4682.0, 4746.0, 4743.0, 4763.0, 4723.0, 4723.0, 4693.0, 4722.0, 4703.0, 4730.0, 4713.0, 4739.0, 4723.0, 4750.0, 4721.0, 4748.0, 4710.0, 4724.0, 4708.0, 4727.0, 4719.0, 4725.0, 4706.0, 4676.0, 4705.0, 4675.0, 4695.0, 4678.0, 4719.0, 4677.0, 4715.0, 4667.0, 4706.0, 4677.0, 4717.0, 4697.0, 4727.0, 4697.0, 4726.0, 4697.0, 4679.0, 4731.0, 4702.0, 4750.0, 4710.0, 4679.0, 4707.0, 4690.0, 4718.0, 4700.0, 4738.0, 4708.0, 4734.0, 4697.0, 4724.0, 4684.0, 4735.0, 4695.0, 4684.0, 4676.0, 4655.0, 4684.0, 4665.0, 4707.0, 4669.0, 4717.0, 4687.0, 4726.0, 4687.0, 4696.0, 4689.0, 4708.0, 4698.0, 4719.0, 4686.0, 4680.0, 4708.0, 4689.0, 4707.0, 4680.0, 4708.0, 4690.0, 4729.0, 4701.0, 4727.0, 4714.0, 4750.0, 4707.0, 4678.0, 4707.0, 4678.0, 4708.0, 4679.0, 4740.0, 4699.0, 4740.0, 4710.0, 4737.0, 4699.0, 4708.0, 4690.0, 4669.0, 4709.0, 4669.0, 4729.0, 4701.0, 4740.0, 4710.0, 4750.0, 4730.0, 4685.0, 4719.0, 4677.0, 4708.0, 4687.0, 4727.0, 4706.0, 4727.0, 4709.0, 4706.0, 4705.0, 4694.0, 4683.0, 4693.0, 4684.0, 4694.0, 4664.0, 4704.0, 4675.0, 4693.0, 4664.0, 4695.0, 4665.0, 4694.0, 4667.0, 4705.0, 4676.0, 4694.0, 4665.0, 4665.0, 4700.0, 4709.0, 4701.0, 4739.0, 4710.0, 4728.0, 4690.0, 4718.0, 4691.0, 4717.0, 4687.0, 4725.0, 4718.0, 4727.0, 4686.0, 4716.0, 4687.0, 4715.0, 4676.0, 4706.0, 4705.0, 4705.0, 4665.0, 4696.0, 4677.0, 4709.0, 4665.0, 4710.0, 4681.0, 4696.0, 4704.0, 4728.0, 4680.0, 4721.0, 4704.0, 4720.0, 4699.0, 4751.0, 4729.0, 4738.0, 4686.0, 4698.0, 4709.0, 4689.0, 4711.0, 4708.0, 4728.0, 4689.0, 4707.0, 4686.0, 4707.0, 4665.0, 4740.0, 4706.0, 4690.0, 4676.0, 4706.0, 4666.0, 4708.0, 4688.0, 4697.0, 4686.0, 4697.0, 4668.0, 4708.0, 4668.0], 'WindowWidth': [10479.0, 10474.0, 10393.0, 10409.0, 10350.0, 10393.0, 10352.0, 10415.0, 10349.0, 10302.0, 10312.0, 10312.0, 10315.0, 10325.0, 10332.0, 10343.0, 10362.0, 10318.0, 10352.0, 10313.0, 10276.0, 10311.0, 10274.0, 10345.0, 10298.0, 10340.0, 10292.0, 10382.0, 10296.0, 10291.0, 10268.0, 10256.0, 10308.0, 10272.0, 10331.0, 10311.0, 10304.0, 10299.0, 10293.0, 10334.0, 10294.0, 10362.0, 10355.0, 10321.0, 10353.0, 10324.0, 10301.0, 10343.0, 10304.0, 10361.0, 10324.0, 10378.0, 10333.0, 10358.0, 10318.0, 10250.0, 10369.0, 10289.0, 10277.0, 10297.0, 10306.0, 10298.0, 10375.0, 10345.0, 10323.0, 10362.0, 10304.0, 10312.0, 10336.0, 10295.0, 10378.0, 10328.0, 10278.0, 10285.0, 10269.0, 10277.0, 10303.0, 10268.0, 10333.0, 10266.0, 10312.0, 10263.0, 10289.0, 10344.0, 10291.0, 10232.0, 10267.0, 10266.0, 10300.0, 10285.0, 10318.0, 10307.0, 10297.0, 10295.0, 10286.0, 10308.0, 10291.0, 10337.0, 10302.0, 10291.0, 10289.0, 10274.0, 10275.0, 10317.0, 10292.0, 10353.0, 10293.0, 10326.0, 10317.0, 10351.0, 10321.0, 10340.0, 10300.0, 10274.0, 10324.0, 10300.0, 10352.0, 10309.0, 10325.0, 10309.0, 10301.0, 10334.0, 10274.0, 10322.0, 10287.0, 10338.0, 10340.0, 10367.0, 10290.0, 10269.0, 10274.0, 10291.0, 10354.0, 10311.0, 10363.0, 10329.0, 10365.0, 10316.0, 10301.0, 10327.0, 10318.0, 10293.0, 10351.0, 10292.0, 10340.0, 10318.0, 10352.0, 10308.0, 10334.0, 10269.0, 10302.0, 10305.0, 10319.0, 10284.0, 10311.0, 10263.0, 10268.0, 10247.0, 10283.0, 10265.0, 10289.0, 10311.0, 10310.0, 10268.0, 10287.0, 10251.0, 10282.0, 10272.0, 10304.0, 10287.0, 10329.0, 10277.0, 10304.0, 10270.0, 10295.0, 10266.0, 10294.0, 10271.0, 10295.0, 10293.0, 10294.0, 10271.0, 10301.0, 10252.0, 10276.0, 10270.0, 10309.0, 10302.0, 10342.0, 10309.0, 10290.0, 10294.0, 10278.0, 10320.0, 10279.0, 10357.0, 10341.0, 10340.0, 10295.0, 10313.0, 10301.0, 10312.0, 10299.0, 10285.0, 10357.0, 10225.0, 10292.0, 10361.0, 10383.0, 10334.0, 10314.0, 10288.0, 10345.0, 10346.0, 10332.0, 10317.0, 10277.0, 10311.0, 10261.0, 10299.0, 10244.0, 10266.0, 10254.0, 10282.0, 10243.0, 10265.0, 10242.0, 10289.0, 10246.0, 10270.0, 10244.0, 10291.0, 10254.0, 10274.0, 10249.0, 10283.0, 10250.0, 10282.0, 10250.0, 10291.0, 10295.0, 10308.0, 10296.0, 10308.0, 10272.0, 10312.0, 10301.0, 10353.0, 10250.0, 10278.0, 10265.0, 10265.0, 10303.0, 10276.0, 10305.0, 10300.0, 10318.0, 10262.0, 10304.0, 10274.0, 10314.0, 10251.0, 10312.0, 10277.0, 10347.0, 10319.0, 10375.0, 10318.0, 10276.0, 10313.0, 10271.0, 10312.0, 10256.0, 10348.0, 10319.0, 10295.0, 10266.0, 10311.0, 10293.0, 10317.0, 10282.0, 10361.0, 10322.0, 10305.0, 10284.0, 10262.0, 10329.0, 10295.0, 10324.0, 10274.0, 10334.0, 10309.0, 10330.0, 10313.0, 10363.0, 10336.0, 10331.0, 10263.0, 10305.0, 10245.0, 10281.0, 10267.0, 10305.0, 10275.0, 10281.0, 10245.0, 10272.0, 10251.0, 10293.0, 10298.0, 10308.0, 10268.0, 10290.0, 10269.0, 10289.0, 10288.0, 10308.0, 10272.0, 10292.0, 10268.0, 10288.0, 10271.0, 10305.0, 10332.0, 10372.0, 10320.0, 10244.0, 10280.0, 10240.0, 10270.0, 10266.0, 10279.0, 10330.0, 10266.0, 10317.0, 10265.0, 10289.0, 10271.0, 10279.0, 10269.0, 10287.0, 10314.0, 10280.0, 10282.0, 10271.0, 10301.0, 10255.0, 10331.0, 10298.0, 10309.0, 10296.0, 10339.0, 10305.0, 10324.0, 10327.0, 10357.0, 10330.0, 10313.0, 10283.0, 10258.0, 10317.0, 10293.0, 10331.0, 10337.0, 10345.0, 10300.0, 10259.0, 10294.0, 10279.0, 10312.0, 10356.0, 10380.0, 10335.0, 10309.0, 10305.0, 10303.0, 10300.0, 10316.0, 10305.0, 10267.0, 10292.0, 10229.0, 10264.0, 10246.0, 10287.0, 10292.0, 10290.0, 10265.0, 10292.0, 10252.0, 10273.0, 10251.0, 10287.0, 10274.0, 10300.0, 10265.0, 10286.0, 10252.0, 10279.0, 10292.0, 10267.0, 10269.0, 10242.0, 10295.0, 10259.0, 10296.0, 10260.0, 10334.0, 10297.0, 10333.0, 10297.0, 10303.0, 10293.0, 10307.0, 10313.0, 10347.0, 10301.0, 10317.0, 10303.0, 10259.0, 10319.0, 10304.0, 10352.0, 10281.0, 10340.0, 10290.0, 10360.0, 10346.0, 10357.0, 10323.0, 10259.0, 10262.0, 10236.0, 10281.0, 10274.0, 10329.0, 10288.0, 10327.0, 10284.0, 10305.0, 10263.0, 10302.0, 10263.0, 10317.0, 10269.0, 10300.0, 10266.0, 10286.0, 10267.0, 10309.0, 10271.0, 10280.0, 10267.0, 10303.0, 10274.0, 10290.0, 10274.0, 10303.0, 10294.0, 10285.0, 10291.0, 10270.0, 10286.0, 10310.0, 10299.0, 10280.0, 10358.0, 10304.0, 10334.0, 10307.0, 10338.0, 10308.0, 10339.0, 10282.0, 10336.0, 10288.0, 10334.0, 10289.0, 10349.0, 10302.0, 10367.0, 10364.0, 10390.0, 10369.0, 10358.0, 10297.0, 10240.0, 10298.0, 10258.0, 10378.0, 10338.0, 10351.0, 10313.0, 10334.0, 10280.0, 10330.0, 10290.0, 10340.0, 10286.0, 10303.0, 10269.0, 10314.0, 10292.0, 10332.0, 10282.0, 10315.0, 10265.0, 10306.0, 10303.0, 10322.0, 10277.0, 10302.0, 10252.0, 10270.0, 10270.0, 10320.0, 10282.0, 10288.0, 10269.0, 10287.0, 10270.0, 10290.0, 10271.0, 10297.0, 10287.0, 10285.0, 10281.0, 10308.0, 10292.0, 10279.0, 10309.0, 10301.0, 10352.0, 10300.0, 10365.0, 10350.0, 10327.0, 10301.0, 10260.0, 10322.0, 10316.0, 10306.0, 10356.0, 10326.0, 10341.0, 10328.0, 10302.0, 10332.0, 10281.0, 10321.0, 10289.0, 10334.0, 10302.0, 10307.0, 10259.0, 10299.0, 10225.0, 10277.0, 10289.0, 10244.0, 10295.0, 10259.0, 10286.0, 10261.0, 10269.0, 10283.0, 10259.0, 10276.0, 10234.0, 10262.0, 10225.0, 10263.0, 10245.0, 10295.0, 10286.0, 10297.0, 10248.0, 10279.0, 10247.0, 10280.0, 10263.0, 10316.0, 10275.0, 10308.0, 10260.0, 10266.0, 10246.0, 10252.0, 10267.0, 10277.0, 10274.0, 10316.0, 10264.0, 10237.0, 10264.0, 10248.0, 10279.0, 10259.0, 10295.0, 10255.0, 10316.0, 10276.0, 10298.0, 10258.0, 10296.0, 10279.0, 10304.0, 10278.0, 10312.0, 10298.0, 10337.0, 10322.0, 10333.0, 10273.0, 10309.0, 10276.0, 10301.0, 10278.0, 10287.0, 10301.0, 10278.0, 10275.0, 10271.0, 10292.0, 10277.0, 10300.0, 10269.0, 10299.0, 10311.0, 10293.0, 10330.0, 10293.0, 10356.0, 10336.0, 10337.0, 10319.0, 10342.0, 10269.0, 10305.0, 10287.0, 10310.0, 10275.0, 10305.0, 10259.0, 10303.0, 10292.0, 10300.0, 10295.0, 10318.0, 10271.0, 10322.0, 10318.0, 10325.0, 10312.0, 10322.0, 10293.0, 10304.0, 10309.0, 10303.0, 10308.0, 10293.0, 10307.0, 10309.0, 10332.0, 10268.0, 10333.0, 10265.0, 10359.0, 10350.0, 10378.0, 10320.0, 10320.0, 10284.0, 10318.0, 10296.0, 10327.0, 10310.0, 10337.0, 10323.0, 10356.0, 10317.0, 10349.0, 10299.0, 10310.0, 10294.0, 10315.0, 10309.0, 10312.0, 10286.0, 10244.0, 10284.0, 10243.0, 10268.0, 10251.0, 10311.0, 10252.0, 10296.0, 10235.0, 10285.0, 10249.0, 10305.0, 10277.0, 10317.0, 10276.0, 10312.0, 10275.0, 10257.0, 10332.0, 10293.0, 10355.0, 10300.0, 10256.0, 10291.0, 10272.0, 10307.0, 10285.0, 10335.0, 10293.0, 10324.0, 10273.0, 10309.0, 10253.0, 10327.0, 10270.0, 10252.0, 10245.0, 10214.0, 10254.0, 10229.0, 10290.0, 10241.0, 10304.0, 10263.0, 10314.0, 10264.0, 10273.0, 10268.0, 10293.0, 10283.0, 10312.0, 10259.0, 10257.0, 10293.0, 10269.0, 10290.0, 10257.0, 10293.0, 10272.0, 10324.0, 10291.0, 10315.0, 10312.0, 10354.0, 10287.0, 10250.0, 10290.0, 10251.0, 10292.0, 10256.0, 10341.0, 10281.0, 10340.0, 10299.0, 10332.0, 10282.0, 10294.0, 10270.0, 10241.0, 10296.0, 10241.0, 10323.0, 10289.0, 10339.0, 10300.0, 10356.0, 10327.0, 10254.0, 10310.0, 10250.0, 10295.0, 10266.0, 10319.0, 10288.0, 10318.0, 10295.0, 10289.0, 10284.0, 10267.0, 10251.0, 10263.0, 10252.0, 10267.0, 10226.0, 10282.0, 10242.0, 10265.0, 10226.0, 10270.0, 10231.0, 10268.0, 10235.0, 10285.0, 10243.0, 10267.0, 10229.0, 10231.0, 10286.0, 10295.0, 10288.0, 10340.0, 10299.0, 10319.0, 10272.0, 10304.0, 10276.0, 10304.0, 10261.0, 10307.0, 10307.0, 10315.0, 10257.0, 10298.0, 10259.0, 10296.0, 10246.0, 10284.0, 10283.0, 10281.0, 10227.0, 10271.0, 10248.0, 10297.0, 10227.0, 10298.0, 10260.0, 10270.0, 10300.0, 10322.0, 10259.0, 10318.0, 10297.0, 10312.0, 10280.0, 10360.0, 10324.0, 10331.0, 10256.0, 10277.0, 10295.0, 10268.0, 10303.0, 10289.0, 10316.0, 10266.0, 10286.0, 10259.0, 10286.0, 10229.0, 10340.0, 10283.0, 10250.0, 10244.0, 10287.0, 10235.0, 10292.0, 10266.0, 10276.0, 10259.0, 10272.0, 10236.0, 10293.0, 10238.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.0020841081703107016</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027545101265822783</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.650567797407845</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1968174505645173</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0101981166705072</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4692</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6432.7744</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12367402689341989</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>101</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.622554660529344</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4713087349461524</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4939106678132634</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5585303935453365</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.361485143479857</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0129549</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016978101804852486</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02419930510222912</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.982379965706626</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>39.411</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.5663</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.1606</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300480.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>828.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.3608</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8119</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>586.6464</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3927.5413</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4135.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76064.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1360.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5131.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1038.317</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.28651147708297</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> |