=== 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-0081 --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-0081",
"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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-04/func/sub-0081_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>5d938aeff6428a2fa3175185b5e26f9e</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>15:26:55.465000</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.988788, 0.123504, -0.0839404, -0.118081, 0.990756, 0.0667743]</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.0924284</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>[4110, -7715, -7308, 549, -10, -67, 65, 48]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.893</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8d2cbb45-14fb-47ff-af83-92f65febae5f||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.6528446674346924, -0.3168022930622101, -0.2468107044696808, 134.1791229248047], [-0.33135107159614563, 2.6581268310546875, 0.15150736272335052, -80.68218231201172], [-0.22520603239536285, -0.1791505515575409, 2.6844234466552734, -70.10169219970703], [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': ['152655.465000', '152655.925000', '152656.385000', '152656.845000', '152657.305000', '152657.765000', '152658.225000', '152658.685000', '152659.145000', '152659.605000', '152700.065000', '152700.525000', '152700.985000', '152701.445000', '152701.905000', '152702.365000', '152702.825000', '152703.285000', '152703.745000', '152704.205000', '152704.665000', '152705.125000', '152705.585000', '152706.045000', '152706.505000', '152706.965000', '152707.425000', '152707.885000', '152708.345000', '152708.805000', '152709.265000', '152709.725000', '152710.185000', '152710.645000', '152711.105000', '152711.565000', '152712.025000', '152712.485000', '152712.945000', '152713.405000', '152713.865000', '152714.325000', '152714.785000', '152715.245000', '152715.705000', '152716.165000', '152716.625000', '152717.085000', '152717.545000', '152718.005000', '152718.465000', '152718.925000', '152719.385000', '152719.845000', '152720.305000', '152720.765000', '152721.225000', '152721.685000', '152722.145000', '152722.605000', '152723.065000', '152723.525000', '152723.985000', '152724.445000', '152724.905000', '152725.365000', '152725.825000', '152726.285000', '152726.745000', '152727.205000', '152727.665000', '152728.125000', '152728.585000', '152729.045000', '152729.505000', '152729.965000', '152730.425000', '152730.885000', '152731.345000', '152731.805000', '152732.265000', '152732.725000', '152733.185000', '152733.645000', '152734.105000', '152734.565000', '152735.025000', '152735.485000', '152735.945000', '152736.405000', '152736.865000', '152737.325000', '152737.785000', '152738.245000', '152738.705000', '152739.165000', '152739.625000', '152740.085000', '152740.545000', '152741.005000', '152741.465000', '152741.925000', '152742.385000', '152742.845000', '152743.305000', '152743.765000', '152744.225000', '152744.685000', '152745.145000', '152745.605000', '152746.065000', '152746.525000', '152746.985000', '152747.445000', '152747.905000', '152748.365000', '152748.825000', '152749.285000', '152749.745000', '152750.205000', '152750.665000', '152751.125000', '152751.585000', '152752.045000', '152752.505000', '152752.965000', '152753.425000', '152753.885000', '152754.345000', '152754.805000', '152755.265000', '152755.725000', '152756.185000', '152756.645000', '152757.105000', '152757.565000', '152758.025000', '152758.485000', '152758.945000', '152759.405000', '152759.865000', '152800.325000', '152800.785000', '152801.245000', '152801.705000', '152802.165000', '152802.625000', '152803.085000', '152803.545000', '152804.005000', '152804.465000', '152804.925000', '152805.385000', '152805.845000', '152806.305000', '152806.765000', '152807.225000', '152807.685000', '152808.145000', '152808.605000', '152809.065000', '152809.525000', '152809.985000', '152810.445000', '152810.905000', '152811.365000', '152811.825000', '152812.285000', '152812.745000', '152813.205000', '152813.665000', '152814.125000', '152814.585000', '152815.045000', '152815.505000', '152815.965000', '152816.425000', '152816.885000', '152817.345000', '152817.805000', '152818.265000', '152818.725000', '152819.185000', '152819.645000', '152820.105000', '152820.565000', '152821.025000', '152821.485000', '152821.945000', '152822.405000', '152822.865000', '152823.325000', '152823.785000', '152824.245000', '152824.705000', '152825.165000', '152825.625000', '152826.085000', '152826.545000', '152827.005000', '152827.465000', '152827.925000', '152828.385000', '152828.845000', '152829.305000', '152829.765000', '152830.225000', '152830.685000', '152831.145000', '152831.605000', '152832.065000', '152832.525000', '152832.985000', '152833.445000', '152833.905000', '152834.365000', '152834.825000', '152835.285000', '152835.745000', '152836.205000', '152836.665000', '152837.125000', '152837.585000', '152838.045000', '152838.505000', '152838.965000', '152839.425000', '152839.885000', '152840.345000', '152840.805000', '152841.265000', '152841.725000', '152842.185000', '152842.645000', '152843.105000', '152843.565000', '152844.025000', '152844.485000', '152844.945000', '152845.405000', '152845.865000', '152846.325000', '152846.785000', '152847.245000', '152847.705000', '152848.165000', '152848.625000', '152849.085000', '152849.545000', '152850.005000', '152850.465000', '152850.925000', '152851.385000', '152851.845000', '152852.305000', '152852.765000', '152853.225000', '152853.685000', '152854.145000', '152854.605000', '152855.065000', '152855.525000', '152855.985000', '152856.445000', '152856.905000', '152857.365000', '152857.825000', '152858.285000', '152858.745000', '152859.205000', '152859.665000', '152900.125000', '152900.585000', '152901.045000', '152901.505000', '152901.965000', '152902.425000', '152902.885000', '152903.345000', '152903.805000', '152904.265000', '152904.725000', '152905.185000', '152905.645000', '152906.105000', '152906.565000', '152907.025000', '152907.485000', '152907.945000', '152908.405000', '152908.865000', '152909.325000', '152909.785000', '152910.245000', '152910.705000', '152911.165000', '152911.625000', '152912.085000', '152912.545000', '152913.005000', '152913.465000', '152913.925000', '152914.385000', '152914.845000', '152915.305000', '152915.765000', '152916.225000', '152916.685000', '152917.145000', '152917.605000', '152918.065000', '152918.525000', '152918.985000', '152919.445000', '152919.905000', '152920.365000', '152920.825000', '152921.285000', '152921.745000', '152922.205000', '152922.665000', '152923.125000', '152923.585000', '152924.045000', '152924.505000', '152924.965000', '152925.425000', '152925.885000', '152926.345000', '152926.805000', '152927.265000', '152927.725000', '152928.185000', '152928.645000', '152929.105000', '152929.565000', '152930.025000', '152930.485000', '152930.945000', '152931.405000', '152931.865000', '152932.325000', '152932.785000', '152933.245000', '152933.705000', '152934.165000', '152934.625000', '152935.085000', '152935.545000', '152936.005000', '152936.465000', '152936.925000', '152937.385000', '152937.845000', '152938.305000', '152938.765000', '152939.225000', '152939.685000', '152940.145000', '152940.605000', '152941.065000', '152941.525000', '152941.985000', '152942.445000', '152942.905000', '152943.365000', '152943.825000', '152944.285000', '152944.745000', '152945.205000', '152945.665000', '152946.125000', '152946.585000', '152947.045000', '152947.505000', '152947.965000', '152948.425000', '152948.885000', '152949.345000', '152949.805000', '152950.265000', '152950.725000', '152951.185000', '152951.645000', '152952.105000', '152952.565000', '152953.025000', '152953.485000', '152953.945000', '152954.405000', '152954.865000', '152955.325000', '152955.785000', '152956.245000', '152956.705000', '152957.165000', '152957.625000', '152958.085000', '152958.545000', '152959.005000', '152959.465000', '152959.925000', '153000.385000', '153000.845000', '153001.305000', '153001.765000', '153002.225000', '153002.685000', '153003.145000', '153003.605000', '153004.065000', '153004.525000', '153004.985000', '153005.445000', '153005.905000', '153006.365000', '153006.825000', '153007.285000', '153007.745000', '153008.205000', '153008.665000', '153009.125000', '153009.585000', '153010.045000', '153010.505000', '153010.965000', '153011.425000', '153011.885000', '153012.345000', '153012.805000', '153013.265000', '153013.725000', '153014.185000', '153014.645000', '153015.105000', '153015.565000', '153016.025000', '153016.485000', '153016.945000', '153017.405000', '153017.865000', '153018.325000', '153018.785000', '153019.245000', '153019.705000', '153020.165000', '153020.625000', '153021.085000', '153021.545000', '153022.005000', '153022.465000', '153022.925000', '153023.385000', '153023.845000', '153024.305000', '153024.765000', '153025.225000', '153025.685000', '153026.145000', '153026.605000', '153027.065000', '153027.525000', '153027.985000', '153028.445000', '153028.905000', '153029.365000', '153029.825000', '153030.285000', '153030.745000', '153031.205000', '153031.665000', '153032.125000', '153032.585000', '153033.045000', '153033.505000', '153033.965000', '153034.425000', '153034.885000', '153035.345000', '153035.805000', '153036.265000', '153036.725000', '153037.185000', '153037.645000', '153038.105000', '153038.565000', '153039.025000', '153039.485000', '153039.945000', '153040.405000', '153040.865000', '153041.325000', '153041.785000', '153042.245000', '153042.705000', '153043.165000', '153043.625000', '153044.085000', '153044.545000', '153045.005000', '153045.465000', '153045.925000', '153046.385000', '153046.845000', '153047.305000', '153047.765000', '153048.225000', '153048.685000', '153049.145000', '153049.605000', '153050.065000', '153050.525000', '153050.985000', '153051.445000', '153051.905000', '153052.365000', '153052.825000', '153053.285000', '153053.745000', '153054.205000', '153054.665000', '153055.125000', '153055.585000', '153056.045000', '153056.505000', '153056.965000', '153057.425000', '153057.885000', '153058.345000', '153058.805000', '153059.265000', '153059.725000', '153100.185000', '153100.645000', '153101.105000', '153101.565000', '153102.025000', '153102.485000', '153102.945000', '153103.405000', '153103.865000', '153104.325000', '153104.785000', '153105.245000', '153105.705000', '153106.165000', '153106.625000', '153107.085000', '153107.545000', '153108.005000', '153108.465000', '153108.925000', '153109.385000', '153109.845000', '153110.305000', '153110.765000', '153111.225000', '153111.685000', '153112.145000', '153112.605000', '153113.065000', '153113.525000', '153113.985000', '153114.445000', '153114.905000', '153115.365000', '153115.825000', '153116.285000', '153116.745000', '153117.205000', '153117.665000', '153118.125000', '153118.585000', '153119.045000', '153119.505000', '153119.965000', '153120.425000', '153120.885000', '153121.345000', '153121.805000', '153122.265000', '153122.725000', '153123.185000', '153123.645000', '153124.105000', '153124.565000', '153125.025000', '153125.485000', '153125.945000', '153126.405000', '153126.865000', '153127.325000', '153127.785000', '153128.245000', '153128.705000', '153129.165000', '153129.625000', '153130.085000', '153130.545000', '153131.005000', '153131.465000', '153131.925000', '153132.385000', '153132.845000', '153133.305000', '153133.765000', '153134.225000', '153134.685000', '153135.145000', '153135.605000', '153136.065000', '153136.525000', '153136.985000', '153137.445000', '153137.905000', '153138.365000', '153138.825000', '153139.285000', '153139.745000', '153140.205000', '153140.665000', '153141.125000', '153141.585000', '153142.045000', '153142.505000', '153142.965000', '153143.425000', '153143.885000', '153144.345000', '153144.805000', '153145.265000', '153145.725000', '153146.185000', '153146.645000', '153147.105000', '153147.565000', '153148.025000', '153148.485000', '153148.945000', '153149.405000', '153149.865000', '153150.325000', '153150.785000', '153151.245000', '153151.705000', '153152.165000', '153152.625000', '153153.085000', '153153.545000', '153154.005000', '153154.465000', '153154.925000', '153155.385000', '153155.845000', '153156.305000', '153156.765000', '153157.225000', '153157.685000', '153158.145000', '153158.605000', '153159.065000', '153159.525000', '153159.985000', '153200.445000', '153200.905000', '153201.365000', '153201.825000', '153202.285000', '153202.745000', '153203.205000', '153203.665000', '153204.125000', '153204.585000', '153205.045000', '153205.505000', '153205.965000', '153206.425000', '153206.885000', '153207.345000', '153207.805000', '153208.265000', '153208.725000', '153209.185000', '153209.645000', '153210.105000', '153210.565000', '153211.025000', '153211.485000', '153211.945000', '153212.405000', '153212.865000', '153213.325000', '153213.785000', '153214.245000', '153214.705000', '153215.165000', '153215.625000', '153216.085000', '153216.545000', '153217.005000', '153217.465000', '153217.925000', '153218.385000', '153218.845000', '153219.305000', '153219.765000', '153220.225000', '153220.685000', '153221.145000', '153221.605000', '153222.065000', '153222.525000', '153222.985000', '153223.445000', '153223.905000', '153224.365000', '153224.825000', '153225.285000', '153225.745000', '153226.205000', '153226.665000', '153227.125000', '153227.585000', '153228.045000', '153228.505000', '153228.965000', '153229.425000', '153229.885000', '153230.345000', '153230.805000', '153231.265000', '153231.725000', '153232.185000', '153232.645000', '153233.105000', '153233.565000', '153234.025000', '153234.485000', '153234.945000', '153235.405000', '153235.865000', '153236.325000', '153236.785000', '153237.245000', '153237.705000', '153238.165000', '153238.625000', '153239.085000', '153239.545000', '153240.005000', '153240.465000', '153240.925000', '153241.385000', '153241.845000', '153242.305000', '153242.765000', '153243.225000', '153243.685000', '153244.145000', '153244.605000', '153245.065000', '153245.525000', '153245.985000', '153246.445000', '153246.905000', '153247.365000', '153247.825000', '153248.285000', '153248.745000', '153249.205000', '153249.665000', '153250.125000', '153250.585000', '153251.045000', '153251.505000', '153251.965000', '153252.425000', '153252.885000', '153253.345000', '153253.805000', '153254.265000', '153254.725000', '153255.185000', '153255.645000', '153256.105000', '153256.565000', '153257.025000', '153257.485000', '153257.945000', '153258.405000', '153258.865000', '153259.325000', '153259.785000', '153300.245000', '153300.705000', '153301.165000', '153301.625000', '153302.085000', '153302.545000', '153303.005000', '153303.465000', '153303.925000', '153304.385000', '153304.845000', '153305.305000', '153305.765000', '153306.225000', '153306.685000', '153307.145000', '153307.605000', '153308.065000', '153308.525000', '153308.985000', '153309.445000', '153309.905000', '153310.365000', '153310.825000', '153311.285000', '153311.745000', '153312.205000', '153312.665000', '153313.125000', '153313.585000', '153314.045000', '153314.505000', '153314.965000', '153315.425000', '153315.885000', '153316.345000', '153316.805000', '153317.265000', '153317.725000', '153318.185000', '153318.645000', '153319.105000', '153319.565000', '153320.025000', '153320.485000', '153320.945000', '153321.405000', '153321.865000', '153322.325000', '153322.785000', '153323.245000', '153323.705000', '153324.165000', '153324.625000', '153325.085000', '153325.545000', '153326.005000', '153326.465000', '153326.925000', '153327.385000', '153327.845000', '153328.305000', '153328.765000', '153329.225000', '153329.685000', '153330.145000', '153330.605000', '153331.065000', '153331.525000', '153331.985000', '153332.445000', '153332.905000', '153333.365000', '153333.825000', '153334.285000', '153334.745000', '153335.205000', '153335.665000', '153336.125000'], 'ContentTime': ['152707.547000', '152707.550000', '152707.553000', '152707.556000', '152707.558000', '152707.561000', '152707.563000', '152707.566000', '152707.568000', '152707.571000', '152707.573000', '152707.576000', '152707.579000', '152707.589000', '152707.592000', '152707.594000', '152707.597000', '152707.605000', '152707.608000', '152707.610000', '152707.613000', '152707.616000', '152707.618000', '152707.621000', '152727.519000', '152727.522000', '152727.525000', '152727.527000', '152727.530000', '152727.532000', '152727.535000', '152727.538000', '152727.540000', '152727.543000', '152727.545000', '152727.548000', '152727.550000', '152727.558000', '152727.561000', '152727.563000', '152727.566000', '152727.568000', '152727.571000', '152727.573000', '152727.576000', '152727.578000', '152727.581000', '152727.583000', '152727.586000', '152727.589000', '152727.591000', '152727.594000', '152727.596000', '152727.599000', '152727.602000', '152727.604000', '152727.607000', '152727.611000', '152727.614000', '152727.617000', '152727.633000', '152727.636000', '152727.638000', '152727.641000', '152727.644000', '152727.646000', '152727.649000', '152747.520000', '152747.523000', '152747.536000', '152747.538000', '152747.541000', '152747.543000', '152747.546000', '152747.549000', '152747.551000', '152747.554000', '152747.556000', '152747.559000', '152747.561000', '152747.564000', '152747.566000', '152747.569000', '152747.572000', '152747.574000', '152747.577000', '152747.580000', '152747.582000', '152747.585000', '152747.587000', '152747.590000', '152747.593000', '152747.595000', '152747.598000', '152747.600000', '152747.603000', '152747.606000', '152747.608000', '152747.611000', '152747.614000', '152747.616000', '152747.619000', '152747.621000', '152747.624000', '152747.627000', '152747.629000', '152747.632000', '152747.634000', '152747.637000', '152747.639000', '152747.642000', '152807.521000', '152807.523000', '152807.526000', '152807.529000', '152807.531000', '152807.534000', '152807.536000', '152807.539000', '152807.541000', '152807.544000', '152807.547000', '152807.549000', '152807.552000', '152807.554000', '152807.557000', '152807.559000', '152807.562000', '152807.565000', '152807.567000', '152807.570000', '152807.572000', '152807.575000', '152807.577000', '152807.580000', '152807.582000', '152807.585000', '152807.587000', '152807.590000', '152807.593000', '152807.596000', '152807.599000', '152807.602000', '152807.605000', '152807.607000', '152807.610000', '152807.612000', '152807.615000', '152807.617000', '152807.620000', '152807.623000', '152807.625000', '152807.628000', '152807.630000', '152827.520000', '152827.523000', '152827.526000', '152827.528000', '152827.531000', '152827.534000', '152827.536000', '152827.539000', '152827.541000', '152827.544000', '152827.546000', '152827.549000', '152827.552000', '152827.554000', '152827.557000', '152827.559000', '152827.562000', '152827.565000', '152827.567000', '152827.570000', '152827.572000', '152827.575000', '152827.577000', '152827.580000', '152827.583000', '152827.585000', '152827.588000', '152827.590000', '152827.593000', '152827.596000', '152827.598000', '152827.601000', '152827.603000', '152827.606000', '152827.609000', '152827.611000', '152827.614000', '152827.616000', '152827.619000', '152827.621000', '152827.624000', '152827.627000', '152827.629000', '152827.632000', '152847.520000', '152847.522000', '152847.525000', '152847.528000', '152847.530000', '152847.533000', '152847.536000', '152847.538000', '152847.541000', '152847.543000', '152847.546000', '152847.548000', '152847.551000', '152847.554000', '152847.556000', '152847.559000', '152847.562000', '152847.564000', '152847.567000', '152847.569000', '152847.572000', '152847.575000', '152847.577000', '152847.580000', '152847.582000', '152847.585000', '152847.588000', '152847.591000', '152847.594000', '152847.597000', '152847.599000', '152847.602000', '152847.605000', '152847.607000', '152847.610000', '152847.612000', '152847.615000', '152847.617000', '152847.620000', '152847.622000', '152847.625000', '152847.628000', '152847.630000', '152907.520000', '152907.522000', '152907.525000', '152907.528000', '152907.530000', '152907.533000', '152907.535000', '152907.538000', '152907.541000', '152907.543000', '152907.546000', '152907.548000', '152907.551000', '152907.554000', '152907.556000', '152907.559000', '152907.561000', '152907.564000', '152907.566000', '152907.569000', '152907.572000', '152907.574000', '152907.577000', '152907.579000', '152907.582000', '152907.585000', '152907.587000', '152907.590000', '152907.592000', '152907.595000', '152907.598000', '152907.600000', '152907.603000', '152907.605000', '152907.608000', '152907.611000', '152907.613000', '152907.616000', '152907.618000', '152907.621000', '152907.624000', '152907.636000', '152907.639000', '152907.641000', '152927.519000', '152927.522000', '152927.525000', '152927.527000', '152927.530000', '152927.533000', '152927.535000', '152927.538000', '152927.540000', '152927.543000', '152927.545000', '152927.548000', '152927.551000', '152927.553000', '152927.556000', '152927.558000', '152927.561000', '152927.563000', '152927.566000', '152927.568000', '152927.571000', '152927.574000', '152927.576000', '152927.579000', '152927.581000', '152927.584000', '152927.587000', '152927.589000', '152927.592000', '152927.594000', '152927.597000', '152927.600000', '152927.603000', '152927.606000', '152927.609000', '152927.612000', '152927.614000', '152927.617000', '152927.619000', '152927.622000', '152927.625000', '152927.627000', '152927.630000', '152947.519000', '152947.522000', '152947.525000', '152947.528000', '152947.530000', '152947.533000', '152947.535000', '152947.538000', '152947.541000', '152947.543000', '152947.546000', '152947.549000', '152947.551000', '152947.554000', '152947.556000', '152947.559000', '152947.562000', '152947.564000', '152947.567000', '152947.569000', '152947.572000', '152947.575000', '152947.577000', '152947.580000', '152947.582000', '152947.585000', '152947.588000', '152947.590000', '152947.593000', '152947.595000', '152947.598000', '152947.601000', '152947.603000', '152947.606000', '152947.608000', '152947.611000', '152947.614000', '152947.616000', '152947.619000', '152947.621000', '152947.624000', '152947.627000', '152947.629000', '152947.632000', '153007.521000', '153007.523000', '153007.526000', '153007.529000', '153007.531000', '153007.534000', '153007.536000', '153007.539000', '153007.541000', '153007.544000', '153007.547000', '153007.549000', '153007.552000', '153007.554000', '153007.557000', '153007.559000', '153007.562000', '153007.565000', '153007.567000', '153007.570000', '153007.572000', '153007.575000', '153007.577000', '153007.580000', '153007.583000', '153007.585000', '153007.588000', '153007.590000', '153007.593000', '153007.596000', '153007.598000', '153007.601000', '153007.604000', '153007.606000', '153007.609000', '153007.611000', '153007.614000', '153007.617000', '153007.620000', '153007.623000', '153007.625000', '153007.628000', '153007.631000', '153027.520000', '153027.523000', '153027.526000', '153027.529000', '153027.531000', '153027.534000', '153027.537000', '153027.539000', '153027.542000', '153027.544000', '153027.547000', '153027.550000', '153027.552000', '153027.555000', '153027.557000', '153027.560000', '153027.562000', '153027.565000', '153027.568000', '153027.570000', '153027.573000', '153027.575000', '153027.578000', '153027.580000', '153027.583000', '153027.586000', '153027.588000', '153027.591000', '153027.593000', '153027.596000', '153027.599000', '153027.601000', '153027.604000', '153027.606000', '153027.609000', '153027.612000', '153027.614000', '153027.617000', '153027.619000', '153027.622000', '153027.625000', '153027.627000', '153027.630000', '153027.632000', '153047.521000', '153047.524000', '153047.526000', '153047.529000', '153047.531000', '153047.534000', '153047.536000', '153047.539000', '153047.542000', '153047.544000', '153047.547000', '153047.549000', '153047.552000', '153047.555000', '153047.557000', '153047.560000', '153047.562000', '153047.565000', '153047.567000', '153047.570000', '153047.573000', '153047.575000', '153047.578000', '153047.580000', '153047.583000', '153047.586000', '153047.588000', '153047.591000', '153047.593000', '153047.596000', '153047.599000', '153047.601000', '153047.604000', '153047.606000', '153047.609000', '153047.612000', '153047.614000', '153047.638000', '153047.640000', '153047.643000', '153047.646000', '153047.648000', '153047.651000', '153107.520000', '153107.523000', '153107.525000', '153107.528000', '153107.530000', '153107.533000', '153107.535000', '153107.538000', '153107.541000', '153107.544000', '153107.554000', '153107.556000', '153107.559000', '153107.562000', '153107.564000', '153107.567000', '153107.569000', '153107.572000', '153107.575000', '153107.577000', '153107.580000', '153107.582000', '153107.585000', '153107.588000', '153107.590000', '153107.593000', '153107.596000', '153107.598000', '153107.601000', '153107.604000', '153107.606000', '153107.609000', '153107.611000', '153107.614000', '153107.617000', '153107.619000', '153107.622000', '153107.624000', '153107.627000', '153107.629000', '153107.632000', '153107.635000', '153107.637000', '153107.640000', '153127.520000', '153127.522000', '153127.525000', '153127.528000', '153127.530000', '153127.533000', '153127.535000', '153127.538000', '153127.541000', '153127.543000', '153127.546000', '153127.548000', '153127.551000', '153127.554000', '153127.556000', '153127.559000', '153127.561000', '153127.564000', '153127.566000', '153127.569000', '153127.572000', '153127.574000', '153127.577000', '153127.580000', '153127.582000', '153127.585000', '153127.587000', '153127.590000', '153127.592000', '153127.595000', '153127.598000', '153127.600000', '153127.603000', '153127.605000', '153127.608000', '153127.611000', '153127.613000', '153127.616000', '153127.619000', '153127.621000', '153127.624000', '153127.626000', '153127.629000', '153147.520000', '153147.522000', '153147.525000', '153147.528000', '153147.530000', '153147.533000', '153147.536000', '153147.538000', '153147.541000', '153147.543000', '153147.546000', '153147.549000', '153147.551000', '153147.554000', '153147.556000', '153147.559000', '153147.562000', '153147.564000', '153147.567000', '153147.569000', '153147.572000', '153147.575000', '153147.577000', '153147.580000', '153147.582000', '153147.585000', '153147.587000', '153147.590000', '153147.593000', '153147.595000', '153147.598000', '153147.600000', '153147.603000', '153147.606000', '153147.608000', '153147.611000', '153147.614000', '153147.616000', '153147.619000', '153147.621000', '153147.624000', '153147.627000', '153147.629000', '153147.632000', '153207.520000', '153207.522000', '153207.525000', '153207.528000', '153207.530000', '153207.533000', '153207.535000', '153207.538000', '153207.540000', '153207.543000', '153207.546000', '153207.548000', '153207.551000', '153207.553000', '153207.556000', '153207.559000', '153207.561000', '153207.564000', '153207.566000', '153207.569000', '153207.572000', '153207.574000', '153207.577000', '153207.579000', '153207.582000', '153207.584000', '153207.587000', '153207.590000', '153207.592000', '153207.595000', '153207.597000', '153207.600000', '153207.603000', '153207.605000', '153207.608000', '153207.611000', '153207.613000', '153207.616000', '153207.618000', '153207.621000', '153207.623000', '153207.626000', '153207.629000', '153227.521000', '153227.523000', '153227.526000', '153227.529000', '153227.542000', '153227.545000', '153227.547000', '153227.550000', '153227.553000', '153227.555000', '153227.558000', '153227.560000', '153227.563000', '153227.566000', '153227.568000', '153227.571000', '153227.573000', '153227.576000', '153227.579000', '153227.581000', '153227.584000', '153227.587000', '153227.589000', '153227.592000', '153227.595000', '153227.597000', '153227.600000', '153227.603000', '153227.606000', '153227.608000', '153227.611000', '153227.613000', '153227.616000', '153227.619000', '153227.621000', '153227.624000', '153227.626000', '153227.629000', '153227.631000', '153227.634000', '153227.637000', '153227.639000', '153227.642000', '153227.645000', '153247.521000', '153247.523000', '153247.526000', '153247.529000', '153247.531000', '153247.534000', '153247.537000', '153247.539000', '153247.542000', '153247.544000', '153247.547000', '153247.549000', '153247.552000', '153247.555000', '153247.557000', '153247.560000', '153247.562000', '153247.565000', '153247.568000', '153247.570000', '153247.573000', '153247.576000', '153247.578000', '153247.581000', '153247.583000', '153247.586000', '153247.589000', '153247.591000', '153247.594000', '153247.596000', '153247.599000', '153247.602000', '153247.610000', '153247.613000', '153247.615000', '153247.618000', '153247.622000', '153247.625000', '153247.627000', '153247.630000', '153247.632000', '153247.635000', '153247.637000', '153307.521000', '153307.523000', '153307.526000', '153307.529000', '153307.531000', '153307.534000', '153307.536000', '153307.539000', '153307.541000', '153307.544000', '153307.547000', '153307.549000', '153307.552000', '153307.554000', '153307.557000', '153307.559000', '153307.562000', '153307.565000', '153307.567000', '153307.570000', '153307.572000', '153307.575000', '153307.577000', '153307.580000', '153307.583000', '153307.585000', '153307.588000', '153307.590000', '153307.593000', '153307.595000', '153307.598000', '153307.601000', '153307.603000', '153307.606000', '153307.608000', '153307.611000', '153307.614000', '153307.616000', '153307.619000', '153307.621000', '153307.624000', '153307.626000', '153307.629000', '153307.632000', '153327.520000', '153327.523000', '153327.525000', '153327.528000', '153327.530000', '153327.533000', '153327.535000', '153327.538000', '153327.540000', '153327.543000', '153327.546000', '153327.548000', '153327.551000', '153327.553000', '153327.556000', '153327.558000', '153327.561000', '153327.564000', '153327.566000', '153327.569000', '153327.571000', '153327.574000', '153327.576000', '153327.579000', '153327.582000', '153327.584000', '153327.587000', '153327.589000', '153327.592000', '153327.594000', '153327.597000', '153327.600000', '153327.602000', '153327.605000', '153327.608000', '153327.610000', '153327.613000', '153327.615000', '153327.618000', '153327.620000', '153327.623000', '153327.626000', '153327.628000', '153337.402000', '153337.405000', '153337.408000', '153337.411000', '153337.414000', '153337.416000', '153337.419000', '153337.422000', '153337.425000', '153337.428000', '153337.431000', '153337.434000', '153337.437000', '153337.440000', '153337.442000', '153337.445000', '153337.448000', '153337.451000', '153337.453000', '153337.456000', '153337.459000', '153337.461000'], 'InstanceCreationTime': ['152707.547000', '152707.550000', '152707.553000', '152707.556000', '152707.558000', '152707.561000', '152707.563000', '152707.566000', '152707.568000', '152707.571000', '152707.573000', '152707.576000', '152707.579000', '152707.589000', '152707.592000', '152707.594000', '152707.597000', '152707.605000', '152707.608000', '152707.610000', '152707.613000', '152707.616000', '152707.618000', '152707.621000', '152727.519000', '152727.522000', '152727.525000', '152727.527000', '152727.530000', '152727.532000', '152727.535000', '152727.538000', '152727.540000', '152727.543000', '152727.545000', '152727.548000', '152727.550000', '152727.558000', '152727.561000', '152727.563000', '152727.566000', '152727.568000', '152727.571000', '152727.573000', '152727.576000', '152727.578000', '152727.581000', '152727.583000', '152727.586000', '152727.589000', '152727.591000', '152727.594000', '152727.596000', '152727.599000', '152727.602000', '152727.604000', '152727.607000', '152727.611000', '152727.614000', '152727.617000', '152727.633000', '152727.636000', '152727.638000', '152727.641000', '152727.644000', '152727.646000', '152727.649000', '152747.520000', '152747.523000', '152747.536000', '152747.538000', '152747.541000', '152747.543000', '152747.546000', '152747.549000', '152747.551000', '152747.554000', '152747.556000', '152747.559000', '152747.561000', '152747.564000', '152747.566000', '152747.569000', '152747.572000', '152747.574000', '152747.577000', '152747.580000', '152747.582000', '152747.585000', '152747.587000', '152747.590000', '152747.593000', '152747.595000', '152747.598000', '152747.600000', '152747.603000', '152747.606000', '152747.608000', '152747.611000', '152747.614000', '152747.616000', '152747.619000', '152747.621000', '152747.624000', '152747.627000', '152747.629000', '152747.632000', '152747.634000', '152747.637000', '152747.639000', '152747.642000', '152807.521000', '152807.523000', '152807.526000', '152807.529000', '152807.531000', '152807.534000', '152807.536000', '152807.539000', '152807.541000', '152807.544000', '152807.547000', '152807.549000', '152807.552000', '152807.554000', '152807.557000', '152807.559000', '152807.562000', '152807.565000', '152807.567000', '152807.570000', '152807.572000', '152807.575000', '152807.577000', '152807.580000', '152807.582000', '152807.585000', '152807.587000', '152807.590000', '152807.593000', '152807.596000', '152807.599000', '152807.602000', '152807.605000', '152807.607000', '152807.610000', '152807.612000', '152807.615000', '152807.617000', '152807.620000', '152807.623000', '152807.625000', '152807.628000', '152807.630000', '152827.520000', '152827.523000', '152827.526000', '152827.528000', '152827.531000', '152827.534000', '152827.536000', '152827.539000', '152827.541000', '152827.544000', '152827.546000', '152827.549000', '152827.552000', '152827.554000', '152827.557000', '152827.559000', '152827.562000', '152827.565000', '152827.567000', '152827.570000', '152827.572000', '152827.575000', '152827.577000', '152827.580000', '152827.583000', '152827.585000', '152827.588000', '152827.590000', '152827.593000', '152827.596000', '152827.598000', '152827.601000', '152827.603000', '152827.606000', '152827.609000', '152827.611000', '152827.614000', '152827.616000', '152827.619000', '152827.621000', '152827.624000', '152827.627000', '152827.629000', '152827.632000', '152847.520000', '152847.522000', '152847.525000', '152847.528000', '152847.530000', '152847.533000', '152847.536000', '152847.538000', '152847.541000', '152847.543000', '152847.546000', '152847.548000', '152847.551000', '152847.554000', '152847.556000', '152847.559000', '152847.562000', '152847.564000', '152847.567000', '152847.569000', '152847.572000', '152847.575000', '152847.577000', '152847.580000', '152847.582000', '152847.585000', '152847.588000', '152847.591000', '152847.594000', '152847.597000', '152847.599000', '152847.602000', '152847.605000', '152847.607000', '152847.610000', '152847.612000', '152847.615000', '152847.617000', '152847.620000', '152847.622000', '152847.625000', '152847.628000', '152847.630000', '152907.520000', '152907.522000', '152907.525000', '152907.528000', '152907.530000', '152907.533000', '152907.535000', '152907.538000', '152907.541000', '152907.543000', '152907.546000', '152907.548000', '152907.551000', '152907.554000', '152907.556000', '152907.559000', '152907.561000', '152907.564000', '152907.566000', '152907.569000', '152907.572000', '152907.574000', '152907.577000', '152907.579000', '152907.582000', '152907.585000', '152907.587000', '152907.590000', '152907.592000', '152907.595000', '152907.598000', '152907.600000', '152907.603000', '152907.605000', '152907.608000', '152907.611000', '152907.613000', '152907.616000', '152907.618000', '152907.621000', '152907.624000', '152907.636000', '152907.639000', '152907.641000', '152927.519000', '152927.522000', '152927.525000', '152927.527000', '152927.530000', '152927.533000', '152927.535000', '152927.538000', '152927.540000', '152927.543000', '152927.545000', '152927.548000', '152927.551000', '152927.553000', '152927.556000', '152927.558000', '152927.561000', '152927.563000', '152927.566000', '152927.568000', '152927.571000', '152927.574000', '152927.576000', '152927.579000', '152927.581000', '152927.584000', '152927.587000', '152927.589000', '152927.592000', '152927.594000', '152927.597000', '152927.600000', '152927.603000', '152927.606000', '152927.609000', '152927.612000', '152927.614000', '152927.617000', '152927.619000', '152927.622000', '152927.625000', '152927.627000', '152927.630000', '152947.519000', '152947.522000', '152947.525000', '152947.528000', '152947.530000', '152947.533000', '152947.535000', '152947.538000', '152947.541000', '152947.543000', '152947.546000', '152947.549000', '152947.551000', '152947.554000', '152947.556000', '152947.559000', '152947.562000', '152947.564000', '152947.567000', '152947.569000', '152947.572000', '152947.575000', '152947.577000', '152947.580000', '152947.582000', '152947.585000', '152947.588000', '152947.590000', '152947.593000', '152947.595000', '152947.598000', '152947.601000', '152947.603000', '152947.606000', '152947.608000', '152947.611000', '152947.614000', '152947.616000', '152947.619000', '152947.621000', '152947.624000', '152947.627000', '152947.629000', '152947.632000', '153007.521000', '153007.523000', '153007.526000', '153007.529000', '153007.531000', '153007.534000', '153007.536000', '153007.539000', '153007.541000', '153007.544000', '153007.547000', '153007.549000', '153007.552000', '153007.554000', '153007.557000', '153007.559000', '153007.562000', '153007.565000', '153007.567000', '153007.570000', '153007.572000', '153007.575000', '153007.577000', '153007.580000', '153007.583000', '153007.585000', '153007.588000', '153007.590000', '153007.593000', '153007.596000', '153007.598000', '153007.601000', '153007.604000', '153007.606000', '153007.609000', '153007.611000', '153007.614000', '153007.617000', '153007.620000', '153007.623000', '153007.625000', '153007.628000', '153007.631000', '153027.520000', '153027.523000', '153027.526000', '153027.529000', '153027.531000', '153027.534000', '153027.537000', '153027.539000', '153027.542000', '153027.544000', '153027.547000', '153027.550000', '153027.552000', '153027.555000', '153027.557000', '153027.560000', '153027.562000', '153027.565000', '153027.568000', '153027.570000', '153027.573000', '153027.575000', '153027.578000', '153027.580000', '153027.583000', '153027.586000', '153027.588000', '153027.591000', '153027.593000', '153027.596000', '153027.599000', '153027.601000', '153027.604000', '153027.606000', '153027.609000', '153027.612000', '153027.614000', '153027.617000', '153027.619000', '153027.622000', '153027.625000', '153027.627000', '153027.630000', '153027.632000', '153047.521000', '153047.524000', '153047.526000', '153047.529000', '153047.531000', '153047.534000', '153047.536000', '153047.539000', '153047.542000', '153047.544000', '153047.547000', '153047.549000', '153047.552000', '153047.555000', '153047.557000', '153047.560000', '153047.562000', '153047.565000', '153047.567000', '153047.570000', '153047.573000', '153047.575000', '153047.578000', '153047.580000', '153047.583000', '153047.586000', '153047.588000', '153047.591000', '153047.593000', '153047.596000', '153047.599000', '153047.601000', '153047.604000', '153047.606000', '153047.609000', '153047.612000', '153047.614000', '153047.638000', '153047.640000', '153047.643000', '153047.646000', '153047.648000', '153047.651000', '153107.520000', '153107.523000', '153107.525000', '153107.528000', '153107.530000', '153107.533000', '153107.535000', '153107.538000', '153107.541000', '153107.544000', '153107.554000', '153107.556000', '153107.559000', '153107.562000', '153107.564000', '153107.567000', '153107.569000', '153107.572000', '153107.575000', '153107.577000', '153107.580000', '153107.582000', '153107.585000', '153107.588000', '153107.590000', '153107.593000', '153107.596000', '153107.598000', '153107.601000', '153107.604000', '153107.606000', '153107.609000', '153107.611000', '153107.614000', '153107.617000', '153107.619000', '153107.622000', '153107.624000', '153107.627000', '153107.629000', '153107.632000', '153107.635000', '153107.637000', '153107.640000', '153127.520000', '153127.522000', '153127.525000', '153127.528000', '153127.530000', '153127.533000', '153127.535000', '153127.538000', '153127.541000', '153127.543000', '153127.546000', '153127.548000', '153127.551000', '153127.554000', '153127.556000', '153127.559000', '153127.561000', '153127.564000', '153127.566000', '153127.569000', '153127.572000', '153127.574000', '153127.577000', '153127.580000', '153127.582000', '153127.585000', '153127.587000', '153127.590000', '153127.592000', '153127.595000', '153127.598000', '153127.600000', '153127.603000', '153127.605000', '153127.608000', '153127.611000', '153127.613000', '153127.616000', '153127.619000', '153127.621000', '153127.624000', '153127.626000', '153127.629000', '153147.520000', '153147.522000', '153147.525000', '153147.528000', '153147.530000', '153147.533000', '153147.536000', '153147.538000', '153147.541000', '153147.543000', '153147.546000', '153147.549000', '153147.551000', '153147.554000', '153147.556000', '153147.559000', '153147.562000', '153147.564000', '153147.567000', '153147.569000', '153147.572000', '153147.575000', '153147.577000', '153147.580000', '153147.582000', '153147.585000', '153147.587000', '153147.590000', '153147.593000', '153147.595000', '153147.598000', '153147.600000', '153147.603000', '153147.606000', '153147.608000', '153147.611000', '153147.614000', '153147.616000', '153147.619000', '153147.621000', '153147.624000', '153147.627000', '153147.629000', '153147.632000', '153207.520000', '153207.522000', '153207.525000', '153207.528000', '153207.530000', '153207.533000', '153207.535000', '153207.538000', '153207.540000', '153207.543000', '153207.546000', '153207.548000', '153207.551000', '153207.553000', '153207.556000', '153207.559000', '153207.561000', '153207.564000', '153207.566000', '153207.569000', '153207.572000', '153207.574000', '153207.577000', '153207.579000', '153207.582000', '153207.584000', '153207.587000', '153207.590000', '153207.592000', '153207.595000', '153207.597000', '153207.600000', '153207.603000', '153207.605000', '153207.608000', '153207.611000', '153207.613000', '153207.616000', '153207.618000', '153207.621000', '153207.623000', '153207.626000', '153207.629000', '153227.521000', '153227.523000', '153227.526000', '153227.529000', '153227.542000', '153227.545000', '153227.547000', '153227.550000', '153227.553000', '153227.555000', '153227.558000', '153227.560000', '153227.563000', '153227.566000', '153227.568000', '153227.571000', '153227.573000', '153227.576000', '153227.579000', '153227.581000', '153227.584000', '153227.587000', '153227.589000', '153227.592000', '153227.595000', '153227.597000', '153227.600000', '153227.603000', '153227.606000', '153227.608000', '153227.611000', '153227.613000', '153227.616000', '153227.619000', '153227.621000', '153227.624000', '153227.626000', '153227.629000', '153227.631000', '153227.634000', '153227.637000', '153227.639000', '153227.642000', '153227.645000', '153247.521000', '153247.523000', '153247.526000', '153247.529000', '153247.531000', '153247.534000', '153247.537000', '153247.539000', '153247.542000', '153247.544000', '153247.547000', '153247.549000', '153247.552000', '153247.555000', '153247.557000', '153247.560000', '153247.562000', '153247.565000', '153247.568000', '153247.570000', '153247.573000', '153247.576000', '153247.578000', '153247.581000', '153247.583000', '153247.586000', '153247.589000', '153247.591000', '153247.594000', '153247.596000', '153247.599000', '153247.602000', '153247.610000', '153247.613000', '153247.615000', '153247.618000', '153247.622000', '153247.625000', '153247.627000', '153247.630000', '153247.632000', '153247.635000', '153247.637000', '153307.521000', '153307.523000', '153307.526000', '153307.529000', '153307.531000', '153307.534000', '153307.536000', '153307.539000', '153307.541000', '153307.544000', '153307.547000', '153307.549000', '153307.552000', '153307.554000', '153307.557000', '153307.559000', '153307.562000', '153307.565000', '153307.567000', '153307.570000', '153307.572000', '153307.575000', '153307.577000', '153307.580000', '153307.583000', '153307.585000', '153307.588000', '153307.590000', '153307.593000', '153307.595000', '153307.598000', '153307.601000', '153307.603000', '153307.606000', '153307.608000', '153307.611000', '153307.614000', '153307.616000', '153307.619000', '153307.621000', '153307.624000', '153307.626000', '153307.629000', '153307.632000', '153327.520000', '153327.523000', '153327.525000', '153327.528000', '153327.530000', '153327.533000', '153327.535000', '153327.538000', '153327.540000', '153327.543000', '153327.546000', '153327.548000', '153327.551000', '153327.553000', '153327.556000', '153327.558000', '153327.561000', '153327.564000', '153327.566000', '153327.569000', '153327.571000', '153327.574000', '153327.576000', '153327.579000', '153327.582000', '153327.584000', '153327.587000', '153327.589000', '153327.592000', '153327.594000', '153327.597000', '153327.600000', '153327.602000', '153327.605000', '153327.608000', '153327.610000', '153327.613000', '153327.615000', '153327.618000', '153327.620000', '153327.623000', '153327.626000', '153327.628000', '153337.402000', '153337.405000', '153337.408000', '153337.411000', '153337.414000', '153337.416000', '153337.419000', '153337.422000', '153337.425000', '153337.428000', '153337.431000', '153337.434000', '153337.437000', '153337.440000', '153337.442000', '153337.445000', '153337.448000', '153337.451000', '153337.453000', '153337.456000', '153337.459000', '153337.461000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [8120, 8558, 9140, 8830, 8614, 7807, 7945, 6896, 9209, 7534, 8321, 8818, 6945, 8928, 7053, 9027, 7354, 8093, 8672, 8762, 9360, 7240, 8572, 8835, 8419, 9281, 7662, 8874, 8764, 7419, 9044, 8409, 8700, 8529, 7957, 8817, 8668, 8936, 8031, 8641, 8378, 8687, 8531, 8475, 7432, 8841, 8639, 8599, 7830, 7838, 8470, 8511, 7493, 7435, 8415, 7937, 8851, 8755, 7573, 7764, 7148, 7201, 6211, 7254, 6865, 7123, 7805, 10029, 7207, 7532, 10932, 6789, 8402, 8101, 7792, 7721, 6910, 7844, 7985, 7456, 8486, 8013, 7722, 7733, 7258, 7866, 8438, 7554, 8009, 8522, 7675, 7570, 7394, 8606, 8322, 8869, 8366, 7463, 9181, 7182, 7778, 7022, 7577, 7530, 7268, 7932, 6749, 7919, 9922, 6936, 8365, 9176, 7609, 9023, 6686, 8149, 9399, 7236, 8423, 8967, 7668, 8230, 6765, 8080, 8763, 7267, 8592, 8216, 8139, 8363, 7524, 7677, 8249, 8499, 8458, 7657, 8183, 7302, 8553, 8883, 7862, 9057, 8152, 8364, 9013, 7243, 8649, 8440, 7994, 8922, 7166, 8068, 8399, 7924, 8435, 7507, 7855, 8441, 7514, 8378, 8356, 7982, 8174, 7654, 6655, 7882, 6697, 7651, 8297, 7949, 8741, 8364, 8534, 8547, 8837, 11078, 8177, 9341, 11273, 7761, 8757, 10293, 8118, 9011, 8009, 8862, 8896, 7575, 8619, 8317, 8905, 8543, 7461, 9013, 8350, 8483, 8127, 7165, 8396, 8238, 8282, 8685, 8377, 8456, 8345, 7915, 8685, 8467, 8441, 8645, 7878, 8678, 9133, 7432, 8719, 8159, 8516, 9156, 8420, 8807, 8931, 7506, 8877, 8552, 8693, 8942, 8189, 8459, 8664, 7948, 8458, 8186, 8609, 8706, 8068, 8864, 8460, 8108, 8755, 8400, 7916, 9229, 7554, 8187, 8864, 7788, 8619, 8614, 8092, 8889, 8061, 8667, 7943, 8406, 9514, 7687, 7583, 8861, 7806, 8162, 7296, 8470, 8755, 8138, 8699, 8597, 7470, 7909, 7298, 6757, 7337, 7088, 7353, 7524, 7234, 8405, 10501, 6907, 8032, 8761, 7641, 6997, 7505, 7855, 7656, 7506, 7445, 7448, 7442, 7727, 7374, 6723, 7443, 7365, 8043, 7775, 7918, 7758, 7176, 7454, 7684, 7932, 8448, 7518, 7744, 7553, 7875, 7854, 7469, 7590, 7761, 6829, 8564, 7226, 6821, 7130, 6652, 7379, 6919, 7675, 7123, 7732, 8538, 7505, 8100, 8042, 7141, 8700, 7424, 7547, 8738, 7275, 7415, 7991, 7273, 7872, 7376, 7308, 8342, 7283, 6605, 7438, 7081, 8134, 7744, 7952, 8102, 7292, 7917, 8171, 7009, 8171, 7444, 7471, 8281, 7402, 8020, 8247, 7658, 8045, 7438, 7831, 8006, 7199, 8562, 8562, 8080, 7931, 7691, 8194, 8689, 7818, 8158, 7772, 8106, 8011, 7718, 7406, 7489, 8120, 7955, 7277, 7600, 8051, 7627, 7746, 7403, 7939, 8519, 7967, 8690, 8224, 8238, 7008, 8159, 7481, 8203, 7733, 8019, 7433, 7969, 7516, 7735, 8630, 8452, 7597, 7900, 7619, 7063, 8176, 7603, 8250, 7240, 8628, 8078, 9000, 7730, 8419, 7920, 9039, 7745, 8664, 10782, 9241, 10553, 12639, 7603, 8943, 12877, 7945, 8931, 9066, 9060, 9910, 7747, 8801, 8472, 8554, 7702, 7537, 8964, 8534, 7873, 8212, 9171, 8343, 7822, 8496, 7492, 8071, 7906, 7668, 8399, 7204, 7730, 7967, 8362, 7808, 7832, 7469, 8055, 7632, 7486, 8164, 7856, 7583, 7657, 7567, 8048, 7684, 7720, 7861, 7721, 8218, 7565, 7331, 8337, 7106, 7959, 7740, 8394, 7872, 8057, 7144, 7955, 7984, 7951, 7909, 8546, 8132, 8173, 6981, 7975, 7787, 8267, 8343, 6913, 8478, 7046, 8047, 8260, 6920, 8334, 8266, 7046, 8151, 7547, 8633, 8311, 7955, 8378, 8429, 7814, 8076, 7830, 8701, 8263, 8860, 8609, 8299, 8160, 8551, 8544, 8709, 8528, 8499, 7803, 6571, 6824, 7683, 6702, 8376, 8697, 12746, 8353, 8704, 8164, 7695, 8293, 8226, 8016, 8493, 8645, 8437, 9009, 8959, 8666, 10534, 8483, 10038, 8243, 7919, 12882, 7737, 12110, 7579, 8293, 12346, 8407, 9192, 7610, 8454, 8764, 8132, 7713, 7387, 8800, 8438, 8941, 7606, 8865, 6367, 8360, 8494, 8040, 9202, 7891, 8918, 7602, 7708, 8713, 7776, 8175, 7174, 7765, 8538, 7511, 8001, 8109, 8563, 8281, 8219, 7501, 8468, 8637, 8122, 8033, 8041, 7785, 8880, 7752, 7691, 8260, 8215, 8760, 7877, 7923, 8286, 7690, 8589, 7605, 7818, 8512, 7704, 9185, 8220, 7617, 8223, 8083, 8338, 7926, 8223, 8181, 7845, 7940, 8419, 7666, 8494, 7525, 8896, 8047, 7444, 8344, 7736, 8901, 7725, 7336, 8010, 7897, 8449, 7817, 7252, 8378, 7565, 7486, 8000, 7404, 8620, 7900, 7036, 7807, 7401, 8274, 8108, 7798, 9718, 7686, 8197, 8293, 7582, 9440, 7953, 7648, 9649, 7539, 7627, 8820, 7976, 8325, 7902, 7984, 9331, 7566, 8114, 8956, 7800, 8132, 7994, 7984, 8509, 7568, 8110, 9179, 7891, 8526, 7948, 8162, 8484, 7821, 8250, 9241, 7942, 8164, 8336, 7914, 8323, 8379, 8520, 8830, 8122, 7694, 8920, 7830, 8395, 8936, 7898, 8862, 8296, 7777, 8218, 7491, 8754, 8682, 7723, 9074, 7957, 8666, 8651, 7598, 9090, 8625, 7528, 8150, 7545, 8887, 8093, 9018, 8435, 7583, 9202, 7538, 9031, 7868, 8557, 9218, 8646, 8666, 7583, 10709, 8627, 7943, 8106, 8816, 7638, 7667, 7732, 8045, 12055, 8118, 8082, 10192, 8054, 7294, 8189, 7826, 8048, 8045, 7376, 8002, 8177, 8863, 8425, 7382, 8087, 8005, 8357, 8200, 7364, 8237, 8113, 8574, 8347, 7708, 8369, 7197, 8061, 7979, 8388, 8422, 7987, 8418, 8222, 8492, 8156, 7721, 7968, 8321, 8504, 8527, 6865, 7495, 7451, 8726, 7889, 8235, 7674, 7328, 7805, 7399, 8164, 7401, 7514, 7829, 7624, 8072, 7662, 7195, 7503, 7390, 7532, 7473, 7378, 7930, 7290, 7916, 7681, 7449, 7520, 7430, 7658, 7559, 7943, 7675, 7585, 7553, 7597, 7263, 7731, 7570, 7361, 7875, 7525, 7539, 7470, 7710, 7097, 7466, 7162, 8077, 7541, 7814, 7457, 7671, 7589, 7651, 8692, 7985, 7638, 7559, 7427, 7694, 8369, 7257, 7811, 7823, 7658, 7244, 7703, 7232, 7304, 8997, 7476, 7578, 9613, 7537, 10059, 7070, 8505, 10876, 8369, 9797, 8015], 'WindowCenter': [3651.0, 3633.0, 3615.0, 3586.0, 3572.0, 3559.0, 3570.0, 3590.0, 3622.0, 3586.0, 3595.0, 3593.0, 3560.0, 3595.0, 3562.0, 3596.0, 3585.0, 3597.0, 3610.0, 3611.0, 3610.0, 3587.0, 3596.0, 3596.0, 3584.0, 3596.0, 3587.0, 3608.0, 3599.0, 3576.0, 3598.0, 3596.0, 3598.0, 3598.0, 3599.0, 3597.0, 3596.0, 3597.0, 3585.0, 3584.0, 3586.0, 3596.0, 3597.0, 3598.0, 3588.0, 3608.0, 3596.0, 3597.0, 3586.0, 3586.0, 3598.0, 3610.0, 3591.0, 3594.0, 3603.0, 3588.0, 3598.0, 3600.0, 3591.0, 3578.0, 3581.0, 3577.0, 3543.0, 3577.0, 3555.0, 3580.0, 3592.0, 3611.0, 3565.0, 3576.0, 3594.0, 3541.0, 3574.0, 3574.0, 3566.0, 3564.0, 3552.0, 3574.0, 3573.0, 3562.0, 3573.0, 3574.0, 3576.0, 3575.0, 3566.0, 3575.0, 3573.0, 3565.0, 3575.0, 3589.0, 3579.0, 3577.0, 3578.0, 3601.0, 3600.0, 3601.0, 3589.0, 3579.0, 3616.0, 3582.0, 3594.0, 3594.0, 3591.0, 3592.0, 3580.0, 3593.0, 3568.0, 3589.0, 3597.0, 3567.0, 3606.0, 3603.0, 3577.0, 3588.0, 3553.0, 3578.0, 3584.0, 3552.0, 3577.0, 3589.0, 3565.0, 3576.0, 3542.0, 3564.0, 3572.0, 3553.0, 3576.0, 3587.0, 3578.0, 3574.0, 3564.0, 3565.0, 3574.0, 3575.0, 3590.0, 3578.0, 3578.0, 3566.0, 3575.0, 3584.0, 3564.0, 3587.0, 3579.0, 3588.0, 3588.0, 3566.0, 3574.0, 3564.0, 3563.0, 3575.0, 3553.0, 3575.0, 3574.0, 3574.0, 3574.0, 3565.0, 3577.0, 3576.0, 3567.0, 3576.0, 3591.0, 3579.0, 3574.0, 3576.0, 3554.0, 3575.0, 3557.0, 3578.0, 3588.0, 3588.0, 3588.0, 3590.0, 3603.0, 3588.0, 3589.0, 3610.0, 3577.0, 3587.0, 3598.0, 3566.0, 3578.0, 3598.0, 3566.0, 3584.0, 3561.0, 3573.0, 3573.0, 3564.0, 3577.0, 3576.0, 3589.0, 3574.0, 3554.0, 3574.0, 3576.0, 3577.0, 3577.0, 3568.0, 3578.0, 3574.0, 3575.0, 3577.0, 3575.0, 3590.0, 3592.0, 3591.0, 3591.0, 3579.0, 3579.0, 3589.0, 3576.0, 3590.0, 3602.0, 3567.0, 3588.0, 3575.0, 3575.0, 3588.0, 3576.0, 3587.0, 3600.0, 3581.0, 3589.0, 3575.0, 3589.0, 3588.0, 3579.0, 3589.0, 3601.0, 3590.0, 3588.0, 3590.0, 3589.0, 3589.0, 3579.0, 3591.0, 3592.0, 3580.0, 3588.0, 3575.0, 3577.0, 3585.0, 3564.0, 3578.0, 3587.0, 3564.0, 3588.0, 3587.0, 3578.0, 3590.0, 3577.0, 3602.0, 3578.0, 3591.0, 3606.0, 3582.0, 3578.0, 3599.0, 3604.0, 3590.0, 3576.0, 3588.0, 3587.0, 3574.0, 3604.0, 3590.0, 3581.0, 3579.0, 3578.0, 3554.0, 3565.0, 3551.0, 3576.0, 3576.0, 3564.0, 3577.0, 3593.0, 3540.0, 3559.0, 3571.0, 3563.0, 3550.0, 3551.0, 3560.0, 3547.0, 3549.0, 3549.0, 3547.0, 3552.0, 3563.0, 3561.0, 3550.0, 3553.0, 3564.0, 3564.0, 3564.0, 3575.0, 3577.0, 3566.0, 3565.0, 3564.0, 3578.0, 3576.0, 3563.0, 3564.0, 3579.0, 3580.0, 3577.0, 3567.0, 3575.0, 3576.0, 3556.0, 3588.0, 3568.0, 3565.0, 3567.0, 3568.0, 3568.0, 3567.0, 3576.0, 3565.0, 3579.0, 3601.0, 3580.0, 3579.0, 3574.0, 3567.0, 3587.0, 3565.0, 3564.0, 3585.0, 3565.0, 3564.0, 3575.0, 3563.0, 3561.0, 3564.0, 3566.0, 3590.0, 3579.0, 3566.0, 3568.0, 3566.0, 3575.0, 3576.0, 3591.0, 3590.0, 3567.0, 3578.0, 3576.0, 3565.0, 3576.0, 3578.0, 3580.0, 3591.0, 3568.0, 3579.0, 3576.0, 3565.0, 3577.0, 3568.0, 3578.0, 3580.0, 3557.0, 3577.0, 3575.0, 3565.0, 3573.0, 3565.0, 3589.0, 3588.0, 3565.0, 3577.0, 3564.0, 3563.0, 3565.0, 3565.0, 3566.0, 3567.0, 3576.0, 3564.0, 3551.0, 3562.0, 3564.0, 3564.0, 3577.0, 3563.0, 3576.0, 3588.0, 3604.0, 3590.0, 3601.0, 3592.0, 3582.0, 3587.0, 3580.0, 3601.0, 3594.0, 3590.0, 3580.0, 3591.0, 3577.0, 3578.0, 3615.0, 3593.0, 3592.0, 3576.0, 3550.0, 3551.0, 3589.0, 3561.0, 3577.0, 3581.0, 3605.0, 3595.0, 3616.0, 3582.0, 3596.0, 3592.0, 3591.0, 3567.0, 3575.0, 3599.0, 3591.0, 3600.0, 3609.0, 3554.0, 3563.0, 3592.0, 3539.0, 3560.0, 3560.0, 3560.0, 3571.0, 3538.0, 3547.0, 3544.0, 3544.0, 3535.0, 3535.0, 3547.0, 3558.0, 3549.0, 3550.0, 3585.0, 3575.0, 3563.0, 3562.0, 3540.0, 3562.0, 3552.0, 3553.0, 3564.0, 3551.0, 3563.0, 3566.0, 3578.0, 3553.0, 3563.0, 3552.0, 3565.0, 3553.0, 3553.0, 3565.0, 3566.0, 3566.0, 3566.0, 3564.0, 3565.0, 3565.0, 3554.0, 3566.0, 3566.0, 3577.0, 3567.0, 3570.0, 3575.0, 3557.0, 3566.0, 3569.0, 3579.0, 3578.0, 3565.0, 3556.0, 3567.0, 3565.0, 3565.0, 3567.0, 3591.0, 3577.0, 3578.0, 3556.0, 3580.0, 3565.0, 3577.0, 3580.0, 3566.0, 3579.0, 3565.0, 3578.0, 3579.0, 3565.0, 3579.0, 3592.0, 3581.0, 3589.0, 3578.0, 3592.0, 3591.0, 3578.0, 3587.0, 3590.0, 3580.0, 3579.0, 3581.0, 3591.0, 3590.0, 3585.0, 3575.0, 3591.0, 3590.0, 3604.0, 3620.0, 3616.0, 3584.0, 3586.0, 3579.0, 3569.0, 3579.0, 3589.0, 3579.0, 3616.0, 3614.0, 3657.0, 3599.0, 3598.0, 3615.0, 3605.0, 3599.0, 3614.0, 3604.0, 3614.0, 3600.0, 3601.0, 3598.0, 3585.0, 3585.0, 3595.0, 3573.0, 3595.0, 3573.0, 3573.0, 3603.0, 3562.0, 3592.0, 3547.0, 3557.0, 3588.0, 3544.0, 3555.0, 3533.0, 3543.0, 3543.0, 3534.0, 3530.0, 3532.0, 3554.0, 3544.0, 3572.0, 3548.0, 3570.0, 3525.0, 3559.0, 3558.0, 3571.0, 3581.0, 3560.0, 3569.0, 3546.0, 3546.0, 3557.0, 3546.0, 3560.0, 3535.0, 3546.0, 3558.0, 3548.0, 3560.0, 3558.0, 3558.0, 3561.0, 3561.0, 3549.0, 3560.0, 3571.0, 3575.0, 3573.0, 3561.0, 3562.0, 3573.0, 3564.0, 3561.0, 3574.0, 3573.0, 3586.0, 3589.0, 3589.0, 3587.0, 3575.0, 3586.0, 3577.0, 3577.0, 3599.0, 3594.0, 3626.0, 3605.0, 3592.0, 3593.0, 3591.0, 3589.0, 3593.0, 3603.0, 3604.0, 3590.0, 3589.0, 3590.0, 3580.0, 3590.0, 3590.0, 3614.0, 3593.0, 3581.0, 3590.0, 3578.0, 3601.0, 3579.0, 3580.0, 3604.0, 3604.0, 3590.0, 3580.0, 3579.0, 3591.0, 3578.0, 3580.0, 3594.0, 3583.0, 3615.0, 3593.0, 3580.0, 3589.0, 3591.0, 3603.0, 3593.0, 3604.0, 3615.0, 3592.0, 3593.0, 3590.0, 3578.0, 3599.0, 3580.0, 3579.0, 3601.0, 3577.0, 3579.0, 3587.0, 3577.0, 3586.0, 3577.0, 3575.0, 3599.0, 3579.0, 3580.0, 3588.0, 3564.0, 3576.0, 3575.0, 3576.0, 3588.0, 3565.0, 3579.0, 3599.0, 3577.0, 3588.0, 3576.0, 3578.0, 3585.0, 3578.0, 3603.0, 3612.0, 3589.0, 3588.0, 3576.0, 3577.0, 3588.0, 3589.0, 3602.0, 3601.0, 3590.0, 3577.0, 3599.0, 3580.0, 3589.0, 3589.0, 3589.0, 3601.0, 3589.0, 3579.0, 3589.0, 3580.0, 3589.0, 3589.0, 3591.0, 3602.0, 3590.0, 3602.0, 3602.0, 3579.0, 3601.0, 3599.0, 3590.0, 3590.0, 3608.0, 3604.0, 3606.0, 3603.0, 3603.0, 3594.0, 3627.0, 3605.0, 3625.0, 3604.0, 3616.0, 3614.0, 3617.0, 3617.0, 3583.0, 3615.0, 3576.0, 3553.0, 3580.0, 3603.0, 3580.0, 3566.0, 3567.0, 3565.0, 3607.0, 3566.0, 3566.0, 3597.0, 3567.0, 3552.0, 3576.0, 3564.0, 3563.0, 3551.0, 3550.0, 3551.0, 3562.0, 3588.0, 3575.0, 3553.0, 3549.0, 3563.0, 3563.0, 3562.0, 3550.0, 3563.0, 3565.0, 3588.0, 3577.0, 3566.0, 3565.0, 3553.0, 3565.0, 3565.0, 3576.0, 3578.0, 3579.0, 3578.0, 3577.0, 3576.0, 3566.0, 3565.0, 3565.0, 3578.0, 3576.0, 3577.0, 3557.0, 3569.0, 3572.0, 3596.0, 3569.0, 3580.0, 3568.0, 3567.0, 3567.0, 3556.0, 3565.0, 3554.0, 3554.0, 3567.0, 3567.0, 3578.0, 3568.0, 3557.0, 3556.0, 3556.0, 3567.0, 3557.0, 3556.0, 3578.0, 3556.0, 3565.0, 3555.0, 3554.0, 3554.0, 3555.0, 3565.0, 3555.0, 3566.0, 3567.0, 3566.0, 3564.0, 3566.0, 3556.0, 3568.0, 3580.0, 3568.0, 3579.0, 3568.0, 3566.0, 3567.0, 3568.0, 3557.0, 3569.0, 3570.0, 3591.0, 3582.0, 3580.0, 3570.0, 3581.0, 3579.0, 3579.0, 3591.0, 3581.0, 3580.0, 3569.0, 3567.0, 3569.0, 3591.0, 3585.0, 3594.0, 3581.0, 3579.0, 3578.0, 3577.0, 3580.0, 3581.0, 3600.0, 3581.0, 3593.0, 3625.0, 3593.0, 3613.0, 3580.0, 3618.0, 3626.0, 3596.0, 3606.0, 3567.0], 'WindowWidth': [8254.0, 8214.0, 8171.0, 8117.0, 8090.0, 8071.0, 8090.0, 8139.0, 8180.0, 8124.0, 8131.0, 8123.0, 8075.0, 8129.0, 8082.0, 8133.0, 8120.0, 8138.0, 8161.0, 8162.0, 8158.0, 8124.0, 8133.0, 8135.0, 8114.0, 8132.0, 8126.0, 8154.0, 8144.0, 8108.0, 8140.0, 8135.0, 8138.0, 8141.0, 8145.0, 8137.0, 8133.0, 8135.0, 8116.0, 8114.0, 8120.0, 8134.0, 8135.0, 8142.0, 8126.0, 8152.0, 8133.0, 8136.0, 8123.0, 8120.0, 8142.0, 8162.0, 8136.0, 8145.0, 8149.0, 8123.0, 8137.0, 8144.0, 8133.0, 8107.0, 8115.0, 8105.0, 8057.0, 8105.0, 8075.0, 8118.0, 8136.0, 8159.0, 8087.0, 8102.0, 8122.0, 8048.0, 8095.0, 8098.0, 8088.0, 8084.0, 8065.0, 8097.0, 8091.0, 8078.0, 8091.0, 8097.0, 8102.0, 8101.0, 8087.0, 8098.0, 8094.0, 8086.0, 8099.0, 8121.0, 8112.0, 8108.0, 8110.0, 8147.0, 8141.0, 8146.0, 8126.0, 8112.0, 8171.0, 8119.0, 8139.0, 8142.0, 8134.0, 8134.0, 8116.0, 8137.0, 8095.0, 8125.0, 8132.0, 8091.0, 8159.0, 8148.0, 8106.0, 8120.0, 8067.0, 8103.0, 8108.0, 8062.0, 8101.0, 8122.0, 8082.0, 8097.0, 8046.0, 8079.0, 8089.0, 8064.0, 8099.0, 8117.0, 8104.0, 8095.0, 8081.0, 8083.0, 8095.0, 8098.0, 8127.0, 8108.0, 8107.0, 8086.0, 8099.0, 8110.0, 8082.0, 8116.0, 8110.0, 8120.0, 8117.0, 8085.0, 8095.0, 8078.0, 8077.0, 8096.0, 8066.0, 8098.0, 8096.0, 8095.0, 8096.0, 8083.0, 8100.0, 8101.0, 8089.0, 8101.0, 8128.0, 8110.0, 8097.0, 8101.0, 8071.0, 8098.0, 8078.0, 8108.0, 8121.0, 8122.0, 8120.0, 8128.0, 8147.0, 8121.0, 8125.0, 8149.0, 8103.0, 8118.0, 8132.0, 8084.0, 8103.0, 8131.0, 8084.0, 8108.0, 8072.0, 8090.0, 8090.0, 8081.0, 8101.0, 8095.0, 8117.0, 8093.0, 8066.0, 8094.0, 8097.0, 8101.0, 8103.0, 8094.0, 8104.0, 8096.0, 8098.0, 8102.0, 8099.0, 8124.0, 8131.0, 8129.0, 8126.0, 8107.0, 8107.0, 8121.0, 8101.0, 8126.0, 8144.0, 8092.0, 8120.0, 8098.0, 8097.0, 8117.0, 8098.0, 8116.0, 8139.0, 8114.0, 8121.0, 8097.0, 8120.0, 8117.0, 8106.0, 8123.0, 8144.0, 8127.0, 8120.0, 8123.0, 8124.0, 8121.0, 8108.0, 8127.0, 8130.0, 8113.0, 8120.0, 8099.0, 8104.0, 8112.0, 8082.0, 8106.0, 8116.0, 8084.0, 8120.0, 8120.0, 8106.0, 8123.0, 8105.0, 8149.0, 8108.0, 8126.0, 8153.0, 8116.0, 8111.0, 8138.0, 8155.0, 8127.0, 8103.0, 8122.0, 8120.0, 8099.0, 8153.0, 8129.0, 8116.0, 8111.0, 8106.0, 8071.0, 8082.0, 8061.0, 8104.0, 8103.0, 8082.0, 8105.0, 8120.0, 8043.0, 8068.0, 8086.0, 8078.0, 8061.0, 8060.0, 8071.0, 8047.0, 8053.0, 8052.0, 8049.0, 8062.0, 8082.0, 8077.0, 8059.0, 8063.0, 8081.0, 8080.0, 8080.0, 8101.0, 8107.0, 8090.0, 8084.0, 8082.0, 8104.0, 8099.0, 8080.0, 8083.0, 8112.0, 8112.0, 8102.0, 8090.0, 8102.0, 8102.0, 8076.0, 8118.0, 8094.0, 8089.0, 8094.0, 8098.0, 8093.0, 8094.0, 8103.0, 8089.0, 8113.0, 8146.0, 8113.0, 8109.0, 8097.0, 8091.0, 8117.0, 8085.0, 8083.0, 8113.0, 8086.0, 8081.0, 8097.0, 8080.0, 8074.0, 8082.0, 8089.0, 8130.0, 8113.0, 8092.0, 8093.0, 8091.0, 8101.0, 8104.0, 8130.0, 8129.0, 8094.0, 8109.0, 8102.0, 8087.0, 8103.0, 8110.0, 8113.0, 8130.0, 8093.0, 8110.0, 8100.0, 8086.0, 8103.0, 8093.0, 8109.0, 8113.0, 8076.0, 8103.0, 8095.0, 8083.0, 8092.0, 8085.0, 8122.0, 8122.0, 8086.0, 8102.0, 8080.0, 8081.0, 8083.0, 8085.0, 8087.0, 8091.0, 8099.0, 8081.0, 8062.0, 8076.0, 8080.0, 8083.0, 8105.0, 8082.0, 8102.0, 8121.0, 8154.0, 8127.0, 8145.0, 8131.0, 8119.0, 8118.0, 8116.0, 8146.0, 8141.0, 8129.0, 8113.0, 8130.0, 8108.0, 8110.0, 8172.0, 8136.0, 8134.0, 8104.0, 8056.0, 8056.0, 8121.0, 8072.0, 8104.0, 8118.0, 8155.0, 8142.0, 8170.0, 8118.0, 8138.0, 8129.0, 8125.0, 8087.0, 8098.0, 8134.0, 8125.0, 8135.0, 8148.0, 8062.0, 8074.0, 8112.0, 8033.0, 8062.0, 8062.0, 8061.0, 8080.0, 8030.0, 8041.0, 8033.0, 8033.0, 8021.0, 8023.0, 8041.0, 8060.0, 8048.0, 8052.0, 8110.0, 8097.0, 8077.0, 8071.0, 8038.0, 8070.0, 8059.0, 8060.0, 8078.0, 8057.0, 8075.0, 8083.0, 8103.0, 8063.0, 8076.0, 8061.0, 8079.0, 8063.0, 8062.0, 8079.0, 8082.0, 8084.0, 8083.0, 8078.0, 8080.0, 8079.0, 8065.0, 8084.0, 8086.0, 8104.0, 8089.0, 8092.0, 8098.0, 8073.0, 8086.0, 8093.0, 8110.0, 8105.0, 8085.0, 8069.0, 8087.0, 8083.0, 8081.0, 8089.0, 8125.0, 8103.0, 8103.0, 8071.0, 8107.0, 8084.0, 8101.0, 8111.0, 8092.0, 8108.0, 8086.0, 8105.0, 8110.0, 8087.0, 8108.0, 8129.0, 8119.0, 8126.0, 8108.0, 8132.0, 8130.0, 8107.0, 8119.0, 8128.0, 8114.0, 8111.0, 8117.0, 8128.0, 8126.0, 8112.0, 8097.0, 8132.0, 8127.0, 8150.0, 8182.0, 8173.0, 8109.0, 8114.0, 8111.0, 8100.0, 8117.0, 8130.0, 8117.0, 8177.0, 8173.0, 8235.0, 8143.0, 8139.0, 8175.0, 8165.0, 8140.0, 8171.0, 8156.0, 8168.0, 8145.0, 8147.0, 8136.0, 8112.0, 8115.0, 8126.0, 8093.0, 8125.0, 8092.0, 8093.0, 8132.0, 8075.0, 8115.0, 8047.0, 8062.0, 8101.0, 8037.0, 8052.0, 8020.0, 8034.0, 8034.0, 8022.0, 8013.0, 8018.0, 8050.0, 8036.0, 8088.0, 8050.0, 8080.0, 8015.0, 8066.0, 8061.0, 8088.0, 8099.0, 8072.0, 8078.0, 8044.0, 8043.0, 8059.0, 8043.0, 8065.0, 8028.0, 8045.0, 8061.0, 8052.0, 8067.0, 8063.0, 8063.0, 8070.0, 8071.0, 8054.0, 8069.0, 8087.0, 8095.0, 8092.0, 8074.0, 8075.0, 8090.0, 8082.0, 8075.0, 8095.0, 8094.0, 8115.0, 8125.0, 8126.0, 8120.0, 8100.0, 8116.0, 8105.0, 8107.0, 8137.0, 8139.0, 8186.0, 8154.0, 8133.0, 8133.0, 8129.0, 8124.0, 8134.0, 8153.0, 8155.0, 8130.0, 8125.0, 8126.0, 8114.0, 8126.0, 8129.0, 8167.0, 8137.0, 8117.0, 8126.0, 8111.0, 8142.0, 8111.0, 8117.0, 8154.0, 8153.0, 8128.0, 8114.0, 8116.0, 8130.0, 8111.0, 8115.0, 8138.0, 8124.0, 8170.0, 8136.0, 8117.0, 8128.0, 8134.0, 8150.0, 8137.0, 8155.0, 8171.0, 8134.0, 8135.0, 8125.0, 8110.0, 8137.0, 8112.0, 8111.0, 8142.0, 8108.0, 8110.0, 8117.0, 8106.0, 8117.0, 8103.0, 8100.0, 8135.0, 8111.0, 8114.0, 8123.0, 8084.0, 8103.0, 8097.0, 8100.0, 8117.0, 8086.0, 8110.0, 8139.0, 8105.0, 8121.0, 8100.0, 8106.0, 8113.0, 8110.0, 8151.0, 8162.0, 8124.0, 8120.0, 8102.0, 8105.0, 8122.0, 8123.0, 8144.0, 8145.0, 8127.0, 8107.0, 8137.0, 8113.0, 8126.0, 8123.0, 8125.0, 8143.0, 8123.0, 8111.0, 8123.0, 8114.0, 8123.0, 8125.0, 8131.0, 8148.0, 8128.0, 8146.0, 8146.0, 8114.0, 8143.0, 8139.0, 8128.0, 8130.0, 8168.0, 8152.0, 8158.0, 8148.0, 8150.0, 8139.0, 8188.0, 8160.0, 8186.0, 8156.0, 8177.0, 8168.0, 8174.0, 8174.0, 8123.0, 8165.0, 8100.0, 8059.0, 8111.0, 8147.0, 8110.0, 8086.0, 8087.0, 8082.0, 8142.0, 8083.0, 8085.0, 8128.0, 8089.0, 8063.0, 8097.0, 8079.0, 8074.0, 8056.0, 8055.0, 8057.0, 8075.0, 8117.0, 8095.0, 8061.0, 8053.0, 8074.0, 8073.0, 8072.0, 8054.0, 8075.0, 8081.0, 8120.0, 8101.0, 8083.0, 8081.0, 8063.0, 8081.0, 8082.0, 8098.0, 8103.0, 8110.0, 8108.0, 8102.0, 8097.0, 8084.0, 8083.0, 8080.0, 8102.0, 8101.0, 8102.0, 8076.0, 8096.0, 8102.0, 8140.0, 8089.0, 8107.0, 8090.0, 8087.0, 8087.0, 8071.0, 8081.0, 8066.0, 8063.0, 8086.0, 8088.0, 8103.0, 8091.0, 8073.0, 8070.0, 8071.0, 8085.0, 8072.0, 8072.0, 8105.0, 8070.0, 8081.0, 8066.0, 8064.0, 8064.0, 8067.0, 8080.0, 8068.0, 8083.0, 8088.0, 8085.0, 8079.0, 8084.0, 8074.0, 8091.0, 8111.0, 8092.0, 8110.0, 8091.0, 8085.0, 8089.0, 8091.0, 8076.0, 8095.0, 8100.0, 8129.0, 8117.0, 8112.0, 8099.0, 8114.0, 8109.0, 8110.0, 8127.0, 8116.0, 8111.0, 8094.0, 8088.0, 8094.0, 8127.0, 8130.0, 8138.0, 8116.0, 8111.0, 8108.0, 8105.0, 8114.0, 8116.0, 8142.0, 8117.0, 8136.0, 8184.0, 8138.0, 8163.0, 8119.0, 8177.0, 8180.0, 8137.0, 8147.0, 8083.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.01592060989643268</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.10738614338319907</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.09628832071421</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.149945584642857</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1060888796198163</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4909</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3245.0334</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.26584696562622245</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>171</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>19.677790563866512</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7820322375682998</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.585478574721024</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1610589246344825</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5995592133493917</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00808097</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01385042630136013</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030975140631198883</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.04334963635111</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>16.9281</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.5584</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.5288</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304910.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>883.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.9103</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1397</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>403.9563</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2835.9693</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3033.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71634.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1015.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3649.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>750.1154</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>18.983923536725342</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> |