=== 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-0126 --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-0126",
"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-0126_ses-01_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-0126_ses-01_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-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_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-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_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-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0126_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_ses-01_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-0126/figures/sub-0126_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_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-0126/ses-01/func/sub-0126_ses-01_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>87cc171c3acf1a0e8044f0b7d4c971d1</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>19:29:18.192500</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.998815, 0.0352021, 0.0336033, -0.0355776, 0.99931, 0.0106416]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.105239</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>[4217, -7807, -7223, 0, -118, -141, -44, 121]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>289.95</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>64569dde-3b77-4223-81ee-0d823cf6cb8c||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.6797478199005127, -0.09545208513736725, 0.08965486288070679, 118.63660430908203], [-0.09444472938776016, 2.6810762882232666, 0.03192627429962158, -78.93059539794922], [0.09015516936779022, -0.02855071611702442, 2.698322296142578, -78.11164855957031], [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': ['192918.192500', '192918.652500', '192919.112500', '192919.572500', '192920.032500', '192920.492500', '192920.952500', '192921.412500', '192921.872500', '192922.332500', '192922.792500', '192923.252500', '192923.712500', '192924.172500', '192924.632500', '192925.092500', '192925.552500', '192926.012500', '192926.472500', '192926.932500', '192927.392500', '192927.852500', '192928.312500', '192928.772500', '192929.232500', '192929.692500', '192930.152500', '192930.612500', '192931.072500', '192931.532500', '192931.992500', '192932.452500', '192932.912500', '192933.372500', '192933.832500', '192934.292500', '192934.752500', '192935.212500', '192935.672500', '192936.132500', '192936.592500', '192937.052500', '192937.512500', '192937.972500', '192938.432500', '192938.892500', '192939.352500', '192939.812500', '192940.272500', '192940.732500', '192941.192500', '192941.652500', '192942.112500', '192942.572500', '192943.032500', '192943.492500', '192943.952500', '192944.412500', '192944.872500', '192945.332500', '192945.792500', '192946.252500', '192946.712500', '192947.172500', '192947.632500', '192948.092500', '192948.552500', '192949.012500', '192949.472500', '192949.932500', '192950.392500', '192950.852500', '192951.312500', '192951.772500', '192952.232500', '192952.692500', '192953.152500', '192953.612500', '192954.072500', '192954.532500', '192954.992500', '192955.452500', '192955.912500', '192956.372500', '192956.832500', '192957.292500', '192957.752500', '192958.212500', '192958.672500', '192959.132500', '192959.592500', '193000.052500', '193000.512500', '193000.972500', '193001.432500', '193001.892500', '193002.352500', '193002.812500', '193003.272500', '193003.732500', '193004.192500', '193004.652500', '193005.112500', '193005.572500', '193006.032500', '193006.492500', '193006.952500', '193007.412500', '193007.872500', '193008.332500', '193008.792500', '193009.252500', '193009.712500', '193010.172500', '193010.632500', '193011.092500', '193011.552500', '193012.012500', '193012.472500', '193012.932500', '193013.392500', '193013.852500', '193014.312500', '193014.772500', '193015.232500', '193015.692500', '193016.152500', '193016.612500', '193017.072500', '193017.532500', '193017.992500', '193018.452500', '193018.912500', '193019.372500', '193019.832500', '193020.292500', '193020.752500', '193021.212500', '193021.672500', '193022.132500', '193022.592500', '193023.052500', '193023.512500', '193023.972500', '193024.432500', '193024.892500', '193025.352500', '193025.812500', '193026.272500', '193026.732500', '193027.192500', '193027.652500', '193028.112500', '193028.572500', '193029.032500', '193029.492500', '193029.952500', '193030.412500', '193030.872500', '193031.332500', '193031.792500', '193032.252500', '193032.712500', '193033.172500', '193033.632500', '193034.092500', '193034.552500', '193035.012500', '193035.472500', '193035.932500', '193036.392500', '193036.852500', '193037.312500', '193037.772500', '193038.232500', '193038.692500', '193039.152500', '193039.612500', '193040.072500', '193040.532500', '193040.992500', '193041.452500', '193041.912500', '193042.372500', '193042.832500', '193043.292500', '193043.752500', '193044.212500', '193044.672500', '193045.132500', '193045.592500', '193046.052500', '193046.512500', '193046.972500', '193047.432500', '193047.892500', '193048.352500', '193048.812500', '193049.272500', '193049.732500', '193050.192500', '193050.652500', '193051.112500', '193051.572500', '193052.032500', '193052.492500', '193052.952500', '193053.412500', '193053.872500', '193054.332500', '193054.792500', '193055.252500', '193055.712500', '193056.172500', '193056.632500', '193057.092500', '193057.552500', '193058.012500', '193058.472500', '193058.932500', '193059.392500', '193059.852500', '193100.312500', '193100.772500', '193101.232500', '193101.692500', '193102.152500', '193102.612500', '193103.072500', '193103.532500', '193103.992500', '193104.452500', '193104.912500', '193105.372500', '193105.832500', '193106.292500', '193106.752500', '193107.212500', '193107.672500', '193108.132500', '193108.592500', '193109.052500', '193109.512500', '193109.972500', '193110.432500', '193110.892500', '193111.352500', '193111.812500', '193112.272500', '193112.732500', '193113.192500', '193113.652500', '193114.112500', '193114.572500', '193115.032500', '193115.492500', '193115.952500', '193116.412500', '193116.872500', '193117.332500', '193117.792500', '193118.252500', '193118.712500', '193119.172500', '193119.632500', '193120.092500', '193120.552500', '193121.012500', '193121.472500', '193121.932500', '193122.392500', '193122.852500', '193123.312500', '193123.772500', '193124.232500', '193124.692500', '193125.152500', '193125.612500', '193126.072500', '193126.532500', '193126.992500', '193127.452500', '193127.912500', '193128.372500', '193128.832500', '193129.292500', '193129.752500', '193130.212500', '193130.672500', '193131.132500', '193131.592500', '193132.052500', '193132.512500', '193132.972500', '193133.432500', '193133.892500', '193134.352500', '193134.812500', '193135.272500', '193135.732500', '193136.192500', '193136.652500', '193137.112500', '193137.572500', '193138.032500', '193138.492500', '193138.952500', '193139.412500', '193139.872500', '193140.332500', '193140.792500', '193141.252500', '193141.712500', '193142.172500', '193142.632500', '193143.092500', '193143.552500', '193144.012500', '193144.472500', '193144.932500', '193145.392500', '193145.852500', '193146.312500', '193146.772500', '193147.232500', '193147.692500', '193148.152500', '193148.612500', '193149.072500', '193149.532500', '193149.992500', '193150.452500', '193150.912500', '193151.372500', '193151.832500', '193152.292500', '193152.752500', '193153.212500', '193153.672500', '193154.132500', '193154.592500', '193155.052500', '193155.512500', '193155.972500', '193156.432500', '193156.892500', '193157.352500', '193157.812500', '193158.272500', '193158.732500', '193159.192500', '193159.652500', '193200.112500', '193200.572500', '193201.032500', '193201.492500', '193201.952500', '193202.412500', '193202.872500', '193203.332500', '193203.792500', '193204.252500', '193204.712500', '193205.172500', '193205.632500', '193206.092500', '193206.552500', '193207.012500', '193207.472500', '193207.932500', '193208.392500', '193208.852500', '193209.312500', '193209.772500', '193210.232500', '193210.692500', '193211.152500', '193211.612500', '193212.072500', '193212.532500', '193212.992500', '193213.452500', '193213.912500', '193214.372500', '193214.832500', '193215.292500', '193215.752500', '193216.212500', '193216.672500', '193217.132500', '193217.592500', '193218.052500', '193218.512500', '193218.972500', '193219.432500', '193219.892500', '193220.352500', '193220.812500', '193221.272500', '193221.732500', '193222.192500', '193222.652500', '193223.112500', '193223.572500', '193224.032500', '193224.492500', '193224.952500', '193225.412500', '193225.872500', '193226.332500', '193226.792500', '193227.252500', '193227.712500', '193228.172500', '193228.632500', '193229.092500', '193229.552500', '193230.012500', '193230.472500', '193230.932500', '193231.392500', '193231.852500', '193232.312500', '193232.772500', '193233.232500', '193233.692500', '193234.152500', '193234.612500', '193235.072500', '193235.532500', '193235.992500', '193236.452500', '193236.912500', '193237.372500', '193237.832500', '193238.292500', '193238.752500', '193239.212500', '193239.672500', '193240.132500', '193240.592500', '193241.052500', '193241.512500', '193241.972500', '193242.432500', '193242.892500', '193243.352500', '193243.812500', '193244.272500', '193244.732500', '193245.192500', '193245.652500', '193246.112500', '193246.572500', '193247.032500', '193247.492500', '193247.952500', '193248.412500', '193248.872500', '193249.332500', '193249.792500', '193250.252500', '193250.712500', '193251.172500', '193251.632500', '193252.092500', '193252.552500', '193253.012500', '193253.472500', '193253.932500', '193254.392500', '193254.852500', '193255.312500', '193255.772500', '193256.232500', '193256.692500', '193257.152500', '193257.612500', '193258.072500', '193258.532500', '193258.992500', '193259.452500', '193259.912500', '193300.372500', '193300.832500', '193301.292500', '193301.752500', '193302.212500', '193302.672500', '193303.132500', '193303.592500', '193304.052500', '193304.512500', '193304.972500', '193305.432500', '193305.892500', '193306.352500', '193306.812500', '193307.272500', '193307.732500', '193308.192500', '193308.652500', '193309.112500', '193309.572500', '193310.032500', '193310.492500', '193310.952500', '193311.412500', '193311.872500', '193312.332500', '193312.792500', '193313.252500', '193313.712500', '193314.172500', '193314.632500', '193315.092500', '193315.552500', '193316.012500', '193316.472500', '193316.932500', '193317.392500', '193317.852500', '193318.312500', '193318.772500', '193319.232500', '193319.692500', '193320.152500', '193320.612500', '193321.072500', '193321.532500', '193321.992500', '193322.452500', '193322.912500', '193323.372500', '193323.832500', '193324.292500', '193324.752500', '193325.212500', '193325.672500', '193326.132500', '193326.592500', '193327.052500', '193327.512500', '193327.972500', '193328.432500', '193328.892500', '193329.352500', '193329.812500', '193330.272500', '193330.732500', '193331.192500', '193331.652500', '193332.112500', '193332.572500', '193333.032500', '193333.492500', '193333.952500', '193334.412500', '193334.872500', '193335.332500', '193335.792500', '193336.252500', '193336.712500', '193337.172500', '193337.632500', '193338.092500', '193338.552500', '193339.012500', '193339.472500', '193339.932500', '193340.392500', '193340.852500', '193341.312500', '193341.772500', '193342.232500', '193342.692500', '193343.152500', '193343.612500', '193344.072500', '193344.532500', '193344.992500', '193345.452500', '193345.912500', '193346.372500', '193346.832500', '193347.292500', '193347.752500', '193348.212500', '193348.672500', '193349.132500', '193349.592500', '193350.052500', '193350.512500', '193350.972500', '193351.432500', '193351.892500', '193352.352500', '193352.812500', '193353.272500', '193353.732500', '193354.192500', '193354.652500', '193355.112500', '193355.572500', '193356.032500', '193356.492500', '193356.952500', '193357.412500', '193357.872500', '193358.332500', '193358.792500', '193359.252500', '193359.712500', '193400.172500', '193400.632500', '193401.092500', '193401.552500', '193402.012500', '193402.472500', '193402.932500', '193403.392500', '193403.852500', '193404.312500', '193404.772500', '193405.232500', '193405.692500', '193406.152500', '193406.612500', '193407.072500', '193407.532500', '193407.992500', '193408.452500', '193408.912500', '193409.372500', '193409.832500', '193410.292500', '193410.752500', '193411.212500', '193411.672500', '193412.132500', '193412.592500', '193413.052500', '193413.512500', '193413.972500', '193414.432500', '193414.892500', '193415.352500', '193415.812500', '193416.272500', '193416.732500', '193417.192500', '193417.652500', '193418.112500', '193418.572500', '193419.032500', '193419.492500', '193419.952500', '193420.412500', '193420.872500', '193421.332500', '193421.792500', '193422.252500', '193422.712500', '193423.172500', '193423.632500', '193424.092500', '193424.552500', '193425.012500', '193425.472500', '193425.932500', '193426.392500', '193426.852500', '193427.312500', '193427.772500', '193428.232500', '193428.692500', '193429.152500', '193429.612500', '193430.072500', '193430.532500', '193430.992500', '193431.452500', '193431.912500', '193432.372500', '193432.832500', '193433.292500', '193433.752500', '193434.212500', '193434.672500', '193435.132500', '193435.592500', '193436.052500', '193436.512500', '193436.972500', '193437.432500', '193437.892500', '193438.352500', '193438.812500', '193439.272500', '193439.732500', '193440.192500', '193440.652500', '193441.112500', '193441.572500', '193442.032500', '193442.492500', '193442.952500', '193443.412500', '193443.872500', '193444.332500', '193444.792500', '193445.252500', '193445.712500', '193446.172500', '193446.632500', '193447.092500', '193447.552500', '193448.012500', '193448.472500', '193448.932500', '193449.392500', '193449.852500', '193450.312500', '193450.772500', '193451.232500', '193451.692500', '193452.152500', '193452.612500', '193453.072500', '193453.532500', '193453.992500', '193454.452500', '193454.912500', '193455.372500', '193455.832500', '193456.292500', '193456.752500', '193457.212500', '193457.672500', '193458.132500', '193458.592500', '193459.052500', '193459.512500', '193459.972500', '193500.432500', '193500.892500', '193501.352500', '193501.812500', '193502.272500', '193502.732500', '193503.192500', '193503.652500', '193504.112500', '193504.572500', '193505.032500', '193505.492500', '193505.952500', '193506.412500', '193506.872500', '193507.332500', '193507.792500', '193508.252500', '193508.712500', '193509.172500', '193509.632500', '193510.092500', '193510.552500', '193511.012500', '193511.472500', '193511.932500', '193512.392500', '193512.852500', '193513.312500', '193513.772500', '193514.232500', '193514.692500', '193515.152500', '193515.612500', '193516.072500', '193516.532500', '193516.992500', '193517.452500', '193517.912500', '193518.372500', '193518.832500', '193519.292500', '193519.752500', '193520.212500', '193520.672500', '193521.132500', '193521.592500', '193522.052500', '193522.512500', '193522.972500', '193523.432500', '193523.892500', '193524.352500', '193524.812500', '193525.272500', '193525.732500', '193526.192500', '193526.652500', '193527.112500', '193527.572500', '193528.032500', '193528.492500', '193528.952500', '193529.412500', '193529.872500', '193530.332500', '193530.792500', '193531.252500', '193531.712500', '193532.172500', '193532.632500', '193533.092500', '193533.552500', '193534.012500', '193534.472500', '193534.932500', '193535.392500', '193535.852500', '193536.312500', '193536.772500', '193537.232500', '193537.692500', '193538.152500', '193538.612500', '193539.072500', '193539.532500', '193539.992500', '193540.452500', '193540.912500', '193541.372500', '193541.832500', '193542.292500', '193542.752500', '193543.212500', '193543.672500', '193544.132500', '193544.592500', '193545.052500', '193545.512500', '193545.972500', '193546.432500', '193546.892500', '193547.352500', '193547.812500', '193548.272500', '193548.732500', '193549.192500', '193549.652500', '193550.112500', '193550.572500', '193551.032500', '193551.492500', '193551.952500', '193552.412500', '193552.872500', '193553.332500', '193553.792500', '193554.252500', '193554.712500', '193555.172500', '193555.632500', '193556.092500', '193556.552500', '193557.012500', '193557.472500', '193557.932500', '193558.392500', '193558.852500'], 'ContentTime': ['192942.748000', '192942.759000', '192942.762000', '192942.764000', '192942.767000', '192942.770000', '192942.772000', '192942.775000', '192942.777000', '192942.780000', '192942.783000', '192942.785000', '192942.788000', '192942.790000', '192942.793000', '192942.795000', '192942.798000', '192942.801000', '192942.803000', '192942.806000', '192942.808000', '192942.811000', '192942.813000', '192942.816000', '192942.819000', '192942.821000', '192942.824000', '192942.826000', '192942.829000', '192942.832000', '192942.834000', '192942.837000', '192942.839000', '192942.868000', '192942.871000', '192942.873000', '192942.876000', '192942.878000', '192942.881000', '192942.883000', '192942.886000', '192942.889000', '192942.891000', '192942.894000', '192942.896000', '192942.899000', '192942.901000', '192942.904000', '192942.907000', '192942.909000', '192942.912000', '193002.708000', '193002.711000', '193002.714000', '193002.716000', '193002.719000', '193002.722000', '193002.724000', '193002.727000', '193002.729000', '193002.732000', '193002.734000', '193002.737000', '193002.739000', '193002.742000', '193002.744000', '193002.747000', '193002.750000', '193002.752000', '193002.755000', '193002.757000', '193002.760000', '193002.762000', '193002.790000', '193002.793000', '193002.795000', '193002.798000', '193002.800000', '193002.803000', '193002.805000', '193002.808000', '193002.811000', '193002.813000', '193002.816000', '193002.818000', '193002.821000', '193002.823000', '193002.826000', '193002.836000', '193002.838000', '193002.841000', '193002.843000', '193002.846000', '193002.849000', '193022.709000', '193022.711000', '193022.714000', '193022.717000', '193022.719000', '193022.722000', '193022.724000', '193022.727000', '193022.729000', '193022.732000', '193022.735000', '193022.737000', '193022.740000', '193022.742000', '193022.745000', '193022.747000', '193022.750000', '193022.752000', '193022.755000', '193022.758000', '193022.760000', '193022.763000', '193022.765000', '193022.768000', '193022.770000', '193022.773000', '193022.776000', '193022.778000', '193022.790000', '193022.793000', '193022.795000', '193022.798000', '193022.800000', '193022.803000', '193022.805000', '193022.808000', '193022.811000', '193022.813000', '193022.816000', '193022.818000', '193022.821000', '193022.823000', '193022.826000', '193022.829000', '193042.708000', '193042.711000', '193042.714000', '193042.716000', '193042.719000', '193042.727000', '193042.730000', '193042.732000', '193042.735000', '193042.738000', '193042.740000', '193042.743000', '193042.745000', '193042.748000', '193042.750000', '193042.753000', '193042.756000', '193042.758000', '193042.761000', '193042.763000', '193042.766000', '193042.769000', '193042.771000', '193042.774000', '193042.776000', '193042.779000', '193042.781000', '193042.784000', '193042.787000', '193042.789000', '193042.792000', '193042.795000', '193042.797000', '193042.800000', '193042.802000', '193042.805000', '193042.807000', '193042.810000', '193042.812000', '193042.815000', '193042.818000', '193042.820000', '193042.823000', '193102.707000', '193102.710000', '193102.713000', '193102.715000', '193102.723000', '193102.726000', '193102.729000', '193102.731000', '193102.734000', '193102.736000', '193102.739000', '193102.741000', '193102.744000', '193102.747000', '193102.749000', '193102.752000', '193102.754000', '193102.757000', '193102.759000', '193102.762000', '193102.765000', '193102.767000', '193102.770000', '193102.772000', '193102.775000', '193102.777000', '193102.780000', '193102.782000', '193102.785000', '193102.788000', '193102.790000', '193102.793000', '193102.796000', '193102.798000', '193102.801000', '193102.803000', '193102.806000', '193102.817000', '193102.820000', '193102.822000', '193102.825000', '193102.827000', '193102.830000', '193102.833000', '193122.709000', '193122.711000', '193122.714000', '193122.717000', '193122.719000', '193122.722000', '193122.724000', '193122.727000', '193122.729000', '193122.732000', '193122.735000', '193122.737000', '193122.740000', '193122.742000', '193122.745000', '193122.748000', '193122.751000', '193122.753000', '193122.756000', '193122.758000', '193122.761000', '193122.763000', '193122.766000', '193122.768000', '193122.771000', '193122.774000', '193122.776000', '193122.779000', '193122.781000', '193122.784000', '193122.786000', '193122.789000', '193122.792000', '193122.794000', '193122.797000', '193122.799000', '193122.802000', '193122.805000', '193122.807000', '193122.810000', '193122.812000', '193122.815000', '193122.817000', '193142.709000', '193142.711000', '193142.714000', '193142.717000', '193142.719000', '193142.722000', '193142.725000', '193142.727000', '193142.730000', '193142.732000', '193142.735000', '193142.738000', '193142.740000', '193142.743000', '193142.746000', '193142.748000', '193142.751000', '193142.754000', '193142.756000', '193142.759000', '193142.761000', '193142.764000', '193142.767000', '193142.769000', '193142.772000', '193142.774000', '193142.777000', '193142.780000', '193142.782000', '193142.785000', '193142.788000', '193142.790000', '193142.793000', '193142.795000', '193142.798000', '193142.801000', '193142.803000', '193142.806000', '193142.809000', '193142.812000', '193142.814000', '193142.817000', '193142.819000', '193202.708000', '193202.711000', '193202.714000', '193202.716000', '193202.719000', '193202.722000', '193202.725000', '193202.727000', '193202.730000', '193202.732000', '193202.735000', '193202.737000', '193202.740000', '193202.743000', '193202.745000', '193202.748000', '193202.750000', '193202.753000', '193202.756000', '193202.758000', '193202.761000', '193202.763000', '193202.766000', '193202.768000', '193202.771000', '193202.774000', '193202.776000', '193202.779000', '193202.781000', '193202.784000', '193202.786000', '193202.789000', '193202.792000', '193202.794000', '193202.797000', '193202.799000', '193202.802000', '193202.804000', '193202.807000', '193202.810000', '193202.812000', '193202.815000', '193202.817000', '193202.820000', '193222.708000', '193222.711000', '193222.714000', '193222.716000', '193222.719000', '193222.721000', '193222.724000', '193222.727000', '193222.729000', '193222.732000', '193222.734000', '193222.737000', '193222.739000', '193222.742000', '193222.745000', '193222.747000', '193222.750000', '193222.752000', '193222.755000', '193222.757000', '193222.760000', '193222.763000', '193222.765000', '193222.768000', '193222.770000', '193222.773000', '193222.776000', '193222.782000', '193222.785000', '193222.788000', '193222.790000', '193222.793000', '193222.795000', '193222.798000', '193222.800000', '193222.803000', '193222.806000', '193222.808000', '193222.811000', '193222.813000', '193222.816000', '193222.818000', '193222.821000', '193222.824000', '193242.709000', '193242.712000', '193242.714000', '193242.717000', '193242.719000', '193242.722000', '193242.724000', '193242.727000', '193242.730000', '193242.732000', '193242.735000', '193242.738000', '193242.740000', '193242.757000', '193242.760000', '193242.762000', '193242.765000', '193242.768000', '193242.779000', '193242.782000', '193242.784000', '193242.787000', '193242.789000', '193242.792000', '193242.795000', '193242.797000', '193242.809000', '193242.811000', '193242.814000', '193242.816000', '193242.819000', '193242.822000', '193242.824000', '193242.827000', '193242.829000', '193242.832000', '193242.835000', '193242.837000', '193242.840000', '193242.842000', '193242.845000', '193242.847000', '193242.850000', '193302.708000', '193302.712000', '193302.714000', '193302.717000', '193302.720000', '193302.723000', '193302.727000', '193302.730000', '193302.732000', '193302.735000', '193302.738000', '193302.740000', '193302.743000', '193302.745000', '193302.748000', '193302.751000', '193302.753000', '193302.756000', '193302.758000', '193302.761000', '193302.763000', '193302.766000', '193302.769000', '193302.771000', '193302.774000', '193302.776000', '193302.779000', '193302.782000', '193302.784000', '193302.787000', '193302.789000', '193302.792000', '193302.795000', '193302.797000', '193302.800000', '193302.802000', '193302.805000', '193302.808000', '193302.810000', '193302.813000', '193302.815000', '193302.818000', '193302.820000', '193322.707000', '193322.710000', '193322.713000', '193322.718000', '193322.721000', '193322.723000', '193322.726000', '193322.728000', '193322.731000', '193322.733000', '193322.736000', '193322.739000', '193322.741000', '193322.744000', '193322.746000', '193322.749000', '193322.751000', '193322.754000', '193322.757000', '193322.760000', '193322.762000', '193322.765000', '193322.767000', '193322.770000', '193322.773000', '193322.775000', '193322.778000', '193322.780000', '193322.783000', '193322.785000', '193322.788000', '193322.791000', '193322.793000', '193322.796000', '193322.798000', '193322.801000', '193322.803000', '193322.806000', '193322.809000', '193322.811000', '193322.814000', '193322.816000', '193322.819000', '193322.822000', '193342.709000', '193342.711000', '193342.714000', '193342.717000', '193342.720000', '193342.723000', '193342.725000', '193342.728000', '193342.730000', '193342.733000', '193342.736000', '193342.738000', '193342.741000', '193342.743000', '193342.746000', '193342.749000', '193342.751000', '193342.754000', '193342.756000', '193342.759000', '193342.761000', '193342.764000', '193342.767000', '193342.769000', '193342.772000', '193342.774000', '193342.777000', '193342.779000', '193342.782000', '193342.785000', '193342.787000', '193342.790000', '193342.792000', '193342.795000', '193342.797000', '193342.800000', '193342.803000', '193342.805000', '193342.808000', '193342.811000', '193342.813000', '193342.816000', '193342.819000', '193402.708000', '193402.711000', '193402.714000', '193402.716000', '193402.719000', '193402.723000', '193402.725000', '193402.728000', '193402.730000', '193402.733000', '193402.736000', '193402.738000', '193402.741000', '193402.743000', '193402.746000', '193402.749000', '193402.751000', '193402.754000', '193402.756000', '193402.759000', '193402.761000', '193402.764000', '193402.767000', '193402.769000', '193402.772000', '193402.774000', '193402.777000', '193402.780000', '193402.782000', '193402.785000', '193402.787000', '193402.790000', '193402.792000', '193402.795000', '193402.798000', '193402.800000', '193402.803000', '193402.806000', '193402.808000', '193402.811000', '193402.813000', '193402.816000', '193402.819000', '193402.821000', '193422.709000', '193422.711000', '193422.714000', '193422.717000', '193422.719000', '193422.722000', '193422.724000', '193422.727000', '193422.730000', '193422.732000', '193422.735000', '193422.738000', '193422.741000', '193422.743000', '193422.746000', '193422.749000', '193422.751000', '193422.754000', '193422.757000', '193422.759000', '193422.762000', '193422.766000', '193422.769000', '193422.772000', '193422.774000', '193422.777000', '193422.779000', '193422.782000', '193422.785000', '193422.787000', '193422.790000', '193422.793000', '193422.795000', '193422.798000', '193422.801000', '193422.803000', '193422.806000', '193422.809000', '193422.811000', '193422.814000', '193422.816000', '193422.819000', '193422.822000', '193442.709000', '193442.711000', '193442.714000', '193442.717000', '193442.720000', '193442.722000', '193442.725000', '193442.727000', '193442.730000', '193442.733000', '193442.736000', '193442.738000', '193442.741000', '193442.744000', '193442.747000', '193442.749000', '193442.752000', '193442.754000', '193442.757000', '193442.760000', '193442.762000', '193442.765000', '193442.768000', '193442.770000', '193442.773000', '193442.776000', '193442.778000', '193442.781000', '193442.783000', '193442.786000', '193442.789000', '193442.791000', '193442.794000', '193442.796000', '193442.799000', '193442.802000', '193442.804000', '193442.807000', '193442.809000', '193442.812000', '193442.815000', '193442.817000', '193442.820000', '193442.823000', '193502.708000', '193502.711000', '193502.714000', '193502.716000', '193502.719000', '193502.722000', '193502.724000', '193502.727000', '193502.729000', '193502.732000', '193502.734000', '193502.737000', '193502.740000', '193502.742000', '193502.745000', '193502.747000', '193502.750000', '193502.752000', '193502.755000', '193502.758000', '193502.760000', '193502.763000', '193502.765000', '193502.768000', '193502.771000', '193502.773000', '193502.776000', '193502.778000', '193502.781000', '193502.783000', '193502.786000', '193502.789000', '193502.791000', '193502.794000', '193502.797000', '193502.799000', '193502.802000', '193502.805000', '193502.808000', '193502.811000', '193502.813000', '193502.816000', '193502.819000', '193522.709000', '193522.711000', '193522.714000', '193522.717000', '193522.719000', '193522.722000', '193522.724000', '193522.727000', '193522.730000', '193522.732000', '193522.735000', '193522.737000', '193522.740000', '193522.743000', '193522.745000', '193522.748000', '193522.750000', '193522.753000', '193522.756000', '193522.758000', '193522.761000', '193522.765000', '193522.768000', '193522.770000', '193522.773000', '193522.775000', '193522.778000', '193522.781000', '193522.783000', '193522.786000', '193522.789000', '193522.791000', '193522.794000', '193522.796000', '193522.799000', '193522.802000', '193522.804000', '193522.807000', '193522.809000', '193522.812000', '193522.814000', '193522.817000', '193522.820000', '193522.822000', '193542.708000', '193542.711000', '193542.713000', '193542.716000', '193542.718000', '193542.721000', '193542.724000', '193542.726000', '193542.729000', '193542.731000', '193542.734000', '193542.737000', '193542.739000', '193542.742000', '193542.744000', '193542.747000', '193542.749000', '193542.752000', '193542.768000', '193542.771000', '193542.773000', '193542.776000', '193542.780000', '193542.783000', '193542.785000', '193542.788000', '193542.790000', '193542.793000', '193542.796000', '193542.798000', '193542.801000', '193542.804000', '193542.808000', '193542.810000', '193542.813000', '193542.816000', '193542.818000', '193542.821000', '193542.823000', '193542.826000', '193542.828000', '193542.836000', '193542.839000', '193600.265000', '193600.268000', '193600.271000', '193600.274000', '193600.277000', '193600.280000', '193600.283000', '193600.286000', '193600.289000', '193600.291000', '193600.294000', '193600.297000', '193600.299000', '193600.302000', '193600.305000', '193600.308000', '193600.310000', '193600.313000', '193600.316000', '193600.318000', '193600.321000', '193600.324000', '193600.327000', '193600.330000', '193600.332000', '193600.335000', '193600.338000', '193600.341000', '193600.344000', '193600.349000', '193600.353000', '193600.356000', '193600.359000', '193600.363000', '193600.366000', '193600.368000', '193600.371000', '193600.374000', '193600.377000'], 'InstanceCreationTime': ['192942.748000', '192942.759000', '192942.762000', '192942.764000', '192942.767000', '192942.770000', '192942.772000', '192942.775000', '192942.777000', '192942.780000', '192942.783000', '192942.785000', '192942.788000', '192942.790000', '192942.793000', '192942.795000', '192942.798000', '192942.801000', '192942.803000', '192942.806000', '192942.808000', '192942.811000', '192942.813000', '192942.816000', '192942.819000', '192942.821000', '192942.824000', '192942.826000', '192942.829000', '192942.832000', '192942.834000', '192942.837000', '192942.839000', '192942.868000', '192942.871000', '192942.873000', '192942.876000', '192942.878000', '192942.881000', '192942.883000', '192942.886000', '192942.889000', '192942.891000', '192942.894000', '192942.896000', '192942.899000', '192942.901000', '192942.904000', '192942.907000', '192942.909000', '192942.912000', '193002.708000', '193002.711000', '193002.714000', '193002.716000', '193002.719000', '193002.722000', '193002.724000', '193002.727000', '193002.729000', '193002.732000', '193002.734000', '193002.737000', '193002.739000', '193002.742000', '193002.744000', '193002.747000', '193002.750000', '193002.752000', '193002.755000', '193002.757000', '193002.760000', '193002.762000', '193002.790000', '193002.793000', '193002.795000', '193002.798000', '193002.800000', '193002.803000', '193002.805000', '193002.808000', '193002.811000', '193002.813000', '193002.816000', '193002.818000', '193002.821000', '193002.823000', '193002.826000', '193002.836000', '193002.838000', '193002.841000', '193002.843000', '193002.846000', '193002.849000', '193022.709000', '193022.711000', '193022.714000', '193022.717000', '193022.719000', '193022.722000', '193022.724000', '193022.727000', '193022.729000', '193022.732000', '193022.735000', '193022.737000', '193022.740000', '193022.742000', '193022.745000', '193022.747000', '193022.750000', '193022.752000', '193022.755000', '193022.758000', '193022.760000', '193022.763000', '193022.765000', '193022.768000', '193022.770000', '193022.773000', '193022.776000', '193022.778000', '193022.790000', '193022.793000', '193022.795000', '193022.798000', '193022.800000', '193022.803000', '193022.805000', '193022.808000', '193022.811000', '193022.813000', '193022.816000', '193022.818000', '193022.821000', '193022.823000', '193022.826000', '193022.829000', '193042.708000', '193042.711000', '193042.714000', '193042.716000', '193042.719000', '193042.727000', '193042.730000', '193042.732000', '193042.735000', '193042.738000', '193042.740000', '193042.743000', '193042.745000', '193042.748000', '193042.750000', '193042.753000', '193042.756000', '193042.758000', '193042.761000', '193042.763000', '193042.766000', '193042.769000', '193042.771000', '193042.774000', '193042.776000', '193042.779000', '193042.781000', '193042.784000', '193042.787000', '193042.789000', '193042.792000', '193042.795000', '193042.797000', '193042.800000', '193042.802000', '193042.805000', '193042.807000', '193042.810000', '193042.812000', '193042.815000', '193042.818000', '193042.820000', '193042.823000', '193102.707000', '193102.710000', '193102.713000', '193102.715000', '193102.723000', '193102.726000', '193102.729000', '193102.731000', '193102.734000', '193102.736000', '193102.739000', '193102.741000', '193102.744000', '193102.747000', '193102.749000', '193102.752000', '193102.754000', '193102.757000', '193102.759000', '193102.762000', '193102.765000', '193102.767000', '193102.770000', '193102.772000', '193102.775000', '193102.777000', '193102.780000', '193102.782000', '193102.785000', '193102.788000', '193102.790000', '193102.793000', '193102.796000', '193102.798000', '193102.801000', '193102.803000', '193102.806000', '193102.817000', '193102.820000', '193102.822000', '193102.825000', '193102.827000', '193102.830000', '193102.833000', '193122.709000', '193122.711000', '193122.714000', '193122.717000', '193122.719000', '193122.722000', '193122.724000', '193122.727000', '193122.729000', '193122.732000', '193122.735000', '193122.737000', '193122.740000', '193122.742000', '193122.745000', '193122.748000', '193122.751000', '193122.753000', '193122.756000', '193122.758000', '193122.761000', '193122.763000', '193122.766000', '193122.768000', '193122.771000', '193122.774000', '193122.776000', '193122.779000', '193122.781000', '193122.784000', '193122.786000', '193122.789000', '193122.792000', '193122.794000', '193122.797000', '193122.799000', '193122.802000', '193122.805000', '193122.807000', '193122.810000', '193122.812000', '193122.815000', '193122.817000', '193142.709000', '193142.711000', '193142.714000', '193142.717000', '193142.719000', '193142.722000', '193142.725000', '193142.727000', '193142.730000', '193142.732000', '193142.735000', '193142.738000', '193142.740000', '193142.743000', '193142.746000', '193142.748000', '193142.751000', '193142.754000', '193142.756000', '193142.759000', '193142.761000', '193142.764000', '193142.767000', '193142.769000', '193142.772000', '193142.774000', '193142.777000', '193142.780000', '193142.782000', '193142.785000', '193142.788000', '193142.790000', '193142.793000', '193142.795000', '193142.798000', '193142.801000', '193142.803000', '193142.806000', '193142.809000', '193142.812000', '193142.814000', '193142.817000', '193142.819000', '193202.708000', '193202.711000', '193202.714000', '193202.716000', '193202.719000', '193202.722000', '193202.725000', '193202.727000', '193202.730000', '193202.732000', '193202.735000', '193202.737000', '193202.740000', '193202.743000', '193202.745000', '193202.748000', '193202.750000', '193202.753000', '193202.756000', '193202.758000', '193202.761000', '193202.763000', '193202.766000', '193202.768000', '193202.771000', '193202.774000', '193202.776000', '193202.779000', '193202.781000', '193202.784000', '193202.786000', '193202.789000', '193202.792000', '193202.794000', '193202.797000', '193202.799000', '193202.802000', '193202.804000', '193202.807000', '193202.810000', '193202.812000', '193202.815000', '193202.817000', '193202.820000', '193222.708000', '193222.711000', '193222.714000', '193222.716000', '193222.719000', '193222.721000', '193222.724000', '193222.727000', '193222.729000', '193222.732000', '193222.734000', '193222.737000', '193222.739000', '193222.742000', '193222.745000', '193222.747000', '193222.750000', '193222.752000', '193222.755000', '193222.757000', '193222.760000', '193222.763000', '193222.765000', '193222.768000', '193222.770000', '193222.773000', '193222.776000', '193222.782000', '193222.785000', '193222.788000', '193222.790000', '193222.793000', '193222.795000', '193222.798000', '193222.800000', '193222.803000', '193222.806000', '193222.808000', '193222.811000', '193222.813000', '193222.816000', '193222.818000', '193222.821000', '193222.824000', '193242.709000', '193242.712000', '193242.714000', '193242.717000', '193242.719000', '193242.722000', '193242.724000', '193242.727000', '193242.730000', '193242.732000', '193242.735000', '193242.738000', '193242.740000', '193242.757000', '193242.760000', '193242.762000', '193242.765000', '193242.768000', '193242.779000', '193242.782000', '193242.784000', '193242.787000', '193242.789000', '193242.792000', '193242.795000', '193242.797000', '193242.809000', '193242.811000', '193242.814000', '193242.816000', '193242.819000', '193242.822000', '193242.824000', '193242.827000', '193242.829000', '193242.832000', '193242.835000', '193242.837000', '193242.840000', '193242.842000', '193242.845000', '193242.847000', '193242.850000', '193302.708000', '193302.712000', '193302.714000', '193302.717000', '193302.720000', '193302.723000', '193302.727000', '193302.730000', '193302.732000', '193302.735000', '193302.738000', '193302.740000', '193302.743000', '193302.745000', '193302.748000', '193302.751000', '193302.753000', '193302.756000', '193302.758000', '193302.761000', '193302.763000', '193302.766000', '193302.769000', '193302.771000', '193302.774000', '193302.776000', '193302.779000', '193302.782000', '193302.784000', '193302.787000', '193302.789000', '193302.792000', '193302.795000', '193302.797000', '193302.800000', '193302.802000', '193302.805000', '193302.808000', '193302.810000', '193302.813000', '193302.815000', '193302.818000', '193302.820000', '193322.707000', '193322.710000', '193322.713000', '193322.718000', '193322.721000', '193322.723000', '193322.726000', '193322.728000', '193322.731000', '193322.733000', '193322.736000', '193322.739000', '193322.741000', '193322.744000', '193322.746000', '193322.749000', '193322.751000', '193322.754000', '193322.757000', '193322.760000', '193322.762000', '193322.765000', '193322.767000', '193322.770000', '193322.773000', '193322.775000', '193322.778000', '193322.780000', '193322.783000', '193322.785000', '193322.788000', '193322.791000', '193322.793000', '193322.796000', '193322.798000', '193322.801000', '193322.803000', '193322.806000', '193322.809000', '193322.811000', '193322.814000', '193322.816000', '193322.819000', '193322.822000', '193342.709000', '193342.711000', '193342.714000', '193342.717000', '193342.720000', '193342.723000', '193342.725000', '193342.728000', '193342.730000', '193342.733000', '193342.736000', '193342.738000', '193342.741000', '193342.743000', '193342.746000', '193342.749000', '193342.751000', '193342.754000', '193342.756000', '193342.759000', '193342.761000', '193342.764000', '193342.767000', '193342.769000', '193342.772000', '193342.774000', '193342.777000', '193342.779000', '193342.782000', '193342.785000', '193342.787000', '193342.790000', '193342.792000', '193342.795000', '193342.797000', '193342.800000', '193342.803000', '193342.805000', '193342.808000', '193342.811000', '193342.813000', '193342.816000', '193342.819000', '193402.708000', '193402.711000', '193402.714000', '193402.716000', '193402.719000', '193402.723000', '193402.725000', '193402.728000', '193402.730000', '193402.733000', '193402.736000', '193402.738000', '193402.741000', '193402.743000', '193402.746000', '193402.749000', '193402.751000', '193402.754000', '193402.756000', '193402.759000', '193402.761000', '193402.764000', '193402.767000', '193402.769000', '193402.772000', '193402.774000', '193402.777000', '193402.780000', '193402.782000', '193402.785000', '193402.787000', '193402.790000', '193402.792000', '193402.795000', '193402.798000', '193402.800000', '193402.803000', '193402.806000', '193402.808000', '193402.811000', '193402.813000', '193402.816000', '193402.819000', '193402.821000', '193422.709000', '193422.711000', '193422.714000', '193422.717000', '193422.719000', '193422.722000', '193422.724000', '193422.727000', '193422.730000', '193422.732000', '193422.735000', '193422.738000', '193422.741000', '193422.743000', '193422.746000', '193422.749000', '193422.751000', '193422.754000', '193422.757000', '193422.759000', '193422.762000', '193422.766000', '193422.769000', '193422.772000', '193422.774000', '193422.777000', '193422.779000', '193422.782000', '193422.785000', '193422.787000', '193422.790000', '193422.793000', '193422.795000', '193422.798000', '193422.801000', '193422.803000', '193422.806000', '193422.809000', '193422.811000', '193422.814000', '193422.816000', '193422.819000', '193422.822000', '193442.709000', '193442.711000', '193442.714000', '193442.717000', '193442.720000', '193442.722000', '193442.725000', '193442.727000', '193442.730000', '193442.733000', '193442.736000', '193442.738000', '193442.741000', '193442.744000', '193442.747000', '193442.749000', '193442.752000', '193442.754000', '193442.757000', '193442.760000', '193442.762000', '193442.765000', '193442.768000', '193442.770000', '193442.773000', '193442.776000', '193442.778000', '193442.781000', '193442.783000', '193442.786000', '193442.789000', '193442.791000', '193442.794000', '193442.796000', '193442.799000', '193442.802000', '193442.804000', '193442.807000', '193442.809000', '193442.812000', '193442.815000', '193442.817000', '193442.820000', '193442.823000', '193502.708000', '193502.711000', '193502.714000', '193502.716000', '193502.719000', '193502.722000', '193502.724000', '193502.727000', '193502.729000', '193502.732000', '193502.734000', '193502.737000', '193502.740000', '193502.742000', '193502.745000', '193502.747000', '193502.750000', '193502.752000', '193502.755000', '193502.758000', '193502.760000', '193502.763000', '193502.765000', '193502.768000', '193502.771000', '193502.773000', '193502.776000', '193502.778000', '193502.781000', '193502.783000', '193502.786000', '193502.789000', '193502.791000', '193502.794000', '193502.797000', '193502.799000', '193502.802000', '193502.805000', '193502.808000', '193502.811000', '193502.813000', '193502.816000', '193502.819000', '193522.709000', '193522.711000', '193522.714000', '193522.717000', '193522.719000', '193522.722000', '193522.724000', '193522.727000', '193522.730000', '193522.732000', '193522.735000', '193522.737000', '193522.740000', '193522.743000', '193522.745000', '193522.748000', '193522.750000', '193522.753000', '193522.756000', '193522.758000', '193522.761000', '193522.765000', '193522.768000', '193522.770000', '193522.773000', '193522.775000', '193522.778000', '193522.781000', '193522.783000', '193522.786000', '193522.789000', '193522.791000', '193522.794000', '193522.796000', '193522.799000', '193522.802000', '193522.804000', '193522.807000', '193522.809000', '193522.812000', '193522.814000', '193522.817000', '193522.820000', '193522.822000', '193542.708000', '193542.711000', '193542.713000', '193542.716000', '193542.718000', '193542.721000', '193542.724000', '193542.726000', '193542.729000', '193542.731000', '193542.734000', '193542.737000', '193542.739000', '193542.742000', '193542.744000', '193542.747000', '193542.749000', '193542.752000', '193542.768000', '193542.771000', '193542.773000', '193542.776000', '193542.780000', '193542.783000', '193542.785000', '193542.788000', '193542.790000', '193542.793000', '193542.796000', '193542.798000', '193542.801000', '193542.804000', '193542.808000', '193542.810000', '193542.813000', '193542.816000', '193542.818000', '193542.821000', '193542.823000', '193542.826000', '193542.828000', '193542.836000', '193542.839000', '193600.265000', '193600.268000', '193600.271000', '193600.274000', '193600.277000', '193600.280000', '193600.283000', '193600.286000', '193600.289000', '193600.291000', '193600.294000', '193600.297000', '193600.299000', '193600.302000', '193600.305000', '193600.308000', '193600.310000', '193600.313000', '193600.316000', '193600.318000', '193600.321000', '193600.324000', '193600.327000', '193600.330000', '193600.332000', '193600.335000', '193600.338000', '193600.341000', '193600.344000', '193600.349000', '193600.353000', '193600.356000', '193600.359000', '193600.363000', '193600.366000', '193600.368000', '193600.371000', '193600.374000', '193600.377000'], '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': [11493, 9298, 9305, 11194, 8157, 9797, 8482, 8226, 10576, 8714, 10875, 8423, 8380, 8885, 9248, 9866, 7820, 12712, 8537, 8328, 8271, 7261, 9639, 8001, 11192, 9049, 6906, 8911, 7959, 9474, 8302, 8216, 8085, 6907, 9168, 8377, 11492, 8413, 9185, 8256, 7279, 8785, 7983, 9144, 7915, 7260, 8765, 7965, 10631, 8661, 10101, 9423, 8853, 9028, 7578, 8996, 7758, 12821, 8137, 10691, 8330, 8894, 8597, 10693, 8832, 9132, 8048, 7996, 8546, 7966, 8616, 9872, 8596, 9162, 8831, 7786, 8834, 7206, 8989, 7508, 10442, 7772, 9872, 8374, 10289, 8281, 8590, 7812, 7550, 9828, 8291, 11327, 8849, 8263, 8518, 7854, 8657, 8490, 9440, 8289, 7862, 10712, 8298, 9009, 9814, 8379, 10542, 8707, 12340, 8475, 12321, 9838, 10882, 8415, 7475, 8692, 7918, 8124, 7823, 10306, 7977, 9792, 10000, 7770, 9036, 7743, 12051, 9002, 7955, 9293, 9737, 9848, 7765, 11128, 8132, 9991, 8882, 7051, 9064, 8489, 9588, 9870, 8936, 7914, 8508, 8180, 8724, 9002, 8788, 8296, 8089, 9847, 8007, 10796, 9236, 7785, 8351, 8559, 9360, 8378, 11757, 9192, 9502, 7587, 8213, 9129, 8574, 8925, 9564, 8343, 9248, 8549, 9123, 8570, 8186, 12037, 8746, 8557, 9165, 9215, 9837, 8140, 11873, 8642, 10161, 8897, 7388, 8997, 8111, 10080, 8928, 7607, 8386, 7074, 10591, 7965, 8951, 8510, 10193, 8780, 7465, 12187, 9375, 10009, 10442, 10190, 10777, 8945, 13550, 8841, 7549, 9616, 8386, 8132, 7829, 7333, 8758, 7805, 8667, 8559, 8330, 10368, 8318, 8069, 9752, 8595, 8220, 8636, 11298, 9165, 7803, 8330, 8453, 8809, 8515, 9228, 8600, 7587, 8812, 8109, 10711, 8190, 9321, 8492, 7941, 8763, 7937, 11291, 8834, 8787, 9543, 7897, 8875, 7865, 13603, 10786, 9927, 8530, 7856, 8674, 7709, 13246, 9296, 7781, 9004, 8759, 10637, 7508, 11274, 8226, 8987, 8727, 6964, 9858, 8942, 10362, 7746, 10800, 8496, 7145, 9558, 8809, 9742, 7966, 10132, 8197, 10529, 8531, 9285, 8385, 7495, 7853, 8099, 7850, 8802, 9686, 9190, 7975, 10661, 8279, 8667, 9668, 9622, 10152, 8524, 10205, 8460, 9393, 9170, 8938, 8615, 7901, 9121, 8297, 9402, 8278, 9499, 8673, 8535, 8786, 7762, 8476, 8406, 8073, 8336, 7831, 8467, 7899, 13033, 9404, 8901, 8622, 7260, 8211, 8341, 10351, 8815, 8065, 8669, 8184, 12779, 9628, 9769, 8591, 7963, 8799, 7334, 8722, 7923, 8667, 8720, 9199, 9078, 7521, 10063, 8063, 9466, 8653, 9645, 10084, 8963, 10297, 8078, 13335, 8514, 7542, 7888, 7115, 9415, 9004, 7919, 10669, 8680, 7608, 10329, 9958, 13102, 10237, 13159, 8568, 8787, 8536, 8970, 8674, 7590, 7562, 8534, 8971, 8724, 7577, 10851, 8191, 8363, 8516, 8164, 9272, 9647, 8621, 7611, 7590, 8045, 9224, 8193, 8628, 8924, 8117, 8683, 7475, 8703, 7839, 12369, 9791, 9935, 8492, 9881, 9254, 9220, 10473, 7708, 9488, 8333, 8099, 8344, 8505, 8691, 7360, 8093, 7918, 8810, 8035, 12621, 9775, 8285, 10219, 8162, 8436, 7363, 11610, 7946, 8488, 8968, 7706, 9378, 7584, 11614, 9047, 10811, 8556, 7196, 9303, 9540, 8783, 7362, 9374, 7900, 9109, 8026, 10639, 9138, 8648, 8531, 7689, 8660, 7306, 10731, 7962, 13499, 8592, 11237, 8587, 11044, 10240, 8912, 8363, 7745, 7773, 7867, 8704, 8650, 7884, 8522, 7535, 7954, 7900, 10026, 8380, 8081, 8404, 7930, 10374, 8265, 12825, 9846, 9875, 8401, 7704, 8589, 8059, 10658, 8535, 8282, 8156, 7926, 9128, 8412, 11731, 8905, 8207, 7957, 7943, 6710, 7922, 8107, 8545, 8311, 7975, 10735, 8554, 8518, 10424, 8930, 12003, 9103, 9543, 8551, 7740, 13944, 9370, 8076, 8104, 7655, 7992, 8148, 9653, 8596, 7743, 9234, 8230, 7849, 9519, 7253, 12287, 7892, 8580, 8704, 8702, 10771, 10356, 13417, 8397, 9539, 9487, 8268, 12227, 7955, 9162, 8435, 8164, 8104, 7599, 12207, 8882, 7831, 9933, 8231, 8357, 7498, 12584, 8156, 9340, 8397, 7610, 8623, 7672, 11432, 8380, 7620, 7834, 7837, 9031, 8184, 8437, 8351, 7577, 8546, 7772, 9922, 7929, 10478, 8510, 8478, 10056, 7377, 9949, 8325, 12386, 8341, 9401, 9267, 8300, 11214, 8978, 14145, 8146, 10467, 8280, 9639, 9645, 8252, 9110, 7822, 9010, 8191, 9068, 7643, 11743, 8184, 7425, 8161, 8309, 9443, 7070, 10077, 7742, 8537, 8767, 7584, 9269, 7451, 11720, 8208, 10242, 8436, 11399, 9810, 9663, 8713, 7436, 7701, 8187, 9350, 8076, 9639, 8447, 7414, 8384, 8084, 9078, 7951, 9996, 8674, 9349, 9718, 7756, 10284, 7524, 12932, 8206, 11045, 8215, 10324, 9918, 7919, 7907, 7519, 8703, 7708, 9081, 8282, 8873, 8213, 7184, 8151, 7203, 11260, 8061, 8756, 8248, 8386, 9786, 7293, 11770, 7975, 8581, 8677, 8921, 8103, 7651, 10835, 8488, 7515, 10710, 8325, 10313, 8809, 14529, 10112, 12959, 10922, 11316, 8547, 8805, 8448, 7530, 7403, 7617, 9596, 8123, 8587, 8392, 7364, 7998, 7615, 11953, 8382, 9573, 8890, 7611, 11034, 9338, 12604, 8672, 9057, 9166, 7842, 9258, 7770, 10658, 8595, 7674, 8244, 7177, 10822, 7681, 9060, 8717, 9133, 8870, 7391, 12362, 9302, 8026, 8461, 7823, 9225, 7320, 11065, 7904, 8773, 8615, 11086, 8227, 10645, 9316, 9011, 8129, 7460, 8236, 7255, 8126, 7468, 10644, 7991, 8993, 8636, 8196, 9171, 8183, 10913, 7904, 11444, 8193, 10832, 9061, 11270, 8958, 8318, 9036, 7695, 9001, 7154, 11244, 7943, 10433, 8308, 9444, 8413, 8123, 8506, 7071, 7742, 7819, 9013, 8102, 8182, 8227, 7328, 8821, 7891, 10597, 7529, 13320, 8526, 8639, 8702, 7825, 8582, 7578, 12699, 8124, 8221, 8635, 8817, 8704, 8245, 13053, 8034, 8911, 9053, 8442, 11381, 9255, 13628, 8105, 8606, 8551, 7789, 9178, 7617, 9035, 8275, 8661, 8499, 7302, 12210, 8832, 7894, 8713, 8847, 9333, 7886, 10166, 7682, 6838, 8186, 7466, 7778, 7585, 10214, 8406, 7580, 8496, 7702, 9690, 7807, 12871, 8527, 8956, 9579, 7968, 9321, 8054, 12620, 7901, 9032, 8431, 7696, 8467, 7159, 9834, 7849, 10301], 'WindowCenter': [3911.0, 3888.0, 3874.0, 3896.0, 3851.0, 3870.0, 3848.0, 3848.0, 3880.0, 3849.0, 3880.0, 3848.0, 3847.0, 3858.0, 3846.0, 3857.0, 3825.0, 3889.0, 3847.0, 3848.0, 3847.0, 3826.0, 3857.0, 3836.0, 3881.0, 3846.0, 3827.0, 3846.0, 3835.0, 3856.0, 3849.0, 3849.0, 3837.0, 3828.0, 3858.0, 3848.0, 3878.0, 3848.0, 3856.0, 3848.0, 3828.0, 3847.0, 3836.0, 3858.0, 3837.0, 3840.0, 3859.0, 3848.0, 3868.0, 3848.0, 3869.0, 3859.0, 3858.0, 3847.0, 3826.0, 3845.0, 3824.0, 3877.0, 3836.0, 3867.0, 3837.0, 3845.0, 3845.0, 3867.0, 3847.0, 3847.0, 3837.0, 3835.0, 3847.0, 3836.0, 3846.0, 3856.0, 3847.0, 3847.0, 3846.0, 3825.0, 3846.0, 3826.0, 3846.0, 3827.0, 3869.0, 3837.0, 3868.0, 3848.0, 3867.0, 3850.0, 3848.0, 3838.0, 3828.0, 3858.0, 3837.0, 3867.0, 3849.0, 3849.0, 3848.0, 3839.0, 3847.0, 3848.0, 3859.0, 3849.0, 3839.0, 3869.0, 3848.0, 3847.0, 3859.0, 3849.0, 3870.0, 3848.0, 3878.0, 3837.0, 3878.0, 3856.0, 3868.0, 3835.0, 3826.0, 3845.0, 3836.0, 3836.0, 3837.0, 3868.0, 3837.0, 3869.0, 3869.0, 3837.0, 3847.0, 3827.0, 3877.0, 3847.0, 3838.0, 3856.0, 3856.0, 3855.0, 3825.0, 3868.0, 3837.0, 3858.0, 3858.0, 3815.0, 3846.0, 3845.0, 3858.0, 3856.0, 3845.0, 3836.0, 3846.0, 3836.0, 3846.0, 3847.0, 3848.0, 3848.0, 3837.0, 3857.0, 3838.0, 3867.0, 3859.0, 3826.0, 3836.0, 3846.0, 3845.0, 3835.0, 3867.0, 3857.0, 3854.0, 3823.0, 3836.0, 3845.0, 3844.0, 3845.0, 3860.0, 3847.0, 3858.0, 3848.0, 3859.0, 3846.0, 3847.0, 3879.0, 3847.0, 3846.0, 3845.0, 3845.0, 3856.0, 3833.0, 3878.0, 3845.0, 3865.0, 3844.0, 3824.0, 3845.0, 3836.0, 3867.0, 3845.0, 3824.0, 3835.0, 3814.0, 3867.0, 3836.0, 3847.0, 3847.0, 3867.0, 3846.0, 3826.0, 3891.0, 3859.0, 3858.0, 3867.0, 3856.0, 3865.0, 3845.0, 3890.0, 3846.0, 3824.0, 3856.0, 3835.0, 3835.0, 3826.0, 3825.0, 3848.0, 3838.0, 3861.0, 3847.0, 3848.0, 3868.0, 3849.0, 3838.0, 3858.0, 3847.0, 3835.0, 3845.0, 3867.0, 3846.0, 3836.0, 3847.0, 3847.0, 3857.0, 3847.0, 3859.0, 3847.0, 3838.0, 3846.0, 3837.0, 3867.0, 3846.0, 3858.0, 3846.0, 3836.0, 3847.0, 3837.0, 3878.0, 3860.0, 3859.0, 3869.0, 3836.0, 3855.0, 3835.0, 3900.0, 3868.0, 3858.0, 3845.0, 3835.0, 3834.0, 3823.0, 3890.0, 3845.0, 3824.0, 3844.0, 3846.0, 3863.0, 3823.0, 3866.0, 3835.0, 3847.0, 3845.0, 3813.0, 3855.0, 3846.0, 3868.0, 3825.0, 3866.0, 3844.0, 3813.0, 3855.0, 3844.0, 3857.0, 3836.0, 3867.0, 3835.0, 3854.0, 3845.0, 3845.0, 3835.0, 3824.0, 3835.0, 3834.0, 3834.0, 3845.0, 3856.0, 3856.0, 3834.0, 3867.0, 3836.0, 3846.0, 3854.0, 3843.0, 3856.0, 3845.0, 3855.0, 3834.0, 3844.0, 3845.0, 3845.0, 3845.0, 3834.0, 3845.0, 3833.0, 3843.0, 3833.0, 3856.0, 3845.0, 3845.0, 3843.0, 3835.0, 3834.0, 3847.0, 3835.0, 3836.0, 3836.0, 3846.0, 3835.0, 3889.0, 3855.0, 3846.0, 3845.0, 3824.0, 3833.0, 3847.0, 3868.0, 3846.0, 3836.0, 3845.0, 3835.0, 3876.0, 3857.0, 3854.0, 3845.0, 3835.0, 3844.0, 3824.0, 3833.0, 3835.0, 3844.0, 3844.0, 3856.0, 3845.0, 3835.0, 3855.0, 3837.0, 3856.0, 3845.0, 3856.0, 3855.0, 3846.0, 3855.0, 3837.0, 3888.0, 3845.0, 3826.0, 3835.0, 3814.0, 3856.0, 3856.0, 3837.0, 3882.0, 3859.0, 3835.0, 3866.0, 3854.0, 3889.0, 3858.0, 3877.0, 3845.0, 3834.0, 3832.0, 3833.0, 3845.0, 3825.0, 3825.0, 3845.0, 3845.0, 3845.0, 3836.0, 3878.0, 3847.0, 3847.0, 3846.0, 3835.0, 3845.0, 3845.0, 3846.0, 3824.0, 3824.0, 3835.0, 3855.0, 3835.0, 3847.0, 3847.0, 3836.0, 3847.0, 3826.0, 3845.0, 3835.0, 3889.0, 3857.0, 3857.0, 3847.0, 3855.0, 3843.0, 3844.0, 3867.0, 3823.0, 3854.0, 3845.0, 3833.0, 3845.0, 3844.0, 3845.0, 3824.0, 3835.0, 3835.0, 3845.0, 3834.0, 3889.0, 3857.0, 3834.0, 3866.0, 3834.0, 3833.0, 3824.0, 3866.0, 3835.0, 3845.0, 3845.0, 3824.0, 3844.0, 3835.0, 3866.0, 3846.0, 3865.0, 3844.0, 3813.0, 3855.0, 3855.0, 3846.0, 3825.0, 3855.0, 3837.0, 3845.0, 3835.0, 3865.0, 3858.0, 3846.0, 3846.0, 3836.0, 3845.0, 3825.0, 3867.0, 3837.0, 3888.0, 3845.0, 3865.0, 3834.0, 3865.0, 3854.0, 3845.0, 3833.0, 3824.0, 3823.0, 3834.0, 3833.0, 3847.0, 3836.0, 3845.0, 3836.0, 3835.0, 3836.0, 3855.0, 3848.0, 3835.0, 3846.0, 3837.0, 3867.0, 3836.0, 3877.0, 3857.0, 3856.0, 3834.0, 3824.0, 3833.0, 3834.0, 3853.0, 3846.0, 3834.0, 3834.0, 3834.0, 3844.0, 3835.0, 3865.0, 3858.0, 3834.0, 3834.0, 3847.0, 3815.0, 3847.0, 3848.0, 3858.0, 3849.0, 3850.0, 3880.0, 3858.0, 3860.0, 3869.0, 3859.0, 3880.0, 3858.0, 3857.0, 3846.0, 3825.0, 3889.0, 3856.0, 3835.0, 3835.0, 3835.0, 3835.0, 3835.0, 3855.0, 3846.0, 3836.0, 3856.0, 3836.0, 3834.0, 3856.0, 3826.0, 3878.0, 3836.0, 3847.0, 3846.0, 3847.0, 3868.0, 3869.0, 3889.0, 3835.0, 3855.0, 3854.0, 3834.0, 3864.0, 3835.0, 3845.0, 3834.0, 3834.0, 3833.0, 3824.0, 3876.0, 3846.0, 3824.0, 3857.0, 3835.0, 3834.0, 3824.0, 3877.0, 3835.0, 3856.0, 3846.0, 3823.0, 3844.0, 3825.0, 3878.0, 3834.0, 3824.0, 3824.0, 3835.0, 3845.0, 3835.0, 3835.0, 3834.0, 3835.0, 3844.0, 3825.0, 3855.0, 3837.0, 3867.0, 3846.0, 3845.0, 3855.0, 3824.0, 3854.0, 3847.0, 3877.0, 3846.0, 3856.0, 3845.0, 3834.0, 3865.0, 3846.0, 3886.0, 3835.0, 3866.0, 3834.0, 3844.0, 3854.0, 3834.0, 3844.0, 3823.0, 3842.0, 3833.0, 3843.0, 3823.0, 3877.0, 3834.0, 3824.0, 3845.0, 3844.0, 3855.0, 3814.0, 3868.0, 3836.0, 3848.0, 3845.0, 3824.0, 3845.0, 3825.0, 3877.0, 3846.0, 3866.0, 3847.0, 3877.0, 3854.0, 3856.0, 3845.0, 3824.0, 3824.0, 3846.0, 3854.0, 3836.0, 3868.0, 3847.0, 3837.0, 3847.0, 3848.0, 3844.0, 3835.0, 3856.0, 3845.0, 3856.0, 3855.0, 3825.0, 3866.0, 3837.0, 3889.0, 3847.0, 3866.0, 3846.0, 3866.0, 3856.0, 3835.0, 3835.0, 3825.0, 3845.0, 3835.0, 3844.0, 3847.0, 3846.0, 3846.0, 3824.0, 3834.0, 3824.0, 3866.0, 3836.0, 3847.0, 3836.0, 3834.0, 3855.0, 3825.0, 3875.0, 3836.0, 3846.0, 3846.0, 3845.0, 3835.0, 3835.0, 3867.0, 3846.0, 3837.0, 3867.0, 3848.0, 3868.0, 3847.0, 3889.0, 3855.0, 3876.0, 3865.0, 3853.0, 3833.0, 3841.0, 3832.0, 3823.0, 3822.0, 3823.0, 3857.0, 3837.0, 3847.0, 3846.0, 3838.0, 3848.0, 3850.0, 3890.0, 3849.0, 3868.0, 3847.0, 3824.0, 3866.0, 3859.0, 3878.0, 3846.0, 3845.0, 3845.0, 3835.0, 3845.0, 3837.0, 3867.0, 3846.0, 3836.0, 3846.0, 3826.0, 3866.0, 3836.0, 3847.0, 3847.0, 3856.0, 3846.0, 3824.0, 3890.0, 3858.0, 3836.0, 3846.0, 3825.0, 3855.0, 3825.0, 3880.0, 3835.0, 3847.0, 3847.0, 3867.0, 3834.0, 3866.0, 3856.0, 3845.0, 3835.0, 3825.0, 3834.0, 3824.0, 3834.0, 3825.0, 3867.0, 3835.0, 3846.0, 3846.0, 3845.0, 3856.0, 3846.0, 3869.0, 3836.0, 3877.0, 3834.0, 3865.0, 3844.0, 3866.0, 3845.0, 3835.0, 3844.0, 3823.0, 3844.0, 3813.0, 3866.0, 3834.0, 3866.0, 3834.0, 3854.0, 3833.0, 3832.0, 3845.0, 3814.0, 3824.0, 3835.0, 3845.0, 3836.0, 3846.0, 3846.0, 3826.0, 3857.0, 3835.0, 3865.0, 3824.0, 3888.0, 3846.0, 3846.0, 3846.0, 3835.0, 3845.0, 3823.0, 3889.0, 3836.0, 3837.0, 3845.0, 3846.0, 3845.0, 3846.0, 3888.0, 3836.0, 3846.0, 3845.0, 3845.0, 3866.0, 3857.0, 3888.0, 3835.0, 3845.0, 3833.0, 3823.0, 3845.0, 3824.0, 3845.0, 3846.0, 3845.0, 3844.0, 3824.0, 3876.0, 3845.0, 3835.0, 3846.0, 3844.0, 3844.0, 3835.0, 3855.0, 3825.0, 3814.0, 3844.0, 3825.0, 3834.0, 3835.0, 3866.0, 3847.0, 3836.0, 3846.0, 3835.0, 3856.0, 3825.0, 3887.0, 3846.0, 3846.0, 3855.0, 3834.0, 3844.0, 3834.0, 3879.0, 3835.0, 3845.0, 3845.0, 3824.0, 3834.0, 3814.0, 3867.0, 3836.0, 3868.0], 'WindowWidth': [8757.0, 8717.0, 8689.0, 8722.0, 8651.0, 8674.0, 8643.0, 8642.0, 8689.0, 8644.0, 8689.0, 8642.0, 8641.0, 8654.0, 8637.0, 8651.0, 8608.0, 8700.0, 8639.0, 8642.0, 8639.0, 8611.0, 8653.0, 8625.0, 8692.0, 8638.0, 8613.0, 8637.0, 8623.0, 8651.0, 8646.0, 8647.0, 8627.0, 8617.0, 8655.0, 8643.0, 8680.0, 8643.0, 8650.0, 8641.0, 8616.0, 8641.0, 8624.0, 8653.0, 8627.0, 8638.0, 8661.0, 8645.0, 8668.0, 8642.0, 8673.0, 8657.0, 8655.0, 8640.0, 8609.0, 8633.0, 8604.0, 8682.0, 8622.0, 8666.0, 8625.0, 8633.0, 8634.0, 8664.0, 8640.0, 8637.0, 8624.0, 8621.0, 8639.0, 8622.0, 8636.0, 8650.0, 8637.0, 8640.0, 8636.0, 8607.0, 8637.0, 8609.0, 8638.0, 8614.0, 8672.0, 8627.0, 8671.0, 8645.0, 8666.0, 8650.0, 8641.0, 8629.0, 8613.0, 8653.0, 8625.0, 8667.0, 8645.0, 8644.0, 8641.0, 8631.0, 8640.0, 8641.0, 8657.0, 8644.0, 8631.0, 8671.0, 8642.0, 8639.0, 8659.0, 8643.0, 8673.0, 8642.0, 8685.0, 8625.0, 8683.0, 8651.0, 8668.0, 8619.0, 8608.0, 8632.0, 8622.0, 8624.0, 8627.0, 8668.0, 8627.0, 8670.0, 8669.0, 8625.0, 8639.0, 8612.0, 8682.0, 8640.0, 8629.0, 8650.0, 8649.0, 8645.0, 8608.0, 8669.0, 8626.0, 8654.0, 8654.0, 8595.0, 8636.0, 8634.0, 8655.0, 8649.0, 8634.0, 8622.0, 8635.0, 8623.0, 8636.0, 8639.0, 8641.0, 8642.0, 8628.0, 8652.0, 8628.0, 8666.0, 8659.0, 8610.0, 8624.0, 8637.0, 8634.0, 8622.0, 8665.0, 8655.0, 8643.0, 8601.0, 8622.0, 8634.0, 8632.0, 8635.0, 8663.0, 8639.0, 8657.0, 8642.0, 8658.0, 8637.0, 8639.0, 8686.0, 8640.0, 8636.0, 8633.0, 8633.0, 8649.0, 8616.0, 8680.0, 8632.0, 8660.0, 8630.0, 8604.0, 8631.0, 8625.0, 8667.0, 8633.0, 8605.0, 8621.0, 8592.0, 8665.0, 8622.0, 8639.0, 8639.0, 8665.0, 8637.0, 8610.0, 8705.0, 8658.0, 8655.0, 8665.0, 8648.0, 8660.0, 8632.0, 8702.0, 8634.0, 8605.0, 8649.0, 8621.0, 8620.0, 8609.0, 8607.0, 8642.0, 8632.0, 8667.0, 8642.0, 8640.0, 8669.0, 8645.0, 8628.0, 8654.0, 8638.0, 8621.0, 8636.0, 8665.0, 8634.0, 8623.0, 8639.0, 8639.0, 8653.0, 8642.0, 8658.0, 8639.0, 8628.0, 8635.0, 8627.0, 8665.0, 8640.0, 8657.0, 8638.0, 8625.0, 8639.0, 8627.0, 8684.0, 8661.0, 8661.0, 8672.0, 8624.0, 8650.0, 8622.0, 8719.0, 8670.0, 8654.0, 8635.0, 8621.0, 8617.0, 8603.0, 8704.0, 8635.0, 8607.0, 8632.0, 8635.0, 8656.0, 8602.0, 8665.0, 8619.0, 8638.0, 8635.0, 8591.0, 8648.0, 8636.0, 8671.0, 8607.0, 8664.0, 8631.0, 8590.0, 8645.0, 8632.0, 8654.0, 8623.0, 8666.0, 8621.0, 8645.0, 8633.0, 8632.0, 8624.0, 8607.0, 8621.0, 8621.0, 8617.0, 8634.0, 8650.0, 8650.0, 8620.0, 8666.0, 8622.0, 8636.0, 8644.0, 8628.0, 8648.0, 8634.0, 8647.0, 8619.0, 8632.0, 8633.0, 8634.0, 8635.0, 8618.0, 8634.0, 8617.0, 8630.0, 8618.0, 8649.0, 8634.0, 8634.0, 8629.0, 8623.0, 8619.0, 8641.0, 8623.0, 8623.0, 8625.0, 8637.0, 8620.0, 8702.0, 8650.0, 8637.0, 8635.0, 8608.0, 8618.0, 8639.0, 8669.0, 8636.0, 8623.0, 8635.0, 8622.0, 8677.0, 8655.0, 8645.0, 8634.0, 8622.0, 8632.0, 8607.0, 8615.0, 8622.0, 8632.0, 8633.0, 8649.0, 8634.0, 8621.0, 8648.0, 8629.0, 8652.0, 8634.0, 8649.0, 8647.0, 8636.0, 8648.0, 8625.0, 8696.0, 8634.0, 8609.0, 8621.0, 8594.0, 8651.0, 8652.0, 8629.0, 8696.0, 8661.0, 8623.0, 8662.0, 8644.0, 8701.0, 8656.0, 8682.0, 8634.0, 8616.0, 8613.0, 8614.0, 8635.0, 8605.0, 8607.0, 8635.0, 8634.0, 8635.0, 8623.0, 8684.0, 8640.0, 8640.0, 8638.0, 8620.0, 8632.0, 8632.0, 8638.0, 8606.0, 8604.0, 8621.0, 8647.0, 8623.0, 8641.0, 8639.0, 8625.0, 8638.0, 8611.0, 8635.0, 8624.0, 8702.0, 8653.0, 8652.0, 8638.0, 8646.0, 8628.0, 8630.0, 8666.0, 8602.0, 8645.0, 8635.0, 8617.0, 8635.0, 8631.0, 8635.0, 8606.0, 8621.0, 8623.0, 8633.0, 8620.0, 8699.0, 8653.0, 8619.0, 8661.0, 8618.0, 8616.0, 8606.0, 8663.0, 8622.0, 8633.0, 8634.0, 8606.0, 8631.0, 8621.0, 8662.0, 8638.0, 8661.0, 8633.0, 8591.0, 8647.0, 8648.0, 8636.0, 8607.0, 8649.0, 8627.0, 8634.0, 8622.0, 8661.0, 8656.0, 8635.0, 8637.0, 8623.0, 8635.0, 8609.0, 8669.0, 8627.0, 8698.0, 8633.0, 8662.0, 8618.0, 8660.0, 8647.0, 8632.0, 8615.0, 8605.0, 8601.0, 8620.0, 8614.0, 8642.0, 8624.0, 8635.0, 8624.0, 8622.0, 8627.0, 8647.0, 8645.0, 8623.0, 8637.0, 8626.0, 8667.0, 8623.0, 8680.0, 8654.0, 8649.0, 8618.0, 8604.0, 8614.0, 8618.0, 8641.0, 8638.0, 8617.0, 8617.0, 8619.0, 8630.0, 8621.0, 8658.0, 8659.0, 8619.0, 8620.0, 8642.0, 8597.0, 8643.0, 8643.0, 8658.0, 8647.0, 8650.0, 8688.0, 8659.0, 8665.0, 8673.0, 8662.0, 8687.0, 8656.0, 8653.0, 8636.0, 8608.0, 8701.0, 8651.0, 8622.0, 8620.0, 8622.0, 8624.0, 8623.0, 8648.0, 8636.0, 8624.0, 8652.0, 8625.0, 8618.0, 8649.0, 8611.0, 8684.0, 8625.0, 8639.0, 8639.0, 8640.0, 8668.0, 8673.0, 8700.0, 8622.0, 8647.0, 8644.0, 8617.0, 8659.0, 8621.0, 8632.0, 8616.0, 8616.0, 8614.0, 8604.0, 8676.0, 8636.0, 8606.0, 8651.0, 8620.0, 8618.0, 8604.0, 8680.0, 8620.0, 8649.0, 8635.0, 8602.0, 8633.0, 8607.0, 8683.0, 8618.0, 8606.0, 8605.0, 8622.0, 8634.0, 8621.0, 8621.0, 8619.0, 8622.0, 8631.0, 8607.0, 8646.0, 8629.0, 8667.0, 8637.0, 8635.0, 8646.0, 8606.0, 8645.0, 8641.0, 8681.0, 8636.0, 8650.0, 8633.0, 8618.0, 8661.0, 8638.0, 8693.0, 8622.0, 8663.0, 8617.0, 8629.0, 8644.0, 8616.0, 8631.0, 8603.0, 8626.0, 8616.0, 8627.0, 8604.0, 8679.0, 8619.0, 8604.0, 8634.0, 8634.0, 8646.0, 8593.0, 8669.0, 8624.0, 8642.0, 8634.0, 8604.0, 8633.0, 8609.0, 8683.0, 8637.0, 8664.0, 8640.0, 8682.0, 8646.0, 8650.0, 8633.0, 8607.0, 8605.0, 8638.0, 8646.0, 8626.0, 8669.0, 8639.0, 8628.0, 8641.0, 8645.0, 8633.0, 8624.0, 8650.0, 8636.0, 8650.0, 8648.0, 8608.0, 8665.0, 8628.0, 8700.0, 8639.0, 8665.0, 8639.0, 8663.0, 8651.0, 8620.0, 8621.0, 8608.0, 8634.0, 8621.0, 8631.0, 8641.0, 8636.0, 8636.0, 8609.0, 8619.0, 8607.0, 8663.0, 8625.0, 8638.0, 8623.0, 8619.0, 8646.0, 8607.0, 8676.0, 8626.0, 8637.0, 8637.0, 8634.0, 8620.0, 8622.0, 8669.0, 8638.0, 8628.0, 8668.0, 8644.0, 8670.0, 8640.0, 8702.0, 8646.0, 8679.0, 8660.0, 8640.0, 8613.0, 8622.0, 8610.0, 8601.0, 8598.0, 8604.0, 8653.0, 8627.0, 8642.0, 8640.0, 8633.0, 8642.0, 8650.0, 8702.0, 8648.0, 8671.0, 8639.0, 8605.0, 8664.0, 8659.0, 8683.0, 8637.0, 8635.0, 8634.0, 8621.0, 8633.0, 8627.0, 8666.0, 8637.0, 8625.0, 8637.0, 8613.0, 8664.0, 8625.0, 8641.0, 8640.0, 8651.0, 8636.0, 8607.0, 8703.0, 8656.0, 8625.0, 8637.0, 8608.0, 8647.0, 8608.0, 8690.0, 8624.0, 8639.0, 8640.0, 8667.0, 8618.0, 8664.0, 8651.0, 8635.0, 8622.0, 8609.0, 8618.0, 8605.0, 8619.0, 8609.0, 8667.0, 8623.0, 8638.0, 8636.0, 8635.0, 8651.0, 8638.0, 8672.0, 8623.0, 8680.0, 8618.0, 8660.0, 8631.0, 8663.0, 8633.0, 8620.0, 8632.0, 8602.0, 8629.0, 8588.0, 8664.0, 8618.0, 8664.0, 8618.0, 8642.0, 8616.0, 8613.0, 8635.0, 8594.0, 8606.0, 8624.0, 8635.0, 8626.0, 8638.0, 8637.0, 8613.0, 8654.0, 8622.0, 8660.0, 8605.0, 8697.0, 8636.0, 8636.0, 8636.0, 8621.0, 8633.0, 8603.0, 8700.0, 8623.0, 8627.0, 8634.0, 8637.0, 8635.0, 8638.0, 8699.0, 8623.0, 8637.0, 8635.0, 8637.0, 8664.0, 8653.0, 8697.0, 8620.0, 8633.0, 8614.0, 8603.0, 8632.0, 8605.0, 8634.0, 8637.0, 8633.0, 8631.0, 8604.0, 8680.0, 8635.0, 8621.0, 8636.0, 8632.0, 8631.0, 8620.0, 8646.0, 8608.0, 8593.0, 8633.0, 8609.0, 8620.0, 8623.0, 8663.0, 8641.0, 8624.0, 8638.0, 8622.0, 8651.0, 8610.0, 8695.0, 8638.0, 8635.0, 8647.0, 8617.0, 8631.0, 8617.0, 8686.0, 8621.0, 8634.0, 8635.0, 8604.0, 8619.0, 8592.0, 8668.0, 8625.0, 8669.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.00032722350230414746</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02164964631336405</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.470454364429074</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1947381646597461</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9963511245790092</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4862</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3830.8381</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11963941029311176</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>89</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.253456221198157</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5241063945665463</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.521384394430966</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7747755702078316</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.276159219060841</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00242767</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0025899289175868034</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021030912175774574</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</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.6737437502532337</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>22.3652</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.5324</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.6752</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299571.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>804.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.0843</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8622</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.8304</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3027.9657</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3227.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76973.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>893.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4050.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>878.3898</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.373600682243705</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> |