=== 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-0005 --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-0005",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0005_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0005_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0005/ses-04/func/sub-0005_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>57f023cd586c080bdfa51add05beb3f9</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:37:1.095000</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_VE11C_LATEST_20160120</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.998353, 0.0458107, -0.034534, -0.0456842, 0.998946, 0.00444425]</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0921018</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4131, -7765, -7209, 519, -60, 29, -87, 71]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>275.651</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>25fa22be-e766-4aea-ba61-50c136c8eff7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6785082817077637, -0.12256724387407303, -0.09369317442178726, 120.54108428955078], [-0.12290668487548828, 2.6800992488861084, 0.007720031775534153, -81.15885162353516], [-0.09265214204788208, -0.011923587881028652, 2.6983628273010254, -28.326190948486328], [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': ['153701.095000', '153701.555000', '153702.015000', '153702.475000', '153702.935000', '153703.395000', '153703.855000', '153704.315000', '153704.775000', '153705.235000', '153705.695000', '153706.155000', '153706.615000', '153707.075000', '153707.535000', '153707.995000', '153708.455000', '153708.915000', '153709.375000', '153709.835000', '153710.295000', '153710.755000', '153711.215000', '153711.675000', '153712.135000', '153712.595000', '153713.055000', '153713.515000', '153713.975000', '153714.435000', '153714.895000', '153715.355000', '153715.815000', '153716.275000', '153716.735000', '153717.195000', '153717.655000', '153718.115000', '153718.575000', '153719.035000', '153719.495000', '153719.955000', '153720.415000', '153720.875000', '153721.335000', '153721.795000', '153722.255000', '153722.715000', '153723.175000', '153723.635000', '153724.095000', '153724.555000', '153725.015000', '153725.475000', '153725.935000', '153726.395000', '153726.855000', '153727.315000', '153727.775000', '153728.235000', '153728.695000', '153729.155000', '153729.615000', '153730.075000', '153730.535000', '153730.995000', '153731.455000', '153731.915000', '153732.375000', '153732.835000', '153733.295000', '153733.755000', '153734.215000', '153734.675000', '153735.135000', '153735.595000', '153736.055000', '153736.515000', '153736.975000', '153737.435000', '153737.895000', '153738.355000', '153738.815000', '153739.275000', '153739.735000', '153740.195000', '153740.655000', '153741.115000', '153741.575000', '153742.035000', '153742.495000', '153742.955000', '153743.415000', '153743.875000', '153744.335000', '153744.795000', '153745.255000', '153745.715000', '153746.175000', '153746.635000', '153747.095000', '153747.555000', '153748.015000', '153748.475000', '153748.935000', '153749.395000', '153749.855000', '153750.315000', '153750.775000', '153751.235000', '153751.695000', '153752.155000', '153752.615000', '153753.075000', '153753.535000', '153753.995000', '153754.455000', '153754.915000', '153755.375000', '153755.835000', '153756.295000', '153756.755000', '153757.215000', '153757.675000', '153758.135000', '153758.595000', '153759.055000', '153759.515000', '153759.975000', '153800.435000', '153800.895000', '153801.355000', '153801.815000', '153802.275000', '153802.735000', '153803.195000', '153803.655000', '153804.115000', '153804.575000', '153805.035000', '153805.495000', '153805.955000', '153806.415000', '153806.875000', '153807.335000', '153807.795000', '153808.255000', '153808.715000', '153809.175000', '153809.635000', '153810.095000', '153810.555000', '153811.015000', '153811.475000', '153811.935000', '153812.395000', '153812.855000', '153813.315000', '153813.775000', '153814.235000', '153814.695000', '153815.155000', '153815.615000', '153816.075000', '153816.535000', '153816.995000', '153817.455000', '153817.915000', '153818.375000', '153818.835000', '153819.295000', '153819.755000', '153820.215000', '153820.675000', '153821.135000', '153821.595000', '153822.055000', '153822.515000', '153822.975000', '153823.435000', '153823.895000', '153824.355000', '153824.815000', '153825.275000', '153825.735000', '153826.195000', '153826.655000', '153827.115000', '153827.575000', '153828.035000', '153828.495000', '153828.955000', '153829.415000', '153829.875000', '153830.335000', '153830.795000', '153831.255000', '153831.715000', '153832.175000', '153832.635000', '153833.095000', '153833.555000', '153834.015000', '153834.475000', '153834.935000', '153835.395000', '153835.855000', '153836.315000', '153836.775000', '153837.235000', '153837.695000', '153838.155000', '153838.615000', '153839.075000', '153839.535000', '153839.995000', '153840.455000', '153840.915000', '153841.375000', '153841.835000', '153842.295000', '153842.755000', '153843.215000', '153843.675000', '153844.135000', '153844.595000', '153845.055000', '153845.515000', '153845.975000', '153846.435000', '153846.895000', '153847.355000', '153847.815000', '153848.275000', '153848.735000', '153849.195000', '153849.655000', '153850.115000', '153850.575000', '153851.035000', '153851.495000', '153851.955000', '153852.415000', '153852.875000', '153853.335000', '153853.795000', '153854.255000', '153854.715000', '153855.175000', '153855.635000', '153856.095000', '153856.555000', '153857.015000', '153857.475000', '153857.935000', '153858.395000', '153858.855000', '153859.315000', '153859.775000', '153900.235000', '153900.695000', '153901.155000', '153901.615000', '153902.075000', '153902.535000', '153902.995000', '153903.455000', '153903.915000', '153904.375000', '153904.835000', '153905.295000', '153905.755000', '153906.215000', '153906.675000', '153907.135000', '153907.595000', '153908.055000', '153908.515000', '153908.975000', '153909.435000', '153909.895000', '153910.355000', '153910.815000', '153911.275000', '153911.735000', '153912.195000', '153912.655000', '153913.115000', '153913.575000', '153914.035000', '153914.495000', '153914.955000', '153915.415000', '153915.875000', '153916.335000', '153916.795000', '153917.255000', '153917.715000', '153918.175000', '153918.635000', '153919.095000', '153919.555000', '153920.015000', '153920.475000', '153920.935000', '153921.395000', '153921.855000', '153922.315000', '153922.775000', '153923.235000', '153923.695000', '153924.155000', '153924.615000', '153925.075000', '153925.535000', '153925.995000', '153926.455000', '153926.915000', '153927.375000', '153927.835000', '153928.295000', '153928.755000', '153929.215000', '153929.675000', '153930.135000', '153930.595000', '153931.055000', '153931.515000', '153931.975000', '153932.435000', '153932.895000', '153933.355000', '153933.815000', '153934.275000', '153934.735000', '153935.195000', '153935.655000', '153936.115000', '153936.575000', '153937.035000', '153937.495000', '153937.955000', '153938.415000', '153938.875000', '153939.335000', '153939.795000', '153940.255000', '153940.715000', '153941.175000', '153941.635000', '153942.095000', '153942.555000', '153943.015000', '153943.475000', '153943.935000', '153944.395000', '153944.855000', '153945.315000', '153945.775000', '153946.235000', '153946.695000', '153947.155000', '153947.615000', '153948.075000', '153948.535000', '153948.995000', '153949.455000', '153949.915000', '153950.375000', '153950.835000', '153951.295000', '153951.755000', '153952.215000', '153952.675000', '153953.135000', '153953.595000', '153954.055000', '153954.515000', '153954.975000', '153955.435000', '153955.895000', '153956.355000', '153956.815000', '153957.275000', '153957.735000', '153958.195000', '153958.655000', '153959.115000', '153959.575000', '154000.035000', '154000.495000', '154000.955000', '154001.415000', '154001.875000', '154002.335000', '154002.795000', '154003.255000', '154003.715000', '154004.175000', '154004.635000', '154005.095000', '154005.555000', '154006.015000', '154006.475000', '154006.935000', '154007.395000', '154007.855000', '154008.315000', '154008.775000', '154009.235000', '154009.695000', '154010.155000', '154010.615000', '154011.075000', '154011.535000', '154011.995000', '154012.455000', '154012.915000', '154013.375000', '154013.835000', '154014.295000', '154014.755000', '154015.215000', '154015.675000', '154016.135000', '154016.595000', '154017.055000', '154017.515000', '154017.975000', '154018.435000', '154018.895000', '154019.355000', '154019.815000', '154020.275000', '154020.735000', '154021.195000', '154021.655000', '154022.115000', '154022.575000', '154023.035000', '154023.495000', '154023.955000', '154024.415000', '154024.875000', '154025.335000', '154025.795000', '154026.255000', '154026.715000', '154027.175000', '154027.635000', '154028.095000', '154028.555000', '154029.015000', '154029.475000', '154029.935000', '154030.395000', '154030.855000', '154031.315000', '154031.775000', '154032.235000', '154032.695000', '154033.155000', '154033.615000', '154034.075000', '154034.535000', '154034.995000', '154035.455000', '154035.915000', '154036.375000', '154036.835000', '154037.295000', '154037.755000', '154038.215000', '154038.675000', '154039.135000', '154039.595000', '154040.055000', '154040.515000', '154040.975000', '154041.435000', '154041.895000', '154042.355000', '154042.815000', '154043.275000', '154043.735000', '154044.195000', '154044.655000', '154045.115000', '154045.575000', '154046.035000', '154046.495000', '154046.955000', '154047.415000', '154047.875000', '154048.335000', '154048.795000', '154049.255000', '154049.715000', '154050.175000', '154050.635000', '154051.095000', '154051.555000', '154052.015000', '154052.475000', '154052.935000', '154053.395000', '154053.855000', '154054.315000', '154054.775000', '154055.235000', '154055.695000', '154056.155000', '154056.615000', '154057.075000', '154057.535000', '154057.995000', '154058.455000', '154058.915000', '154059.375000', '154059.835000', '154100.295000', '154100.755000', '154101.215000', '154101.675000', '154102.135000', '154102.595000', '154103.055000', '154103.515000', '154103.975000', '154104.435000', '154104.895000', '154105.355000', '154105.815000', '154106.275000', '154106.735000', '154107.195000', '154107.655000', '154108.115000', '154108.575000', '154109.035000', '154109.495000', '154109.955000', '154110.415000', '154110.875000', '154111.335000', '154111.795000', '154112.255000', '154112.715000', '154113.175000', '154113.635000', '154114.095000', '154114.555000', '154115.015000', '154115.475000', '154115.935000', '154116.395000', '154116.855000', '154117.315000', '154117.775000', '154118.235000', '154118.695000', '154119.155000', '154119.615000', '154120.075000', '154120.535000', '154120.995000', '154121.455000', '154121.915000', '154122.375000', '154122.835000', '154123.295000', '154123.755000', '154124.215000', '154124.675000', '154125.135000', '154125.595000', '154126.055000', '154126.515000', '154126.975000', '154127.435000', '154127.895000', '154128.355000', '154128.815000', '154129.275000', '154129.735000', '154130.195000', '154130.655000', '154131.115000', '154131.575000', '154132.035000', '154132.495000', '154132.955000', '154133.415000', '154133.875000', '154134.335000', '154134.795000', '154135.255000', '154135.715000', '154136.175000', '154136.635000', '154137.095000', '154137.555000', '154138.015000', '154138.475000', '154138.935000', '154139.395000', '154139.855000', '154140.315000', '154140.775000', '154141.235000', '154141.695000', '154142.155000', '154142.615000', '154143.075000', '154143.535000', '154143.995000', '154144.455000', '154144.915000', '154145.375000', '154145.835000', '154146.295000', '154146.755000', '154147.215000', '154147.675000', '154148.135000', '154148.595000', '154149.055000', '154149.515000', '154149.975000', '154150.435000', '154150.895000', '154151.355000', '154151.815000', '154152.275000', '154152.735000', '154153.195000', '154153.655000', '154154.115000', '154154.575000', '154155.035000', '154155.495000', '154155.955000', '154156.415000', '154156.875000', '154157.335000', '154157.795000', '154158.255000', '154158.715000', '154159.175000', '154159.635000', '154200.095000', '154200.555000', '154201.015000', '154201.475000', '154201.935000', '154202.395000', '154202.855000', '154203.315000', '154203.775000', '154204.235000', '154204.695000', '154205.155000', '154205.615000', '154206.075000', '154206.535000', '154206.995000', '154207.455000', '154207.915000', '154208.375000', '154208.835000', '154209.295000', '154209.755000', '154210.215000', '154210.675000', '154211.135000', '154211.595000', '154212.055000', '154212.515000', '154212.975000', '154213.435000', '154213.895000', '154214.355000', '154214.815000', '154215.275000', '154215.735000', '154216.195000', '154216.655000', '154217.115000', '154217.575000', '154218.035000', '154218.495000', '154218.955000', '154219.415000', '154219.875000', '154220.335000', '154220.795000', '154221.255000', '154221.715000', '154222.175000', '154222.635000', '154223.095000', '154223.555000', '154224.015000', '154224.475000', '154224.935000', '154225.395000', '154225.855000', '154226.315000', '154226.775000', '154227.235000', '154227.695000', '154228.155000', '154228.615000', '154229.075000', '154229.535000', '154229.995000', '154230.455000', '154230.915000', '154231.375000', '154231.835000', '154232.295000', '154232.755000', '154233.215000', '154233.675000', '154234.135000', '154234.595000', '154235.055000', '154235.515000', '154235.975000', '154236.435000', '154236.895000', '154237.355000', '154237.815000', '154238.275000', '154238.735000', '154239.195000', '154239.655000', '154240.115000', '154240.575000', '154241.035000', '154241.495000', '154241.955000', '154242.415000', '154242.875000', '154243.335000', '154243.795000', '154244.255000', '154244.715000', '154245.175000', '154245.635000', '154246.095000', '154246.555000', '154247.015000', '154247.475000', '154247.935000', '154248.395000', '154248.855000', '154249.315000', '154249.775000', '154250.235000', '154250.695000', '154251.155000', '154251.615000', '154252.075000', '154252.535000', '154252.995000', '154253.455000', '154253.915000', '154254.375000', '154254.835000', '154255.295000', '154255.755000', '154256.215000', '154256.675000', '154257.135000', '154257.595000', '154258.055000', '154258.515000', '154258.975000', '154259.435000', '154259.895000', '154300.355000', '154300.815000', '154301.275000', '154301.735000', '154302.195000', '154302.655000', '154303.115000', '154303.575000', '154304.035000', '154304.495000', '154304.955000', '154305.415000', '154305.875000', '154306.335000', '154306.795000', '154307.255000', '154307.715000', '154308.175000', '154308.635000', '154309.095000', '154309.555000', '154310.015000', '154310.475000', '154310.935000', '154311.395000', '154311.855000', '154312.315000', '154312.775000', '154313.235000', '154313.695000', '154314.155000', '154314.615000', '154315.075000', '154315.535000', '154315.995000', '154316.455000', '154316.915000', '154317.375000', '154317.835000', '154318.295000', '154318.755000', '154319.215000', '154319.675000', '154320.135000', '154320.595000', '154321.055000', '154321.515000', '154321.975000', '154322.435000', '154322.895000', '154323.355000', '154323.815000', '154324.275000', '154324.735000', '154325.195000', '154325.655000', '154326.115000', '154326.575000', '154327.035000', '154327.495000', '154327.955000', '154328.415000', '154328.875000', '154329.335000', '154329.795000', '154330.255000', '154330.715000', '154331.175000', '154331.635000', '154332.095000', '154332.555000', '154333.015000', '154333.475000', '154333.935000', '154334.395000', '154334.855000', '154335.315000', '154335.775000', '154336.235000', '154336.695000', '154337.155000', '154337.615000', '154338.075000', '154338.535000', '154338.995000', '154339.455000', '154339.915000', '154340.375000', '154340.835000', '154341.295000', '154341.755000'], 'ContentTime': ['153718.804000', '153718.809000', '153718.813000', '153718.816000', '153718.819000', '153718.822000', '153718.848000', '153718.851000', '153718.854000', '153718.857000', '153718.860000', '153718.863000', '153718.876000', '153718.879000', '153718.882000', '153718.885000', '153718.888000', '153718.895000', '153718.897000', '153718.900000', '153718.903000', '153718.906000', '153718.909000', '153718.912000', '153718.915000', '153718.918000', '153718.921000', '153718.924000', '153718.927000', '153718.930000', '153718.932000', '153718.935000', '153718.938000', '153718.941000', '153718.944000', '153718.947000', '153738.762000', '153738.765000', '153738.768000', '153738.771000', '153738.774000', '153738.777000', '153738.780000', '153738.783000', '153738.786000', '153738.789000', '153738.792000', '153738.794000', '153738.797000', '153738.800000', '153738.803000', '153738.806000', '153738.809000', '153738.812000', '153738.815000', '153738.818000', '153738.821000', '153738.824000', '153738.827000', '153738.830000', '153738.832000', '153738.835000', '153738.838000', '153738.841000', '153738.844000', '153738.847000', '153738.850000', '153738.853000', '153738.856000', '153738.859000', '153738.862000', '153738.865000', '153738.868000', '153738.870000', '153738.873000', '153738.876000', '153738.879000', '153738.882000', '153738.885000', '153738.888000', '153758.761000', '153758.764000', '153758.767000', '153758.770000', '153758.773000', '153758.776000', '153758.779000', '153758.782000', '153758.785000', '153758.788000', '153758.791000', '153758.794000', '153758.796000', '153758.799000', '153758.802000', '153758.805000', '153758.809000', '153758.813000', '153758.816000', '153758.819000', '153758.822000', '153758.825000', '153758.828000', '153758.831000', '153758.834000', '153758.837000', '153758.840000', '153758.843000', '153758.846000', '153758.849000', '153758.852000', '153758.855000', '153758.858000', '153758.861000', '153758.863000', '153758.866000', '153758.869000', '153758.872000', '153758.875000', '153758.878000', '153758.881000', '153758.884000', '153758.887000', '153818.761000', '153818.764000', '153818.767000', '153818.770000', '153818.773000', '153818.776000', '153818.779000', '153818.782000', '153818.785000', '153818.787000', '153818.790000', '153818.793000', '153818.796000', '153818.799000', '153818.802000', '153818.805000', '153818.808000', '153818.811000', '153818.814000', '153818.817000', '153818.820000', '153818.823000', '153818.826000', '153818.828000', '153818.832000', '153818.834000', '153818.837000', '153818.840000', '153818.843000', '153818.846000', '153818.849000', '153818.852000', '153818.855000', '153818.858000', '153818.861000', '153818.864000', '153818.867000', '153818.870000', '153818.873000', '153818.876000', '153818.879000', '153818.882000', '153818.884000', '153818.887000', '153838.761000', '153838.764000', '153838.767000', '153838.771000', '153838.774000', '153838.777000', '153838.780000', '153838.783000', '153838.786000', '153838.789000', '153838.792000', '153838.795000', '153838.798000', '153838.801000', '153838.804000', '153838.807000', '153838.810000', '153838.813000', '153838.816000', '153838.818000', '153838.821000', '153838.825000', '153838.828000', '153838.831000', '153838.834000', '153838.837000', '153838.840000', '153838.843000', '153838.846000', '153838.849000', '153838.852000', '153838.855000', '153838.858000', '153838.861000', '153838.864000', '153838.867000', '153838.870000', '153838.873000', '153838.876000', '153838.879000', '153838.882000', '153838.885000', '153838.888000', '153858.761000', '153858.764000', '153858.767000', '153858.770000', '153858.773000', '153858.776000', '153858.779000', '153858.782000', '153858.785000', '153858.788000', '153858.791000', '153858.794000', '153858.797000', '153858.800000', '153858.803000', '153858.806000', '153858.809000', '153858.811000', '153858.814000', '153858.817000', '153858.820000', '153858.823000', '153858.826000', '153858.837000', '153858.840000', '153858.843000', '153858.846000', '153858.849000', '153858.852000', '153858.855000', '153858.858000', '153858.861000', '153858.864000', '153858.867000', '153858.869000', '153858.873000', '153858.875000', '153858.879000', '153858.882000', '153858.885000', '153858.888000', '153858.890000', '153858.893000', '153858.896000', '153918.761000', '153918.764000', '153918.767000', '153918.770000', '153918.773000', '153918.776000', '153918.779000', '153918.782000', '153918.785000', '153918.788000', '153918.791000', '153918.794000', '153918.797000', '153918.800000', '153918.803000', '153918.806000', '153918.808000', '153918.812000', '153918.814000', '153918.817000', '153918.820000', '153918.823000', '153918.826000', '153918.829000', '153918.832000', '153918.835000', '153918.838000', '153918.841000', '153918.844000', '153918.847000', '153918.850000', '153918.853000', '153918.855000', '153918.859000', '153918.862000', '153918.865000', '153918.868000', '153918.871000', '153918.874000', '153918.877000', '153918.880000', '153918.882000', '153918.885000', '153938.762000', '153938.765000', '153938.768000', '153938.771000', '153938.774000', '153938.777000', '153938.780000', '153938.783000', '153938.786000', '153938.789000', '153938.792000', '153938.795000', '153938.798000', '153938.800000', '153938.803000', '153938.807000', '153938.809000', '153938.812000', '153938.815000', '153938.818000', '153938.821000', '153938.824000', '153938.827000', '153938.830000', '153938.833000', '153938.836000', '153938.839000', '153938.842000', '153938.845000', '153938.848000', '153938.851000', '153938.854000', '153938.856000', '153938.859000', '153938.863000', '153938.865000', '153938.868000', '153938.871000', '153938.874000', '153938.877000', '153938.880000', '153938.883000', '153938.886000', '153938.889000', '153958.762000', '153958.765000', '153958.768000', '153958.771000', '153958.774000', '153958.777000', '153958.780000', '153958.783000', '153958.786000', '153958.789000', '153958.792000', '153958.795000', '153958.798000', '153958.801000', '153958.804000', '153958.807000', '153958.811000', '153958.815000', '153958.817000', '153958.820000', '153958.823000', '153958.826000', '153958.829000', '153958.832000', '153958.835000', '153958.838000', '153958.841000', '153958.844000', '153958.847000', '153958.850000', '153958.853000', '153958.856000', '153958.859000', '153958.862000', '153958.865000', '153958.868000', '153958.871000', '153958.874000', '153958.877000', '153958.881000', '153958.884000', '153958.887000', '153958.891000', '154018.761000', '154018.764000', '154018.767000', '154018.770000', '154018.774000', '154018.779000', '154018.782000', '154018.785000', '154018.788000', '154018.791000', '154018.794000', '154018.797000', '154018.800000', '154018.803000', '154018.806000', '154018.809000', '154018.812000', '154018.815000', '154018.818000', '154018.820000', '154018.823000', '154018.826000', '154018.829000', '154018.832000', '154018.835000', '154018.838000', '154018.841000', '154018.844000', '154018.847000', '154018.850000', '154018.853000', '154018.856000', '154018.859000', '154018.862000', '154018.865000', '154018.868000', '154018.871000', '154018.874000', '154018.877000', '154018.880000', '154018.883000', '154018.886000', '154018.889000', '154018.903000', '154038.761000', '154038.764000', '154038.767000', '154038.770000', '154038.773000', '154038.776000', '154038.779000', '154038.782000', '154038.785000', '154038.788000', '154038.791000', '154038.794000', '154038.797000', '154038.800000', '154038.803000', '154038.806000', '154038.809000', '154038.811000', '154038.814000', '154038.817000', '154038.820000', '154038.823000', '154038.826000', '154038.829000', '154038.832000', '154038.835000', '154038.838000', '154038.841000', '154038.844000', '154038.847000', '154038.850000', '154038.853000', '154038.856000', '154038.859000', '154038.862000', '154038.865000', '154038.868000', '154038.871000', '154038.874000', '154038.877000', '154038.879000', '154038.882000', '154038.885000', '154058.761000', '154058.764000', '154058.767000', '154058.770000', '154058.773000', '154058.776000', '154058.779000', '154058.782000', '154058.785000', '154058.788000', '154058.791000', '154058.794000', '154058.797000', '154058.800000', '154058.803000', '154058.806000', '154058.809000', '154058.812000', '154058.815000', '154058.818000', '154058.821000', '154058.824000', '154058.826000', '154058.829000', '154058.832000', '154058.835000', '154058.838000', '154058.841000', '154058.844000', '154058.847000', '154058.850000', '154058.853000', '154058.856000', '154058.859000', '154058.862000', '154058.865000', '154058.868000', '154058.871000', '154058.874000', '154058.877000', '154058.880000', '154058.883000', '154058.886000', '154058.889000', '154118.761000', '154118.764000', '154118.767000', '154118.770000', '154118.773000', '154118.776000', '154118.779000', '154118.782000', '154118.785000', '154118.788000', '154118.791000', '154118.794000', '154118.797000', '154118.800000', '154118.803000', '154118.806000', '154118.809000', '154118.812000', '154118.815000', '154118.818000', '154118.821000', '154118.824000', '154118.827000', '154118.830000', '154118.833000', '154118.836000', '154118.839000', '154118.841000', '154118.844000', '154118.849000', '154118.852000', '154118.855000', '154118.858000', '154118.861000', '154118.864000', '154118.867000', '154118.870000', '154118.873000', '154118.876000', '154118.879000', '154118.882000', '154118.885000', '154118.888000', '154138.761000', '154138.764000', '154138.767000', '154138.770000', '154138.773000', '154138.776000', '154138.779000', '154138.782000', '154138.785000', '154138.788000', '154138.791000', '154138.794000', '154138.797000', '154138.800000', '154138.803000', '154138.806000', '154138.808000', '154138.811000', '154138.814000', '154138.818000', '154138.821000', '154138.824000', '154138.826000', '154138.830000', '154138.832000', '154138.835000', '154138.838000', '154138.841000', '154138.844000', '154138.847000', '154138.850000', '154138.853000', '154138.856000', '154138.859000', '154138.862000', '154138.865000', '154138.868000', '154138.871000', '154138.874000', '154138.877000', '154138.880000', '154138.883000', '154138.886000', '154138.889000', '154158.762000', '154158.767000', '154158.770000', '154158.773000', '154158.776000', '154158.779000', '154158.782000', '154158.785000', '154158.787000', '154158.791000', '154158.794000', '154158.797000', '154158.800000', '154158.803000', '154158.806000', '154158.809000', '154158.812000', '154158.815000', '154158.831000', '154158.834000', '154158.837000', '154158.840000', '154158.843000', '154158.846000', '154158.848000', '154158.852000', '154158.854000', '154158.857000', '154158.860000', '154158.863000', '154158.866000', '154158.869000', '154158.872000', '154158.875000', '154158.878000', '154158.881000', '154158.884000', '154158.887000', '154158.890000', '154158.893000', '154158.896000', '154158.899000', '154158.902000', '154218.762000', '154218.765000', '154218.772000', '154218.775000', '154218.778000', '154218.781000', '154218.784000', '154218.787000', '154218.790000', '154218.793000', '154218.796000', '154218.799000', '154218.802000', '154218.805000', '154218.808000', '154218.811000', '154218.814000', '154218.817000', '154218.820000', '154218.822000', '154218.825000', '154218.828000', '154218.831000', '154218.834000', '154218.837000', '154218.840000', '154218.843000', '154218.846000', '154218.849000', '154218.852000', '154218.855000', '154218.858000', '154218.861000', '154218.864000', '154218.867000', '154218.870000', '154218.873000', '154218.876000', '154218.879000', '154218.881000', '154218.884000', '154218.887000', '154218.890000', '154218.893000', '154238.761000', '154238.764000', '154238.767000', '154238.770000', '154238.773000', '154238.776000', '154238.779000', '154238.782000', '154238.785000', '154238.788000', '154238.791000', '154238.794000', '154238.797000', '154238.800000', '154238.803000', '154238.806000', '154238.809000', '154238.811000', '154238.814000', '154238.817000', '154238.820000', '154238.823000', '154238.826000', '154238.829000', '154238.832000', '154238.835000', '154238.838000', '154238.841000', '154238.846000', '154238.849000', '154238.852000', '154238.855000', '154238.858000', '154238.861000', '154238.864000', '154238.867000', '154238.870000', '154238.873000', '154238.875000', '154238.878000', '154238.881000', '154238.885000', '154238.889000', '154258.761000', '154258.764000', '154258.767000', '154258.770000', '154258.773000', '154258.776000', '154258.779000', '154258.782000', '154258.785000', '154258.788000', '154258.791000', '154258.794000', '154258.797000', '154258.800000', '154258.803000', '154258.806000', '154258.809000', '154258.812000', '154258.815000', '154258.818000', '154258.821000', '154258.824000', '154258.827000', '154258.830000', '154258.833000', '154258.836000', '154258.839000', '154258.842000', '154258.845000', '154258.848000', '154258.851000', '154258.853000', '154258.856000', '154258.860000', '154258.862000', '154258.865000', '154258.868000', '154258.871000', '154258.874000', '154258.877000', '154258.880000', '154258.883000', '154258.886000', '154258.889000', '154318.761000', '154318.764000', '154318.767000', '154318.770000', '154318.773000', '154318.776000', '154318.779000', '154318.782000', '154318.785000', '154318.788000', '154318.791000', '154318.794000', '154318.797000', '154318.800000', '154318.803000', '154318.806000', '154318.809000', '154318.811000', '154318.814000', '154318.817000', '154318.820000', '154318.823000', '154318.826000', '154318.829000', '154318.844000', '154318.847000', '154318.850000', '154318.853000', '154318.856000', '154318.859000', '154318.862000', '154318.865000', '154318.868000', '154318.871000', '154318.874000', '154318.877000', '154318.880000', '154318.883000', '154318.886000', '154318.889000', '154318.892000', '154318.894000', '154318.897000', '154338.761000', '154338.764000', '154338.767000', '154338.770000', '154338.773000', '154338.776000', '154338.780000', '154338.783000', '154338.785000', '154338.789000', '154338.792000', '154338.795000', '154338.798000', '154338.801000', '154338.804000', '154338.806000', '154338.810000', '154338.812000', '154338.815000', '154338.818000', '154338.821000', '154338.824000', '154338.827000', '154338.830000', '154338.833000', '154338.836000', '154338.839000', '154338.842000', '154338.845000', '154338.848000', '154338.851000', '154338.854000', '154338.857000', '154338.860000', '154338.862000', '154338.865000', '154338.869000', '154338.871000', '154338.874000', '154338.877000', '154338.880000', '154338.883000', '154338.886000', '154342.949000', '154342.952000', '154342.955000', '154342.959000', '154342.962000', '154342.965000', '154342.969000', '154342.973000', '154342.977000', '154342.980000'], 'InstanceCreationTime': ['153718.804000', '153718.809000', '153718.813000', '153718.816000', '153718.819000', '153718.822000', '153718.848000', '153718.851000', '153718.854000', '153718.857000', '153718.860000', '153718.863000', '153718.876000', '153718.879000', '153718.882000', '153718.885000', '153718.888000', '153718.895000', '153718.897000', '153718.900000', '153718.903000', '153718.906000', '153718.909000', '153718.912000', '153718.915000', '153718.918000', '153718.921000', '153718.924000', '153718.927000', '153718.930000', '153718.932000', '153718.935000', '153718.938000', '153718.941000', '153718.944000', '153718.947000', '153738.762000', '153738.765000', '153738.768000', '153738.771000', '153738.774000', '153738.777000', '153738.780000', '153738.783000', '153738.786000', '153738.789000', '153738.792000', '153738.794000', '153738.797000', '153738.800000', '153738.803000', '153738.806000', '153738.809000', '153738.812000', '153738.815000', '153738.818000', '153738.821000', '153738.824000', '153738.827000', '153738.830000', '153738.832000', '153738.835000', '153738.838000', '153738.841000', '153738.844000', '153738.847000', '153738.850000', '153738.853000', '153738.856000', '153738.859000', '153738.862000', '153738.865000', '153738.868000', '153738.870000', '153738.873000', '153738.876000', '153738.879000', '153738.882000', '153738.885000', '153738.888000', '153758.761000', '153758.764000', '153758.767000', '153758.770000', '153758.773000', '153758.776000', '153758.779000', '153758.782000', '153758.785000', '153758.788000', '153758.791000', '153758.794000', '153758.796000', '153758.799000', '153758.802000', '153758.805000', '153758.809000', '153758.813000', '153758.816000', '153758.819000', '153758.822000', '153758.825000', '153758.828000', '153758.831000', '153758.834000', '153758.837000', '153758.840000', '153758.843000', '153758.846000', '153758.849000', '153758.852000', '153758.855000', '153758.858000', '153758.861000', '153758.863000', '153758.866000', '153758.869000', '153758.872000', '153758.875000', '153758.878000', '153758.881000', '153758.884000', '153758.887000', '153818.761000', '153818.764000', '153818.767000', '153818.770000', '153818.773000', '153818.776000', '153818.779000', '153818.782000', '153818.785000', '153818.787000', '153818.790000', '153818.793000', '153818.796000', '153818.799000', '153818.802000', '153818.805000', '153818.808000', '153818.811000', '153818.814000', '153818.817000', '153818.820000', '153818.823000', '153818.826000', '153818.828000', '153818.832000', '153818.834000', '153818.837000', '153818.840000', '153818.843000', '153818.846000', '153818.849000', '153818.852000', '153818.855000', '153818.858000', '153818.861000', '153818.864000', '153818.867000', '153818.870000', '153818.873000', '153818.876000', '153818.879000', '153818.882000', '153818.884000', '153818.887000', '153838.761000', '153838.764000', '153838.767000', '153838.771000', '153838.774000', '153838.777000', '153838.780000', '153838.783000', '153838.786000', '153838.789000', '153838.792000', '153838.795000', '153838.798000', '153838.801000', '153838.804000', '153838.807000', '153838.810000', '153838.813000', '153838.816000', '153838.818000', '153838.821000', '153838.825000', '153838.828000', '153838.831000', '153838.834000', '153838.837000', '153838.840000', '153838.843000', '153838.846000', '153838.849000', '153838.852000', '153838.855000', '153838.858000', '153838.861000', '153838.864000', '153838.867000', '153838.870000', '153838.873000', '153838.876000', '153838.879000', '153838.882000', '153838.885000', '153838.888000', '153858.761000', '153858.764000', '153858.767000', '153858.770000', '153858.773000', '153858.776000', '153858.779000', '153858.782000', '153858.785000', '153858.788000', '153858.791000', '153858.794000', '153858.797000', '153858.800000', '153858.803000', '153858.806000', '153858.809000', '153858.811000', '153858.814000', '153858.817000', '153858.820000', '153858.823000', '153858.826000', '153858.837000', '153858.840000', '153858.843000', '153858.846000', '153858.849000', '153858.852000', '153858.855000', '153858.858000', '153858.861000', '153858.864000', '153858.867000', '153858.869000', '153858.873000', '153858.875000', '153858.879000', '153858.882000', '153858.885000', '153858.888000', '153858.890000', '153858.893000', '153858.896000', '153918.761000', '153918.764000', '153918.767000', '153918.770000', '153918.773000', '153918.776000', '153918.779000', '153918.782000', '153918.785000', '153918.788000', '153918.791000', '153918.794000', '153918.797000', '153918.800000', '153918.803000', '153918.806000', '153918.808000', '153918.812000', '153918.814000', '153918.817000', '153918.820000', '153918.823000', '153918.826000', '153918.829000', '153918.832000', '153918.835000', '153918.838000', '153918.841000', '153918.844000', '153918.847000', '153918.850000', '153918.853000', '153918.855000', '153918.859000', '153918.862000', '153918.865000', '153918.868000', '153918.871000', '153918.874000', '153918.877000', '153918.880000', '153918.882000', '153918.885000', '153938.762000', '153938.765000', '153938.768000', '153938.771000', '153938.774000', '153938.777000', '153938.780000', '153938.783000', '153938.786000', '153938.789000', '153938.792000', '153938.795000', '153938.798000', '153938.800000', '153938.803000', '153938.807000', '153938.809000', '153938.812000', '153938.815000', '153938.818000', '153938.821000', '153938.824000', '153938.827000', '153938.830000', '153938.833000', '153938.836000', '153938.839000', '153938.842000', '153938.845000', '153938.848000', '153938.851000', '153938.854000', '153938.856000', '153938.859000', '153938.863000', '153938.865000', '153938.868000', '153938.871000', '153938.874000', '153938.877000', '153938.880000', '153938.883000', '153938.886000', '153938.889000', '153958.762000', '153958.765000', '153958.768000', '153958.771000', '153958.774000', '153958.777000', '153958.780000', '153958.783000', '153958.786000', '153958.789000', '153958.792000', '153958.795000', '153958.798000', '153958.801000', '153958.804000', '153958.807000', '153958.811000', '153958.815000', '153958.817000', '153958.820000', '153958.823000', '153958.826000', '153958.829000', '153958.832000', '153958.835000', '153958.838000', '153958.841000', '153958.844000', '153958.847000', '153958.850000', '153958.853000', '153958.856000', '153958.859000', '153958.862000', '153958.865000', '153958.868000', '153958.871000', '153958.874000', '153958.877000', '153958.881000', '153958.884000', '153958.887000', '153958.891000', '154018.761000', '154018.764000', '154018.767000', '154018.770000', '154018.774000', '154018.779000', '154018.782000', '154018.785000', '154018.788000', '154018.791000', '154018.794000', '154018.797000', '154018.800000', '154018.803000', '154018.806000', '154018.809000', '154018.812000', '154018.815000', '154018.818000', '154018.820000', '154018.823000', '154018.826000', '154018.829000', '154018.832000', '154018.835000', '154018.838000', '154018.841000', '154018.844000', '154018.847000', '154018.850000', '154018.853000', '154018.856000', '154018.859000', '154018.862000', '154018.865000', '154018.868000', '154018.871000', '154018.874000', '154018.877000', '154018.880000', '154018.883000', '154018.886000', '154018.889000', '154018.903000', '154038.761000', '154038.764000', '154038.767000', '154038.770000', '154038.773000', '154038.776000', '154038.779000', '154038.782000', '154038.785000', '154038.788000', '154038.791000', '154038.794000', '154038.797000', '154038.800000', '154038.803000', '154038.806000', '154038.809000', '154038.811000', '154038.814000', '154038.817000', '154038.820000', '154038.823000', '154038.826000', '154038.829000', '154038.832000', '154038.835000', '154038.838000', '154038.841000', '154038.844000', '154038.847000', '154038.850000', '154038.853000', '154038.856000', '154038.859000', '154038.862000', '154038.865000', '154038.868000', '154038.871000', '154038.874000', '154038.877000', '154038.879000', '154038.882000', '154038.885000', '154058.761000', '154058.764000', '154058.767000', '154058.770000', '154058.773000', '154058.776000', '154058.779000', '154058.782000', '154058.785000', '154058.788000', '154058.791000', '154058.794000', '154058.797000', '154058.800000', '154058.803000', '154058.806000', '154058.809000', '154058.812000', '154058.815000', '154058.818000', '154058.821000', '154058.824000', '154058.826000', '154058.829000', '154058.832000', '154058.835000', '154058.838000', '154058.841000', '154058.844000', '154058.847000', '154058.850000', '154058.853000', '154058.856000', '154058.859000', '154058.862000', '154058.865000', '154058.868000', '154058.871000', '154058.874000', '154058.877000', '154058.880000', '154058.883000', '154058.886000', '154058.889000', '154118.761000', '154118.764000', '154118.767000', '154118.770000', '154118.773000', '154118.776000', '154118.779000', '154118.782000', '154118.785000', '154118.788000', '154118.791000', '154118.794000', '154118.797000', '154118.800000', '154118.803000', '154118.806000', '154118.809000', '154118.812000', '154118.815000', '154118.818000', '154118.821000', '154118.824000', '154118.827000', '154118.830000', '154118.833000', '154118.836000', '154118.839000', '154118.841000', '154118.844000', '154118.849000', '154118.852000', '154118.855000', '154118.858000', '154118.861000', '154118.864000', '154118.867000', '154118.870000', '154118.873000', '154118.876000', '154118.879000', '154118.882000', '154118.885000', '154118.888000', '154138.761000', '154138.764000', '154138.767000', '154138.770000', '154138.773000', '154138.776000', '154138.779000', '154138.782000', '154138.785000', '154138.788000', '154138.791000', '154138.794000', '154138.797000', '154138.800000', '154138.803000', '154138.806000', '154138.808000', '154138.811000', '154138.814000', '154138.818000', '154138.821000', '154138.824000', '154138.826000', '154138.830000', '154138.832000', '154138.835000', '154138.838000', '154138.841000', '154138.844000', '154138.847000', '154138.850000', '154138.853000', '154138.856000', '154138.859000', '154138.862000', '154138.865000', '154138.868000', '154138.871000', '154138.874000', '154138.877000', '154138.880000', '154138.883000', '154138.886000', '154138.889000', '154158.762000', '154158.767000', '154158.770000', '154158.773000', '154158.776000', '154158.779000', '154158.782000', '154158.785000', '154158.787000', '154158.791000', '154158.794000', '154158.797000', '154158.800000', '154158.803000', '154158.806000', '154158.809000', '154158.812000', '154158.815000', '154158.831000', '154158.834000', '154158.837000', '154158.840000', '154158.843000', '154158.846000', '154158.848000', '154158.852000', '154158.854000', '154158.857000', '154158.860000', '154158.863000', '154158.866000', '154158.869000', '154158.872000', '154158.875000', '154158.878000', '154158.881000', '154158.884000', '154158.887000', '154158.890000', '154158.893000', '154158.896000', '154158.899000', '154158.902000', '154218.762000', '154218.765000', '154218.772000', '154218.775000', '154218.778000', '154218.781000', '154218.784000', '154218.787000', '154218.790000', '154218.793000', '154218.796000', '154218.799000', '154218.802000', '154218.805000', '154218.808000', '154218.811000', '154218.814000', '154218.817000', '154218.820000', '154218.822000', '154218.825000', '154218.828000', '154218.831000', '154218.834000', '154218.837000', '154218.840000', '154218.843000', '154218.846000', '154218.849000', '154218.852000', '154218.855000', '154218.858000', '154218.861000', '154218.864000', '154218.867000', '154218.870000', '154218.873000', '154218.876000', '154218.879000', '154218.881000', '154218.884000', '154218.887000', '154218.890000', '154218.893000', '154238.761000', '154238.764000', '154238.767000', '154238.770000', '154238.773000', '154238.776000', '154238.779000', '154238.782000', '154238.785000', '154238.788000', '154238.791000', '154238.794000', '154238.797000', '154238.800000', '154238.803000', '154238.806000', '154238.809000', '154238.811000', '154238.814000', '154238.817000', '154238.820000', '154238.823000', '154238.826000', '154238.829000', '154238.832000', '154238.835000', '154238.838000', '154238.841000', '154238.846000', '154238.849000', '154238.852000', '154238.855000', '154238.858000', '154238.861000', '154238.864000', '154238.867000', '154238.870000', '154238.873000', '154238.875000', '154238.878000', '154238.881000', '154238.885000', '154238.889000', '154258.761000', '154258.764000', '154258.767000', '154258.770000', '154258.773000', '154258.776000', '154258.779000', '154258.782000', '154258.785000', '154258.788000', '154258.791000', '154258.794000', '154258.797000', '154258.800000', '154258.803000', '154258.806000', '154258.809000', '154258.812000', '154258.815000', '154258.818000', '154258.821000', '154258.824000', '154258.827000', '154258.830000', '154258.833000', '154258.836000', '154258.839000', '154258.842000', '154258.845000', '154258.848000', '154258.851000', '154258.853000', '154258.856000', '154258.860000', '154258.862000', '154258.865000', '154258.868000', '154258.871000', '154258.874000', '154258.877000', '154258.880000', '154258.883000', '154258.886000', '154258.889000', '154318.761000', '154318.764000', '154318.767000', '154318.770000', '154318.773000', '154318.776000', '154318.779000', '154318.782000', '154318.785000', '154318.788000', '154318.791000', '154318.794000', '154318.797000', '154318.800000', '154318.803000', '154318.806000', '154318.809000', '154318.811000', '154318.814000', '154318.817000', '154318.820000', '154318.823000', '154318.826000', '154318.829000', '154318.844000', '154318.847000', '154318.850000', '154318.853000', '154318.856000', '154318.859000', '154318.862000', '154318.865000', '154318.868000', '154318.871000', '154318.874000', '154318.877000', '154318.880000', '154318.883000', '154318.886000', '154318.889000', '154318.892000', '154318.894000', '154318.897000', '154338.761000', '154338.764000', '154338.767000', '154338.770000', '154338.773000', '154338.776000', '154338.780000', '154338.783000', '154338.785000', '154338.789000', '154338.792000', '154338.795000', '154338.798000', '154338.801000', '154338.804000', '154338.806000', '154338.810000', '154338.812000', '154338.815000', '154338.818000', '154338.821000', '154338.824000', '154338.827000', '154338.830000', '154338.833000', '154338.836000', '154338.839000', '154338.842000', '154338.845000', '154338.848000', '154338.851000', '154338.854000', '154338.857000', '154338.860000', '154338.862000', '154338.865000', '154338.869000', '154338.871000', '154338.874000', '154338.877000', '154338.880000', '154338.883000', '154338.886000', '154342.949000', '154342.952000', '154342.955000', '154342.959000', '154342.962000', '154342.965000', '154342.969000', '154342.973000', '154342.977000', '154342.980000'], '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': [9241, 11889, 8516, 8813, 8148, 8033, 11126, 7971, 15586, 9356, 13865, 8084, 11709, 7843, 8935, 16882, 8666, 16135, 10254, 13236, 7896, 11486, 7980, 11351, 7983, 10945, 8000, 10611, 7877, 9719, 16244, 10828, 18569, 14212, 16184, 10297, 14947, 10074, 13193, 7870, 11191, 7874, 8056, 8426, 7922, 13636, 9090, 11914, 7857, 14020, 9295, 13176, 8568, 12052, 7862, 11791, 8231, 12634, 9051, 13868, 8916, 14389, 9061, 13692, 8213, 15494, 7906, 12027, 7838, 10438, 16774, 12593, 13156, 8043, 18415, 9885, 13740, 7877, 10943, 7792, 8576, 7840, 8786, 7828, 9455, 7774, 9395, 10843, 7782, 18082, 8968, 14235, 7822, 9076, 7767, 7935, 10092, 7812, 13023, 9005, 12776, 8194, 12660, 8447, 11649, 8161, 8318, 17842, 11860, 15238, 7762, 12388, 7795, 10435, 8878, 7817, 8024, 7839, 12803, 8618, 15106, 10282, 13324, 8323, 12715, 8438, 12347, 9194, 11042, 8335, 12345, 9262, 12514, 9641, 9428, 12408, 7983, 15035, 9005, 17076, 10300, 16422, 7818, 11434, 7754, 7810, 17401, 9405, 15401, 9308, 12170, 7730, 10268, 7817, 10021, 7797, 8295, 7793, 7739, 16514, 8808, 14430, 7908, 13856, 7764, 8116, 16686, 8353, 15683, 8351, 11896, 7745, 7780, 7647, 7720, 13588, 8590, 12155, 7725, 11274, 7686, 10347, 10055, 7799, 17704, 9213, 14223, 7874, 14610, 8801, 13335, 7863, 9851, 7713, 7731, 11189, 7763, 13631, 9256, 12444, 7747, 11421, 7747, 8475, 12087, 7936, 13637, 9142, 11261, 7769, 13802, 9067, 11759, 7792, 10485, 7732, 9035, 11166, 7785, 16735, 9042, 13457, 8304, 12035, 7811, 11064, 13079, 7892, 17398, 10283, 12967, 7771, 12508, 8123, 11513, 7768, 11208, 7765, 8931, 8783, 7741, 17201, 9324, 14760, 8083, 9674, 13381, 7721, 16283, 8101, 12134, 7793, 9187, 7740, 7704, 10496, 7850, 13216, 8975, 9739, 7738, 12637, 8512, 14137, 9219, 12937, 9360, 14787, 7722, 11188, 17544, 12708, 16962, 10679, 15014, 8346, 11620, 7795, 11253, 7716, 11084, 7812, 10568, 7812, 10254, 7784, 9096, 8222, 12273, 8907, 7750, 10121, 13336, 12666, 10728, 10686, 11334, 8698, 18741, 12035, 14630, 7864, 8929, 7750, 7705, 8459, 7848, 13608, 9467, 13082, 7775, 12311, 8419, 12580, 7897, 10026, 12632, 7962, 11374, 7786, 13771, 9065, 14714, 9682, 13323, 8068, 13101, 8750, 12697, 8035, 12583, 7719, 11141, 12118, 7887, 18411, 13677, 14922, 7826, 12449, 7856, 12248, 8904, 12180, 8121, 13280, 8341, 13072, 7859, 14038, 7848, 11073, 7845, 10891, 18125, 14775, 17942, 10001, 16935, 10922, 14258, 7918, 13160, 7725, 11403, 7693, 10876, 7701, 11157, 7926, 10896, 7710, 11100, 12262, 10435, 9720, 7663, 18751, 9197, 15390, 8375, 12912, 7671, 10112, 12670, 7730, 13400, 8232, 8773, 7615, 10864, 7809, 16342, 10652, 14095, 8485, 16266, 10340, 14451, 7820, 11559, 7944, 10079, 7888, 11231, 7722, 10787, 8876, 12899, 8831, 7754, 11087, 18419, 15996, 17731, 12430, 14110, 7778, 10805, 8532, 7778, 16013, 9735, 12455, 7864, 10950, 7670, 9314, 7697, 7713, 10979, 7832, 12019, 7715, 12174, 8855, 11611, 8159, 11362, 7793, 10870, 7673, 9821, 7675, 10895, 8535, 11252, 8714, 11921, 8201, 14952, 9296, 15049, 7960, 12487, 7871, 13308, 8040, 11642, 7910, 8923, 14007, 8754, 10335, 7932, 16687, 9456, 13038, 7969, 11257, 7977, 10899, 7911, 11006, 7881, 10961, 7861, 11865, 7833, 11050, 16845, 10672, 17105, 11870, 13408, 7828, 11240, 10103, 7941, 16782, 9620, 13278, 7890, 11065, 7937, 8943, 8827, 7894, 10793, 8263, 12153, 8437, 13273, 9246, 10144, 8088, 8192, 9730, 7860, 12853, 8552, 14174, 10584, 7842, 14261, 12967, 10629, 18980, 15544, 14910, 8020, 11230, 7875, 7973, 13291, 7917, 11116, 7894, 10426, 7969, 9821, 7793, 7918, 7869, 8472, 13807, 7939, 12983, 8147, 10904, 7831, 8540, 15724, 7893, 13504, 7909, 10534, 7953, 7904, 11059, 7896, 13557, 8065, 10934, 7971, 7989, 7903, 7990, 13606, 8575, 11884, 7896, 9854, 7896, 8506, 9088, 8349, 12475, 9167, 11147, 7948, 18979, 9133, 15614, 8506, 11854, 7915, 8481, 10842, 8018, 15596, 9447, 11621, 7936, 10455, 8006, 10943, 8531, 11167, 7975, 12222, 8350, 14093, 8780, 16345, 8019, 12768, 7900, 10594, 7928, 13290, 7843, 11285, 7840, 10416, 7899, 12371, 7865, 12119, 8037, 9515, 7845, 13799, 9556, 9423, 9764, 7853, 14538, 10808, 13597, 18107, 15351, 11329, 8648, 16405, 8932, 11828, 7845, 9989, 7754, 7746, 9814, 7774, 12075, 8616, 11099, 7781, 8252, 7759, 7779, 12264, 8068, 11537, 8542, 10930, 7750, 10475, 7816, 9146, 9461, 7826, 8311, 8267, 18443, 13696, 15337, 9482, 10622, 7882, 9181, 8118, 8364, 10479, 8743, 10047, 8394, 19052, 11237, 16653, 9942, 13291, 8013, 7775, 19270, 9388, 13764, 7743, 9370, 10156, 7689, 11949, 7821, 10672, 7676, 7916, 11330, 7794, 17460, 8317, 12255, 9783, 7808, 11739, 7712, 11832, 7736, 10159, 7689, 9031, 7726, 7744, 11372, 8071, 12346, 8464, 13056, 8917, 8971, 7765, 7862, 10802, 7860, 16380, 15688, 12181, 18497, 9485, 16042, 9323, 13911, 7807, 11292, 7732, 8760, 10156, 7738, 8179, 7716, 9468, 7806, 10280, 7827, 8000, 8160, 8103, 8385, 12900, 8994, 12145, 8663, 17512, 8974, 14842, 8096, 12922, 7773, 10737, 7758, 8482, 18698, 12335, 15317, 8403, 9681, 7725, 7718, 13227, 8283, 11801, 8236, 11599, 7678, 10135, 9525, 7609, 15818, 9026, 11774, 7964, 7586, 7553, 7634, 11909, 8277, 11357, 7802, 10500, 7579, 9512, 17089, 10802, 18163, 10977, 15173, 7616, 10446, 7669, 8233, 16005, 8871, 11567, 7584, 12826, 8062, 11015, 7734, 10585, 7633, 10412, 7653, 9086, 11283, 8244, 13505, 8045, 18628, 9522, 15052, 7986, 10141, 7555, 8149, 13362, 7924, 18402, 10313, 14711, 8096, 12066, 7611, 9570, 9887, 7748, 11458, 7625, 13242, 7904, 11062, 7695, 8478, 13142, 8196, 17091, 8722, 13249, 8150, 8967, 17257, 8113, 15786, 7916, 11164, 7667, 8668, 7646, 7614, 7837, 7621, 12890, 8289, 14586, 9498, 12661, 8153, 11256, 14613, 9206, 18849, 13860, 14403, 7636, 8764, 9856, 7662, 13136, 7523, 11197, 7564, 8713, 11622, 7563, 13301], 'WindowCenter': [4642.0, 4640.0, 4573.0, 4567.0, 4544.0, 4544.0, 4573.0, 4532.0, 4601.0, 4539.0, 4589.0, 4518.0, 4567.0, 4517.0, 4539.0, 4608.0, 4530.0, 4598.0, 4546.0, 4576.0, 4528.0, 4567.0, 4529.0, 4566.0, 4529.0, 4568.0, 4529.0, 4560.0, 4528.0, 4549.0, 4610.0, 4559.0, 4609.0, 4588.0, 4597.0, 4547.0, 4587.0, 4547.0, 4576.0, 4516.0, 4555.0, 4516.0, 4516.0, 4515.0, 4517.0, 4585.0, 4536.0, 4567.0, 4517.0, 4587.0, 4538.0, 4578.0, 4529.0, 4568.0, 4516.0, 4568.0, 4528.0, 4576.0, 4539.0, 4589.0, 4539.0, 4587.0, 4539.0, 4588.0, 4526.0, 4598.0, 4518.0, 4568.0, 4517.0, 4549.0, 4599.0, 4565.0, 4575.0, 4515.0, 4605.0, 4534.0, 4573.0, 4514.0, 4545.0, 4504.0, 4524.0, 4517.0, 4528.0, 4518.0, 4549.0, 4518.0, 4539.0, 4558.0, 4518.0, 4610.0, 4539.0, 4587.0, 4517.0, 4525.0, 4517.0, 4516.0, 4547.0, 4518.0, 4588.0, 4540.0, 4581.0, 4541.0, 4589.0, 4540.0, 4571.0, 4529.0, 4530.0, 4610.0, 4568.0, 4596.0, 4518.0, 4578.0, 4517.0, 4557.0, 4537.0, 4518.0, 4515.0, 4516.0, 4578.0, 4528.0, 4596.0, 4548.0, 4578.0, 4528.0, 4577.0, 4529.0, 4579.0, 4549.0, 4568.0, 4542.0, 4589.0, 4550.0, 4580.0, 4550.0, 4538.0, 4579.0, 4528.0, 4597.0, 4540.0, 4610.0, 4561.0, 4597.0, 4517.0, 4556.0, 4507.0, 4505.0, 4597.0, 4535.0, 4586.0, 4536.0, 4565.0, 4516.0, 4545.0, 4518.0, 4547.0, 4517.0, 4529.0, 4520.0, 4521.0, 4609.0, 4539.0, 4587.0, 4519.0, 4579.0, 4507.0, 4518.0, 4596.0, 4516.0, 4586.0, 4517.0, 4555.0, 4504.0, 4506.0, 4507.0, 4516.0, 4575.0, 4528.0, 4567.0, 4517.0, 4566.0, 4518.0, 4558.0, 4548.0, 4520.0, 4609.0, 4539.0, 4588.0, 4519.0, 4590.0, 4539.0, 4588.0, 4518.0, 4546.0, 4518.0, 4519.0, 4558.0, 4518.0, 4589.0, 4549.0, 4580.0, 4517.0, 4567.0, 4518.0, 4529.0, 4578.0, 4530.0, 4587.0, 4539.0, 4568.0, 4521.0, 4589.0, 4540.0, 4569.0, 4519.0, 4558.0, 4520.0, 4540.0, 4569.0, 4518.0, 4599.0, 4540.0, 4577.0, 4528.0, 4568.0, 4519.0, 4559.0, 4578.0, 4518.0, 4607.0, 4547.0, 4580.0, 4520.0, 4579.0, 4530.0, 4569.0, 4518.0, 4568.0, 4519.0, 4537.0, 4529.0, 4517.0, 4610.0, 4551.0, 4598.0, 4518.0, 4537.0, 4576.0, 4516.0, 4596.0, 4518.0, 4567.0, 4505.0, 4535.0, 4504.0, 4506.0, 4546.0, 4518.0, 4577.0, 4537.0, 4548.0, 4518.0, 4578.0, 4537.0, 4589.0, 4549.0, 4575.0, 4537.0, 4589.0, 4519.0, 4559.0, 4608.0, 4576.0, 4595.0, 4545.0, 4586.0, 4515.0, 4556.0, 4507.0, 4554.0, 4507.0, 4555.0, 4517.0, 4545.0, 4523.0, 4560.0, 4520.0, 4540.0, 4542.0, 4582.0, 4540.0, 4532.0, 4562.0, 4592.0, 4583.0, 4561.0, 4562.0, 4559.0, 4530.0, 4611.0, 4569.0, 4587.0, 4507.0, 4527.0, 4507.0, 4507.0, 4530.0, 4520.0, 4588.0, 4550.0, 4578.0, 4520.0, 4579.0, 4531.0, 4580.0, 4529.0, 4549.0, 4579.0, 4530.0, 4568.0, 4521.0, 4587.0, 4540.0, 4601.0, 4552.0, 4589.0, 4529.0, 4589.0, 4541.0, 4594.0, 4532.0, 4579.0, 4522.0, 4570.0, 4579.0, 4530.0, 4610.0, 4588.0, 4589.0, 4517.0, 4567.0, 4520.0, 4578.0, 4539.0, 4579.0, 4544.0, 4602.0, 4529.0, 4579.0, 4519.0, 4588.0, 4520.0, 4558.0, 4519.0, 4559.0, 4610.0, 4590.0, 4607.0, 4535.0, 4598.0, 4547.0, 4586.0, 4517.0, 4565.0, 4504.0, 4554.0, 4504.0, 4554.0, 4518.0, 4557.0, 4517.0, 4556.0, 4519.0, 4558.0, 4568.0, 4559.0, 4547.0, 4517.0, 4608.0, 4536.0, 4586.0, 4517.0, 4566.0, 4506.0, 4545.0, 4567.0, 4505.0, 4576.0, 4514.0, 4527.0, 4517.0, 4557.0, 4519.0, 4610.0, 4562.0, 4587.0, 4528.0, 4598.0, 4549.0, 4588.0, 4518.0, 4555.0, 4518.0, 4548.0, 4528.0, 4557.0, 4520.0, 4559.0, 4550.0, 4579.0, 4539.0, 4520.0, 4571.0, 4621.0, 4597.0, 4597.0, 4565.0, 4576.0, 4504.0, 4543.0, 4513.0, 4503.0, 4584.0, 4534.0, 4554.0, 4503.0, 4544.0, 4505.0, 4523.0, 4505.0, 4505.0, 4555.0, 4504.0, 4567.0, 4518.0, 4568.0, 4538.0, 4566.0, 4518.0, 4567.0, 4520.0, 4557.0, 4501.0, 4530.0, 4504.0, 4554.0, 4536.0, 4567.0, 4539.0, 4568.0, 4530.0, 4600.0, 4552.0, 4602.0, 4529.0, 4580.0, 4520.0, 4589.0, 4529.0, 4568.0, 4529.0, 4539.0, 4588.0, 4528.0, 4558.0, 4528.0, 4610.0, 4549.0, 4587.0, 4529.0, 4569.0, 4529.0, 4568.0, 4531.0, 4570.0, 4542.0, 4570.0, 4531.0, 4581.0, 4532.0, 4569.0, 4609.0, 4560.0, 4607.0, 4568.0, 4588.0, 4518.0, 4569.0, 4545.0, 4519.0, 4598.0, 4536.0, 4575.0, 4517.0, 4558.0, 4531.0, 4551.0, 4538.0, 4531.0, 4611.0, 4584.0, 4608.0, 4555.0, 4594.0, 4552.0, 4561.0, 4530.0, 4544.0, 4564.0, 4544.0, 4591.0, 4541.0, 4601.0, 4559.0, 4516.0, 4589.0, 4577.0, 4545.0, 4607.0, 4587.0, 4585.0, 4504.0, 4543.0, 4502.0, 4503.0, 4563.0, 4503.0, 4553.0, 4515.0, 4544.0, 4527.0, 4547.0, 4516.0, 4516.0, 4518.0, 4529.0, 4589.0, 4518.0, 4578.0, 4516.0, 4555.0, 4517.0, 4527.0, 4597.0, 4517.0, 4576.0, 4518.0, 4556.0, 4517.0, 4516.0, 4557.0, 4515.0, 4577.0, 4517.0, 4557.0, 4515.0, 4517.0, 4518.0, 4517.0, 4587.0, 4527.0, 4567.0, 4518.0, 4547.0, 4518.0, 4528.0, 4537.0, 4529.0, 4578.0, 4539.0, 4569.0, 4518.0, 4609.0, 4539.0, 4596.0, 4525.0, 4567.0, 4516.0, 4515.0, 4547.0, 4517.0, 4584.0, 4537.0, 4556.0, 4517.0, 4555.0, 4528.0, 4569.0, 4540.0, 4571.0, 4531.0, 4579.0, 4541.0, 4601.0, 4541.0, 4611.0, 4519.0, 4579.0, 4518.0, 4558.0, 4519.0, 4578.0, 4517.0, 4558.0, 4518.0, 4558.0, 4518.0, 4581.0, 4531.0, 4567.0, 4519.0, 4548.0, 4531.0, 4590.0, 4550.0, 4539.0, 4550.0, 4529.0, 4587.0, 4557.0, 4577.0, 4608.0, 4585.0, 4555.0, 4514.0, 4584.0, 4523.0, 4554.0, 4504.0, 4534.0, 4504.0, 4505.0, 4533.0, 4506.0, 4565.0, 4526.0, 4555.0, 4507.0, 4527.0, 4506.0, 4517.0, 4567.0, 4529.0, 4569.0, 4540.0, 4569.0, 4520.0, 4559.0, 4532.0, 4552.0, 4552.0, 4520.0, 4531.0, 4542.0, 4622.0, 4590.0, 4601.0, 4549.0, 4558.0, 4518.0, 4536.0, 4517.0, 4529.0, 4559.0, 4531.0, 4547.0, 4529.0, 4619.0, 4567.0, 4599.0, 4536.0, 4576.0, 4517.0, 4505.0, 4606.0, 4525.0, 4571.0, 4505.0, 4535.0, 4546.0, 4517.0, 4567.0, 4518.0, 4557.0, 4516.0, 4529.0, 4568.0, 4519.0, 4609.0, 4517.0, 4557.0, 4536.0, 4506.0, 4554.0, 4506.0, 4567.0, 4505.0, 4545.0, 4518.0, 4536.0, 4519.0, 4520.0, 4569.0, 4518.0, 4578.0, 4531.0, 4590.0, 4537.0, 4538.0, 4531.0, 4531.0, 4560.0, 4532.0, 4613.0, 4599.0, 4581.0, 4610.0, 4537.0, 4587.0, 4535.0, 4575.0, 4505.0, 4554.0, 4506.0, 4525.0, 4533.0, 4503.0, 4516.0, 4507.0, 4536.0, 4518.0, 4548.0, 4517.0, 4516.0, 4528.0, 4519.0, 4531.0, 4581.0, 4540.0, 4578.0, 4530.0, 4609.0, 4540.0, 4589.0, 4519.0, 4577.0, 4519.0, 4559.0, 4508.0, 4528.0, 4608.0, 4568.0, 4588.0, 4515.0, 4535.0, 4505.0, 4505.0, 4576.0, 4514.0, 4554.0, 4517.0, 4566.0, 4518.0, 4546.0, 4537.0, 4507.0, 4598.0, 4527.0, 4568.0, 4515.0, 4505.0, 4515.0, 4518.0, 4568.0, 4530.0, 4570.0, 4519.0, 4560.0, 4520.0, 4551.0, 4608.0, 4558.0, 4608.0, 4560.0, 4587.0, 4508.0, 4545.0, 4507.0, 4518.0, 4597.0, 4526.0, 4556.0, 4505.0, 4575.0, 4518.0, 4556.0, 4519.0, 4557.0, 4519.0, 4559.0, 4520.0, 4542.0, 4569.0, 4532.0, 4588.0, 4530.0, 4620.0, 4549.0, 4599.0, 4529.0, 4548.0, 4508.0, 4517.0, 4577.0, 4518.0, 4609.0, 4547.0, 4586.0, 4516.0, 4564.0, 4505.0, 4536.0, 4537.0, 4506.0, 4556.0, 4507.0, 4577.0, 4515.0, 4555.0, 4516.0, 4530.0, 4579.0, 4530.0, 4598.0, 4528.0, 4576.0, 4515.0, 4526.0, 4596.0, 4507.0, 4586.0, 4519.0, 4556.0, 4505.0, 4525.0, 4505.0, 4506.0, 4508.0, 4519.0, 4580.0, 4530.0, 4598.0, 4548.0, 4580.0, 4519.0, 4557.0, 4589.0, 4538.0, 4606.0, 4576.0, 4578.0, 4506.0, 4514.0, 4535.0, 4504.0, 4567.0, 4506.0, 4556.0, 4508.0, 4528.0, 4567.0, 4519.0, 4579.0], 'WindowWidth': [10207.0, 10176.0, 10066.0, 10044.0, 10008.0, 10005.0, 10039.0, 9982.0, 10076.0, 9987.0, 10056.0, 9959.0, 10024.0, 9956.0, 9986.0, 10081.0, 9973.0, 10067.0, 9992.0, 10033.0, 9970.0, 10022.0, 9974.0, 10022.0, 9974.0, 10026.0, 9976.0, 10015.0, 9971.0, 10000.0, 10086.0, 10014.0, 10086.0, 10050.0, 10064.0, 9992.0, 10049.0, 9995.0, 10035.0, 9950.0, 10002.0, 9951.0, 9949.0, 9947.0, 9952.0, 10044.0, 9978.0, 10020.0, 9954.0, 10051.0, 9984.0, 10038.0, 9972.0, 10023.0, 9953.0, 10023.0, 9972.0, 10034.0, 9989.0, 10056.0, 9989.0, 10051.0, 9989.0, 10053.0, 9967.0, 10065.0, 9957.0, 10024.0, 9952.0, 9997.0, 10066.0, 10016.0, 10030.0, 9947.0, 10072.0, 9970.0, 10025.0, 9945.0, 9987.0, 9933.0, 9958.0, 9954.0, 9969.0, 9957.0, 9999.0, 9958.0, 9986.0, 10011.0, 9957.0, 10085.0, 9984.0, 10049.0, 9954.0, 9963.0, 9954.0, 9953.0, 9994.0, 9957.0, 10053.0, 9990.0, 10045.0, 9993.0, 10057.0, 9991.0, 10033.0, 9975.0, 9976.0, 10087.0, 10023.0, 10060.0, 9957.0, 10037.0, 9956.0, 10008.0, 9981.0, 9956.0, 9950.0, 9953.0, 10038.0, 9970.0, 10061.0, 9998.0, 10039.0, 9970.0, 10036.0, 9974.0, 10039.0, 9999.0, 10024.0, 9997.0, 10057.0, 10003.0, 10043.0, 10003.0, 9983.0, 10039.0, 9971.0, 10065.0, 9989.0, 10089.0, 10017.0, 10063.0, 9954.0, 10004.0, 9940.0, 9934.0, 10062.0, 9975.0, 10046.0, 9977.0, 10016.0, 9952.0, 9988.0, 9956.0, 9995.0, 9956.0, 9973.0, 9962.0, 9964.0, 10085.0, 9985.0, 10052.0, 9960.0, 10039.0, 9940.0, 9954.0, 10061.0, 9949.0, 10046.0, 9952.0, 10003.0, 9932.0, 9937.0, 9940.0, 9953.0, 10033.0, 9969.0, 10021.0, 9954.0, 10020.0, 9958.0, 10010.0, 9999.0, 9963.0, 10084.0, 9986.0, 10051.0, 9959.0, 10055.0, 9985.0, 10053.0, 9958.0, 9993.0, 9956.0, 9960.0, 10010.0, 9958.0, 10056.0, 10001.0, 10043.0, 9956.0, 10023.0, 9958.0, 9972.0, 10038.0, 9975.0, 10051.0, 9985.0, 10025.0, 9965.0, 10055.0, 9988.0, 10028.0, 9959.0, 10011.0, 9961.0, 9988.0, 10027.0, 9958.0, 10070.0, 9988.0, 10036.0, 9970.0, 10024.0, 9958.0, 10011.0, 10038.0, 9957.0, 10079.0, 9994.0, 10041.0, 9960.0, 10040.0, 9974.0, 10027.0, 9958.0, 10024.0, 9959.0, 9981.0, 9971.0, 9956.0, 10086.0, 10007.0, 10070.0, 9956.0, 9982.0, 10033.0, 9951.0, 10061.0, 9956.0, 10024.0, 9934.0, 9975.0, 9933.0, 9937.0, 9990.0, 9956.0, 10036.0, 9982.0, 9997.0, 9957.0, 10038.0, 9985.0, 10058.0, 10001.0, 10033.0, 9982.0, 10055.0, 9957.0, 10012.0, 10082.0, 10034.0, 10058.0, 9986.0, 10045.0, 9947.0, 10001.0, 9936.0, 9997.0, 9939.0, 10001.0, 9951.0, 9987.0, 9968.0, 10013.0, 9963.0, 9988.0, 9995.0, 10048.0, 9989.0, 9982.0, 10020.0, 10061.0, 10049.0, 10015.0, 10018.0, 10010.0, 9972.0, 10089.0, 10023.0, 10047.0, 9936.0, 9963.0, 9937.0, 9937.0, 9970.0, 9960.0, 10052.0, 10001.0, 10036.0, 9962.0, 10040.0, 9977.0, 10043.0, 9972.0, 10001.0, 10039.0, 9973.0, 10024.0, 9963.0, 10050.0, 9987.0, 10072.0, 10007.0, 10055.0, 9974.0, 10055.0, 9992.0, 10065.0, 9979.0, 10041.0, 9965.0, 10029.0, 10039.0, 9974.0, 10086.0, 10051.0, 10051.0, 9954.0, 10022.0, 9961.0, 10039.0, 9987.0, 10041.0, 10004.0, 10079.0, 9975.0, 10043.0, 9959.0, 10051.0, 9962.0, 10008.0, 9959.0, 10013.0, 10086.0, 10055.0, 10077.0, 9975.0, 10065.0, 9992.0, 10046.0, 9951.0, 10013.0, 9931.0, 9997.0, 9931.0, 9999.0, 9955.0, 10007.0, 9954.0, 10005.0, 9958.0, 10010.0, 10022.0, 10010.0, 9994.0, 9953.0, 10081.0, 9977.0, 10048.0, 9951.0, 10017.0, 9936.0, 9989.0, 10019.0, 9935.0, 10030.0, 9944.0, 9965.0, 9953.0, 10006.0, 9960.0, 10086.0, 10020.0, 10051.0, 9970.0, 10067.0, 9997.0, 10050.0, 9955.0, 10001.0, 9954.0, 9996.0, 9971.0, 10009.0, 9963.0, 10012.0, 10004.0, 10043.0, 9987.0, 9962.0, 10034.0, 10107.0, 10064.0, 10066.0, 10014.0, 10029.0, 9932.0, 9982.0, 9941.0, 9929.0, 10040.0, 9970.0, 9998.0, 9928.0, 9984.0, 9934.0, 9955.0, 9933.0, 9934.0, 10000.0, 9934.0, 10019.0, 9956.0, 10025.0, 9983.0, 10020.0, 9956.0, 10020.0, 9960.0, 10008.0, 9922.0, 9957.0, 9932.0, 10000.0, 9980.0, 10022.0, 9987.0, 10025.0, 9977.0, 10072.0, 10009.0, 10078.0, 9977.0, 10044.0, 9962.0, 10055.0, 9976.0, 10028.0, 9975.0, 9988.0, 10055.0, 9972.0, 10013.0, 9974.0, 10090.0, 10002.0, 10052.0, 9976.0, 10028.0, 9976.0, 10028.0, 9981.0, 10032.0, 9998.0, 10035.0, 9981.0, 10049.0, 9984.0, 10031.0, 10087.0, 10017.0, 10083.0, 10026.0, 10053.0, 9960.0, 10026.0, 9992.0, 9959.0, 10066.0, 9978.0, 10033.0, 9955.0, 10013.0, 9983.0, 10008.0, 9988.0, 9981.0, 10111.0, 10079.0, 10101.0, 10023.0, 10071.0, 10011.0, 10020.0, 9976.0, 10001.0, 10032.0, 10004.0, 10064.0, 9994.0, 10074.0, 10015.0, 9954.0, 10056.0, 10033.0, 9989.0, 10083.0, 10047.0, 10043.0, 9932.0, 9981.0, 9926.0, 9928.0, 10010.0, 9929.0, 9997.0, 9948.0, 9988.0, 9971.0, 9996.0, 9952.0, 9953.0, 9958.0, 9974.0, 10057.0, 9955.0, 10039.0, 9951.0, 10003.0, 9954.0, 9968.0, 10065.0, 9953.0, 10034.0, 9955.0, 10006.0, 9953.0, 9951.0, 10006.0, 9949.0, 10036.0, 9952.0, 10006.0, 9947.0, 9953.0, 9955.0, 9952.0, 10051.0, 9969.0, 10022.0, 9955.0, 9993.0, 9955.0, 9969.0, 9980.0, 9970.0, 10037.0, 9985.0, 10025.0, 9957.0, 10085.0, 9984.0, 10063.0, 9963.0, 10018.0, 9950.0, 9947.0, 9991.0, 9952.0, 10044.0, 9978.0, 10004.0, 9954.0, 10004.0, 9972.0, 10029.0, 9991.0, 10032.0, 9981.0, 10043.0, 9995.0, 10076.0, 9993.0, 10086.0, 9960.0, 10040.0, 9957.0, 10011.0, 9960.0, 10037.0, 9956.0, 10009.0, 9957.0, 10009.0, 9956.0, 10047.0, 9981.0, 10022.0, 9959.0, 9996.0, 9981.0, 10059.0, 10004.0, 9987.0, 10002.0, 9973.0, 10051.0, 10006.0, 10034.0, 10081.0, 10041.0, 10000.0, 9943.0, 10040.0, 9954.0, 9999.0, 9929.0, 9970.0, 9931.0, 9932.0, 9970.0, 9935.0, 10015.0, 9966.0, 10003.0, 9939.0, 9965.0, 9937.0, 9954.0, 10022.0, 9973.0, 10026.0, 9989.0, 10027.0, 9964.0, 10016.0, 9983.0, 10010.0, 10007.0, 9964.0, 9979.0, 9996.0, 10108.0, 10057.0, 10076.0, 9999.0, 10010.0, 9958.0, 9980.0, 9954.0, 9972.0, 10014.0, 9976.0, 9995.0, 9972.0, 10099.0, 10023.0, 10072.0, 9979.0, 10031.0, 9951.0, 9934.0, 10075.0, 9959.0, 10020.0, 9933.0, 9974.0, 9988.0, 9952.0, 10020.0, 9956.0, 10008.0, 9951.0, 9972.0, 10023.0, 9959.0, 10084.0, 9954.0, 10005.0, 9975.0, 9935.0, 9998.0, 9937.0, 10019.0, 9935.0, 9989.0, 9955.0, 9979.0, 9960.0, 9962.0, 10025.0, 9956.0, 10037.0, 9981.0, 10057.0, 9983.0, 9987.0, 9982.0, 9980.0, 10016.0, 9981.0, 10095.0, 10070.0, 10044.0, 10087.0, 9980.0, 10048.0, 9974.0, 10029.0, 9935.0, 9999.0, 9935.0, 9960.0, 9969.0, 9929.0, 9950.0, 9937.0, 9977.0, 9954.0, 9994.0, 9954.0, 9951.0, 9970.0, 9960.0, 9978.0, 10048.0, 9990.0, 10040.0, 9975.0, 10083.0, 9988.0, 10054.0, 9958.0, 10035.0, 9957.0, 10011.0, 9943.0, 9969.0, 10082.0, 10023.0, 10052.0, 9947.0, 9973.0, 9935.0, 9935.0, 10031.0, 9946.0, 10002.0, 9953.0, 10017.0, 9955.0, 9994.0, 9982.0, 9940.0, 10064.0, 9966.0, 10024.0, 9947.0, 9935.0, 9950.0, 9959.0, 10025.0, 9977.0, 10032.0, 9960.0, 10017.0, 9961.0, 10006.0, 10080.0, 10010.0, 10083.0, 10014.0, 10049.0, 9939.0, 9988.0, 9938.0, 9955.0, 10061.0, 9963.0, 10003.0, 9936.0, 10030.0, 9956.0, 10006.0, 9959.0, 10009.0, 9962.0, 10014.0, 9963.0, 9994.0, 10030.0, 9980.0, 10053.0, 9975.0, 10100.0, 10000.0, 10069.0, 9974.0, 9997.0, 9941.0, 9954.0, 10035.0, 9956.0, 10082.0, 9993.0, 10045.0, 9951.0, 10013.0, 9934.0, 9976.0, 9978.0, 9936.0, 10002.0, 9939.0, 10036.0, 9949.0, 10002.0, 9952.0, 9974.0, 10038.0, 9971.0, 10066.0, 9967.0, 10032.0, 9949.0, 9963.0, 10058.0, 9937.0, 10046.0, 9959.0, 10005.0, 9935.0, 9961.0, 9934.0, 9937.0, 9941.0, 9959.0, 10042.0, 9976.0, 10066.0, 9998.0, 10041.0, 9959.0, 10009.0, 10051.0, 9981.0, 10074.0, 10030.0, 10034.0, 9934.0, 9945.0, 9973.0, 9931.0, 10018.0, 9936.0, 10005.0, 9941.0, 9969.0, 10019.0, 9957.0, 10040.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.0017924308755760366</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017255170506912443</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.601258292191446</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2746745768858134</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0234607723875433</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4947</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6041.0415</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07973286061916504</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.9170506912442398</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4959259522914117</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4616026685835464</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.567964120593146</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4582110676975417</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00666957</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.00914015993475914</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.035005830228328705</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.075067346056388</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>24.1659</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.1673</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.3808</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294228.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>996.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>427.169</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6008</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>618.1905</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3729.9194</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3883.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82316.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1512.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4910.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.8619</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.24609305465128</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> |