=== 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-0122 --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-0122",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0122_ses-01_task-social_acq-mb8_run-06_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-0122_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-06_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-0122/ses-01/func/sub-0122_ses-01_task-social_acq-mb8_run-06_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>910f5027ec16a2b36c30a229beb415d9</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>16:57:33.387500</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.999732, -0.0051843, -0.0225391, 0.00610707, 0.999138, 0.0410665]</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-06_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.0878736</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4208, -7751, -7194, 417, -140, 90, 40, 58]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.137</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9f7f7dc8-80fb-4267-84bc-0aa412f41d96||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.6822092533111572, 0.01638481207191944, -0.06022818386554718, 113.28207397460938], [0.013909101486206055, 2.6806135177612305, 0.11122161895036697, -108.11051177978516], [-0.06047067791223526, -0.11017849296331406, 2.697036027908325, -58.367530822753906], [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': ['165733.387500', '165733.847500', '165734.307500', '165734.767500', '165735.227500', '165735.687500', '165736.147500', '165736.607500', '165737.067500', '165737.527500', '165737.987500', '165738.447500', '165738.907500', '165739.367500', '165739.827500', '165740.287500', '165740.747500', '165741.207500', '165741.667500', '165742.127500', '165742.587500', '165743.047500', '165743.507500', '165743.967500', '165744.427500', '165744.887500', '165745.347500', '165745.807500', '165746.267500', '165746.727500', '165747.187500', '165747.647500', '165748.107500', '165748.567500', '165749.027500', '165749.487500', '165749.947500', '165750.407500', '165750.867500', '165751.327500', '165751.787500', '165752.247500', '165752.707500', '165753.167500', '165753.627500', '165754.087500', '165754.547500', '165755.007500', '165755.467500', '165755.927500', '165756.387500', '165756.847500', '165757.307500', '165757.767500', '165758.227500', '165758.687500', '165759.147500', '165759.607500', '165800.067500', '165800.527500', '165800.987500', '165801.447500', '165801.907500', '165802.367500', '165802.827500', '165803.287500', '165803.747500', '165804.207500', '165804.667500', '165805.127500', '165805.587500', '165806.047500', '165806.507500', '165806.967500', '165807.427500', '165807.887500', '165808.347500', '165808.807500', '165809.267500', '165809.727500', '165810.187500', '165810.647500', '165811.107500', '165811.567500', '165812.027500', '165812.487500', '165812.947500', '165813.407500', '165813.867500', '165814.327500', '165814.787500', '165815.247500', '165815.707500', '165816.167500', '165816.627500', '165817.087500', '165817.547500', '165818.007500', '165818.467500', '165818.927500', '165819.387500', '165819.847500', '165820.307500', '165820.767500', '165821.227500', '165821.687500', '165822.147500', '165822.607500', '165823.067500', '165823.527500', '165823.987500', '165824.447500', '165824.907500', '165825.367500', '165825.827500', '165826.287500', '165826.747500', '165827.207500', '165827.667500', '165828.127500', '165828.587500', '165829.047500', '165829.507500', '165829.967500', '165830.427500', '165830.887500', '165831.347500', '165831.807500', '165832.267500', '165832.727500', '165833.187500', '165833.647500', '165834.107500', '165834.567500', '165835.027500', '165835.487500', '165835.947500', '165836.407500', '165836.867500', '165837.327500', '165837.787500', '165838.247500', '165838.707500', '165839.167500', '165839.627500', '165840.087500', '165840.547500', '165841.007500', '165841.467500', '165841.927500', '165842.387500', '165842.847500', '165843.307500', '165843.767500', '165844.227500', '165844.687500', '165845.147500', '165845.607500', '165846.067500', '165846.527500', '165846.987500', '165847.447500', '165847.907500', '165848.367500', '165848.827500', '165849.287500', '165849.747500', '165850.207500', '165850.667500', '165851.127500', '165851.587500', '165852.047500', '165852.507500', '165852.967500', '165853.427500', '165853.887500', '165854.347500', '165854.807500', '165855.267500', '165855.727500', '165856.187500', '165856.647500', '165857.107500', '165857.567500', '165858.027500', '165858.487500', '165858.947500', '165859.407500', '165859.867500', '165900.327500', '165900.787500', '165901.247500', '165901.707500', '165902.167500', '165902.627500', '165903.087500', '165903.547500', '165904.007500', '165904.467500', '165904.927500', '165905.387500', '165905.847500', '165906.307500', '165906.767500', '165907.227500', '165907.687500', '165908.147500', '165908.607500', '165909.067500', '165909.527500', '165909.987500', '165910.447500', '165910.907500', '165911.367500', '165911.827500', '165912.287500', '165912.747500', '165913.207500', '165913.667500', '165914.127500', '165914.587500', '165915.047500', '165915.507500', '165915.967500', '165916.427500', '165916.887500', '165917.347500', '165917.807500', '165918.267500', '165918.727500', '165919.187500', '165919.647500', '165920.107500', '165920.567500', '165921.027500', '165921.487500', '165921.947500', '165922.407500', '165922.867500', '165923.327500', '165923.787500', '165924.247500', '165924.707500', '165925.167500', '165925.627500', '165926.087500', '165926.547500', '165927.007500', '165927.467500', '165927.927500', '165928.387500', '165928.847500', '165929.307500', '165929.767500', '165930.227500', '165930.687500', '165931.147500', '165931.607500', '165932.067500', '165932.527500', '165932.987500', '165933.447500', '165933.907500', '165934.367500', '165934.827500', '165935.287500', '165935.747500', '165936.207500', '165936.667500', '165937.127500', '165937.587500', '165938.047500', '165938.507500', '165938.967500', '165939.427500', '165939.887500', '165940.347500', '165940.807500', '165941.267500', '165941.727500', '165942.187500', '165942.647500', '165943.107500', '165943.567500', '165944.027500', '165944.487500', '165944.947500', '165945.407500', '165945.867500', '165946.327500', '165946.787500', '165947.247500', '165947.707500', '165948.167500', '165948.627500', '165949.087500', '165949.547500', '165950.007500', '165950.467500', '165950.927500', '165951.387500', '165951.847500', '165952.307500', '165952.767500', '165953.227500', '165953.687500', '165954.147500', '165954.607500', '165955.067500', '165955.527500', '165955.987500', '165956.447500', '165956.907500', '165957.367500', '165957.827500', '165958.287500', '165958.747500', '165959.207500', '165959.667500', '170000.127500', '170000.587500', '170001.047500', '170001.507500', '170001.967500', '170002.427500', '170002.887500', '170003.347500', '170003.807500', '170004.267500', '170004.727500', '170005.187500', '170005.647500', '170006.107500', '170006.567500', '170007.027500', '170007.487500', '170007.947500', '170008.407500', '170008.867500', '170009.327500', '170009.787500', '170010.247500', '170010.707500', '170011.167500', '170011.627500', '170012.087500', '170012.547500', '170013.007500', '170013.467500', '170013.927500', '170014.387500', '170014.847500', '170015.307500', '170015.767500', '170016.227500', '170016.687500', '170017.147500', '170017.607500', '170018.067500', '170018.527500', '170018.987500', '170019.447500', '170019.907500', '170020.367500', '170020.827500', '170021.287500', '170021.747500', '170022.207500', '170022.667500', '170023.127500', '170023.587500', '170024.047500', '170024.507500', '170024.967500', '170025.427500', '170025.887500', '170026.347500', '170026.807500', '170027.267500', '170027.727500', '170028.187500', '170028.647500', '170029.107500', '170029.567500', '170030.027500', '170030.487500', '170030.947500', '170031.407500', '170031.867500', '170032.327500', '170032.787500', '170033.247500', '170033.707500', '170034.167500', '170034.627500', '170035.087500', '170035.547500', '170036.007500', '170036.467500', '170036.927500', '170037.387500', '170037.847500', '170038.307500', '170038.767500', '170039.227500', '170039.687500', '170040.147500', '170040.607500', '170041.067500', '170041.527500', '170041.987500', '170042.447500', '170042.907500', '170043.367500', '170043.827500', '170044.287500', '170044.747500', '170045.207500', '170045.667500', '170046.127500', '170046.587500', '170047.047500', '170047.507500', '170047.967500', '170048.427500', '170048.887500', '170049.347500', '170049.807500', '170050.267500', '170050.727500', '170051.187500', '170051.647500', '170052.107500', '170052.567500', '170053.027500', '170053.487500', '170053.947500', '170054.407500', '170054.867500', '170055.327500', '170055.787500', '170056.247500', '170056.707500', '170057.167500', '170057.627500', '170058.087500', '170058.547500', '170059.007500', '170059.467500', '170059.927500', '170100.387500', '170100.847500', '170101.307500', '170101.767500', '170102.227500', '170102.687500', '170103.147500', '170103.607500', '170104.067500', '170104.527500', '170104.987500', '170105.447500', '170105.907500', '170106.367500', '170106.827500', '170107.287500', '170107.747500', '170108.207500', '170108.667500', '170109.127500', '170109.587500', '170110.047500', '170110.507500', '170110.967500', '170111.427500', '170111.887500', '170112.347500', '170112.807500', '170113.267500', '170113.727500', '170114.187500', '170114.647500', '170115.107500', '170115.567500', '170116.027500', '170116.487500', '170116.947500', '170117.407500', '170117.867500', '170118.327500', '170118.787500', '170119.247500', '170119.707500', '170120.167500', '170120.627500', '170121.087500', '170121.547500', '170122.007500', '170122.467500', '170122.927500', '170123.387500', '170123.847500', '170124.307500', '170124.767500', '170125.227500', '170125.687500', '170126.147500', '170126.607500', '170127.067500', '170127.527500', '170127.987500', '170128.447500', '170128.907500', '170129.367500', '170129.827500', '170130.287500', '170130.747500', '170131.207500', '170131.667500', '170132.127500', '170132.587500', '170133.047500', '170133.507500', '170133.967500', '170134.427500', '170134.887500', '170135.347500', '170135.807500', '170136.267500', '170136.727500', '170137.187500', '170137.647500', '170138.107500', '170138.567500', '170139.027500', '170139.487500', '170139.947500', '170140.407500', '170140.867500', '170141.327500', '170141.787500', '170142.247500', '170142.707500', '170143.167500', '170143.627500', '170144.087500', '170144.547500', '170145.007500', '170145.467500', '170145.927500', '170146.387500', '170146.847500', '170147.307500', '170147.767500', '170148.227500', '170148.687500', '170149.147500', '170149.607500', '170150.067500', '170150.527500', '170150.987500', '170151.447500', '170151.907500', '170152.367500', '170152.827500', '170153.287500', '170153.747500', '170154.207500', '170154.667500', '170155.127500', '170155.587500', '170156.047500', '170156.507500', '170156.967500', '170157.427500', '170157.887500', '170158.347500', '170158.807500', '170159.267500', '170159.727500', '170200.187500', '170200.647500', '170201.107500', '170201.567500', '170202.027500', '170202.487500', '170202.947500', '170203.407500', '170203.867500', '170204.327500', '170204.787500', '170205.247500', '170205.707500', '170206.167500', '170206.627500', '170207.087500', '170207.547500', '170208.007500', '170208.467500', '170208.927500', '170209.387500', '170209.847500', '170210.307500', '170210.767500', '170211.227500', '170211.687500', '170212.147500', '170212.607500', '170213.067500', '170213.527500', '170213.987500', '170214.447500', '170214.907500', '170215.367500', '170215.827500', '170216.287500', '170216.747500', '170217.207500', '170217.667500', '170218.127500', '170218.587500', '170219.047500', '170219.507500', '170219.967500', '170220.427500', '170220.887500', '170221.347500', '170221.807500', '170222.267500', '170222.727500', '170223.187500', '170223.647500', '170224.107500', '170224.567500', '170225.027500', '170225.487500', '170225.947500', '170226.407500', '170226.867500', '170227.327500', '170227.787500', '170228.247500', '170228.707500', '170229.167500', '170229.627500', '170230.087500', '170230.547500', '170231.007500', '170231.467500', '170231.927500', '170232.387500', '170232.847500', '170233.307500', '170233.767500', '170234.227500', '170234.687500', '170235.147500', '170235.607500', '170236.067500', '170236.527500', '170236.987500', '170237.447500', '170237.907500', '170238.367500', '170238.827500', '170239.287500', '170239.747500', '170240.207500', '170240.667500', '170241.127500', '170241.587500', '170242.047500', '170242.507500', '170242.967500', '170243.427500', '170243.887500', '170244.347500', '170244.807500', '170245.267500', '170245.727500', '170246.187500', '170246.647500', '170247.107500', '170247.567500', '170248.027500', '170248.487500', '170248.947500', '170249.407500', '170249.867500', '170250.327500', '170250.787500', '170251.247500', '170251.707500', '170252.167500', '170252.627500', '170253.087500', '170253.547500', '170254.007500', '170254.467500', '170254.927500', '170255.387500', '170255.847500', '170256.307500', '170256.767500', '170257.227500', '170257.687500', '170258.147500', '170258.607500', '170259.067500', '170259.527500', '170259.987500', '170300.447500', '170300.907500', '170301.367500', '170301.827500', '170302.287500', '170302.747500', '170303.207500', '170303.667500', '170304.127500', '170304.587500', '170305.047500', '170305.507500', '170305.967500', '170306.427500', '170306.887500', '170307.347500', '170307.807500', '170308.267500', '170308.727500', '170309.187500', '170309.647500', '170310.107500', '170310.567500', '170311.027500', '170311.487500', '170311.947500', '170312.407500', '170312.867500', '170313.327500', '170313.787500', '170314.247500', '170314.707500', '170315.167500', '170315.627500', '170316.087500', '170316.547500', '170317.007500', '170317.467500', '170317.927500', '170318.387500', '170318.847500', '170319.307500', '170319.767500', '170320.227500', '170320.687500', '170321.147500', '170321.607500', '170322.067500', '170322.527500', '170322.987500', '170323.447500', '170323.907500', '170324.367500', '170324.827500', '170325.287500', '170325.747500', '170326.207500', '170326.667500', '170327.127500', '170327.587500', '170328.047500', '170328.507500', '170328.967500', '170329.427500', '170329.887500', '170330.347500', '170330.807500', '170331.267500', '170331.727500', '170332.187500', '170332.647500', '170333.107500', '170333.567500', '170334.027500', '170334.487500', '170334.947500', '170335.407500', '170335.867500', '170336.327500', '170336.787500', '170337.247500', '170337.707500', '170338.167500', '170338.627500', '170339.087500', '170339.547500', '170340.007500', '170340.467500', '170340.927500', '170341.387500', '170341.847500', '170342.307500', '170342.767500', '170343.227500', '170343.687500', '170344.147500', '170344.607500', '170345.067500', '170345.527500', '170345.987500', '170346.447500', '170346.907500', '170347.367500', '170347.827500', '170348.287500', '170348.747500', '170349.207500', '170349.667500', '170350.127500', '170350.587500', '170351.047500', '170351.507500', '170351.967500', '170352.427500', '170352.887500', '170353.347500', '170353.807500', '170354.267500', '170354.727500', '170355.187500', '170355.647500', '170356.107500', '170356.567500', '170357.027500', '170357.487500', '170357.947500', '170358.407500', '170358.867500', '170359.327500', '170359.787500', '170400.247500', '170400.707500', '170401.167500', '170401.627500', '170402.087500', '170402.547500', '170403.007500', '170403.467500', '170403.927500', '170404.387500', '170404.847500', '170405.307500', '170405.767500', '170406.227500', '170406.687500', '170407.147500', '170407.607500', '170408.067500', '170408.527500', '170408.987500', '170409.447500', '170409.907500', '170410.367500', '170410.827500', '170411.287500', '170411.747500', '170412.207500', '170412.667500', '170413.127500', '170413.587500', '170414.047500'], 'ContentTime': ['165800.898000', '165800.904000', '165800.907000', '165800.909000', '165800.912000', '165800.914000', '165800.917000', '165800.920000', '165800.922000', '165800.925000', '165800.927000', '165800.930000', '165800.932000', '165800.935000', '165800.937000', '165800.940000', '165800.943000', '165800.945000', '165800.948000', '165800.950000', '165800.953000', '165800.955000', '165800.958000', '165800.960000', '165800.963000', '165800.972000', '165800.974000', '165800.977000', '165800.980000', '165800.982000', '165800.985000', '165800.987000', '165800.990000', '165800.992000', '165800.995000', '165800.998000', '165801.001000', '165801.004000', '165801.006000', '165801.009000', '165801.012000', '165801.014000', '165801.017000', '165801.020000', '165801.022000', '165801.025000', '165801.028000', '165801.030000', '165801.033000', '165801.035000', '165801.038000', '165801.041000', '165801.043000', '165801.046000', '165801.048000', '165801.051000', '165801.054000', '165820.857000', '165820.860000', '165820.863000', '165820.865000', '165820.868000', '165820.871000', '165820.873000', '165820.876000', '165820.878000', '165820.881000', '165820.883000', '165820.886000', '165820.889000', '165820.891000', '165820.894000', '165820.896000', '165820.899000', '165820.901000', '165820.904000', '165820.906000', '165820.909000', '165820.911000', '165820.914000', '165820.916000', '165820.919000', '165820.922000', '165820.924000', '165820.938000', '165820.941000', '165820.943000', '165820.946000', '165820.948000', '165820.951000', '165820.953000', '165820.956000', '165820.959000', '165820.961000', '165820.964000', '165820.966000', '165820.969000', '165820.971000', '165820.974000', '165820.977000', '165840.859000', '165840.862000', '165840.864000', '165840.867000', '165840.869000', '165840.872000', '165840.874000', '165840.877000', '165840.879000', '165840.882000', '165840.884000', '165840.887000', '165840.889000', '165840.892000', '165840.895000', '165840.897000', '165840.900000', '165840.902000', '165840.905000', '165840.907000', '165840.910000', '165840.912000', '165840.915000', '165840.917000', '165840.920000', '165840.922000', '165840.925000', '165840.928000', '165840.930000', '165840.933000', '165840.935000', '165840.938000', '165840.940000', '165840.943000', '165840.945000', '165840.948000', '165840.951000', '165840.953000', '165840.956000', '165840.958000', '165840.961000', '165840.963000', '165840.966000', '165840.968000', '165900.859000', '165900.861000', '165900.864000', '165900.867000', '165900.869000', '165900.872000', '165900.874000', '165900.877000', '165900.879000', '165900.882000', '165900.884000', '165900.887000', '165900.890000', '165900.892000', '165900.895000', '165900.897000', '165900.900000', '165900.904000', '165900.907000', '165900.910000', '165900.913000', '165900.915000', '165900.918000', '165900.921000', '165900.923000', '165900.926000', '165900.928000', '165900.931000', '165900.934000', '165900.936000', '165900.939000', '165900.941000', '165900.944000', '165900.946000', '165900.949000', '165900.952000', '165900.954000', '165900.957000', '165900.959000', '165900.962000', '165900.965000', '165900.967000', '165900.970000', '165920.857000', '165920.860000', '165920.863000', '165920.865000', '165920.868000', '165920.870000', '165920.873000', '165920.876000', '165920.878000', '165920.881000', '165920.883000', '165920.886000', '165920.889000', '165920.891000', '165920.894000', '165920.896000', '165920.899000', '165920.901000', '165920.904000', '165920.906000', '165920.915000', '165920.917000', '165920.920000', '165920.922000', '165920.925000', '165920.928000', '165920.930000', '165920.933000', '165920.935000', '165920.938000', '165920.940000', '165920.943000', '165920.945000', '165920.948000', '165920.951000', '165920.953000', '165920.956000', '165920.958000', '165920.961000', '165920.963000', '165920.966000', '165920.969000', '165920.971000', '165920.974000', '165940.858000', '165940.861000', '165940.863000', '165940.866000', '165940.869000', '165940.871000', '165940.874000', '165940.876000', '165940.879000', '165940.881000', '165940.884000', '165940.887000', '165940.889000', '165940.892000', '165940.894000', '165940.897000', '165940.899000', '165940.902000', '165940.904000', '165940.907000', '165940.910000', '165940.913000', '165940.916000', '165940.919000', '165940.922000', '165940.924000', '165940.927000', '165940.929000', '165940.932000', '165940.935000', '165940.937000', '165940.940000', '165940.942000', '165940.945000', '165940.947000', '165940.950000', '165940.952000', '165940.955000', '165940.957000', '165940.960000', '165940.963000', '165940.965000', '165940.968000', '170000.858000', '170000.861000', '170000.863000', '170000.866000', '170000.868000', '170000.871000', '170000.873000', '170000.876000', '170000.878000', '170000.881000', '170000.884000', '170000.886000', '170000.889000', '170000.891000', '170000.894000', '170000.896000', '170000.899000', '170000.902000', '170000.904000', '170000.907000', '170000.909000', '170000.912000', '170000.914000', '170000.917000', '170000.920000', '170000.922000', '170000.925000', '170000.927000', '170000.930000', '170000.932000', '170000.935000', '170000.938000', '170000.940000', '170000.943000', '170000.945000', '170000.948000', '170000.950000', '170000.963000', '170000.965000', '170000.968000', '170000.970000', '170000.973000', '170000.976000', '170000.978000', '170020.857000', '170020.860000', '170020.863000', '170020.866000', '170020.868000', '170020.871000', '170020.873000', '170020.876000', '170020.879000', '170020.881000', '170020.884000', '170020.886000', '170020.889000', '170020.891000', '170020.894000', '170020.896000', '170020.899000', '170020.902000', '170020.904000', '170020.907000', '170020.909000', '170020.912000', '170020.915000', '170020.918000', '170020.921000', '170020.924000', '170020.926000', '170020.929000', '170020.932000', '170020.934000', '170020.937000', '170020.939000', '170020.942000', '170020.945000', '170020.949000', '170020.951000', '170020.954000', '170020.957000', '170020.959000', '170020.962000', '170020.964000', '170020.967000', '170020.969000', '170040.858000', '170040.860000', '170040.863000', '170040.866000', '170040.868000', '170040.871000', '170040.873000', '170040.876000', '170040.879000', '170040.881000', '170040.884000', '170040.886000', '170040.889000', '170040.892000', '170040.894000', '170040.897000', '170040.899000', '170040.902000', '170040.904000', '170040.907000', '170040.910000', '170040.912000', '170040.915000', '170040.917000', '170040.920000', '170040.923000', '170040.925000', '170040.928000', '170040.930000', '170040.933000', '170040.935000', '170040.938000', '170040.941000', '170040.943000', '170040.946000', '170040.949000', '170040.951000', '170040.954000', '170040.956000', '170040.959000', '170040.962000', '170040.964000', '170040.967000', '170040.969000', '170100.859000', '170100.861000', '170100.864000', '170100.866000', '170100.869000', '170100.872000', '170100.874000', '170100.877000', '170100.879000', '170100.882000', '170100.885000', '170100.887000', '170100.890000', '170100.892000', '170100.895000', '170100.908000', '170100.911000', '170100.913000', '170100.916000', '170100.919000', '170100.921000', '170100.924000', '170100.926000', '170100.929000', '170100.932000', '170100.934000', '170100.937000', '170100.939000', '170100.942000', '170100.945000', '170100.947000', '170100.950000', '170100.953000', '170100.956000', '170100.959000', '170100.961000', '170100.964000', '170100.967000', '170100.969000', '170100.972000', '170100.974000', '170100.977000', '170100.979000', '170120.859000', '170120.862000', '170120.864000', '170120.867000', '170120.869000', '170120.872000', '170120.875000', '170120.877000', '170120.880000', '170120.882000', '170120.885000', '170120.887000', '170120.890000', '170120.893000', '170120.895000', '170120.898000', '170120.900000', '170120.903000', '170120.905000', '170120.908000', '170120.911000', '170120.913000', '170120.916000', '170120.918000', '170120.921000', '170120.924000', '170120.926000', '170120.929000', '170120.931000', '170120.934000', '170120.936000', '170120.939000', '170120.942000', '170120.944000', '170120.947000', '170120.949000', '170120.952000', '170120.955000', '170120.957000', '170120.960000', '170120.962000', '170120.965000', '170120.967000', '170120.970000', '170140.857000', '170140.860000', '170140.863000', '170140.865000', '170140.868000', '170140.871000', '170140.873000', '170140.876000', '170140.878000', '170140.881000', '170140.883000', '170140.886000', '170140.889000', '170140.891000', '170140.894000', '170140.896000', '170140.899000', '170140.901000', '170140.919000', '170140.921000', '170140.924000', '170140.927000', '170140.930000', '170140.933000', '170140.936000', '170140.938000', '170140.941000', '170140.944000', '170140.946000', '170140.949000', '170140.951000', '170140.954000', '170140.956000', '170140.959000', '170140.962000', '170140.964000', '170140.967000', '170140.969000', '170140.972000', '170140.975000', '170140.977000', '170140.980000', '170140.982000', '170200.858000', '170200.861000', '170200.863000', '170200.866000', '170200.868000', '170200.871000', '170200.874000', '170200.876000', '170200.879000', '170200.881000', '170200.884000', '170200.886000', '170200.889000', '170200.891000', '170200.894000', '170200.897000', '170200.899000', '170200.902000', '170200.904000', '170200.907000', '170200.909000', '170200.912000', '170200.914000', '170200.917000', '170200.920000', '170200.922000', '170200.925000', '170200.927000', '170200.930000', '170200.932000', '170200.935000', '170200.937000', '170200.940000', '170200.943000', '170200.945000', '170200.948000', '170200.950000', '170200.953000', '170200.956000', '170200.958000', '170200.961000', '170200.963000', '170200.966000', '170200.969000', '170220.857000', '170220.860000', '170220.863000', '170220.866000', '170220.868000', '170220.871000', '170220.873000', '170220.876000', '170220.879000', '170220.881000', '170220.884000', '170220.886000', '170220.889000', '170220.891000', '170220.894000', '170220.897000', '170220.899000', '170220.902000', '170220.904000', '170220.907000', '170220.909000', '170220.912000', '170220.915000', '170220.917000', '170220.920000', '170220.922000', '170220.925000', '170220.927000', '170220.930000', '170220.932000', '170220.935000', '170220.938000', '170220.940000', '170220.943000', '170220.946000', '170220.948000', '170220.951000', '170220.953000', '170220.956000', '170220.958000', '170220.961000', '170220.964000', '170220.966000', '170240.857000', '170240.860000', '170240.863000', '170240.866000', '170240.868000', '170240.871000', '170240.873000', '170240.876000', '170240.878000', '170240.881000', '170240.883000', '170240.886000', '170240.888000', '170240.891000', '170240.894000', '170240.896000', '170240.899000', '170240.901000', '170240.904000', '170240.906000', '170240.909000', '170240.912000', '170240.914000', '170240.917000', '170240.919000', '170240.922000', '170240.925000', '170240.927000', '170240.930000', '170240.932000', '170240.935000', '170240.937000', '170240.940000', '170240.943000', '170240.945000', '170240.948000', '170240.950000', '170240.953000', '170240.955000', '170240.958000', '170240.961000', '170240.963000', '170240.966000', '170240.968000', '170300.858000', '170300.860000', '170300.863000', '170300.866000', '170300.868000', '170300.871000', '170300.873000', '170300.876000', '170300.879000', '170300.881000', '170300.884000', '170300.886000', '170300.889000', '170300.891000', '170300.894000', '170300.897000', '170300.899000', '170300.902000', '170300.904000', '170300.907000', '170300.909000', '170300.912000', '170300.915000', '170300.917000', '170300.920000', '170300.922000', '170300.925000', '170300.927000', '170300.930000', '170300.972000', '170300.975000', '170300.978000', '170300.981000', '170300.983000', '170300.986000', '170300.988000', '170300.991000', '170300.993000', '170300.996000', '170301.000000', '170301.002000', '170301.005000', '170301.007000', '170320.858000', '170320.861000', '170320.864000', '170320.867000', '170320.869000', '170320.872000', '170320.874000', '170320.877000', '170320.879000', '170320.882000', '170320.884000', '170320.887000', '170320.890000', '170320.892000', '170320.895000', '170320.897000', '170320.900000', '170320.902000', '170320.905000', '170320.907000', '170320.910000', '170320.913000', '170320.915000', '170320.918000', '170320.920000', '170320.923000', '170320.925000', '170320.928000', '170320.931000', '170320.935000', '170320.938000', '170320.940000', '170320.943000', '170320.946000', '170320.948000', '170320.951000', '170320.953000', '170320.956000', '170320.958000', '170320.961000', '170320.964000', '170320.966000', '170320.969000', '170320.971000', '170340.859000', '170340.862000', '170340.864000', '170340.867000', '170340.869000', '170340.872000', '170340.874000', '170340.877000', '170340.880000', '170340.882000', '170340.885000', '170340.887000', '170340.890000', '170340.893000', '170340.895000', '170340.898000', '170340.900000', '170340.903000', '170340.906000', '170340.908000', '170340.911000', '170340.913000', '170340.916000', '170340.918000', '170340.921000', '170340.923000', '170340.926000', '170340.929000', '170340.931000', '170340.934000', '170340.936000', '170340.939000', '170340.942000', '170340.944000', '170340.947000', '170340.949000', '170340.952000', '170340.955000', '170340.957000', '170340.960000', '170340.962000', '170340.965000', '170340.968000', '170400.858000', '170400.860000', '170400.863000', '170400.866000', '170400.868000', '170400.871000', '170400.873000', '170400.876000', '170400.878000', '170400.881000', '170400.884000', '170400.886000', '170400.889000', '170400.891000', '170400.894000', '170400.897000', '170400.899000', '170400.902000', '170400.904000', '170400.907000', '170400.910000', '170400.912000', '170400.915000', '170400.917000', '170400.920000', '170400.922000', '170400.925000', '170400.927000', '170400.930000', '170400.933000', '170400.935000', '170400.938000', '170400.940000', '170400.943000', '170400.945000', '170400.948000', '170400.951000', '170400.953000', '170400.956000', '170400.958000', '170400.961000', '170400.963000', '170400.966000', '170400.968000', '170415.490000', '170415.493000', '170415.496000', '170415.498000', '170415.501000', '170415.504000', '170415.506000', '170415.509000', '170415.511000', '170415.514000', '170415.517000', '170415.519000', '170415.522000', '170415.524000', '170415.527000', '170415.529000', '170415.532000', '170415.535000', '170415.537000', '170415.540000', '170415.542000', '170415.545000', '170415.547000', '170415.550000', '170415.552000', '170415.555000', '170415.558000', '170415.560000', '170415.563000', '170415.565000', '170415.568000', '170415.571000'], 'InstanceCreationTime': ['165800.898000', '165800.904000', '165800.907000', '165800.909000', '165800.912000', '165800.914000', '165800.917000', '165800.920000', '165800.922000', '165800.925000', '165800.927000', '165800.930000', '165800.932000', '165800.935000', '165800.937000', '165800.940000', '165800.943000', '165800.945000', '165800.948000', '165800.950000', '165800.953000', '165800.955000', '165800.958000', '165800.960000', '165800.963000', '165800.972000', '165800.974000', '165800.977000', '165800.980000', '165800.982000', '165800.985000', '165800.987000', '165800.990000', '165800.992000', '165800.995000', '165800.998000', '165801.001000', '165801.004000', '165801.006000', '165801.009000', '165801.012000', '165801.014000', '165801.017000', '165801.020000', '165801.022000', '165801.025000', '165801.028000', '165801.030000', '165801.033000', '165801.035000', '165801.038000', '165801.041000', '165801.043000', '165801.046000', '165801.048000', '165801.051000', '165801.054000', '165820.857000', '165820.860000', '165820.863000', '165820.865000', '165820.868000', '165820.871000', '165820.873000', '165820.876000', '165820.878000', '165820.881000', '165820.883000', '165820.886000', '165820.889000', '165820.891000', '165820.894000', '165820.896000', '165820.899000', '165820.901000', '165820.904000', '165820.906000', '165820.909000', '165820.911000', '165820.914000', '165820.916000', '165820.919000', '165820.922000', '165820.924000', '165820.938000', '165820.941000', '165820.943000', '165820.946000', '165820.948000', '165820.951000', '165820.953000', '165820.956000', '165820.959000', '165820.961000', '165820.964000', '165820.966000', '165820.969000', '165820.971000', '165820.974000', '165820.977000', '165840.859000', '165840.862000', '165840.864000', '165840.867000', '165840.869000', '165840.872000', '165840.874000', '165840.877000', '165840.879000', '165840.882000', '165840.884000', '165840.887000', '165840.889000', '165840.892000', '165840.895000', '165840.897000', '165840.900000', '165840.902000', '165840.905000', '165840.907000', '165840.910000', '165840.912000', '165840.915000', '165840.917000', '165840.920000', '165840.922000', '165840.925000', '165840.928000', '165840.930000', '165840.933000', '165840.935000', '165840.938000', '165840.940000', '165840.943000', '165840.945000', '165840.948000', '165840.951000', '165840.953000', '165840.956000', '165840.958000', '165840.961000', '165840.963000', '165840.966000', '165840.968000', '165900.859000', '165900.861000', '165900.864000', '165900.867000', '165900.869000', '165900.872000', '165900.874000', '165900.877000', '165900.879000', '165900.882000', '165900.884000', '165900.887000', '165900.890000', '165900.892000', '165900.895000', '165900.897000', '165900.900000', '165900.904000', '165900.907000', '165900.910000', '165900.913000', '165900.915000', '165900.918000', '165900.921000', '165900.923000', '165900.926000', '165900.928000', '165900.931000', '165900.934000', '165900.936000', '165900.939000', '165900.941000', '165900.944000', '165900.946000', '165900.949000', '165900.952000', '165900.954000', '165900.957000', '165900.959000', '165900.962000', '165900.965000', '165900.967000', '165900.970000', '165920.857000', '165920.860000', '165920.863000', '165920.865000', '165920.868000', '165920.870000', '165920.873000', '165920.876000', '165920.878000', '165920.881000', '165920.883000', '165920.886000', '165920.889000', '165920.891000', '165920.894000', '165920.896000', '165920.899000', '165920.901000', '165920.904000', '165920.906000', '165920.915000', '165920.917000', '165920.920000', '165920.922000', '165920.925000', '165920.928000', '165920.930000', '165920.933000', '165920.935000', '165920.938000', '165920.940000', '165920.943000', '165920.945000', '165920.948000', '165920.951000', '165920.953000', '165920.956000', '165920.958000', '165920.961000', '165920.963000', '165920.966000', '165920.969000', '165920.971000', '165920.974000', '165940.858000', '165940.861000', '165940.863000', '165940.866000', '165940.869000', '165940.871000', '165940.874000', '165940.876000', '165940.879000', '165940.881000', '165940.884000', '165940.887000', '165940.889000', '165940.892000', '165940.894000', '165940.897000', '165940.899000', '165940.902000', '165940.904000', '165940.907000', '165940.910000', '165940.913000', '165940.916000', '165940.919000', '165940.922000', '165940.924000', '165940.927000', '165940.929000', '165940.932000', '165940.935000', '165940.937000', '165940.940000', '165940.942000', '165940.945000', '165940.947000', '165940.950000', '165940.952000', '165940.955000', '165940.957000', '165940.960000', '165940.963000', '165940.965000', '165940.968000', '170000.858000', '170000.861000', '170000.863000', '170000.866000', '170000.868000', '170000.871000', '170000.873000', '170000.876000', '170000.878000', '170000.881000', '170000.884000', '170000.886000', '170000.889000', '170000.891000', '170000.894000', '170000.896000', '170000.899000', '170000.902000', '170000.904000', '170000.907000', '170000.909000', '170000.912000', '170000.914000', '170000.917000', '170000.920000', '170000.922000', '170000.925000', '170000.927000', '170000.930000', '170000.932000', '170000.935000', '170000.938000', '170000.940000', '170000.943000', '170000.945000', '170000.948000', '170000.950000', '170000.963000', '170000.965000', '170000.968000', '170000.970000', '170000.973000', '170000.976000', '170000.978000', '170020.857000', '170020.860000', '170020.863000', '170020.866000', '170020.868000', '170020.871000', '170020.873000', '170020.876000', '170020.879000', '170020.881000', '170020.884000', '170020.886000', '170020.889000', '170020.891000', '170020.894000', '170020.896000', '170020.899000', '170020.902000', '170020.904000', '170020.907000', '170020.909000', '170020.912000', '170020.915000', '170020.918000', '170020.921000', '170020.924000', '170020.926000', '170020.929000', '170020.932000', '170020.934000', '170020.937000', '170020.939000', '170020.942000', '170020.945000', '170020.949000', '170020.951000', '170020.954000', '170020.957000', '170020.959000', '170020.962000', '170020.964000', '170020.967000', '170020.969000', '170040.858000', '170040.860000', '170040.863000', '170040.866000', '170040.868000', '170040.871000', '170040.873000', '170040.876000', '170040.879000', '170040.881000', '170040.884000', '170040.886000', '170040.889000', '170040.892000', '170040.894000', '170040.897000', '170040.899000', '170040.902000', '170040.904000', '170040.907000', '170040.910000', '170040.912000', '170040.915000', '170040.917000', '170040.920000', '170040.923000', '170040.925000', '170040.928000', '170040.930000', '170040.933000', '170040.935000', '170040.938000', '170040.941000', '170040.943000', '170040.946000', '170040.949000', '170040.951000', '170040.954000', '170040.956000', '170040.959000', '170040.962000', '170040.964000', '170040.967000', '170040.969000', '170100.859000', '170100.861000', '170100.864000', '170100.866000', '170100.869000', '170100.872000', '170100.874000', '170100.877000', '170100.879000', '170100.882000', '170100.885000', '170100.887000', '170100.890000', '170100.892000', '170100.895000', '170100.908000', '170100.911000', '170100.913000', '170100.916000', '170100.919000', '170100.921000', '170100.924000', '170100.926000', '170100.929000', '170100.932000', '170100.934000', '170100.937000', '170100.939000', '170100.942000', '170100.945000', '170100.947000', '170100.950000', '170100.953000', '170100.956000', '170100.959000', '170100.961000', '170100.964000', '170100.967000', '170100.969000', '170100.972000', '170100.974000', '170100.977000', '170100.979000', '170120.859000', '170120.862000', '170120.864000', '170120.867000', '170120.869000', '170120.872000', '170120.875000', '170120.877000', '170120.880000', '170120.882000', '170120.885000', '170120.887000', '170120.890000', '170120.893000', '170120.895000', '170120.898000', '170120.900000', '170120.903000', '170120.905000', '170120.908000', '170120.911000', '170120.913000', '170120.916000', '170120.918000', '170120.921000', '170120.924000', '170120.926000', '170120.929000', '170120.931000', '170120.934000', '170120.936000', '170120.939000', '170120.942000', '170120.944000', '170120.947000', '170120.949000', '170120.952000', '170120.955000', '170120.957000', '170120.960000', '170120.962000', '170120.965000', '170120.967000', '170120.970000', '170140.857000', '170140.860000', '170140.863000', '170140.865000', '170140.868000', '170140.871000', '170140.873000', '170140.876000', '170140.878000', '170140.881000', '170140.883000', '170140.886000', '170140.889000', '170140.891000', '170140.894000', '170140.896000', '170140.899000', '170140.901000', '170140.919000', '170140.921000', '170140.924000', '170140.927000', '170140.930000', '170140.933000', '170140.936000', '170140.938000', '170140.941000', '170140.944000', '170140.946000', '170140.949000', '170140.951000', '170140.954000', '170140.956000', '170140.959000', '170140.962000', '170140.964000', '170140.967000', '170140.969000', '170140.972000', '170140.975000', '170140.977000', '170140.980000', '170140.982000', '170200.858000', '170200.861000', '170200.863000', '170200.866000', '170200.868000', '170200.871000', '170200.874000', '170200.876000', '170200.879000', '170200.881000', '170200.884000', '170200.886000', '170200.889000', '170200.891000', '170200.894000', '170200.897000', '170200.899000', '170200.902000', '170200.904000', '170200.907000', '170200.909000', '170200.912000', '170200.914000', '170200.917000', '170200.920000', '170200.922000', '170200.925000', '170200.927000', '170200.930000', '170200.932000', '170200.935000', '170200.937000', '170200.940000', '170200.943000', '170200.945000', '170200.948000', '170200.950000', '170200.953000', '170200.956000', '170200.958000', '170200.961000', '170200.963000', '170200.966000', '170200.969000', '170220.857000', '170220.860000', '170220.863000', '170220.866000', '170220.868000', '170220.871000', '170220.873000', '170220.876000', '170220.879000', '170220.881000', '170220.884000', '170220.886000', '170220.889000', '170220.891000', '170220.894000', '170220.897000', '170220.899000', '170220.902000', '170220.904000', '170220.907000', '170220.909000', '170220.912000', '170220.915000', '170220.917000', '170220.920000', '170220.922000', '170220.925000', '170220.927000', '170220.930000', '170220.932000', '170220.935000', '170220.938000', '170220.940000', '170220.943000', '170220.946000', '170220.948000', '170220.951000', '170220.953000', '170220.956000', '170220.958000', '170220.961000', '170220.964000', '170220.966000', '170240.857000', '170240.860000', '170240.863000', '170240.866000', '170240.868000', '170240.871000', '170240.873000', '170240.876000', '170240.878000', '170240.881000', '170240.883000', '170240.886000', '170240.888000', '170240.891000', '170240.894000', '170240.896000', '170240.899000', '170240.901000', '170240.904000', '170240.906000', '170240.909000', '170240.912000', '170240.914000', '170240.917000', '170240.919000', '170240.922000', '170240.925000', '170240.927000', '170240.930000', '170240.932000', '170240.935000', '170240.937000', '170240.940000', '170240.943000', '170240.945000', '170240.948000', '170240.950000', '170240.953000', '170240.955000', '170240.958000', '170240.961000', '170240.963000', '170240.966000', '170240.968000', '170300.858000', '170300.860000', '170300.863000', '170300.866000', '170300.868000', '170300.871000', '170300.873000', '170300.876000', '170300.879000', '170300.881000', '170300.884000', '170300.886000', '170300.889000', '170300.891000', '170300.894000', '170300.897000', '170300.899000', '170300.902000', '170300.904000', '170300.907000', '170300.909000', '170300.912000', '170300.915000', '170300.917000', '170300.920000', '170300.922000', '170300.925000', '170300.927000', '170300.930000', '170300.972000', '170300.975000', '170300.978000', '170300.981000', '170300.983000', '170300.986000', '170300.988000', '170300.991000', '170300.993000', '170300.996000', '170301.000000', '170301.002000', '170301.005000', '170301.007000', '170320.858000', '170320.861000', '170320.864000', '170320.867000', '170320.869000', '170320.872000', '170320.874000', '170320.877000', '170320.879000', '170320.882000', '170320.884000', '170320.887000', '170320.890000', '170320.892000', '170320.895000', '170320.897000', '170320.900000', '170320.902000', '170320.905000', '170320.907000', '170320.910000', '170320.913000', '170320.915000', '170320.918000', '170320.920000', '170320.923000', '170320.925000', '170320.928000', '170320.931000', '170320.935000', '170320.938000', '170320.940000', '170320.943000', '170320.946000', '170320.948000', '170320.951000', '170320.953000', '170320.956000', '170320.958000', '170320.961000', '170320.964000', '170320.966000', '170320.969000', '170320.971000', '170340.859000', '170340.862000', '170340.864000', '170340.867000', '170340.869000', '170340.872000', '170340.874000', '170340.877000', '170340.880000', '170340.882000', '170340.885000', '170340.887000', '170340.890000', '170340.893000', '170340.895000', '170340.898000', '170340.900000', '170340.903000', '170340.906000', '170340.908000', '170340.911000', '170340.913000', '170340.916000', '170340.918000', '170340.921000', '170340.923000', '170340.926000', '170340.929000', '170340.931000', '170340.934000', '170340.936000', '170340.939000', '170340.942000', '170340.944000', '170340.947000', '170340.949000', '170340.952000', '170340.955000', '170340.957000', '170340.960000', '170340.962000', '170340.965000', '170340.968000', '170400.858000', '170400.860000', '170400.863000', '170400.866000', '170400.868000', '170400.871000', '170400.873000', '170400.876000', '170400.878000', '170400.881000', '170400.884000', '170400.886000', '170400.889000', '170400.891000', '170400.894000', '170400.897000', '170400.899000', '170400.902000', '170400.904000', '170400.907000', '170400.910000', '170400.912000', '170400.915000', '170400.917000', '170400.920000', '170400.922000', '170400.925000', '170400.927000', '170400.930000', '170400.933000', '170400.935000', '170400.938000', '170400.940000', '170400.943000', '170400.945000', '170400.948000', '170400.951000', '170400.953000', '170400.956000', '170400.958000', '170400.961000', '170400.963000', '170400.966000', '170400.968000', '170415.490000', '170415.493000', '170415.496000', '170415.498000', '170415.501000', '170415.504000', '170415.506000', '170415.509000', '170415.511000', '170415.514000', '170415.517000', '170415.519000', '170415.522000', '170415.524000', '170415.527000', '170415.529000', '170415.532000', '170415.535000', '170415.537000', '170415.540000', '170415.542000', '170415.545000', '170415.547000', '170415.550000', '170415.552000', '170415.555000', '170415.558000', '170415.560000', '170415.563000', '170415.565000', '170415.568000', '170415.571000'], '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': [15432, 9590, 12938, 8468, 14100, 9956, 12543, 16805, 12608, 15850, 11232, 14563, 9509, 14545, 9187, 12698, 9407, 12515, 8399, 12078, 9393, 9736, 16455, 11259, 14089, 9035, 12334, 8018, 11851, 9693, 10351, 16697, 10388, 14697, 11453, 11449, 8525, 10728, 10109, 9232, 14937, 9232, 13366, 8875, 11608, 8277, 9848, 15316, 8620, 12597, 12814, 9605, 16505, 8750, 12097, 8694, 9878, 16164, 9699, 13366, 8482, 11517, 8416, 9513, 12983, 8957, 12058, 8371, 11311, 9188, 8994, 12406, 8730, 12024, 8823, 10396, 9704, 8943, 13000, 8617, 11818, 16216, 10188, 14673, 8576, 11777, 12010, 9173, 13726, 8581, 11740, 8012, 9329, 12305, 8290, 12092, 8168, 11500, 8075, 10967, 14418, 9707, 15543, 10809, 10971, 17010, 11106, 15120, 11777, 11183, 17420, 12112, 14200, 8660, 11900, 8908, 9123, 13168, 8619, 11743, 7845, 9550, 7616, 9249, 8113, 8586, 12785, 10084, 12889, 8692, 14245, 14061, 11079, 15366, 10156, 14250, 12584, 10346, 16541, 11097, 13585, 8701, 10976, 8299, 10735, 7890, 12814, 9548, 15628, 11644, 16052, 10494, 12785, 8553, 11621, 17162, 11928, 15326, 11391, 11154, 8721, 10373, 11594, 9479, 13289, 9738, 12225, 11882, 9568, 16290, 8826, 12532, 10008, 9814, 15310, 10226, 13575, 8766, 12386, 8504, 11782, 9151, 9726, 15210, 9307, 13353, 8845, 10279, 15635, 9488, 12871, 8525, 10106, 16160, 8903, 11672, 8550, 9599, 13947, 9067, 12120, 8512, 10480, 13410, 9383, 12881, 9181, 11816, 7865, 11310, 13747, 9285, 12569, 9082, 10925, 11000, 9015, 12649, 8469, 12149, 9230, 10255, 8133, 9601, 14792, 9359, 12802, 8709, 12200, 9950, 9863, 16614, 8963, 12519, 11154, 10032, 16319, 9697, 13387, 7949, 10774, 9094, 8909, 13201, 9346, 11830, 8622, 12306, 8316, 11803, 13951, 10468, 15354, 11177, 13798, 8643, 12682, 9732, 10369, 16483, 10206, 14149, 8574, 11108, 10706, 9770, 11308, 9587, 9242, 12283, 8161, 13198, 8596, 15160, 14459, 11889, 16674, 11688, 12428, 12733, 10155, 17283, 9476, 13278, 8870, 11124, 15927, 9721, 13560, 8094, 11452, 8448, 9479, 12448, 9295, 11447, 8489, 8005, 8575, 14500, 11256, 11160, 15925, 10675, 14337, 9582, 10821, 12774, 9025, 13908, 8631, 12175, 9085, 10610, 8046, 9882, 14922, 8658, 11949, 12996, 9405, 14835, 9461, 12617, 14108, 9634, 15167, 11504, 12329, 16065, 10197, 14567, 8424, 11853, 10530, 8992, 13331, 9551, 11851, 8025, 11009, 11583, 8599, 13685, 9912, 9976, 16309, 8650, 11497, 15180, 9604, 14324, 10607, 12244, 8646, 9800, 7758, 10495, 8149, 10824, 16117, 11460, 13309, 10500, 9936, 15982, 8891, 11967, 8898, 9558, 15419, 9643, 11928, 8353, 11039, 8671, 9292, 13170, 8972, 11839, 7921, 11109, 9169, 9022, 14323, 10243, 13593, 9186, 13336, 10444, 11636, 17059, 12261, 14914, 9243, 12865, 10323, 9875, 15293, 8971, 13715, 9044, 12052, 9299, 12042, 9643, 12059, 8589, 12878, 10815, 10541, 16307, 10846, 14057, 8483, 12172, 9262, 9449, 15834, 9177, 12323, 8534, 9090, 12732, 8845, 11342, 8181, 10390, 8153, 9948, 8175, 10519, 8447, 14466, 12467, 11086, 14448, 9206, 13643, 9918, 10607, 16439, 10160, 13830, 9259, 11533, 8367, 10492, 16852, 9418, 14026, 9357, 11584, 8336, 9875, 15731, 8873, 12037, 9909, 9592, 13111, 8687, 12506, 8758, 11802, 8629, 10659, 8143, 10162, 14621, 9343, 13682, 9465, 13231, 8300, 11730, 9403, 9468, 16630, 9156, 14085, 9440, 11980, 8471, 11237, 17039, 9479, 14245, 10877, 10950, 16198, 9527, 14825, 8733, 11464, 8284, 10702, 13569, 9301, 13645, 8755, 11695, 8866, 10153, 15890, 9086, 13015, 8639, 11713, 8150, 10391, 12056, 9090, 12769, 9586, 12188, 8358, 11479, 14417, 9514, 14715, 9895, 11917, 8584, 9665, 15395, 8837, 12265, 8541, 10448, 8916, 8684, 12387, 8336, 11543, 8812, 9475, 13861, 8688, 11717, 8097, 11430, 8200, 9819, 10005, 8911, 15158, 11014, 11119, 16621, 11423, 14171, 9681, 10612, 16669, 9893, 13990, 9139, 10795, 8544, 8935, 13200, 8421, 11799, 12228, 9262, 13085, 8134, 11610, 9698, 8734, 12467, 9054, 11853, 8249, 9222, 12797, 8886, 11492, 8184, 9366, 12844, 8652, 11380, 8414, 9656, 12140, 8874, 14334, 9492, 10427, 16518, 10531, 13917, 9279, 11956, 11347, 9132, 14530, 8866, 11572, 8987, 9213, 14277, 8692, 11292, 16883, 9469, 14078, 8652, 11674, 8035, 10888, 15613, 9138, 12200, 8542, 9479, 15614, 8569, 11341, 17097, 9393, 13637, 9255, 10245, 16572, 8819, 11366, 9011, 8991, 12446, 8576, 13177, 8588, 11438, 8962, 10840, 9474, 11721, 10081, 16776, 12477, 11716, 16801, 10606, 13976, 11103, 11066, 17349, 9996, 15032, 10588, 11151, 16556, 9138, 12462, 8536, 9905, 13904, 8735, 11498, 8078, 11277, 8155, 10805, 7962, 10391, 14490, 8937, 12344, 9283, 10464, 8269, 9434, 15018, 8797, 13386, 10087, 10444, 8025, 10308, 16580, 9156, 13449, 12269, 10174, 17076, 8862, 13117, 10507, 10039, 16784, 9689, 13722, 8892, 9653, 13610, 8859, 11679, 8640, 9244, 13664, 8481, 11240, 9061, 8817, 13386, 9748, 12458, 8647, 11445, 12263, 9001, 14194, 9067, 11712, 8818, 9308, 15040, 8965, 11665, 11613, 9257, 15109, 9000, 12869, 9495, 10702, 8340, 9857, 15623, 9099, 13156, 9337, 11155, 8350, 9819, 16154, 9476, 13489, 9000, 11776, 8477, 10082, 16821, 9050, 13744, 9779, 10950, 8549, 10240, 17207, 9441, 13557, 9411, 11988, 8418, 10805, 17076, 9169, 14345, 9858, 10685, 15253, 9067, 13718, 8827, 10850, 17304, 9217, 13251, 9036, 10918, 9744, 8928, 12300, 8513, 11480, 8576, 9872, 8271, 8937, 12896, 9050, 11767, 9262, 11649, 8640, 11355, 8598, 12220, 9967, 12189, 15119, 9529, 15961, 10422, 14181, 10127, 11236, 8256, 9980, 16952, 8925, 13120, 9377, 11456, 8195, 9891, 14435, 8915, 12136, 8905, 10619, 7890, 9665, 8171, 10180, 8747, 10727, 9829, 15732, 14795, 11476, 15362, 11251, 10779, 15421, 9288, 15152, 10218, 11074, 17659, 9348, 13179, 10580, 9656, 16165, 8762, 11463, 8291, 10112, 9576, 8031, 12590, 8345, 10793, 8366, 10497, 9362, 8568, 12610, 8828, 11725, 8730, 9403, 14593, 9069, 12325, 8921, 11076, 8112, 10517, 15434, 8963, 13628, 9359, 10132, 9447, 9160, 9809], 'WindowCenter': [4716.0, 4660.0, 4663.0, 4621.0, 4670.0, 4617.0, 4648.0, 4666.0, 4635.0, 4643.0, 4624.0, 4642.0, 4603.0, 4642.0, 4603.0, 4621.0, 4602.0, 4632.0, 4594.0, 4635.0, 4602.0, 4614.0, 4653.0, 4612.0, 4631.0, 4616.0, 4633.0, 4595.0, 4634.0, 4601.0, 4612.0, 4642.0, 4612.0, 4641.0, 4611.0, 4621.0, 4592.0, 4612.0, 4598.0, 4601.0, 4630.0, 4590.0, 4630.0, 4591.0, 4621.0, 4580.0, 4601.0, 4628.0, 4589.0, 4620.0, 4617.0, 4589.0, 4638.0, 4578.0, 4608.0, 4576.0, 4598.0, 4627.0, 4588.0, 4617.0, 4590.0, 4618.0, 4577.0, 4599.0, 4617.0, 4589.0, 4619.0, 4580.0, 4621.0, 4589.0, 4602.0, 4620.0, 4590.0, 4621.0, 4590.0, 4612.0, 4600.0, 4601.0, 4630.0, 4590.0, 4622.0, 4640.0, 4600.0, 4630.0, 4590.0, 4618.0, 4607.0, 4590.0, 4629.0, 4579.0, 4619.0, 4579.0, 4602.0, 4619.0, 4592.0, 4631.0, 4603.0, 4632.0, 4594.0, 4635.0, 4643.0, 4616.0, 4666.0, 4624.0, 4625.0, 4653.0, 4611.0, 4642.0, 4621.0, 4611.0, 4638.0, 4619.0, 4627.0, 4589.0, 4618.0, 4576.0, 4588.0, 4618.0, 4588.0, 4619.0, 4579.0, 4600.0, 4580.0, 4612.0, 4592.0, 4615.0, 4644.0, 4638.0, 4646.0, 4618.0, 4668.0, 4645.0, 4635.0, 4654.0, 4613.0, 4644.0, 4631.0, 4612.0, 4652.0, 4622.0, 4643.0, 4590.0, 4623.0, 4594.0, 4636.0, 4605.0, 4644.0, 4627.0, 4666.0, 4635.0, 4655.0, 4624.0, 4633.0, 4592.0, 4621.0, 4640.0, 4609.0, 4629.0, 4597.0, 4609.0, 4577.0, 4599.0, 4596.0, 4587.0, 4617.0, 4588.0, 4608.0, 4607.0, 4588.0, 4627.0, 4578.0, 4618.0, 4587.0, 4598.0, 4626.0, 4598.0, 4617.0, 4589.0, 4618.0, 4591.0, 4620.0, 4600.0, 4601.0, 4640.0, 4591.0, 4631.0, 4578.0, 4600.0, 4639.0, 4589.0, 4618.0, 4577.0, 4598.0, 4626.0, 4576.0, 4608.0, 4577.0, 4588.0, 4617.0, 4589.0, 4619.0, 4577.0, 4598.0, 4617.0, 4600.0, 4619.0, 4588.0, 4619.0, 4581.0, 4621.0, 4628.0, 4589.0, 4619.0, 4589.0, 4611.0, 4609.0, 4590.0, 4619.0, 4580.0, 4620.0, 4589.0, 4611.0, 4581.0, 4602.0, 4640.0, 4601.0, 4631.0, 4603.0, 4634.0, 4612.0, 4602.0, 4641.0, 4590.0, 4621.0, 4610.0, 4600.0, 4639.0, 4600.0, 4618.0, 4579.0, 4610.0, 4590.0, 4603.0, 4631.0, 4603.0, 4632.0, 4605.0, 4633.0, 4593.0, 4635.0, 4643.0, 4624.0, 4643.0, 4624.0, 4642.0, 4593.0, 4633.0, 4602.0, 4613.0, 4640.0, 4612.0, 4631.0, 4590.0, 4612.0, 4624.0, 4615.0, 4623.0, 4613.0, 4603.0, 4633.0, 4594.0, 4643.0, 4607.0, 4655.0, 4631.0, 4621.0, 4641.0, 4609.0, 4621.0, 4618.0, 4599.0, 4637.0, 4587.0, 4606.0, 4575.0, 4597.0, 4625.0, 4589.0, 4611.0, 4568.0, 4608.0, 4577.0, 4599.0, 4618.0, 4590.0, 4610.0, 4592.0, 4592.0, 4605.0, 4644.0, 4611.0, 4623.0, 4643.0, 4611.0, 4631.0, 4600.0, 4612.0, 4619.0, 4590.0, 4630.0, 4590.0, 4621.0, 4590.0, 4612.0, 4592.0, 4625.0, 4643.0, 4593.0, 4622.0, 4631.0, 4602.0, 4641.0, 4602.0, 4633.0, 4630.0, 4601.0, 4630.0, 4608.0, 4620.0, 4629.0, 4599.0, 4626.0, 4578.0, 4608.0, 4596.0, 4589.0, 4617.0, 4600.0, 4620.0, 4592.0, 4623.0, 4610.0, 4593.0, 4632.0, 4600.0, 4602.0, 4640.0, 4591.0, 4612.0, 4629.0, 4590.0, 4630.0, 4613.0, 4624.0, 4578.0, 4600.0, 4572.0, 4612.0, 4583.0, 4624.0, 4643.0, 4623.0, 4622.0, 4600.0, 4601.0, 4629.0, 4578.0, 4609.0, 4577.0, 4590.0, 4627.0, 4590.0, 4608.0, 4581.0, 4611.0, 4580.0, 4603.0, 4619.0, 4590.0, 4620.0, 4583.0, 4623.0, 4602.0, 4605.0, 4643.0, 4615.0, 4633.0, 4604.0, 4635.0, 4613.0, 4624.0, 4642.0, 4621.0, 4631.0, 4590.0, 4621.0, 4599.0, 4602.0, 4629.0, 4590.0, 4618.0, 4590.0, 4618.0, 4602.0, 4621.0, 4614.0, 4622.0, 4595.0, 4634.0, 4611.0, 4603.0, 4631.0, 4601.0, 4618.0, 4580.0, 4620.0, 4589.0, 4590.0, 4628.0, 4589.0, 4609.0, 4576.0, 4579.0, 4607.0, 4579.0, 4599.0, 4569.0, 4602.0, 4584.0, 4614.0, 4606.0, 4637.0, 4608.0, 4668.0, 4635.0, 4625.0, 4643.0, 4604.0, 4633.0, 4600.0, 4612.0, 4642.0, 4602.0, 4629.0, 4589.0, 4611.0, 4581.0, 4611.0, 4640.0, 4592.0, 4630.0, 4590.0, 4611.0, 4579.0, 4602.0, 4640.0, 4590.0, 4621.0, 4589.0, 4601.0, 4619.0, 4591.0, 4619.0, 4591.0, 4621.0, 4591.0, 4610.0, 4583.0, 4615.0, 4642.0, 4603.0, 4632.0, 4603.0, 4632.0, 4593.0, 4624.0, 4591.0, 4602.0, 4641.0, 4602.0, 4631.0, 4602.0, 4621.0, 4592.0, 4622.0, 4640.0, 4589.0, 4630.0, 4599.0, 4600.0, 4628.0, 4588.0, 4628.0, 4579.0, 4608.0, 4568.0, 4600.0, 4618.0, 4590.0, 4619.0, 4581.0, 4610.0, 4578.0, 4600.0, 4628.0, 4580.0, 4618.0, 4580.0, 4610.0, 4570.0, 4611.0, 4620.0, 4592.0, 4631.0, 4603.0, 4622.0, 4593.0, 4624.0, 4631.0, 4603.0, 4631.0, 4601.0, 4610.0, 4580.0, 4591.0, 4629.0, 4590.0, 4620.0, 4580.0, 4611.0, 4590.0, 4591.0, 4620.0, 4591.0, 4620.0, 4591.0, 4604.0, 4630.0, 4593.0, 4620.0, 4593.0, 4635.0, 4593.0, 4627.0, 4614.0, 4606.0, 4644.0, 4614.0, 4625.0, 4643.0, 4612.0, 4632.0, 4588.0, 4601.0, 4639.0, 4589.0, 4619.0, 4578.0, 4599.0, 4578.0, 4590.0, 4618.0, 4579.0, 4621.0, 4619.0, 4591.0, 4619.0, 4581.0, 4621.0, 4587.0, 4591.0, 4618.0, 4591.0, 4621.0, 4580.0, 4602.0, 4621.0, 4603.0, 4622.0, 4592.0, 4604.0, 4630.0, 4592.0, 4635.0, 4594.0, 4614.0, 4635.0, 4606.0, 4655.0, 4603.0, 4625.0, 4654.0, 4615.0, 4643.0, 4604.0, 4635.0, 4621.0, 4604.0, 4643.0, 4593.0, 4623.0, 4592.0, 4604.0, 4642.0, 4592.0, 4625.0, 4652.0, 4603.0, 4641.0, 4604.0, 4624.0, 4583.0, 4624.0, 4652.0, 4603.0, 4634.0, 4592.0, 4603.0, 4643.0, 4581.0, 4612.0, 4651.0, 4602.0, 4632.0, 4590.0, 4602.0, 4638.0, 4590.0, 4611.0, 4589.0, 4591.0, 4619.0, 4592.0, 4632.0, 4606.0, 4634.0, 4618.0, 4637.0, 4629.0, 4647.0, 4629.0, 4670.0, 4624.0, 4625.0, 4642.0, 4601.0, 4629.0, 4599.0, 4611.0, 4639.0, 4588.0, 4619.0, 4585.0, 4586.0, 4626.0, 4589.0, 4606.0, 4564.0, 4586.0, 4603.0, 4577.0, 4606.0, 4568.0, 4607.0, 4580.0, 4610.0, 4592.0, 4614.0, 4641.0, 4603.0, 4633.0, 4603.0, 4612.0, 4592.0, 4605.0, 4653.0, 4593.0, 4634.0, 4613.0, 4613.0, 4583.0, 4615.0, 4653.0, 4604.0, 4633.0, 4621.0, 4612.0, 4653.0, 4604.0, 4632.0, 4600.0, 4601.0, 4640.0, 4590.0, 4620.0, 4577.0, 4588.0, 4617.0, 4590.0, 4610.0, 4578.0, 4590.0, 4618.0, 4580.0, 4611.0, 4590.0, 4592.0, 4620.0, 4602.0, 4620.0, 4603.0, 4624.0, 4619.0, 4592.0, 4632.0, 4592.0, 4623.0, 4590.0, 4604.0, 4643.0, 4603.0, 4623.0, 4611.0, 4602.0, 4640.0, 4602.0, 4632.0, 4602.0, 4613.0, 4592.0, 4614.0, 4642.0, 4604.0, 4633.0, 4603.0, 4623.0, 4592.0, 4614.0, 4642.0, 4604.0, 4631.0, 4593.0, 4622.0, 4582.0, 4612.0, 4652.0, 4593.0, 4632.0, 4601.0, 4611.0, 4591.0, 4612.0, 4641.0, 4602.0, 4630.0, 4591.0, 4611.0, 4581.0, 4612.0, 4640.0, 4590.0, 4631.0, 4589.0, 4601.0, 4629.0, 4590.0, 4619.0, 4578.0, 4611.0, 4640.0, 4590.0, 4619.0, 4579.0, 4600.0, 4587.0, 4579.0, 4609.0, 4581.0, 4611.0, 4580.0, 4600.0, 4580.0, 4592.0, 4619.0, 4592.0, 4611.0, 4603.0, 4622.0, 4594.0, 4623.0, 4606.0, 4632.0, 4614.0, 4635.0, 4641.0, 4602.0, 4641.0, 4601.0, 4632.0, 4600.0, 4611.0, 4579.0, 4601.0, 4640.0, 4592.0, 4620.0, 4591.0, 4610.0, 4580.0, 4602.0, 4630.0, 4591.0, 4621.0, 4592.0, 4612.0, 4583.0, 4604.0, 4595.0, 4626.0, 4620.0, 4638.0, 4630.0, 4671.0, 4645.0, 4613.0, 4643.0, 4611.0, 4601.0, 4629.0, 4591.0, 4628.0, 4586.0, 4584.0, 4613.0, 4563.0, 4608.0, 4586.0, 4575.0, 4615.0, 4564.0, 4593.0, 4554.0, 4586.0, 4574.0, 4565.0, 4607.0, 4580.0, 4598.0, 4580.0, 4611.0, 4590.0, 4591.0, 4621.0, 4591.0, 4622.0, 4580.0, 4603.0, 4643.0, 4602.0, 4621.0, 4593.0, 4621.0, 4596.0, 4627.0, 4643.0, 4605.0, 4644.0, 4603.0, 4615.0, 4614.0, 4616.0, 4626.0], 'WindowWidth': [10315.0, 10221.0, 10212.0, 10149.0, 10213.0, 10133.0, 10176.0, 10204.0, 10152.0, 10162.0, 10136.0, 10158.0, 10106.0, 10157.0, 10107.0, 10127.0, 10102.0, 10143.0, 10096.0, 10151.0, 10103.0, 10123.0, 10176.0, 10116.0, 10140.0, 10129.0, 10146.0, 10101.0, 10151.0, 10101.0, 10116.0, 10160.0, 10114.0, 10157.0, 10111.0, 10126.0, 10088.0, 10116.0, 10091.0, 10097.0, 10139.0, 10083.0, 10138.0, 10084.0, 10125.0, 10068.0, 10100.0, 10133.0, 10080.0, 10122.0, 10114.0, 10078.0, 10145.0, 10063.0, 10102.0, 10057.0, 10090.0, 10129.0, 10076.0, 10114.0, 10083.0, 10119.0, 10061.0, 10093.0, 10115.0, 10081.0, 10120.0, 10069.0, 10127.0, 10081.0, 10103.0, 10124.0, 10084.0, 10128.0, 10084.0, 10115.0, 10099.0, 10101.0, 10139.0, 10083.0, 10128.0, 10152.0, 10097.0, 10138.0, 10082.0, 10120.0, 10102.0, 10081.0, 10134.0, 10067.0, 10120.0, 10068.0, 10103.0, 10121.0, 10089.0, 10141.0, 10109.0, 10145.0, 10096.0, 10155.0, 10163.0, 10129.0, 10201.0, 10136.0, 10140.0, 10177.0, 10112.0, 10162.0, 10127.0, 10113.0, 10150.0, 10122.0, 10130.0, 10080.0, 10118.0, 10058.0, 10078.0, 10119.0, 10079.0, 10119.0, 10067.0, 10097.0, 10071.0, 10118.0, 10093.0, 10129.0, 10167.0, 10165.0, 10172.0, 10137.0, 10206.0, 10168.0, 10154.0, 10179.0, 10121.0, 10166.0, 10141.0, 10118.0, 10176.0, 10130.0, 10161.0, 10084.0, 10132.0, 10094.0, 10159.0, 10116.0, 10167.0, 10150.0, 10201.0, 10155.0, 10183.0, 10136.0, 10146.0, 10088.0, 10127.0, 10157.0, 10105.0, 10136.0, 10087.0, 10106.0, 10060.0, 10093.0, 10085.0, 10074.0, 10116.0, 10076.0, 10103.0, 10101.0, 10076.0, 10131.0, 10061.0, 10117.0, 10072.0, 10089.0, 10126.0, 10090.0, 10114.0, 10081.0, 10117.0, 10086.0, 10125.0, 10096.0, 10100.0, 10152.0, 10085.0, 10140.0, 10063.0, 10094.0, 10149.0, 10078.0, 10118.0, 10059.0, 10089.0, 10126.0, 10057.0, 10101.0, 10059.0, 10077.0, 10115.0, 10078.0, 10119.0, 10058.0, 10089.0, 10115.0, 10095.0, 10120.0, 10077.0, 10118.0, 10073.0, 10127.0, 10130.0, 10079.0, 10121.0, 10078.0, 10112.0, 10106.0, 10083.0, 10120.0, 10069.0, 10123.0, 10080.0, 10111.0, 10072.0, 10103.0, 10151.0, 10099.0, 10141.0, 10105.0, 10148.0, 10116.0, 10103.0, 10155.0, 10081.0, 10127.0, 10109.0, 10095.0, 10150.0, 10094.0, 10117.0, 10065.0, 10108.0, 10082.0, 10105.0, 10141.0, 10107.0, 10145.0, 10114.0, 10148.0, 10094.0, 10151.0, 10160.0, 10134.0, 10161.0, 10135.0, 10158.0, 10093.0, 10148.0, 10103.0, 10118.0, 10154.0, 10114.0, 10141.0, 10082.0, 10112.0, 10134.0, 10123.0, 10135.0, 10119.0, 10106.0, 10148.0, 10097.0, 10162.0, 10119.0, 10183.0, 10141.0, 10125.0, 10158.0, 10103.0, 10123.0, 10116.0, 10091.0, 10144.0, 10072.0, 10097.0, 10052.0, 10085.0, 10122.0, 10079.0, 10101.0, 10047.0, 10101.0, 10060.0, 10093.0, 10116.0, 10083.0, 10108.0, 10090.0, 10089.0, 10111.0, 10164.0, 10112.0, 10130.0, 10162.0, 10111.0, 10141.0, 10096.0, 10116.0, 10120.0, 10082.0, 10138.0, 10082.0, 10124.0, 10081.0, 10114.0, 10090.0, 10138.0, 10160.0, 10091.0, 10130.0, 10138.0, 10102.0, 10155.0, 10100.0, 10147.0, 10137.0, 10097.0, 10140.0, 10104.0, 10122.0, 10133.0, 10089.0, 10126.0, 10061.0, 10102.0, 10082.0, 10079.0, 10115.0, 10096.0, 10122.0, 10090.0, 10131.0, 10110.0, 10092.0, 10142.0, 10094.0, 10100.0, 10152.0, 10083.0, 10113.0, 10134.0, 10082.0, 10138.0, 10118.0, 10130.0, 10058.0, 10093.0, 10059.0, 10112.0, 10077.0, 10134.0, 10163.0, 10130.0, 10127.0, 10091.0, 10095.0, 10133.0, 10060.0, 10102.0, 10056.0, 10079.0, 10126.0, 10078.0, 10101.0, 10070.0, 10109.0, 10065.0, 10102.0, 10120.0, 10082.0, 10121.0, 10077.0, 10131.0, 10102.0, 10110.0, 10160.0, 10123.0, 10145.0, 10107.0, 10151.0, 10117.0, 10132.0, 10157.0, 10124.0, 10139.0, 10078.0, 10125.0, 10090.0, 10101.0, 10132.0, 10080.0, 10116.0, 10081.0, 10118.0, 10100.0, 10125.0, 10120.0, 10128.0, 10096.0, 10148.0, 10111.0, 10101.0, 10141.0, 10095.0, 10115.0, 10066.0, 10120.0, 10076.0, 10079.0, 10128.0, 10076.0, 10104.0, 10056.0, 10064.0, 10099.0, 10066.0, 10090.0, 10050.0, 10098.0, 10076.0, 10122.0, 10116.0, 10158.0, 10123.0, 10204.0, 10152.0, 10135.0, 10160.0, 10107.0, 10147.0, 10095.0, 10113.0, 10159.0, 10099.0, 10134.0, 10079.0, 10110.0, 10070.0, 10111.0, 10153.0, 10086.0, 10137.0, 10082.0, 10110.0, 10064.0, 10099.0, 10150.0, 10082.0, 10124.0, 10077.0, 10095.0, 10118.0, 10083.0, 10117.0, 10084.0, 10124.0, 10083.0, 10110.0, 10076.0, 10122.0, 10157.0, 10105.0, 10141.0, 10103.0, 10141.0, 10090.0, 10134.0, 10085.0, 10100.0, 10156.0, 10101.0, 10138.0, 10100.0, 10125.0, 10086.0, 10128.0, 10151.0, 10078.0, 10137.0, 10089.0, 10093.0, 10131.0, 10075.0, 10130.0, 10065.0, 10101.0, 10048.0, 10092.0, 10115.0, 10080.0, 10117.0, 10069.0, 10107.0, 10060.0, 10093.0, 10132.0, 10065.0, 10116.0, 10067.0, 10105.0, 10054.0, 10111.0, 10122.0, 10087.0, 10139.0, 10102.0, 10127.0, 10089.0, 10131.0, 10138.0, 10103.0, 10140.0, 10097.0, 10110.0, 10066.0, 10084.0, 10134.0, 10081.0, 10122.0, 10066.0, 10111.0, 10080.0, 10084.0, 10121.0, 10086.0, 10123.0, 10084.0, 10106.0, 10139.0, 10090.0, 10124.0, 10094.0, 10150.0, 10094.0, 10143.0, 10123.0, 10114.0, 10167.0, 10119.0, 10137.0, 10165.0, 10115.0, 10144.0, 10075.0, 10095.0, 10149.0, 10078.0, 10119.0, 10062.0, 10090.0, 10062.0, 10081.0, 10117.0, 10065.0, 10125.0, 10118.0, 10084.0, 10118.0, 10071.0, 10124.0, 10074.0, 10084.0, 10117.0, 10083.0, 10124.0, 10068.0, 10102.0, 10125.0, 10104.0, 10129.0, 10087.0, 10107.0, 10138.0, 10091.0, 10150.0, 10094.0, 10122.0, 10151.0, 10115.0, 10181.0, 10104.0, 10138.0, 10180.0, 10124.0, 10160.0, 10106.0, 10151.0, 10125.0, 10105.0, 10160.0, 10089.0, 10131.0, 10086.0, 10106.0, 10157.0, 10088.0, 10136.0, 10171.0, 10104.0, 10154.0, 10109.0, 10134.0, 10079.0, 10134.0, 10172.0, 10103.0, 10147.0, 10087.0, 10104.0, 10159.0, 10071.0, 10114.0, 10170.0, 10101.0, 10141.0, 10080.0, 10099.0, 10146.0, 10079.0, 10109.0, 10079.0, 10085.0, 10120.0, 10087.0, 10142.0, 10114.0, 10149.0, 10134.0, 10161.0, 10153.0, 10172.0, 10152.0, 10214.0, 10134.0, 10136.0, 10161.0, 10096.0, 10135.0, 10090.0, 10109.0, 10150.0, 10074.0, 10120.0, 10063.0, 10065.0, 10126.0, 10077.0, 10096.0, 10035.0, 10066.0, 10088.0, 10059.0, 10098.0, 10049.0, 10100.0, 10069.0, 10108.0, 10091.0, 10122.0, 10155.0, 10105.0, 10146.0, 10102.0, 10116.0, 10089.0, 10110.0, 10176.0, 10092.0, 10147.0, 10117.0, 10118.0, 10078.0, 10124.0, 10177.0, 10108.0, 10147.0, 10126.0, 10114.0, 10175.0, 10107.0, 10144.0, 10093.0, 10098.0, 10150.0, 10081.0, 10121.0, 10058.0, 10075.0, 10114.0, 10081.0, 10107.0, 10062.0, 10081.0, 10117.0, 10066.0, 10108.0, 10080.0, 10085.0, 10122.0, 10102.0, 10123.0, 10106.0, 10134.0, 10121.0, 10087.0, 10142.0, 10087.0, 10130.0, 10084.0, 10106.0, 10159.0, 10103.0, 10129.0, 10111.0, 10101.0, 10152.0, 10100.0, 10143.0, 10099.0, 10116.0, 10087.0, 10119.0, 10160.0, 10109.0, 10145.0, 10102.0, 10132.0, 10086.0, 10120.0, 10159.0, 10106.0, 10140.0, 10089.0, 10129.0, 10073.0, 10113.0, 10171.0, 10090.0, 10143.0, 10097.0, 10112.0, 10084.0, 10115.0, 10154.0, 10099.0, 10137.0, 10084.0, 10111.0, 10072.0, 10114.0, 10153.0, 10080.0, 10138.0, 10078.0, 10095.0, 10133.0, 10081.0, 10120.0, 10060.0, 10109.0, 10152.0, 10079.0, 10118.0, 10062.0, 10091.0, 10072.0, 10064.0, 10106.0, 10070.0, 10109.0, 10065.0, 10093.0, 10066.0, 10086.0, 10120.0, 10086.0, 10110.0, 10104.0, 10126.0, 10093.0, 10130.0, 10114.0, 10145.0, 10120.0, 10151.0, 10152.0, 10099.0, 10156.0, 10098.0, 10143.0, 10095.0, 10111.0, 10066.0, 10097.0, 10151.0, 10086.0, 10121.0, 10084.0, 10107.0, 10067.0, 10100.0, 10135.0, 10083.0, 10127.0, 10089.0, 10112.0, 10075.0, 10104.0, 10096.0, 10138.0, 10143.0, 10163.0, 10154.0, 10215.0, 10166.0, 10117.0, 10161.0, 10110.0, 10095.0, 10131.0, 10081.0, 10135.0, 10066.0, 10063.0, 10106.0, 10030.0, 10101.0, 10069.0, 10050.0, 10105.0, 10036.0, 10073.0, 10021.0, 10066.0, 10051.0, 10039.0, 10098.0, 10066.0, 10088.0, 10068.0, 10111.0, 10081.0, 10085.0, 10123.0, 10084.0, 10127.0, 10068.0, 10102.0, 10159.0, 10102.0, 10125.0, 10089.0, 10125.0, 10101.0, 10144.0, 10161.0, 10109.0, 10162.0, 10103.0, 10122.0, 10122.0, 10128.0, 10143.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.0007046658986175114</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024484880875576036</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.60602022242217</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2600654376585927</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9779965111534032</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4821</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6760.8472</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0847562881026262</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.880184331797235</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.319458511504905</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2916353089995205</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.475162486442073</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.191577739073122</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0108245</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013151879422366619</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023940008133649826</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.318282184153554</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.2195</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.09</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.8972</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297158.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>946.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>396.3751</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3098</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.0301</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3833.6648</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3983.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79386.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1666.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4946.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.3517</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.63078225101344</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> |