=== 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-0093 --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-0093",
"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-0093_ses-03_task-social_acq-mb8_run-04_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-0093_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_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-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-social_acq-mb8_run-04_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-0093/ses-03/func/sub-0093_ses-03_task-social_acq-mb8_run-04_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>327803e2f6cbc47d1eec3d68684adec5</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:58:17.930000</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.999388, 0.0345778, 0.00529612, -0.0348994, 0.975221, 0.218462]</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-04_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.100104</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4229, -7803, -7257, 348, -106, -244, 29, 45]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.949</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a1d0c03b-58b6-4d5c-a71a-a2be9c6f5370||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.6812849044799805, -0.0936325192451477, -0.0064504556357860565, 116.146728515625], [-0.09276978671550751, 2.6164469718933105, 0.5899860262870789, -101.13699340820312], [0.014209112152457237, -0.5861181616783142, 2.6347436904907227, -51.96849060058594], [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': ['195817.930000', '195818.390000', '195818.850000', '195819.310000', '195819.770000', '195820.230000', '195820.690000', '195821.150000', '195821.610000', '195822.070000', '195822.530000', '195822.990000', '195823.450000', '195823.910000', '195824.370000', '195824.830000', '195825.290000', '195825.750000', '195826.210000', '195826.670000', '195827.130000', '195827.590000', '195828.050000', '195828.510000', '195828.970000', '195829.430000', '195829.890000', '195830.350000', '195830.810000', '195831.270000', '195831.730000', '195832.190000', '195832.650000', '195833.110000', '195833.570000', '195834.030000', '195834.490000', '195834.950000', '195835.410000', '195835.870000', '195836.330000', '195836.790000', '195837.250000', '195837.710000', '195838.170000', '195838.630000', '195839.090000', '195839.550000', '195840.010000', '195840.470000', '195840.930000', '195841.390000', '195841.850000', '195842.310000', '195842.770000', '195843.230000', '195843.690000', '195844.150000', '195844.610000', '195845.070000', '195845.530000', '195845.990000', '195846.450000', '195846.910000', '195847.370000', '195847.830000', '195848.290000', '195848.750000', '195849.210000', '195849.670000', '195850.130000', '195850.590000', '195851.050000', '195851.510000', '195851.970000', '195852.430000', '195852.890000', '195853.350000', '195853.810000', '195854.270000', '195854.730000', '195855.190000', '195855.650000', '195856.110000', '195856.570000', '195857.030000', '195857.490000', '195857.950000', '195858.410000', '195858.870000', '195859.330000', '195859.790000', '195900.250000', '195900.710000', '195901.170000', '195901.630000', '195902.090000', '195902.550000', '195903.010000', '195903.470000', '195903.930000', '195904.390000', '195904.850000', '195905.310000', '195905.770000', '195906.230000', '195906.690000', '195907.150000', '195907.610000', '195908.070000', '195908.530000', '195908.990000', '195909.450000', '195909.910000', '195910.370000', '195910.830000', '195911.290000', '195911.750000', '195912.210000', '195912.670000', '195913.130000', '195913.590000', '195914.050000', '195914.510000', '195914.970000', '195915.430000', '195915.890000', '195916.350000', '195916.810000', '195917.270000', '195917.730000', '195918.190000', '195918.650000', '195919.110000', '195919.570000', '195920.030000', '195920.490000', '195920.950000', '195921.410000', '195921.870000', '195922.330000', '195922.790000', '195923.250000', '195923.710000', '195924.170000', '195924.630000', '195925.090000', '195925.550000', '195926.010000', '195926.470000', '195926.930000', '195927.390000', '195927.850000', '195928.310000', '195928.770000', '195929.230000', '195929.690000', '195930.150000', '195930.610000', '195931.070000', '195931.530000', '195931.990000', '195932.450000', '195932.910000', '195933.370000', '195933.830000', '195934.290000', '195934.750000', '195935.210000', '195935.670000', '195936.130000', '195936.590000', '195937.050000', '195937.510000', '195937.970000', '195938.430000', '195938.890000', '195939.350000', '195939.810000', '195940.270000', '195940.730000', '195941.190000', '195941.650000', '195942.110000', '195942.570000', '195943.030000', '195943.490000', '195943.950000', '195944.410000', '195944.870000', '195945.330000', '195945.790000', '195946.250000', '195946.710000', '195947.170000', '195947.630000', '195948.090000', '195948.550000', '195949.010000', '195949.470000', '195949.930000', '195950.390000', '195950.850000', '195951.310000', '195951.770000', '195952.230000', '195952.690000', '195953.150000', '195953.610000', '195954.070000', '195954.530000', '195954.990000', '195955.450000', '195955.910000', '195956.370000', '195956.830000', '195957.290000', '195957.750000', '195958.210000', '195958.670000', '195959.130000', '195959.590000', '200000.050000', '200000.510000', '200000.970000', '200001.430000', '200001.890000', '200002.350000', '200002.810000', '200003.270000', '200003.730000', '200004.190000', '200004.650000', '200005.110000', '200005.570000', '200006.030000', '200006.490000', '200006.950000', '200007.410000', '200007.870000', '200008.330000', '200008.790000', '200009.250000', '200009.710000', '200010.170000', '200010.630000', '200011.090000', '200011.550000', '200012.010000', '200012.470000', '200012.930000', '200013.390000', '200013.850000', '200014.310000', '200014.770000', '200015.230000', '200015.690000', '200016.150000', '200016.610000', '200017.070000', '200017.530000', '200017.990000', '200018.450000', '200018.910000', '200019.370000', '200019.830000', '200020.290000', '200020.750000', '200021.210000', '200021.670000', '200022.130000', '200022.590000', '200023.050000', '200023.510000', '200023.970000', '200024.430000', '200024.890000', '200025.350000', '200025.810000', '200026.270000', '200026.730000', '200027.190000', '200027.650000', '200028.110000', '200028.570000', '200029.030000', '200029.490000', '200029.950000', '200030.410000', '200030.870000', '200031.330000', '200031.790000', '200032.250000', '200032.710000', '200033.170000', '200033.630000', '200034.090000', '200034.550000', '200035.010000', '200035.470000', '200035.930000', '200036.390000', '200036.850000', '200037.310000', '200037.770000', '200038.230000', '200038.690000', '200039.150000', '200039.610000', '200040.070000', '200040.530000', '200040.990000', '200041.450000', '200041.910000', '200042.370000', '200042.830000', '200043.290000', '200043.750000', '200044.210000', '200044.670000', '200045.130000', '200045.590000', '200046.050000', '200046.510000', '200046.970000', '200047.430000', '200047.890000', '200048.350000', '200048.810000', '200049.270000', '200049.730000', '200050.190000', '200050.650000', '200051.110000', '200051.570000', '200052.030000', '200052.490000', '200052.950000', '200053.410000', '200053.870000', '200054.330000', '200054.790000', '200055.250000', '200055.710000', '200056.170000', '200056.630000', '200057.090000', '200057.550000', '200058.010000', '200058.470000', '200058.930000', '200059.390000', '200059.850000', '200100.310000', '200100.770000', '200101.230000', '200101.690000', '200102.150000', '200102.610000', '200103.070000', '200103.530000', '200103.990000', '200104.450000', '200104.910000', '200105.370000', '200105.830000', '200106.290000', '200106.750000', '200107.210000', '200107.670000', '200108.130000', '200108.590000', '200109.050000', '200109.510000', '200109.970000', '200110.430000', '200110.890000', '200111.350000', '200111.810000', '200112.270000', '200112.730000', '200113.190000', '200113.650000', '200114.110000', '200114.570000', '200115.030000', '200115.490000', '200115.950000', '200116.410000', '200116.870000', '200117.330000', '200117.790000', '200118.250000', '200118.710000', '200119.170000', '200119.630000', '200120.090000', '200120.550000', '200121.010000', '200121.470000', '200121.930000', '200122.390000', '200122.850000', '200123.310000', '200123.770000', '200124.230000', '200124.690000', '200125.150000', '200125.610000', '200126.070000', '200126.530000', '200126.990000', '200127.450000', '200127.910000', '200128.370000', '200128.830000', '200129.290000', '200129.750000', '200130.210000', '200130.670000', '200131.130000', '200131.590000', '200132.050000', '200132.510000', '200132.970000', '200133.430000', '200133.890000', '200134.350000', '200134.810000', '200135.270000', '200135.730000', '200136.190000', '200136.650000', '200137.110000', '200137.570000', '200138.030000', '200138.490000', '200138.950000', '200139.410000', '200139.870000', '200140.330000', '200140.790000', '200141.250000', '200141.710000', '200142.170000', '200142.630000', '200143.090000', '200143.550000', '200144.010000', '200144.470000', '200144.930000', '200145.390000', '200145.850000', '200146.310000', '200146.770000', '200147.230000', '200147.690000', '200148.150000', '200148.610000', '200149.070000', '200149.530000', '200149.990000', '200150.450000', '200150.910000', '200151.370000', '200151.830000', '200152.290000', '200152.750000', '200153.210000', '200153.670000', '200154.130000', '200154.590000', '200155.050000', '200155.510000', '200155.970000', '200156.430000', '200156.890000', '200157.350000', '200157.810000', '200158.270000', '200158.730000', '200159.190000', '200159.650000', '200200.110000', '200200.570000', '200201.030000', '200201.490000', '200201.950000', '200202.410000', '200202.870000', '200203.330000', '200203.790000', '200204.250000', '200204.710000', '200205.170000', '200205.630000', '200206.090000', '200206.550000', '200207.010000', '200207.470000', '200207.930000', '200208.390000', '200208.850000', '200209.310000', '200209.770000', '200210.230000', '200210.690000', '200211.150000', '200211.610000', '200212.070000', '200212.530000', '200212.990000', '200213.450000', '200213.910000', '200214.370000', '200214.830000', '200215.290000', '200215.750000', '200216.210000', '200216.670000', '200217.130000', '200217.590000', '200218.050000', '200218.510000', '200218.970000', '200219.430000', '200219.890000', '200220.350000', '200220.810000', '200221.270000', '200221.730000', '200222.190000', '200222.650000', '200223.110000', '200223.570000', '200224.030000', '200224.490000', '200224.950000', '200225.410000', '200225.870000', '200226.330000', '200226.790000', '200227.250000', '200227.710000', '200228.170000', '200228.630000', '200229.090000', '200229.550000', '200230.010000', '200230.470000', '200230.930000', '200231.390000', '200231.850000', '200232.310000', '200232.770000', '200233.230000', '200233.690000', '200234.150000', '200234.610000', '200235.070000', '200235.530000', '200235.990000', '200236.450000', '200236.910000', '200237.370000', '200237.830000', '200238.290000', '200238.750000', '200239.210000', '200239.670000', '200240.130000', '200240.590000', '200241.050000', '200241.510000', '200241.970000', '200242.430000', '200242.890000', '200243.350000', '200243.810000', '200244.270000', '200244.730000', '200245.190000', '200245.650000', '200246.110000', '200246.570000', '200247.030000', '200247.490000', '200247.950000', '200248.410000', '200248.870000', '200249.330000', '200249.790000', '200250.250000', '200250.710000', '200251.170000', '200251.630000', '200252.090000', '200252.550000', '200253.010000', '200253.470000', '200253.930000', '200254.390000', '200254.850000', '200255.310000', '200255.770000', '200256.230000', '200256.690000', '200257.150000', '200257.610000', '200258.070000', '200258.530000', '200258.990000', '200259.450000', '200259.910000', '200300.370000', '200300.830000', '200301.290000', '200301.750000', '200302.210000', '200302.670000', '200303.130000', '200303.590000', '200304.050000', '200304.510000', '200304.970000', '200305.430000', '200305.890000', '200306.350000', '200306.810000', '200307.270000', '200307.730000', '200308.190000', '200308.650000', '200309.110000', '200309.570000', '200310.030000', '200310.490000', '200310.950000', '200311.410000', '200311.870000', '200312.330000', '200312.790000', '200313.250000', '200313.710000', '200314.170000', '200314.630000', '200315.090000', '200315.550000', '200316.010000', '200316.470000', '200316.930000', '200317.390000', '200317.850000', '200318.310000', '200318.770000', '200319.230000', '200319.690000', '200320.150000', '200320.610000', '200321.070000', '200321.530000', '200321.990000', '200322.450000', '200322.910000', '200323.370000', '200323.830000', '200324.290000', '200324.750000', '200325.210000', '200325.670000', '200326.130000', '200326.590000', '200327.050000', '200327.510000', '200327.970000', '200328.430000', '200328.890000', '200329.350000', '200329.810000', '200330.270000', '200330.730000', '200331.190000', '200331.650000', '200332.110000', '200332.570000', '200333.030000', '200333.490000', '200333.950000', '200334.410000', '200334.870000', '200335.330000', '200335.790000', '200336.250000', '200336.710000', '200337.170000', '200337.630000', '200338.090000', '200338.550000', '200339.010000', '200339.470000', '200339.930000', '200340.390000', '200340.850000', '200341.310000', '200341.770000', '200342.230000', '200342.690000', '200343.150000', '200343.610000', '200344.070000', '200344.530000', '200344.990000', '200345.450000', '200345.910000', '200346.370000', '200346.830000', '200347.290000', '200347.750000', '200348.210000', '200348.670000', '200349.130000', '200349.590000', '200350.050000', '200350.510000', '200350.970000', '200351.430000', '200351.890000', '200352.350000', '200352.810000', '200353.270000', '200353.730000', '200354.190000', '200354.650000', '200355.110000', '200355.570000', '200356.030000', '200356.490000', '200356.950000', '200357.410000', '200357.870000', '200358.330000', '200358.790000', '200359.250000', '200359.710000', '200400.170000', '200400.630000', '200401.090000', '200401.550000', '200402.010000', '200402.470000', '200402.930000', '200403.390000', '200403.850000', '200404.310000', '200404.770000', '200405.230000', '200405.690000', '200406.150000', '200406.610000', '200407.070000', '200407.530000', '200407.990000', '200408.450000', '200408.910000', '200409.370000', '200409.830000', '200410.290000', '200410.750000', '200411.210000', '200411.670000', '200412.130000', '200412.590000', '200413.050000', '200413.510000', '200413.970000', '200414.430000', '200414.890000', '200415.350000', '200415.810000', '200416.270000', '200416.730000', '200417.190000', '200417.650000', '200418.110000', '200418.570000', '200419.030000', '200419.490000', '200419.950000', '200420.410000', '200420.870000', '200421.330000', '200421.790000', '200422.250000', '200422.710000', '200423.170000', '200423.630000', '200424.090000', '200424.550000', '200425.010000', '200425.470000', '200425.930000', '200426.390000', '200426.850000', '200427.310000', '200427.770000', '200428.230000', '200428.690000', '200429.150000', '200429.610000', '200430.070000', '200430.530000', '200430.990000', '200431.450000', '200431.910000', '200432.370000', '200432.830000', '200433.290000', '200433.750000', '200434.210000', '200434.670000', '200435.130000', '200435.590000', '200436.050000', '200436.510000', '200436.970000', '200437.430000', '200437.890000', '200438.350000', '200438.810000', '200439.270000', '200439.730000', '200440.190000', '200440.650000', '200441.110000', '200441.570000', '200442.030000', '200442.490000', '200442.950000', '200443.410000', '200443.870000', '200444.330000', '200444.790000', '200445.250000', '200445.710000', '200446.170000', '200446.630000', '200447.090000', '200447.550000', '200448.010000', '200448.470000', '200448.930000', '200449.390000', '200449.850000', '200450.310000', '200450.770000', '200451.230000', '200451.690000', '200452.150000', '200452.610000', '200453.070000', '200453.530000', '200453.990000', '200454.450000', '200454.910000', '200455.370000', '200455.830000', '200456.290000', '200456.750000', '200457.210000', '200457.670000', '200458.130000', '200458.590000'], 'ContentTime': ['195838.353000', '195838.357000', '195838.360000', '195838.372000', '195838.375000', '195838.377000', '195838.380000', '195838.383000', '195838.385000', '195838.388000', '195838.390000', '195838.393000', '195838.396000', '195838.398000', '195838.401000', '195838.403000', '195838.406000', '195838.410000', '195838.413000', '195838.415000', '195838.418000', '195838.421000', '195838.423000', '195838.426000', '195838.429000', '195838.431000', '195838.434000', '195838.436000', '195838.439000', '195838.442000', '195838.444000', '195838.447000', '195838.449000', '195838.452000', '195838.454000', '195838.457000', '195838.460000', '195838.462000', '195838.465000', '195838.467000', '195838.470000', '195858.294000', '195858.297000', '195858.300000', '195858.302000', '195858.305000', '195858.308000', '195858.310000', '195858.313000', '195858.316000', '195858.318000', '195858.321000', '195858.323000', '195858.326000', '195858.328000', '195858.331000', '195858.334000', '195858.336000', '195858.339000', '195858.342000', '195858.344000', '195858.347000', '195858.349000', '195858.352000', '195858.354000', '195858.357000', '195858.360000', '195858.362000', '195858.365000', '195858.368000', '195858.370000', '195858.373000', '195858.375000', '195858.378000', '195858.381000', '195858.383000', '195858.386000', '195858.388000', '195858.391000', '195858.394000', '195858.396000', '195858.399000', '195858.401000', '195858.404000', '195858.407000', '195918.294000', '195918.297000', '195918.300000', '195918.302000', '195918.311000', '195918.313000', '195918.316000', '195918.318000', '195918.321000', '195918.324000', '195918.326000', '195918.329000', '195918.332000', '195918.334000', '195918.337000', '195918.340000', '195918.342000', '195918.345000', '195918.347000', '195918.350000', '195918.353000', '195918.355000', '195918.358000', '195918.360000', '195918.363000', '195918.365000', '195918.368000', '195918.371000', '195918.373000', '195918.376000', '195918.382000', '195918.384000', '195918.387000', '195918.389000', '195918.392000', '195918.395000', '195918.397000', '195918.400000', '195918.402000', '195918.405000', '195918.408000', '195918.410000', '195918.413000', '195938.294000', '195938.297000', '195938.300000', '195938.303000', '195938.305000', '195938.308000', '195938.311000', '195938.313000', '195938.316000', '195938.318000', '195938.321000', '195938.323000', '195938.326000', '195938.329000', '195938.331000', '195938.334000', '195938.336000', '195938.339000', '195938.341000', '195938.344000', '195938.346000', '195938.349000', '195938.351000', '195938.354000', '195938.357000', '195938.360000', '195938.362000', '195938.365000', '195938.368000', '195938.370000', '195938.373000', '195938.376000', '195938.378000', '195938.381000', '195938.383000', '195938.386000', '195938.389000', '195938.391000', '195938.394000', '195938.397000', '195938.399000', '195938.402000', '195938.405000', '195938.407000', '195958.294000', '195958.297000', '195958.300000', '195958.303000', '195958.305000', '195958.308000', '195958.311000', '195958.313000', '195958.316000', '195958.318000', '195958.321000', '195958.324000', '195958.326000', '195958.329000', '195958.332000', '195958.334000', '195958.337000', '195958.340000', '195958.342000', '195958.345000', '195958.347000', '195958.350000', '195958.352000', '195958.355000', '195958.358000', '195958.386000', '195958.388000', '195958.391000', '195958.394000', '195958.396000', '195958.399000', '195958.402000', '195958.411000', '195958.413000', '195958.416000', '195958.419000', '195958.421000', '195958.424000', '195958.426000', '195958.429000', '195958.432000', '195958.435000', '195958.437000', '200018.293000', '200018.296000', '200018.299000', '200018.301000', '200018.304000', '200018.306000', '200018.309000', '200018.311000', '200018.314000', '200018.317000', '200018.319000', '200018.322000', '200018.324000', '200018.327000', '200018.330000', '200018.332000', '200018.335000', '200018.337000', '200018.340000', '200018.343000', '200018.346000', '200018.348000', '200018.351000', '200018.354000', '200018.356000', '200018.359000', '200018.362000', '200018.364000', '200018.367000', '200018.369000', '200018.384000', '200018.387000', '200018.389000', '200018.392000', '200018.394000', '200018.397000', '200018.400000', '200018.402000', '200018.405000', '200018.408000', '200018.410000', '200018.413000', '200018.416000', '200018.418000', '200038.294000', '200038.297000', '200038.300000', '200038.302000', '200038.305000', '200038.308000', '200038.310000', '200038.313000', '200038.329000', '200038.331000', '200038.334000', '200038.336000', '200038.339000', '200038.342000', '200038.344000', '200038.347000', '200038.350000', '200038.352000', '200038.355000', '200038.358000', '200038.360000', '200038.363000', '200038.365000', '200038.368000', '200038.371000', '200038.373000', '200038.376000', '200038.379000', '200038.381000', '200038.384000', '200038.387000', '200038.389000', '200038.392000', '200038.395000', '200038.397000', '200038.400000', '200038.403000', '200038.405000', '200038.408000', '200038.411000', '200038.413000', '200038.416000', '200038.418000', '200058.294000', '200058.297000', '200058.300000', '200058.303000', '200058.305000', '200058.308000', '200058.311000', '200058.313000', '200058.316000', '200058.319000', '200058.321000', '200058.324000', '200058.326000', '200058.329000', '200058.332000', '200058.334000', '200058.337000', '200058.340000', '200058.342000', '200058.345000', '200058.347000', '200058.350000', '200058.353000', '200058.355000', '200058.358000', '200058.361000', '200058.363000', '200058.366000', '200058.368000', '200058.371000', '200058.374000', '200058.376000', '200058.379000', '200058.381000', '200058.384000', '200058.387000', '200058.389000', '200058.392000', '200058.394000', '200058.397000', '200058.400000', '200058.402000', '200058.405000', '200058.407000', '200118.295000', '200118.297000', '200118.300000', '200118.303000', '200118.305000', '200118.308000', '200118.310000', '200118.313000', '200118.316000', '200118.319000', '200118.321000', '200118.324000', '200118.326000', '200118.329000', '200118.332000', '200118.334000', '200118.337000', '200118.340000', '200118.342000', '200118.345000', '200118.348000', '200118.350000', '200118.353000', '200118.355000', '200118.358000', '200118.361000', '200118.363000', '200118.366000', '200118.369000', '200118.371000', '200118.374000', '200118.376000', '200118.379000', '200118.382000', '200118.384000', '200118.387000', '200118.390000', '200118.392000', '200118.395000', '200118.398000', '200118.400000', '200118.403000', '200118.405000', '200138.295000', '200138.297000', '200138.300000', '200138.303000', '200138.306000', '200138.308000', '200138.311000', '200138.314000', '200138.316000', '200138.319000', '200138.322000', '200138.324000', '200138.327000', '200138.329000', '200138.332000', '200138.335000', '200138.337000', '200138.340000', '200138.343000', '200138.345000', '200138.348000', '200138.375000', '200138.378000', '200138.381000', '200138.383000', '200138.386000', '200138.389000', '200138.391000', '200138.394000', '200138.397000', '200138.399000', '200138.402000', '200138.405000', '200138.407000', '200138.410000', '200138.413000', '200138.416000', '200138.418000', '200138.421000', '200138.423000', '200138.426000', '200138.428000', '200138.431000', '200138.434000', '200158.294000', '200158.297000', '200158.300000', '200158.303000', '200158.305000', '200158.308000', '200158.311000', '200158.313000', '200158.316000', '200158.318000', '200158.321000', '200158.324000', '200158.326000', '200158.329000', '200158.331000', '200158.334000', '200158.337000', '200158.339000', '200158.342000', '200158.345000', '200158.347000', '200158.350000', '200158.352000', '200158.355000', '200158.358000', '200158.360000', '200158.363000', '200158.366000', '200158.368000', '200158.371000', '200158.373000', '200158.376000', '200158.379000', '200158.381000', '200158.384000', '200158.387000', '200158.389000', '200158.392000', '200158.395000', '200158.397000', '200158.400000', '200158.403000', '200158.405000', '200218.294000', '200218.297000', '200218.300000', '200218.302000', '200218.305000', '200218.308000', '200218.310000', '200218.313000', '200218.316000', '200218.318000', '200218.321000', '200218.323000', '200218.326000', '200218.329000', '200218.331000', '200218.334000', '200218.336000', '200218.339000', '200218.342000', '200218.345000', '200218.347000', '200218.350000', '200218.353000', '200218.355000', '200218.358000', '200218.361000', '200218.363000', '200218.366000', '200218.368000', '200218.371000', '200218.373000', '200218.376000', '200218.379000', '200218.381000', '200218.384000', '200218.387000', '200218.389000', '200218.392000', '200218.395000', '200218.397000', '200218.400000', '200218.402000', '200218.405000', '200218.408000', '200238.294000', '200238.296000', '200238.299000', '200238.301000', '200238.304000', '200238.307000', '200238.309000', '200238.312000', '200238.314000', '200238.317000', '200238.320000', '200238.322000', '200238.325000', '200238.327000', '200238.330000', '200238.333000', '200238.335000', '200238.338000', '200238.341000', '200238.343000', '200238.346000', '200238.348000', '200238.351000', '200238.354000', '200238.356000', '200238.359000', '200238.362000', '200238.364000', '200238.367000', '200238.369000', '200238.372000', '200238.375000', '200238.377000', '200238.380000', '200238.383000', '200238.385000', '200238.388000', '200238.390000', '200238.393000', '200238.396000', '200238.398000', '200238.401000', '200238.403000', '200258.294000', '200258.297000', '200258.300000', '200258.303000', '200258.305000', '200258.308000', '200258.311000', '200258.313000', '200258.316000', '200258.319000', '200258.321000', '200258.324000', '200258.326000', '200258.329000', '200258.332000', '200258.334000', '200258.337000', '200258.340000', '200258.342000', '200258.345000', '200258.348000', '200258.350000', '200258.353000', '200258.355000', '200258.358000', '200258.361000', '200258.363000', '200258.366000', '200258.369000', '200258.371000', '200258.374000', '200258.376000', '200258.379000', '200258.382000', '200258.384000', '200258.387000', '200258.390000', '200258.392000', '200258.395000', '200258.397000', '200258.400000', '200258.403000', '200258.405000', '200258.408000', '200318.295000', '200318.297000', '200318.311000', '200318.313000', '200318.317000', '200318.319000', '200318.322000', '200318.325000', '200318.327000', '200318.330000', '200318.333000', '200318.335000', '200318.338000', '200318.341000', '200318.343000', '200318.346000', '200318.349000', '200318.351000', '200318.354000', '200318.356000', '200318.359000', '200318.362000', '200318.364000', '200318.367000', '200318.370000', '200318.372000', '200318.375000', '200318.377000', '200318.380000', '200318.383000', '200318.385000', '200318.388000', '200318.391000', '200318.393000', '200318.396000', '200318.399000', '200318.401000', '200318.404000', '200318.406000', '200318.409000', '200318.412000', '200318.414000', '200318.417000', '200338.295000', '200338.298000', '200338.302000', '200338.305000', '200338.307000', '200338.310000', '200338.313000', '200338.316000', '200338.318000', '200338.321000', '200338.323000', '200338.327000', '200338.329000', '200338.332000', '200338.335000', '200338.337000', '200338.340000', '200338.342000', '200338.345000', '200338.348000', '200338.350000', '200338.353000', '200338.355000', '200338.358000', '200338.361000', '200338.363000', '200338.366000', '200338.369000', '200338.371000', '200338.374000', '200338.377000', '200338.379000', '200338.382000', '200338.385000', '200338.387000', '200338.390000', '200338.393000', '200338.395000', '200338.398000', '200338.400000', '200338.403000', '200338.406000', '200338.408000', '200358.295000', '200358.298000', '200358.300000', '200358.303000', '200358.305000', '200358.308000', '200358.311000', '200358.313000', '200358.316000', '200358.318000', '200358.321000', '200358.324000', '200358.326000', '200358.329000', '200358.331000', '200358.334000', '200358.342000', '200358.345000', '200358.347000', '200358.350000', '200358.353000', '200358.355000', '200358.358000', '200358.360000', '200358.363000', '200358.366000', '200358.368000', '200358.371000', '200358.374000', '200358.376000', '200358.379000', '200358.381000', '200358.384000', '200358.387000', '200358.389000', '200358.392000', '200358.395000', '200358.397000', '200358.400000', '200358.402000', '200358.405000', '200358.408000', '200358.410000', '200358.413000', '200418.294000', '200418.297000', '200418.300000', '200418.302000', '200418.305000', '200418.308000', '200418.311000', '200418.313000', '200418.316000', '200418.318000', '200418.321000', '200418.324000', '200418.327000', '200418.329000', '200418.332000', '200418.334000', '200418.337000', '200418.340000', '200418.342000', '200418.345000', '200418.348000', '200418.350000', '200418.353000', '200418.356000', '200418.358000', '200418.361000', '200418.363000', '200418.366000', '200418.370000', '200418.373000', '200418.376000', '200418.378000', '200418.381000', '200418.383000', '200418.386000', '200418.389000', '200418.391000', '200418.394000', '200418.397000', '200418.399000', '200418.402000', '200418.404000', '200418.407000', '200418.410000', '200438.295000', '200438.297000', '200438.300000', '200438.303000', '200438.306000', '200438.308000', '200438.311000', '200438.314000', '200438.316000', '200438.319000', '200438.321000', '200438.324000', '200438.326000', '200438.358000', '200438.360000', '200438.363000', '200438.365000', '200438.368000', '200438.371000', '200438.373000', '200438.376000', '200438.378000', '200438.381000', '200438.384000', '200438.386000', '200438.389000', '200438.392000', '200438.394000', '200438.397000', '200438.399000', '200438.402000', '200438.405000', '200438.407000', '200438.410000', '200438.412000', '200438.415000', '200438.418000', '200438.420000', '200438.423000', '200438.425000', '200438.428000', '200438.431000', '200438.433000', '200458.294000', '200458.297000', '200458.299000', '200458.302000', '200458.304000', '200458.307000', '200458.310000', '200458.312000', '200458.315000', '200458.318000', '200458.321000', '200458.323000', '200458.326000', '200458.329000', '200458.331000', '200458.334000', '200458.337000', '200458.339000', '200458.343000', '200458.346000', '200458.348000', '200458.351000', '200458.353000', '200458.356000', '200458.359000', '200458.362000', '200458.364000', '200458.368000', '200458.371000', '200458.373000', '200458.376000', '200458.379000', '200458.381000', '200458.384000', '200458.386000', '200458.389000', '200458.392000', '200458.394000', '200458.397000', '200458.400000', '200458.402000', '200458.405000', '200458.408000', '200500.180000', '200500.183000', '200500.186000', '200500.188000', '200500.191000'], 'InstanceCreationTime': ['195838.353000', '195838.357000', '195838.360000', '195838.372000', '195838.375000', '195838.377000', '195838.380000', '195838.383000', '195838.385000', '195838.388000', '195838.390000', '195838.393000', '195838.396000', '195838.398000', '195838.401000', '195838.403000', '195838.406000', '195838.410000', '195838.413000', '195838.415000', '195838.418000', '195838.421000', '195838.423000', '195838.426000', '195838.429000', '195838.431000', '195838.434000', '195838.436000', '195838.439000', '195838.442000', '195838.444000', '195838.447000', '195838.449000', '195838.452000', '195838.454000', '195838.457000', '195838.460000', '195838.462000', '195838.465000', '195838.467000', '195838.470000', '195858.294000', '195858.297000', '195858.300000', '195858.302000', '195858.305000', '195858.308000', '195858.310000', '195858.313000', '195858.316000', '195858.318000', '195858.321000', '195858.323000', '195858.326000', '195858.328000', '195858.331000', '195858.334000', '195858.336000', '195858.339000', '195858.342000', '195858.344000', '195858.347000', '195858.349000', '195858.352000', '195858.354000', '195858.357000', '195858.360000', '195858.362000', '195858.365000', '195858.368000', '195858.370000', '195858.373000', '195858.375000', '195858.378000', '195858.381000', '195858.383000', '195858.386000', '195858.388000', '195858.391000', '195858.394000', '195858.396000', '195858.399000', '195858.401000', '195858.404000', '195858.407000', '195918.294000', '195918.297000', '195918.300000', '195918.302000', '195918.311000', '195918.313000', '195918.316000', '195918.318000', '195918.321000', '195918.324000', '195918.326000', '195918.329000', '195918.332000', '195918.334000', '195918.337000', '195918.340000', '195918.342000', '195918.345000', '195918.347000', '195918.350000', '195918.353000', '195918.355000', '195918.358000', '195918.360000', '195918.363000', '195918.365000', '195918.368000', '195918.371000', '195918.373000', '195918.376000', '195918.382000', '195918.384000', '195918.387000', '195918.389000', '195918.392000', '195918.395000', '195918.397000', '195918.400000', '195918.402000', '195918.405000', '195918.408000', '195918.410000', '195918.413000', '195938.294000', '195938.297000', '195938.300000', '195938.303000', '195938.305000', '195938.308000', '195938.311000', '195938.313000', '195938.316000', '195938.318000', '195938.321000', '195938.323000', '195938.326000', '195938.329000', '195938.331000', '195938.334000', '195938.336000', '195938.339000', '195938.341000', '195938.344000', '195938.346000', '195938.349000', '195938.351000', '195938.354000', '195938.357000', '195938.360000', '195938.362000', '195938.365000', '195938.368000', '195938.370000', '195938.373000', '195938.376000', '195938.378000', '195938.381000', '195938.383000', '195938.386000', '195938.389000', '195938.391000', '195938.394000', '195938.397000', '195938.399000', '195938.402000', '195938.405000', '195938.407000', '195958.294000', '195958.297000', '195958.300000', '195958.303000', '195958.305000', '195958.308000', '195958.311000', '195958.313000', '195958.316000', '195958.318000', '195958.321000', '195958.324000', '195958.326000', '195958.329000', '195958.332000', '195958.334000', '195958.337000', '195958.340000', '195958.342000', '195958.345000', '195958.347000', '195958.350000', '195958.352000', '195958.355000', '195958.358000', '195958.386000', '195958.388000', '195958.391000', '195958.394000', '195958.396000', '195958.399000', '195958.402000', '195958.411000', '195958.413000', '195958.416000', '195958.419000', '195958.421000', '195958.424000', '195958.426000', '195958.429000', '195958.432000', '195958.435000', '195958.437000', '200018.293000', '200018.296000', '200018.299000', '200018.301000', '200018.304000', '200018.306000', '200018.309000', '200018.311000', '200018.314000', '200018.317000', '200018.319000', '200018.322000', '200018.324000', '200018.327000', '200018.330000', '200018.332000', '200018.335000', '200018.337000', '200018.340000', '200018.343000', '200018.346000', '200018.348000', '200018.351000', '200018.354000', '200018.356000', '200018.359000', '200018.362000', '200018.364000', '200018.367000', '200018.369000', '200018.384000', '200018.387000', '200018.389000', '200018.392000', '200018.394000', '200018.397000', '200018.400000', '200018.402000', '200018.405000', '200018.408000', '200018.410000', '200018.413000', '200018.416000', '200018.418000', '200038.294000', '200038.297000', '200038.300000', '200038.302000', '200038.305000', '200038.308000', '200038.310000', '200038.313000', '200038.329000', '200038.331000', '200038.334000', '200038.336000', '200038.339000', '200038.342000', '200038.344000', '200038.347000', '200038.350000', '200038.352000', '200038.355000', '200038.358000', '200038.360000', '200038.363000', '200038.365000', '200038.368000', '200038.371000', '200038.373000', '200038.376000', '200038.379000', '200038.381000', '200038.384000', '200038.387000', '200038.389000', '200038.392000', '200038.395000', '200038.397000', '200038.400000', '200038.403000', '200038.405000', '200038.408000', '200038.411000', '200038.413000', '200038.416000', '200038.418000', '200058.294000', '200058.297000', '200058.300000', '200058.303000', '200058.305000', '200058.308000', '200058.311000', '200058.313000', '200058.316000', '200058.319000', '200058.321000', '200058.324000', '200058.326000', '200058.329000', '200058.332000', '200058.334000', '200058.337000', '200058.340000', '200058.342000', '200058.345000', '200058.347000', '200058.350000', '200058.353000', '200058.355000', '200058.358000', '200058.361000', '200058.363000', '200058.366000', '200058.368000', '200058.371000', '200058.374000', '200058.376000', '200058.379000', '200058.381000', '200058.384000', '200058.387000', '200058.389000', '200058.392000', '200058.394000', '200058.397000', '200058.400000', '200058.402000', '200058.405000', '200058.407000', '200118.295000', '200118.297000', '200118.300000', '200118.303000', '200118.305000', '200118.308000', '200118.310000', '200118.313000', '200118.316000', '200118.319000', '200118.321000', '200118.324000', '200118.326000', '200118.329000', '200118.332000', '200118.334000', '200118.337000', '200118.340000', '200118.342000', '200118.345000', '200118.348000', '200118.350000', '200118.353000', '200118.355000', '200118.358000', '200118.361000', '200118.363000', '200118.366000', '200118.369000', '200118.371000', '200118.374000', '200118.376000', '200118.379000', '200118.382000', '200118.384000', '200118.387000', '200118.390000', '200118.392000', '200118.395000', '200118.398000', '200118.400000', '200118.403000', '200118.405000', '200138.295000', '200138.297000', '200138.300000', '200138.303000', '200138.306000', '200138.308000', '200138.311000', '200138.314000', '200138.316000', '200138.319000', '200138.322000', '200138.324000', '200138.327000', '200138.329000', '200138.332000', '200138.335000', '200138.337000', '200138.340000', '200138.343000', '200138.345000', '200138.348000', '200138.375000', '200138.378000', '200138.381000', '200138.383000', '200138.386000', '200138.389000', '200138.391000', '200138.394000', '200138.397000', '200138.399000', '200138.402000', '200138.405000', '200138.407000', '200138.410000', '200138.413000', '200138.416000', '200138.418000', '200138.421000', '200138.423000', '200138.426000', '200138.428000', '200138.431000', '200138.434000', '200158.294000', '200158.297000', '200158.300000', '200158.303000', '200158.305000', '200158.308000', '200158.311000', '200158.313000', '200158.316000', '200158.318000', '200158.321000', '200158.324000', '200158.326000', '200158.329000', '200158.331000', '200158.334000', '200158.337000', '200158.339000', '200158.342000', '200158.345000', '200158.347000', '200158.350000', '200158.352000', '200158.355000', '200158.358000', '200158.360000', '200158.363000', '200158.366000', '200158.368000', '200158.371000', '200158.373000', '200158.376000', '200158.379000', '200158.381000', '200158.384000', '200158.387000', '200158.389000', '200158.392000', '200158.395000', '200158.397000', '200158.400000', '200158.403000', '200158.405000', '200218.294000', '200218.297000', '200218.300000', '200218.302000', '200218.305000', '200218.308000', '200218.310000', '200218.313000', '200218.316000', '200218.318000', '200218.321000', '200218.323000', '200218.326000', '200218.329000', '200218.331000', '200218.334000', '200218.336000', '200218.339000', '200218.342000', '200218.345000', '200218.347000', '200218.350000', '200218.353000', '200218.355000', '200218.358000', '200218.361000', '200218.363000', '200218.366000', '200218.368000', '200218.371000', '200218.373000', '200218.376000', '200218.379000', '200218.381000', '200218.384000', '200218.387000', '200218.389000', '200218.392000', '200218.395000', '200218.397000', '200218.400000', '200218.402000', '200218.405000', '200218.408000', '200238.294000', '200238.296000', '200238.299000', '200238.301000', '200238.304000', '200238.307000', '200238.309000', '200238.312000', '200238.314000', '200238.317000', '200238.320000', '200238.322000', '200238.325000', '200238.327000', '200238.330000', '200238.333000', '200238.335000', '200238.338000', '200238.341000', '200238.343000', '200238.346000', '200238.348000', '200238.351000', '200238.354000', '200238.356000', '200238.359000', '200238.362000', '200238.364000', '200238.367000', '200238.369000', '200238.372000', '200238.375000', '200238.377000', '200238.380000', '200238.383000', '200238.385000', '200238.388000', '200238.390000', '200238.393000', '200238.396000', '200238.398000', '200238.401000', '200238.403000', '200258.294000', '200258.297000', '200258.300000', '200258.303000', '200258.305000', '200258.308000', '200258.311000', '200258.313000', '200258.316000', '200258.319000', '200258.321000', '200258.324000', '200258.326000', '200258.329000', '200258.332000', '200258.334000', '200258.337000', '200258.340000', '200258.342000', '200258.345000', '200258.348000', '200258.350000', '200258.353000', '200258.355000', '200258.358000', '200258.361000', '200258.363000', '200258.366000', '200258.369000', '200258.371000', '200258.374000', '200258.376000', '200258.379000', '200258.382000', '200258.384000', '200258.387000', '200258.390000', '200258.392000', '200258.395000', '200258.397000', '200258.400000', '200258.403000', '200258.405000', '200258.408000', '200318.295000', '200318.297000', '200318.311000', '200318.313000', '200318.317000', '200318.319000', '200318.322000', '200318.325000', '200318.327000', '200318.330000', '200318.333000', '200318.335000', '200318.338000', '200318.341000', '200318.343000', '200318.346000', '200318.349000', '200318.351000', '200318.354000', '200318.356000', '200318.359000', '200318.362000', '200318.364000', '200318.367000', '200318.370000', '200318.372000', '200318.375000', '200318.377000', '200318.380000', '200318.383000', '200318.385000', '200318.388000', '200318.391000', '200318.393000', '200318.396000', '200318.399000', '200318.401000', '200318.404000', '200318.406000', '200318.409000', '200318.412000', '200318.414000', '200318.417000', '200338.295000', '200338.298000', '200338.302000', '200338.305000', '200338.307000', '200338.310000', '200338.313000', '200338.316000', '200338.318000', '200338.321000', '200338.323000', '200338.327000', '200338.329000', '200338.332000', '200338.335000', '200338.337000', '200338.340000', '200338.342000', '200338.345000', '200338.348000', '200338.350000', '200338.353000', '200338.355000', '200338.358000', '200338.361000', '200338.363000', '200338.366000', '200338.369000', '200338.371000', '200338.374000', '200338.377000', '200338.379000', '200338.382000', '200338.385000', '200338.387000', '200338.390000', '200338.393000', '200338.395000', '200338.398000', '200338.400000', '200338.403000', '200338.406000', '200338.408000', '200358.295000', '200358.298000', '200358.300000', '200358.303000', '200358.305000', '200358.308000', '200358.311000', '200358.313000', '200358.316000', '200358.318000', '200358.321000', '200358.324000', '200358.326000', '200358.329000', '200358.331000', '200358.334000', '200358.342000', '200358.345000', '200358.347000', '200358.350000', '200358.353000', '200358.355000', '200358.358000', '200358.360000', '200358.363000', '200358.366000', '200358.368000', '200358.371000', '200358.374000', '200358.376000', '200358.379000', '200358.381000', '200358.384000', '200358.387000', '200358.389000', '200358.392000', '200358.395000', '200358.397000', '200358.400000', '200358.402000', '200358.405000', '200358.408000', '200358.410000', '200358.413000', '200418.294000', '200418.297000', '200418.300000', '200418.302000', '200418.305000', '200418.308000', '200418.311000', '200418.313000', '200418.316000', '200418.318000', '200418.321000', '200418.324000', '200418.327000', '200418.329000', '200418.332000', '200418.334000', '200418.337000', '200418.340000', '200418.342000', '200418.345000', '200418.348000', '200418.350000', '200418.353000', '200418.356000', '200418.358000', '200418.361000', '200418.363000', '200418.366000', '200418.370000', '200418.373000', '200418.376000', '200418.378000', '200418.381000', '200418.383000', '200418.386000', '200418.389000', '200418.391000', '200418.394000', '200418.397000', '200418.399000', '200418.402000', '200418.404000', '200418.407000', '200418.410000', '200438.295000', '200438.297000', '200438.300000', '200438.303000', '200438.306000', '200438.308000', '200438.311000', '200438.314000', '200438.316000', '200438.319000', '200438.321000', '200438.324000', '200438.326000', '200438.358000', '200438.360000', '200438.363000', '200438.365000', '200438.368000', '200438.371000', '200438.373000', '200438.376000', '200438.378000', '200438.381000', '200438.384000', '200438.386000', '200438.389000', '200438.392000', '200438.394000', '200438.397000', '200438.399000', '200438.402000', '200438.405000', '200438.407000', '200438.410000', '200438.412000', '200438.415000', '200438.418000', '200438.420000', '200438.423000', '200438.425000', '200438.428000', '200438.431000', '200438.433000', '200458.294000', '200458.297000', '200458.299000', '200458.302000', '200458.304000', '200458.307000', '200458.310000', '200458.312000', '200458.315000', '200458.318000', '200458.321000', '200458.323000', '200458.326000', '200458.329000', '200458.331000', '200458.334000', '200458.337000', '200458.339000', '200458.343000', '200458.346000', '200458.348000', '200458.351000', '200458.353000', '200458.356000', '200458.359000', '200458.362000', '200458.364000', '200458.368000', '200458.371000', '200458.373000', '200458.376000', '200458.379000', '200458.381000', '200458.384000', '200458.386000', '200458.389000', '200458.392000', '200458.394000', '200458.397000', '200458.400000', '200458.402000', '200458.405000', '200458.408000', '200500.180000', '200500.183000', '200500.186000', '200500.188000', '200500.191000'], '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': [13508, 7548, 11706, 7407, 10951, 7362, 10402, 8176, 10733, 7410, 9203, 7140, 9466, 7224, 9211, 7744, 8024, 8289, 8310, 7781, 6852, 8608, 6795, 9227, 7192, 9896, 7756, 9737, 7410, 10241, 7492, 10265, 7496, 10392, 7219, 10472, 7173, 11058, 7384, 8106, 7320, 6961, 7888, 6729, 9499, 6720, 10115, 7889, 8122, 8520, 7211, 8925, 6833, 10375, 7211, 10571, 7653, 11035, 7440, 8828, 7870, 9006, 8637, 10471, 10161, 8394, 11079, 7093, 10497, 7414, 11295, 7347, 11338, 7642, 10610, 7253, 10938, 7526, 10442, 7478, 9925, 7493, 8745, 7407, 7386, 7714, 7346, 7834, 7516, 12812, 7805, 10266, 7302, 7042, 7706, 6825, 7685, 6782, 8923, 7299, 10842, 7557, 11296, 8219, 11457, 8526, 11539, 8374, 10553, 8448, 11688, 8641, 11627, 9121, 11622, 10133, 9874, 10273, 7759, 9918, 7486, 10082, 7579, 9746, 7623, 9669, 7279, 10159, 7036, 9636, 7006, 10024, 7469, 10238, 7510, 10248, 7509, 10281, 7560, 9423, 7678, 8288, 7600, 6395, 7776, 6746, 9216, 7599, 9504, 7636, 9612, 7569, 6780, 8699, 7291, 10186, 7787, 10585, 7694, 9704, 7495, 7364, 9369, 7492, 10654, 7492, 10887, 7633, 11031, 7604, 11239, 8312, 12068, 8414, 12459, 8518, 11059, 9625, 10799, 9681, 9129, 9752, 7207, 9714, 7244, 9535, 7328, 9519, 7189, 9993, 7231, 10057, 7413, 10125, 7544, 9366, 7733, 9637, 7633, 8723, 7699, 8804, 7766, 8352, 7553, 8266, 8026, 7872, 8432, 7937, 7662, 6985, 6980, 6736, 7617, 6847, 10160, 7816, 12007, 7309, 10740, 7656, 9121, 7076, 8221, 7263, 8195, 7412, 8757, 8130, 9032, 7587, 7696, 8720, 6581, 8383, 6873, 8983, 7733, 8943, 8227, 9260, 7400, 9295, 6628, 8790, 6841, 8928, 7188, 8967, 6783, 9311, 6751, 9119, 6789, 8988, 6850, 8930, 6482, 9431, 6841, 9424, 6872, 9571, 6621, 9306, 6907, 9412, 6824, 9171, 7208, 7999, 7581, 6788, 7835, 6710, 8783, 6835, 9310, 7486, 8887, 7827, 8904, 8942, 6686, 9373, 6667, 9787, 7675, 11545, 9684, 12533, 10236, 13280, 9076, 10864, 6786, 10400, 6910, 10470, 7203, 11296, 7120, 10539, 6943, 10178, 7116, 10241, 7273, 9466, 7368, 7874, 7669, 7297, 8130, 6450, 9324, 6517, 9829, 6581, 9884, 7408, 10175, 7472, 7151, 7973, 6657, 8262, 6581, 9041, 6499, 9743, 6510, 9323, 6604, 9759, 6534, 9294, 6855, 9343, 7068, 9525, 7179, 10413, 7364, 11723, 7668, 10544, 8002, 11771, 8736, 8381, 8813, 6992, 8631, 8628, 9717, 6642, 9113, 6619, 9256, 6775, 9400, 6846, 10233, 6995, 10630, 7673, 10714, 7612, 11263, 8584, 11959, 10931, 13194, 9842, 13474, 9229, 13725, 8302, 12251, 8333, 10222, 8650, 7915, 8867, 7434, 8717, 7456, 8678, 7308, 8217, 6948, 7810, 6581, 8107, 6706, 8714, 6561, 9033, 6517, 9283, 6805, 8703, 6556, 9242, 6629, 10189, 6739, 10257, 6951, 10124, 7150, 10548, 8370, 10980, 7185, 9461, 7109, 9459, 7186, 8608, 7551, 8055, 8159, 8870, 8069, 7964, 7876, 7087, 8485, 6754, 9104, 6780, 10057, 7263, 10407, 6919, 10205, 7738, 13188, 13376, 13710, 10965, 8189, 9356, 6967, 11840, 7841, 8526, 7738, 9091, 8153, 10473, 11033, 10067, 13225, 12176, 12518, 12529, 9418, 10595, 9145, 7735, 9018, 7856, 8446, 7304, 8427, 7595, 8102, 7174, 8024, 6744, 8448, 6647, 9046, 6501, 9535, 6765, 9616, 6786, 9572, 6919, 10222, 7393, 8500, 7008, 7492, 7548, 8503, 7653, 8990, 7884, 11666, 7767, 10693, 8537, 10999, 8280, 13832, 10920, 9643, 8389, 6743, 8803, 7001, 9042, 7077, 9433, 7095, 9704, 7123, 10050, 6870, 9859, 6511, 9673, 7068, 9915, 6555, 10127, 6579, 10137, 6668, 9545, 6862, 8614, 6618, 6536, 6501, 6515, 7972, 6732, 8380, 6701, 8957, 6656, 9521, 6835, 10002, 7332, 10907, 9156, 11500, 8094, 6964, 8780, 6867, 9087, 7804, 10907, 6777, 9868, 7178, 9655, 6891, 10048, 7035, 9542, 7018, 10408, 6721, 9315, 7086, 9702, 6625, 10204, 6781, 9934, 6799, 9676, 6648, 10177, 6541, 10021, 6674, 9792, 6945, 9171, 6750, 9120, 6819, 10174, 6973, 10444, 7042, 10239, 6894, 9572, 6946, 9667, 7020, 9218, 6860, 8837, 6734, 8510, 8169, 6858, 8343, 6738, 8930, 6533, 9326, 6908, 9507, 6968, 9879, 6611, 10166, 6729, 10292, 7064, 9938, 7087, 11125, 7103, 10287, 7094, 10524, 7042, 10421, 7234, 10011, 6913, 9916, 6805, 9560, 6794, 9280, 7212, 6942, 6775, 6475, 7647, 6795, 8547, 7111, 8853, 6865, 8974, 6759, 9801, 6784, 9687, 6706, 9516, 6780, 9498, 6766, 9119, 6751, 8996, 6728, 11639, 6621, 7328, 6967, 11663, 9463, 9409, 10056, 9328, 10235, 6908, 11778, 7668, 12444, 9995, 12973, 9265, 11339, 7416, 11249, 7916, 11809, 9259, 12746, 9362, 12874, 7987, 8826, 8220, 8924, 8501, 8613, 9305, 7313, 9454, 6450, 9574, 6620, 9873, 6707, 10221, 6945, 10357, 6950, 10395, 6953, 10628, 6964, 10374, 7218, 10045, 7006, 10077, 7332, 9901, 7056, 9604, 7366, 9754, 7007, 8209, 7440, 7617, 8145, 6591, 8464, 6460, 8916, 6645, 9047, 6723, 9043, 7110, 9072, 7067, 8908, 7084, 8774, 7171, 9910, 7506, 11987, 9260, 11136, 8123, 8953, 8308, 10652, 9093, 12762, 9511, 11070, 9820, 6815, 9724, 6803, 10003, 7294, 9793, 6697, 9923, 6726, 9689, 6600, 9675, 6712, 9984, 6843, 10049, 6770, 9831, 7034, 9556, 6978, 9704, 6667, 6722, 6920, 6643, 7779, 6978, 7930, 7365, 6725, 8887, 6713, 9529, 6871, 10382, 6917, 10292, 6984, 10662, 6903, 11332, 8458, 11871, 9458, 12194, 10082, 11974, 7582, 11399, 7104, 10150, 7042, 10108, 7184, 8231, 7428, 7718, 7972, 7215, 8587, 6835, 8791, 6680, 9501, 6640, 9706, 6625, 9616, 6688, 9063, 7145, 7869, 7900, 7078, 8682, 6713, 9777, 6606, 9463, 6943, 9871, 7148, 9520, 7772, 8938, 7611, 8594, 7990, 8779, 8943, 6786, 9490, 6885, 9857, 6952, 10077, 7149, 12436, 6518, 9884, 6669, 10041, 6686, 9597, 6848, 9809, 6711, 10397, 6909, 10350, 6860, 9650, 7535, 6733, 7968, 6660, 9652, 7579, 12379, 9641, 12152, 9649, 7962], 'WindowCenter': [4079.0, 4014.0, 4041.0, 3988.0, 4016.0, 3974.0, 4003.0, 3993.0, 4014.0, 3973.0, 3992.0, 3972.0, 3990.0, 3969.0, 3990.0, 3970.0, 3981.0, 3997.0, 3994.0, 3984.0, 3962.0, 3993.0, 3962.0, 3992.0, 3971.0, 4004.0, 3984.0, 4004.0, 3984.0, 4013.0, 3984.0, 4013.0, 3985.0, 4014.0, 3985.0, 4014.0, 3984.0, 4038.0, 3999.0, 3998.0, 3998.0, 3984.0, 3992.0, 3983.0, 4012.0, 3983.0, 4016.0, 3983.0, 3995.0, 3995.0, 3972.0, 4003.0, 3973.0, 4015.0, 3998.0, 4027.0, 3997.0, 4025.0, 3985.0, 3993.0, 3983.0, 3992.0, 3993.0, 4014.0, 4003.0, 3993.0, 4015.0, 3972.0, 4014.0, 3970.0, 4010.0, 3970.0, 4011.0, 3982.0, 4001.0, 3971.0, 4011.0, 3982.0, 4001.0, 3971.0, 4001.0, 3982.0, 3991.0, 3972.0, 3971.0, 3997.0, 3996.0, 4006.0, 3998.0, 4064.0, 4012.0, 4031.0, 3999.0, 3975.0, 3985.0, 3974.0, 3999.0, 3988.0, 4020.0, 4000.0, 4041.0, 4011.0, 4041.0, 4010.0, 4027.0, 4008.0, 4025.0, 3997.0, 4014.0, 3995.0, 4014.0, 3994.0, 4013.0, 3993.0, 4013.0, 4004.0, 4002.0, 4003.0, 3969.0, 3990.0, 3958.0, 4000.0, 3967.0, 3990.0, 3969.0, 3990.0, 3970.0, 4002.0, 3971.0, 4002.0, 3969.0, 4001.0, 3970.0, 4000.0, 3970.0, 4000.0, 3971.0, 4001.0, 3982.0, 4005.0, 3996.0, 3994.0, 3996.0, 3974.0, 3995.0, 3986.0, 4016.0, 3997.0, 4017.0, 4009.0, 4031.0, 4012.0, 3989.0, 4021.0, 4000.0, 4030.0, 4009.0, 4026.0, 3997.0, 4017.0, 3996.0, 3996.0, 4017.0, 3999.0, 4029.0, 3999.0, 4027.0, 3997.0, 4015.0, 3996.0, 4027.0, 4008.0, 4037.0, 4008.0, 4036.0, 4005.0, 4014.0, 4002.0, 4011.0, 4002.0, 3992.0, 4003.0, 3981.0, 4003.0, 3969.0, 4002.0, 3971.0, 4001.0, 3971.0, 4002.0, 3983.0, 4014.0, 3984.0, 4014.0, 3983.0, 4003.0, 3983.0, 4004.0, 3995.0, 4005.0, 3994.0, 4003.0, 3994.0, 3994.0, 3994.0, 3993.0, 3994.0, 3982.0, 3994.0, 3994.0, 3998.0, 3987.0, 3986.0, 3973.0, 3971.0, 3975.0, 4001.0, 3969.0, 4021.0, 3984.0, 4023.0, 3985.0, 4004.0, 3984.0, 4005.0, 3996.0, 3994.0, 3985.0, 4005.0, 3994.0, 4004.0, 3984.0, 3982.0, 3994.0, 3972.0, 3994.0, 3971.0, 3991.0, 3968.0, 3990.0, 3978.0, 3990.0, 3968.0, 3990.0, 3958.0, 3991.0, 3958.0, 3988.0, 3970.0, 3992.0, 3958.0, 3991.0, 3959.0, 3990.0, 3959.0, 3991.0, 3970.0, 4001.0, 3960.0, 4001.0, 3971.0, 4002.0, 3973.0, 4013.0, 3972.0, 4004.0, 3984.0, 4003.0, 3973.0, 4004.0, 3984.0, 3995.0, 3997.0, 3986.0, 3995.0, 3987.0, 4007.0, 3988.0, 4017.0, 3997.0, 4019.0, 3998.0, 4018.0, 4018.0, 3987.0, 4017.0, 3975.0, 4016.0, 3983.0, 4025.0, 4004.0, 4024.0, 4013.0, 4034.0, 4003.0, 4012.0, 3960.0, 4001.0, 3959.0, 4001.0, 3971.0, 4012.0, 3970.0, 4012.0, 3970.0, 3999.0, 3969.0, 4000.0, 3970.0, 4000.0, 3970.0, 3980.0, 3982.0, 3970.0, 3981.0, 3959.0, 4001.0, 3959.0, 4002.0, 3973.0, 4013.0, 3996.0, 4027.0, 3985.0, 3974.0, 3995.0, 3985.0, 3994.0, 3973.0, 4004.0, 3975.0, 4017.0, 3989.0, 4016.0, 3972.0, 4013.0, 3963.0, 4002.0, 3973.0, 4002.0, 3983.0, 4003.0, 3984.0, 4011.0, 3983.0, 4023.0, 3982.0, 4012.0, 3993.0, 4024.0, 4004.0, 4004.0, 4003.0, 3982.0, 3993.0, 3992.0, 4003.0, 3973.0, 3993.0, 3973.0, 3992.0, 3984.0, 4003.0, 3973.0, 4014.0, 3986.0, 4026.0, 3995.0, 4014.0, 3982.0, 4023.0, 4006.0, 4026.0, 4012.0, 4021.0, 4001.0, 4020.0, 3990.0, 4019.0, 3979.0, 4010.0, 3979.0, 3999.0, 3978.0, 3967.0, 3989.0, 3967.0, 3977.0, 3956.0, 3977.0, 3967.0, 3979.0, 3969.0, 3969.0, 3959.0, 3981.0, 3971.0, 4004.0, 3973.0, 4004.0, 3974.0, 4004.0, 3985.0, 4008.0, 3976.0, 4017.0, 3989.0, 4026.0, 3986.0, 4014.0, 3983.0, 4014.0, 3985.0, 4025.0, 4006.0, 4025.0, 3984.0, 4002.0, 3983.0, 4003.0, 3984.0, 4004.0, 3995.0, 3993.0, 3994.0, 3992.0, 3992.0, 3994.0, 4006.0, 3986.0, 4004.0, 3973.0, 3992.0, 3959.0, 3999.0, 3982.0, 4025.0, 3996.0, 4025.0, 4010.0, 4063.0, 4063.0, 4061.0, 4040.0, 4006.0, 4015.0, 3985.0, 4038.0, 3996.0, 4005.0, 3996.0, 4006.0, 3997.0, 4026.0, 4027.0, 4014.0, 4025.0, 4010.0, 4010.0, 4008.0, 3977.0, 3986.0, 3977.0, 3966.0, 3977.0, 3965.0, 3966.0, 3954.0, 3964.0, 3952.0, 3965.0, 3943.0, 3966.0, 3956.0, 3979.0, 3959.0, 4002.0, 3960.0, 4001.0, 3970.0, 4000.0, 3972.0, 4001.0, 3984.0, 4015.0, 3997.0, 4006.0, 3986.0, 3984.0, 3994.0, 3993.0, 3983.0, 4002.0, 3994.0, 4024.0, 3997.0, 4029.0, 4008.0, 4040.0, 4006.0, 4035.0, 4014.0, 4001.0, 3980.0, 3959.0, 3991.0, 3960.0, 3992.0, 3971.0, 4003.0, 3985.0, 4014.0, 3972.0, 4002.0, 3970.0, 4001.0, 3961.0, 4001.0, 3970.0, 4001.0, 3960.0, 4012.0, 3973.0, 4011.0, 3972.0, 4001.0, 3971.0, 3992.0, 3974.0, 3972.0, 3975.0, 3974.0, 4006.0, 3987.0, 4019.0, 3998.0, 4018.0, 3998.0, 4029.0, 3999.0, 4031.0, 3998.0, 4039.0, 4018.0, 4038.0, 4007.0, 3986.0, 4003.0, 3986.0, 4018.0, 3996.0, 4027.0, 3984.0, 4015.0, 3983.0, 4001.0, 3971.0, 4002.0, 3973.0, 4003.0, 3972.0, 4014.0, 3974.0, 4003.0, 3971.0, 4001.0, 3972.0, 3999.0, 3960.0, 4002.0, 3972.0, 4002.0, 3972.0, 4013.0, 3960.0, 4000.0, 3959.0, 3999.0, 3971.0, 4004.0, 3971.0, 4001.0, 3970.0, 4002.0, 3973.0, 4010.0, 3971.0, 3999.0, 3972.0, 4001.0, 3969.0, 4001.0, 3972.0, 4000.0, 3973.0, 4002.0, 3971.0, 3991.0, 3993.0, 3971.0, 3993.0, 3972.0, 3992.0, 3961.0, 4002.0, 3982.0, 4002.0, 3983.0, 4014.0, 3973.0, 4011.0, 3971.0, 4001.0, 3972.0, 4001.0, 3973.0, 4013.0, 3972.0, 4012.0, 3970.0, 4012.0, 3971.0, 4013.0, 3980.0, 4001.0, 3969.0, 4000.0, 3970.0, 3999.0, 3972.0, 4002.0, 3982.0, 3972.0, 3970.0, 3960.0, 3982.0, 3971.0, 4003.0, 3972.0, 4003.0, 3973.0, 4003.0, 3983.0, 4015.0, 3973.0, 4014.0, 3971.0, 4002.0, 3972.0, 4002.0, 3974.0, 4003.0, 3973.0, 4029.0, 3987.0, 4037.0, 3986.0, 3980.0, 3942.0, 4026.0, 4003.0, 4003.0, 4017.0, 4004.0, 4014.0, 3973.0, 4026.0, 3984.0, 4025.0, 4015.0, 4025.0, 4002.0, 4001.0, 3970.0, 4000.0, 3981.0, 4011.0, 3992.0, 4022.0, 3992.0, 4010.0, 3980.0, 3978.0, 3979.0, 3976.0, 3978.0, 3978.0, 3990.0, 3969.0, 4002.0, 3960.0, 4002.0, 3958.0, 4000.0, 3959.0, 4000.0, 3969.0, 4001.0, 3971.0, 4012.0, 3973.0, 4011.0, 3970.0, 4002.0, 3982.0, 4002.0, 3970.0, 4000.0, 3982.0, 4001.0, 3972.0, 4002.0, 3982.0, 4003.0, 3983.0, 3991.0, 3984.0, 3995.0, 3996.0, 3974.0, 3994.0, 3976.0, 4018.0, 3986.0, 4006.0, 3986.0, 4016.0, 3997.0, 4017.0, 3998.0, 4018.0, 3999.0, 4007.0, 3988.0, 4016.0, 3998.0, 4037.0, 4020.0, 4027.0, 3997.0, 4018.0, 4019.0, 4026.0, 4017.0, 4036.0, 4005.0, 4026.0, 4016.0, 3973.0, 4003.0, 3961.0, 4002.0, 3971.0, 4001.0, 3959.0, 4001.0, 3960.0, 4000.0, 3959.0, 4003.0, 3970.0, 4003.0, 3972.0, 4001.0, 3971.0, 4001.0, 3985.0, 4027.0, 3985.0, 4017.0, 3987.0, 3986.0, 3985.0, 3971.0, 3980.0, 3972.0, 3992.0, 3983.0, 3974.0, 4005.0, 3986.0, 4029.0, 3988.0, 4029.0, 3986.0, 4014.0, 3984.0, 4013.0, 3971.0, 4012.0, 3993.0, 4023.0, 4003.0, 4023.0, 4014.0, 4024.0, 3983.0, 4011.0, 3970.0, 3998.0, 3969.0, 3999.0, 3970.0, 3990.0, 3982.0, 3981.0, 3991.0, 3980.0, 4003.0, 3973.0, 4003.0, 3973.0, 4013.0, 3983.0, 4016.0, 3984.0, 4015.0, 3986.0, 4004.0, 3986.0, 4006.0, 4006.0, 3985.0, 4016.0, 3987.0, 4028.0, 3988.0, 4017.0, 3996.0, 4016.0, 3985.0, 4017.0, 3997.0, 4005.0, 3995.0, 4005.0, 3995.0, 4006.0, 4017.0, 3983.0, 4016.0, 3983.0, 4014.0, 3971.0, 4003.0, 3971.0, 4024.0, 3962.0, 4013.0, 3971.0, 4013.0, 3972.0, 4001.0, 3971.0, 4002.0, 3971.0, 4001.0, 3971.0, 4012.0, 3972.0, 4001.0, 3997.0, 3986.0, 4005.0, 3987.0, 4016.0, 4008.0, 4051.0, 4030.0, 4042.0, 4017.0, 3997.0], 'WindowWidth': [9066.0, 8965.0, 8995.0, 8918.0, 8951.0, 8890.0, 8926.0, 8915.0, 8941.0, 8887.0, 8910.0, 8885.0, 8904.0, 8876.0, 8903.0, 8879.0, 8895.0, 8926.0, 8915.0, 8904.0, 8871.0, 8911.0, 8868.0, 8909.0, 8882.0, 8929.0, 8904.0, 8929.0, 8903.0, 8940.0, 8906.0, 8942.0, 8907.0, 8946.0, 8907.0, 8944.0, 8907.0, 8985.0, 8933.0, 8930.0, 8931.0, 8905.0, 8915.0, 8907.0, 8946.0, 8909.0, 8950.0, 8899.0, 8918.0, 8916.0, 8882.0, 8926.0, 8888.0, 8947.0, 8929.0, 8966.0, 8926.0, 8962.0, 8907.0, 8914.0, 8900.0, 8911.0, 8913.0, 8941.0, 8927.0, 8912.0, 8945.0, 8883.0, 8940.0, 8879.0, 8930.0, 8878.0, 8932.0, 8898.0, 8920.0, 8881.0, 8933.0, 8897.0, 8922.0, 8883.0, 8921.0, 8898.0, 8909.0, 8883.0, 8882.0, 8930.0, 8928.0, 8942.0, 8935.0, 9033.0, 8958.0, 8980.0, 8931.0, 8891.0, 8907.0, 8890.0, 8932.0, 8916.0, 8962.0, 8939.0, 8992.0, 8955.0, 8993.0, 8948.0, 8968.0, 8942.0, 8961.0, 8924.0, 8943.0, 8916.0, 8941.0, 8915.0, 8939.0, 8913.0, 8940.0, 8930.0, 8924.0, 8926.0, 8875.0, 8903.0, 8857.0, 8915.0, 8870.0, 8904.0, 8875.0, 8905.0, 8879.0, 8923.0, 8879.0, 8922.0, 8875.0, 8919.0, 8880.0, 8919.0, 8879.0, 8919.0, 8882.0, 8921.0, 8898.0, 8934.0, 8926.0, 8920.0, 8924.0, 8892.0, 8923.0, 8911.0, 8951.0, 8927.0, 8956.0, 8948.0, 8981.0, 8958.0, 8924.0, 8966.0, 8937.0, 8979.0, 8949.0, 8967.0, 8928.0, 8954.0, 8926.0, 8926.0, 8957.0, 8934.0, 8973.0, 8935.0, 8968.0, 8926.0, 8948.0, 8924.0, 8967.0, 8944.0, 8981.0, 8944.0, 8979.0, 8934.0, 8943.0, 8926.0, 8935.0, 8924.0, 8912.0, 8927.0, 8897.0, 8929.0, 8880.0, 8925.0, 8881.0, 8920.0, 8883.0, 8926.0, 8902.0, 8944.0, 8905.0, 8946.0, 8903.0, 8928.0, 8903.0, 8930.0, 8922.0, 8935.0, 8920.0, 8931.0, 8919.0, 8918.0, 8919.0, 8915.0, 8917.0, 8898.0, 8916.0, 8917.0, 8932.0, 8916.0, 8913.0, 8887.0, 8878.0, 8895.0, 8919.0, 8876.0, 8947.0, 8907.0, 8956.0, 8908.0, 8933.0, 8908.0, 8936.0, 8926.0, 8921.0, 8909.0, 8935.0, 8918.0, 8931.0, 8905.0, 8899.0, 8917.0, 8886.0, 8917.0, 8882.0, 8911.0, 8875.0, 8905.0, 8887.0, 8905.0, 8875.0, 8905.0, 8861.0, 8907.0, 8863.0, 8901.0, 8881.0, 8910.0, 8862.0, 8907.0, 8863.0, 8906.0, 8864.0, 8910.0, 8882.0, 8926.0, 8870.0, 8924.0, 8886.0, 8925.0, 8891.0, 8943.0, 8887.0, 8933.0, 8907.0, 8927.0, 8891.0, 8930.0, 8906.0, 8921.0, 8926.0, 8912.0, 8924.0, 8917.0, 8941.0, 8919.0, 8954.0, 8929.0, 8959.0, 8929.0, 8955.0, 8957.0, 8913.0, 8953.0, 8895.0, 8951.0, 8902.0, 8960.0, 8929.0, 8959.0, 8943.0, 8973.0, 8928.0, 8940.0, 8867.0, 8920.0, 8863.0, 8920.0, 8881.0, 8937.0, 8881.0, 8936.0, 8881.0, 8917.0, 8878.0, 8918.0, 8880.0, 8920.0, 8879.0, 8894.0, 8898.0, 8880.0, 8895.0, 8865.0, 8922.0, 8867.0, 8926.0, 8891.0, 8944.0, 8926.0, 8970.0, 8908.0, 8892.0, 8921.0, 8911.0, 8920.0, 8890.0, 8932.0, 8895.0, 8957.0, 8921.0, 8952.0, 8889.0, 8943.0, 8876.0, 8927.0, 8891.0, 8928.0, 8904.0, 8930.0, 8905.0, 8938.0, 8903.0, 8956.0, 8902.0, 8940.0, 8916.0, 8957.0, 8931.0, 8933.0, 8927.0, 8902.0, 8915.0, 8913.0, 8927.0, 8887.0, 8912.0, 8886.0, 8910.0, 8907.0, 8931.0, 8892.0, 8945.0, 8913.0, 8965.0, 8923.0, 8945.0, 8902.0, 8958.0, 8936.0, 8961.0, 8939.0, 8948.0, 8921.0, 8945.0, 8905.0, 8941.0, 8890.0, 8931.0, 8888.0, 8915.0, 8885.0, 8869.0, 8901.0, 8871.0, 8883.0, 8854.0, 8883.0, 8870.0, 8889.0, 8877.0, 8878.0, 8865.0, 8896.0, 8883.0, 8932.0, 8890.0, 8931.0, 8892.0, 8932.0, 8911.0, 8942.0, 8901.0, 8957.0, 8921.0, 8966.0, 8912.0, 8946.0, 8906.0, 8945.0, 8911.0, 8963.0, 8938.0, 8963.0, 8908.0, 8929.0, 8904.0, 8931.0, 8909.0, 8933.0, 8922.0, 8916.0, 8917.0, 8912.0, 8915.0, 8921.0, 8941.0, 8913.0, 8931.0, 8889.0, 8911.0, 8864.0, 8917.0, 8900.0, 8963.0, 8929.0, 8967.0, 8957.0, 9032.0, 9032.0, 9025.0, 8995.0, 8943.0, 8951.0, 8911.0, 8983.0, 8924.0, 8936.0, 8926.0, 8938.0, 8926.0, 8966.0, 8967.0, 8945.0, 8961.0, 8932.0, 8932.0, 8925.0, 8881.0, 8894.0, 8883.0, 8869.0, 8884.0, 8865.0, 8867.0, 8846.0, 8860.0, 8841.0, 8861.0, 8830.0, 8865.0, 8854.0, 8890.0, 8866.0, 8926.0, 8871.0, 8924.0, 8883.0, 8920.0, 8886.0, 8925.0, 8909.0, 8949.0, 8928.0, 8937.0, 8912.0, 8908.0, 8921.0, 8915.0, 8902.0, 8927.0, 8919.0, 8959.0, 8930.0, 8976.0, 8939.0, 8990.0, 8939.0, 8975.0, 8946.0, 8920.0, 8891.0, 8863.0, 8906.0, 8864.0, 8912.0, 8883.0, 8930.0, 8908.0, 8946.0, 8889.0, 8927.0, 8881.0, 8924.0, 8871.0, 8922.0, 8882.0, 8923.0, 8869.0, 8938.0, 8890.0, 8936.0, 8885.0, 8923.0, 8885.0, 8913.0, 8896.0, 8891.0, 8897.0, 8896.0, 8940.0, 8919.0, 8963.0, 8936.0, 8962.0, 8934.0, 8977.0, 8937.0, 8980.0, 8935.0, 8988.0, 8960.0, 8985.0, 8944.0, 8913.0, 8932.0, 8913.0, 8961.0, 8930.0, 8971.0, 8909.0, 8948.0, 8903.0, 8925.0, 8884.0, 8926.0, 8888.0, 8931.0, 8888.0, 8945.0, 8891.0, 8928.0, 8884.0, 8922.0, 8886.0, 8920.0, 8868.0, 8925.0, 8887.0, 8926.0, 8886.0, 8941.0, 8869.0, 8922.0, 8866.0, 8918.0, 8886.0, 8933.0, 8885.0, 8922.0, 8881.0, 8925.0, 8888.0, 8934.0, 8882.0, 8919.0, 8887.0, 8925.0, 8881.0, 8923.0, 8888.0, 8921.0, 8890.0, 8927.0, 8885.0, 8911.0, 8916.0, 8885.0, 8917.0, 8885.0, 8913.0, 8870.0, 8928.0, 8900.0, 8929.0, 8905.0, 8946.0, 8891.0, 8938.0, 8885.0, 8922.0, 8887.0, 8926.0, 8891.0, 8943.0, 8889.0, 8940.0, 8885.0, 8939.0, 8884.0, 8940.0, 8896.0, 8922.0, 8880.0, 8920.0, 8883.0, 8920.0, 8889.0, 8929.0, 8904.0, 8887.0, 8884.0, 8870.0, 8901.0, 8886.0, 8929.0, 8887.0, 8931.0, 8892.0, 8933.0, 8907.0, 8949.0, 8893.0, 8947.0, 8886.0, 8926.0, 8887.0, 8928.0, 8894.0, 8931.0, 8891.0, 8978.0, 8919.0, 8982.0, 8911.0, 8896.0, 8823.0, 8969.0, 8929.0, 8928.0, 8951.0, 8931.0, 8945.0, 8889.0, 8966.0, 8907.0, 8964.0, 8947.0, 8961.0, 8925.0, 8921.0, 8879.0, 8920.0, 8895.0, 8936.0, 8913.0, 8952.0, 8911.0, 8932.0, 8893.0, 8885.0, 8886.0, 8879.0, 8884.0, 8885.0, 8905.0, 8877.0, 8923.0, 8867.0, 8923.0, 8862.0, 8918.0, 8862.0, 8920.0, 8878.0, 8922.0, 8883.0, 8940.0, 8888.0, 8935.0, 8882.0, 8925.0, 8900.0, 8925.0, 8882.0, 8920.0, 8900.0, 8925.0, 8888.0, 8926.0, 8901.0, 8931.0, 8902.0, 8910.0, 8906.0, 8922.0, 8924.0, 8893.0, 8917.0, 8898.0, 8958.0, 8914.0, 8937.0, 8911.0, 8952.0, 8929.0, 8956.0, 8934.0, 8960.0, 8936.0, 8944.0, 8919.0, 8952.0, 8932.0, 8982.0, 8963.0, 8966.0, 8926.0, 8958.0, 8962.0, 8967.0, 8957.0, 8977.0, 8937.0, 8965.0, 8951.0, 8889.0, 8929.0, 8870.0, 8926.0, 8882.0, 8924.0, 8866.0, 8922.0, 8866.0, 8921.0, 8865.0, 8926.0, 8883.0, 8928.0, 8889.0, 8924.0, 8884.0, 8925.0, 8910.0, 8970.0, 8912.0, 8958.0, 8917.0, 8914.0, 8909.0, 8884.0, 8893.0, 8886.0, 8913.0, 8903.0, 8894.0, 8935.0, 8913.0, 8976.0, 8922.0, 8975.0, 8914.0, 8946.0, 8905.0, 8943.0, 8886.0, 8941.0, 8917.0, 8957.0, 8929.0, 8955.0, 8945.0, 8957.0, 8904.0, 8938.0, 8880.0, 8915.0, 8877.0, 8918.0, 8881.0, 8909.0, 8899.0, 8897.0, 8912.0, 8897.0, 8931.0, 8893.0, 8931.0, 8889.0, 8945.0, 8905.0, 8952.0, 8911.0, 8952.0, 8914.0, 8936.0, 8915.0, 8941.0, 8939.0, 8911.0, 8955.0, 8917.0, 8973.0, 8920.0, 8956.0, 8928.0, 8952.0, 8911.0, 8957.0, 8928.0, 8937.0, 8923.0, 8937.0, 8925.0, 8941.0, 8956.0, 8908.0, 8952.0, 8903.0, 8944.0, 8884.0, 8930.0, 8885.0, 8959.0, 8875.0, 8942.0, 8886.0, 8943.0, 8887.0, 8924.0, 8886.0, 8927.0, 8884.0, 8922.0, 8886.0, 8939.0, 8888.0, 8926.0, 8930.0, 8914.0, 8942.0, 8921.0, 8955.0, 8947.0, 9012.0, 8978.0, 8998.0, 8954.0, 8928.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.0019334827586206895</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04925912091954023</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.23094625866513</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1063312021518992</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9735439029459163</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4487</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7008.2109</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15494557984456236</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>154</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>17.701149425287355</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.536982289087566</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.416621942383243</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7187099351809043</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.475614989698551</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00792855</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009661335498094559</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025162620469927788</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.828916663463205</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>20.2582</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.7783</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.7333</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306112.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>611.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>255.3654</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.085</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.4306</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3227.6298</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3455.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70432.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1007.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4213.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.3376</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.585790251614526</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> |