=== 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-0060 --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-0060",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0060_ses-01_task-social_acq-mb8_run-02_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-0060_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-02_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-0060/ses-01/func/sub-0060_ses-01_task-social_acq-mb8_run-02_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>975ee47bfbe112e0353724a5765af03d</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:58:18.295000</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.997992, 0.0627394, 0.00875779, -0.063138, 0.973896, 0.218035]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0936151</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4153, -7751, -7293, 770, -52, -37, -26, 72]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.487</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>40b6b88f-e39f-438e-87ef-500a4e12b6af||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.6775383949279785, -0.16939468681812286, -0.013905595056712627, 116.53318786621094], [-0.168325275182724, 2.6128928661346436, 0.5890057682991028, -101.15373229980469], [0.02349652349948883, -0.584972620010376, 2.634934186935425, -47.02948760986328], [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': ['165818.295000', '165818.755000', '165819.215000', '165819.675000', '165820.135000', '165820.595000', '165821.055000', '165821.515000', '165821.975000', '165822.435000', '165822.895000', '165823.355000', '165823.815000', '165824.275000', '165824.735000', '165825.195000', '165825.655000', '165826.115000', '165826.575000', '165827.035000', '165827.495000', '165827.955000', '165828.415000', '165828.875000', '165829.335000', '165829.795000', '165830.255000', '165830.715000', '165831.175000', '165831.635000', '165832.095000', '165832.555000', '165833.015000', '165833.475000', '165833.935000', '165834.395000', '165834.855000', '165835.315000', '165835.775000', '165836.235000', '165836.695000', '165837.155000', '165837.615000', '165838.075000', '165838.535000', '165838.995000', '165839.455000', '165839.915000', '165840.375000', '165840.835000', '165841.295000', '165841.755000', '165842.215000', '165842.675000', '165843.135000', '165843.595000', '165844.055000', '165844.515000', '165844.975000', '165845.435000', '165845.895000', '165846.355000', '165846.815000', '165847.275000', '165847.735000', '165848.195000', '165848.655000', '165849.115000', '165849.575000', '165850.035000', '165850.495000', '165850.955000', '165851.415000', '165851.875000', '165852.335000', '165852.795000', '165853.255000', '165853.715000', '165854.175000', '165854.635000', '165855.095000', '165855.555000', '165856.015000', '165856.475000', '165856.935000', '165857.395000', '165857.855000', '165858.315000', '165858.775000', '165859.235000', '165859.695000', '165900.155000', '165900.615000', '165901.075000', '165901.535000', '165901.995000', '165902.455000', '165902.915000', '165903.375000', '165903.835000', '165904.295000', '165904.755000', '165905.215000', '165905.675000', '165906.135000', '165906.595000', '165907.055000', '165907.515000', '165907.975000', '165908.435000', '165908.895000', '165909.355000', '165909.815000', '165910.275000', '165910.735000', '165911.195000', '165911.655000', '165912.115000', '165912.575000', '165913.035000', '165913.495000', '165913.955000', '165914.415000', '165914.875000', '165915.335000', '165915.795000', '165916.255000', '165916.715000', '165917.175000', '165917.635000', '165918.095000', '165918.555000', '165919.015000', '165919.475000', '165919.935000', '165920.395000', '165920.855000', '165921.315000', '165921.775000', '165922.235000', '165922.695000', '165923.155000', '165923.615000', '165924.075000', '165924.535000', '165924.995000', '165925.455000', '165925.915000', '165926.375000', '165926.835000', '165927.295000', '165927.755000', '165928.215000', '165928.675000', '165929.135000', '165929.595000', '165930.055000', '165930.515000', '165930.975000', '165931.435000', '165931.895000', '165932.355000', '165932.815000', '165933.275000', '165933.735000', '165934.195000', '165934.655000', '165935.115000', '165935.575000', '165936.035000', '165936.495000', '165936.955000', '165937.415000', '165937.875000', '165938.335000', '165938.795000', '165939.255000', '165939.715000', '165940.175000', '165940.635000', '165941.095000', '165941.555000', '165942.015000', '165942.475000', '165942.935000', '165943.395000', '165943.855000', '165944.315000', '165944.775000', '165945.235000', '165945.695000', '165946.155000', '165946.615000', '165947.075000', '165947.535000', '165947.995000', '165948.455000', '165948.915000', '165949.375000', '165949.835000', '165950.295000', '165950.755000', '165951.215000', '165951.675000', '165952.135000', '165952.595000', '165953.055000', '165953.515000', '165953.975000', '165954.435000', '165954.895000', '165955.355000', '165955.815000', '165956.275000', '165956.735000', '165957.195000', '165957.655000', '165958.115000', '165958.575000', '165959.035000', '165959.495000', '165959.955000', '170000.415000', '170000.875000', '170001.335000', '170001.795000', '170002.255000', '170002.715000', '170003.175000', '170003.635000', '170004.095000', '170004.555000', '170005.015000', '170005.475000', '170005.935000', '170006.395000', '170006.855000', '170007.315000', '170007.775000', '170008.235000', '170008.695000', '170009.155000', '170009.615000', '170010.075000', '170010.535000', '170010.995000', '170011.455000', '170011.915000', '170012.375000', '170012.835000', '170013.295000', '170013.755000', '170014.215000', '170014.675000', '170015.135000', '170015.595000', '170016.055000', '170016.515000', '170016.975000', '170017.435000', '170017.895000', '170018.355000', '170018.815000', '170019.275000', '170019.735000', '170020.195000', '170020.655000', '170021.115000', '170021.575000', '170022.035000', '170022.495000', '170022.955000', '170023.415000', '170023.875000', '170024.335000', '170024.795000', '170025.255000', '170025.715000', '170026.175000', '170026.635000', '170027.095000', '170027.555000', '170028.015000', '170028.475000', '170028.935000', '170029.395000', '170029.855000', '170030.315000', '170030.775000', '170031.235000', '170031.695000', '170032.155000', '170032.615000', '170033.075000', '170033.535000', '170033.995000', '170034.455000', '170034.915000', '170035.375000', '170035.835000', '170036.295000', '170036.755000', '170037.215000', '170037.675000', '170038.135000', '170038.595000', '170039.055000', '170039.515000', '170039.975000', '170040.435000', '170040.895000', '170041.355000', '170041.815000', '170042.275000', '170042.735000', '170043.195000', '170043.655000', '170044.115000', '170044.575000', '170045.035000', '170045.495000', '170045.955000', '170046.415000', '170046.875000', '170047.335000', '170047.795000', '170048.255000', '170048.715000', '170049.175000', '170049.635000', '170050.095000', '170050.555000', '170051.015000', '170051.475000', '170051.935000', '170052.395000', '170052.855000', '170053.315000', '170053.775000', '170054.235000', '170054.695000', '170055.155000', '170055.615000', '170056.075000', '170056.535000', '170056.995000', '170057.455000', '170057.915000', '170058.375000', '170058.835000', '170059.295000', '170059.755000', '170100.215000', '170100.675000', '170101.135000', '170101.595000', '170102.055000', '170102.515000', '170102.975000', '170103.435000', '170103.895000', '170104.355000', '170104.815000', '170105.275000', '170105.735000', '170106.195000', '170106.655000', '170107.115000', '170107.575000', '170108.035000', '170108.495000', '170108.955000', '170109.415000', '170109.875000', '170110.335000', '170110.795000', '170111.255000', '170111.715000', '170112.175000', '170112.635000', '170113.095000', '170113.555000', '170114.015000', '170114.475000', '170114.935000', '170115.395000', '170115.855000', '170116.315000', '170116.775000', '170117.235000', '170117.695000', '170118.155000', '170118.615000', '170119.075000', '170119.535000', '170119.995000', '170120.455000', '170120.915000', '170121.375000', '170121.835000', '170122.295000', '170122.755000', '170123.215000', '170123.675000', '170124.135000', '170124.595000', '170125.055000', '170125.515000', '170125.975000', '170126.435000', '170126.895000', '170127.355000', '170127.815000', '170128.275000', '170128.735000', '170129.195000', '170129.655000', '170130.115000', '170130.575000', '170131.035000', '170131.495000', '170131.955000', '170132.415000', '170132.875000', '170133.335000', '170133.795000', '170134.255000', '170134.715000', '170135.175000', '170135.635000', '170136.095000', '170136.555000', '170137.015000', '170137.475000', '170137.935000', '170138.395000', '170138.855000', '170139.315000', '170139.775000', '170140.235000', '170140.695000', '170141.155000', '170141.615000', '170142.075000', '170142.535000', '170142.995000', '170143.455000', '170143.915000', '170144.375000', '170144.835000', '170145.295000', '170145.755000', '170146.215000', '170146.675000', '170147.135000', '170147.595000', '170148.055000', '170148.515000', '170148.975000', '170149.435000', '170149.895000', '170150.355000', '170150.815000', '170151.275000', '170151.735000', '170152.195000', '170152.655000', '170153.115000', '170153.575000', '170154.035000', '170154.495000', '170154.955000', '170155.415000', '170155.875000', '170156.335000', '170156.795000', '170157.255000', '170157.715000', '170158.175000', '170158.635000', '170159.095000', '170159.555000', '170200.015000', '170200.475000', '170200.935000', '170201.395000', '170201.855000', '170202.315000', '170202.775000', '170203.235000', '170203.695000', '170204.155000', '170204.615000', '170205.075000', '170205.535000', '170205.995000', '170206.455000', '170206.915000', '170207.375000', '170207.835000', '170208.295000', '170208.755000', '170209.215000', '170209.675000', '170210.135000', '170210.595000', '170211.055000', '170211.515000', '170211.975000', '170212.435000', '170212.895000', '170213.355000', '170213.815000', '170214.275000', '170214.735000', '170215.195000', '170215.655000', '170216.115000', '170216.575000', '170217.035000', '170217.495000', '170217.955000', '170218.415000', '170218.875000', '170219.335000', '170219.795000', '170220.255000', '170220.715000', '170221.175000', '170221.635000', '170222.095000', '170222.555000', '170223.015000', '170223.475000', '170223.935000', '170224.395000', '170224.855000', '170225.315000', '170225.775000', '170226.235000', '170226.695000', '170227.155000', '170227.615000', '170228.075000', '170228.535000', '170228.995000', '170229.455000', '170229.915000', '170230.375000', '170230.835000', '170231.295000', '170231.755000', '170232.215000', '170232.675000', '170233.135000', '170233.595000', '170234.055000', '170234.515000', '170234.975000', '170235.435000', '170235.895000', '170236.355000', '170236.815000', '170237.275000', '170237.735000', '170238.195000', '170238.655000', '170239.115000', '170239.575000', '170240.035000', '170240.495000', '170240.955000', '170241.415000', '170241.875000', '170242.335000', '170242.795000', '170243.255000', '170243.715000', '170244.175000', '170244.635000', '170245.095000', '170245.555000', '170246.015000', '170246.475000', '170246.935000', '170247.395000', '170247.855000', '170248.315000', '170248.775000', '170249.235000', '170249.695000', '170250.155000', '170250.615000', '170251.075000', '170251.535000', '170251.995000', '170252.455000', '170252.915000', '170253.375000', '170253.835000', '170254.295000', '170254.755000', '170255.215000', '170255.675000', '170256.135000', '170256.595000', '170257.055000', '170257.515000', '170257.975000', '170258.435000', '170258.895000', '170259.355000', '170259.815000', '170300.275000', '170300.735000', '170301.195000', '170301.655000', '170302.115000', '170302.575000', '170303.035000', '170303.495000', '170303.955000', '170304.415000', '170304.875000', '170305.335000', '170305.795000', '170306.255000', '170306.715000', '170307.175000', '170307.635000', '170308.095000', '170308.555000', '170309.015000', '170309.475000', '170309.935000', '170310.395000', '170310.855000', '170311.315000', '170311.775000', '170312.235000', '170312.695000', '170313.155000', '170313.615000', '170314.075000', '170314.535000', '170314.995000', '170315.455000', '170315.915000', '170316.375000', '170316.835000', '170317.295000', '170317.755000', '170318.215000', '170318.675000', '170319.135000', '170319.595000', '170320.055000', '170320.515000', '170320.975000', '170321.435000', '170321.895000', '170322.355000', '170322.815000', '170323.275000', '170323.735000', '170324.195000', '170324.655000', '170325.115000', '170325.575000', '170326.035000', '170326.495000', '170326.955000', '170327.415000', '170327.875000', '170328.335000', '170328.795000', '170329.255000', '170329.715000', '170330.175000', '170330.635000', '170331.095000', '170331.555000', '170332.015000', '170332.475000', '170332.935000', '170333.395000', '170333.855000', '170334.315000', '170334.775000', '170335.235000', '170335.695000', '170336.155000', '170336.615000', '170337.075000', '170337.535000', '170337.995000', '170338.455000', '170338.915000', '170339.375000', '170339.835000', '170340.295000', '170340.755000', '170341.215000', '170341.675000', '170342.135000', '170342.595000', '170343.055000', '170343.515000', '170343.975000', '170344.435000', '170344.895000', '170345.355000', '170345.815000', '170346.275000', '170346.735000', '170347.195000', '170347.655000', '170348.115000', '170348.575000', '170349.035000', '170349.495000', '170349.955000', '170350.415000', '170350.875000', '170351.335000', '170351.795000', '170352.255000', '170352.715000', '170353.175000', '170353.635000', '170354.095000', '170354.555000', '170355.015000', '170355.475000', '170355.935000', '170356.395000', '170356.855000', '170357.315000', '170357.775000', '170358.235000', '170358.695000', '170359.155000', '170359.615000', '170400.075000', '170400.535000', '170400.995000', '170401.455000', '170401.915000', '170402.375000', '170402.835000', '170403.295000', '170403.755000', '170404.215000', '170404.675000', '170405.135000', '170405.595000', '170406.055000', '170406.515000', '170406.975000', '170407.435000', '170407.895000', '170408.355000', '170408.815000', '170409.275000', '170409.735000', '170410.195000', '170410.655000', '170411.115000', '170411.575000', '170412.035000', '170412.495000', '170412.955000', '170413.415000', '170413.875000', '170414.335000', '170414.795000', '170415.255000', '170415.715000', '170416.175000', '170416.635000', '170417.095000', '170417.555000', '170418.015000', '170418.475000', '170418.935000', '170419.395000', '170419.855000', '170420.315000', '170420.775000', '170421.235000', '170421.695000', '170422.155000', '170422.615000', '170423.075000', '170423.535000', '170423.995000', '170424.455000', '170424.915000', '170425.375000', '170425.835000', '170426.295000', '170426.755000', '170427.215000', '170427.675000', '170428.135000', '170428.595000', '170429.055000', '170429.515000', '170429.975000', '170430.435000', '170430.895000', '170431.355000', '170431.815000', '170432.275000', '170432.735000', '170433.195000', '170433.655000', '170434.115000', '170434.575000', '170435.035000', '170435.495000', '170435.955000', '170436.415000', '170436.875000', '170437.335000', '170437.795000', '170438.255000', '170438.715000', '170439.175000', '170439.635000', '170440.095000', '170440.555000', '170441.015000', '170441.475000', '170441.935000', '170442.395000', '170442.855000', '170443.315000', '170443.775000', '170444.235000', '170444.695000', '170445.155000', '170445.615000', '170446.075000', '170446.535000', '170446.995000', '170447.455000', '170447.915000', '170448.375000', '170448.835000', '170449.295000', '170449.755000', '170450.215000', '170450.675000', '170451.135000', '170451.595000', '170452.055000', '170452.515000', '170452.975000', '170453.435000', '170453.895000', '170454.355000', '170454.815000', '170455.275000', '170455.735000', '170456.195000', '170456.655000', '170457.115000', '170457.575000', '170458.035000', '170458.495000', '170458.955000'], 'ContentTime': ['165836.902000', '165836.910000', '165836.913000', '165836.916000', '165836.918000', '165836.931000', '165836.934000', '165836.938000', '165836.941000', '165836.944000', '165836.947000', '165836.950000', '165836.953000', '165836.956000', '165836.959000', '165836.962000', '165836.978000', '165836.981000', '165836.983000', '165836.986000', '165836.989000', '165836.991000', '165836.994000', '165836.996000', '165837.000000', '165837.003000', '165837.006000', '165837.008000', '165837.011000', '165837.014000', '165837.016000', '165837.019000', '165837.021000', '165837.024000', '165837.027000', '165837.030000', '165837.033000', '165837.035000', '165856.862000', '165856.865000', '165856.868000', '165856.870000', '165856.874000', '165856.876000', '165856.879000', '165856.881000', '165856.884000', '165856.887000', '165856.889000', '165856.892000', '165856.895000', '165856.897000', '165856.900000', '165856.903000', '165856.905000', '165856.908000', '165856.911000', '165856.913000', '165856.916000', '165856.918000', '165856.921000', '165856.923000', '165856.926000', '165856.929000', '165856.931000', '165856.934000', '165856.936000', '165856.939000', '165856.942000', '165856.944000', '165856.947000', '165856.950000', '165856.952000', '165856.955000', '165856.957000', '165856.960000', '165856.962000', '165856.965000', '165856.968000', '165856.970000', '165856.973000', '165916.862000', '165916.865000', '165916.868000', '165916.871000', '165916.873000', '165916.876000', '165916.879000', '165916.881000', '165916.884000', '165916.887000', '165916.889000', '165916.892000', '165916.894000', '165916.897000', '165916.899000', '165916.902000', '165916.905000', '165916.908000', '165916.910000', '165916.913000', '165916.915000', '165916.918000', '165916.921000', '165916.923000', '165916.926000', '165916.929000', '165916.931000', '165916.934000', '165916.937000', '165916.939000', '165916.942000', '165916.951000', '165916.953000', '165916.956000', '165916.959000', '165916.961000', '165916.964000', '165916.966000', '165916.969000', '165916.972000', '165916.974000', '165916.978000', '165916.980000', '165916.983000', '165936.862000', '165936.877000', '165936.879000', '165936.882000', '165936.885000', '165936.887000', '165936.890000', '165936.893000', '165936.895000', '165936.898000', '165936.901000', '165936.903000', '165936.906000', '165936.908000', '165936.911000', '165936.914000', '165936.916000', '165936.919000', '165936.922000', '165936.924000', '165936.927000', '165936.929000', '165936.932000', '165936.935000', '165936.937000', '165936.940000', '165936.942000', '165936.945000', '165936.948000', '165936.950000', '165936.953000', '165936.956000', '165936.958000', '165936.961000', '165936.963000', '165936.966000', '165936.969000', '165936.971000', '165936.974000', '165936.977000', '165936.979000', '165936.982000', '165936.985000', '165956.862000', '165956.865000', '165956.868000', '165956.870000', '165956.873000', '165956.876000', '165956.878000', '165956.881000', '165956.884000', '165956.886000', '165956.889000', '165956.892000', '165956.895000', '165956.897000', '165956.901000', '165956.903000', '165956.906000', '165956.909000', '165956.911000', '165956.914000', '165956.917000', '165956.920000', '165956.922000', '165956.925000', '165956.928000', '165956.930000', '165956.933000', '165956.935000', '165956.938000', '165956.941000', '165956.943000', '165956.946000', '165956.949000', '165956.951000', '165956.954000', '165956.957000', '165956.959000', '165956.962000', '165956.965000', '165956.967000', '165956.970000', '165956.972000', '165956.975000', '170016.862000', '170016.865000', '170016.868000', '170016.871000', '170016.873000', '170016.876000', '170016.879000', '170016.881000', '170016.884000', '170016.886000', '170016.889000', '170016.892000', '170016.894000', '170016.897000', '170016.899000', '170016.902000', '170016.905000', '170016.907000', '170016.910000', '170016.912000', '170016.915000', '170016.918000', '170016.920000', '170016.923000', '170016.926000', '170016.928000', '170016.931000', '170016.933000', '170016.936000', '170016.939000', '170016.941000', '170016.944000', '170016.947000', '170016.949000', '170016.952000', '170016.954000', '170016.957000', '170016.960000', '170016.962000', '170016.965000', '170016.967000', '170016.970000', '170016.973000', '170016.975000', '170036.862000', '170036.865000', '170036.868000', '170036.871000', '170036.873000', '170036.876000', '170036.879000', '170036.881000', '170036.884000', '170036.886000', '170036.889000', '170036.892000', '170036.894000', '170036.897000', '170036.899000', '170036.902000', '170036.905000', '170036.907000', '170036.910000', '170036.913000', '170036.915000', '170036.918000', '170036.920000', '170036.923000', '170036.926000', '170036.928000', '170036.931000', '170036.934000', '170036.936000', '170036.939000', '170036.942000', '170036.945000', '170036.948000', '170036.950000', '170036.953000', '170036.956000', '170036.958000', '170036.961000', '170036.964000', '170036.966000', '170036.969000', '170036.971000', '170036.974000', '170056.863000', '170056.865000', '170056.869000', '170056.871000', '170056.874000', '170056.877000', '170056.879000', '170056.882000', '170056.885000', '170056.887000', '170056.890000', '170056.892000', '170056.897000', '170056.900000', '170056.902000', '170056.905000', '170056.908000', '170056.910000', '170056.913000', '170056.915000', '170056.918000', '170056.921000', '170056.923000', '170056.926000', '170056.929000', '170056.931000', '170056.934000', '170056.937000', '170056.939000', '170056.942000', '170056.945000', '170056.947000', '170056.950000', '170056.952000', '170056.955000', '170056.958000', '170056.960000', '170056.963000', '170056.965000', '170056.968000', '170056.971000', '170056.973000', '170056.976000', '170056.978000', '170116.862000', '170116.865000', '170116.868000', '170116.871000', '170116.873000', '170116.876000', '170116.878000', '170116.881000', '170116.884000', '170116.886000', '170116.889000', '170116.918000', '170116.921000', '170116.924000', '170116.926000', '170116.929000', '170116.932000', '170116.934000', '170116.937000', '170116.940000', '170116.943000', '170116.946000', '170116.949000', '170116.951000', '170116.954000', '170116.956000', '170116.959000', '170116.962000', '170116.964000', '170116.967000', '170116.970000', '170116.972000', '170116.975000', '170116.977000', '170116.980000', '170116.983000', '170116.985000', '170116.988000', '170116.991000', '170116.993000', '170116.996000', '170117.000000', '170117.002000', '170136.863000', '170136.866000', '170136.869000', '170136.871000', '170136.874000', '170136.877000', '170136.879000', '170136.882000', '170136.884000', '170136.887000', '170136.890000', '170136.893000', '170136.895000', '170136.898000', '170136.901000', '170136.903000', '170136.906000', '170136.909000', '170136.911000', '170136.914000', '170136.916000', '170136.919000', '170136.922000', '170136.924000', '170136.927000', '170136.930000', '170136.932000', '170136.935000', '170136.938000', '170136.940000', '170136.943000', '170136.945000', '170136.948000', '170136.951000', '170136.953000', '170136.956000', '170136.958000', '170136.961000', '170136.964000', '170136.966000', '170136.980000', '170136.982000', '170136.985000', '170136.988000', '170156.862000', '170156.865000', '170156.868000', '170156.871000', '170156.873000', '170156.876000', '170156.879000', '170156.881000', '170156.884000', '170156.886000', '170156.889000', '170156.892000', '170156.894000', '170156.897000', '170156.899000', '170156.902000', '170156.905000', '170156.908000', '170156.910000', '170156.913000', '170156.916000', '170156.918000', '170156.921000', '170156.924000', '170156.926000', '170156.929000', '170156.932000', '170156.934000', '170156.937000', '170156.940000', '170156.943000', '170156.945000', '170156.948000', '170156.950000', '170156.953000', '170156.955000', '170156.958000', '170156.961000', '170156.963000', '170156.966000', '170156.969000', '170156.971000', '170156.974000', '170216.862000', '170216.865000', '170216.868000', '170216.871000', '170216.874000', '170216.876000', '170216.879000', '170216.881000', '170216.884000', '170216.887000', '170216.889000', '170216.892000', '170216.895000', '170216.897000', '170216.900000', '170216.902000', '170216.905000', '170216.908000', '170216.910000', '170216.913000', '170216.916000', '170216.918000', '170216.921000', '170216.924000', '170216.926000', '170216.929000', '170216.931000', '170216.934000', '170216.937000', '170216.939000', '170216.942000', '170216.944000', '170216.947000', '170216.950000', '170216.952000', '170216.955000', '170216.958000', '170216.960000', '170216.963000', '170216.965000', '170216.968000', '170216.971000', '170216.973000', '170216.976000', '170236.863000', '170236.865000', '170236.868000', '170236.871000', '170236.874000', '170236.876000', '170236.879000', '170236.882000', '170236.884000', '170236.887000', '170236.890000', '170236.892000', '170236.895000', '170236.897000', '170236.900000', '170236.903000', '170236.905000', '170236.908000', '170236.911000', '170236.913000', '170236.916000', '170236.918000', '170236.921000', '170236.924000', '170236.926000', '170236.929000', '170236.932000', '170236.934000', '170236.937000', '170236.940000', '170236.942000', '170236.945000', '170236.947000', '170236.950000', '170236.953000', '170236.956000', '170236.965000', '170236.969000', '170236.972000', '170236.974000', '170236.977000', '170236.980000', '170236.983000', '170256.862000', '170256.865000', '170256.868000', '170256.871000', '170256.873000', '170256.876000', '170256.878000', '170256.881000', '170256.884000', '170256.886000', '170256.889000', '170256.892000', '170256.894000', '170256.897000', '170256.900000', '170256.902000', '170256.905000', '170256.908000', '170256.910000', '170256.913000', '170256.915000', '170256.918000', '170256.921000', '170256.923000', '170256.926000', '170256.929000', '170256.931000', '170256.934000', '170256.936000', '170256.939000', '170256.942000', '170256.944000', '170256.947000', '170256.950000', '170256.952000', '170256.955000', '170256.958000', '170256.960000', '170256.963000', '170256.966000', '170256.968000', '170256.971000', '170256.973000', '170256.976000', '170316.863000', '170316.866000', '170316.868000', '170316.871000', '170316.873000', '170316.876000', '170316.879000', '170316.881000', '170316.884000', '170316.887000', '170316.889000', '170316.892000', '170316.895000', '170316.897000', '170316.900000', '170316.903000', '170316.905000', '170316.908000', '170316.911000', '170316.913000', '170316.916000', '170316.918000', '170316.921000', '170316.924000', '170316.926000', '170316.929000', '170316.932000', '170316.934000', '170316.937000', '170316.940000', '170316.942000', '170316.945000', '170316.947000', '170316.950000', '170316.953000', '170316.955000', '170316.958000', '170316.961000', '170316.963000', '170316.966000', '170316.969000', '170316.971000', '170316.974000', '170336.863000', '170336.865000', '170336.868000', '170336.871000', '170336.873000', '170336.876000', '170336.879000', '170336.881000', '170336.884000', '170336.887000', '170336.889000', '170336.892000', '170336.895000', '170336.897000', '170336.900000', '170336.902000', '170336.905000', '170336.908000', '170336.910000', '170336.913000', '170336.916000', '170336.918000', '170336.921000', '170336.924000', '170336.926000', '170336.929000', '170336.931000', '170336.934000', '170336.937000', '170336.939000', '170336.942000', '170336.945000', '170336.947000', '170336.950000', '170336.953000', '170336.955000', '170336.958000', '170336.960000', '170336.963000', '170336.966000', '170336.968000', '170336.971000', '170336.974000', '170336.976000', '170356.862000', '170356.865000', '170356.868000', '170356.870000', '170356.873000', '170356.876000', '170356.879000', '170356.881000', '170356.884000', '170356.886000', '170356.889000', '170356.892000', '170356.894000', '170356.897000', '170356.900000', '170356.902000', '170356.905000', '170356.908000', '170356.910000', '170356.913000', '170356.915000', '170356.918000', '170356.921000', '170356.923000', '170356.926000', '170356.929000', '170356.931000', '170356.934000', '170356.937000', '170356.939000', '170356.942000', '170356.944000', '170356.947000', '170356.950000', '170356.953000', '170356.955000', '170356.958000', '170356.961000', '170356.963000', '170356.966000', '170356.968000', '170356.971000', '170356.974000', '170416.863000', '170416.866000', '170416.868000', '170416.871000', '170416.874000', '170416.876000', '170416.879000', '170416.882000', '170416.884000', '170416.887000', '170416.890000', '170416.892000', '170416.895000', '170416.898000', '170416.900000', '170416.903000', '170416.906000', '170416.908000', '170416.911000', '170416.914000', '170416.916000', '170416.919000', '170416.922000', '170416.924000', '170416.927000', '170416.930000', '170416.932000', '170416.935000', '170416.937000', '170416.940000', '170416.943000', '170416.945000', '170416.948000', '170416.951000', '170416.953000', '170416.956000', '170416.958000', '170416.961000', '170416.964000', '170416.966000', '170416.969000', '170416.972000', '170416.975000', '170416.977000', '170436.862000', '170436.865000', '170436.868000', '170436.871000', '170436.873000', '170436.876000', '170436.878000', '170436.881000', '170436.884000', '170436.886000', '170436.889000', '170436.892000', '170436.894000', '170436.897000', '170436.899000', '170436.902000', '170436.904000', '170436.907000', '170436.910000', '170436.912000', '170436.915000', '170436.918000', '170436.920000', '170436.923000', '170436.925000', '170436.928000', '170436.931000', '170436.933000', '170436.936000', '170436.939000', '170436.941000', '170436.944000', '170436.947000', '170436.949000', '170436.952000', '170436.955000', '170436.957000', '170436.960000', '170436.962000', '170436.965000', '170436.968000', '170436.970000', '170436.973000', '170456.862000', '170456.865000', '170456.868000', '170456.871000', '170456.874000', '170456.876000', '170456.879000', '170456.882000', '170456.884000', '170456.887000', '170456.889000', '170456.892000', '170456.895000', '170456.897000', '170456.900000', '170456.902000', '170456.905000', '170456.908000', '170456.911000', '170456.913000', '170456.916000', '170456.918000', '170456.921000', '170456.924000', '170456.926000', '170456.929000', '170456.931000', '170456.934000', '170456.937000', '170456.939000', '170456.942000', '170456.945000', '170456.947000', '170456.951000', '170456.954000', '170456.956000', '170456.959000', '170456.961000', '170456.964000', '170456.967000', '170456.969000', '170456.972000', '170456.974000', '170456.977000', '170500.440000', '170500.443000', '170500.446000', '170500.449000', '170500.452000', '170500.455000', '170500.459000', '170500.461000'], 'InstanceCreationTime': ['165836.902000', '165836.910000', '165836.913000', '165836.916000', '165836.918000', '165836.931000', '165836.934000', '165836.938000', '165836.941000', '165836.944000', '165836.947000', '165836.950000', '165836.953000', '165836.956000', '165836.959000', '165836.962000', '165836.978000', '165836.981000', '165836.983000', '165836.986000', '165836.989000', '165836.991000', '165836.994000', '165836.996000', '165837.000000', '165837.003000', '165837.006000', '165837.008000', '165837.011000', '165837.014000', '165837.016000', '165837.019000', '165837.021000', '165837.024000', '165837.027000', '165837.030000', '165837.033000', '165837.035000', '165856.862000', '165856.865000', '165856.868000', '165856.870000', '165856.874000', '165856.876000', '165856.879000', '165856.881000', '165856.884000', '165856.887000', '165856.889000', '165856.892000', '165856.895000', '165856.897000', '165856.900000', '165856.903000', '165856.905000', '165856.908000', '165856.911000', '165856.913000', '165856.916000', '165856.918000', '165856.921000', '165856.923000', '165856.926000', '165856.929000', '165856.931000', '165856.934000', '165856.936000', '165856.939000', '165856.942000', '165856.944000', '165856.947000', '165856.950000', '165856.952000', '165856.955000', '165856.957000', '165856.960000', '165856.962000', '165856.965000', '165856.968000', '165856.970000', '165856.973000', '165916.862000', '165916.865000', '165916.868000', '165916.871000', '165916.873000', '165916.876000', '165916.879000', '165916.881000', '165916.884000', '165916.887000', '165916.889000', '165916.892000', '165916.894000', '165916.897000', '165916.899000', '165916.902000', '165916.905000', '165916.908000', '165916.910000', '165916.913000', '165916.915000', '165916.918000', '165916.921000', '165916.923000', '165916.926000', '165916.929000', '165916.931000', '165916.934000', '165916.937000', '165916.939000', '165916.942000', '165916.951000', '165916.953000', '165916.956000', '165916.959000', '165916.961000', '165916.964000', '165916.966000', '165916.969000', '165916.972000', '165916.974000', '165916.978000', '165916.980000', '165916.983000', '165936.862000', '165936.877000', '165936.879000', '165936.882000', '165936.885000', '165936.887000', '165936.890000', '165936.893000', '165936.895000', '165936.898000', '165936.901000', '165936.903000', '165936.906000', '165936.908000', '165936.911000', '165936.914000', '165936.916000', '165936.919000', '165936.922000', '165936.924000', '165936.927000', '165936.929000', '165936.932000', '165936.935000', '165936.937000', '165936.940000', '165936.942000', '165936.945000', '165936.948000', '165936.950000', '165936.953000', '165936.956000', '165936.958000', '165936.961000', '165936.963000', '165936.966000', '165936.969000', '165936.971000', '165936.974000', '165936.977000', '165936.979000', '165936.982000', '165936.985000', '165956.862000', '165956.865000', '165956.868000', '165956.870000', '165956.873000', '165956.876000', '165956.878000', '165956.881000', '165956.884000', '165956.886000', '165956.889000', '165956.892000', '165956.895000', '165956.897000', '165956.901000', '165956.903000', '165956.906000', '165956.909000', '165956.911000', '165956.914000', '165956.917000', '165956.920000', '165956.922000', '165956.925000', '165956.928000', '165956.930000', '165956.933000', '165956.935000', '165956.938000', '165956.941000', '165956.943000', '165956.946000', '165956.949000', '165956.951000', '165956.954000', '165956.957000', '165956.959000', '165956.962000', '165956.965000', '165956.967000', '165956.970000', '165956.972000', '165956.975000', '170016.862000', '170016.865000', '170016.868000', '170016.871000', '170016.873000', '170016.876000', '170016.879000', '170016.881000', '170016.884000', '170016.886000', '170016.889000', '170016.892000', '170016.894000', '170016.897000', '170016.899000', '170016.902000', '170016.905000', '170016.907000', '170016.910000', '170016.912000', '170016.915000', '170016.918000', '170016.920000', '170016.923000', '170016.926000', '170016.928000', '170016.931000', '170016.933000', '170016.936000', '170016.939000', '170016.941000', '170016.944000', '170016.947000', '170016.949000', '170016.952000', '170016.954000', '170016.957000', '170016.960000', '170016.962000', '170016.965000', '170016.967000', '170016.970000', '170016.973000', '170016.975000', '170036.862000', '170036.865000', '170036.868000', '170036.871000', '170036.873000', '170036.876000', '170036.879000', '170036.881000', '170036.884000', '170036.886000', '170036.889000', '170036.892000', '170036.894000', '170036.897000', '170036.899000', '170036.902000', '170036.905000', '170036.907000', '170036.910000', '170036.913000', '170036.915000', '170036.918000', '170036.920000', '170036.923000', '170036.926000', '170036.928000', '170036.931000', '170036.934000', '170036.936000', '170036.939000', '170036.942000', '170036.945000', '170036.948000', '170036.950000', '170036.953000', '170036.956000', '170036.958000', '170036.961000', '170036.964000', '170036.966000', '170036.969000', '170036.971000', '170036.974000', '170056.863000', '170056.865000', '170056.869000', '170056.871000', '170056.874000', '170056.877000', '170056.879000', '170056.882000', '170056.885000', '170056.887000', '170056.890000', '170056.892000', '170056.897000', '170056.900000', '170056.902000', '170056.905000', '170056.908000', '170056.910000', '170056.913000', '170056.915000', '170056.918000', '170056.921000', '170056.923000', '170056.926000', '170056.929000', '170056.931000', '170056.934000', '170056.937000', '170056.939000', '170056.942000', '170056.945000', '170056.947000', '170056.950000', '170056.952000', '170056.955000', '170056.958000', '170056.960000', '170056.963000', '170056.965000', '170056.968000', '170056.971000', '170056.973000', '170056.976000', '170056.978000', '170116.862000', '170116.865000', '170116.868000', '170116.871000', '170116.873000', '170116.876000', '170116.878000', '170116.881000', '170116.884000', '170116.886000', '170116.889000', '170116.918000', '170116.921000', '170116.924000', '170116.926000', '170116.929000', '170116.932000', '170116.934000', '170116.937000', '170116.940000', '170116.943000', '170116.946000', '170116.949000', '170116.951000', '170116.954000', '170116.956000', '170116.959000', '170116.962000', '170116.964000', '170116.967000', '170116.970000', '170116.972000', '170116.975000', '170116.977000', '170116.980000', '170116.983000', '170116.985000', '170116.988000', '170116.991000', '170116.993000', '170116.996000', '170117.000000', '170117.002000', '170136.863000', '170136.866000', '170136.869000', '170136.871000', '170136.874000', '170136.877000', '170136.879000', '170136.882000', '170136.884000', '170136.887000', '170136.890000', '170136.893000', '170136.895000', '170136.898000', '170136.901000', '170136.903000', '170136.906000', '170136.909000', '170136.911000', '170136.914000', '170136.916000', '170136.919000', '170136.922000', '170136.924000', '170136.927000', '170136.930000', '170136.932000', '170136.935000', '170136.938000', '170136.940000', '170136.943000', '170136.945000', '170136.948000', '170136.951000', '170136.953000', '170136.956000', '170136.958000', '170136.961000', '170136.964000', '170136.966000', '170136.980000', '170136.982000', '170136.985000', '170136.988000', '170156.862000', '170156.865000', '170156.868000', '170156.871000', '170156.873000', '170156.876000', '170156.879000', '170156.881000', '170156.884000', '170156.886000', '170156.889000', '170156.892000', '170156.894000', '170156.897000', '170156.899000', '170156.902000', '170156.905000', '170156.908000', '170156.910000', '170156.913000', '170156.916000', '170156.918000', '170156.921000', '170156.924000', '170156.926000', '170156.929000', '170156.932000', '170156.934000', '170156.937000', '170156.940000', '170156.943000', '170156.945000', '170156.948000', '170156.950000', '170156.953000', '170156.955000', '170156.958000', '170156.961000', '170156.963000', '170156.966000', '170156.969000', '170156.971000', '170156.974000', '170216.862000', '170216.865000', '170216.868000', '170216.871000', '170216.874000', '170216.876000', '170216.879000', '170216.881000', '170216.884000', '170216.887000', '170216.889000', '170216.892000', '170216.895000', '170216.897000', '170216.900000', '170216.902000', '170216.905000', '170216.908000', '170216.910000', '170216.913000', '170216.916000', '170216.918000', '170216.921000', '170216.924000', '170216.926000', '170216.929000', '170216.931000', '170216.934000', '170216.937000', '170216.939000', '170216.942000', '170216.944000', '170216.947000', '170216.950000', '170216.952000', '170216.955000', '170216.958000', '170216.960000', '170216.963000', '170216.965000', '170216.968000', '170216.971000', '170216.973000', '170216.976000', '170236.863000', '170236.865000', '170236.868000', '170236.871000', '170236.874000', '170236.876000', '170236.879000', '170236.882000', '170236.884000', '170236.887000', '170236.890000', '170236.892000', '170236.895000', '170236.897000', '170236.900000', '170236.903000', '170236.905000', '170236.908000', '170236.911000', '170236.913000', '170236.916000', '170236.918000', '170236.921000', '170236.924000', '170236.926000', '170236.929000', '170236.932000', '170236.934000', '170236.937000', '170236.940000', '170236.942000', '170236.945000', '170236.947000', '170236.950000', '170236.953000', '170236.956000', '170236.965000', '170236.969000', '170236.972000', '170236.974000', '170236.977000', '170236.980000', '170236.983000', '170256.862000', '170256.865000', '170256.868000', '170256.871000', '170256.873000', '170256.876000', '170256.878000', '170256.881000', '170256.884000', '170256.886000', '170256.889000', '170256.892000', '170256.894000', '170256.897000', '170256.900000', '170256.902000', '170256.905000', '170256.908000', '170256.910000', '170256.913000', '170256.915000', '170256.918000', '170256.921000', '170256.923000', '170256.926000', '170256.929000', '170256.931000', '170256.934000', '170256.936000', '170256.939000', '170256.942000', '170256.944000', '170256.947000', '170256.950000', '170256.952000', '170256.955000', '170256.958000', '170256.960000', '170256.963000', '170256.966000', '170256.968000', '170256.971000', '170256.973000', '170256.976000', '170316.863000', '170316.866000', '170316.868000', '170316.871000', '170316.873000', '170316.876000', '170316.879000', '170316.881000', '170316.884000', '170316.887000', '170316.889000', '170316.892000', '170316.895000', '170316.897000', '170316.900000', '170316.903000', '170316.905000', '170316.908000', '170316.911000', '170316.913000', '170316.916000', '170316.918000', '170316.921000', '170316.924000', '170316.926000', '170316.929000', '170316.932000', '170316.934000', '170316.937000', '170316.940000', '170316.942000', '170316.945000', '170316.947000', '170316.950000', '170316.953000', '170316.955000', '170316.958000', '170316.961000', '170316.963000', '170316.966000', '170316.969000', '170316.971000', '170316.974000', '170336.863000', '170336.865000', '170336.868000', '170336.871000', '170336.873000', '170336.876000', '170336.879000', '170336.881000', '170336.884000', '170336.887000', '170336.889000', '170336.892000', '170336.895000', '170336.897000', '170336.900000', '170336.902000', '170336.905000', '170336.908000', '170336.910000', '170336.913000', '170336.916000', '170336.918000', '170336.921000', '170336.924000', '170336.926000', '170336.929000', '170336.931000', '170336.934000', '170336.937000', '170336.939000', '170336.942000', '170336.945000', '170336.947000', '170336.950000', '170336.953000', '170336.955000', '170336.958000', '170336.960000', '170336.963000', '170336.966000', '170336.968000', '170336.971000', '170336.974000', '170336.976000', '170356.862000', '170356.865000', '170356.868000', '170356.870000', '170356.873000', '170356.876000', '170356.879000', '170356.881000', '170356.884000', '170356.886000', '170356.889000', '170356.892000', '170356.894000', '170356.897000', '170356.900000', '170356.902000', '170356.905000', '170356.908000', '170356.910000', '170356.913000', '170356.915000', '170356.918000', '170356.921000', '170356.923000', '170356.926000', '170356.929000', '170356.931000', '170356.934000', '170356.937000', '170356.939000', '170356.942000', '170356.944000', '170356.947000', '170356.950000', '170356.953000', '170356.955000', '170356.958000', '170356.961000', '170356.963000', '170356.966000', '170356.968000', '170356.971000', '170356.974000', '170416.863000', '170416.866000', '170416.868000', '170416.871000', '170416.874000', '170416.876000', '170416.879000', '170416.882000', '170416.884000', '170416.887000', '170416.890000', '170416.892000', '170416.895000', '170416.898000', '170416.900000', '170416.903000', '170416.906000', '170416.908000', '170416.911000', '170416.914000', '170416.916000', '170416.919000', '170416.922000', '170416.924000', '170416.927000', '170416.930000', '170416.932000', '170416.935000', '170416.937000', '170416.940000', '170416.943000', '170416.945000', '170416.948000', '170416.951000', '170416.953000', '170416.956000', '170416.958000', '170416.961000', '170416.964000', '170416.966000', '170416.969000', '170416.972000', '170416.975000', '170416.977000', '170436.862000', '170436.865000', '170436.868000', '170436.871000', '170436.873000', '170436.876000', '170436.878000', '170436.881000', '170436.884000', '170436.886000', '170436.889000', '170436.892000', '170436.894000', '170436.897000', '170436.899000', '170436.902000', '170436.904000', '170436.907000', '170436.910000', '170436.912000', '170436.915000', '170436.918000', '170436.920000', '170436.923000', '170436.925000', '170436.928000', '170436.931000', '170436.933000', '170436.936000', '170436.939000', '170436.941000', '170436.944000', '170436.947000', '170436.949000', '170436.952000', '170436.955000', '170436.957000', '170436.960000', '170436.962000', '170436.965000', '170436.968000', '170436.970000', '170436.973000', '170456.862000', '170456.865000', '170456.868000', '170456.871000', '170456.874000', '170456.876000', '170456.879000', '170456.882000', '170456.884000', '170456.887000', '170456.889000', '170456.892000', '170456.895000', '170456.897000', '170456.900000', '170456.902000', '170456.905000', '170456.908000', '170456.911000', '170456.913000', '170456.916000', '170456.918000', '170456.921000', '170456.924000', '170456.926000', '170456.929000', '170456.931000', '170456.934000', '170456.937000', '170456.939000', '170456.942000', '170456.945000', '170456.947000', '170456.951000', '170456.954000', '170456.956000', '170456.959000', '170456.961000', '170456.964000', '170456.967000', '170456.969000', '170456.972000', '170456.974000', '170456.977000', '170500.440000', '170500.443000', '170500.446000', '170500.449000', '170500.452000', '170500.455000', '170500.459000', '170500.461000'], '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': [12139, 8335, 11529, 9117, 9393, 8291, 8056, 7727, 8057, 8007, 8042, 8311, 8103, 7937, 7980, 7732, 8433, 8099, 8290, 7779, 7947, 8144, 8018, 8421, 8190, 8146, 8294, 8004, 8116, 8015, 7922, 7677, 8150, 7674, 8045, 7506, 8530, 7532, 10219, 7351, 10205, 7432, 9500, 7566, 8201, 7585, 7605, 8360, 7619, 9585, 7446, 8235, 7470, 7603, 8254, 7779, 8767, 7635, 8927, 8152, 7613, 7967, 7630, 7494, 7363, 8174, 7259, 7881, 7719, 7708, 7391, 7635, 7739, 7304, 7675, 7762, 7568, 8024, 7904, 7471, 7670, 8120, 7655, 7677, 7553, 7892, 7808, 7779, 7887, 7834, 8264, 8000, 8068, 8642, 7989, 8214, 8076, 8307, 8166, 8314, 8324, 8800, 7971, 8186, 8169, 8037, 8132, 7833, 8397, 7758, 8061, 8521, 7973, 11087, 7983, 8313, 7631, 8084, 8035, 8132, 7634, 7904, 8212, 7949, 7840, 10032, 7970, 8472, 8431, 8109, 8171, 8129, 7758, 7883, 8097, 8938, 7961, 7919, 7907, 8309, 8583, 8006, 7734, 8009, 7668, 7894, 8040, 7785, 8254, 7879, 8180, 8286, 7605, 8055, 8277, 8159, 8134, 7916, 8184, 8509, 8046, 8298, 10235, 7928, 8121, 7653, 8098, 8133, 8022, 8803, 8062, 10053, 7810, 9163, 7480, 8144, 8167, 8002, 8393, 8000, 8250, 8119, 7722, 8391, 7783, 7939, 9222, 7846, 9099, 7595, 7846, 7958, 7892, 8598, 8205, 7919, 7567, 7791, 8100, 7744, 7853, 8132, 7794, 8296, 7541, 8008, 7594, 7767, 7795, 7740, 7789, 7810, 7713, 8373, 7681, 7821, 7536, 7810, 7905, 7646, 8170, 8039, 7769, 10079, 7821, 7823, 7826, 7751, 8009, 8199, 7687, 9097, 7608, 10204, 7576, 7902, 7960, 7644, 7644, 7515, 7739, 7480, 7901, 7819, 7542, 7680, 7361, 8117, 7401, 7601, 8046, 7415, 7523, 7195, 7857, 7680, 7525, 7965, 7495, 7478, 7597, 7431, 7369, 7368, 7605, 7379, 7541, 7375, 7544, 7639, 7694, 7691, 7888, 7568, 7573, 7696, 7669, 7830, 7458, 7805, 7529, 7746, 7583, 7377, 7814, 7486, 7464, 7962, 7316, 7521, 7536, 7495, 7820, 7924, 7441, 8024, 7634, 8164, 7503, 8159, 7640, 7714, 10228, 7377, 8157, 7813, 7799, 7859, 7644, 8086, 7840, 7877, 8803, 7311, 7637, 7617, 7221, 7584, 7356, 7727, 7806, 7819, 7838, 7663, 7661, 7484, 7612, 7613, 7529, 7966, 7807, 7689, 9271, 8089, 7723, 7823, 7746, 7548, 7419, 7928, 7937, 7851, 7730, 7559, 8038, 7711, 7817, 7916, 7829, 7793, 7924, 7937, 8301, 8120, 7729, 9439, 7276, 8075, 7348, 7840, 7253, 7765, 7198, 7598, 8012, 7572, 8530, 7463, 8014, 8082, 7768, 7858, 7553, 8083, 7550, 7641, 7434, 7172, 7835, 7251, 7497, 7735, 7547, 8413, 7521, 7852, 7890, 7752, 7851, 7488, 7809, 7593, 7398, 8036, 7905, 7629, 7633, 7422, 8420, 8114, 7538, 7896, 7147, 7860, 7358, 7666, 7975, 7691, 8949, 7612, 9207, 7468, 7820, 7704, 7721, 7596, 7810, 7824, 7592, 7334, 7998, 7262, 7598, 7826, 7530, 9393, 7471, 10398, 7617, 7555, 7527, 7391, 7738, 7386, 7740, 7148, 7497, 8491, 7439, 10347, 7364, 7836, 7275, 7764, 7902, 7780, 7790, 7373, 7920, 7403, 7867, 7456, 7460, 7668, 7748, 7565, 7955, 7492, 7882, 7565, 7545, 8294, 7647, 9037, 8168, 7507, 9882, 7335, 7962, 7581, 7938, 7634, 7574, 7903, 7985, 7649, 7971, 7407, 7882, 8023, 7642, 8077, 9287, 7064, 6294, 7321, 6839, 6323, 6921, 6359, 6895, 6643, 6948, 7602, 7372, 7499, 9049, 7531, 11574, 8943, 8925, 8047, 6775, 10338, 6846, 10706, 7933, 6360, 11156, 8693, 6852, 8097, 7267, 8771, 6744, 7151, 7138, 6830, 7773, 7317, 7605, 6987, 6904, 7183, 6726, 6807, 6399, 6938, 6386, 6717, 6238, 8424, 6617, 6721, 6555, 6918, 7386, 6609, 6492, 6665, 7014, 7585, 6641, 6460, 6652, 7156, 6922, 7026, 6990, 6263, 6679, 7390, 6972, 6816, 6517, 7670, 7207, 9148, 6662, 6462, 6718, 6485, 7627, 6980, 6451, 7347, 7073, 6510, 6807, 7218, 7668, 6637, 6447, 6661, 6400, 7983, 7019, 8230, 6569, 6438, 6737, 6383, 6784, 6709, 6565, 6758, 7066, 7157, 6721, 7113, 7095, 6695, 6550, 6905, 6479, 9653, 7493, 8549, 7615, 7146, 6782, 6702, 6594, 6724, 6372, 6726, 7249, 7075, 7547, 6558, 6540, 8946, 6786, 10158, 6834, 10375, 7013, 7699, 7269, 6531, 9967, 6553, 6431, 6397, 6718, 7288, 6704, 6415, 6972, 6349, 9416, 6920, 6638, 6699, 6966, 6910, 6589, 6438, 6594, 6855, 7881, 6684, 6546, 7015, 6603, 7291, 6526, 6650, 6734, 7074, 7120, 6786, 6664, 6648, 7018, 7396, 6665, 6756, 7600, 6697, 6574, 6560, 7130, 7550, 6596, 8147, 6837, 6797, 7910, 6360, 8322, 6685, 6503, 6839, 6455, 7153, 6900, 6710, 6756, 6398, 7444, 6481, 6646, 6908, 6492, 7874, 6669, 6573, 6678, 6487, 7763, 6664, 6833, 6808, 6663, 8437, 6701, 6627, 7211, 6549, 6880, 6786, 6692, 8070, 6596, 6837, 8505, 6853, 6839, 6714, 6593, 7506, 6611, 6859, 6750, 6663, 9637, 7059, 7289, 6666, 6719, 7582, 6797, 6665, 6794, 6660, 9358, 7047, 6628, 8006, 7095, 6622, 6594, 6419, 7024, 6979, 6750, 7032, 6951, 7100, 6574, 6471, 7259, 6808, 7263, 6767, 6651, 7498, 6485, 10710, 6551, 6580, 6466, 6942, 7192, 6635, 6602, 7124, 6545, 8471, 6564, 6560, 6753, 6501, 7097, 6608, 6766, 8027, 6725, 6930, 6720, 6504, 7300, 6800, 7850, 6633, 6595, 7895, 7012, 7099, 6652, 6561, 6834, 6960, 7697, 6668, 6626, 7122, 6906, 6906, 6566, 6923, 7022, 6840, 8873, 6570, 6519, 7747, 6534, 7048, 6756, 6825, 7853, 6545, 6992, 6794, 6653, 8291, 6752, 6965, 7074, 6913, 7496, 6636, 7187, 6989, 6991, 7516, 6571, 6754, 8503, 6392, 7107, 7054, 7136, 7051, 7159, 8081, 6792, 9308, 7427, 6971, 6725, 6702, 6926, 6840, 6932, 7167, 7121, 9216, 6886, 8961, 6587, 6962, 7418, 7075, 7330, 7025, 8435, 6818, 7058, 6976, 7084, 7003, 6973, 6829, 7285, 7152, 6940, 6782, 7110, 6905, 6848, 6793, 7219, 7046, 7023, 6884, 7160, 7116, 6890, 7327], 'WindowCenter': [3912.0, 3855.0, 3872.0, 3838.0, 3835.0, 3823.0, 3811.0, 3811.0, 3821.0, 3822.0, 3823.0, 3822.0, 3822.0, 3822.0, 3811.0, 3812.0, 3821.0, 3822.0, 3822.0, 3812.0, 3823.0, 3823.0, 3824.0, 3835.0, 3824.0, 3823.0, 3836.0, 3825.0, 3825.0, 3824.0, 3824.0, 3824.0, 3824.0, 3825.0, 3824.0, 3814.0, 3823.0, 3824.0, 3843.0, 3813.0, 3832.0, 3811.0, 3831.0, 3810.0, 3809.0, 3809.0, 3809.0, 3809.0, 3798.0, 3819.0, 3799.0, 3808.0, 3796.0, 3796.0, 3807.0, 3796.0, 3807.0, 3797.0, 3806.0, 3796.0, 3797.0, 3797.0, 3808.0, 3797.0, 3798.0, 3808.0, 3799.0, 3809.0, 3798.0, 3809.0, 3799.0, 3809.0, 3810.0, 3811.0, 3811.0, 3811.0, 3823.0, 3824.0, 3825.0, 3814.0, 3826.0, 3825.0, 3825.0, 3824.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3826.0, 3836.0, 3837.0, 3836.0, 3836.0, 3836.0, 3836.0, 3825.0, 3836.0, 3836.0, 3837.0, 3837.0, 3848.0, 3837.0, 3837.0, 3836.0, 3836.0, 3836.0, 3826.0, 3836.0, 3826.0, 3825.0, 3836.0, 3825.0, 3855.0, 3824.0, 3824.0, 3824.0, 3824.0, 3824.0, 3826.0, 3825.0, 3826.0, 3835.0, 3825.0, 3825.0, 3845.0, 3824.0, 3823.0, 3823.0, 3823.0, 3824.0, 3825.0, 3825.0, 3826.0, 3825.0, 3834.0, 3824.0, 3823.0, 3824.0, 3824.0, 3834.0, 3823.0, 3825.0, 3825.0, 3824.0, 3825.0, 3837.0, 3838.0, 3837.0, 3837.0, 3837.0, 3836.0, 3827.0, 3837.0, 3835.0, 3825.0, 3825.0, 3825.0, 3836.0, 3836.0, 3826.0, 3825.0, 3846.0, 3824.0, 3825.0, 3825.0, 3825.0, 3824.0, 3826.0, 3835.0, 3824.0, 3845.0, 3824.0, 3833.0, 3813.0, 3823.0, 3822.0, 3822.0, 3822.0, 3822.0, 3823.0, 3823.0, 3824.0, 3824.0, 3824.0, 3823.0, 3834.0, 3823.0, 3822.0, 3812.0, 3822.0, 3823.0, 3823.0, 3823.0, 3823.0, 3823.0, 3823.0, 3824.0, 3824.0, 3825.0, 3825.0, 3824.0, 3825.0, 3835.0, 3825.0, 3824.0, 3824.0, 3823.0, 3823.0, 3824.0, 3824.0, 3825.0, 3825.0, 3825.0, 3825.0, 3824.0, 3824.0, 3824.0, 3824.0, 3825.0, 3825.0, 3825.0, 3814.0, 3834.0, 3813.0, 3824.0, 3823.0, 3824.0, 3824.0, 3824.0, 3825.0, 3835.0, 3824.0, 3845.0, 3813.0, 3822.0, 3822.0, 3812.0, 3812.0, 3813.0, 3813.0, 3814.0, 3823.0, 3813.0, 3812.0, 3812.0, 3813.0, 3822.0, 3813.0, 3812.0, 3822.0, 3812.0, 3811.0, 3802.0, 3822.0, 3823.0, 3823.0, 3823.0, 3814.0, 3813.0, 3823.0, 3814.0, 3813.0, 3825.0, 3824.0, 3814.0, 3824.0, 3813.0, 3825.0, 3824.0, 3825.0, 3824.0, 3824.0, 3825.0, 3825.0, 3825.0, 3824.0, 3824.0, 3814.0, 3824.0, 3824.0, 3825.0, 3825.0, 3826.0, 3826.0, 3826.0, 3826.0, 3825.0, 3825.0, 3825.0, 3826.0, 3826.0, 3827.0, 3837.0, 3828.0, 3837.0, 3827.0, 3836.0, 3815.0, 3824.0, 3813.0, 3813.0, 3844.0, 3813.0, 3823.0, 3812.0, 3823.0, 3824.0, 3825.0, 3824.0, 3825.0, 3826.0, 3836.0, 3815.0, 3814.0, 3813.0, 3814.0, 3824.0, 3814.0, 3825.0, 3825.0, 3826.0, 3825.0, 3826.0, 3825.0, 3815.0, 3825.0, 3824.0, 3825.0, 3825.0, 3825.0, 3825.0, 3835.0, 3825.0, 3824.0, 3825.0, 3825.0, 3824.0, 3825.0, 3825.0, 3825.0, 3824.0, 3825.0, 3826.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3826.0, 3837.0, 3837.0, 3826.0, 3825.0, 3836.0, 3814.0, 3824.0, 3814.0, 3823.0, 3813.0, 3813.0, 3813.0, 3813.0, 3823.0, 3812.0, 3822.0, 3812.0, 3822.0, 3823.0, 3823.0, 3824.0, 3824.0, 3824.0, 3824.0, 3813.0, 3812.0, 3813.0, 3813.0, 3813.0, 3812.0, 3813.0, 3812.0, 3823.0, 3813.0, 3822.0, 3823.0, 3823.0, 3825.0, 3826.0, 3825.0, 3826.0, 3825.0, 3825.0, 3825.0, 3825.0, 3826.0, 3827.0, 3836.0, 3826.0, 3825.0, 3824.0, 3814.0, 3824.0, 3814.0, 3813.0, 3824.0, 3813.0, 3834.0, 3813.0, 3833.0, 3813.0, 3813.0, 3824.0, 3824.0, 3813.0, 3824.0, 3824.0, 3824.0, 3825.0, 3824.0, 3825.0, 3824.0, 3824.0, 3813.0, 3834.0, 3813.0, 3833.0, 3812.0, 3811.0, 3811.0, 3812.0, 3812.0, 3814.0, 3824.0, 3814.0, 3813.0, 3835.0, 3813.0, 3844.0, 3812.0, 3812.0, 3812.0, 3812.0, 3823.0, 3824.0, 3824.0, 3814.0, 3824.0, 3813.0, 3824.0, 3824.0, 3826.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3826.0, 3835.0, 3826.0, 3836.0, 3825.0, 3813.0, 3844.0, 3813.0, 3823.0, 3813.0, 3824.0, 3824.0, 3825.0, 3824.0, 3824.0, 3824.0, 3824.0, 3825.0, 3836.0, 3824.0, 3824.0, 3826.0, 3848.0, 3828.0, 3805.0, 3814.0, 3802.0, 3790.0, 3802.0, 3802.0, 3801.0, 3802.0, 3801.0, 3813.0, 3812.0, 3813.0, 3833.0, 3812.0, 3842.0, 3821.0, 3820.0, 3809.0, 3788.0, 3819.0, 3788.0, 3818.0, 3797.0, 3777.0, 3828.0, 3806.0, 3774.0, 3784.0, 3784.0, 3793.0, 3774.0, 3772.0, 3773.0, 3772.0, 3783.0, 3783.0, 3783.0, 3784.0, 3784.0, 3784.0, 3774.0, 3785.0, 3775.0, 3798.0, 3788.0, 3788.0, 3778.0, 3809.0, 3789.0, 3788.0, 3788.0, 3799.0, 3798.0, 3789.0, 3789.0, 3789.0, 3800.0, 3810.0, 3800.0, 3801.0, 3801.0, 3812.0, 3813.0, 3812.0, 3802.0, 3801.0, 3802.0, 3813.0, 3812.0, 3803.0, 3803.0, 3813.0, 3813.0, 3833.0, 3803.0, 3791.0, 3802.0, 3791.0, 3812.0, 3813.0, 3803.0, 3813.0, 3813.0, 3803.0, 3803.0, 3814.0, 3824.0, 3815.0, 3804.0, 3815.0, 3804.0, 3825.0, 3814.0, 3824.0, 3814.0, 3804.0, 3804.0, 3804.0, 3803.0, 3815.0, 3815.0, 3816.0, 3816.0, 3816.0, 3815.0, 3815.0, 3815.0, 3815.0, 3804.0, 3815.0, 3804.0, 3847.0, 3815.0, 3824.0, 3814.0, 3814.0, 3803.0, 3804.0, 3815.0, 3816.0, 3817.0, 3818.0, 3828.0, 3827.0, 3827.0, 3805.0, 3804.0, 3835.0, 3804.0, 3845.0, 3804.0, 3834.0, 3814.0, 3812.0, 3814.0, 3803.0, 3833.0, 3802.0, 3802.0, 3791.0, 3802.0, 3813.0, 3804.0, 3803.0, 3813.0, 3804.0, 3834.0, 3814.0, 3802.0, 3802.0, 3813.0, 3813.0, 3803.0, 3803.0, 3803.0, 3804.0, 3825.0, 3816.0, 3804.0, 3814.0, 3803.0, 3813.0, 3803.0, 3814.0, 3804.0, 3815.0, 3814.0, 3815.0, 3815.0, 3815.0, 3815.0, 3826.0, 3817.0, 3816.0, 3826.0, 3815.0, 3815.0, 3816.0, 3827.0, 3826.0, 3817.0, 3826.0, 3817.0, 3816.0, 3825.0, 3804.0, 3824.0, 3803.0, 3803.0, 3804.0, 3804.0, 3815.0, 3816.0, 3815.0, 3815.0, 3804.0, 3815.0, 3805.0, 3815.0, 3815.0, 3804.0, 3824.0, 3815.0, 3815.0, 3815.0, 3804.0, 3825.0, 3815.0, 3815.0, 3815.0, 3816.0, 3837.0, 3815.0, 3815.0, 3825.0, 3805.0, 3815.0, 3815.0, 3815.0, 3826.0, 3816.0, 3816.0, 3836.0, 3815.0, 3804.0, 3815.0, 3815.0, 3825.0, 3816.0, 3816.0, 3816.0, 3816.0, 3848.0, 3815.0, 3815.0, 3804.0, 3804.0, 3824.0, 3815.0, 3815.0, 3815.0, 3815.0, 3847.0, 3815.0, 3804.0, 3824.0, 3814.0, 3803.0, 3803.0, 3803.0, 3814.0, 3815.0, 3815.0, 3815.0, 3815.0, 3815.0, 3814.0, 3804.0, 3814.0, 3815.0, 3814.0, 3815.0, 3804.0, 3814.0, 3803.0, 3844.0, 3802.0, 3802.0, 3802.0, 3813.0, 3813.0, 3814.0, 3803.0, 3814.0, 3803.0, 3824.0, 3803.0, 3803.0, 3803.0, 3804.0, 3814.0, 3815.0, 3814.0, 3825.0, 3804.0, 3813.0, 3803.0, 3804.0, 3814.0, 3815.0, 3825.0, 3815.0, 3804.0, 3825.0, 3814.0, 3813.0, 3803.0, 3803.0, 3814.0, 3814.0, 3825.0, 3815.0, 3815.0, 3814.0, 3814.0, 3814.0, 3814.0, 3814.0, 3815.0, 3804.0, 3834.0, 3804.0, 3803.0, 3814.0, 3803.0, 3813.0, 3803.0, 3815.0, 3825.0, 3804.0, 3814.0, 3803.0, 3803.0, 3823.0, 3803.0, 3813.0, 3814.0, 3813.0, 3813.0, 3803.0, 3813.0, 3814.0, 3814.0, 3826.0, 3815.0, 3816.0, 3835.0, 3804.0, 3815.0, 3815.0, 3815.0, 3815.0, 3815.0, 3825.0, 3816.0, 3836.0, 3814.0, 3814.0, 3803.0, 3803.0, 3802.0, 3803.0, 3813.0, 3814.0, 3814.0, 3835.0, 3814.0, 3834.0, 3803.0, 3802.0, 3812.0, 3802.0, 3812.0, 3813.0, 3822.0, 3802.0, 3801.0, 3801.0, 3812.0, 3813.0, 3814.0, 3814.0, 3814.0, 3814.0, 3814.0, 3814.0, 3814.0, 3815.0, 3814.0, 3815.0, 3814.0, 3814.0, 3814.0, 3814.0, 3814.0, 3814.0, 3815.0, 3825.0], 'WindowWidth': [8740.0, 8648.0, 8663.0, 8610.0, 8598.0, 8580.0, 8560.0, 8561.0, 8574.0, 8575.0, 8579.0, 8577.0, 8577.0, 8576.0, 8560.0, 8562.0, 8573.0, 8576.0, 8576.0, 8563.0, 8580.0, 8579.0, 8582.0, 8598.0, 8581.0, 8580.0, 8601.0, 8586.0, 8584.0, 8581.0, 8582.0, 8583.0, 8583.0, 8585.0, 8582.0, 8569.0, 8580.0, 8581.0, 8606.0, 8565.0, 8588.0, 8560.0, 8583.0, 8556.0, 8552.0, 8553.0, 8551.0, 8551.0, 8536.0, 8564.0, 8538.0, 8548.0, 8531.0, 8530.0, 8545.0, 8529.0, 8545.0, 8532.0, 8543.0, 8530.0, 8532.0, 8532.0, 8551.0, 8535.0, 8538.0, 8551.0, 8539.0, 8552.0, 8537.0, 8554.0, 8539.0, 8554.0, 8557.0, 8559.0, 8561.0, 8561.0, 8581.0, 8583.0, 8586.0, 8570.0, 8589.0, 8587.0, 8584.0, 8583.0, 8585.0, 8584.0, 8585.0, 8586.0, 8587.0, 8590.0, 8603.0, 8605.0, 8603.0, 8602.0, 8602.0, 8601.0, 8586.0, 8603.0, 8603.0, 8607.0, 8605.0, 8620.0, 8605.0, 8604.0, 8601.0, 8602.0, 8601.0, 8589.0, 8600.0, 8588.0, 8584.0, 8600.0, 8586.0, 8625.0, 8581.0, 8581.0, 8581.0, 8582.0, 8582.0, 8588.0, 8585.0, 8588.0, 8598.0, 8585.0, 8584.0, 8610.0, 8581.0, 8579.0, 8579.0, 8581.0, 8582.0, 8586.0, 8587.0, 8589.0, 8584.0, 8595.0, 8582.0, 8580.0, 8582.0, 8581.0, 8595.0, 8579.0, 8584.0, 8586.0, 8584.0, 8585.0, 8605.0, 8611.0, 8606.0, 8604.0, 8606.0, 8602.0, 8592.0, 8604.0, 8600.0, 8587.0, 8586.0, 8587.0, 8602.0, 8603.0, 8588.0, 8584.0, 8613.0, 8583.0, 8585.0, 8585.0, 8586.0, 8583.0, 8588.0, 8598.0, 8584.0, 8609.0, 8582.0, 8592.0, 8565.0, 8578.0, 8577.0, 8575.0, 8575.0, 8576.0, 8579.0, 8579.0, 8584.0, 8581.0, 8581.0, 8580.0, 8593.0, 8578.0, 8575.0, 8561.0, 8575.0, 8580.0, 8581.0, 8580.0, 8580.0, 8579.0, 8579.0, 8583.0, 8582.0, 8584.0, 8585.0, 8583.0, 8584.0, 8597.0, 8585.0, 8581.0, 8580.0, 8580.0, 8579.0, 8582.0, 8583.0, 8587.0, 8586.0, 8585.0, 8585.0, 8583.0, 8583.0, 8583.0, 8582.0, 8587.0, 8584.0, 8585.0, 8567.0, 8594.0, 8566.0, 8581.0, 8580.0, 8581.0, 8581.0, 8583.0, 8583.0, 8597.0, 8582.0, 8610.0, 8566.0, 8577.0, 8576.0, 8563.0, 8564.0, 8565.0, 8565.0, 8569.0, 8579.0, 8565.0, 8564.0, 8562.0, 8564.0, 8577.0, 8565.0, 8562.0, 8576.0, 8562.0, 8560.0, 8549.0, 8577.0, 8578.0, 8580.0, 8578.0, 8569.0, 8566.0, 8579.0, 8568.0, 8567.0, 8585.0, 8584.0, 8569.0, 8583.0, 8568.0, 8585.0, 8583.0, 8584.0, 8583.0, 8582.0, 8584.0, 8586.0, 8585.0, 8584.0, 8583.0, 8570.0, 8583.0, 8584.0, 8585.0, 8587.0, 8591.0, 8588.0, 8588.0, 8587.0, 8586.0, 8585.0, 8586.0, 8591.0, 8590.0, 8591.0, 8606.0, 8594.0, 8605.0, 8592.0, 8600.0, 8571.0, 8581.0, 8566.0, 8564.0, 8607.0, 8564.0, 8577.0, 8564.0, 8581.0, 8580.0, 8585.0, 8583.0, 8586.0, 8588.0, 8602.0, 8571.0, 8567.0, 8566.0, 8568.0, 8582.0, 8571.0, 8586.0, 8584.0, 8588.0, 8586.0, 8587.0, 8584.0, 8571.0, 8584.0, 8582.0, 8584.0, 8586.0, 8586.0, 8585.0, 8599.0, 8584.0, 8583.0, 8584.0, 8587.0, 8583.0, 8586.0, 8584.0, 8584.0, 8583.0, 8585.0, 8587.0, 8584.0, 8584.0, 8585.0, 8584.0, 8586.0, 8586.0, 8588.0, 8604.0, 8605.0, 8589.0, 8585.0, 8599.0, 8569.0, 8580.0, 8567.0, 8579.0, 8567.0, 8565.0, 8566.0, 8564.0, 8580.0, 8562.0, 8577.0, 8563.0, 8576.0, 8577.0, 8579.0, 8581.0, 8582.0, 8581.0, 8581.0, 8566.0, 8564.0, 8566.0, 8564.0, 8565.0, 8563.0, 8565.0, 8563.0, 8578.0, 8564.0, 8576.0, 8578.0, 8579.0, 8585.0, 8588.0, 8586.0, 8589.0, 8587.0, 8586.0, 8586.0, 8587.0, 8589.0, 8591.0, 8602.0, 8587.0, 8584.0, 8582.0, 8570.0, 8581.0, 8568.0, 8564.0, 8580.0, 8564.0, 8594.0, 8566.0, 8592.0, 8566.0, 8566.0, 8582.0, 8582.0, 8566.0, 8581.0, 8582.0, 8582.0, 8585.0, 8583.0, 8585.0, 8582.0, 8582.0, 8565.0, 8594.0, 8566.0, 8589.0, 8562.0, 8560.0, 8560.0, 8563.0, 8564.0, 8569.0, 8582.0, 8571.0, 8568.0, 8598.0, 8566.0, 8607.0, 8563.0, 8561.0, 8561.0, 8562.0, 8578.0, 8582.0, 8581.0, 8569.0, 8581.0, 8567.0, 8583.0, 8584.0, 8589.0, 8586.0, 8586.0, 8586.0, 8585.0, 8585.0, 8586.0, 8585.0, 8588.0, 8599.0, 8590.0, 8601.0, 8584.0, 8566.0, 8608.0, 8565.0, 8578.0, 8565.0, 8581.0, 8581.0, 8585.0, 8583.0, 8583.0, 8581.0, 8582.0, 8587.0, 8603.0, 8581.0, 8580.0, 8589.0, 8622.0, 8596.0, 8559.0, 8566.0, 8547.0, 8529.0, 8550.0, 8549.0, 8547.0, 8548.0, 8546.0, 8564.0, 8562.0, 8565.0, 8590.0, 8561.0, 8600.0, 8571.0, 8567.0, 8551.0, 8521.0, 8563.0, 8524.0, 8561.0, 8533.0, 8505.0, 8573.0, 8543.0, 8497.0, 8509.0, 8508.0, 8519.0, 8494.0, 8491.0, 8492.0, 8490.0, 8504.0, 8505.0, 8505.0, 8508.0, 8508.0, 8509.0, 8497.0, 8512.0, 8502.0, 8536.0, 8522.0, 8525.0, 8511.0, 8551.0, 8525.0, 8523.0, 8522.0, 8538.0, 8536.0, 8526.0, 8525.0, 8527.0, 8541.0, 8554.0, 8543.0, 8547.0, 8545.0, 8562.0, 8566.0, 8563.0, 8548.0, 8547.0, 8548.0, 8564.0, 8563.0, 8553.0, 8552.0, 8566.0, 8566.0, 8591.0, 8551.0, 8534.0, 8548.0, 8533.0, 8562.0, 8566.0, 8551.0, 8565.0, 8566.0, 8552.0, 8552.0, 8570.0, 8583.0, 8573.0, 8557.0, 8572.0, 8556.0, 8583.0, 8570.0, 8582.0, 8570.0, 8555.0, 8554.0, 8554.0, 8554.0, 8571.0, 8572.0, 8575.0, 8576.0, 8574.0, 8573.0, 8573.0, 8571.0, 8573.0, 8556.0, 8573.0, 8557.0, 8615.0, 8571.0, 8581.0, 8567.0, 8566.0, 8553.0, 8557.0, 8572.0, 8576.0, 8579.0, 8581.0, 8596.0, 8593.0, 8590.0, 8560.0, 8557.0, 8598.0, 8555.0, 8610.0, 8554.0, 8593.0, 8567.0, 8562.0, 8567.0, 8552.0, 8591.0, 8548.0, 8548.0, 8533.0, 8551.0, 8564.0, 8554.0, 8551.0, 8566.0, 8555.0, 8594.0, 8568.0, 8550.0, 8550.0, 8564.0, 8564.0, 8553.0, 8552.0, 8554.0, 8554.0, 8584.0, 8575.0, 8556.0, 8567.0, 8552.0, 8565.0, 8553.0, 8568.0, 8555.0, 8572.0, 8570.0, 8573.0, 8571.0, 8573.0, 8572.0, 8588.0, 8579.0, 8575.0, 8586.0, 8574.0, 8573.0, 8575.0, 8591.0, 8589.0, 8578.0, 8589.0, 8578.0, 8574.0, 8584.0, 8554.0, 8580.0, 8553.0, 8552.0, 8554.0, 8556.0, 8572.0, 8574.0, 8571.0, 8571.0, 8557.0, 8571.0, 8559.0, 8571.0, 8571.0, 8555.0, 8582.0, 8571.0, 8571.0, 8571.0, 8557.0, 8584.0, 8572.0, 8571.0, 8572.0, 8576.0, 8604.0, 8573.0, 8572.0, 8585.0, 8559.0, 8572.0, 8573.0, 8573.0, 8587.0, 8576.0, 8574.0, 8601.0, 8572.0, 8556.0, 8571.0, 8573.0, 8586.0, 8576.0, 8575.0, 8575.0, 8575.0, 8619.0, 8573.0, 8570.0, 8555.0, 8555.0, 8583.0, 8572.0, 8571.0, 8572.0, 8571.0, 8616.0, 8574.0, 8555.0, 8582.0, 8567.0, 8552.0, 8552.0, 8553.0, 8570.0, 8573.0, 8571.0, 8571.0, 8571.0, 8571.0, 8570.0, 8556.0, 8570.0, 8572.0, 8570.0, 8572.0, 8554.0, 8568.0, 8554.0, 8607.0, 8551.0, 8549.0, 8549.0, 8566.0, 8565.0, 8569.0, 8554.0, 8570.0, 8554.0, 8581.0, 8553.0, 8553.0, 8554.0, 8558.0, 8570.0, 8571.0, 8569.0, 8583.0, 8555.0, 8567.0, 8554.0, 8555.0, 8570.0, 8572.0, 8586.0, 8573.0, 8555.0, 8583.0, 8568.0, 8566.0, 8554.0, 8553.0, 8568.0, 8570.0, 8585.0, 8573.0, 8571.0, 8570.0, 8570.0, 8568.0, 8570.0, 8568.0, 8574.0, 8556.0, 8595.0, 8555.0, 8553.0, 8567.0, 8553.0, 8566.0, 8554.0, 8571.0, 8586.0, 8557.0, 8568.0, 8553.0, 8552.0, 8578.0, 8553.0, 8567.0, 8567.0, 8566.0, 8565.0, 8554.0, 8567.0, 8568.0, 8570.0, 8587.0, 8573.0, 8575.0, 8598.0, 8557.0, 8573.0, 8573.0, 8572.0, 8572.0, 8572.0, 8586.0, 8575.0, 8601.0, 8570.0, 8567.0, 8551.0, 8553.0, 8551.0, 8554.0, 8567.0, 8568.0, 8568.0, 8597.0, 8568.0, 8593.0, 8551.0, 8548.0, 8563.0, 8549.0, 8563.0, 8564.0, 8576.0, 8551.0, 8547.0, 8547.0, 8562.0, 8565.0, 8570.0, 8570.0, 8570.0, 8567.0, 8568.0, 8570.0, 8569.0, 8572.0, 8570.0, 8574.0, 8570.0, 8569.0, 8569.0, 8568.0, 8569.0, 8569.0, 8573.0, 8585.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.0004678711162255467</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017226981127733024</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.352458096946968</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1359499743548382</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9860296488709668</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.444</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7622.8491</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.04846187374162345</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8055235903337169</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5166272893187585</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.439250214571016</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7988798423604138</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3117518110248456</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0130942</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015478425659239292</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01918330043554306</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6238532101551093</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>31.3666</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.8875</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.9893</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308276.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>654.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.2207</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8005</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>480.1003</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3050.2271</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3297.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68268.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>800.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4015.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.7984</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.21070798370056</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> |