=== 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-0099 --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-0099",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0099_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0099_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-03/func/sub-0099_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>b53749ca62fe214cc9b1eb241da49d5b</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>15:02:8.782500</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.993992, -0.109454, 0.000506062, 0.109387, 0.99352, 0.0308648]</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0814999</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4248, -7779, -7209, 291, -199, -113, -106, 22]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>230.085</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8c3e9d12-63ff-4c1d-98d1-5a612dad0fd6||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.666807174682617, 0.2934761643409729, 0.010478888638317585, 88.9291000366211], [0.29365769028663635, 2.665541410446167, 0.08268490433692932, -119.07473754882812], [0.0013577278004959226, -0.08280810713768005, 2.6987133026123047, -74.59284973144531], [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': ['150208.782500', '150209.242500', '150209.702500', '150210.162500', '150210.622500', '150211.082500', '150211.542500', '150212.002500', '150212.462500', '150212.922500', '150213.382500', '150213.842500', '150214.302500', '150214.762500', '150215.222500', '150215.682500', '150216.142500', '150216.602500', '150217.062500', '150217.522500', '150217.982500', '150218.442500', '150218.902500', '150219.362500', '150219.822500', '150220.282500', '150220.742500', '150221.202500', '150221.662500', '150222.122500', '150222.582500', '150223.042500', '150223.502500', '150223.962500', '150224.422500', '150224.882500', '150225.342500', '150225.802500', '150226.262500', '150226.722500', '150227.182500', '150227.642500', '150228.102500', '150228.562500', '150229.022500', '150229.482500', '150229.942500', '150230.402500', '150230.862500', '150231.322500', '150231.782500', '150232.242500', '150232.702500', '150233.162500', '150233.622500', '150234.082500', '150234.542500', '150235.002500', '150235.462500', '150235.922500', '150236.382500', '150236.842500', '150237.302500', '150237.762500', '150238.222500', '150238.682500', '150239.142500', '150239.602500', '150240.062500', '150240.522500', '150240.982500', '150241.442500', '150241.902500', '150242.362500', '150242.822500', '150243.282500', '150243.742500', '150244.202500', '150244.662500', '150245.122500', '150245.582500', '150246.042500', '150246.502500', '150246.962500', '150247.422500', '150247.882500', '150248.342500', '150248.802500', '150249.262500', '150249.722500', '150250.182500', '150250.642500', '150251.102500', '150251.562500', '150252.022500', '150252.482500', '150252.942500', '150253.402500', '150253.862500', '150254.322500', '150254.782500', '150255.242500', '150255.702500', '150256.162500', '150256.622500', '150257.082500', '150257.542500', '150258.002500', '150258.462500', '150258.922500', '150259.382500', '150259.842500', '150300.302500', '150300.762500', '150301.222500', '150301.682500', '150302.142500', '150302.602500', '150303.062500', '150303.522500', '150303.982500', '150304.442500', '150304.902500', '150305.362500', '150305.822500', '150306.282500', '150306.742500', '150307.202500', '150307.662500', '150308.122500', '150308.582500', '150309.042500', '150309.502500', '150309.962500', '150310.422500', '150310.882500', '150311.342500', '150311.802500', '150312.262500', '150312.722500', '150313.182500', '150313.642500', '150314.102500', '150314.562500', '150315.022500', '150315.482500', '150315.942500', '150316.402500', '150316.862500', '150317.322500', '150317.782500', '150318.242500', '150318.702500', '150319.162500', '150319.622500', '150320.082500', '150320.542500', '150321.002500', '150321.462500', '150321.922500', '150322.382500', '150322.842500', '150323.302500', '150323.762500', '150324.222500', '150324.682500', '150325.142500', '150325.602500', '150326.062500', '150326.522500', '150326.982500', '150327.442500', '150327.902500', '150328.362500', '150328.822500', '150329.282500', '150329.742500', '150330.202500', '150330.662500', '150331.122500', '150331.582500', '150332.042500', '150332.502500', '150332.962500', '150333.422500', '150333.882500', '150334.342500', '150334.802500', '150335.262500', '150335.722500', '150336.182500', '150336.642500', '150337.102500', '150337.562500', '150338.022500', '150338.482500', '150338.942500', '150339.402500', '150339.862500', '150340.322500', '150340.782500', '150341.242500', '150341.702500', '150342.162500', '150342.622500', '150343.082500', '150343.542500', '150344.002500', '150344.462500', '150344.922500', '150345.382500', '150345.842500', '150346.302500', '150346.762500', '150347.222500', '150347.682500', '150348.142500', '150348.602500', '150349.062500', '150349.522500', '150349.982500', '150350.442500', '150350.902500', '150351.362500', '150351.822500', '150352.282500', '150352.742500', '150353.202500', '150353.662500', '150354.122500', '150354.582500', '150355.042500', '150355.502500', '150355.962500', '150356.422500', '150356.882500', '150357.342500', '150357.802500', '150358.262500', '150358.722500', '150359.182500', '150359.642500', '150400.102500', '150400.562500', '150401.022500', '150401.482500', '150401.942500', '150402.402500', '150402.862500', '150403.322500', '150403.782500', '150404.242500', '150404.702500', '150405.162500', '150405.622500', '150406.082500', '150406.542500', '150407.002500', '150407.462500', '150407.922500', '150408.382500', '150408.842500', '150409.302500', '150409.762500', '150410.222500', '150410.682500', '150411.142500', '150411.602500', '150412.062500', '150412.522500', '150412.982500', '150413.442500', '150413.902500', '150414.362500', '150414.822500', '150415.282500', '150415.742500', '150416.202500', '150416.662500', '150417.122500', '150417.582500', '150418.042500', '150418.502500', '150418.962500', '150419.422500', '150419.882500', '150420.342500', '150420.802500', '150421.262500', '150421.722500', '150422.182500', '150422.642500', '150423.102500', '150423.562500', '150424.022500', '150424.482500', '150424.942500', '150425.402500', '150425.862500', '150426.322500', '150426.782500', '150427.242500', '150427.702500', '150428.162500', '150428.622500', '150429.082500', '150429.542500', '150430.002500', '150430.462500', '150430.922500', '150431.382500', '150431.842500', '150432.302500', '150432.762500', '150433.222500', '150433.682500', '150434.142500', '150434.602500', '150435.062500', '150435.522500', '150435.982500', '150436.442500', '150436.902500', '150437.362500', '150437.822500', '150438.282500', '150438.742500', '150439.202500', '150439.662500', '150440.122500', '150440.582500', '150441.042500', '150441.502500', '150441.962500', '150442.422500', '150442.882500', '150443.342500', '150443.802500', '150444.262500', '150444.722500', '150445.182500', '150445.642500', '150446.102500', '150446.562500', '150447.022500', '150447.482500', '150447.942500', '150448.402500', '150448.862500', '150449.322500', '150449.782500', '150450.242500', '150450.702500', '150451.162500', '150451.622500', '150452.082500', '150452.542500', '150453.002500', '150453.462500', '150453.922500', '150454.382500', '150454.842500', '150455.302500', '150455.762500', '150456.222500', '150456.682500', '150457.142500', '150457.602500', '150458.062500', '150458.522500', '150458.982500', '150459.442500', '150459.902500', '150500.362500', '150500.822500', '150501.282500', '150501.742500', '150502.202500', '150502.662500', '150503.122500', '150503.582500', '150504.042500', '150504.502500', '150504.962500', '150505.422500', '150505.882500', '150506.342500', '150506.802500', '150507.262500', '150507.722500', '150508.182500', '150508.642500', '150509.102500', '150509.562500', '150510.022500', '150510.482500', '150510.942500', '150511.402500', '150511.862500', '150512.322500', '150512.782500', '150513.242500', '150513.702500', '150514.162500', '150514.622500', '150515.082500', '150515.542500', '150516.002500', '150516.462500', '150516.922500', '150517.382500', '150517.842500', '150518.302500', '150518.762500', '150519.222500', '150519.682500', '150520.142500', '150520.602500', '150521.062500', '150521.522500', '150521.982500', '150522.442500', '150522.902500', '150523.362500', '150523.822500', '150524.282500', '150524.742500', '150525.202500', '150525.662500', '150526.122500', '150526.582500', '150527.042500', '150527.502500', '150527.962500', '150528.422500', '150528.882500', '150529.342500', '150529.802500', '150530.262500', '150530.722500', '150531.182500', '150531.642500', '150532.102500', '150532.562500', '150533.022500', '150533.482500', '150533.942500', '150534.402500', '150534.862500', '150535.322500', '150535.782500', '150536.242500', '150536.702500', '150537.162500', '150537.622500', '150538.082500', '150538.542500', '150539.002500', '150539.462500', '150539.922500', '150540.382500', '150540.842500', '150541.302500', '150541.762500', '150542.222500', '150542.682500', '150543.142500', '150543.602500', '150544.062500', '150544.522500', '150544.982500', '150545.442500', '150545.902500', '150546.362500', '150546.822500', '150547.282500', '150547.742500', '150548.202500', '150548.662500', '150549.122500', '150549.582500', '150550.042500', '150550.502500', '150550.962500', '150551.422500', '150551.882500', '150552.342500', '150552.802500', '150553.262500', '150553.722500', '150554.182500', '150554.642500', '150555.102500', '150555.562500', '150556.022500', '150556.482500', '150556.942500', '150557.402500', '150557.862500', '150558.322500', '150558.782500', '150559.242500', '150559.702500', '150600.162500', '150600.622500', '150601.082500', '150601.542500', '150602.002500', '150602.462500', '150602.922500', '150603.382500', '150603.842500', '150604.302500', '150604.762500', '150605.222500', '150605.682500', '150606.142500', '150606.602500', '150607.062500', '150607.522500', '150607.982500', '150608.442500', '150608.902500', '150609.362500', '150609.822500', '150610.282500', '150610.742500', '150611.202500', '150611.662500', '150612.122500', '150612.582500', '150613.042500', '150613.502500', '150613.962500', '150614.422500', '150614.882500', '150615.342500', '150615.802500', '150616.262500', '150616.722500', '150617.182500', '150617.642500', '150618.102500', '150618.562500', '150619.022500', '150619.482500', '150619.942500', '150620.402500', '150620.862500', '150621.322500', '150621.782500', '150622.242500', '150622.702500', '150623.162500', '150623.622500', '150624.082500', '150624.542500', '150625.002500', '150625.462500', '150625.922500', '150626.382500', '150626.842500', '150627.302500', '150627.762500', '150628.222500', '150628.682500', '150629.142500', '150629.602500', '150630.062500', '150630.522500', '150630.982500', '150631.442500', '150631.902500', '150632.362500', '150632.822500', '150633.282500', '150633.742500', '150634.202500', '150634.662500', '150635.122500', '150635.582500', '150636.042500', '150636.502500', '150636.962500', '150637.422500', '150637.882500', '150638.342500', '150638.802500', '150639.262500', '150639.722500', '150640.182500', '150640.642500', '150641.102500', '150641.562500', '150642.022500', '150642.482500', '150642.942500', '150643.402500', '150643.862500', '150644.322500', '150644.782500', '150645.242500', '150645.702500', '150646.162500', '150646.622500', '150647.082500', '150647.542500', '150648.002500', '150648.462500', '150648.922500', '150649.382500', '150649.842500', '150650.302500', '150650.762500', '150651.222500', '150651.682500', '150652.142500', '150652.602500', '150653.062500', '150653.522500', '150653.982500', '150654.442500', '150654.902500', '150655.362500', '150655.822500', '150656.282500', '150656.742500', '150657.202500', '150657.662500', '150658.122500', '150658.582500', '150659.042500', '150659.502500', '150659.962500', '150700.422500', '150700.882500', '150701.342500', '150701.802500', '150702.262500', '150702.722500', '150703.182500', '150703.642500', '150704.102500', '150704.562500', '150705.022500', '150705.482500', '150705.942500', '150706.402500', '150706.862500', '150707.322500', '150707.782500', '150708.242500', '150708.702500', '150709.162500', '150709.622500', '150710.082500', '150710.542500', '150711.002500', '150711.462500', '150711.922500', '150712.382500', '150712.842500', '150713.302500', '150713.762500', '150714.222500', '150714.682500', '150715.142500', '150715.602500', '150716.062500', '150716.522500', '150716.982500', '150717.442500', '150717.902500', '150718.362500', '150718.822500', '150719.282500', '150719.742500', '150720.202500', '150720.662500', '150721.122500', '150721.582500', '150722.042500', '150722.502500', '150722.962500', '150723.422500', '150723.882500', '150724.342500', '150724.802500', '150725.262500', '150725.722500', '150726.182500', '150726.642500', '150727.102500', '150727.562500', '150728.022500', '150728.482500', '150728.942500', '150729.402500', '150729.862500', '150730.322500', '150730.782500', '150731.242500', '150731.702500', '150732.162500', '150732.622500', '150733.082500', '150733.542500', '150734.002500', '150734.462500', '150734.922500', '150735.382500', '150735.842500', '150736.302500', '150736.762500', '150737.222500', '150737.682500', '150738.142500', '150738.602500', '150739.062500', '150739.522500', '150739.982500', '150740.442500', '150740.902500', '150741.362500', '150741.822500', '150742.282500', '150742.742500', '150743.202500', '150743.662500', '150744.122500', '150744.582500', '150745.042500', '150745.502500', '150745.962500', '150746.422500', '150746.882500', '150747.342500', '150747.802500', '150748.262500', '150748.722500', '150749.182500', '150749.642500', '150750.102500', '150750.562500', '150751.022500', '150751.482500', '150751.942500', '150752.402500', '150752.862500', '150753.322500', '150753.782500', '150754.242500', '150754.702500', '150755.162500', '150755.622500', '150756.082500', '150756.542500', '150757.002500', '150757.462500', '150757.922500', '150758.382500', '150758.842500', '150759.302500', '150759.762500', '150800.222500', '150800.682500', '150801.142500', '150801.602500', '150802.062500', '150802.522500', '150802.982500', '150803.442500', '150803.902500', '150804.362500', '150804.822500', '150805.282500', '150805.742500', '150806.202500', '150806.662500', '150807.122500', '150807.582500', '150808.042500', '150808.502500', '150808.962500', '150809.422500', '150809.882500', '150810.342500', '150810.802500', '150811.262500', '150811.722500', '150812.182500', '150812.642500', '150813.102500', '150813.562500', '150814.022500', '150814.482500', '150814.942500', '150815.402500', '150815.862500', '150816.322500', '150816.782500', '150817.242500', '150817.702500', '150818.162500', '150818.622500', '150819.082500', '150819.542500', '150820.002500', '150820.462500', '150820.922500', '150821.382500', '150821.842500', '150822.302500', '150822.762500', '150823.222500', '150823.682500', '150824.142500', '150824.602500', '150825.062500', '150825.522500', '150825.982500', '150826.442500', '150826.902500', '150827.362500', '150827.822500', '150828.282500', '150828.742500', '150829.202500', '150829.662500', '150830.122500', '150830.582500', '150831.042500', '150831.502500', '150831.962500', '150832.422500', '150832.882500', '150833.342500', '150833.802500', '150834.262500', '150834.722500', '150835.182500', '150835.642500', '150836.102500', '150836.562500', '150837.022500', '150837.482500', '150837.942500', '150838.402500', '150838.862500', '150839.322500', '150839.782500', '150840.242500', '150840.702500', '150841.162500', '150841.622500', '150842.082500', '150842.542500', '150843.002500', '150843.462500', '150843.922500', '150844.382500', '150844.842500', '150845.302500', '150845.762500', '150846.222500', '150846.682500', '150847.142500', '150847.602500', '150848.062500', '150848.522500', '150848.982500', '150849.442500'], 'ContentTime': ['150237.728000', '150237.731000', '150237.734000', '150237.737000', '150237.739000', '150237.742000', '150237.744000', '150237.747000', '150237.750000', '150237.752000', '150237.755000', '150237.758000', '150237.761000', '150237.764000', '150237.767000', '150237.770000', '150237.772000', '150237.775000', '150237.778000', '150237.787000', '150237.789000', '150237.792000', '150237.795000', '150237.797000', '150237.800000', '150237.802000', '150237.805000', '150237.808000', '150237.810000', '150237.813000', '150237.816000', '150237.818000', '150237.821000', '150237.823000', '150237.826000', '150237.829000', '150237.831000', '150237.834000', '150237.837000', '150237.839000', '150237.842000', '150237.845000', '150237.847000', '150237.850000', '150237.852000', '150237.855000', '150237.858000', '150237.860000', '150237.863000', '150237.865000', '150237.876000', '150237.879000', '150237.881000', '150237.884000', '150237.887000', '150237.889000', '150237.892000', '150237.894000', '150237.897000', '150257.680000', '150257.683000', '150257.685000', '150257.688000', '150257.690000', '150257.693000', '150257.696000', '150257.698000', '150257.701000', '150257.703000', '150257.706000', '150257.709000', '150257.712000', '150257.714000', '150257.717000', '150257.719000', '150257.722000', '150257.725000', '150257.727000', '150257.730000', '150257.733000', '150257.735000', '150257.738000', '150257.740000', '150257.743000', '150257.746000', '150257.748000', '150257.751000', '150257.753000', '150257.756000', '150257.758000', '150257.761000', '150257.763000', '150257.766000', '150257.769000', '150257.771000', '150257.774000', '150257.776000', '150257.779000', '150257.781000', '150257.784000', '150257.787000', '150257.789000', '150257.792000', '150317.679000', '150317.682000', '150317.685000', '150317.688000', '150317.690000', '150317.693000', '150317.696000', '150317.698000', '150317.701000', '150317.703000', '150317.706000', '150317.708000', '150317.711000', '150317.714000', '150317.716000', '150317.719000', '150317.721000', '150317.724000', '150317.727000', '150317.729000', '150317.732000', '150317.734000', '150317.737000', '150317.739000', '150317.742000', '150317.745000', '150317.747000', '150317.750000', '150317.752000', '150317.755000', '150317.758000', '150317.761000', '150317.763000', '150317.766000', '150317.768000', '150317.771000', '150317.773000', '150317.776000', '150317.779000', '150317.781000', '150317.784000', '150317.787000', '150317.789000', '150337.679000', '150337.682000', '150337.685000', '150337.687000', '150337.690000', '150337.693000', '150337.695000', '150337.698000', '150337.700000', '150337.703000', '150337.707000', '150337.710000', '150337.713000', '150337.715000', '150337.721000', '150337.724000', '150337.726000', '150337.729000', '150337.732000', '150337.734000', '150337.737000', '150337.739000', '150337.742000', '150337.745000', '150337.747000', '150337.750000', '150337.753000', '150337.755000', '150337.758000', '150337.760000', '150337.763000', '150337.766000', '150337.768000', '150337.771000', '150337.773000', '150337.776000', '150337.778000', '150337.793000', '150337.795000', '150337.798000', '150337.800000', '150337.803000', '150337.805000', '150337.808000', '150357.680000', '150357.683000', '150357.685000', '150357.688000', '150357.691000', '150357.693000', '150357.696000', '150357.698000', '150357.701000', '150357.703000', '150357.706000', '150357.709000', '150357.711000', '150357.714000', '150357.716000', '150357.719000', '150357.721000', '150357.724000', '150357.727000', '150357.729000', '150357.732000', '150357.735000', '150357.737000', '150357.740000', '150357.742000', '150357.745000', '150357.747000', '150357.750000', '150357.753000', '150357.755000', '150357.758000', '150357.761000', '150357.763000', '150357.766000', '150357.769000', '150357.771000', '150357.774000', '150357.776000', '150357.779000', '150357.782000', '150357.784000', '150357.787000', '150357.789000', '150417.680000', '150417.682000', '150417.685000', '150417.688000', '150417.690000', '150417.693000', '150417.695000', '150417.698000', '150417.701000', '150417.703000', '150417.706000', '150417.709000', '150417.711000', '150417.714000', '150417.716000', '150417.719000', '150417.721000', '150417.725000', '150417.728000', '150417.730000', '150417.733000', '150417.736000', '150417.738000', '150417.741000', '150417.744000', '150417.746000', '150417.749000', '150417.751000', '150417.754000', '150417.757000', '150417.759000', '150417.762000', '150417.764000', '150417.767000', '150417.770000', '150417.772000', '150417.775000', '150417.778000', '150417.780000', '150417.783000', '150417.785000', '150417.788000', '150417.791000', '150417.793000', '150437.678000', '150437.681000', '150437.684000', '150437.687000', '150437.689000', '150437.692000', '150437.695000', '150437.698000', '150437.700000', '150437.703000', '150437.706000', '150437.708000', '150437.711000', '150437.714000', '150437.716000', '150437.719000', '150437.721000', '150437.724000', '150437.727000', '150437.729000', '150437.732000', '150437.735000', '150437.737000', '150437.740000', '150437.742000', '150437.745000', '150437.748000', '150437.750000', '150437.753000', '150437.755000', '150437.758000', '150437.761000', '150437.764000', '150437.766000', '150437.769000', '150437.772000', '150437.774000', '150437.777000', '150437.779000', '150437.782000', '150437.785000', '150437.787000', '150437.790000', '150457.679000', '150457.682000', '150457.684000', '150457.687000', '150457.690000', '150457.692000', '150457.695000', '150457.697000', '150457.700000', '150457.703000', '150457.705000', '150457.708000', '150457.711000', '150457.713000', '150457.716000', '150457.719000', '150457.721000', '150457.724000', '150457.726000', '150457.729000', '150457.732000', '150457.734000', '150457.737000', '150457.739000', '150457.744000', '150457.746000', '150457.749000', '150457.752000', '150457.754000', '150457.757000', '150457.759000', '150457.762000', '150457.765000', '150457.767000', '150457.770000', '150457.773000', '150457.775000', '150457.778000', '150457.781000', '150457.783000', '150457.786000', '150457.789000', '150457.791000', '150457.794000', '150517.680000', '150517.683000', '150517.686000', '150517.688000', '150517.691000', '150517.694000', '150517.696000', '150517.699000', '150517.702000', '150517.704000', '150517.707000', '150517.709000', '150517.712000', '150517.715000', '150517.717000', '150517.720000', '150517.723000', '150517.725000', '150517.728000', '150517.731000', '150517.733000', '150517.736000', '150517.739000', '150517.741000', '150517.744000', '150517.746000', '150517.749000', '150517.752000', '150517.754000', '150517.757000', '150517.760000', '150517.762000', '150517.792000', '150517.795000', '150517.797000', '150517.800000', '150517.803000', '150517.805000', '150517.808000', '150517.811000', '150517.813000', '150517.816000', '150517.819000', '150537.679000', '150537.682000', '150537.689000', '150537.692000', '150537.695000', '150537.697000', '150537.700000', '150537.702000', '150537.705000', '150537.708000', '150537.710000', '150537.713000', '150537.716000', '150537.718000', '150537.721000', '150537.723000', '150537.726000', '150537.729000', '150537.732000', '150537.734000', '150537.737000', '150537.740000', '150537.742000', '150537.745000', '150537.748000', '150537.750000', '150537.753000', '150537.756000', '150537.758000', '150537.761000', '150537.763000', '150537.766000', '150537.769000', '150537.772000', '150537.774000', '150537.777000', '150537.780000', '150537.782000', '150537.785000', '150537.787000', '150537.790000', '150537.793000', '150537.795000', '150537.798000', '150557.679000', '150557.683000', '150557.685000', '150557.688000', '150557.690000', '150557.693000', '150557.696000', '150557.698000', '150557.701000', '150557.704000', '150557.706000', '150557.709000', '150557.711000', '150557.714000', '150557.717000', '150557.719000', '150557.722000', '150557.725000', '150557.728000', '150557.730000', '150557.733000', '150557.736000', '150557.738000', '150557.741000', '150557.744000', '150557.746000', '150557.749000', '150557.752000', '150557.754000', '150557.757000', '150557.760000', '150557.762000', '150557.765000', '150557.768000', '150557.770000', '150557.773000', '150557.776000', '150557.778000', '150557.781000', '150557.784000', '150557.786000', '150557.789000', '150557.791000', '150617.680000', '150617.682000', '150617.685000', '150617.688000', '150617.690000', '150617.693000', '150617.696000', '150617.698000', '150617.701000', '150617.703000', '150617.706000', '150617.708000', '150617.711000', '150617.714000', '150617.716000', '150617.719000', '150617.721000', '150617.724000', '150617.727000', '150617.729000', '150617.732000', '150617.735000', '150617.737000', '150617.740000', '150617.743000', '150617.745000', '150617.748000', '150617.751000', '150617.753000', '150617.756000', '150617.759000', '150617.761000', '150617.764000', '150617.767000', '150617.769000', '150617.772000', '150617.774000', '150617.777000', '150617.780000', '150617.782000', '150617.785000', '150617.787000', '150617.790000', '150637.678000', '150637.681000', '150637.684000', '150637.686000', '150637.689000', '150637.692000', '150637.694000', '150637.697000', '150637.699000', '150637.702000', '150637.705000', '150637.707000', '150637.710000', '150637.712000', '150637.715000', '150637.718000', '150637.721000', '150637.723000', '150637.726000', '150637.728000', '150637.731000', '150637.734000', '150637.736000', '150637.739000', '150637.741000', '150637.744000', '150637.746000', '150637.749000', '150637.752000', '150637.754000', '150637.757000', '150637.759000', '150637.762000', '150637.765000', '150637.768000', '150637.770000', '150637.773000', '150637.776000', '150637.779000', '150637.781000', '150637.784000', '150637.786000', '150637.789000', '150637.792000', '150657.684000', '150657.687000', '150657.690000', '150657.693000', '150657.696000', '150657.698000', '150657.701000', '150657.719000', '150657.722000', '150657.724000', '150657.727000', '150657.730000', '150657.732000', '150657.735000', '150657.737000', '150657.740000', '150657.743000', '150657.745000', '150657.748000', '150657.751000', '150657.753000', '150657.756000', '150657.758000', '150657.761000', '150657.764000', '150657.766000', '150657.769000', '150657.772000', '150657.774000', '150657.777000', '150657.779000', '150657.782000', '150657.785000', '150657.789000', '150657.791000', '150657.794000', '150657.797000', '150657.800000', '150657.802000', '150657.805000', '150657.807000', '150657.810000', '150657.813000', '150717.679000', '150717.681000', '150717.684000', '150717.687000', '150717.690000', '150717.692000', '150717.695000', '150717.697000', '150717.700000', '150717.703000', '150717.705000', '150717.708000', '150717.711000', '150717.713000', '150717.716000', '150717.718000', '150717.721000', '150717.724000', '150717.726000', '150717.729000', '150717.731000', '150717.734000', '150717.736000', '150717.739000', '150717.741000', '150717.744000', '150717.747000', '150717.749000', '150717.752000', '150717.755000', '150717.758000', '150717.760000', '150717.763000', '150717.765000', '150717.768000', '150717.771000', '150717.774000', '150717.777000', '150717.779000', '150717.782000', '150717.785000', '150717.787000', '150717.790000', '150717.793000', '150737.680000', '150737.682000', '150737.685000', '150737.688000', '150737.691000', '150737.693000', '150737.698000', '150737.700000', '150737.703000', '150737.706000', '150737.708000', '150737.711000', '150737.715000', '150737.718000', '150737.721000', '150737.723000', '150737.726000', '150737.729000', '150737.732000', '150737.734000', '150737.737000', '150737.740000', '150737.742000', '150737.745000', '150737.747000', '150737.751000', '150737.753000', '150737.756000', '150737.759000', '150737.762000', '150737.764000', '150737.767000', '150737.770000', '150737.772000', '150737.775000', '150737.778000', '150737.780000', '150737.783000', '150737.786000', '150737.788000', '150737.791000', '150737.794000', '150737.796000', '150757.680000', '150757.682000', '150757.685000', '150757.688000', '150757.691000', '150757.694000', '150757.696000', '150757.699000', '150757.701000', '150757.704000', '150757.707000', '150757.709000', '150757.712000', '150757.715000', '150757.717000', '150757.720000', '150757.722000', '150757.725000', '150757.728000', '150757.730000', '150757.733000', '150757.735000', '150757.738000', '150757.741000', '150757.743000', '150757.746000', '150757.749000', '150757.751000', '150757.754000', '150757.756000', '150757.759000', '150757.762000', '150757.764000', '150757.767000', '150757.770000', '150757.772000', '150757.775000', '150757.778000', '150757.781000', '150757.783000', '150757.786000', '150757.789000', '150757.791000', '150757.794000', '150817.680000', '150817.683000', '150817.685000', '150817.688000', '150817.691000', '150817.694000', '150817.697000', '150817.700000', '150817.706000', '150817.708000', '150817.711000', '150817.736000', '150817.739000', '150817.742000', '150817.744000', '150817.747000', '150817.750000', '150817.752000', '150817.755000', '150817.757000', '150817.760000', '150817.763000', '150817.765000', '150817.768000', '150817.771000', '150817.773000', '150817.776000', '150817.779000', '150817.781000', '150817.784000', '150817.786000', '150817.789000', '150817.792000', '150817.794000', '150817.797000', '150817.800000', '150817.802000', '150817.805000', '150817.808000', '150817.810000', '150817.813000', '150817.816000', '150817.818000', '150837.679000', '150837.682000', '150837.685000', '150837.688000', '150837.690000', '150837.693000', '150837.696000', '150837.698000', '150837.701000', '150837.703000', '150837.706000', '150837.709000', '150837.711000', '150837.714000', '150837.717000', '150837.719000', '150837.722000', '150837.725000', '150837.727000', '150837.730000', '150837.732000', '150837.735000', '150837.738000', '150837.740000', '150837.743000', '150837.746000', '150837.748000', '150837.751000', '150837.754000', '150837.756000', '150837.759000', '150837.762000', '150837.764000', '150837.767000', '150837.769000', '150837.772000', '150837.775000', '150837.777000', '150837.780000', '150837.782000', '150837.785000', '150837.787000', '150837.790000', '150837.793000', '150851.268000', '150851.271000', '150851.274000', '150851.277000', '150851.279000', '150851.282000', '150851.285000', '150851.288000', '150851.291000', '150851.293000', '150851.296000', '150851.299000', '150851.302000', '150851.305000', '150851.308000', '150851.310000', '150851.314000', '150851.317000', '150851.320000', '150851.323000', '150851.326000', '150851.328000', '150851.331000', '150851.334000', '150851.337000', '150851.339000', '150851.342000', '150851.345000', '150851.348000', '150851.351000'], 'InstanceCreationTime': ['150237.728000', '150237.731000', '150237.734000', '150237.737000', '150237.739000', '150237.742000', '150237.744000', '150237.747000', '150237.750000', '150237.752000', '150237.755000', '150237.758000', '150237.761000', '150237.764000', '150237.767000', '150237.770000', '150237.772000', '150237.775000', '150237.778000', '150237.787000', '150237.789000', '150237.792000', '150237.795000', '150237.797000', '150237.800000', '150237.802000', '150237.805000', '150237.808000', '150237.810000', '150237.813000', '150237.816000', '150237.818000', '150237.821000', '150237.823000', '150237.826000', '150237.829000', '150237.831000', '150237.834000', '150237.837000', '150237.839000', '150237.842000', '150237.845000', '150237.847000', '150237.850000', '150237.852000', '150237.855000', '150237.858000', '150237.860000', '150237.863000', '150237.865000', '150237.876000', '150237.879000', '150237.881000', '150237.884000', '150237.887000', '150237.889000', '150237.892000', '150237.894000', '150237.897000', '150257.680000', '150257.683000', '150257.685000', '150257.688000', '150257.690000', '150257.693000', '150257.696000', '150257.698000', '150257.701000', '150257.703000', '150257.706000', '150257.709000', '150257.712000', '150257.714000', '150257.717000', '150257.719000', '150257.722000', '150257.725000', '150257.727000', '150257.730000', '150257.733000', '150257.735000', '150257.738000', '150257.740000', '150257.743000', '150257.746000', '150257.748000', '150257.751000', '150257.753000', '150257.756000', '150257.758000', '150257.761000', '150257.763000', '150257.766000', '150257.769000', '150257.771000', '150257.774000', '150257.776000', '150257.779000', '150257.781000', '150257.784000', '150257.787000', '150257.789000', '150257.792000', '150317.679000', '150317.682000', '150317.685000', '150317.688000', '150317.690000', '150317.693000', '150317.696000', '150317.698000', '150317.701000', '150317.703000', '150317.706000', '150317.708000', '150317.711000', '150317.714000', '150317.716000', '150317.719000', '150317.721000', '150317.724000', '150317.727000', '150317.729000', '150317.732000', '150317.734000', '150317.737000', '150317.739000', '150317.742000', '150317.745000', '150317.747000', '150317.750000', '150317.752000', '150317.755000', '150317.758000', '150317.761000', '150317.763000', '150317.766000', '150317.768000', '150317.771000', '150317.773000', '150317.776000', '150317.779000', '150317.781000', '150317.784000', '150317.787000', '150317.789000', '150337.679000', '150337.682000', '150337.685000', '150337.687000', '150337.690000', '150337.693000', '150337.695000', '150337.698000', '150337.700000', '150337.703000', '150337.707000', '150337.710000', '150337.713000', '150337.715000', '150337.721000', '150337.724000', '150337.726000', '150337.729000', '150337.732000', '150337.734000', '150337.737000', '150337.739000', '150337.742000', '150337.745000', '150337.747000', '150337.750000', '150337.753000', '150337.755000', '150337.758000', '150337.760000', '150337.763000', '150337.766000', '150337.768000', '150337.771000', '150337.773000', '150337.776000', '150337.778000', '150337.793000', '150337.795000', '150337.798000', '150337.800000', '150337.803000', '150337.805000', '150337.808000', '150357.680000', '150357.683000', '150357.685000', '150357.688000', '150357.691000', '150357.693000', '150357.696000', '150357.698000', '150357.701000', '150357.703000', '150357.706000', '150357.709000', '150357.711000', '150357.714000', '150357.716000', '150357.719000', '150357.721000', '150357.724000', '150357.727000', '150357.729000', '150357.732000', '150357.735000', '150357.737000', '150357.740000', '150357.742000', '150357.745000', '150357.747000', '150357.750000', '150357.753000', '150357.755000', '150357.758000', '150357.761000', '150357.763000', '150357.766000', '150357.769000', '150357.771000', '150357.774000', '150357.776000', '150357.779000', '150357.782000', '150357.784000', '150357.787000', '150357.789000', '150417.680000', '150417.682000', '150417.685000', '150417.688000', '150417.690000', '150417.693000', '150417.695000', '150417.698000', '150417.701000', '150417.703000', '150417.706000', '150417.709000', '150417.711000', '150417.714000', '150417.716000', '150417.719000', '150417.721000', '150417.725000', '150417.728000', '150417.730000', '150417.733000', '150417.736000', '150417.738000', '150417.741000', '150417.744000', '150417.746000', '150417.749000', '150417.751000', '150417.754000', '150417.757000', '150417.759000', '150417.762000', '150417.764000', '150417.767000', '150417.770000', '150417.772000', '150417.775000', '150417.778000', '150417.780000', '150417.783000', '150417.785000', '150417.788000', '150417.791000', '150417.793000', '150437.678000', '150437.681000', '150437.684000', '150437.687000', '150437.689000', '150437.692000', '150437.695000', '150437.698000', '150437.700000', '150437.703000', '150437.706000', '150437.708000', '150437.711000', '150437.714000', '150437.716000', '150437.719000', '150437.721000', '150437.724000', '150437.727000', '150437.729000', '150437.732000', '150437.735000', '150437.737000', '150437.740000', '150437.742000', '150437.745000', '150437.748000', '150437.750000', '150437.753000', '150437.755000', '150437.758000', '150437.761000', '150437.764000', '150437.766000', '150437.769000', '150437.772000', '150437.774000', '150437.777000', '150437.779000', '150437.782000', '150437.785000', '150437.787000', '150437.790000', '150457.679000', '150457.682000', '150457.684000', '150457.687000', '150457.690000', '150457.692000', '150457.695000', '150457.697000', '150457.700000', '150457.703000', '150457.705000', '150457.708000', '150457.711000', '150457.713000', '150457.716000', '150457.719000', '150457.721000', '150457.724000', '150457.726000', '150457.729000', '150457.732000', '150457.734000', '150457.737000', '150457.739000', '150457.744000', '150457.746000', '150457.749000', '150457.752000', '150457.754000', '150457.757000', '150457.759000', '150457.762000', '150457.765000', '150457.767000', '150457.770000', '150457.773000', '150457.775000', '150457.778000', '150457.781000', '150457.783000', '150457.786000', '150457.789000', '150457.791000', '150457.794000', '150517.680000', '150517.683000', '150517.686000', '150517.688000', '150517.691000', '150517.694000', '150517.696000', '150517.699000', '150517.702000', '150517.704000', '150517.707000', '150517.709000', '150517.712000', '150517.715000', '150517.717000', '150517.720000', '150517.723000', '150517.725000', '150517.728000', '150517.731000', '150517.733000', '150517.736000', '150517.739000', '150517.741000', '150517.744000', '150517.746000', '150517.749000', '150517.752000', '150517.754000', '150517.757000', '150517.760000', '150517.762000', '150517.792000', '150517.795000', '150517.797000', '150517.800000', '150517.803000', '150517.805000', '150517.808000', '150517.811000', '150517.813000', '150517.816000', '150517.819000', '150537.679000', '150537.682000', '150537.689000', '150537.692000', '150537.695000', '150537.697000', '150537.700000', '150537.702000', '150537.705000', '150537.708000', '150537.710000', '150537.713000', '150537.716000', '150537.718000', '150537.721000', '150537.723000', '150537.726000', '150537.729000', '150537.732000', '150537.734000', '150537.737000', '150537.740000', '150537.742000', '150537.745000', '150537.748000', '150537.750000', '150537.753000', '150537.756000', '150537.758000', '150537.761000', '150537.763000', '150537.766000', '150537.769000', '150537.772000', '150537.774000', '150537.777000', '150537.780000', '150537.782000', '150537.785000', '150537.787000', '150537.790000', '150537.793000', '150537.795000', '150537.798000', '150557.679000', '150557.683000', '150557.685000', '150557.688000', '150557.690000', '150557.693000', '150557.696000', '150557.698000', '150557.701000', '150557.704000', '150557.706000', '150557.709000', '150557.711000', '150557.714000', '150557.717000', '150557.719000', '150557.722000', '150557.725000', '150557.728000', '150557.730000', '150557.733000', '150557.736000', '150557.738000', '150557.741000', '150557.744000', '150557.746000', '150557.749000', '150557.752000', '150557.754000', '150557.757000', '150557.760000', '150557.762000', '150557.765000', '150557.768000', '150557.770000', '150557.773000', '150557.776000', '150557.778000', '150557.781000', '150557.784000', '150557.786000', '150557.789000', '150557.791000', '150617.680000', '150617.682000', '150617.685000', '150617.688000', '150617.690000', '150617.693000', '150617.696000', '150617.698000', '150617.701000', '150617.703000', '150617.706000', '150617.708000', '150617.711000', '150617.714000', '150617.716000', '150617.719000', '150617.721000', '150617.724000', '150617.727000', '150617.729000', '150617.732000', '150617.735000', '150617.737000', '150617.740000', '150617.743000', '150617.745000', '150617.748000', '150617.751000', '150617.753000', '150617.756000', '150617.759000', '150617.761000', '150617.764000', '150617.767000', '150617.769000', '150617.772000', '150617.774000', '150617.777000', '150617.780000', '150617.782000', '150617.785000', '150617.787000', '150617.790000', '150637.678000', '150637.681000', '150637.684000', '150637.686000', '150637.689000', '150637.692000', '150637.694000', '150637.697000', '150637.699000', '150637.702000', '150637.705000', '150637.707000', '150637.710000', '150637.712000', '150637.715000', '150637.718000', '150637.721000', '150637.723000', '150637.726000', '150637.728000', '150637.731000', '150637.734000', '150637.736000', '150637.739000', '150637.741000', '150637.744000', '150637.746000', '150637.749000', '150637.752000', '150637.754000', '150637.757000', '150637.759000', '150637.762000', '150637.765000', '150637.768000', '150637.770000', '150637.773000', '150637.776000', '150637.779000', '150637.781000', '150637.784000', '150637.786000', '150637.789000', '150637.792000', '150657.684000', '150657.687000', '150657.690000', '150657.693000', '150657.696000', '150657.698000', '150657.701000', '150657.719000', '150657.722000', '150657.724000', '150657.727000', '150657.730000', '150657.732000', '150657.735000', '150657.737000', '150657.740000', '150657.743000', '150657.745000', '150657.748000', '150657.751000', '150657.753000', '150657.756000', '150657.758000', '150657.761000', '150657.764000', '150657.766000', '150657.769000', '150657.772000', '150657.774000', '150657.777000', '150657.779000', '150657.782000', '150657.785000', '150657.789000', '150657.791000', '150657.794000', '150657.797000', '150657.800000', '150657.802000', '150657.805000', '150657.807000', '150657.810000', '150657.813000', '150717.679000', '150717.681000', '150717.684000', '150717.687000', '150717.690000', '150717.692000', '150717.695000', '150717.697000', '150717.700000', '150717.703000', '150717.705000', '150717.708000', '150717.711000', '150717.713000', '150717.716000', '150717.718000', '150717.721000', '150717.724000', '150717.726000', '150717.729000', '150717.731000', '150717.734000', '150717.736000', '150717.739000', '150717.741000', '150717.744000', '150717.747000', '150717.749000', '150717.752000', '150717.755000', '150717.758000', '150717.760000', '150717.763000', '150717.765000', '150717.768000', '150717.771000', '150717.774000', '150717.777000', '150717.779000', '150717.782000', '150717.785000', '150717.787000', '150717.790000', '150717.793000', '150737.680000', '150737.682000', '150737.685000', '150737.688000', '150737.691000', '150737.693000', '150737.698000', '150737.700000', '150737.703000', '150737.706000', '150737.708000', '150737.711000', '150737.715000', '150737.718000', '150737.721000', '150737.723000', '150737.726000', '150737.729000', '150737.732000', '150737.734000', '150737.737000', '150737.740000', '150737.742000', '150737.745000', '150737.747000', '150737.751000', '150737.753000', '150737.756000', '150737.759000', '150737.762000', '150737.764000', '150737.767000', '150737.770000', '150737.772000', '150737.775000', '150737.778000', '150737.780000', '150737.783000', '150737.786000', '150737.788000', '150737.791000', '150737.794000', '150737.796000', '150757.680000', '150757.682000', '150757.685000', '150757.688000', '150757.691000', '150757.694000', '150757.696000', '150757.699000', '150757.701000', '150757.704000', '150757.707000', '150757.709000', '150757.712000', '150757.715000', '150757.717000', '150757.720000', '150757.722000', '150757.725000', '150757.728000', '150757.730000', '150757.733000', '150757.735000', '150757.738000', '150757.741000', '150757.743000', '150757.746000', '150757.749000', '150757.751000', '150757.754000', '150757.756000', '150757.759000', '150757.762000', '150757.764000', '150757.767000', '150757.770000', '150757.772000', '150757.775000', '150757.778000', '150757.781000', '150757.783000', '150757.786000', '150757.789000', '150757.791000', '150757.794000', '150817.680000', '150817.683000', '150817.685000', '150817.688000', '150817.691000', '150817.694000', '150817.697000', '150817.700000', '150817.706000', '150817.708000', '150817.711000', '150817.736000', '150817.739000', '150817.742000', '150817.744000', '150817.747000', '150817.750000', '150817.752000', '150817.755000', '150817.757000', '150817.760000', '150817.763000', '150817.765000', '150817.768000', '150817.771000', '150817.773000', '150817.776000', '150817.779000', '150817.781000', '150817.784000', '150817.786000', '150817.789000', '150817.792000', '150817.794000', '150817.797000', '150817.800000', '150817.802000', '150817.805000', '150817.808000', '150817.810000', '150817.813000', '150817.816000', '150817.818000', '150837.679000', '150837.682000', '150837.685000', '150837.688000', '150837.690000', '150837.693000', '150837.696000', '150837.698000', '150837.701000', '150837.703000', '150837.706000', '150837.709000', '150837.711000', '150837.714000', '150837.717000', '150837.719000', '150837.722000', '150837.725000', '150837.727000', '150837.730000', '150837.732000', '150837.735000', '150837.738000', '150837.740000', '150837.743000', '150837.746000', '150837.748000', '150837.751000', '150837.754000', '150837.756000', '150837.759000', '150837.762000', '150837.764000', '150837.767000', '150837.769000', '150837.772000', '150837.775000', '150837.777000', '150837.780000', '150837.782000', '150837.785000', '150837.787000', '150837.790000', '150837.793000', '150851.268000', '150851.271000', '150851.274000', '150851.277000', '150851.279000', '150851.282000', '150851.285000', '150851.288000', '150851.291000', '150851.293000', '150851.296000', '150851.299000', '150851.302000', '150851.305000', '150851.308000', '150851.310000', '150851.314000', '150851.317000', '150851.320000', '150851.323000', '150851.326000', '150851.328000', '150851.331000', '150851.334000', '150851.337000', '150851.339000', '150851.342000', '150851.345000', '150851.348000', '150851.351000'], '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': [15060, 10968, 8642, 8263, 6926, 9220, 7081, 9909, 7087, 11775, 7715, 6755, 7243, 6978, 8105, 6999, 8607, 6833, 8853, 7049, 6605, 6738, 6651, 7530, 7023, 8713, 6749, 9201, 6802, 6869, 6860, 6935, 8172, 6621, 8626, 6838, 8517, 6782, 6798, 7297, 9529, 7238, 9996, 7098, 8661, 6711, 8325, 6920, 8496, 6745, 8766, 7065, 7940, 7170, 6831, 6731, 6765, 7118, 6890, 7677, 6574, 8322, 6854, 8524, 6960, 10258, 7021, 10367, 7084, 9373, 6976, 9054, 6648, 8446, 6784, 8851, 6511, 8408, 6653, 8298, 6732, 8138, 6710, 8533, 6785, 8325, 6735, 7628, 6798, 7876, 6943, 7638, 7137, 7321, 7097, 6906, 7559, 6638, 7827, 7196, 6697, 8918, 6916, 10045, 7871, 6770, 10252, 6754, 11080, 7079, 12419, 7979, 10682, 7297, 7114, 6834, 7343, 7079, 9865, 7120, 7040, 7121, 6756, 7804, 6961, 8595, 6838, 9599, 6675, 7049, 7817, 6936, 9347, 6942, 11810, 7260, 7859, 7026, 7118, 7501, 10787, 7679, 6975, 8205, 6808, 8904, 7046, 7269, 7410, 6996, 9447, 6692, 8611, 6889, 7602, 7589, 7045, 8621, 6888, 8911, 6807, 9732, 6733, 10231, 7284, 6793, 7383, 6487, 8803, 6680, 9214, 6645, 7972, 7251, 6727, 8235, 6564, 9353, 6642, 10470, 6953, 7107, 6926, 6658, 7793, 6979, 8720, 6756, 9204, 6668, 8742, 6967, 9233, 6929, 9874, 7073, 6959, 7084, 6883, 7083, 8356, 6971, 9408, 6864, 6939, 6863, 6874, 7729, 7063, 8526, 6884, 9044, 6877, 8884, 6811, 9705, 7042, 9294, 6887, 9787, 6963, 8215, 6985, 6927, 7143, 7416, 7078, 6809, 7739, 6659, 8347, 7286, 7467, 11856, 7814, 8459, 6769, 9559, 6904, 9493, 6637, 8914, 6845, 8109, 7161, 7099, 6744, 7308, 7455, 6923, 9231, 6694, 8859, 6909, 9345, 6902, 9180, 6911, 10814, 6950, 8000, 6882, 7823, 7139, 7789, 7184, 8881, 6919, 7644, 6782, 8380, 6839, 8746, 7058, 8289, 6773, 8751, 7043, 8719, 6768, 8430, 7014, 6933, 7421, 7199, 6789, 8553, 7231, 7805, 7654, 6818, 8150, 7441, 7041, 6898, 6881, 8870, 6797, 8887, 7028, 9693, 6791, 8751, 7228, 10415, 6496, 8958, 6811, 8243, 6740, 8880, 6938, 7099, 7181, 6841, 8085, 6625, 8455, 7779, 9440, 6678, 8397, 6717, 8636, 6817, 8506, 6773, 9570, 6758, 8008, 6951, 7847, 6831, 9105, 7178, 6990, 7335, 7042, 7642, 6846, 8803, 7091, 9864, 6936, 8747, 7161, 7506, 7172, 8869, 7222, 7903, 7398, 6893, 8154, 7158, 8739, 6928, 9242, 6712, 9295, 7037, 6928, 6845, 6904, 6901, 7802, 6992, 7302, 7619, 6901, 8529, 7069, 9172, 7213, 7746, 7184, 7242, 7414, 6926, 8820, 7150, 8918, 8395, 10204, 6989, 7147, 7178, 7888, 6993, 8358, 6960, 8896, 7105, 8172, 6922, 9046, 6771, 9289, 7223, 7103, 7019, 7120, 8092, 6774, 8958, 6902, 9493, 6883, 8678, 7107, 7796, 7005, 8993, 7192, 7022, 7182, 7133, 8046, 6826, 7464, 9890, 7731, 6924, 7384, 6935, 8696, 6732, 9406, 7157, 9372, 6875, 7020, 7202, 6871, 6854, 8286, 7005, 7063, 7190, 7002, 8229, 7083, 8985, 6873, 8292, 7379, 6851, 7451, 7043, 7844, 6704, 10560, 6840, 9283, 6835, 8959, 7087, 9717, 6964, 10040, 6971, 6806, 6890, 7163, 8470, 6906, 8840, 6884, 8244, 6971, 6894, 7023, 7132, 7711, 7082, 9731, 7047, 9104, 6912, 8695, 7236, 8480, 7622, 7020, 7681, 7062, 8632, 7150, 9461, 7218, 8027, 7666, 7109, 7345, 7047, 8357, 6956, 9444, 7180, 7431, 6846, 6701, 7523, 6788, 9301, 6840, 10955, 6863, 7003, 6827, 6922, 8826, 6974, 11000, 6760, 9417, 6847, 8863, 6943, 7653, 7431, 7012, 8101, 6885, 9010, 6996, 9422, 7220, 8039, 7039, 6994, 7684, 6748, 8452, 6869, 9970, 6908, 8777, 6958, 8954, 6778, 8852, 7156, 7207, 7567, 6898, 8629, 7004, 9015, 7346, 7202, 8762, 6677, 9024, 7043, 9215, 7294, 7676, 8224, 7164, 8709, 6909, 7561, 6942, 8917, 7306, 6953, 7227, 7023, 8266, 7203, 9048, 7162, 6770, 7991, 6671, 8943, 6863, 8090, 7118, 6997, 10052, 6809, 8540, 7205, 7011, 8550, 6658, 11058, 7682, 7167, 7177, 6960, 8440, 7024, 10500, 7366, 6809, 6895, 6637, 9501, 7174, 6844, 7910, 6965, 8178, 8591, 6816, 9500, 7143, 7145, 8590, 7049, 11082, 7405, 9645, 7118, 7257, 7244, 7166, 7745, 6941, 10012, 7104, 8562, 7064, 7154, 7225, 7016, 9294, 6897, 8358, 7238, 7055, 7840, 6999, 9167, 7080, 10473, 6957, 8985, 7114, 9176, 7044, 10099, 7111, 6819, 6984, 7119, 8343, 6816, 9200, 7014, 9081, 7070, 7005, 6933, 6961, 7979, 6820, 9692, 6994, 6907, 6917, 7160, 8256, 7183, 8950, 8043, 10932, 6847, 9023, 6879, 9707, 6788, 8922, 6919, 10015, 6914, 8086, 6782, 8403, 6824, 9400, 7323, 7124, 6964, 6844, 8441, 6826, 8793, 6832, 9578, 6950, 8509, 6780, 8247, 6860, 8666, 7030, 9138, 6940, 6713, 7163, 7069, 7560, 6944, 8724, 6972, 9795, 7121, 6992, 7113, 7082, 8084, 9419, 9044, 6757, 7745, 6698, 8689, 6895, 9162, 7026, 11523, 6909, 6651, 7013, 6757, 8950, 7002, 10401, 7280, 6792, 7232, 6806, 8553, 6908, 9696, 7208, 11420, 7563, 7289, 7049, 6927, 7284, 7009, 9753, 6961, 7333, 6869, 6897, 7012, 6679, 8805, 7073, 9370, 6785, 7034, 6949, 7070, 8706, 6993, 9778, 6996, 7249, 7036, 7089, 7584, 7072, 10301, 7134, 9169, 6914, 8714, 7129, 7542, 7012, 7065, 9285, 7036, 8864, 7023, 9289, 7056, 9461, 6835, 10675, 7111, 8127, 6787, 6892, 7013, 7152, 6986, 6970, 7747, 7073, 8269, 7240, 8898, 6939, 9012, 7077, 8508, 6929, 7058, 7011, 6833, 6782, 6934, 6968, 7067, 7290, 7104, 8783, 7009, 8790, 6937, 9612, 6987, 8173, 7051, 8456, 6934, 9422, 6976, 7174, 6827, 7274, 7802, 9173, 7269, 13704, 8617, 10680, 6962, 8254, 7031, 7628, 6844, 9615, 6815, 6953, 6719, 7084, 7081, 7184, 7345, 7671, 6923, 7057, 6915, 7012, 7342, 7238, 8111, 6865, 9267, 6891, 8833, 6793, 9027, 6823, 9722, 7191, 8909, 7278, 6823, 7614, 6856, 9297], 'WindowCenter': [4075.0, 4028.0, 3989.0, 3965.0, 3943.0, 3970.0, 3942.0, 3971.0, 3942.0, 3991.0, 3951.0, 3929.0, 3938.0, 3938.0, 3949.0, 3928.0, 3958.0, 3941.0, 3970.0, 3952.0, 3941.0, 3940.0, 3940.0, 3951.0, 3952.0, 3973.0, 3943.0, 3984.0, 3955.0, 3943.0, 3943.0, 3955.0, 3987.0, 3967.0, 3987.0, 3955.0, 3974.0, 3955.0, 3954.0, 3966.0, 3985.0, 3965.0, 3995.0, 3954.0, 3973.0, 3954.0, 3971.0, 3954.0, 3972.0, 3955.0, 3985.0, 3956.0, 3975.0, 3954.0, 3954.0, 3954.0, 3955.0, 3965.0, 3967.0, 3977.0, 3957.0, 3987.0, 3968.0, 3986.0, 3968.0, 4008.0, 3968.0, 4008.0, 3966.0, 3986.0, 3965.0, 3986.0, 3955.0, 3974.0, 3955.0, 3985.0, 3945.0, 3974.0, 3955.0, 3975.0, 3955.0, 3973.0, 3955.0, 3985.0, 3955.0, 3987.0, 3956.0, 3976.0, 3956.0, 3974.0, 3966.0, 3976.0, 3967.0, 3976.0, 3969.0, 3978.0, 3990.0, 3982.0, 3992.0, 3982.0, 3982.0, 4011.0, 3994.0, 4024.0, 3990.0, 3970.0, 4011.0, 3969.0, 4009.0, 3968.0, 4018.0, 3977.0, 4007.0, 3966.0, 3954.0, 3954.0, 3963.0, 3967.0, 3997.0, 3955.0, 3954.0, 3955.0, 3954.0, 3964.0, 3965.0, 3986.0, 3957.0, 3996.0, 3968.0, 3967.0, 3976.0, 3967.0, 4011.0, 3965.0, 4019.0, 3968.0, 3977.0, 3967.0, 3965.0, 3978.0, 4007.0, 3966.0, 3966.0, 3973.0, 3956.0, 3986.0, 3965.0, 3976.0, 3978.0, 3967.0, 3998.0, 3956.0, 3986.0, 3967.0, 3977.0, 3979.0, 3966.0, 3988.0, 3965.0, 3987.0, 3957.0, 3995.0, 3956.0, 4006.0, 3966.0, 3954.0, 3963.0, 3956.0, 3984.0, 3956.0, 3994.0, 3954.0, 3975.0, 3966.0, 3955.0, 3986.0, 3955.0, 3995.0, 3955.0, 3994.0, 3954.0, 3953.0, 3955.0, 3952.0, 3965.0, 3965.0, 3985.0, 3953.0, 3984.0, 3955.0, 3973.0, 3955.0, 3984.0, 3966.0, 3994.0, 3954.0, 3953.0, 3954.0, 3951.0, 3954.0, 3972.0, 3966.0, 3983.0, 3954.0, 3953.0, 3953.0, 3953.0, 3974.0, 3965.0, 3986.0, 3966.0, 3997.0, 3966.0, 3986.0, 3955.0, 3994.0, 3965.0, 3996.0, 3954.0, 3997.0, 3966.0, 3973.0, 3965.0, 3965.0, 3966.0, 3977.0, 3966.0, 3956.0, 3977.0, 3956.0, 3987.0, 3964.0, 3978.0, 4017.0, 3974.0, 3974.0, 3954.0, 3982.0, 3954.0, 3983.0, 3954.0, 3983.0, 3953.0, 3963.0, 3953.0, 3952.0, 3953.0, 3965.0, 3976.0, 3966.0, 3996.0, 3955.0, 3985.0, 3964.0, 3994.0, 3965.0, 3996.0, 3953.0, 4006.0, 3951.0, 3961.0, 3952.0, 3963.0, 3952.0, 3964.0, 3953.0, 3984.0, 3951.0, 3963.0, 3952.0, 3972.0, 3953.0, 3984.0, 3953.0, 3974.0, 3953.0, 3982.0, 3965.0, 3983.0, 3954.0, 3974.0, 3965.0, 3952.0, 3962.0, 3952.0, 3954.0, 3985.0, 3965.0, 3976.0, 3977.0, 3954.0, 3976.0, 3976.0, 3964.0, 3967.0, 3964.0, 3996.0, 3966.0, 3986.0, 3965.0, 4007.0, 3954.0, 3983.0, 3963.0, 3996.0, 3943.0, 3984.0, 3954.0, 3973.0, 3966.0, 3984.0, 3964.0, 3964.0, 3964.0, 3952.0, 3973.0, 3953.0, 3985.0, 3962.0, 3993.0, 3952.0, 3972.0, 3952.0, 3973.0, 3952.0, 3982.0, 3950.0, 3984.0, 3941.0, 3961.0, 3950.0, 3961.0, 3951.0, 3984.0, 3964.0, 3965.0, 3964.0, 3964.0, 3964.0, 3954.0, 3995.0, 3965.0, 3995.0, 3964.0, 3984.0, 3964.0, 3962.0, 3963.0, 3984.0, 3965.0, 3973.0, 3963.0, 3953.0, 3971.0, 3952.0, 3984.0, 3963.0, 3995.0, 3954.0, 3984.0, 3961.0, 3963.0, 3954.0, 3953.0, 3963.0, 3974.0, 3953.0, 3963.0, 3973.0, 3965.0, 3983.0, 3976.0, 4007.0, 3976.0, 3974.0, 3965.0, 3964.0, 3965.0, 3963.0, 3996.0, 3963.0, 3995.0, 3974.0, 3995.0, 3953.0, 3951.0, 3951.0, 3972.0, 3964.0, 3984.0, 3962.0, 3984.0, 3964.0, 3984.0, 3965.0, 3985.0, 3964.0, 3995.0, 3965.0, 3965.0, 3962.0, 3963.0, 3973.0, 3953.0, 3995.0, 3963.0, 3995.0, 3966.0, 3983.0, 3966.0, 3973.0, 3977.0, 3997.0, 3966.0, 3966.0, 3965.0, 3962.0, 3974.0, 3953.0, 3976.0, 3994.0, 3963.0, 3952.0, 3962.0, 3964.0, 3984.0, 3953.0, 3995.0, 3965.0, 3996.0, 3955.0, 3963.0, 3965.0, 3955.0, 3964.0, 3985.0, 3964.0, 3966.0, 3964.0, 3965.0, 3987.0, 3979.0, 3997.0, 3968.0, 3986.0, 3976.0, 3955.0, 3976.0, 3964.0, 3987.0, 3966.0, 4006.0, 3954.0, 3993.0, 3955.0, 3984.0, 3965.0, 3993.0, 3966.0, 3995.0, 3954.0, 3951.0, 3963.0, 3964.0, 3984.0, 3964.0, 3996.0, 3966.0, 3984.0, 3963.0, 3964.0, 3964.0, 3966.0, 3975.0, 3965.0, 3994.0, 3965.0, 3983.0, 3964.0, 3984.0, 3976.0, 3983.0, 3974.0, 3953.0, 3974.0, 3964.0, 3983.0, 3965.0, 3996.0, 3976.0, 3973.0, 3974.0, 3954.0, 3963.0, 3964.0, 3985.0, 3963.0, 3994.0, 3966.0, 3962.0, 3954.0, 3952.0, 3976.0, 3954.0, 4010.0, 3956.0, 4006.0, 3955.0, 3964.0, 3954.0, 3966.0, 3997.0, 3966.0, 4007.0, 3967.0, 3994.0, 3953.0, 3984.0, 3966.0, 3973.0, 3965.0, 3964.0, 3975.0, 3962.0, 3984.0, 3965.0, 3994.0, 3974.0, 3975.0, 3964.0, 3964.0, 3974.0, 3955.0, 3986.0, 3952.0, 3994.0, 3954.0, 3971.0, 3962.0, 3981.0, 3955.0, 3984.0, 3963.0, 3962.0, 3974.0, 3963.0, 3983.0, 3964.0, 3996.0, 3977.0, 3964.0, 3984.0, 3952.0, 3982.0, 3968.0, 3995.0, 3965.0, 3964.0, 3974.0, 3954.0, 3984.0, 3965.0, 3973.0, 3966.0, 3985.0, 3965.0, 3965.0, 3963.0, 3964.0, 3985.0, 3975.0, 3997.0, 3977.0, 3955.0, 3974.0, 3955.0, 3997.0, 3967.0, 3976.0, 3964.0, 3964.0, 4006.0, 3956.0, 3985.0, 3965.0, 3965.0, 3988.0, 3955.0, 4006.0, 3974.0, 3953.0, 3952.0, 3962.0, 3987.0, 3964.0, 4006.0, 3966.0, 3954.0, 3965.0, 3967.0, 4008.0, 3967.0, 3967.0, 3985.0, 3968.0, 3986.0, 3986.0, 3966.0, 3997.0, 3966.0, 3966.0, 3984.0, 3967.0, 4008.0, 3967.0, 3995.0, 3966.0, 3964.0, 3963.0, 3963.0, 3976.0, 3964.0, 3995.0, 3964.0, 3983.0, 3965.0, 3964.0, 3976.0, 3966.0, 3997.0, 3965.0, 3986.0, 3967.0, 3966.0, 3977.0, 3967.0, 3998.0, 3966.0, 4007.0, 3965.0, 3984.0, 3967.0, 3985.0, 3965.0, 3995.0, 3963.0, 3956.0, 3965.0, 3966.0, 3986.0, 3967.0, 3997.0, 3965.0, 3987.0, 3966.0, 3964.0, 3966.0, 3966.0, 3986.0, 3956.0, 3997.0, 3967.0, 3967.0, 3967.0, 3967.0, 3988.0, 3968.0, 3997.0, 3975.0, 4007.0, 3955.0, 3984.0, 3953.0, 3994.0, 3953.0, 3985.0, 3953.0, 3984.0, 3953.0, 3971.0, 3953.0, 3972.0, 3956.0, 3994.0, 3964.0, 3964.0, 3963.0, 3954.0, 3975.0, 3952.0, 3986.0, 3954.0, 3985.0, 3953.0, 3972.0, 3942.0, 3972.0, 3952.0, 3984.0, 3964.0, 3984.0, 3964.0, 3952.0, 3966.0, 3964.0, 3976.0, 3978.0, 3986.0, 3967.0, 4007.0, 3965.0, 3966.0, 3965.0, 3964.0, 3988.0, 3994.0, 3985.0, 3952.0, 3963.0, 3952.0, 3973.0, 3952.0, 3982.0, 3952.0, 4003.0, 3954.0, 3953.0, 3954.0, 3951.0, 3985.0, 3965.0, 3994.0, 3965.0, 3952.0, 3963.0, 3951.0, 3973.0, 3965.0, 3994.0, 3963.0, 4005.0, 3977.0, 3963.0, 3964.0, 3963.0, 3974.0, 3964.0, 3994.0, 3962.0, 3963.0, 3965.0, 3964.0, 3977.0, 3953.0, 3997.0, 3966.0, 3995.0, 3955.0, 3965.0, 3966.0, 3965.0, 3986.0, 3966.0, 4007.0, 3966.0, 3977.0, 3965.0, 3964.0, 3976.0, 3965.0, 3995.0, 3965.0, 3993.0, 3964.0, 3973.0, 3964.0, 3974.0, 3964.0, 3962.0, 3995.0, 3964.0, 3984.0, 3963.0, 3982.0, 3963.0, 3993.0, 3952.0, 3992.0, 3952.0, 3961.0, 3952.0, 3952.0, 3953.0, 3962.0, 3964.0, 3963.0, 3974.0, 3964.0, 3984.0, 3975.0, 3984.0, 3964.0, 3995.0, 3963.0, 3983.0, 3964.0, 3963.0, 3964.0, 3952.0, 3965.0, 3977.0, 3977.0, 3977.0, 3977.0, 3977.0, 3997.0, 3967.0, 3999.0, 3977.0, 3997.0, 3966.0, 3985.0, 3966.0, 3985.0, 3967.0, 3995.0, 3964.0, 3966.0, 3965.0, 3975.0, 3976.0, 3995.0, 3975.0, 4025.0, 3984.0, 4003.0, 3963.0, 3972.0, 3964.0, 3962.0, 3954.0, 3995.0, 3954.0, 3963.0, 3953.0, 3963.0, 3965.0, 3964.0, 3977.0, 3986.0, 3965.0, 3964.0, 3964.0, 3964.0, 3974.0, 3975.0, 3986.0, 3964.0, 3993.0, 3966.0, 3995.0, 3965.0, 3984.0, 3966.0, 3995.0, 3976.0, 3997.0, 3977.0, 3965.0, 3974.0, 3966.0, 3996.0], 'WindowWidth': [9059.0, 8978.0, 8908.0, 8867.0, 8832.0, 8864.0, 8826.0, 8864.0, 8828.0, 8891.0, 8837.0, 8803.0, 8814.0, 8815.0, 8829.0, 8801.0, 8843.0, 8825.0, 8862.0, 8841.0, 8823.0, 8822.0, 8824.0, 8839.0, 8842.0, 8871.0, 8832.0, 8888.0, 8850.0, 8831.0, 8834.0, 8849.0, 8900.0, 8872.0, 8898.0, 8851.0, 8876.0, 8853.0, 8849.0, 8868.0, 8889.0, 8866.0, 8905.0, 8850.0, 8872.0, 8848.0, 8867.0, 8849.0, 8870.0, 8853.0, 8891.0, 8855.0, 8877.0, 8851.0, 8849.0, 8850.0, 8853.0, 8866.0, 8873.0, 8887.0, 8859.0, 8899.0, 8876.0, 8897.0, 8876.0, 8926.0, 8875.0, 8928.0, 8869.0, 8895.0, 8867.0, 8893.0, 8853.0, 8876.0, 8852.0, 8893.0, 8841.0, 8876.0, 8854.0, 8878.0, 8852.0, 8874.0, 8854.0, 8893.0, 8856.0, 8899.0, 8858.0, 8881.0, 8856.0, 8877.0, 8871.0, 8885.0, 8875.0, 8885.0, 8880.0, 8891.0, 8909.0, 8904.0, 8916.0, 8903.0, 8902.0, 8940.0, 8921.0, 8962.0, 8912.0, 8884.0, 8939.0, 8879.0, 8932.0, 8875.0, 8943.0, 8885.0, 8925.0, 8868.0, 8850.0, 8849.0, 8860.0, 8873.0, 8912.0, 8853.0, 8850.0, 8851.0, 8850.0, 8864.0, 8868.0, 8898.0, 8858.0, 8910.0, 8874.0, 8873.0, 8883.0, 8875.0, 8938.0, 8870.0, 8944.0, 8874.0, 8885.0, 8872.0, 8866.0, 8890.0, 8925.0, 8869.0, 8870.0, 8875.0, 8856.0, 8895.0, 8868.0, 8886.0, 8890.0, 8873.0, 8915.0, 8857.0, 8897.0, 8874.0, 8885.0, 8892.0, 8870.0, 8902.0, 8867.0, 8897.0, 8858.0, 8907.0, 8858.0, 8924.0, 8870.0, 8849.0, 8861.0, 8857.0, 8892.0, 8856.0, 8905.0, 8852.0, 8879.0, 8869.0, 8854.0, 8896.0, 8853.0, 8909.0, 8854.0, 8904.0, 8852.0, 8848.0, 8851.0, 8845.0, 8865.0, 8867.0, 8892.0, 8846.0, 8889.0, 8851.0, 8873.0, 8852.0, 8888.0, 8869.0, 8903.0, 8851.0, 8847.0, 8848.0, 8840.0, 8849.0, 8871.0, 8869.0, 8886.0, 8850.0, 8846.0, 8848.0, 8848.0, 8877.0, 8869.0, 8897.0, 8870.0, 8911.0, 8870.0, 8897.0, 8856.0, 8905.0, 8869.0, 8909.0, 8850.0, 8910.0, 8867.0, 8874.0, 8866.0, 8867.0, 8872.0, 8887.0, 8871.0, 8858.0, 8885.0, 8858.0, 8899.0, 8865.0, 8889.0, 8938.0, 8878.0, 8876.0, 8850.0, 8885.0, 8848.0, 8886.0, 8850.0, 8887.0, 8849.0, 8858.0, 8847.0, 8845.0, 8849.0, 8868.0, 8883.0, 8870.0, 8912.0, 8854.0, 8893.0, 8865.0, 8905.0, 8866.0, 8908.0, 8847.0, 8920.0, 8841.0, 8854.0, 8842.0, 8857.0, 8845.0, 8862.0, 8846.0, 8888.0, 8842.0, 8861.0, 8844.0, 8871.0, 8849.0, 8891.0, 8846.0, 8875.0, 8848.0, 8885.0, 8867.0, 8889.0, 8853.0, 8877.0, 8867.0, 8845.0, 8860.0, 8844.0, 8850.0, 8893.0, 8868.0, 8885.0, 8885.0, 8853.0, 8882.0, 8884.0, 8865.0, 8873.0, 8865.0, 8911.0, 8870.0, 8895.0, 8867.0, 8928.0, 8850.0, 8889.0, 8860.0, 8909.0, 8835.0, 8887.0, 8849.0, 8873.0, 8870.0, 8890.0, 8864.0, 8864.0, 8865.0, 8847.0, 8875.0, 8850.0, 8894.0, 8860.0, 8901.0, 8845.0, 8871.0, 8846.0, 8873.0, 8847.0, 8884.0, 8841.0, 8889.0, 8828.0, 8855.0, 8840.0, 8854.0, 8844.0, 8892.0, 8865.0, 8869.0, 8864.0, 8864.0, 8862.0, 8852.0, 8910.0, 8870.0, 8906.0, 8866.0, 8891.0, 8864.0, 8858.0, 8862.0, 8890.0, 8868.0, 8873.0, 8860.0, 8847.0, 8870.0, 8846.0, 8889.0, 8863.0, 8909.0, 8854.0, 8891.0, 8858.0, 8861.0, 8852.0, 8847.0, 8865.0, 8878.0, 8847.0, 8863.0, 8875.0, 8868.0, 8889.0, 8885.0, 8928.0, 8887.0, 8881.0, 8868.0, 8866.0, 8867.0, 8862.0, 8908.0, 8865.0, 8908.0, 8877.0, 8908.0, 8847.0, 8843.0, 8844.0, 8872.0, 8865.0, 8891.0, 8861.0, 8891.0, 8867.0, 8892.0, 8869.0, 8894.0, 8869.0, 8908.0, 8867.0, 8867.0, 8860.0, 8863.0, 8875.0, 8851.0, 8909.0, 8863.0, 8908.0, 8870.0, 8889.0, 8871.0, 8879.0, 8890.0, 8914.0, 8871.0, 8870.0, 8867.0, 8861.0, 8879.0, 8848.0, 8883.0, 8906.0, 8862.0, 8847.0, 8859.0, 8864.0, 8890.0, 8850.0, 8909.0, 8869.0, 8908.0, 8856.0, 8863.0, 8867.0, 8853.0, 8868.0, 8895.0, 8867.0, 8873.0, 8868.0, 8870.0, 8899.0, 8894.0, 8917.0, 8878.0, 8899.0, 8886.0, 8857.0, 8886.0, 8868.0, 8902.0, 8872.0, 8926.0, 8853.0, 8903.0, 8855.0, 8891.0, 8868.0, 8901.0, 8871.0, 8908.0, 8850.0, 8843.0, 8861.0, 8865.0, 8890.0, 8866.0, 8912.0, 8872.0, 8892.0, 8863.0, 8864.0, 8866.0, 8870.0, 8882.0, 8868.0, 8907.0, 8868.0, 8889.0, 8866.0, 8890.0, 8886.0, 8890.0, 8879.0, 8848.0, 8876.0, 8865.0, 8888.0, 8869.0, 8913.0, 8884.0, 8877.0, 8878.0, 8849.0, 8862.0, 8864.0, 8894.0, 8863.0, 8904.0, 8871.0, 8861.0, 8853.0, 8848.0, 8886.0, 8852.0, 8935.0, 8857.0, 8925.0, 8854.0, 8864.0, 8853.0, 8871.0, 8915.0, 8871.0, 8926.0, 8875.0, 8904.0, 8851.0, 8892.0, 8872.0, 8876.0, 8868.0, 8865.0, 8879.0, 8861.0, 8891.0, 8869.0, 8906.0, 8879.0, 8880.0, 8864.0, 8865.0, 8877.0, 8853.0, 8899.0, 8848.0, 8905.0, 8849.0, 8870.0, 8859.0, 8882.0, 8855.0, 8891.0, 8863.0, 8860.0, 8877.0, 8862.0, 8887.0, 8867.0, 8910.0, 8887.0, 8865.0, 8893.0, 8847.0, 8886.0, 8876.0, 8907.0, 8869.0, 8865.0, 8876.0, 8852.0, 8891.0, 8869.0, 8876.0, 8873.0, 8895.0, 8867.0, 8867.0, 8862.0, 8865.0, 8892.0, 8883.0, 8913.0, 8889.0, 8856.0, 8880.0, 8856.0, 8911.0, 8873.0, 8883.0, 8868.0, 8865.0, 8923.0, 8856.0, 8894.0, 8867.0, 8868.0, 8902.0, 8854.0, 8924.0, 8878.0, 8849.0, 8847.0, 8860.0, 8899.0, 8866.0, 8922.0, 8870.0, 8851.0, 8869.0, 8873.0, 8929.0, 8873.0, 8874.0, 8893.0, 8877.0, 8898.0, 8896.0, 8871.0, 8912.0, 8871.0, 8869.0, 8893.0, 8873.0, 8927.0, 8871.0, 8905.0, 8867.0, 8863.0, 8862.0, 8861.0, 8881.0, 8863.0, 8906.0, 8863.0, 8888.0, 8868.0, 8863.0, 8885.0, 8870.0, 8912.0, 8869.0, 8895.0, 8871.0, 8870.0, 8885.0, 8875.0, 8916.0, 8869.0, 8925.0, 8868.0, 8891.0, 8871.0, 8894.0, 8868.0, 8905.0, 8863.0, 8856.0, 8865.0, 8869.0, 8895.0, 8873.0, 8913.0, 8869.0, 8898.0, 8868.0, 8864.0, 8868.0, 8870.0, 8897.0, 8857.0, 8913.0, 8875.0, 8872.0, 8873.0, 8872.0, 8902.0, 8877.0, 8914.0, 8878.0, 8924.0, 8851.0, 8888.0, 8848.0, 8903.0, 8847.0, 8894.0, 8845.0, 8889.0, 8845.0, 8868.0, 8848.0, 8871.0, 8856.0, 8905.0, 8864.0, 8865.0, 8861.0, 8851.0, 8877.0, 8845.0, 8895.0, 8853.0, 8892.0, 8845.0, 8869.0, 8832.0, 8869.0, 8845.0, 8892.0, 8862.0, 8888.0, 8866.0, 8846.0, 8870.0, 8866.0, 8881.0, 8890.0, 8897.0, 8874.0, 8927.0, 8868.0, 8869.0, 8868.0, 8865.0, 8904.0, 8906.0, 8894.0, 8846.0, 8859.0, 8846.0, 8873.0, 8846.0, 8885.0, 8845.0, 8914.0, 8850.0, 8847.0, 8849.0, 8843.0, 8893.0, 8868.0, 8904.0, 8868.0, 8845.0, 8859.0, 8843.0, 8872.0, 8868.0, 8904.0, 8862.0, 8918.0, 8886.0, 8860.0, 8866.0, 8863.0, 8880.0, 8865.0, 8903.0, 8859.0, 8862.0, 8869.0, 8865.0, 8887.0, 8848.0, 8913.0, 8870.0, 8908.0, 8855.0, 8867.0, 8869.0, 8868.0, 8897.0, 8873.0, 8926.0, 8871.0, 8886.0, 8870.0, 8867.0, 8885.0, 8868.0, 8908.0, 8867.0, 8902.0, 8866.0, 8873.0, 8864.0, 8877.0, 8866.0, 8859.0, 8909.0, 8865.0, 8891.0, 8863.0, 8886.0, 8863.0, 8902.0, 8847.0, 8897.0, 8846.0, 8856.0, 8846.0, 8845.0, 8850.0, 8861.0, 8866.0, 8863.0, 8879.0, 8865.0, 8892.0, 8882.0, 8892.0, 8865.0, 8911.0, 8863.0, 8889.0, 8866.0, 8862.0, 8866.0, 8849.0, 8871.0, 8889.0, 8888.0, 8888.0, 8889.0, 8890.0, 8915.0, 8875.0, 8921.0, 8890.0, 8916.0, 8872.0, 8893.0, 8870.0, 8894.0, 8877.0, 8911.0, 8869.0, 8872.0, 8870.0, 8881.0, 8886.0, 8908.0, 8883.0, 8950.0, 8892.0, 8916.0, 8862.0, 8872.0, 8865.0, 8860.0, 8855.0, 8908.0, 8853.0, 8864.0, 8851.0, 8866.0, 8869.0, 8867.0, 8889.0, 8900.0, 8870.0, 8867.0, 8867.0, 8866.0, 8880.0, 8881.0, 8899.0, 8869.0, 8906.0, 8872.0, 8908.0, 8869.0, 8893.0, 8872.0, 8909.0, 8886.0, 8915.0, 8890.0, 8868.0, 8879.0, 8873.0, 8912.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.003341011494252873</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04639982540229885</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.932375215385505</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1589195997583426</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0121105575373994</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4274</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8388.3408</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1202600205373097</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>103</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.839080459770114</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4540290340319095</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2624694006039805</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6736732998910244</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4259444016007246</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00521107</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006198866758495569</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04266608506441116</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.036503808918117</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>28.5903</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.3753</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>129.3528</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>313277.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>550.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.0814</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4523</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>482.684</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3291.8976</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3469.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>63267.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1216.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4278.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.4003</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.89475936978124</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> |