=== 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-0073 --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-0073",
"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-0073_ses-04_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-0073_ses-04_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-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_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-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_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-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0073_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0073/figures/sub-0073_ses-04_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-0073/figures/sub-0073_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-04_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-0073/ses-04/func/sub-0073_ses-04_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>d0519ebba0c8440bbd99f846c6bb388a</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>18:26:16.410000</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.999578, -0.0283509, 0.00626794, 0.0260003, 0.970075, 0.24141]</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.115584</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>[4154, -7793, -7246, 662, -60, -322, 103, 114]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>248.759</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>bd763ccd-77e5-486c-86b1-90781e1def5b||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.681795835494995, 0.06975691765546799, 0.034896306693553925, 108.0682373046875], [0.076063372194767, 2.60263991355896, 0.6510920524597168, -110.31459045410156], [0.01681642234325409, -0.6476852893829346, 2.6200881004333496, -28.346847534179688], [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': ['182616.410000', '182616.870000', '182617.330000', '182617.790000', '182618.250000', '182618.710000', '182619.170000', '182619.630000', '182620.090000', '182620.550000', '182621.010000', '182621.470000', '182621.930000', '182622.390000', '182622.850000', '182623.310000', '182623.770000', '182624.230000', '182624.690000', '182625.150000', '182625.610000', '182626.070000', '182626.530000', '182626.990000', '182627.450000', '182627.910000', '182628.370000', '182628.830000', '182629.290000', '182629.750000', '182630.210000', '182630.670000', '182631.130000', '182631.590000', '182632.050000', '182632.510000', '182632.970000', '182633.430000', '182633.890000', '182634.350000', '182634.810000', '182635.270000', '182635.730000', '182636.190000', '182636.650000', '182637.110000', '182637.570000', '182638.030000', '182638.490000', '182638.950000', '182639.410000', '182639.870000', '182640.330000', '182640.790000', '182641.250000', '182641.710000', '182642.170000', '182642.630000', '182643.090000', '182643.550000', '182644.010000', '182644.470000', '182644.930000', '182645.390000', '182645.850000', '182646.310000', '182646.770000', '182647.230000', '182647.690000', '182648.150000', '182648.610000', '182649.070000', '182649.530000', '182649.990000', '182650.450000', '182650.910000', '182651.370000', '182651.830000', '182652.290000', '182652.750000', '182653.210000', '182653.670000', '182654.130000', '182654.590000', '182655.050000', '182655.510000', '182655.970000', '182656.430000', '182656.890000', '182657.350000', '182657.810000', '182658.270000', '182658.730000', '182659.190000', '182659.650000', '182700.110000', '182700.570000', '182701.030000', '182701.490000', '182701.950000', '182702.410000', '182702.870000', '182703.330000', '182703.790000', '182704.250000', '182704.710000', '182705.170000', '182705.630000', '182706.090000', '182706.550000', '182707.010000', '182707.470000', '182707.930000', '182708.390000', '182708.850000', '182709.310000', '182709.770000', '182710.230000', '182710.690000', '182711.150000', '182711.610000', '182712.070000', '182712.530000', '182712.990000', '182713.450000', '182713.910000', '182714.370000', '182714.830000', '182715.290000', '182715.750000', '182716.210000', '182716.670000', '182717.130000', '182717.590000', '182718.050000', '182718.510000', '182718.970000', '182719.430000', '182719.890000', '182720.350000', '182720.810000', '182721.270000', '182721.730000', '182722.190000', '182722.650000', '182723.110000', '182723.570000', '182724.030000', '182724.490000', '182724.950000', '182725.410000', '182725.870000', '182726.330000', '182726.790000', '182727.250000', '182727.710000', '182728.170000', '182728.630000', '182729.090000', '182729.550000', '182730.010000', '182730.470000', '182730.930000', '182731.390000', '182731.850000', '182732.310000', '182732.770000', '182733.230000', '182733.690000', '182734.150000', '182734.610000', '182735.070000', '182735.530000', '182735.990000', '182736.450000', '182736.910000', '182737.370000', '182737.830000', '182738.290000', '182738.750000', '182739.210000', '182739.670000', '182740.130000', '182740.590000', '182741.050000', '182741.510000', '182741.970000', '182742.430000', '182742.890000', '182743.350000', '182743.810000', '182744.270000', '182744.730000', '182745.190000', '182745.650000', '182746.110000', '182746.570000', '182747.030000', '182747.490000', '182747.950000', '182748.410000', '182748.870000', '182749.330000', '182749.790000', '182750.250000', '182750.710000', '182751.170000', '182751.630000', '182752.090000', '182752.550000', '182753.010000', '182753.470000', '182753.930000', '182754.390000', '182754.850000', '182755.310000', '182755.770000', '182756.230000', '182756.690000', '182757.150000', '182757.610000', '182758.070000', '182758.530000', '182758.990000', '182759.450000', '182759.910000', '182800.370000', '182800.830000', '182801.290000', '182801.750000', '182802.210000', '182802.670000', '182803.130000', '182803.590000', '182804.050000', '182804.510000', '182804.970000', '182805.430000', '182805.890000', '182806.350000', '182806.810000', '182807.270000', '182807.730000', '182808.190000', '182808.650000', '182809.110000', '182809.570000', '182810.030000', '182810.490000', '182810.950000', '182811.410000', '182811.870000', '182812.330000', '182812.790000', '182813.250000', '182813.710000', '182814.170000', '182814.630000', '182815.090000', '182815.550000', '182816.010000', '182816.470000', '182816.930000', '182817.390000', '182817.850000', '182818.310000', '182818.770000', '182819.230000', '182819.690000', '182820.150000', '182820.610000', '182821.070000', '182821.530000', '182821.990000', '182822.450000', '182822.910000', '182823.370000', '182823.830000', '182824.290000', '182824.750000', '182825.210000', '182825.670000', '182826.130000', '182826.590000', '182827.050000', '182827.510000', '182827.970000', '182828.430000', '182828.890000', '182829.350000', '182829.810000', '182830.270000', '182830.730000', '182831.190000', '182831.650000', '182832.110000', '182832.570000', '182833.030000', '182833.490000', '182833.950000', '182834.410000', '182834.870000', '182835.330000', '182835.790000', '182836.250000', '182836.710000', '182837.170000', '182837.630000', '182838.090000', '182838.550000', '182839.010000', '182839.470000', '182839.930000', '182840.390000', '182840.850000', '182841.310000', '182841.770000', '182842.230000', '182842.690000', '182843.150000', '182843.610000', '182844.070000', '182844.530000', '182844.990000', '182845.450000', '182845.910000', '182846.370000', '182846.830000', '182847.290000', '182847.750000', '182848.210000', '182848.670000', '182849.130000', '182849.590000', '182850.050000', '182850.510000', '182850.970000', '182851.430000', '182851.890000', '182852.350000', '182852.810000', '182853.270000', '182853.730000', '182854.190000', '182854.650000', '182855.110000', '182855.570000', '182856.030000', '182856.490000', '182856.950000', '182857.410000', '182857.870000', '182858.330000', '182858.790000', '182859.250000', '182859.710000', '182900.170000', '182900.630000', '182901.090000', '182901.550000', '182902.010000', '182902.470000', '182902.930000', '182903.390000', '182903.850000', '182904.310000', '182904.770000', '182905.230000', '182905.690000', '182906.150000', '182906.610000', '182907.070000', '182907.530000', '182907.990000', '182908.450000', '182908.910000', '182909.370000', '182909.830000', '182910.290000', '182910.750000', '182911.210000', '182911.670000', '182912.130000', '182912.590000', '182913.050000', '182913.510000', '182913.970000', '182914.430000', '182914.890000', '182915.350000', '182915.810000', '182916.270000', '182916.730000', '182917.190000', '182917.650000', '182918.110000', '182918.570000', '182919.030000', '182919.490000', '182919.950000', '182920.410000', '182920.870000', '182921.330000', '182921.790000', '182922.250000', '182922.710000', '182923.170000', '182923.630000', '182924.090000', '182924.550000', '182925.010000', '182925.470000', '182925.930000', '182926.390000', '182926.850000', '182927.310000', '182927.770000', '182928.230000', '182928.690000', '182929.150000', '182929.610000', '182930.070000', '182930.530000', '182930.990000', '182931.450000', '182931.910000', '182932.370000', '182932.830000', '182933.290000', '182933.750000', '182934.210000', '182934.670000', '182935.130000', '182935.590000', '182936.050000', '182936.510000', '182936.970000', '182937.430000', '182937.890000', '182938.350000', '182938.810000', '182939.270000', '182939.730000', '182940.190000', '182940.650000', '182941.110000', '182941.570000', '182942.030000', '182942.490000', '182942.950000', '182943.410000', '182943.870000', '182944.330000', '182944.790000', '182945.250000', '182945.710000', '182946.170000', '182946.630000', '182947.090000', '182947.550000', '182948.010000', '182948.470000', '182948.930000', '182949.390000', '182949.850000', '182950.310000', '182950.770000', '182951.230000', '182951.690000', '182952.150000', '182952.610000', '182953.070000', '182953.530000', '182953.990000', '182954.450000', '182954.910000', '182955.370000', '182955.830000', '182956.290000', '182956.750000', '182957.210000', '182957.670000', '182958.130000', '182958.590000', '182959.050000', '182959.510000', '182959.970000', '183000.430000', '183000.890000', '183001.350000', '183001.810000', '183002.270000', '183002.730000', '183003.190000', '183003.650000', '183004.110000', '183004.570000', '183005.030000', '183005.490000', '183005.950000', '183006.410000', '183006.870000', '183007.330000', '183007.790000', '183008.250000', '183008.710000', '183009.170000', '183009.630000', '183010.090000', '183010.550000', '183011.010000', '183011.470000', '183011.930000', '183012.390000', '183012.850000', '183013.310000', '183013.770000', '183014.230000', '183014.690000', '183015.150000', '183015.610000', '183016.070000', '183016.530000', '183016.990000', '183017.450000', '183017.910000', '183018.370000', '183018.830000', '183019.290000', '183019.750000', '183020.210000', '183020.670000', '183021.130000', '183021.590000', '183022.050000', '183022.510000', '183022.970000', '183023.430000', '183023.890000', '183024.350000', '183024.810000', '183025.270000', '183025.730000', '183026.190000', '183026.650000', '183027.110000', '183027.570000', '183028.030000', '183028.490000', '183028.950000', '183029.410000', '183029.870000', '183030.330000', '183030.790000', '183031.250000', '183031.710000', '183032.170000', '183032.630000', '183033.090000', '183033.550000', '183034.010000', '183034.470000', '183034.930000', '183035.390000', '183035.850000', '183036.310000', '183036.770000', '183037.230000', '183037.690000', '183038.150000', '183038.610000', '183039.070000', '183039.530000', '183039.990000', '183040.450000', '183040.910000', '183041.370000', '183041.830000', '183042.290000', '183042.750000', '183043.210000', '183043.670000', '183044.130000', '183044.590000', '183045.050000', '183045.510000', '183045.970000', '183046.430000', '183046.890000', '183047.350000', '183047.810000', '183048.270000', '183048.730000', '183049.190000', '183049.650000', '183050.110000', '183050.570000', '183051.030000', '183051.490000', '183051.950000', '183052.410000', '183052.870000', '183053.330000', '183053.790000', '183054.250000', '183054.710000', '183055.170000', '183055.630000', '183056.090000', '183056.550000', '183057.010000', '183057.470000', '183057.930000', '183058.390000', '183058.850000', '183059.310000', '183059.770000', '183100.230000', '183100.690000', '183101.150000', '183101.610000', '183102.070000', '183102.530000', '183102.990000', '183103.450000', '183103.910000', '183104.370000', '183104.830000', '183105.290000', '183105.750000', '183106.210000', '183106.670000', '183107.130000', '183107.590000', '183108.050000', '183108.510000', '183108.970000', '183109.430000', '183109.890000', '183110.350000', '183110.810000', '183111.270000', '183111.730000', '183112.190000', '183112.650000', '183113.110000', '183113.570000', '183114.030000', '183114.490000', '183114.950000', '183115.410000', '183115.870000', '183116.330000', '183116.790000', '183117.250000', '183117.710000', '183118.170000', '183118.630000', '183119.090000', '183119.550000', '183120.010000', '183120.470000', '183120.930000', '183121.390000', '183121.850000', '183122.310000', '183122.770000', '183123.230000', '183123.690000', '183124.150000', '183124.610000', '183125.070000', '183125.530000', '183125.990000', '183126.450000', '183126.910000', '183127.370000', '183127.830000', '183128.290000', '183128.750000', '183129.210000', '183129.670000', '183130.130000', '183130.590000', '183131.050000', '183131.510000', '183131.970000', '183132.430000', '183132.890000', '183133.350000', '183133.810000', '183134.270000', '183134.730000', '183135.190000', '183135.650000', '183136.110000', '183136.570000', '183137.030000', '183137.490000', '183137.950000', '183138.410000', '183138.870000', '183139.330000', '183139.790000', '183140.250000', '183140.710000', '183141.170000', '183141.630000', '183142.090000', '183142.550000', '183143.010000', '183143.470000', '183143.930000', '183144.390000', '183144.850000', '183145.310000', '183145.770000', '183146.230000', '183146.690000', '183147.150000', '183147.610000', '183148.070000', '183148.530000', '183148.990000', '183149.450000', '183149.910000', '183150.370000', '183150.830000', '183151.290000', '183151.750000', '183152.210000', '183152.670000', '183153.130000', '183153.590000', '183154.050000', '183154.510000', '183154.970000', '183155.430000', '183155.890000', '183156.350000', '183156.810000', '183157.270000', '183157.730000', '183158.190000', '183158.650000', '183159.110000', '183159.570000', '183200.030000', '183200.490000', '183200.950000', '183201.410000', '183201.870000', '183202.330000', '183202.790000', '183203.250000', '183203.710000', '183204.170000', '183204.630000', '183205.090000', '183205.550000', '183206.010000', '183206.470000', '183206.930000', '183207.390000', '183207.850000', '183208.310000', '183208.770000', '183209.230000', '183209.690000', '183210.150000', '183210.610000', '183211.070000', '183211.530000', '183211.990000', '183212.450000', '183212.910000', '183213.370000', '183213.830000', '183214.290000', '183214.750000', '183215.210000', '183215.670000', '183216.130000', '183216.590000', '183217.050000', '183217.510000', '183217.970000', '183218.430000', '183218.890000', '183219.350000', '183219.810000', '183220.270000', '183220.730000', '183221.190000', '183221.650000', '183222.110000', '183222.570000', '183223.030000', '183223.490000', '183223.950000', '183224.410000', '183224.870000', '183225.330000', '183225.790000', '183226.250000', '183226.710000', '183227.170000', '183227.630000', '183228.090000', '183228.550000', '183229.010000', '183229.470000', '183229.930000', '183230.390000', '183230.850000', '183231.310000', '183231.770000', '183232.230000', '183232.690000', '183233.150000', '183233.610000', '183234.070000', '183234.530000', '183234.990000', '183235.450000', '183235.910000', '183236.370000', '183236.830000', '183237.290000', '183237.750000', '183238.210000', '183238.670000', '183239.130000', '183239.590000', '183240.050000', '183240.510000', '183240.970000', '183241.430000', '183241.890000', '183242.350000', '183242.810000', '183243.270000', '183243.730000', '183244.190000', '183244.650000', '183245.110000', '183245.570000', '183246.030000', '183246.490000', '183246.950000', '183247.410000', '183247.870000', '183248.330000', '183248.790000', '183249.250000', '183249.710000', '183250.170000', '183250.630000', '183251.090000', '183251.550000', '183252.010000', '183252.470000', '183252.930000', '183253.390000', '183253.850000', '183254.310000', '183254.770000', '183255.230000', '183255.690000', '183256.150000', '183256.610000', '183257.070000'], 'ContentTime': ['182636.744000', '182636.747000', '182636.750000', '182636.752000', '182636.755000', '182636.758000', '182636.760000', '182636.763000', '182636.765000', '182636.768000', '182636.770000', '182636.773000', '182636.776000', '182636.779000', '182636.781000', '182636.784000', '182636.786000', '182636.789000', '182636.791000', '182636.800000', '182636.802000', '182636.805000', '182636.807000', '182636.810000', '182636.812000', '182636.815000', '182636.818000', '182636.820000', '182636.823000', '182636.825000', '182636.828000', '182636.830000', '182636.833000', '182636.835000', '182636.838000', '182636.840000', '182636.843000', '182636.845000', '182636.848000', '182636.851000', '182636.853000', '182636.856000', '182656.704000', '182656.707000', '182656.710000', '182656.712000', '182656.715000', '182656.717000', '182656.720000', '182656.722000', '182656.725000', '182656.727000', '182656.730000', '182656.733000', '182656.735000', '182656.738000', '182656.740000', '182656.744000', '182656.747000', '182656.750000', '182656.752000', '182656.755000', '182656.757000', '182656.760000', '182656.763000', '182656.765000', '182656.768000', '182656.770000', '182656.773000', '182656.785000', '182656.787000', '182656.790000', '182656.792000', '182656.795000', '182656.798000', '182656.800000', '182656.803000', '182656.805000', '182656.808000', '182656.810000', '182656.813000', '182656.815000', '182656.818000', '182656.821000', '182656.823000', '182716.704000', '182716.707000', '182716.710000', '182716.712000', '182716.715000', '182716.718000', '182716.720000', '182716.723000', '182716.725000', '182716.728000', '182716.731000', '182716.733000', '182716.736000', '182716.738000', '182716.741000', '182716.743000', '182716.746000', '182716.748000', '182716.751000', '182716.754000', '182716.756000', '182716.759000', '182716.761000', '182716.764000', '182716.766000', '182716.769000', '182716.771000', '182716.774000', '182716.776000', '182716.779000', '182716.781000', '182716.784000', '182716.786000', '182716.789000', '182716.792000', '182716.794000', '182716.797000', '182716.799000', '182716.802000', '182716.804000', '182716.807000', '182716.819000', '182716.821000', '182716.824000', '182736.704000', '182736.707000', '182736.710000', '182736.712000', '182736.715000', '182736.717000', '182736.720000', '182736.723000', '182736.725000', '182736.728000', '182736.730000', '182736.733000', '182736.735000', '182736.738000', '182736.741000', '182736.743000', '182736.746000', '182736.748000', '182736.751000', '182736.753000', '182736.756000', '182736.759000', '182736.761000', '182736.764000', '182736.766000', '182736.769000', '182736.771000', '182736.774000', '182736.777000', '182736.779000', '182736.787000', '182736.790000', '182736.792000', '182736.795000', '182736.797000', '182736.800000', '182736.803000', '182736.805000', '182736.808000', '182736.810000', '182736.813000', '182736.815000', '182736.818000', '182756.704000', '182756.707000', '182756.710000', '182756.712000', '182756.715000', '182756.717000', '182756.720000', '182756.723000', '182756.725000', '182756.728000', '182756.730000', '182756.733000', '182756.736000', '182756.738000', '182756.741000', '182756.743000', '182756.746000', '182756.749000', '182756.751000', '182756.758000', '182756.760000', '182756.763000', '182756.765000', '182756.768000', '182756.771000', '182756.773000', '182756.776000', '182756.778000', '182756.781000', '182756.784000', '182756.786000', '182756.789000', '182756.791000', '182756.794000', '182756.796000', '182756.799000', '182756.802000', '182756.804000', '182756.807000', '182756.809000', '182756.812000', '182756.815000', '182756.817000', '182756.820000', '182816.983000', '182816.986000', '182816.988000', '182816.991000', '182816.994000', '182816.996000', '182817.000000', '182817.003000', '182817.005000', '182817.008000', '182817.010000', '182817.013000', '182817.016000', '182817.018000', '182817.021000', '182817.023000', '182817.026000', '182817.029000', '182817.031000', '182817.034000', '182817.036000', '182817.039000', '182817.041000', '182817.044000', '182817.047000', '182817.049000', '182817.052000', '182817.055000', '182817.057000', '182817.060000', '182817.062000', '182817.065000', '182817.067000', '182817.070000', '182817.073000', '182817.075000', '182817.078000', '182817.080000', '182817.083000', '182817.086000', '182817.088000', '182817.091000', '182817.093000', '182836.703000', '182836.706000', '182836.709000', '182836.711000', '182836.714000', '182836.716000', '182836.719000', '182836.721000', '182836.724000', '182836.742000', '182836.744000', '182836.747000', '182836.749000', '182836.752000', '182836.755000', '182836.757000', '182836.760000', '182836.762000', '182836.765000', '182836.767000', '182836.770000', '182836.772000', '182836.775000', '182836.778000', '182836.780000', '182836.783000', '182836.785000', '182836.788000', '182836.791000', '182836.793000', '182836.796000', '182836.798000', '182836.801000', '182836.803000', '182836.806000', '182836.808000', '182836.811000', '182836.814000', '182836.816000', '182836.819000', '182836.821000', '182836.824000', '182836.826000', '182836.829000', '182856.704000', '182856.707000', '182856.710000', '182856.713000', '182856.715000', '182856.718000', '182856.720000', '182856.723000', '182856.726000', '182856.728000', '182856.731000', '182856.733000', '182856.736000', '182856.739000', '182856.741000', '182856.744000', '182856.746000', '182856.749000', '182856.752000', '182856.754000', '182856.757000', '182856.759000', '182856.762000', '182856.764000', '182856.767000', '182856.770000', '182856.773000', '182856.776000', '182856.779000', '182856.781000', '182856.784000', '182856.787000', '182856.789000', '182856.792000', '182856.794000', '182856.797000', '182856.800000', '182856.802000', '182856.805000', '182856.807000', '182856.810000', '182856.813000', '182856.818000', '182916.704000', '182916.707000', '182916.710000', '182916.712000', '182916.715000', '182916.717000', '182916.720000', '182916.723000', '182916.725000', '182916.728000', '182916.730000', '182916.733000', '182916.736000', '182916.738000', '182916.741000', '182916.743000', '182916.746000', '182916.749000', '182916.751000', '182916.754000', '182916.756000', '182916.759000', '182916.762000', '182916.764000', '182916.767000', '182916.769000', '182916.772000', '182916.775000', '182916.777000', '182916.780000', '182916.782000', '182916.785000', '182916.787000', '182916.790000', '182916.793000', '182916.795000', '182916.798000', '182916.800000', '182916.803000', '182916.805000', '182916.808000', '182916.811000', '182916.813000', '182916.816000', '182936.704000', '182936.707000', '182936.710000', '182936.712000', '182936.715000', '182936.718000', '182936.720000', '182936.723000', '182936.725000', '182936.728000', '182936.731000', '182936.733000', '182936.736000', '182936.738000', '182936.741000', '182936.743000', '182936.746000', '182936.748000', '182936.751000', '182936.754000', '182936.756000', '182936.759000', '182936.762000', '182936.764000', '182936.767000', '182936.770000', '182936.772000', '182936.775000', '182936.778000', '182936.780000', '182936.783000', '182936.785000', '182936.794000', '182936.796000', '182936.799000', '182936.802000', '182936.804000', '182936.807000', '182936.809000', '182936.812000', '182936.814000', '182936.817000', '182936.820000', '182956.704000', '182956.707000', '182956.710000', '182956.713000', '182956.715000', '182956.718000', '182956.720000', '182956.723000', '182956.726000', '182956.728000', '182956.731000', '182956.733000', '182956.736000', '182956.739000', '182956.741000', '182956.744000', '182956.746000', '182956.749000', '182956.751000', '182956.754000', '182956.757000', '182956.759000', '182956.762000', '182956.764000', '182956.767000', '182956.769000', '182956.772000', '182956.775000', '182956.777000', '182956.780000', '182956.782000', '182956.785000', '182956.787000', '182956.790000', '182956.793000', '182956.795000', '182956.798000', '182956.800000', '182956.803000', '182956.806000', '182956.808000', '182956.811000', '182956.813000', '182956.816000', '183016.705000', '183016.707000', '183016.710000', '183016.713000', '183016.715000', '183016.718000', '183016.721000', '183016.723000', '183016.726000', '183016.728000', '183016.731000', '183016.733000', '183016.736000', '183016.739000', '183016.741000', '183016.744000', '183016.746000', '183016.749000', '183016.752000', '183016.754000', '183016.757000', '183016.759000', '183016.762000', '183016.764000', '183016.767000', '183016.770000', '183016.772000', '183016.775000', '183016.777000', '183016.780000', '183016.783000', '183016.785000', '183016.788000', '183016.791000', '183016.794000', '183016.796000', '183016.799000', '183016.801000', '183016.804000', '183016.807000', '183016.809000', '183016.812000', '183016.815000', '183036.703000', '183036.706000', '183036.709000', '183036.712000', '183036.714000', '183036.717000', '183036.719000', '183036.722000', '183036.725000', '183036.727000', '183036.730000', '183036.732000', '183036.735000', '183036.737000', '183036.740000', '183036.742000', '183036.745000', '183036.748000', '183036.750000', '183036.753000', '183036.755000', '183036.758000', '183036.761000', '183036.763000', '183036.766000', '183036.768000', '183036.771000', '183036.774000', '183036.776000', '183036.779000', '183036.781000', '183036.784000', '183036.787000', '183036.789000', '183036.792000', '183036.794000', '183036.797000', '183036.800000', '183036.802000', '183036.805000', '183036.807000', '183036.810000', '183036.813000', '183036.815000', '183056.704000', '183056.706000', '183056.709000', '183056.712000', '183056.714000', '183056.717000', '183056.719000', '183056.722000', '183056.725000', '183056.727000', '183056.730000', '183056.733000', '183056.735000', '183056.738000', '183056.740000', '183056.743000', '183056.746000', '183056.748000', '183056.751000', '183056.753000', '183056.756000', '183056.759000', '183056.761000', '183056.764000', '183056.766000', '183056.769000', '183056.771000', '183056.774000', '183056.777000', '183056.779000', '183056.782000', '183056.795000', '183056.798000', '183056.800000', '183056.803000', '183056.805000', '183056.808000', '183056.811000', '183056.813000', '183056.816000', '183056.819000', '183056.821000', '183056.824000', '183116.705000', '183116.708000', '183116.710000', '183116.713000', '183116.716000', '183116.718000', '183116.721000', '183116.723000', '183116.726000', '183116.728000', '183116.731000', '183116.734000', '183116.736000', '183116.739000', '183116.741000', '183116.744000', '183116.747000', '183116.750000', '183116.752000', '183116.755000', '183116.758000', '183116.760000', '183116.763000', '183116.766000', '183116.769000', '183116.771000', '183116.774000', '183116.777000', '183116.779000', '183116.782000', '183116.785000', '183116.787000', '183116.790000', '183116.792000', '183116.795000', '183116.798000', '183116.800000', '183116.803000', '183116.806000', '183116.808000', '183116.811000', '183116.813000', '183116.816000', '183116.819000', '183136.704000', '183136.707000', '183136.710000', '183136.713000', '183136.715000', '183136.718000', '183136.721000', '183136.723000', '183136.726000', '183136.729000', '183136.731000', '183136.734000', '183136.737000', '183136.739000', '183136.742000', '183136.745000', '183136.748000', '183136.750000', '183136.753000', '183136.756000', '183136.759000', '183136.762000', '183136.764000', '183136.767000', '183136.770000', '183136.772000', '183136.775000', '183136.777000', '183136.780000', '183136.783000', '183136.785000', '183136.788000', '183136.790000', '183136.793000', '183136.796000', '183136.799000', '183136.801000', '183136.804000', '183136.807000', '183136.809000', '183136.812000', '183136.815000', '183136.817000', '183156.705000', '183156.708000', '183156.711000', '183156.713000', '183156.716000', '183156.719000', '183156.722000', '183156.724000', '183156.727000', '183156.729000', '183156.732000', '183156.735000', '183156.737000', '183156.740000', '183156.743000', '183156.745000', '183156.748000', '183156.751000', '183156.754000', '183156.756000', '183156.759000', '183156.762000', '183156.765000', '183156.767000', '183156.770000', '183156.772000', '183156.775000', '183156.778000', '183156.780000', '183156.783000', '183156.786000', '183156.789000', '183156.791000', '183156.794000', '183156.797000', '183156.800000', '183156.802000', '183156.805000', '183156.808000', '183156.811000', '183156.813000', '183156.816000', '183156.819000', '183156.822000', '183216.704000', '183216.707000', '183216.710000', '183216.713000', '183216.716000', '183216.718000', '183216.721000', '183216.724000', '183216.726000', '183216.729000', '183216.732000', '183216.734000', '183216.737000', '183216.740000', '183216.743000', '183216.745000', '183216.748000', '183216.751000', '183216.754000', '183216.756000', '183216.759000', '183216.762000', '183216.765000', '183216.767000', '183216.770000', '183216.773000', '183216.775000', '183216.778000', '183216.781000', '183216.784000', '183216.786000', '183216.789000', '183216.792000', '183216.794000', '183216.797000', '183216.799000', '183216.802000', '183216.805000', '183216.807000', '183216.810000', '183216.813000', '183216.816000', '183216.818000', '183236.705000', '183236.708000', '183236.710000', '183236.713000', '183236.716000', '183236.719000', '183236.722000', '183236.724000', '183236.727000', '183236.730000', '183236.733000', '183236.736000', '183236.739000', '183236.741000', '183236.744000', '183236.747000', '183236.750000', '183236.752000', '183236.755000', '183236.758000', '183236.760000', '183236.763000', '183236.765000', '183236.768000', '183236.771000', '183236.773000', '183236.776000', '183236.779000', '183236.782000', '183236.784000', '183236.787000', '183236.790000', '183236.792000', '183236.795000', '183236.798000', '183236.801000', '183236.804000', '183236.807000', '183236.810000', '183236.812000', '183236.815000', '183236.818000', '183236.821000', '183236.823000', '183256.703000', '183256.706000', '183256.709000', '183256.712000', '183256.714000', '183256.717000', '183256.720000', '183256.723000', '183256.725000', '183256.728000', '183256.731000', '183256.733000', '183256.736000', '183256.739000', '183256.741000', '183256.744000', '183256.746000', '183256.749000', '183256.752000', '183256.755000', '183256.758000', '183256.760000', '183256.763000', '183256.766000', '183256.769000', '183256.771000', '183256.774000', '183256.777000', '183256.779000', '183256.782000', '183256.785000', '183256.787000', '183256.790000', '183256.793000', '183256.796000', '183256.799000', '183256.802000', '183256.804000', '183256.808000', '183256.810000', '183256.813000', '183256.816000', '183256.818000', '183258.331000', '183258.334000', '183258.337000', '183258.340000'], 'InstanceCreationTime': ['182636.744000', '182636.747000', '182636.750000', '182636.752000', '182636.755000', '182636.758000', '182636.760000', '182636.763000', '182636.765000', '182636.768000', '182636.770000', '182636.773000', '182636.776000', '182636.779000', '182636.781000', '182636.784000', '182636.786000', '182636.789000', '182636.791000', '182636.800000', '182636.802000', '182636.805000', '182636.807000', '182636.810000', '182636.812000', '182636.815000', '182636.818000', '182636.820000', '182636.823000', '182636.825000', '182636.828000', '182636.830000', '182636.833000', '182636.835000', '182636.838000', '182636.840000', '182636.843000', '182636.845000', '182636.848000', '182636.851000', '182636.853000', '182636.856000', '182656.704000', '182656.707000', '182656.710000', '182656.712000', '182656.715000', '182656.717000', '182656.720000', '182656.722000', '182656.725000', '182656.727000', '182656.730000', '182656.733000', '182656.735000', '182656.738000', '182656.740000', '182656.744000', '182656.747000', '182656.750000', '182656.752000', '182656.755000', '182656.757000', '182656.760000', '182656.763000', '182656.765000', '182656.768000', '182656.770000', '182656.773000', '182656.785000', '182656.787000', '182656.790000', '182656.792000', '182656.795000', '182656.798000', '182656.800000', '182656.803000', '182656.805000', '182656.808000', '182656.810000', '182656.813000', '182656.815000', '182656.818000', '182656.821000', '182656.823000', '182716.704000', '182716.707000', '182716.710000', '182716.712000', '182716.715000', '182716.718000', '182716.720000', '182716.723000', '182716.725000', '182716.728000', '182716.731000', '182716.733000', '182716.736000', '182716.738000', '182716.741000', '182716.743000', '182716.746000', '182716.748000', '182716.751000', '182716.754000', '182716.756000', '182716.759000', '182716.761000', '182716.764000', '182716.766000', '182716.769000', '182716.771000', '182716.774000', '182716.776000', '182716.779000', '182716.781000', '182716.784000', '182716.786000', '182716.789000', '182716.792000', '182716.794000', '182716.797000', '182716.799000', '182716.802000', '182716.804000', '182716.807000', '182716.819000', '182716.821000', '182716.824000', '182736.704000', '182736.707000', '182736.710000', '182736.712000', '182736.715000', '182736.717000', '182736.720000', '182736.723000', '182736.725000', '182736.728000', '182736.730000', '182736.733000', '182736.735000', '182736.738000', '182736.741000', '182736.743000', '182736.746000', '182736.748000', '182736.751000', '182736.753000', '182736.756000', '182736.759000', '182736.761000', '182736.764000', '182736.766000', '182736.769000', '182736.771000', '182736.774000', '182736.777000', '182736.779000', '182736.787000', '182736.790000', '182736.792000', '182736.795000', '182736.797000', '182736.800000', '182736.803000', '182736.805000', '182736.808000', '182736.810000', '182736.813000', '182736.815000', '182736.818000', '182756.704000', '182756.707000', '182756.710000', '182756.712000', '182756.715000', '182756.717000', '182756.720000', '182756.723000', '182756.725000', '182756.728000', '182756.730000', '182756.733000', '182756.736000', '182756.738000', '182756.741000', '182756.743000', '182756.746000', '182756.749000', '182756.751000', '182756.758000', '182756.760000', '182756.763000', '182756.765000', '182756.768000', '182756.771000', '182756.773000', '182756.776000', '182756.778000', '182756.781000', '182756.784000', '182756.786000', '182756.789000', '182756.791000', '182756.794000', '182756.796000', '182756.799000', '182756.802000', '182756.804000', '182756.807000', '182756.809000', '182756.812000', '182756.815000', '182756.817000', '182756.820000', '182816.983000', '182816.986000', '182816.988000', '182816.991000', '182816.994000', '182816.996000', '182817.000000', '182817.003000', '182817.005000', '182817.008000', '182817.010000', '182817.013000', '182817.016000', '182817.018000', '182817.021000', '182817.023000', '182817.026000', '182817.029000', '182817.031000', '182817.034000', '182817.036000', '182817.039000', '182817.041000', '182817.044000', '182817.047000', '182817.049000', '182817.052000', '182817.055000', '182817.057000', '182817.060000', '182817.062000', '182817.065000', '182817.067000', '182817.070000', '182817.073000', '182817.075000', '182817.078000', '182817.080000', '182817.083000', '182817.086000', '182817.088000', '182817.091000', '182817.093000', '182836.703000', '182836.706000', '182836.709000', '182836.711000', '182836.714000', '182836.716000', '182836.719000', '182836.721000', '182836.724000', '182836.742000', '182836.744000', '182836.747000', '182836.749000', '182836.752000', '182836.755000', '182836.757000', '182836.760000', '182836.762000', '182836.765000', '182836.767000', '182836.770000', '182836.772000', '182836.775000', '182836.778000', '182836.780000', '182836.783000', '182836.785000', '182836.788000', '182836.791000', '182836.793000', '182836.796000', '182836.798000', '182836.801000', '182836.803000', '182836.806000', '182836.808000', '182836.811000', '182836.814000', '182836.816000', '182836.819000', '182836.821000', '182836.824000', '182836.826000', '182836.829000', '182856.704000', '182856.707000', '182856.710000', '182856.713000', '182856.715000', '182856.718000', '182856.720000', '182856.723000', '182856.726000', '182856.728000', '182856.731000', '182856.733000', '182856.736000', '182856.739000', '182856.741000', '182856.744000', '182856.746000', '182856.749000', '182856.752000', '182856.754000', '182856.757000', '182856.759000', '182856.762000', '182856.764000', '182856.767000', '182856.770000', '182856.773000', '182856.776000', '182856.779000', '182856.781000', '182856.784000', '182856.787000', '182856.789000', '182856.792000', '182856.794000', '182856.797000', '182856.800000', '182856.802000', '182856.805000', '182856.807000', '182856.810000', '182856.813000', '182856.818000', '182916.704000', '182916.707000', '182916.710000', '182916.712000', '182916.715000', '182916.717000', '182916.720000', '182916.723000', '182916.725000', '182916.728000', '182916.730000', '182916.733000', '182916.736000', '182916.738000', '182916.741000', '182916.743000', '182916.746000', '182916.749000', '182916.751000', '182916.754000', '182916.756000', '182916.759000', '182916.762000', '182916.764000', '182916.767000', '182916.769000', '182916.772000', '182916.775000', '182916.777000', '182916.780000', '182916.782000', '182916.785000', '182916.787000', '182916.790000', '182916.793000', '182916.795000', '182916.798000', '182916.800000', '182916.803000', '182916.805000', '182916.808000', '182916.811000', '182916.813000', '182916.816000', '182936.704000', '182936.707000', '182936.710000', '182936.712000', '182936.715000', '182936.718000', '182936.720000', '182936.723000', '182936.725000', '182936.728000', '182936.731000', '182936.733000', '182936.736000', '182936.738000', '182936.741000', '182936.743000', '182936.746000', '182936.748000', '182936.751000', '182936.754000', '182936.756000', '182936.759000', '182936.762000', '182936.764000', '182936.767000', '182936.770000', '182936.772000', '182936.775000', '182936.778000', '182936.780000', '182936.783000', '182936.785000', '182936.794000', '182936.796000', '182936.799000', '182936.802000', '182936.804000', '182936.807000', '182936.809000', '182936.812000', '182936.814000', '182936.817000', '182936.820000', '182956.704000', '182956.707000', '182956.710000', '182956.713000', '182956.715000', '182956.718000', '182956.720000', '182956.723000', '182956.726000', '182956.728000', '182956.731000', '182956.733000', '182956.736000', '182956.739000', '182956.741000', '182956.744000', '182956.746000', '182956.749000', '182956.751000', '182956.754000', '182956.757000', '182956.759000', '182956.762000', '182956.764000', '182956.767000', '182956.769000', '182956.772000', '182956.775000', '182956.777000', '182956.780000', '182956.782000', '182956.785000', '182956.787000', '182956.790000', '182956.793000', '182956.795000', '182956.798000', '182956.800000', '182956.803000', '182956.806000', '182956.808000', '182956.811000', '182956.813000', '182956.816000', '183016.705000', '183016.707000', '183016.710000', '183016.713000', '183016.715000', '183016.718000', '183016.721000', '183016.723000', '183016.726000', '183016.728000', '183016.731000', '183016.733000', '183016.736000', '183016.739000', '183016.741000', '183016.744000', '183016.746000', '183016.749000', '183016.752000', '183016.754000', '183016.757000', '183016.759000', '183016.762000', '183016.764000', '183016.767000', '183016.770000', '183016.772000', '183016.775000', '183016.777000', '183016.780000', '183016.783000', '183016.785000', '183016.788000', '183016.791000', '183016.794000', '183016.796000', '183016.799000', '183016.801000', '183016.804000', '183016.807000', '183016.809000', '183016.812000', '183016.815000', '183036.703000', '183036.706000', '183036.709000', '183036.712000', '183036.714000', '183036.717000', '183036.719000', '183036.722000', '183036.725000', '183036.727000', '183036.730000', '183036.732000', '183036.735000', '183036.737000', '183036.740000', '183036.742000', '183036.745000', '183036.748000', '183036.750000', '183036.753000', '183036.755000', '183036.758000', '183036.761000', '183036.763000', '183036.766000', '183036.768000', '183036.771000', '183036.774000', '183036.776000', '183036.779000', '183036.781000', '183036.784000', '183036.787000', '183036.789000', '183036.792000', '183036.794000', '183036.797000', '183036.800000', '183036.802000', '183036.805000', '183036.807000', '183036.810000', '183036.813000', '183036.815000', '183056.704000', '183056.706000', '183056.709000', '183056.712000', '183056.714000', '183056.717000', '183056.719000', '183056.722000', '183056.725000', '183056.727000', '183056.730000', '183056.733000', '183056.735000', '183056.738000', '183056.740000', '183056.743000', '183056.746000', '183056.748000', '183056.751000', '183056.753000', '183056.756000', '183056.759000', '183056.761000', '183056.764000', '183056.766000', '183056.769000', '183056.771000', '183056.774000', '183056.777000', '183056.779000', '183056.782000', '183056.795000', '183056.798000', '183056.800000', '183056.803000', '183056.805000', '183056.808000', '183056.811000', '183056.813000', '183056.816000', '183056.819000', '183056.821000', '183056.824000', '183116.705000', '183116.708000', '183116.710000', '183116.713000', '183116.716000', '183116.718000', '183116.721000', '183116.723000', '183116.726000', '183116.728000', '183116.731000', '183116.734000', '183116.736000', '183116.739000', '183116.741000', '183116.744000', '183116.747000', '183116.750000', '183116.752000', '183116.755000', '183116.758000', '183116.760000', '183116.763000', '183116.766000', '183116.769000', '183116.771000', '183116.774000', '183116.777000', '183116.779000', '183116.782000', '183116.785000', '183116.787000', '183116.790000', '183116.792000', '183116.795000', '183116.798000', '183116.800000', '183116.803000', '183116.806000', '183116.808000', '183116.811000', '183116.813000', '183116.816000', '183116.819000', '183136.704000', '183136.707000', '183136.710000', '183136.713000', '183136.715000', '183136.718000', '183136.721000', '183136.723000', '183136.726000', '183136.729000', '183136.731000', '183136.734000', '183136.737000', '183136.739000', '183136.742000', '183136.745000', '183136.748000', '183136.750000', '183136.753000', '183136.756000', '183136.759000', '183136.762000', '183136.764000', '183136.767000', '183136.770000', '183136.772000', '183136.775000', '183136.777000', '183136.780000', '183136.783000', '183136.785000', '183136.788000', '183136.790000', '183136.793000', '183136.796000', '183136.799000', '183136.801000', '183136.804000', '183136.807000', '183136.809000', '183136.812000', '183136.815000', '183136.817000', '183156.705000', '183156.708000', '183156.711000', '183156.713000', '183156.716000', '183156.719000', '183156.722000', '183156.724000', '183156.727000', '183156.729000', '183156.732000', '183156.735000', '183156.737000', '183156.740000', '183156.743000', '183156.745000', '183156.748000', '183156.751000', '183156.754000', '183156.756000', '183156.759000', '183156.762000', '183156.765000', '183156.767000', '183156.770000', '183156.772000', '183156.775000', '183156.778000', '183156.780000', '183156.783000', '183156.786000', '183156.789000', '183156.791000', '183156.794000', '183156.797000', '183156.800000', '183156.802000', '183156.805000', '183156.808000', '183156.811000', '183156.813000', '183156.816000', '183156.819000', '183156.822000', '183216.704000', '183216.707000', '183216.710000', '183216.713000', '183216.716000', '183216.718000', '183216.721000', '183216.724000', '183216.726000', '183216.729000', '183216.732000', '183216.734000', '183216.737000', '183216.740000', '183216.743000', '183216.745000', '183216.748000', '183216.751000', '183216.754000', '183216.756000', '183216.759000', '183216.762000', '183216.765000', '183216.767000', '183216.770000', '183216.773000', '183216.775000', '183216.778000', '183216.781000', '183216.784000', '183216.786000', '183216.789000', '183216.792000', '183216.794000', '183216.797000', '183216.799000', '183216.802000', '183216.805000', '183216.807000', '183216.810000', '183216.813000', '183216.816000', '183216.818000', '183236.705000', '183236.708000', '183236.710000', '183236.713000', '183236.716000', '183236.719000', '183236.722000', '183236.724000', '183236.727000', '183236.730000', '183236.733000', '183236.736000', '183236.739000', '183236.741000', '183236.744000', '183236.747000', '183236.750000', '183236.752000', '183236.755000', '183236.758000', '183236.760000', '183236.763000', '183236.765000', '183236.768000', '183236.771000', '183236.773000', '183236.776000', '183236.779000', '183236.782000', '183236.784000', '183236.787000', '183236.790000', '183236.792000', '183236.795000', '183236.798000', '183236.801000', '183236.804000', '183236.807000', '183236.810000', '183236.812000', '183236.815000', '183236.818000', '183236.821000', '183236.823000', '183256.703000', '183256.706000', '183256.709000', '183256.712000', '183256.714000', '183256.717000', '183256.720000', '183256.723000', '183256.725000', '183256.728000', '183256.731000', '183256.733000', '183256.736000', '183256.739000', '183256.741000', '183256.744000', '183256.746000', '183256.749000', '183256.752000', '183256.755000', '183256.758000', '183256.760000', '183256.763000', '183256.766000', '183256.769000', '183256.771000', '183256.774000', '183256.777000', '183256.779000', '183256.782000', '183256.785000', '183256.787000', '183256.790000', '183256.793000', '183256.796000', '183256.799000', '183256.802000', '183256.804000', '183256.808000', '183256.810000', '183256.813000', '183256.816000', '183256.818000', '183258.331000', '183258.334000', '183258.337000', '183258.340000'], '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': [9185, 8390, 8261, 8757, 8136, 8512, 8069, 8758, 8343, 10422, 8864, 8964, 8296, 9516, 8971, 8995, 8175, 9724, 8110, 8147, 8533, 8516, 11193, 8476, 11984, 8510, 15528, 13672, 13451, 8469, 9017, 8376, 8098, 16219, 8460, 14735, 8428, 11829, 8238, 8226, 8464, 7843, 8497, 8148, 7701, 8165, 7305, 7361, 7491, 9829, 7856, 11293, 9871, 15841, 12423, 17494, 9378, 14729, 8916, 8753, 8233, 8816, 8147, 8493, 10929, 8325, 14857, 9208, 8940, 9867, 8495, 18553, 13017, 17997, 9981, 14964, 8774, 12364, 8667, 10261, 8069, 8438, 8334, 11007, 8401, 9860, 8450, 8097, 8264, 7746, 8281, 7774, 8197, 7747, 8777, 7908, 9061, 7709, 15021, 9437, 9362, 9774, 7985, 18829, 12193, 12248, 15205, 10656, 17086, 10459, 13964, 8578, 8223, 9461, 8158, 12831, 8455, 10231, 8443, 8635, 8271, 7941, 10345, 8335, 11320, 8432, 11851, 8370, 8175, 19168, 13128, 14039, 9323, 10438, 11214, 7891, 15988, 8171, 10448, 7609, 8183, 8564, 8179, 8030, 7723, 8221, 8543, 8294, 8534, 9643, 8881, 7894, 8832, 7787, 16819, 12254, 12523, 8787, 8512, 18457, 9185, 12169, 8676, 8088, 8388, 8154, 9819, 8435, 8394, 8498, 7980, 7836, 8344, 9160, 8523, 8303, 8603, 8040, 9113, 7503, 8128, 8094, 10111, 8468, 9064, 8481, 8208, 8502, 7941, 15164, 8164, 13656, 8496, 11799, 9103, 11024, 8510, 8034, 16993, 10650, 17600, 11880, 14663, 8917, 14292, 7619, 11057, 8098, 7999, 8164, 8137, 8431, 7904, 8696, 7925, 8341, 7780, 13371, 8191, 11107, 8616, 8482, 17108, 10251, 12350, 7982, 8153, 7916, 7528, 7748, 7990, 7833, 8252, 8063, 8398, 8639, 8641, 8080, 14315, 10074, 16842, 11729, 11356, 8058, 11850, 8332, 9884, 7894, 9144, 8570, 8324, 8424, 8124, 8585, 8046, 9759, 8644, 8431, 8243, 9739, 8003, 9290, 8633, 8637, 8557, 8250, 8510, 8125, 8734, 8704, 8999, 9142, 15887, 8868, 16528, 10648, 15811, 10249, 13408, 7509, 8245, 8398, 7656, 8291, 7966, 8265, 8055, 8372, 8139, 8717, 8264, 7900, 8874, 8496, 8136, 8130, 11148, 9080, 9952, 8547, 10247, 7477, 13427, 17768, 14858, 15147, 10883, 12977, 8276, 10716, 11952, 10679, 13845, 9071, 12403, 7822, 9080, 8045, 9196, 8561, 8181, 8487, 7885, 8334, 7800, 13569, 9070, 12838, 9661, 11372, 12414, 7818, 14688, 8014, 8505, 8237, 7951, 8616, 7586, 8107, 8122, 8961, 8165, 7966, 8608, 8227, 10471, 7997, 10901, 8307, 8815, 8555, 9033, 11934, 12779, 8344, 8760, 8266, 7698, 8341, 7860, 8373, 7973, 8042, 7848, 8085, 8190, 8321, 7447, 8043, 8601, 9431, 8896, 8916, 12694, 19045, 15365, 16944, 12124, 13858, 11181, 9213, 16201, 12206, 16161, 10819, 13807, 8808, 9049, 8517, 8223, 8728, 8149, 8443, 8062, 8192, 8207, 7839, 8188, 9877, 8564, 9334, 8317, 8385, 8584, 8773, 8595, 9288, 7968, 8430, 8932, 8210, 11043, 8228, 15276, 8978, 12060, 10444, 9684, 8037, 8107, 8249, 8031, 8719, 8709, 8226, 9146, 8955, 9882, 9051, 12802, 8841, 14633, 11012, 17864, 12934, 16388, 12153, 14384, 8829, 12701, 8760, 9430, 8664, 8670, 8220, 8429, 9173, 8695, 9462, 8854, 8527, 8595, 8171, 8671, 8434, 8394, 8293, 8089, 8219, 8699, 8358, 15102, 8812, 11293, 11664, 9876, 13493, 8442, 17973, 12190, 14731, 10845, 11459, 15116, 8454, 14525, 9091, 11673, 8479, 9078, 8469, 8208, 7671, 8413, 9781, 8373, 8737, 8309, 8224, 8319, 8069, 8297, 8376, 8484, 10476, 8810, 12126, 8242, 7559, 7522, 13769, 7972, 11379, 10003, 10062, 18046, 9009, 15638, 10363, 13813, 9617, 12525, 8219, 9094, 12606, 9465, 8784, 8654, 8582, 13783, 8088, 10513, 8017, 9436, 9336, 14138, 10258, 11676, 7915, 13911, 8198, 12165, 8359, 10118, 7908, 8447, 8309, 7956, 8388, 8265, 7392, 7954, 7133, 8231, 9227, 8369, 8563, 13078, 8231, 12254, 7725, 8424, 8121, 8115, 7361, 8152, 8332, 8085, 8758, 8199, 8731, 15328, 12524, 17017, 12230, 11934, 9415, 8768, 8606, 16075, 9156, 13969, 8899, 9056, 11665, 8531, 13005, 8682, 8563, 9063, 8446, 8872, 8851, 8154, 8569, 9089, 8314, 8946, 8992, 9184, 8638, 9250, 8327, 10232, 8608, 8176, 14478, 10885, 10121, 8495, 17336, 9656, 14708, 11181, 14890, 8281, 13105, 10368, 9019, 15703, 10043, 18060, 11990, 15094, 8460, 10053, 8184, 8541, 8136, 9183, 7840, 8551, 9066, 9381, 8824, 8804, 9394, 8994, 9071, 9407, 9386, 15686, 11914, 8399, 14997, 7831, 8654, 8278, 16544, 9847, 10734, 16222, 9135, 15103, 8522, 11432, 8502, 7977, 17813, 9584, 15287, 10663, 15617, 8940, 13591, 7858, 8312, 8765, 7640, 9251, 7931, 14231, 8762, 11831, 8067, 8428, 8906, 7621, 8958, 7846, 9140, 7953, 11529, 8070, 11130, 8482, 10442, 8739, 9767, 8895, 8912, 9000, 9115, 8294, 8214, 9210, 7789, 9096, 8229, 13271, 8903, 10338, 8241, 8161, 9017, 8027, 8887, 8412, 8907, 8855, 8978, 8888, 7923, 8964, 7779, 8881, 7622, 9015, 7588, 8777, 8826, 8956, 8859, 8855, 8193, 15365, 10774, 11774, 9532, 11422, 14556, 8974, 17491, 11538, 13034, 9373, 11004, 8967, 9411, 9327, 8495, 9148, 8288, 9235, 8822, 8577, 8843, 9440, 9142, 10405, 9418, 9225, 8707, 9546, 9431, 9673, 14046, 9683, 13262, 17889, 14038, 14503, 10086, 18018, 10941, 13536, 9585, 13058, 9020, 9504, 8960, 9090, 8714, 9166, 9911, 10269, 9595, 9624, 9474, 9075, 13998, 8961, 15780, 11157, 15588, 8845, 12480, 9589, 8622, 9370, 8744, 18036, 9187, 13707, 9339, 10418, 9496, 8740, 9123, 8435, 9112, 8532, 9121, 8971, 9287, 10414, 9935, 9006, 11767, 9411, 15636, 9358, 14333, 9566, 11750, 14942, 10411, 18235, 11974, 17100, 9324, 9347, 9167, 8200, 8180, 7977, 7891, 8437, 8033, 11600, 9244, 11823, 9649, 14070, 9334, 12307, 11568, 10514, 18593, 14155, 15796, 11924, 14170, 8989, 9502, 8167, 7761, 8835, 8490, 8970, 8198, 8337, 7993, 8958, 8379, 8213, 8351, 9027, 9165, 9226, 12668, 8490, 9544, 11245, 17247, 13905, 18434, 14969, 16229, 12596, 14043, 8957, 10065, 8940, 8162, 8794, 8018, 8575, 8264, 8912, 8108], 'WindowCenter': [4167.0, 4144.0, 4143.0, 4129.0, 4128.0, 4126.0, 4127.0, 4127.0, 4129.0, 4149.0, 4139.0, 4139.0, 4130.0, 4137.0, 4127.0, 4128.0, 4127.0, 4140.0, 4120.0, 4132.0, 4141.0, 4142.0, 4160.0, 4131.0, 4171.0, 4128.0, 4192.0, 4181.0, 4181.0, 4130.0, 4140.0, 4127.0, 4118.0, 4192.0, 4128.0, 4178.0, 4128.0, 4156.0, 4127.0, 4127.0, 4129.0, 4128.0, 4140.0, 4147.0, 4180.0, 4173.0, 4135.0, 4108.0, 4092.0, 4118.0, 4085.0, 4132.0, 4135.0, 4188.0, 4170.0, 4187.0, 4126.0, 4165.0, 4125.0, 4125.0, 4128.0, 4139.0, 4131.0, 4142.0, 4161.0, 4142.0, 4179.0, 4138.0, 4127.0, 4137.0, 4129.0, 4201.0, 4170.0, 4189.0, 4138.0, 4166.0, 4115.0, 4157.0, 4127.0, 4134.0, 4116.0, 4115.0, 4116.0, 4144.0, 4116.0, 4149.0, 4129.0, 4116.0, 4127.0, 4116.0, 4129.0, 4129.0, 4141.0, 4131.0, 4153.0, 4142.0, 4153.0, 4143.0, 4206.0, 4165.0, 4153.0, 4152.0, 4132.0, 4213.0, 4171.0, 4171.0, 4191.0, 4161.0, 4190.0, 4149.0, 4178.0, 4125.0, 4116.0, 4138.0, 4129.0, 4168.0, 4128.0, 4147.0, 4128.0, 4127.0, 4127.0, 4130.0, 4149.0, 4129.0, 4158.0, 4129.0, 4158.0, 4116.0, 4126.0, 4199.0, 4168.0, 4167.0, 4126.0, 4146.0, 4145.0, 4115.0, 4175.0, 4115.0, 4134.0, 4104.0, 4115.0, 4126.0, 4129.0, 4127.0, 4118.0, 4127.0, 4140.0, 4128.0, 4141.0, 4163.0, 4140.0, 4130.0, 4140.0, 4134.0, 4216.0, 4174.0, 4171.0, 4128.0, 4127.0, 4188.0, 4126.0, 4168.0, 4127.0, 4118.0, 4116.0, 4117.0, 4136.0, 4128.0, 4128.0, 4127.0, 4128.0, 4116.0, 4127.0, 4136.0, 4127.0, 4129.0, 4140.0, 4131.0, 4138.0, 4119.0, 4128.0, 4128.0, 4147.0, 4128.0, 4138.0, 4139.0, 4130.0, 4140.0, 4130.0, 4180.0, 4128.0, 4178.0, 4127.0, 4159.0, 4138.0, 4149.0, 4126.0, 4117.0, 4188.0, 4146.0, 4186.0, 4146.0, 4165.0, 4114.0, 4166.0, 4103.0, 4133.0, 4103.0, 4102.0, 4113.0, 4113.0, 4114.0, 4115.0, 4126.0, 4129.0, 4128.0, 4119.0, 4168.0, 4127.0, 4147.0, 4115.0, 4127.0, 4188.0, 4148.0, 4169.0, 4129.0, 4129.0, 4130.0, 4117.0, 4119.0, 4117.0, 4120.0, 4142.0, 4143.0, 4140.0, 4141.0, 4138.0, 4128.0, 4178.0, 4150.0, 4201.0, 4160.0, 4148.0, 4118.0, 4157.0, 4116.0, 4137.0, 4119.0, 4139.0, 4128.0, 4130.0, 4117.0, 4116.0, 4113.0, 4129.0, 4138.0, 4129.0, 4128.0, 4128.0, 4138.0, 4129.0, 4140.0, 4140.0, 4129.0, 4130.0, 4129.0, 4130.0, 4131.0, 4142.0, 4142.0, 4141.0, 4141.0, 4190.0, 4129.0, 4189.0, 4150.0, 4179.0, 4138.0, 4168.0, 4106.0, 4116.0, 4116.0, 4117.0, 4115.0, 4116.0, 4127.0, 4118.0, 4128.0, 4130.0, 4153.0, 4144.0, 4132.0, 4153.0, 4144.0, 4130.0, 4132.0, 4162.0, 4152.0, 4153.0, 4142.0, 4162.0, 4121.0, 4184.0, 4204.0, 4183.0, 4179.0, 4160.0, 4158.0, 4116.0, 4136.0, 4157.0, 4148.0, 4167.0, 4127.0, 4155.0, 4105.0, 4112.0, 4116.0, 4125.0, 4115.0, 4115.0, 4115.0, 4117.0, 4116.0, 4117.0, 4167.0, 4129.0, 4158.0, 4126.0, 4147.0, 4145.0, 4105.0, 4164.0, 4102.0, 4113.0, 4114.0, 4115.0, 4125.0, 4117.0, 4115.0, 4117.0, 4126.0, 4127.0, 4129.0, 4140.0, 4131.0, 4160.0, 4131.0, 4159.0, 4130.0, 4139.0, 4139.0, 4141.0, 4173.0, 4183.0, 4129.0, 4128.0, 4117.0, 4118.0, 4117.0, 4119.0, 4128.0, 4146.0, 4145.0, 4144.0, 4141.0, 4155.0, 4143.0, 4131.0, 4155.0, 4154.0, 4154.0, 4156.0, 4156.0, 4199.0, 4217.0, 4196.0, 4204.0, 4172.0, 4170.0, 4146.0, 4127.0, 4177.0, 4159.0, 4179.0, 4148.0, 4156.0, 4115.0, 4114.0, 4114.0, 4116.0, 4114.0, 4115.0, 4114.0, 4114.0, 4114.0, 4116.0, 4105.0, 4129.0, 4136.0, 4130.0, 4138.0, 4129.0, 4117.0, 4127.0, 4130.0, 4142.0, 4151.0, 4131.0, 4129.0, 4140.0, 4129.0, 4148.0, 4129.0, 4180.0, 4139.0, 4160.0, 4151.0, 4139.0, 4116.0, 4116.0, 4128.0, 4129.0, 4139.0, 4140.0, 4144.0, 4167.0, 4156.0, 4166.0, 4155.0, 4174.0, 4143.0, 4193.0, 4163.0, 4215.0, 4187.0, 4205.0, 4173.0, 4179.0, 4128.0, 4156.0, 4116.0, 4138.0, 4127.0, 4128.0, 4116.0, 4117.0, 4125.0, 4127.0, 4139.0, 4129.0, 4128.0, 4129.0, 4128.0, 4128.0, 4129.0, 4130.0, 4131.0, 4142.0, 4143.0, 4144.0, 4143.0, 4194.0, 4155.0, 4174.0, 4163.0, 4153.0, 4182.0, 4131.0, 4201.0, 4173.0, 4182.0, 4150.0, 4158.0, 4178.0, 4116.0, 4166.0, 4127.0, 4147.0, 4115.0, 4126.0, 4114.0, 4117.0, 4105.0, 4117.0, 4137.0, 4128.0, 4126.0, 4128.0, 4117.0, 4116.0, 4118.0, 4117.0, 4143.0, 4143.0, 4152.0, 4140.0, 4160.0, 4131.0, 4119.0, 4122.0, 4180.0, 4120.0, 4161.0, 4138.0, 4140.0, 4190.0, 4129.0, 4178.0, 4136.0, 4157.0, 4125.0, 4146.0, 4116.0, 4129.0, 4158.0, 4139.0, 4116.0, 4128.0, 4115.0, 4156.0, 4103.0, 4123.0, 4103.0, 4113.0, 4126.0, 4155.0, 4124.0, 4133.0, 4104.0, 4143.0, 4103.0, 4131.0, 4101.0, 4122.0, 4092.0, 4102.0, 4100.0, 4103.0, 4104.0, 4117.0, 4094.0, 4106.0, 4095.0, 4118.0, 4126.0, 4118.0, 4129.0, 4169.0, 4129.0, 4159.0, 4108.0, 4120.0, 4117.0, 4121.0, 4110.0, 4119.0, 4121.0, 4122.0, 4133.0, 4122.0, 4134.0, 4183.0, 4164.0, 4193.0, 4173.0, 4162.0, 4141.0, 4129.0, 4129.0, 4178.0, 4128.0, 4169.0, 4127.0, 4129.0, 4148.0, 4118.0, 4158.0, 4117.0, 4116.0, 4127.0, 4119.0, 4127.0, 4130.0, 4162.0, 4162.0, 4143.0, 4115.0, 4111.0, 4129.0, 4141.0, 4145.0, 4154.0, 4143.0, 4153.0, 4142.0, 4132.0, 4184.0, 4164.0, 4153.0, 4145.0, 4204.0, 4153.0, 4194.0, 4164.0, 4183.0, 4129.0, 4170.0, 4138.0, 4128.0, 4178.0, 4138.0, 4189.0, 4149.0, 4167.0, 4117.0, 4126.0, 4116.0, 4117.0, 4133.0, 4152.0, 4143.0, 4143.0, 4153.0, 4152.0, 4144.0, 4140.0, 4141.0, 4142.0, 4142.0, 4153.0, 4154.0, 4205.0, 4162.0, 4120.0, 4180.0, 4120.0, 4128.0, 4117.0, 4178.0, 4126.0, 4137.0, 4177.0, 4128.0, 4178.0, 4127.0, 4146.0, 4115.0, 4105.0, 4175.0, 4124.0, 4164.0, 4123.0, 4164.0, 4112.0, 4142.0, 4091.0, 4101.0, 4101.0, 4092.0, 4111.0, 4091.0, 4152.0, 4103.0, 4132.0, 4104.0, 4104.0, 4113.0, 4102.0, 4112.0, 4103.0, 4110.0, 4103.0, 4131.0, 4103.0, 4133.0, 4114.0, 4122.0, 4104.0, 4112.0, 4114.0, 4114.0, 4127.0, 4125.0, 4117.0, 4116.0, 4125.0, 4105.0, 4113.0, 4104.0, 4144.0, 4115.0, 4124.0, 4103.0, 4115.0, 4114.0, 4105.0, 4113.0, 4115.0, 4113.0, 4114.0, 4114.0, 4115.0, 4106.0, 4118.0, 4121.0, 4131.0, 4121.0, 4144.0, 4135.0, 4144.0, 4146.0, 4144.0, 4146.0, 4158.0, 4148.0, 4209.0, 4166.0, 4173.0, 4152.0, 4161.0, 4169.0, 4129.0, 4190.0, 4160.0, 4170.0, 4139.0, 4148.0, 4139.0, 4138.0, 4140.0, 4140.0, 4140.0, 4129.0, 4140.0, 4142.0, 4142.0, 4144.0, 4164.0, 4155.0, 4153.0, 4142.0, 4153.0, 4156.0, 4164.0, 4155.0, 4155.0, 4196.0, 4153.0, 4187.0, 4217.0, 4184.0, 4181.0, 4140.0, 4190.0, 4150.0, 4160.0, 4131.0, 4160.0, 4133.0, 4155.0, 4142.0, 4142.0, 4130.0, 4142.0, 4153.0, 4153.0, 4143.0, 4142.0, 4142.0, 4132.0, 4172.0, 4130.0, 4194.0, 4163.0, 4181.0, 4128.0, 4158.0, 4126.0, 4116.0, 4126.0, 4127.0, 4188.0, 4127.0, 4154.0, 4125.0, 4134.0, 4125.0, 4116.0, 4127.0, 4117.0, 4129.0, 4127.0, 4138.0, 4127.0, 4139.0, 4149.0, 4139.0, 4140.0, 4159.0, 4141.0, 4180.0, 4139.0, 4168.0, 4127.0, 4146.0, 4167.0, 4138.0, 4190.0, 4160.0, 4178.0, 4140.0, 4127.0, 4127.0, 4118.0, 4131.0, 4119.0, 4120.0, 4130.0, 4133.0, 4173.0, 4155.0, 4162.0, 4154.0, 4181.0, 4129.0, 4159.0, 4147.0, 4137.0, 4189.0, 4169.0, 4179.0, 4149.0, 4156.0, 4115.0, 4125.0, 4105.0, 4105.0, 4140.0, 4129.0, 4127.0, 4117.0, 4117.0, 4117.0, 4128.0, 4130.0, 4143.0, 4133.0, 4155.0, 4157.0, 4155.0, 4186.0, 4156.0, 4155.0, 4163.0, 4191.0, 4171.0, 4189.0, 4180.0, 4190.0, 4157.0, 4156.0, 4115.0, 4123.0, 4113.0, 4103.0, 4113.0, 4102.0, 4113.0, 4113.0, 4114.0, 4115.0], 'WindowWidth': [9268.0, 9232.0, 9226.0, 9201.0, 9198.0, 9192.0, 9194.0, 9191.0, 9198.0, 9226.0, 9211.0, 9211.0, 9199.0, 9207.0, 9193.0, 9193.0, 9193.0, 9212.0, 9187.0, 9206.0, 9217.0, 9221.0, 9241.0, 9204.0, 9256.0, 9195.0, 9289.0, 9270.0, 9269.0, 9199.0, 9213.0, 9191.0, 9181.0, 9289.0, 9195.0, 9259.0, 9193.0, 9228.0, 9192.0, 9191.0, 9199.0, 9195.0, 9216.0, 9237.0, 9307.0, 9283.0, 9218.0, 9167.0, 9134.0, 9161.0, 9111.0, 9185.0, 9195.0, 9273.0, 9254.0, 9273.0, 9189.0, 9239.0, 9186.0, 9186.0, 9194.0, 9212.0, 9206.0, 9222.0, 9247.0, 9223.0, 9265.0, 9208.0, 9190.0, 9205.0, 9196.0, 9301.0, 9252.0, 9279.0, 9205.0, 9241.0, 9172.0, 9231.0, 9193.0, 9197.0, 9176.0, 9171.0, 9174.0, 9210.0, 9176.0, 9225.0, 9199.0, 9177.0, 9193.0, 9176.0, 9198.0, 9202.0, 9221.0, 9206.0, 9241.0, 9224.0, 9238.0, 9226.0, 9317.0, 9258.0, 9237.0, 9234.0, 9207.0, 9319.0, 9256.0, 9258.0, 9285.0, 9245.0, 9284.0, 9225.0, 9262.0, 9187.0, 9176.0, 9209.0, 9198.0, 9249.0, 9195.0, 9219.0, 9195.0, 9193.0, 9194.0, 9204.0, 9226.0, 9199.0, 9236.0, 9197.0, 9235.0, 9177.0, 9189.0, 9295.0, 9248.0, 9246.0, 9189.0, 9215.0, 9212.0, 9173.0, 9253.0, 9171.0, 9197.0, 9157.0, 9172.0, 9188.0, 9200.0, 9194.0, 9182.0, 9195.0, 9215.0, 9199.0, 9222.0, 9253.0, 9217.0, 9203.0, 9215.0, 9214.0, 9331.0, 9267.0, 9257.0, 9194.0, 9191.0, 9275.0, 9189.0, 9247.0, 9193.0, 9181.0, 9176.0, 9179.0, 9203.0, 9194.0, 9197.0, 9192.0, 9195.0, 9177.0, 9193.0, 9203.0, 9191.0, 9199.0, 9214.0, 9204.0, 9211.0, 9186.0, 9195.0, 9197.0, 9217.0, 9195.0, 9208.0, 9212.0, 9202.0, 9215.0, 9202.0, 9267.0, 9196.0, 9261.0, 9194.0, 9238.0, 9208.0, 9224.0, 9190.0, 9180.0, 9276.0, 9215.0, 9270.0, 9214.0, 9239.0, 9168.0, 9240.0, 9153.0, 9193.0, 9152.0, 9151.0, 9168.0, 9168.0, 9171.0, 9175.0, 9191.0, 9199.0, 9196.0, 9185.0, 9249.0, 9192.0, 9217.0, 9172.0, 9192.0, 9277.0, 9222.0, 9251.0, 9197.0, 9198.0, 9202.0, 9180.0, 9185.0, 9179.0, 9188.0, 9225.0, 9224.0, 9218.0, 9218.0, 9209.0, 9195.0, 9263.0, 9226.0, 9298.0, 9239.0, 9219.0, 9180.0, 9229.0, 9174.0, 9203.0, 9183.0, 9209.0, 9193.0, 9202.0, 9177.0, 9173.0, 9166.0, 9199.0, 9209.0, 9198.0, 9194.0, 9196.0, 9208.0, 9198.0, 9213.0, 9214.0, 9198.0, 9199.0, 9197.0, 9199.0, 9206.0, 9221.0, 9218.0, 9215.0, 9216.0, 9281.0, 9195.0, 9277.0, 9226.0, 9265.0, 9206.0, 9247.0, 9161.0, 9174.0, 9173.0, 9177.0, 9172.0, 9175.0, 9190.0, 9180.0, 9193.0, 9201.0, 9238.0, 9230.0, 9206.0, 9236.0, 9226.0, 9202.0, 9206.0, 9246.0, 9235.0, 9236.0, 9221.0, 9244.0, 9190.0, 9278.0, 9310.0, 9274.0, 9263.0, 9240.0, 9230.0, 9172.0, 9200.0, 9229.0, 9219.0, 9243.0, 9189.0, 9225.0, 9159.0, 9163.0, 9174.0, 9185.0, 9171.0, 9172.0, 9171.0, 9176.0, 9173.0, 9177.0, 9244.0, 9195.0, 9233.0, 9187.0, 9214.0, 9209.0, 9155.0, 9234.0, 9150.0, 9165.0, 9170.0, 9173.0, 9185.0, 9177.0, 9173.0, 9179.0, 9189.0, 9191.0, 9197.0, 9214.0, 9203.0, 9241.0, 9202.0, 9238.0, 9199.0, 9209.0, 9211.0, 9216.0, 9264.0, 9275.0, 9195.0, 9194.0, 9178.0, 9179.0, 9176.0, 9182.0, 9194.0, 9233.0, 9234.0, 9229.0, 9221.0, 9244.0, 9225.0, 9207.0, 9248.0, 9241.0, 9242.0, 9247.0, 9247.0, 9307.0, 9334.0, 9300.0, 9306.0, 9257.0, 9254.0, 9214.0, 9187.0, 9259.0, 9233.0, 9263.0, 9218.0, 9226.0, 9170.0, 9168.0, 9168.0, 9173.0, 9168.0, 9170.0, 9167.0, 9169.0, 9166.0, 9173.0, 9160.0, 9198.0, 9201.0, 9201.0, 9207.0, 9195.0, 9177.0, 9192.0, 9199.0, 9219.0, 9230.0, 9203.0, 9198.0, 9213.0, 9198.0, 9221.0, 9195.0, 9265.0, 9210.0, 9240.0, 9229.0, 9209.0, 9174.0, 9174.0, 9193.0, 9199.0, 9211.0, 9214.0, 9228.0, 9263.0, 9246.0, 9258.0, 9242.0, 9263.0, 9222.0, 9290.0, 9247.0, 9324.0, 9287.0, 9309.0, 9261.0, 9263.0, 9193.0, 9227.0, 9172.0, 9206.0, 9189.0, 9194.0, 9172.0, 9176.0, 9184.0, 9187.0, 9209.0, 9196.0, 9195.0, 9197.0, 9193.0, 9195.0, 9196.0, 9199.0, 9203.0, 9223.0, 9223.0, 9225.0, 9225.0, 9293.0, 9241.0, 9265.0, 9248.0, 9235.0, 9271.0, 9202.0, 9298.0, 9262.0, 9275.0, 9225.0, 9233.0, 9258.0, 9174.0, 9240.0, 9190.0, 9218.0, 9171.0, 9187.0, 9169.0, 9175.0, 9156.0, 9175.0, 9203.0, 9195.0, 9188.0, 9193.0, 9177.0, 9174.0, 9178.0, 9178.0, 9222.0, 9222.0, 9230.0, 9213.0, 9236.0, 9201.0, 9182.0, 9193.0, 9267.0, 9182.0, 9239.0, 9205.0, 9210.0, 9284.0, 9194.0, 9259.0, 9199.0, 9227.0, 9181.0, 9210.0, 9173.0, 9194.0, 9234.0, 9209.0, 9171.0, 9192.0, 9170.0, 9224.0, 9150.0, 9174.0, 9148.0, 9161.0, 9183.0, 9221.0, 9178.0, 9187.0, 9150.0, 9201.0, 9146.0, 9182.0, 9142.0, 9171.0, 9132.0, 9145.0, 9140.0, 9149.0, 9152.0, 9175.0, 9138.0, 9159.0, 9142.0, 9177.0, 9185.0, 9176.0, 9195.0, 9247.0, 9194.0, 9234.0, 9164.0, 9181.0, 9176.0, 9183.0, 9167.0, 9180.0, 9183.0, 9186.0, 9201.0, 9187.0, 9204.0, 9270.0, 9246.0, 9287.0, 9261.0, 9244.0, 9212.0, 9194.0, 9194.0, 9259.0, 9190.0, 9245.0, 9187.0, 9193.0, 9216.0, 9177.0, 9231.0, 9175.0, 9170.0, 9186.0, 9180.0, 9189.0, 9195.0, 9264.0, 9264.0, 9219.0, 9170.0, 9156.0, 9192.0, 9214.0, 9229.0, 9237.0, 9223.0, 9233.0, 9217.0, 9205.0, 9277.0, 9248.0, 9233.0, 9223.0, 9305.0, 9234.0, 9291.0, 9249.0, 9272.0, 9195.0, 9250.0, 9202.0, 9189.0, 9259.0, 9204.0, 9275.0, 9218.0, 9240.0, 9174.0, 9185.0, 9174.0, 9175.0, 9210.0, 9231.0, 9226.0, 9225.0, 9237.0, 9232.0, 9225.0, 9213.0, 9214.0, 9221.0, 9219.0, 9235.0, 9238.0, 9310.0, 9244.0, 9183.0, 9264.0, 9185.0, 9191.0, 9176.0, 9256.0, 9183.0, 9199.0, 9254.0, 9190.0, 9257.0, 9188.0, 9211.0, 9167.0, 9155.0, 9250.0, 9179.0, 9230.0, 9175.0, 9231.0, 9159.0, 9198.0, 9128.0, 9141.0, 9141.0, 9131.0, 9154.0, 9130.0, 9210.0, 9148.0, 9186.0, 9153.0, 9151.0, 9163.0, 9148.0, 9158.0, 9148.0, 9155.0, 9147.0, 9183.0, 9148.0, 9186.0, 9163.0, 9172.0, 9150.0, 9157.0, 9163.0, 9165.0, 9187.0, 9184.0, 9174.0, 9170.0, 9183.0, 9156.0, 9162.0, 9153.0, 9203.0, 9166.0, 9177.0, 9149.0, 9167.0, 9166.0, 9154.0, 9163.0, 9167.0, 9160.0, 9165.0, 9164.0, 9168.0, 9156.0, 9173.0, 9185.0, 9198.0, 9184.0, 9221.0, 9214.0, 9223.0, 9225.0, 9221.0, 9229.0, 9248.0, 9235.0, 9322.0, 9256.0, 9259.0, 9228.0, 9239.0, 9248.0, 9195.0, 9278.0, 9236.0, 9249.0, 9209.0, 9219.0, 9209.0, 9205.0, 9214.0, 9213.0, 9211.0, 9198.0, 9214.0, 9221.0, 9219.0, 9224.0, 9253.0, 9238.0, 9231.0, 9217.0, 9239.0, 9247.0, 9254.0, 9242.0, 9240.0, 9296.0, 9233.0, 9287.0, 9330.0, 9277.0, 9266.0, 9210.0, 9277.0, 9223.0, 9234.0, 9197.0, 9232.0, 9205.0, 9237.0, 9215.0, 9215.0, 9195.0, 9213.0, 9231.0, 9231.0, 9219.0, 9215.0, 9214.0, 9198.0, 9255.0, 9193.0, 9289.0, 9247.0, 9268.0, 9190.0, 9230.0, 9183.0, 9170.0, 9185.0, 9190.0, 9273.0, 9187.0, 9222.0, 9182.0, 9192.0, 9182.0, 9172.0, 9191.0, 9178.0, 9195.0, 9190.0, 9206.0, 9190.0, 9209.0, 9222.0, 9207.0, 9210.0, 9236.0, 9212.0, 9264.0, 9207.0, 9245.0, 9186.0, 9212.0, 9243.0, 9203.0, 9279.0, 9238.0, 9258.0, 9210.0, 9188.0, 9188.0, 9178.0, 9201.0, 9182.0, 9184.0, 9199.0, 9205.0, 9260.0, 9242.0, 9242.0, 9237.0, 9267.0, 9191.0, 9231.0, 9212.0, 9200.0, 9275.0, 9245.0, 9261.0, 9220.0, 9224.0, 9167.0, 9179.0, 9155.0, 9154.0, 9213.0, 9196.0, 9190.0, 9174.0, 9176.0, 9175.0, 9192.0, 9197.0, 9224.0, 9208.0, 9241.0, 9246.0, 9240.0, 9283.0, 9245.0, 9241.0, 9249.0, 9283.0, 9253.0, 9277.0, 9265.0, 9280.0, 9229.0, 9224.0, 9168.0, 9176.0, 9162.0, 9148.0, 9161.0, 9146.0, 9162.0, 9164.0, 9165.0, 9169.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.002306467889908257</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025890169724770644</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.673520584052845</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1495096986911597</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.012772871607347</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4674</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6254.6309</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12770439766415986</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>126</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>14.44954128440367</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.62287494352215</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5763952113012243</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.897544476371702</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3946851428935236</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0156398</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015645086765289307</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02244127355515957</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.4719997374619074</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>30.4028</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.353</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.6262</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300816.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>807.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>333.5693</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6427</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.5722</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3285.7632</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3528.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75728.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>798.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4456.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1016.1224</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.49345546949189</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> |