=== 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-0038 --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-0038",
"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-0038_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0038_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0038_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-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0038/ses-04/func/sub-0038_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>4eeee55c058e94ce3dfef08b8ca40637</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:16:55.240000</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.998038, 0.0274333, 0.056277, -0.0315389, 0.996803, 0.0734117]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.079509</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7225, 567, -77, -153, -72, 103]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>235.481</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0c9babb8-1137-4268-893f-45c1f2055f15||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.677663564682007, -0.08461656421422958, 0.14602459967136383, 116.06807708740234], [-0.07360165566205978, 2.674349308013916, 0.2026149481534958, -96.18214416503906], [0.1509871780872345, -0.19695815443992615, 2.6884241104125977, -59.43611145019531], [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': ['131655.240000', '131655.700000', '131656.160000', '131656.620000', '131657.080000', '131657.540000', '131658.000000', '131658.460000', '131658.920000', '131659.380000', '131659.840000', '131700.300000', '131700.760000', '131701.220000', '131701.680000', '131702.140000', '131702.600000', '131703.060000', '131703.520000', '131703.980000', '131704.440000', '131704.900000', '131705.360000', '131705.820000', '131706.280000', '131706.740000', '131707.200000', '131707.660000', '131708.120000', '131708.580000', '131709.040000', '131709.500000', '131709.960000', '131710.420000', '131710.880000', '131711.340000', '131711.800000', '131712.260000', '131712.720000', '131713.180000', '131713.640000', '131714.100000', '131714.560000', '131715.020000', '131715.480000', '131715.940000', '131716.400000', '131716.860000', '131717.320000', '131717.780000', '131718.240000', '131718.700000', '131719.160000', '131719.620000', '131720.080000', '131720.540000', '131721.000000', '131721.460000', '131721.920000', '131722.380000', '131722.840000', '131723.300000', '131723.760000', '131724.220000', '131724.680000', '131725.140000', '131725.600000', '131726.060000', '131726.520000', '131726.980000', '131727.440000', '131727.900000', '131728.360000', '131728.820000', '131729.280000', '131729.740000', '131730.200000', '131730.660000', '131731.120000', '131731.580000', '131732.040000', '131732.500000', '131732.960000', '131733.420000', '131733.880000', '131734.340000', '131734.800000', '131735.260000', '131735.720000', '131736.180000', '131736.640000', '131737.100000', '131737.560000', '131738.020000', '131738.480000', '131738.940000', '131739.400000', '131739.860000', '131740.320000', '131740.780000', '131741.240000', '131741.700000', '131742.160000', '131742.620000', '131743.080000', '131743.540000', '131744.000000', '131744.460000', '131744.920000', '131745.380000', '131745.840000', '131746.300000', '131746.760000', '131747.220000', '131747.680000', '131748.140000', '131748.600000', '131749.060000', '131749.520000', '131749.980000', '131750.440000', '131750.900000', '131751.360000', '131751.820000', '131752.280000', '131752.740000', '131753.200000', '131753.660000', '131754.120000', '131754.580000', '131755.040000', '131755.500000', '131755.960000', '131756.420000', '131756.880000', '131757.340000', '131757.800000', '131758.260000', '131758.720000', '131759.180000', '131759.640000', '131800.100000', '131800.560000', '131801.020000', '131801.480000', '131801.940000', '131802.400000', '131802.860000', '131803.320000', '131803.780000', '131804.240000', '131804.700000', '131805.160000', '131805.620000', '131806.080000', '131806.540000', '131807.000000', '131807.460000', '131807.920000', '131808.380000', '131808.840000', '131809.300000', '131809.760000', '131810.220000', '131810.680000', '131811.140000', '131811.600000', '131812.060000', '131812.520000', '131812.980000', '131813.440000', '131813.900000', '131814.360000', '131814.820000', '131815.280000', '131815.740000', '131816.200000', '131816.660000', '131817.120000', '131817.580000', '131818.040000', '131818.500000', '131818.960000', '131819.420000', '131819.880000', '131820.340000', '131820.800000', '131821.260000', '131821.720000', '131822.180000', '131822.640000', '131823.100000', '131823.560000', '131824.020000', '131824.480000', '131824.940000', '131825.400000', '131825.860000', '131826.320000', '131826.780000', '131827.240000', '131827.700000', '131828.160000', '131828.620000', '131829.080000', '131829.540000', '131830.000000', '131830.460000', '131830.920000', '131831.380000', '131831.840000', '131832.300000', '131832.760000', '131833.220000', '131833.680000', '131834.140000', '131834.600000', '131835.060000', '131835.520000', '131835.980000', '131836.440000', '131836.900000', '131837.360000', '131837.820000', '131838.280000', '131838.740000', '131839.200000', '131839.660000', '131840.120000', '131840.580000', '131841.040000', '131841.500000', '131841.960000', '131842.420000', '131842.880000', '131843.340000', '131843.800000', '131844.260000', '131844.720000', '131845.180000', '131845.640000', '131846.100000', '131846.560000', '131847.020000', '131847.480000', '131847.940000', '131848.400000', '131848.860000', '131849.320000', '131849.780000', '131850.240000', '131850.700000', '131851.160000', '131851.620000', '131852.080000', '131852.540000', '131853.000000', '131853.460000', '131853.920000', '131854.380000', '131854.840000', '131855.300000', '131855.760000', '131856.220000', '131856.680000', '131857.140000', '131857.600000', '131858.060000', '131858.520000', '131858.980000', '131859.440000', '131859.900000', '131900.360000', '131900.820000', '131901.280000', '131901.740000', '131902.200000', '131902.660000', '131903.120000', '131903.580000', '131904.040000', '131904.500000', '131904.960000', '131905.420000', '131905.880000', '131906.340000', '131906.800000', '131907.260000', '131907.720000', '131908.180000', '131908.640000', '131909.100000', '131909.560000', '131910.020000', '131910.480000', '131910.940000', '131911.400000', '131911.860000', '131912.320000', '131912.780000', '131913.240000', '131913.700000', '131914.160000', '131914.620000', '131915.080000', '131915.540000', '131916.000000', '131916.460000', '131916.920000', '131917.380000', '131917.840000', '131918.300000', '131918.760000', '131919.220000', '131919.680000', '131920.140000', '131920.600000', '131921.060000', '131921.520000', '131921.980000', '131922.440000', '131922.900000', '131923.360000', '131923.820000', '131924.280000', '131924.740000', '131925.200000', '131925.660000', '131926.120000', '131926.580000', '131927.040000', '131927.500000', '131927.960000', '131928.420000', '131928.880000', '131929.340000', '131929.800000', '131930.260000', '131930.720000', '131931.180000', '131931.640000', '131932.100000', '131932.560000', '131933.020000', '131933.480000', '131933.940000', '131934.400000', '131934.860000', '131935.320000', '131935.780000', '131936.240000', '131936.700000', '131937.160000', '131937.620000', '131938.080000', '131938.540000', '131939.000000', '131939.460000', '131939.920000', '131940.380000', '131940.840000', '131941.300000', '131941.760000', '131942.220000', '131942.680000', '131943.140000', '131943.600000', '131944.060000', '131944.520000', '131944.980000', '131945.440000', '131945.900000', '131946.360000', '131946.820000', '131947.280000', '131947.740000', '131948.200000', '131948.660000', '131949.120000', '131949.580000', '131950.040000', '131950.500000', '131950.960000', '131951.420000', '131951.880000', '131952.340000', '131952.800000', '131953.260000', '131953.720000', '131954.180000', '131954.640000', '131955.100000', '131955.560000', '131956.020000', '131956.480000', '131956.940000', '131957.400000', '131957.860000', '131958.320000', '131958.780000', '131959.240000', '131959.700000', '132000.160000', '132000.620000', '132001.080000', '132001.540000', '132002.000000', '132002.460000', '132002.920000', '132003.380000', '132003.840000', '132004.300000', '132004.760000', '132005.220000', '132005.680000', '132006.140000', '132006.600000', '132007.060000', '132007.520000', '132007.980000', '132008.440000', '132008.900000', '132009.360000', '132009.820000', '132010.280000', '132010.740000', '132011.200000', '132011.660000', '132012.120000', '132012.580000', '132013.040000', '132013.500000', '132013.960000', '132014.420000', '132014.880000', '132015.340000', '132015.800000', '132016.260000', '132016.720000', '132017.180000', '132017.640000', '132018.100000', '132018.560000', '132019.020000', '132019.480000', '132019.940000', '132020.400000', '132020.860000', '132021.320000', '132021.780000', '132022.240000', '132022.700000', '132023.160000', '132023.620000', '132024.080000', '132024.540000', '132025.000000', '132025.460000', '132025.920000', '132026.380000', '132026.840000', '132027.300000', '132027.760000', '132028.220000', '132028.680000', '132029.140000', '132029.600000', '132030.060000', '132030.520000', '132030.980000', '132031.440000', '132031.900000', '132032.360000', '132032.820000', '132033.280000', '132033.740000', '132034.200000', '132034.660000', '132035.120000', '132035.580000', '132036.040000', '132036.500000', '132036.960000', '132037.420000', '132037.880000', '132038.340000', '132038.800000', '132039.260000', '132039.720000', '132040.180000', '132040.640000', '132041.100000', '132041.560000', '132042.020000', '132042.480000', '132042.940000', '132043.400000', '132043.860000', '132044.320000', '132044.780000', '132045.240000', '132045.700000', '132046.160000', '132046.620000', '132047.080000', '132047.540000', '132048.000000', '132048.460000', '132048.920000', '132049.380000', '132049.840000', '132050.300000', '132050.760000', '132051.220000', '132051.680000', '132052.140000', '132052.600000', '132053.060000', '132053.520000', '132053.980000', '132054.440000', '132054.900000', '132055.360000', '132055.820000', '132056.280000', '132056.740000', '132057.200000', '132057.660000', '132058.120000', '132058.580000', '132059.040000', '132059.500000', '132059.960000', '132100.420000', '132100.880000', '132101.340000', '132101.800000', '132102.260000', '132102.720000', '132103.180000', '132103.640000', '132104.100000', '132104.560000', '132105.020000', '132105.480000', '132105.940000', '132106.400000', '132106.860000', '132107.320000', '132107.780000', '132108.240000', '132108.700000', '132109.160000', '132109.620000', '132110.080000', '132110.540000', '132111.000000', '132111.460000', '132111.920000', '132112.380000', '132112.840000', '132113.300000', '132113.760000', '132114.220000', '132114.680000', '132115.140000', '132115.600000', '132116.060000', '132116.520000', '132116.980000', '132117.440000', '132117.900000', '132118.360000', '132118.820000', '132119.280000', '132119.740000', '132120.200000', '132120.660000', '132121.120000', '132121.580000', '132122.040000', '132122.500000', '132122.960000', '132123.420000', '132123.880000', '132124.340000', '132124.800000', '132125.260000', '132125.720000', '132126.180000', '132126.640000', '132127.100000', '132127.560000', '132128.020000', '132128.480000', '132128.940000', '132129.400000', '132129.860000', '132130.320000', '132130.780000', '132131.240000', '132131.700000', '132132.160000', '132132.620000', '132133.080000', '132133.540000', '132134.000000', '132134.460000', '132134.920000', '132135.380000', '132135.840000', '132136.300000', '132136.760000', '132137.220000', '132137.680000', '132138.140000', '132138.600000', '132139.060000', '132139.520000', '132139.980000', '132140.440000', '132140.900000', '132141.360000', '132141.820000', '132142.280000', '132142.740000', '132143.200000', '132143.660000', '132144.120000', '132144.580000', '132145.040000', '132145.500000', '132145.960000', '132146.420000', '132146.880000', '132147.340000', '132147.800000', '132148.260000', '132148.720000', '132149.180000', '132149.640000', '132150.100000', '132150.560000', '132151.020000', '132151.480000', '132151.940000', '132152.400000', '132152.860000', '132153.320000', '132153.780000', '132154.240000', '132154.700000', '132155.160000', '132155.620000', '132156.080000', '132156.540000', '132157.000000', '132157.460000', '132157.920000', '132158.380000', '132158.840000', '132159.300000', '132159.760000', '132200.220000', '132200.680000', '132201.140000', '132201.600000', '132202.060000', '132202.520000', '132202.980000', '132203.440000', '132203.900000', '132204.360000', '132204.820000', '132205.280000', '132205.740000', '132206.200000', '132206.660000', '132207.120000', '132207.580000', '132208.040000', '132208.500000', '132208.960000', '132209.420000', '132209.880000', '132210.340000', '132210.800000', '132211.260000', '132211.720000', '132212.180000', '132212.640000', '132213.100000', '132213.560000', '132214.020000', '132214.480000', '132214.940000', '132215.400000', '132215.860000', '132216.320000', '132216.780000', '132217.240000', '132217.700000', '132218.160000', '132218.620000', '132219.080000', '132219.540000', '132220.000000', '132220.460000', '132220.920000', '132221.380000', '132221.840000', '132222.300000', '132222.760000', '132223.220000', '132223.680000', '132224.140000', '132224.600000', '132225.060000', '132225.520000', '132225.980000', '132226.440000', '132226.900000', '132227.360000', '132227.820000', '132228.280000', '132228.740000', '132229.200000', '132229.660000', '132230.120000', '132230.580000', '132231.040000', '132231.500000', '132231.960000', '132232.420000', '132232.880000', '132233.340000', '132233.800000', '132234.260000', '132234.720000', '132235.180000', '132235.640000', '132236.100000', '132236.560000', '132237.020000', '132237.480000', '132237.940000', '132238.400000', '132238.860000', '132239.320000', '132239.780000', '132240.240000', '132240.700000', '132241.160000', '132241.620000', '132242.080000', '132242.540000', '132243.000000', '132243.460000', '132243.920000', '132244.380000', '132244.840000', '132245.300000', '132245.760000', '132246.220000', '132246.680000', '132247.140000', '132247.600000', '132248.060000', '132248.520000', '132248.980000', '132249.440000', '132249.900000', '132250.360000', '132250.820000', '132251.280000', '132251.740000', '132252.200000', '132252.660000', '132253.120000', '132253.580000', '132254.040000', '132254.500000', '132254.960000', '132255.420000', '132255.880000', '132256.340000', '132256.800000', '132257.260000', '132257.720000', '132258.180000', '132258.640000', '132259.100000', '132259.560000', '132300.020000', '132300.480000', '132300.940000', '132301.400000', '132301.860000', '132302.320000', '132302.780000', '132303.240000', '132303.700000', '132304.160000', '132304.620000', '132305.080000', '132305.540000', '132306.000000', '132306.460000', '132306.920000', '132307.380000', '132307.840000', '132308.300000', '132308.760000', '132309.220000', '132309.680000', '132310.140000', '132310.600000', '132311.060000', '132311.520000', '132311.980000', '132312.440000', '132312.900000', '132313.360000', '132313.820000', '132314.280000', '132314.740000', '132315.200000', '132315.660000', '132316.120000', '132316.580000', '132317.040000', '132317.500000', '132317.960000', '132318.420000', '132318.880000', '132319.340000', '132319.800000', '132320.260000', '132320.720000', '132321.180000', '132321.640000', '132322.100000', '132322.560000', '132323.020000', '132323.480000', '132323.940000', '132324.400000', '132324.860000', '132325.320000', '132325.780000', '132326.240000', '132326.700000', '132327.160000', '132327.620000', '132328.080000', '132328.540000', '132329.000000', '132329.460000', '132329.920000', '132330.380000', '132330.840000', '132331.300000', '132331.760000', '132332.220000', '132332.680000', '132333.140000', '132333.600000', '132334.060000', '132334.520000', '132334.980000', '132335.440000', '132335.900000'], 'ContentTime': ['131721.641000', '131721.644000', '131721.646000', '131721.649000', '131721.651000', '131721.654000', '131721.656000', '131721.659000', '131721.662000', '131721.664000', '131721.667000', '131721.669000', '131721.672000', '131721.674000', '131721.677000', '131721.680000', '131721.682000', '131721.685000', '131721.688000', '131721.707000', '131721.710000', '131721.712000', '131721.715000', '131721.717000', '131721.720000', '131721.722000', '131721.725000', '131721.728000', '131721.730000', '131721.733000', '131721.735000', '131721.738000', '131721.740000', '131721.743000', '131721.745000', '131721.748000', '131721.750000', '131721.753000', '131721.755000', '131721.758000', '131721.761000', '131721.763000', '131721.766000', '131721.768000', '131721.771000', '131721.773000', '131721.776000', '131721.778000', '131721.781000', '131721.784000', '131721.786000', '131721.789000', '131721.791000', '131721.794000', '131741.611000', '131741.629000', '131741.632000', '131741.634000', '131741.637000', '131741.640000', '131741.642000', '131741.645000', '131741.647000', '131741.650000', '131741.652000', '131741.655000', '131741.657000', '131741.660000', '131741.662000', '131741.665000', '131741.671000', '131741.674000', '131741.676000', '131741.679000', '131741.681000', '131741.684000', '131741.686000', '131741.689000', '131741.692000', '131741.694000', '131741.697000', '131741.699000', '131741.702000', '131741.704000', '131741.707000', '131741.710000', '131741.712000', '131741.715000', '131741.717000', '131741.720000', '131741.722000', '131741.725000', '131741.727000', '131741.730000', '131741.732000', '131741.735000', '131741.738000', '131741.740000', '131801.612000', '131801.614000', '131801.617000', '131801.619000', '131801.622000', '131801.625000', '131801.627000', '131801.630000', '131801.633000', '131801.635000', '131801.638000', '131801.640000', '131801.643000', '131801.646000', '131801.648000', '131801.651000', '131801.653000', '131801.656000', '131801.659000', '131801.661000', '131801.664000', '131801.666000', '131801.669000', '131801.674000', '131801.677000', '131801.680000', '131801.683000', '131801.686000', '131801.688000', '131801.691000', '131801.694000', '131801.696000', '131801.699000', '131801.701000', '131801.704000', '131801.706000', '131801.709000', '131801.711000', '131801.714000', '131801.717000', '131801.719000', '131801.722000', '131801.724000', '131821.611000', '131821.614000', '131821.617000', '131821.619000', '131821.622000', '131821.625000', '131821.627000', '131821.630000', '131821.632000', '131821.635000', '131821.637000', '131821.640000', '131821.643000', '131821.645000', '131821.648000', '131821.651000', '131821.653000', '131821.656000', '131821.658000', '131821.661000', '131821.663000', '131821.666000', '131821.669000', '131821.671000', '131821.674000', '131821.676000', '131821.679000', '131821.681000', '131821.684000', '131821.687000', '131821.689000', '131821.692000', '131821.694000', '131821.697000', '131821.699000', '131821.702000', '131821.705000', '131821.707000', '131821.710000', '131821.712000', '131821.715000', '131821.717000', '131821.720000', '131821.723000', '131841.612000', '131841.614000', '131841.617000', '131841.619000', '131841.622000', '131841.625000', '131841.627000', '131841.630000', '131841.632000', '131841.635000', '131841.638000', '131841.640000', '131841.643000', '131841.645000', '131841.648000', '131841.651000', '131841.653000', '131841.656000', '131841.658000', '131841.661000', '131841.680000', '131841.683000', '131841.686000', '131841.688000', '131841.691000', '131841.693000', '131841.696000', '131841.698000', '131841.701000', '131841.704000', '131841.706000', '131841.709000', '131841.711000', '131841.714000', '131841.716000', '131841.719000', '131841.722000', '131841.724000', '131841.727000', '131841.729000', '131841.732000', '131841.735000', '131841.737000', '131901.611000', '131901.614000', '131901.617000', '131901.619000', '131901.622000', '131901.625000', '131901.627000', '131901.630000', '131901.632000', '131901.635000', '131901.638000', '131901.640000', '131901.643000', '131901.645000', '131901.648000', '131901.651000', '131901.653000', '131901.656000', '131901.658000', '131901.661000', '131901.663000', '131901.666000', '131901.669000', '131901.671000', '131901.674000', '131901.676000', '131901.679000', '131901.682000', '131901.702000', '131901.705000', '131901.707000', '131901.710000', '131901.713000', '131901.715000', '131901.718000', '131901.720000', '131901.723000', '131901.725000', '131901.728000', '131901.730000', '131901.733000', '131901.736000', '131901.738000', '131901.741000', '131921.611000', '131921.613000', '131921.616000', '131921.619000', '131921.621000', '131921.624000', '131921.626000', '131921.629000', '131921.631000', '131921.634000', '131921.637000', '131921.639000', '131921.642000', '131921.644000', '131921.647000', '131921.649000', '131921.652000', '131921.655000', '131921.657000', '131921.660000', '131921.663000', '131921.665000', '131921.668000', '131921.670000', '131921.673000', '131921.676000', '131921.678000', '131921.681000', '131921.683000', '131921.686000', '131921.688000', '131921.691000', '131921.694000', '131921.696000', '131921.699000', '131921.701000', '131921.704000', '131921.706000', '131921.709000', '131921.712000', '131921.714000', '131921.718000', '131921.721000', '131941.611000', '131941.614000', '131941.617000', '131941.619000', '131941.622000', '131941.624000', '131941.627000', '131941.630000', '131941.632000', '131941.635000', '131941.637000', '131941.640000', '131941.643000', '131941.645000', '131941.648000', '131941.650000', '131941.653000', '131941.655000', '131941.658000', '131941.661000', '131941.663000', '131941.666000', '131941.669000', '131941.671000', '131941.674000', '131941.676000', '131941.679000', '131941.681000', '131941.684000', '131941.687000', '131941.689000', '131941.692000', '131941.695000', '131941.697000', '131941.700000', '131941.702000', '131941.705000', '131941.708000', '131941.710000', '131941.713000', '131941.715000', '131941.718000', '131941.720000', '131941.723000', '132001.612000', '132001.614000', '132001.617000', '132001.620000', '132001.622000', '132001.625000', '132001.627000', '132001.630000', '132001.632000', '132001.635000', '132001.638000', '132001.640000', '132001.643000', '132001.645000', '132001.648000', '132001.651000', '132001.653000', '132001.656000', '132001.658000', '132001.661000', '132001.663000', '132001.666000', '132001.669000', '132001.671000', '132001.674000', '132001.677000', '132001.679000', '132001.682000', '132001.684000', '132001.687000', '132001.690000', '132001.692000', '132001.695000', '132001.697000', '132001.700000', '132001.703000', '132001.705000', '132001.708000', '132001.711000', '132001.713000', '132001.716000', '132001.718000', '132001.721000', '132021.611000', '132021.614000', '132021.617000', '132021.619000', '132021.622000', '132021.625000', '132021.627000', '132021.630000', '132021.632000', '132021.635000', '132021.637000', '132021.640000', '132021.643000', '132021.645000', '132021.648000', '132021.650000', '132021.653000', '132021.656000', '132021.658000', '132021.661000', '132021.663000', '132021.666000', '132021.668000', '132021.671000', '132021.674000', '132021.676000', '132021.679000', '132021.681000', '132021.684000', '132021.686000', '132021.689000', '132021.691000', '132021.694000', '132021.697000', '132021.699000', '132021.702000', '132021.704000', '132021.707000', '132021.710000', '132021.712000', '132021.715000', '132021.717000', '132021.720000', '132021.722000', '132041.612000', '132041.614000', '132041.617000', '132041.620000', '132041.622000', '132041.625000', '132041.627000', '132041.630000', '132041.632000', '132041.635000', '132041.638000', '132041.640000', '132041.643000', '132041.645000', '132041.648000', '132041.650000', '132041.653000', '132041.656000', '132041.658000', '132041.661000', '132041.663000', '132041.666000', '132041.669000', '132041.671000', '132041.674000', '132041.676000', '132041.679000', '132041.682000', '132041.684000', '132041.687000', '132041.689000', '132041.692000', '132041.695000', '132041.697000', '132041.700000', '132041.716000', '132041.718000', '132041.721000', '132041.724000', '132041.726000', '132041.729000', '132041.731000', '132041.734000', '132101.612000', '132101.614000', '132101.617000', '132101.620000', '132101.622000', '132101.625000', '132101.627000', '132101.630000', '132101.632000', '132101.635000', '132101.638000', '132101.640000', '132101.643000', '132101.645000', '132101.648000', '132101.650000', '132101.653000', '132101.656000', '132101.658000', '132101.661000', '132101.663000', '132101.666000', '132101.669000', '132101.671000', '132101.674000', '132101.676000', '132101.679000', '132101.681000', '132101.684000', '132101.686000', '132101.689000', '132101.692000', '132101.694000', '132101.697000', '132101.699000', '132101.709000', '132101.711000', '132101.714000', '132101.716000', '132101.719000', '132101.722000', '132101.724000', '132101.727000', '132101.729000', '132121.612000', '132121.614000', '132121.617000', '132121.620000', '132121.622000', '132121.625000', '132121.627000', '132121.630000', '132121.633000', '132121.635000', '132121.638000', '132121.640000', '132121.643000', '132121.646000', '132121.648000', '132121.651000', '132121.653000', '132121.656000', '132121.658000', '132121.661000', '132121.664000', '132121.666000', '132121.669000', '132121.671000', '132121.674000', '132121.677000', '132121.679000', '132121.682000', '132121.684000', '132121.687000', '132121.690000', '132121.692000', '132121.695000', '132121.697000', '132121.700000', '132121.703000', '132121.705000', '132121.708000', '132121.710000', '132121.713000', '132121.715000', '132121.718000', '132121.721000', '132141.611000', '132141.613000', '132141.616000', '132141.619000', '132141.621000', '132141.624000', '132141.627000', '132141.629000', '132141.632000', '132141.634000', '132141.637000', '132141.640000', '132141.642000', '132141.645000', '132141.647000', '132141.650000', '132141.653000', '132141.655000', '132141.658000', '132141.660000', '132141.663000', '132141.665000', '132141.668000', '132141.671000', '132141.673000', '132141.676000', '132141.678000', '132141.681000', '132141.683000', '132141.686000', '132141.689000', '132141.691000', '132141.694000', '132141.696000', '132141.699000', '132141.702000', '132141.704000', '132141.707000', '132141.709000', '132141.712000', '132141.715000', '132141.717000', '132141.720000', '132141.722000', '132201.612000', '132201.614000', '132201.617000', '132201.620000', '132201.622000', '132201.625000', '132201.627000', '132201.630000', '132201.633000', '132201.635000', '132201.638000', '132201.640000', '132201.643000', '132201.646000', '132201.648000', '132201.651000', '132201.653000', '132201.656000', '132201.658000', '132201.661000', '132201.664000', '132201.666000', '132201.669000', '132201.671000', '132201.674000', '132201.676000', '132201.679000', '132201.681000', '132201.684000', '132201.687000', '132201.689000', '132201.692000', '132201.695000', '132201.697000', '132201.700000', '132201.702000', '132201.705000', '132201.707000', '132201.710000', '132201.713000', '132201.715000', '132201.718000', '132201.720000', '132221.612000', '132221.615000', '132221.617000', '132221.628000', '132221.631000', '132221.633000', '132221.636000', '132221.639000', '132221.641000', '132221.644000', '132221.646000', '132221.649000', '132221.651000', '132221.654000', '132221.657000', '132221.659000', '132221.662000', '132221.664000', '132221.667000', '132221.669000', '132221.672000', '132221.675000', '132221.677000', '132221.680000', '132221.682000', '132221.685000', '132221.687000', '132221.690000', '132221.693000', '132221.695000', '132221.698000', '132221.700000', '132221.703000', '132221.706000', '132221.708000', '132221.711000', '132221.713000', '132221.716000', '132221.719000', '132221.721000', '132221.724000', '132221.726000', '132221.729000', '132221.731000', '132241.612000', '132241.614000', '132241.617000', '132241.620000', '132241.622000', '132241.625000', '132241.627000', '132241.630000', '132241.632000', '132241.635000', '132241.638000', '132241.640000', '132241.643000', '132241.645000', '132241.648000', '132241.650000', '132241.653000', '132241.656000', '132241.658000', '132241.661000', '132241.663000', '132241.666000', '132241.669000', '132241.671000', '132241.674000', '132241.676000', '132241.679000', '132241.682000', '132241.684000', '132241.687000', '132241.689000', '132241.692000', '132241.695000', '132241.697000', '132241.700000', '132241.702000', '132241.705000', '132241.707000', '132241.710000', '132241.714000', '132241.717000', '132241.719000', '132241.722000', '132301.612000', '132301.614000', '132301.617000', '132301.620000', '132301.622000', '132301.625000', '132301.627000', '132301.630000', '132301.633000', '132301.635000', '132301.638000', '132301.640000', '132301.643000', '132301.646000', '132301.648000', '132301.651000', '132301.654000', '132301.657000', '132301.659000', '132301.662000', '132301.664000', '132301.667000', '132301.669000', '132301.672000', '132301.675000', '132301.677000', '132301.680000', '132301.682000', '132301.685000', '132301.688000', '132301.690000', '132301.693000', '132301.695000', '132301.698000', '132301.701000', '132301.703000', '132301.706000', '132301.708000', '132301.711000', '132301.713000', '132301.716000', '132301.719000', '132301.721000', '132301.724000', '132321.612000', '132321.614000', '132321.617000', '132321.620000', '132321.622000', '132321.625000', '132321.627000', '132321.630000', '132321.632000', '132321.635000', '132321.638000', '132321.640000', '132321.643000', '132321.645000', '132321.648000', '132321.650000', '132321.653000', '132321.656000', '132321.658000', '132321.661000', '132321.663000', '132321.666000', '132321.668000', '132321.671000', '132321.674000', '132321.676000', '132321.679000', '132321.681000', '132321.684000', '132321.686000', '132321.689000', '132321.692000', '132321.694000', '132321.697000', '132321.699000', '132321.702000', '132321.704000', '132321.707000', '132321.710000', '132321.712000', '132321.715000', '132321.717000', '132321.720000', '132337.417000', '132337.420000', '132337.422000', '132337.425000', '132337.427000', '132337.430000', '132337.433000', '132337.435000', '132337.438000', '132337.440000', '132337.443000', '132337.446000', '132337.448000', '132337.451000', '132337.472000', '132337.475000', '132337.477000', '132337.480000', '132337.483000', '132337.485000', '132337.488000', '132337.491000', '132337.493000', '132337.496000', '132337.498000', '132337.501000', '132337.504000', '132337.506000', '132337.509000', '132337.511000', '132337.514000', '132337.517000', '132337.519000', '132337.522000', '132337.524000'], 'InstanceCreationTime': ['131721.641000', '131721.644000', '131721.646000', '131721.649000', '131721.651000', '131721.654000', '131721.656000', '131721.659000', '131721.662000', '131721.664000', '131721.667000', '131721.669000', '131721.672000', '131721.674000', '131721.677000', '131721.680000', '131721.682000', '131721.685000', '131721.688000', '131721.707000', '131721.710000', '131721.712000', '131721.715000', '131721.717000', '131721.720000', '131721.722000', '131721.725000', '131721.728000', '131721.730000', '131721.733000', '131721.735000', '131721.738000', '131721.740000', '131721.743000', '131721.745000', '131721.748000', '131721.750000', '131721.753000', '131721.755000', '131721.758000', '131721.761000', '131721.763000', '131721.766000', '131721.768000', '131721.771000', '131721.773000', '131721.776000', '131721.778000', '131721.781000', '131721.784000', '131721.786000', '131721.789000', '131721.791000', '131721.794000', '131741.611000', '131741.629000', '131741.632000', '131741.634000', '131741.637000', '131741.640000', '131741.642000', '131741.645000', '131741.647000', '131741.650000', '131741.652000', '131741.655000', '131741.657000', '131741.660000', '131741.662000', '131741.665000', '131741.671000', '131741.674000', '131741.676000', '131741.679000', '131741.681000', '131741.684000', '131741.686000', '131741.689000', '131741.692000', '131741.694000', '131741.697000', '131741.699000', '131741.702000', '131741.704000', '131741.707000', '131741.710000', '131741.712000', '131741.715000', '131741.717000', '131741.720000', '131741.722000', '131741.725000', '131741.727000', '131741.730000', '131741.732000', '131741.735000', '131741.738000', '131741.740000', '131801.612000', '131801.614000', '131801.617000', '131801.619000', '131801.622000', '131801.625000', '131801.627000', '131801.630000', '131801.633000', '131801.635000', '131801.638000', '131801.640000', '131801.643000', '131801.646000', '131801.648000', '131801.651000', '131801.653000', '131801.656000', '131801.659000', '131801.661000', '131801.664000', '131801.666000', '131801.669000', '131801.674000', '131801.677000', '131801.680000', '131801.683000', '131801.686000', '131801.688000', '131801.691000', '131801.694000', '131801.696000', '131801.699000', '131801.701000', '131801.704000', '131801.706000', '131801.709000', '131801.711000', '131801.714000', '131801.717000', '131801.719000', '131801.722000', '131801.724000', '131821.611000', '131821.614000', '131821.617000', '131821.619000', '131821.622000', '131821.625000', '131821.627000', '131821.630000', '131821.632000', '131821.635000', '131821.637000', '131821.640000', '131821.643000', '131821.645000', '131821.648000', '131821.651000', '131821.653000', '131821.656000', '131821.658000', '131821.661000', '131821.663000', '131821.666000', '131821.669000', '131821.671000', '131821.674000', '131821.676000', '131821.679000', '131821.681000', '131821.684000', '131821.687000', '131821.689000', '131821.692000', '131821.694000', '131821.697000', '131821.699000', '131821.702000', '131821.705000', '131821.707000', '131821.710000', '131821.712000', '131821.715000', '131821.717000', '131821.720000', '131821.723000', '131841.612000', '131841.614000', '131841.617000', '131841.619000', '131841.622000', '131841.625000', '131841.627000', '131841.630000', '131841.632000', '131841.635000', '131841.638000', '131841.640000', '131841.643000', '131841.645000', '131841.648000', '131841.651000', '131841.653000', '131841.656000', '131841.658000', '131841.661000', '131841.680000', '131841.683000', '131841.686000', '131841.688000', '131841.691000', '131841.693000', '131841.696000', '131841.698000', '131841.701000', '131841.704000', '131841.706000', '131841.709000', '131841.711000', '131841.714000', '131841.716000', '131841.719000', '131841.722000', '131841.724000', '131841.727000', '131841.729000', '131841.732000', '131841.735000', '131841.737000', '131901.611000', '131901.614000', '131901.617000', '131901.619000', '131901.622000', '131901.625000', '131901.627000', '131901.630000', '131901.632000', '131901.635000', '131901.638000', '131901.640000', '131901.643000', '131901.645000', '131901.648000', '131901.651000', '131901.653000', '131901.656000', '131901.658000', '131901.661000', '131901.663000', '131901.666000', '131901.669000', '131901.671000', '131901.674000', '131901.676000', '131901.679000', '131901.682000', '131901.702000', '131901.705000', '131901.707000', '131901.710000', '131901.713000', '131901.715000', '131901.718000', '131901.720000', '131901.723000', '131901.725000', '131901.728000', '131901.730000', '131901.733000', '131901.736000', '131901.738000', '131901.741000', '131921.611000', '131921.613000', '131921.616000', '131921.619000', '131921.621000', '131921.624000', '131921.626000', '131921.629000', '131921.631000', '131921.634000', '131921.637000', '131921.639000', '131921.642000', '131921.644000', '131921.647000', '131921.649000', '131921.652000', '131921.655000', '131921.657000', '131921.660000', '131921.663000', '131921.665000', '131921.668000', '131921.670000', '131921.673000', '131921.676000', '131921.678000', '131921.681000', '131921.683000', '131921.686000', '131921.688000', '131921.691000', '131921.694000', '131921.696000', '131921.699000', '131921.701000', '131921.704000', '131921.706000', '131921.709000', '131921.712000', '131921.714000', '131921.718000', '131921.721000', '131941.611000', '131941.614000', '131941.617000', '131941.619000', '131941.622000', '131941.624000', '131941.627000', '131941.630000', '131941.632000', '131941.635000', '131941.637000', '131941.640000', '131941.643000', '131941.645000', '131941.648000', '131941.650000', '131941.653000', '131941.655000', '131941.658000', '131941.661000', '131941.663000', '131941.666000', '131941.669000', '131941.671000', '131941.674000', '131941.676000', '131941.679000', '131941.681000', '131941.684000', '131941.687000', '131941.689000', '131941.692000', '131941.695000', '131941.697000', '131941.700000', '131941.702000', '131941.705000', '131941.708000', '131941.710000', '131941.713000', '131941.715000', '131941.718000', '131941.720000', '131941.723000', '132001.612000', '132001.614000', '132001.617000', '132001.620000', '132001.622000', '132001.625000', '132001.627000', '132001.630000', '132001.632000', '132001.635000', '132001.638000', '132001.640000', '132001.643000', '132001.645000', '132001.648000', '132001.651000', '132001.653000', '132001.656000', '132001.658000', '132001.661000', '132001.663000', '132001.666000', '132001.669000', '132001.671000', '132001.674000', '132001.677000', '132001.679000', '132001.682000', '132001.684000', '132001.687000', '132001.690000', '132001.692000', '132001.695000', '132001.697000', '132001.700000', '132001.703000', '132001.705000', '132001.708000', '132001.711000', '132001.713000', '132001.716000', '132001.718000', '132001.721000', '132021.611000', '132021.614000', '132021.617000', '132021.619000', '132021.622000', '132021.625000', '132021.627000', '132021.630000', '132021.632000', '132021.635000', '132021.637000', '132021.640000', '132021.643000', '132021.645000', '132021.648000', '132021.650000', '132021.653000', '132021.656000', '132021.658000', '132021.661000', '132021.663000', '132021.666000', '132021.668000', '132021.671000', '132021.674000', '132021.676000', '132021.679000', '132021.681000', '132021.684000', '132021.686000', '132021.689000', '132021.691000', '132021.694000', '132021.697000', '132021.699000', '132021.702000', '132021.704000', '132021.707000', '132021.710000', '132021.712000', '132021.715000', '132021.717000', '132021.720000', '132021.722000', '132041.612000', '132041.614000', '132041.617000', '132041.620000', '132041.622000', '132041.625000', '132041.627000', '132041.630000', '132041.632000', '132041.635000', '132041.638000', '132041.640000', '132041.643000', '132041.645000', '132041.648000', '132041.650000', '132041.653000', '132041.656000', '132041.658000', '132041.661000', '132041.663000', '132041.666000', '132041.669000', '132041.671000', '132041.674000', '132041.676000', '132041.679000', '132041.682000', '132041.684000', '132041.687000', '132041.689000', '132041.692000', '132041.695000', '132041.697000', '132041.700000', '132041.716000', '132041.718000', '132041.721000', '132041.724000', '132041.726000', '132041.729000', '132041.731000', '132041.734000', '132101.612000', '132101.614000', '132101.617000', '132101.620000', '132101.622000', '132101.625000', '132101.627000', '132101.630000', '132101.632000', '132101.635000', '132101.638000', '132101.640000', '132101.643000', '132101.645000', '132101.648000', '132101.650000', '132101.653000', '132101.656000', '132101.658000', '132101.661000', '132101.663000', '132101.666000', '132101.669000', '132101.671000', '132101.674000', '132101.676000', '132101.679000', '132101.681000', '132101.684000', '132101.686000', '132101.689000', '132101.692000', '132101.694000', '132101.697000', '132101.699000', '132101.709000', '132101.711000', '132101.714000', '132101.716000', '132101.719000', '132101.722000', '132101.724000', '132101.727000', '132101.729000', '132121.612000', '132121.614000', '132121.617000', '132121.620000', '132121.622000', '132121.625000', '132121.627000', '132121.630000', '132121.633000', '132121.635000', '132121.638000', '132121.640000', '132121.643000', '132121.646000', '132121.648000', '132121.651000', '132121.653000', '132121.656000', '132121.658000', '132121.661000', '132121.664000', '132121.666000', '132121.669000', '132121.671000', '132121.674000', '132121.677000', '132121.679000', '132121.682000', '132121.684000', '132121.687000', '132121.690000', '132121.692000', '132121.695000', '132121.697000', '132121.700000', '132121.703000', '132121.705000', '132121.708000', '132121.710000', '132121.713000', '132121.715000', '132121.718000', '132121.721000', '132141.611000', '132141.613000', '132141.616000', '132141.619000', '132141.621000', '132141.624000', '132141.627000', '132141.629000', '132141.632000', '132141.634000', '132141.637000', '132141.640000', '132141.642000', '132141.645000', '132141.647000', '132141.650000', '132141.653000', '132141.655000', '132141.658000', '132141.660000', '132141.663000', '132141.665000', '132141.668000', '132141.671000', '132141.673000', '132141.676000', '132141.678000', '132141.681000', '132141.683000', '132141.686000', '132141.689000', '132141.691000', '132141.694000', '132141.696000', '132141.699000', '132141.702000', '132141.704000', '132141.707000', '132141.709000', '132141.712000', '132141.715000', '132141.717000', '132141.720000', '132141.722000', '132201.612000', '132201.614000', '132201.617000', '132201.620000', '132201.622000', '132201.625000', '132201.627000', '132201.630000', '132201.633000', '132201.635000', '132201.638000', '132201.640000', '132201.643000', '132201.646000', '132201.648000', '132201.651000', '132201.653000', '132201.656000', '132201.658000', '132201.661000', '132201.664000', '132201.666000', '132201.669000', '132201.671000', '132201.674000', '132201.676000', '132201.679000', '132201.681000', '132201.684000', '132201.687000', '132201.689000', '132201.692000', '132201.695000', '132201.697000', '132201.700000', '132201.702000', '132201.705000', '132201.707000', '132201.710000', '132201.713000', '132201.715000', '132201.718000', '132201.720000', '132221.612000', '132221.615000', '132221.617000', '132221.628000', '132221.631000', '132221.633000', '132221.636000', '132221.639000', '132221.641000', '132221.644000', '132221.646000', '132221.649000', '132221.651000', '132221.654000', '132221.657000', '132221.659000', '132221.662000', '132221.664000', '132221.667000', '132221.669000', '132221.672000', '132221.675000', '132221.677000', '132221.680000', '132221.682000', '132221.685000', '132221.687000', '132221.690000', '132221.693000', '132221.695000', '132221.698000', '132221.700000', '132221.703000', '132221.706000', '132221.708000', '132221.711000', '132221.713000', '132221.716000', '132221.719000', '132221.721000', '132221.724000', '132221.726000', '132221.729000', '132221.731000', '132241.612000', '132241.614000', '132241.617000', '132241.620000', '132241.622000', '132241.625000', '132241.627000', '132241.630000', '132241.632000', '132241.635000', '132241.638000', '132241.640000', '132241.643000', '132241.645000', '132241.648000', '132241.650000', '132241.653000', '132241.656000', '132241.658000', '132241.661000', '132241.663000', '132241.666000', '132241.669000', '132241.671000', '132241.674000', '132241.676000', '132241.679000', '132241.682000', '132241.684000', '132241.687000', '132241.689000', '132241.692000', '132241.695000', '132241.697000', '132241.700000', '132241.702000', '132241.705000', '132241.707000', '132241.710000', '132241.714000', '132241.717000', '132241.719000', '132241.722000', '132301.612000', '132301.614000', '132301.617000', '132301.620000', '132301.622000', '132301.625000', '132301.627000', '132301.630000', '132301.633000', '132301.635000', '132301.638000', '132301.640000', '132301.643000', '132301.646000', '132301.648000', '132301.651000', '132301.654000', '132301.657000', '132301.659000', '132301.662000', '132301.664000', '132301.667000', '132301.669000', '132301.672000', '132301.675000', '132301.677000', '132301.680000', '132301.682000', '132301.685000', '132301.688000', '132301.690000', '132301.693000', '132301.695000', '132301.698000', '132301.701000', '132301.703000', '132301.706000', '132301.708000', '132301.711000', '132301.713000', '132301.716000', '132301.719000', '132301.721000', '132301.724000', '132321.612000', '132321.614000', '132321.617000', '132321.620000', '132321.622000', '132321.625000', '132321.627000', '132321.630000', '132321.632000', '132321.635000', '132321.638000', '132321.640000', '132321.643000', '132321.645000', '132321.648000', '132321.650000', '132321.653000', '132321.656000', '132321.658000', '132321.661000', '132321.663000', '132321.666000', '132321.668000', '132321.671000', '132321.674000', '132321.676000', '132321.679000', '132321.681000', '132321.684000', '132321.686000', '132321.689000', '132321.692000', '132321.694000', '132321.697000', '132321.699000', '132321.702000', '132321.704000', '132321.707000', '132321.710000', '132321.712000', '132321.715000', '132321.717000', '132321.720000', '132337.417000', '132337.420000', '132337.422000', '132337.425000', '132337.427000', '132337.430000', '132337.433000', '132337.435000', '132337.438000', '132337.440000', '132337.443000', '132337.446000', '132337.448000', '132337.451000', '132337.472000', '132337.475000', '132337.477000', '132337.480000', '132337.483000', '132337.485000', '132337.488000', '132337.491000', '132337.493000', '132337.496000', '132337.498000', '132337.501000', '132337.504000', '132337.506000', '132337.509000', '132337.511000', '132337.514000', '132337.517000', '132337.519000', '132337.522000', '132337.524000'], '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': [10907, 14940, 11898, 13421, 12580, 9569, 13956, 9597, 12472, 9056, 9966, 9310, 9042, 9314, 9409, 8711, 9180, 8742, 9135, 8701, 8993, 8963, 10105, 9194, 9102, 8938, 9330, 8891, 9338, 9146, 9220, 9073, 9274, 9130, 9300, 9309, 8886, 9330, 9486, 9505, 10522, 9403, 9894, 9632, 9584, 9550, 9588, 9455, 9821, 9907, 8632, 9746, 8284, 9493, 8184, 9246, 8860, 9651, 9357, 9716, 9253, 8441, 9262, 8914, 9552, 9055, 9687, 9153, 9732, 9523, 11580, 9340, 8668, 9693, 9107, 10258, 9430, 11516, 9434, 13263, 9922, 13400, 9473, 9778, 9763, 9219, 9869, 9604, 11286, 9822, 9942, 9910, 9299, 9715, 9448, 9800, 9542, 12099, 9583, 12149, 9304, 9045, 9382, 9102, 9321, 8749, 8831, 8671, 9273, 9299, 9552, 9185, 9213, 10502, 9624, 11406, 9599, 9932, 9929, 9125, 9754, 9062, 9622, 9228, 9560, 9523, 9534, 9675, 9149, 9711, 8883, 9734, 9328, 9600, 9359, 9695, 9097, 9636, 9650, 9581, 9881, 8947, 9648, 10230, 9746, 11102, 9843, 8966, 9612, 9475, 9832, 9089, 9783, 8954, 9675, 9142, 9565, 9436, 9432, 9731, 9828, 9802, 9890, 9396, 10809, 10019, 11147, 9935, 10923, 9733, 9446, 9726, 9398, 9515, 9664, 9915, 9612, 9833, 10024, 9689, 9760, 9548, 10043, 9582, 11749, 9217, 12295, 9659, 12175, 9305, 13487, 9746, 14477, 9533, 9572, 9823, 9356, 9971, 9697, 9932, 9721, 9626, 9460, 9770, 9683, 9435, 9464, 9076, 9769, 9338, 9664, 9343, 9680, 9103, 9823, 9675, 9794, 9857, 9642, 9810, 9515, 9908, 9358, 9819, 9498, 9872, 9417, 9857, 9660, 9297, 9378, 9171, 10014, 9285, 9783, 9711, 10189, 9776, 12003, 9576, 12116, 9818, 11824, 9591, 13318, 9907, 9414, 9898, 9683, 9772, 9557, 9840, 9614, 10362, 9760, 11795, 9868, 11533, 9895, 11531, 9965, 11773, 9990, 9331, 9783, 9562, 9755, 9538, 9634, 9657, 9706, 9656, 11203, 9645, 11648, 9745, 11598, 9723, 11824, 9714, 11686, 9791, 10873, 9696, 9294, 9733, 8948, 9494, 9258, 9798, 8648, 9773, 9130, 9755, 9407, 9752, 9076, 9955, 13187, 9834, 12144, 9909, 10432, 9692, 9786, 10054, 9317, 9787, 9874, 9822, 9580, 9683, 9471, 9710, 9895, 11655, 10013, 11809, 9800, 11383, 9936, 9788, 9726, 9855, 9532, 9937, 9422, 8927, 9607, 9000, 9917, 9869, 9784, 11080, 9720, 10995, 9674, 9990, 10197, 9912, 12717, 9688, 11438, 9415, 9603, 9637, 9357, 9714, 9831, 9510, 11039, 9800, 11507, 9670, 10950, 9865, 8905, 9723, 9231, 9862, 8689, 9868, 9544, 9745, 9612, 9269, 9910, 9739, 9933, 11025, 9979, 11056, 9829, 10937, 9848, 11260, 9509, 11123, 9716, 11618, 9950, 11496, 9868, 8995, 9804, 9510, 10130, 9671, 10053, 9672, 9706, 9917, 9726, 9780, 9731, 9830, 9809, 9910, 9690, 9846, 9595, 9737, 9600, 9725, 10124, 9943, 10693, 9911, 11031, 9732, 11109, 9753, 9431, 10001, 9517, 9700, 9240, 9529, 9508, 9552, 9418, 9786, 9801, 9958, 9848, 10711, 9882, 9408, 10001, 9687, 12190, 10103, 11312, 9844, 10694, 9406, 10338, 10264, 10043, 9823, 9798, 9815, 9732, 10239, 9807, 9991, 10614, 9890, 11318, 9745, 11636, 9803, 11350, 9813, 11460, 9746, 11230, 9469, 10871, 9516, 11349, 9473, 11032, 9296, 11125, 9643, 9388, 9600, 9758, 9496, 9395, 9600, 9464, 9699, 9721, 9427, 9523, 9431, 9620, 9599, 9523, 9393, 9744, 9727, 9340, 9779, 9434, 9454, 9791, 9581, 9500, 9498, 9637, 9482, 9482, 9804, 9459, 9659, 9466, 9736, 9704, 9479, 9948, 9659, 9603, 9791, 10034, 9659, 10010, 9685, 10737, 9659, 9729, 9682, 9704, 9768, 9776, 9691, 10095, 9570, 9920, 9734, 10214, 9683, 10005, 9437, 9880, 11921, 9694, 11628, 9366, 10431, 9384, 9984, 11905, 9822, 12014, 9689, 10960, 9821, 11761, 9415, 11458, 9348, 12014, 9731, 11514, 9260, 11414, 9713, 9865, 9520, 9636, 9531, 9811, 11663, 11300, 13819, 13014, 9713, 9171, 9986, 9400, 9464, 9426, 11277, 9429, 9380, 9221, 9206, 9270, 9147, 10672, 9426, 12025, 9590, 12374, 8899, 11386, 9077, 10473, 9230, 8968, 9153, 8932, 9023, 9072, 9336, 9214, 9303, 9267, 9151, 9452, 9623, 9267, 9593, 9303, 9803, 9353, 11641, 9367, 10605, 9186, 10055, 9517, 9504, 9572, 9317, 10006, 9535, 9758, 9769, 9357, 10700, 9321, 9791, 9597, 9594, 10016, 9224, 9828, 9476, 9603, 10868, 9398, 11351, 9334, 12168, 9192, 11112, 9373, 11246, 9477, 9506, 9218, 10152, 9667, 9982, 9661, 9599, 10119, 9520, 10202, 9511, 10248, 9116, 9866, 9345, 11835, 9477, 10853, 9546, 10911, 9511, 11351, 9358, 10835, 9594, 12047, 9520, 11691, 9460, 10624, 9610, 9973, 9739, 10389, 9594, 10617, 10035, 10175, 10068, 9532, 9931, 9528, 10209, 8924, 10153, 9070, 10219, 9906, 10432, 8753, 10105, 9909, 10006, 11076, 9820, 11171, 9517, 12461, 9648, 13105, 9562, 12212, 9297, 12832, 9505, 12483, 9046, 11740, 9108, 9760, 9062, 9492, 8856, 9822, 8839, 9478, 9005, 9442, 9089, 9398, 9430, 9218, 9347, 9101, 9696, 9261, 9895, 9073, 12233, 9548, 11397, 9235, 10564, 9185, 11203, 9098, 11860, 9146, 10755, 9355, 9846, 9753, 8496, 9451, 8709, 12682, 9111, 9976, 9373, 9987, 8912, 10015, 9432, 9996, 9713, 9578, 9568, 9306, 11372, 9858, 12191, 8828, 10591, 9152, 10270, 9384, 10460, 9705, 8719, 9774, 9011, 12856, 8986, 12098, 9000, 11650, 9107, 11151, 9066, 9382, 9137, 9373, 8711, 11408, 9006, 11040, 8869, 9809, 8901, 9455, 9098, 9471, 8825, 9554, 9018, 9346, 9199, 9223, 9451, 9738, 9493, 8686, 9778, 8934, 9569, 9038, 9689, 8740, 9762, 9204, 9785, 8688, 10030, 9150, 9552, 11107, 9514, 9413, 9483, 9695, 9355, 9938, 9337, 9995, 8894, 10623, 8720, 10492, 8734, 10295, 8783, 10214, 8954, 10075, 9695, 9475, 11294, 9113, 9895, 9050, 11816, 9057, 12531, 9885, 12728, 9885, 11733, 9054, 11678, 9376, 11515, 9315, 11269, 9428, 11512, 9753, 8908, 9769, 9046, 9731, 9016, 9783, 8695, 9752, 8505, 9823, 9193, 9410, 9074, 9612, 8533, 9518, 9853, 9431, 9674, 9390, 9371, 9331, 9549], 'WindowCenter': [4048.0, 4053.0, 4030.0, 4025.0, 4002.0, 3978.0, 3997.0, 3964.0, 3983.0, 3951.0, 3961.0, 3952.0, 3952.0, 3963.0, 3964.0, 3965.0, 3977.0, 3977.0, 3978.0, 3978.0, 3979.0, 3992.0, 4003.0, 3990.0, 3979.0, 3979.0, 3979.0, 3978.0, 3989.0, 3991.0, 3991.0, 3992.0, 3993.0, 4004.0, 4004.0, 4006.0, 4004.0, 4006.0, 4005.0, 4017.0, 4016.0, 4008.0, 4017.0, 4018.0, 4006.0, 4007.0, 4004.0, 4005.0, 4004.0, 4003.0, 3994.0, 4004.0, 3983.0, 4004.0, 3983.0, 4006.0, 3994.0, 4005.0, 4003.0, 4005.0, 4006.0, 3996.0, 4007.0, 3994.0, 4005.0, 3993.0, 4005.0, 4017.0, 4016.0, 4016.0, 4024.0, 4007.0, 4006.0, 4017.0, 4006.0, 4017.0, 4006.0, 4027.0, 4006.0, 4038.0, 4017.0, 4035.0, 4006.0, 4015.0, 4017.0, 4005.0, 4004.0, 4005.0, 4026.0, 4016.0, 4014.0, 4016.0, 4004.0, 4005.0, 4016.0, 4015.0, 4016.0, 4036.0, 4016.0, 4047.0, 4020.0, 4018.0, 4018.0, 4016.0, 4017.0, 4007.0, 4016.0, 4006.0, 4029.0, 4019.0, 4029.0, 4019.0, 4031.0, 4041.0, 4031.0, 4039.0, 4018.0, 4016.0, 4017.0, 4005.0, 4005.0, 3993.0, 4004.0, 3993.0, 4003.0, 4003.0, 4002.0, 4003.0, 3992.0, 4004.0, 3993.0, 4005.0, 4005.0, 4006.0, 4005.0, 4006.0, 3994.0, 4006.0, 4006.0, 4005.0, 4015.0, 3994.0, 4006.0, 4015.0, 4017.0, 4026.0, 4016.0, 4004.0, 4016.0, 4005.0, 4016.0, 4006.0, 4028.0, 4007.0, 4018.0, 4019.0, 4030.0, 4020.0, 4020.0, 4032.0, 4031.0, 4031.0, 4030.0, 4032.0, 4041.0, 4031.0, 4038.0, 4029.0, 4029.0, 4032.0, 4030.0, 4019.0, 4020.0, 4019.0, 4020.0, 4029.0, 4020.0, 4029.0, 4031.0, 4020.0, 4020.0, 4018.0, 4019.0, 4018.0, 4039.0, 4006.0, 4028.0, 4004.0, 4025.0, 3992.0, 4024.0, 3993.0, 4023.0, 3993.0, 3991.0, 4002.0, 3992.0, 4002.0, 3990.0, 3990.0, 3990.0, 3990.0, 3990.0, 4001.0, 4003.0, 3991.0, 4003.0, 3992.0, 4005.0, 4003.0, 4004.0, 4003.0, 4005.0, 4006.0, 4016.0, 4016.0, 4015.0, 4016.0, 4005.0, 4016.0, 4006.0, 4017.0, 4006.0, 4018.0, 4029.0, 4028.0, 4019.0, 4029.0, 4030.0, 4019.0, 4020.0, 4018.0, 4019.0, 4018.0, 4029.0, 4031.0, 4041.0, 4031.0, 4039.0, 4020.0, 4037.0, 4018.0, 4028.0, 4018.0, 4037.0, 4018.0, 4006.0, 4018.0, 4017.0, 4018.0, 4016.0, 4016.0, 4016.0, 4027.0, 4018.0, 4036.0, 4017.0, 4026.0, 4016.0, 4024.0, 4016.0, 4024.0, 4016.0, 4003.0, 4016.0, 4005.0, 4017.0, 4017.0, 4017.0, 4017.0, 4016.0, 4018.0, 4027.0, 4007.0, 4026.0, 4007.0, 4026.0, 4016.0, 4025.0, 4016.0, 4025.0, 4017.0, 4014.0, 4006.0, 4004.0, 4018.0, 4006.0, 4017.0, 4017.0, 4029.0, 4019.0, 4032.0, 4032.0, 4044.0, 4033.0, 4033.0, 4022.0, 4032.0, 4040.0, 4020.0, 4028.0, 4016.0, 4016.0, 4006.0, 4005.0, 4005.0, 4005.0, 4017.0, 4017.0, 4018.0, 4017.0, 4018.0, 4018.0, 4020.0, 4030.0, 4039.0, 4019.0, 4038.0, 4029.0, 4039.0, 4016.0, 4016.0, 4004.0, 4004.0, 4004.0, 4004.0, 4005.0, 4005.0, 4018.0, 4007.0, 4029.0, 4029.0, 4033.0, 4040.0, 4020.0, 4030.0, 4019.0, 4031.0, 4017.0, 4017.0, 4025.0, 4003.0, 4012.0, 3992.0, 4002.0, 4005.0, 4003.0, 4030.0, 4017.0, 4017.0, 4028.0, 4018.0, 4026.0, 4018.0, 4026.0, 4017.0, 4006.0, 4017.0, 4006.0, 4018.0, 4009.0, 4020.0, 4018.0, 4018.0, 4018.0, 4018.0, 4029.0, 4019.0, 4030.0, 4029.0, 4030.0, 4029.0, 4019.0, 4016.0, 4007.0, 4015.0, 4006.0, 4015.0, 4006.0, 4026.0, 4017.0, 4026.0, 4017.0, 4007.0, 4018.0, 4017.0, 4017.0, 4015.0, 4016.0, 4016.0, 4017.0, 4016.0, 4006.0, 4017.0, 4006.0, 4016.0, 4005.0, 4016.0, 4005.0, 4016.0, 4005.0, 4018.0, 4006.0, 4020.0, 4028.0, 4030.0, 4028.0, 4031.0, 4029.0, 4019.0, 4028.0, 4019.0, 4007.0, 4018.0, 4016.0, 4017.0, 4017.0, 4020.0, 4018.0, 4033.0, 4032.0, 4044.0, 4044.0, 4044.0, 4045.0, 4046.0, 4033.0, 4021.0, 4030.0, 4020.0, 4039.0, 4030.0, 4029.0, 4021.0, 4029.0, 4020.0, 4030.0, 4030.0, 4018.0, 4016.0, 4006.0, 4016.0, 4006.0, 4017.0, 4018.0, 4018.0, 4028.0, 4019.0, 4015.0, 4006.0, 4012.0, 4004.0, 4013.0, 4004.0, 4013.0, 3995.0, 4013.0, 4005.0, 4004.0, 4005.0, 4013.0, 3994.0, 4002.0, 3993.0, 4012.0, 4005.0, 3992.0, 3993.0, 3993.0, 4004.0, 4004.0, 4005.0, 4004.0, 4003.0, 4003.0, 3993.0, 4005.0, 4005.0, 4006.0, 4004.0, 4007.0, 4007.0, 4018.0, 4007.0, 4006.0, 4017.0, 4008.0, 4019.0, 4019.0, 4017.0, 4007.0, 4006.0, 4006.0, 4005.0, 4006.0, 4017.0, 4006.0, 4007.0, 4017.0, 4021.0, 4018.0, 4030.0, 4030.0, 4043.0, 4031.0, 4032.0, 4030.0, 4030.0, 4029.0, 4020.0, 4040.0, 4031.0, 4031.0, 4033.0, 4032.0, 4032.0, 4033.0, 4033.0, 4033.0, 4033.0, 4032.0, 4032.0, 4032.0, 4022.0, 4031.0, 4021.0, 4020.0, 4041.0, 4022.0, 4030.0, 4010.0, 4018.0, 4009.0, 4019.0, 4041.0, 4018.0, 4030.0, 4007.0, 4017.0, 4006.0, 4026.0, 3995.0, 4014.0, 4005.0, 4039.0, 4018.0, 4014.0, 3995.0, 4012.0, 4005.0, 4004.0, 4005.0, 4004.0, 4005.0, 4019.0, 4029.0, 4030.0, 4039.0, 4028.0, 4006.0, 3996.0, 4003.0, 3993.0, 3992.0, 3993.0, 4013.0, 4006.0, 3994.0, 4006.0, 4004.0, 4005.0, 3994.0, 4004.0, 3992.0, 4012.0, 3993.0, 4010.0, 3981.0, 4001.0, 3981.0, 4000.0, 3992.0, 3981.0, 3979.0, 3977.0, 3979.0, 3979.0, 3978.0, 3990.0, 3991.0, 3993.0, 4003.0, 4005.0, 4005.0, 4007.0, 4006.0, 4008.0, 4018.0, 4020.0, 4031.0, 4022.0, 4031.0, 4022.0, 4020.0, 4010.0, 4007.0, 4006.0, 3996.0, 4006.0, 4007.0, 4020.0, 4018.0, 4009.0, 4017.0, 4007.0, 4017.0, 4006.0, 4008.0, 4017.0, 4021.0, 4020.0, 4021.0, 4020.0, 4030.0, 4010.0, 4030.0, 4010.0, 4028.0, 4008.0, 4017.0, 4009.0, 4027.0, 4007.0, 4005.0, 4006.0, 4017.0, 4018.0, 4018.0, 4016.0, 4019.0, 4029.0, 4032.0, 4042.0, 4034.0, 4042.0, 4024.0, 4033.0, 4034.0, 4054.0, 4033.0, 4031.0, 4022.0, 4030.0, 4033.0, 4030.0, 4022.0, 4031.0, 4022.0, 4040.0, 4031.0, 4041.0, 4032.0, 4030.0, 4020.0, 4020.0, 4031.0, 4043.0, 4033.0, 4043.0, 4045.0, 4033.0, 4034.0, 4033.0, 4035.0, 4034.0, 4032.0, 4022.0, 4031.0, 4010.0, 4019.0, 4020.0, 4017.0, 3997.0, 4017.0, 4018.0, 4017.0, 4029.0, 4007.0, 4015.0, 4007.0, 4038.0, 4008.0, 4036.0, 4007.0, 4025.0, 4007.0, 4025.0, 3995.0, 4012.0, 3983.0, 4013.0, 3994.0, 3991.0, 3983.0, 3992.0, 3982.0, 4003.0, 3994.0, 3992.0, 3993.0, 3992.0, 3993.0, 3992.0, 3994.0, 3993.0, 3993.0, 3995.0, 4004.0, 4006.0, 4017.0, 4020.0, 4039.0, 4020.0, 4028.0, 4021.0, 4018.0, 4009.0, 4027.0, 3998.0, 4026.0, 3993.0, 4015.0, 4006.0, 4005.0, 3993.0, 3984.0, 3991.0, 3982.0, 4012.0, 3982.0, 3990.0, 3982.0, 3991.0, 3993.0, 4006.0, 4006.0, 4018.0, 4020.0, 4019.0, 4033.0, 4022.0, 4029.0, 4007.0, 4039.0, 3997.0, 4004.0, 3994.0, 3992.0, 3993.0, 4004.0, 3992.0, 3982.0, 3992.0, 3982.0, 4011.0, 3982.0, 4012.0, 3982.0, 4001.0, 3982.0, 4013.0, 3994.0, 3993.0, 4005.0, 3993.0, 3994.0, 4014.0, 3994.0, 4013.0, 3982.0, 3990.0, 3979.0, 3990.0, 3981.0, 3992.0, 3994.0, 4004.0, 3996.0, 4004.0, 4006.0, 4006.0, 4019.0, 4008.0, 4007.0, 3998.0, 4018.0, 4009.0, 4005.0, 4006.0, 4007.0, 3997.0, 4008.0, 4006.0, 4006.0, 3997.0, 4017.0, 4007.0, 4019.0, 4029.0, 4018.0, 4006.0, 4006.0, 4005.0, 4007.0, 4016.0, 4009.0, 4018.0, 4020.0, 4030.0, 4010.0, 4029.0, 4008.0, 4016.0, 3997.0, 4017.0, 4009.0, 4019.0, 4019.0, 4020.0, 4041.0, 4022.0, 4019.0, 4011.0, 4028.0, 3997.0, 4027.0, 4008.0, 4027.0, 4006.0, 4004.0, 3983.0, 4001.0, 3980.0, 3987.0, 3970.0, 3989.0, 3968.0, 3989.0, 3979.0, 3969.0, 3977.0, 3968.0, 3978.0, 3968.0, 3978.0, 3969.0, 3990.0, 3981.0, 4002.0, 3994.0, 3993.0, 3993.0, 4004.0, 3993.0, 4004.0, 4005.0, 3994.0, 4004.0, 4006.0, 4006.0, 4009.0, 4019.0], 'WindowWidth': [9024.0, 9019.0, 8981.0, 8964.0, 8926.0, 8885.0, 8910.0, 8858.0, 8882.0, 8837.0, 8849.0, 8838.0, 8839.0, 8856.0, 8861.0, 8864.0, 8886.0, 8885.0, 8889.0, 8888.0, 8890.0, 8916.0, 8932.0, 8905.0, 8890.0, 8889.0, 8889.0, 8888.0, 8905.0, 8908.0, 8911.0, 8913.0, 8917.0, 8933.0, 8933.0, 8939.0, 8935.0, 8941.0, 8937.0, 8958.0, 8953.0, 8945.0, 8955.0, 8957.0, 8940.0, 8941.0, 8934.0, 8937.0, 8932.0, 8931.0, 8918.0, 8933.0, 8902.0, 8933.0, 8904.0, 8938.0, 8921.0, 8935.0, 8932.0, 8936.0, 8940.0, 8927.0, 8944.0, 8919.0, 8936.0, 8918.0, 8936.0, 8958.0, 8954.0, 8953.0, 8961.0, 8942.0, 8942.0, 8957.0, 8941.0, 8958.0, 8940.0, 8969.0, 8942.0, 8986.0, 8957.0, 8978.0, 8941.0, 8951.0, 8957.0, 8938.0, 8936.0, 8936.0, 8966.0, 8955.0, 8948.0, 8954.0, 8936.0, 8938.0, 8954.0, 8953.0, 8955.0, 8980.0, 8960.0, 9001.0, 8972.0, 8966.0, 8965.0, 8961.0, 8965.0, 8951.0, 8960.0, 8947.0, 8983.0, 8968.0, 8982.0, 8967.0, 8986.0, 9000.0, 8983.0, 8992.0, 8964.0, 8954.0, 8958.0, 8937.0, 8937.0, 8918.0, 8933.0, 8919.0, 8933.0, 8930.0, 8929.0, 8933.0, 8914.0, 8935.0, 8919.0, 8938.0, 8939.0, 8942.0, 8939.0, 8941.0, 8924.0, 8941.0, 8940.0, 8937.0, 8950.0, 8922.0, 8940.0, 8950.0, 8957.0, 8968.0, 8955.0, 8935.0, 8954.0, 8939.0, 8957.0, 8943.0, 8976.0, 8946.0, 8963.0, 8964.0, 8980.0, 8968.0, 8970.0, 8986.0, 8983.0, 8985.0, 8982.0, 8988.0, 8996.0, 8982.0, 8989.0, 8977.0, 8978.0, 8988.0, 8981.0, 8966.0, 8967.0, 8964.0, 8966.0, 8977.0, 8969.0, 8978.0, 8985.0, 8968.0, 8967.0, 8961.0, 8966.0, 8959.0, 8991.0, 8940.0, 8975.0, 8933.0, 8965.0, 8912.0, 8959.0, 8918.0, 8955.0, 8916.0, 8911.0, 8928.0, 8916.0, 8927.0, 8909.0, 8909.0, 8908.0, 8907.0, 8910.0, 8924.0, 8930.0, 8911.0, 8930.0, 8915.0, 8936.0, 8931.0, 8935.0, 8932.0, 8938.0, 8942.0, 8955.0, 8957.0, 8952.0, 8954.0, 8938.0, 8956.0, 8940.0, 8959.0, 8941.0, 8960.0, 8979.0, 8975.0, 8964.0, 8979.0, 8982.0, 8967.0, 8967.0, 8963.0, 8965.0, 8963.0, 8979.0, 8986.0, 8998.0, 8985.0, 8991.0, 8966.0, 8984.0, 8962.0, 8973.0, 8960.0, 8985.0, 8961.0, 8942.0, 8960.0, 8957.0, 8961.0, 8956.0, 8956.0, 8956.0, 8971.0, 8961.0, 8981.0, 8959.0, 8968.0, 8957.0, 8963.0, 8954.0, 8962.0, 8953.0, 8934.0, 8953.0, 8937.0, 8956.0, 8956.0, 8958.0, 8957.0, 8955.0, 8960.0, 8970.0, 8944.0, 8965.0, 8942.0, 8965.0, 8955.0, 8965.0, 8954.0, 8962.0, 8958.0, 8948.0, 8940.0, 8935.0, 8961.0, 8943.0, 8958.0, 8958.0, 8976.0, 8967.0, 8987.0, 8990.0, 9007.0, 8990.0, 8992.0, 8973.0, 8985.0, 8992.0, 8967.0, 8971.0, 8953.0, 8953.0, 8938.0, 8935.0, 8936.0, 8937.0, 8956.0, 8956.0, 8961.0, 8956.0, 8961.0, 8962.0, 8967.0, 8981.0, 8991.0, 8962.0, 8987.0, 8978.0, 8991.0, 8954.0, 8953.0, 8935.0, 8935.0, 8936.0, 8935.0, 8939.0, 8937.0, 8961.0, 8945.0, 8979.0, 8979.0, 8991.0, 8993.0, 8968.0, 8978.0, 8965.0, 8984.0, 8959.0, 8958.0, 8964.0, 8931.0, 8940.0, 8914.0, 8929.0, 8938.0, 8931.0, 8981.0, 8957.0, 8959.0, 8975.0, 8962.0, 8966.0, 8961.0, 8968.0, 8959.0, 8941.0, 8957.0, 8940.0, 8960.0, 8952.0, 8966.0, 8961.0, 8960.0, 8961.0, 8959.0, 8978.0, 8963.0, 8981.0, 8977.0, 8981.0, 8976.0, 8963.0, 8953.0, 8942.0, 8949.0, 8939.0, 8949.0, 8941.0, 8965.0, 8958.0, 8966.0, 8958.0, 8945.0, 8959.0, 8955.0, 8956.0, 8952.0, 8955.0, 8953.0, 8956.0, 8955.0, 8939.0, 8956.0, 8940.0, 8953.0, 8937.0, 8954.0, 8935.0, 8954.0, 8937.0, 8959.0, 8940.0, 8965.0, 8974.0, 8980.0, 8974.0, 8981.0, 8975.0, 8964.0, 8972.0, 8963.0, 8943.0, 8959.0, 8953.0, 8958.0, 8956.0, 8966.0, 8961.0, 8989.0, 8986.0, 9006.0, 9008.0, 9008.0, 9008.0, 9012.0, 8991.0, 8972.0, 8979.0, 8964.0, 8990.0, 8977.0, 8975.0, 8968.0, 8975.0, 8965.0, 8980.0, 8980.0, 8959.0, 8953.0, 8939.0, 8951.0, 8940.0, 8958.0, 8959.0, 8961.0, 8974.0, 8962.0, 8950.0, 8938.0, 8940.0, 8931.0, 8941.0, 8931.0, 8942.0, 8923.0, 8941.0, 8935.0, 8930.0, 8935.0, 8940.0, 8918.0, 8923.0, 8917.0, 8940.0, 8933.0, 8913.0, 8917.0, 8915.0, 8931.0, 8934.0, 8935.0, 8933.0, 8930.0, 8930.0, 8917.0, 8935.0, 8935.0, 8938.0, 8934.0, 8941.0, 8941.0, 8959.0, 8941.0, 8941.0, 8955.0, 8945.0, 8965.0, 8962.0, 8956.0, 8944.0, 8941.0, 8940.0, 8937.0, 8939.0, 8956.0, 8940.0, 8942.0, 8955.0, 8969.0, 8962.0, 8980.0, 8978.0, 9004.0, 8984.0, 8985.0, 8978.0, 8981.0, 8977.0, 8967.0, 8993.0, 8983.0, 8982.0, 8990.0, 8987.0, 8988.0, 8988.0, 8989.0, 8986.0, 8990.0, 8985.0, 8985.0, 8984.0, 8972.0, 8981.0, 8967.0, 8966.0, 8995.0, 8971.0, 8977.0, 8951.0, 8958.0, 8947.0, 8963.0, 8995.0, 8960.0, 8979.0, 8943.0, 8955.0, 8939.0, 8965.0, 8923.0, 8945.0, 8937.0, 8988.0, 8961.0, 8946.0, 8921.0, 8942.0, 8935.0, 8935.0, 8936.0, 8932.0, 8939.0, 8963.0, 8974.0, 8979.0, 8989.0, 8972.0, 8937.0, 8925.0, 8929.0, 8916.0, 8913.0, 8917.0, 8943.0, 8939.0, 8921.0, 8939.0, 8936.0, 8937.0, 8918.0, 8931.0, 8913.0, 8938.0, 8915.0, 8933.0, 8897.0, 8921.0, 8895.0, 8920.0, 8912.0, 8895.0, 8890.0, 8883.0, 8887.0, 8891.0, 8888.0, 8906.0, 8911.0, 8915.0, 8929.0, 8935.0, 8934.0, 8942.0, 8937.0, 8945.0, 8957.0, 8965.0, 8978.0, 8970.0, 8979.0, 8968.0, 8962.0, 8947.0, 8939.0, 8935.0, 8923.0, 8935.0, 8937.0, 8963.0, 8956.0, 8946.0, 8954.0, 8940.0, 8953.0, 8939.0, 8943.0, 8956.0, 8966.0, 8963.0, 8967.0, 8962.0, 8975.0, 8949.0, 8975.0, 8951.0, 8971.0, 8945.0, 8952.0, 8946.0, 8968.0, 8940.0, 8936.0, 8937.0, 8954.0, 8958.0, 8959.0, 8953.0, 8963.0, 8973.0, 8984.0, 8998.0, 8991.0, 9000.0, 8978.0, 8987.0, 8990.0, 9020.0, 8986.0, 8980.0, 8969.0, 8977.0, 8987.0, 8978.0, 8973.0, 8981.0, 8971.0, 8991.0, 8982.0, 8994.0, 8986.0, 8977.0, 8966.0, 8964.0, 8982.0, 9000.0, 8988.0, 9002.0, 9007.0, 8989.0, 8990.0, 8989.0, 8993.0, 8990.0, 8984.0, 8971.0, 8979.0, 8952.0, 8960.0, 8965.0, 8953.0, 8928.0, 8955.0, 8958.0, 8956.0, 8972.0, 8942.0, 8949.0, 8942.0, 8986.0, 8944.0, 8979.0, 8941.0, 8961.0, 8942.0, 8962.0, 8923.0, 8939.0, 8901.0, 8943.0, 8918.0, 8910.0, 8903.0, 8910.0, 8899.0, 8927.0, 8919.0, 8913.0, 8915.0, 8913.0, 8916.0, 8915.0, 8919.0, 8916.0, 8915.0, 8924.0, 8933.0, 8939.0, 8955.0, 8966.0, 8989.0, 8965.0, 8973.0, 8966.0, 8959.0, 8949.0, 8968.0, 8931.0, 8962.0, 8917.0, 8947.0, 8936.0, 8935.0, 8914.0, 8905.0, 8909.0, 8900.0, 8937.0, 8898.0, 8904.0, 8896.0, 8907.0, 8915.0, 8937.0, 8940.0, 8958.0, 8963.0, 8963.0, 8987.0, 8973.0, 8975.0, 8941.0, 8990.0, 8927.0, 8930.0, 8916.0, 8911.0, 8914.0, 8930.0, 8910.0, 8900.0, 8911.0, 8899.0, 8937.0, 8897.0, 8935.0, 8899.0, 8921.0, 8898.0, 8941.0, 8919.0, 8915.0, 8935.0, 8915.0, 8918.0, 8946.0, 8919.0, 8940.0, 8896.0, 8904.0, 8888.0, 8904.0, 8895.0, 8911.0, 8920.0, 8932.0, 8925.0, 8933.0, 8941.0, 8938.0, 8961.0, 8943.0, 8941.0, 8930.0, 8957.0, 8945.0, 8936.0, 8939.0, 8941.0, 8930.0, 8942.0, 8939.0, 8938.0, 8926.0, 8955.0, 8942.0, 8964.0, 8975.0, 8957.0, 8939.0, 8939.0, 8935.0, 8942.0, 8951.0, 8946.0, 8957.0, 8966.0, 8976.0, 8951.0, 8973.0, 8946.0, 8953.0, 8930.0, 8956.0, 8947.0, 8962.0, 8963.0, 8966.0, 8996.0, 8971.0, 8961.0, 8953.0, 8968.0, 8928.0, 8966.0, 8942.0, 8966.0, 8937.0, 8930.0, 8901.0, 8919.0, 8892.0, 8896.0, 8875.0, 8899.0, 8871.0, 8902.0, 8885.0, 8873.0, 8880.0, 8868.0, 8883.0, 8871.0, 8883.0, 8876.0, 8904.0, 8897.0, 8925.0, 8918.0, 8915.0, 8916.0, 8931.0, 8916.0, 8930.0, 8933.0, 8918.0, 8931.0, 8935.0, 8937.0, 8946.0, 8959.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.0013948509174311926</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.034340724311926606</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.52834951181397</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.195736920723308</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0017850518484503</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4514</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6804.2646</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11268963529230555</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>74</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.486238532110091</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.403988213212448</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.305303217764561</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7057725718529912</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.200888850019793</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0185715</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017298245802521706</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0304466113448143</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.881314863252556</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>36.7746</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.7454</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.3205</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308488.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>703.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.8373</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1533</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.1905</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3270.8253</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3485.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68056.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1066.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4279.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>897.885</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.041034122463316</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> |