=== 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-0087 --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-0087",
"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-0087_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-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0087/figures/sub-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087/ses-04/func/sub-0087_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>1ab5c4776d1b13589e6dbbc08b8b1ee6</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>11:40:9.700000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999536, 0.0128812, -0.0275963, -0.0071527, 0.980093, 0.198409]</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.110491</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>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7769, -7245, 599, -45, -65, 110, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>267.882</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b1475525-4d44-4826-8680-c6bc6f649042||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6816823482513428, -0.01919017918407917, -0.07992730289697647, 114.74190521240234], [-0.034559208899736404, 2.629518508911133, 0.534922182559967, -102.1881332397461], [-0.07403892278671265, -0.5323161482810974, 2.645273208618164, -40.68381118774414], [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': ['114009.700000', '114010.160000', '114010.620000', '114011.080000', '114011.540000', '114012.000000', '114012.460000', '114012.920000', '114013.380000', '114013.840000', '114014.300000', '114014.760000', '114015.220000', '114015.680000', '114016.140000', '114016.600000', '114017.060000', '114017.520000', '114017.980000', '114018.440000', '114018.900000', '114019.360000', '114019.820000', '114020.280000', '114020.740000', '114021.200000', '114021.660000', '114022.120000', '114022.580000', '114023.040000', '114023.500000', '114023.960000', '114024.420000', '114024.880000', '114025.340000', '114025.800000', '114026.260000', '114026.720000', '114027.180000', '114027.640000', '114028.100000', '114028.560000', '114029.020000', '114029.480000', '114029.940000', '114030.400000', '114030.860000', '114031.320000', '114031.780000', '114032.240000', '114032.700000', '114033.160000', '114033.620000', '114034.080000', '114034.540000', '114035.000000', '114035.460000', '114035.920000', '114036.380000', '114036.840000', '114037.300000', '114037.760000', '114038.220000', '114038.680000', '114039.140000', '114039.600000', '114040.060000', '114040.520000', '114040.980000', '114041.440000', '114041.900000', '114042.360000', '114042.820000', '114043.280000', '114043.740000', '114044.200000', '114044.660000', '114045.120000', '114045.580000', '114046.040000', '114046.500000', '114046.960000', '114047.420000', '114047.880000', '114048.340000', '114048.800000', '114049.260000', '114049.720000', '114050.180000', '114050.640000', '114051.100000', '114051.560000', '114052.020000', '114052.480000', '114052.940000', '114053.400000', '114053.860000', '114054.320000', '114054.780000', '114055.240000', '114055.700000', '114056.160000', '114056.620000', '114057.080000', '114057.540000', '114058.000000', '114058.460000', '114058.920000', '114059.380000', '114059.840000', '114100.300000', '114100.760000', '114101.220000', '114101.680000', '114102.140000', '114102.600000', '114103.060000', '114103.520000', '114103.980000', '114104.440000', '114104.900000', '114105.360000', '114105.820000', '114106.280000', '114106.740000', '114107.200000', '114107.660000', '114108.120000', '114108.580000', '114109.040000', '114109.500000', '114109.960000', '114110.420000', '114110.880000', '114111.340000', '114111.800000', '114112.260000', '114112.720000', '114113.180000', '114113.640000', '114114.100000', '114114.560000', '114115.020000', '114115.480000', '114115.940000', '114116.400000', '114116.860000', '114117.320000', '114117.780000', '114118.240000', '114118.700000', '114119.160000', '114119.620000', '114120.080000', '114120.540000', '114121.000000', '114121.460000', '114121.920000', '114122.380000', '114122.840000', '114123.300000', '114123.760000', '114124.220000', '114124.680000', '114125.140000', '114125.600000', '114126.060000', '114126.520000', '114126.980000', '114127.440000', '114127.900000', '114128.360000', '114128.820000', '114129.280000', '114129.740000', '114130.200000', '114130.660000', '114131.120000', '114131.580000', '114132.040000', '114132.500000', '114132.960000', '114133.420000', '114133.880000', '114134.340000', '114134.800000', '114135.260000', '114135.720000', '114136.180000', '114136.640000', '114137.100000', '114137.560000', '114138.020000', '114138.480000', '114138.940000', '114139.400000', '114139.860000', '114140.320000', '114140.780000', '114141.240000', '114141.700000', '114142.160000', '114142.620000', '114143.080000', '114143.540000', '114144.000000', '114144.460000', '114144.920000', '114145.380000', '114145.840000', '114146.300000', '114146.760000', '114147.220000', '114147.680000', '114148.140000', '114148.600000', '114149.060000', '114149.520000', '114149.980000', '114150.440000', '114150.900000', '114151.360000', '114151.820000', '114152.280000', '114152.740000', '114153.200000', '114153.660000', '114154.120000', '114154.580000', '114155.040000', '114155.500000', '114155.960000', '114156.420000', '114156.880000', '114157.340000', '114157.800000', '114158.260000', '114158.720000', '114159.180000', '114159.640000', '114200.100000', '114200.560000', '114201.020000', '114201.480000', '114201.940000', '114202.400000', '114202.860000', '114203.320000', '114203.780000', '114204.240000', '114204.700000', '114205.160000', '114205.620000', '114206.080000', '114206.540000', '114207.000000', '114207.460000', '114207.920000', '114208.380000', '114208.840000', '114209.300000', '114209.760000', '114210.220000', '114210.680000', '114211.140000', '114211.600000', '114212.060000', '114212.520000', '114212.980000', '114213.440000', '114213.900000', '114214.360000', '114214.820000', '114215.280000', '114215.740000', '114216.200000', '114216.660000', '114217.120000', '114217.580000', '114218.040000', '114218.500000', '114218.960000', '114219.420000', '114219.880000', '114220.340000', '114220.800000', '114221.260000', '114221.720000', '114222.180000', '114222.640000', '114223.100000', '114223.560000', '114224.020000', '114224.480000', '114224.940000', '114225.400000', '114225.860000', '114226.320000', '114226.780000', '114227.240000', '114227.700000', '114228.160000', '114228.620000', '114229.080000', '114229.540000', '114230.000000', '114230.460000', '114230.920000', '114231.380000', '114231.840000', '114232.300000', '114232.760000', '114233.220000', '114233.680000', '114234.140000', '114234.600000', '114235.060000', '114235.520000', '114235.980000', '114236.440000', '114236.900000', '114237.360000', '114237.820000', '114238.280000', '114238.740000', '114239.200000', '114239.660000', '114240.120000', '114240.580000', '114241.040000', '114241.500000', '114241.960000', '114242.420000', '114242.880000', '114243.340000', '114243.800000', '114244.260000', '114244.720000', '114245.180000', '114245.640000', '114246.100000', '114246.560000', '114247.020000', '114247.480000', '114247.940000', '114248.400000', '114248.860000', '114249.320000', '114249.780000', '114250.240000', '114250.700000', '114251.160000', '114251.620000', '114252.080000', '114252.540000', '114253.000000', '114253.460000', '114253.920000', '114254.380000', '114254.840000', '114255.300000', '114255.760000', '114256.220000', '114256.680000', '114257.140000', '114257.600000', '114258.060000', '114258.520000', '114258.980000', '114259.440000', '114259.900000', '114300.360000', '114300.820000', '114301.280000', '114301.740000', '114302.200000', '114302.660000', '114303.120000', '114303.580000', '114304.040000', '114304.500000', '114304.960000', '114305.420000', '114305.880000', '114306.340000', '114306.800000', '114307.260000', '114307.720000', '114308.180000', '114308.640000', '114309.100000', '114309.560000', '114310.020000', '114310.480000', '114310.940000', '114311.400000', '114311.860000', '114312.320000', '114312.780000', '114313.240000', '114313.700000', '114314.160000', '114314.620000', '114315.080000', '114315.540000', '114316.000000', '114316.460000', '114316.920000', '114317.380000', '114317.840000', '114318.300000', '114318.760000', '114319.220000', '114319.680000', '114320.140000', '114320.600000', '114321.060000', '114321.520000', '114321.980000', '114322.440000', '114322.900000', '114323.360000', '114323.820000', '114324.280000', '114324.740000', '114325.200000', '114325.660000', '114326.120000', '114326.580000', '114327.040000', '114327.500000', '114327.960000', '114328.420000', '114328.880000', '114329.340000', '114329.800000', '114330.260000', '114330.720000', '114331.180000', '114331.640000', '114332.100000', '114332.560000', '114333.020000', '114333.480000', '114333.940000', '114334.400000', '114334.860000', '114335.320000', '114335.780000', '114336.240000', '114336.700000', '114337.160000', '114337.620000', '114338.080000', '114338.540000', '114339.000000', '114339.460000', '114339.920000', '114340.380000', '114340.840000', '114341.300000', '114341.760000', '114342.220000', '114342.680000', '114343.140000', '114343.600000', '114344.060000', '114344.520000', '114344.980000', '114345.440000', '114345.900000', '114346.360000', '114346.820000', '114347.280000', '114347.740000', '114348.200000', '114348.660000', '114349.120000', '114349.580000', '114350.040000', '114350.500000', '114350.960000', '114351.420000', '114351.880000', '114352.340000', '114352.800000', '114353.260000', '114353.720000', '114354.180000', '114354.640000', '114355.100000', '114355.560000', '114356.020000', '114356.480000', '114356.940000', '114357.400000', '114357.860000', '114358.320000', '114358.780000', '114359.240000', '114359.700000', '114400.160000', '114400.620000', '114401.080000', '114401.540000', '114402.000000', '114402.460000', '114402.920000', '114403.380000', '114403.840000', '114404.300000', '114404.760000', '114405.220000', '114405.680000', '114406.140000', '114406.600000', '114407.060000', '114407.520000', '114407.980000', '114408.440000', '114408.900000', '114409.360000', '114409.820000', '114410.280000', '114410.740000', '114411.200000', '114411.660000', '114412.120000', '114412.580000', '114413.040000', '114413.500000', '114413.960000', '114414.420000', '114414.880000', '114415.340000', '114415.800000', '114416.260000', '114416.720000', '114417.180000', '114417.640000', '114418.100000', '114418.560000', '114419.020000', '114419.480000', '114419.940000', '114420.400000', '114420.860000', '114421.320000', '114421.780000', '114422.240000', '114422.700000', '114423.160000', '114423.620000', '114424.080000', '114424.540000', '114425.000000', '114425.460000', '114425.920000', '114426.380000', '114426.840000', '114427.300000', '114427.760000', '114428.220000', '114428.680000', '114429.140000', '114429.600000', '114430.060000', '114430.520000', '114430.980000', '114431.440000', '114431.900000', '114432.360000', '114432.820000', '114433.280000', '114433.740000', '114434.200000', '114434.660000', '114435.120000', '114435.580000', '114436.040000', '114436.500000', '114436.960000', '114437.420000', '114437.880000', '114438.340000', '114438.800000', '114439.260000', '114439.720000', '114440.180000', '114440.640000', '114441.100000', '114441.560000', '114442.020000', '114442.480000', '114442.940000', '114443.400000', '114443.860000', '114444.320000', '114444.780000', '114445.240000', '114445.700000', '114446.160000', '114446.620000', '114447.080000', '114447.540000', '114448.000000', '114448.460000', '114448.920000', '114449.380000', '114449.840000', '114450.300000', '114450.760000', '114451.220000', '114451.680000', '114452.140000', '114452.600000', '114453.060000', '114453.520000', '114453.980000', '114454.440000', '114454.900000', '114455.360000', '114455.820000', '114456.280000', '114456.740000', '114457.200000', '114457.660000', '114458.120000', '114458.580000', '114459.040000', '114459.500000', '114459.960000', '114500.420000', '114500.880000', '114501.340000', '114501.800000', '114502.260000', '114502.720000', '114503.180000', '114503.640000', '114504.100000', '114504.560000', '114505.020000', '114505.480000', '114505.940000', '114506.400000', '114506.860000', '114507.320000', '114507.780000', '114508.240000', '114508.700000', '114509.160000', '114509.620000', '114510.080000', '114510.540000', '114511.000000', '114511.460000', '114511.920000', '114512.380000', '114512.840000', '114513.300000', '114513.760000', '114514.220000', '114514.680000', '114515.140000', '114515.600000', '114516.060000', '114516.520000', '114516.980000', '114517.440000', '114517.900000', '114518.360000', '114518.820000', '114519.280000', '114519.740000', '114520.200000', '114520.660000', '114521.120000', '114521.580000', '114522.040000', '114522.500000', '114522.960000', '114523.420000', '114523.880000', '114524.340000', '114524.800000', '114525.260000', '114525.720000', '114526.180000', '114526.640000', '114527.100000', '114527.560000', '114528.020000', '114528.480000', '114528.940000', '114529.400000', '114529.860000', '114530.320000', '114530.780000', '114531.240000', '114531.700000', '114532.160000', '114532.620000', '114533.080000', '114533.540000', '114534.000000', '114534.460000', '114534.920000', '114535.380000', '114535.840000', '114536.300000', '114536.760000', '114537.220000', '114537.680000', '114538.140000', '114538.600000', '114539.060000', '114539.520000', '114539.980000', '114540.440000', '114540.900000', '114541.360000', '114541.820000', '114542.280000', '114542.740000', '114543.200000', '114543.660000', '114544.120000', '114544.580000', '114545.040000', '114545.500000', '114545.960000', '114546.420000', '114546.880000', '114547.340000', '114547.800000', '114548.260000', '114548.720000', '114549.180000', '114549.640000', '114550.100000', '114550.560000', '114551.020000', '114551.480000', '114551.940000', '114552.400000', '114552.860000', '114553.320000', '114553.780000', '114554.240000', '114554.700000', '114555.160000', '114555.620000', '114556.080000', '114556.540000', '114557.000000', '114557.460000', '114557.920000', '114558.380000', '114558.840000', '114559.300000', '114559.760000', '114600.220000', '114600.680000', '114601.140000', '114601.600000', '114602.060000', '114602.520000', '114602.980000', '114603.440000', '114603.900000', '114604.360000', '114604.820000', '114605.280000', '114605.740000', '114606.200000', '114606.660000', '114607.120000', '114607.580000', '114608.040000', '114608.500000', '114608.960000', '114609.420000', '114609.880000', '114610.340000', '114610.800000', '114611.260000', '114611.720000', '114612.180000', '114612.640000', '114613.100000', '114613.560000', '114614.020000', '114614.480000', '114614.940000', '114615.400000', '114615.860000', '114616.320000', '114616.780000', '114617.240000', '114617.700000', '114618.160000', '114618.620000', '114619.080000', '114619.540000', '114620.000000', '114620.460000', '114620.920000', '114621.380000', '114621.840000', '114622.300000', '114622.760000', '114623.220000', '114623.680000', '114624.140000', '114624.600000', '114625.060000', '114625.520000', '114625.980000', '114626.440000', '114626.900000', '114627.360000', '114627.820000', '114628.280000', '114628.740000', '114629.200000', '114629.660000', '114630.120000', '114630.580000', '114631.040000', '114631.500000', '114631.960000', '114632.420000', '114632.880000', '114633.340000', '114633.800000', '114634.260000', '114634.720000', '114635.180000', '114635.640000', '114636.100000', '114636.560000', '114637.020000', '114637.480000', '114637.940000', '114638.400000', '114638.860000', '114639.320000', '114639.780000', '114640.240000', '114640.700000', '114641.160000', '114641.620000', '114642.080000', '114642.540000', '114643.000000', '114643.460000', '114643.920000', '114644.380000', '114644.840000', '114645.300000', '114645.760000', '114646.220000', '114646.680000', '114647.140000', '114647.600000', '114648.060000', '114648.520000', '114648.980000', '114649.440000', '114649.900000', '114650.360000'], 'ContentTime': ['114034.566000', '114034.569000', '114034.572000', '114034.574000', '114034.577000', '114034.580000', '114034.582000', '114034.585000', '114034.587000', '114034.590000', '114034.592000', '114034.595000', '114034.598000', '114034.600000', '114034.603000', '114034.606000', '114034.608000', '114034.611000', '114034.614000', '114034.616000', '114034.619000', '114034.622000', '114034.625000', '114034.627000', '114034.630000', '114034.632000', '114034.635000', '114034.647000', '114034.650000', '114034.652000', '114034.655000', '114034.658000', '114034.660000', '114034.663000', '114034.665000', '114034.668000', '114034.670000', '114034.673000', '114034.676000', '114034.678000', '114034.681000', '114034.683000', '114034.686000', '114034.689000', '114034.691000', '114034.694000', '114034.696000', '114034.699000', '114034.701000', '114034.706000', '114034.709000', '114034.712000', '114054.517000', '114054.520000', '114054.523000', '114054.526000', '114054.529000', '114054.531000', '114054.540000', '114054.543000', '114054.546000', '114054.548000', '114054.551000', '114054.553000', '114054.556000', '114054.559000', '114054.562000', '114054.564000', '114054.567000', '114054.569000', '114054.572000', '114054.574000', '114054.577000', '114054.580000', '114054.582000', '114054.585000', '114054.587000', '114054.590000', '114054.593000', '114054.595000', '114054.598000', '114054.601000', '114054.603000', '114054.606000', '114054.609000', '114054.611000', '114054.614000', '114054.616000', '114054.619000', '114054.621000', '114054.624000', '114054.627000', '114054.629000', '114054.632000', '114054.635000', '114054.637000', '114114.517000', '114114.519000', '114114.522000', '114114.525000', '114114.528000', '114114.530000', '114114.533000', '114114.535000', '114114.538000', '114114.541000', '114114.543000', '114114.546000', '114114.554000', '114114.557000', '114114.560000', '114114.562000', '114114.565000', '114114.568000', '114114.570000', '114114.573000', '114114.576000', '114114.578000', '114114.581000', '114114.583000', '114114.586000', '114114.589000', '114114.591000', '114114.594000', '114114.597000', '114114.599000', '114114.602000', '114114.605000', '114114.607000', '114114.610000', '114114.612000', '114114.615000', '114114.618000', '114114.620000', '114114.623000', '114114.625000', '114114.628000', '114114.631000', '114114.633000', '114134.516000', '114134.519000', '114134.522000', '114134.525000', '114134.527000', '114134.530000', '114134.532000', '114134.535000', '114134.538000', '114134.540000', '114134.543000', '114134.545000', '114134.548000', '114134.550000', '114134.553000', '114134.556000', '114134.558000', '114134.561000', '114134.564000', '114134.566000', '114134.569000', '114134.571000', '114134.574000', '114134.576000', '114134.579000', '114134.582000', '114134.584000', '114134.587000', '114134.589000', '114134.592000', '114134.595000', '114134.597000', '114134.600000', '114134.603000', '114134.605000', '114134.616000', '114134.619000', '114134.622000', '114134.624000', '114134.627000', '114134.630000', '114134.632000', '114134.635000', '114134.638000', '114154.516000', '114154.519000', '114154.522000', '114154.524000', '114154.527000', '114154.530000', '114154.532000', '114154.535000', '114154.537000', '114154.540000', '114154.543000', '114154.545000', '114154.548000', '114154.550000', '114154.553000', '114154.556000', '114154.558000', '114154.562000', '114154.564000', '114154.568000', '114154.570000', '114154.573000', '114154.576000', '114154.578000', '114154.581000', '114154.583000', '114154.586000', '114154.588000', '114154.591000', '114154.594000', '114154.596000', '114154.606000', '114154.608000', '114154.611000', '114154.613000', '114154.616000', '114154.619000', '114154.621000', '114154.624000', '114154.626000', '114154.629000', '114154.631000', '114154.634000', '114214.517000', '114214.520000', '114214.522000', '114214.525000', '114214.528000', '114214.530000', '114214.533000', '114214.535000', '114214.538000', '114214.541000', '114214.543000', '114214.546000', '114214.548000', '114214.551000', '114214.570000', '114214.574000', '114214.576000', '114214.579000', '114214.581000', '114214.584000', '114214.586000', '114214.589000', '114214.592000', '114214.594000', '114214.597000', '114214.599000', '114214.602000', '114214.605000', '114214.607000', '114214.610000', '114214.612000', '114214.615000', '114214.618000', '114214.620000', '114214.623000', '114214.625000', '114214.628000', '114214.631000', '114214.633000', '114214.636000', '114214.639000', '114214.641000', '114214.644000', '114214.646000', '114234.517000', '114234.520000', '114234.523000', '114234.526000', '114234.528000', '114234.531000', '114234.533000', '114234.536000', '114234.539000', '114234.541000', '114234.544000', '114234.546000', '114234.549000', '114234.551000', '114234.554000', '114234.557000', '114234.559000', '114234.562000', '114234.565000', '114234.567000', '114234.570000', '114234.572000', '114234.575000', '114234.578000', '114234.580000', '114234.583000', '114234.585000', '114234.588000', '114234.591000', '114234.593000', '114234.596000', '114234.599000', '114234.601000', '114234.604000', '114234.606000', '114234.609000', '114234.611000', '114234.614000', '114234.617000', '114234.619000', '114234.622000', '114234.624000', '114234.627000', '114254.517000', '114254.520000', '114254.523000', '114254.526000', '114254.528000', '114254.531000', '114254.533000', '114254.536000', '114254.538000', '114254.541000', '114254.544000', '114254.546000', '114254.549000', '114254.552000', '114254.554000', '114254.560000', '114254.563000', '114254.565000', '114254.568000', '114254.571000', '114254.573000', '114254.576000', '114254.578000', '114254.581000', '114254.584000', '114254.586000', '114254.589000', '114254.592000', '114254.594000', '114254.597000', '114254.600000', '114254.602000', '114254.605000', '114254.608000', '114254.610000', '114254.613000', '114254.615000', '114254.618000', '114254.621000', '114254.623000', '114254.626000', '114254.629000', '114254.631000', '114254.634000', '114314.517000', '114314.520000', '114314.523000', '114314.526000', '114314.528000', '114314.531000', '114314.534000', '114314.536000', '114314.539000', '114314.541000', '114314.544000', '114314.547000', '114314.549000', '114314.552000', '114314.554000', '114314.557000', '114314.560000', '114314.562000', '114314.565000', '114314.568000', '114314.570000', '114314.573000', '114314.575000', '114314.578000', '114314.581000', '114314.583000', '114314.586000', '114314.589000', '114314.591000', '114314.594000', '114314.596000', '114314.599000', '114314.602000', '114314.604000', '114314.607000', '114314.609000', '114314.612000', '114314.615000', '114314.617000', '114314.620000', '114314.622000', '114314.625000', '114314.628000', '114334.517000', '114334.519000', '114334.522000', '114334.525000', '114334.527000', '114334.530000', '114334.533000', '114334.536000', '114334.539000', '114334.541000', '114334.544000', '114334.547000', '114334.549000', '114334.552000', '114334.555000', '114334.557000', '114334.560000', '114334.562000', '114334.565000', '114334.568000', '114334.571000', '114334.573000', '114334.576000', '114334.579000', '114334.585000', '114334.588000', '114334.591000', '114334.593000', '114334.596000', '114334.599000', '114334.601000', '114334.604000', '114334.607000', '114334.609000', '114334.612000', '114334.614000', '114334.617000', '114334.620000', '114334.622000', '114334.625000', '114334.627000', '114334.630000', '114334.633000', '114334.635000', '114354.517000', '114354.519000', '114354.522000', '114354.525000', '114354.527000', '114354.530000', '114354.532000', '114354.535000', '114354.537000', '114354.540000', '114354.543000', '114354.545000', '114354.548000', '114354.551000', '114354.553000', '114354.556000', '114354.559000', '114354.561000', '114354.564000', '114354.566000', '114354.569000', '114354.572000', '114354.574000', '114354.577000', '114354.580000', '114354.582000', '114354.585000', '114354.587000', '114354.590000', '114354.593000', '114354.595000', '114354.598000', '114354.601000', '114354.603000', '114354.606000', '114354.608000', '114354.611000', '114354.614000', '114354.616000', '114354.619000', '114354.621000', '114354.624000', '114354.627000', '114414.517000', '114414.520000', '114414.523000', '114414.525000', '114414.528000', '114414.531000', '114414.533000', '114414.536000', '114414.538000', '114414.541000', '114414.544000', '114414.546000', '114414.567000', '114414.570000', '114414.573000', '114414.575000', '114414.578000', '114414.580000', '114414.583000', '114414.585000', '114414.588000', '114414.591000', '114414.593000', '114414.596000', '114414.599000', '114414.601000', '114414.604000', '114414.606000', '114414.609000', '114414.612000', '114414.614000', '114414.617000', '114414.619000', '114414.622000', '114414.625000', '114414.627000', '114414.630000', '114414.633000', '114414.635000', '114414.638000', '114414.640000', '114414.643000', '114414.646000', '114434.517000', '114434.520000', '114434.523000', '114434.526000', '114434.528000', '114434.531000', '114434.533000', '114434.536000', '114434.539000', '114434.541000', '114434.544000', '114434.546000', '114434.549000', '114434.552000', '114434.554000', '114434.557000', '114434.559000', '114434.562000', '114434.565000', '114434.567000', '114434.597000', '114434.600000', '114434.603000', '114434.605000', '114434.608000', '114434.610000', '114434.613000', '114434.616000', '114434.618000', '114434.621000', '114434.623000', '114434.626000', '114434.629000', '114434.631000', '114434.634000', '114434.637000', '114434.639000', '114434.642000', '114434.644000', '114434.647000', '114434.650000', '114434.652000', '114434.655000', '114434.657000', '114454.518000', '114454.520000', '114454.523000', '114454.526000', '114454.528000', '114454.531000', '114454.534000', '114454.536000', '114454.539000', '114454.541000', '114454.544000', '114454.546000', '114454.549000', '114454.552000', '114454.554000', '114454.557000', '114454.559000', '114454.562000', '114454.565000', '114454.567000', '114454.570000', '114454.573000', '114454.577000', '114454.580000', '114454.582000', '114454.585000', '114454.587000', '114454.590000', '114454.593000', '114454.595000', '114454.598000', '114454.600000', '114454.603000', '114454.606000', '114454.608000', '114454.611000', '114454.614000', '114454.616000', '114454.619000', '114454.622000', '114454.624000', '114454.627000', '114454.630000', '114514.518000', '114514.521000', '114514.523000', '114514.526000', '114514.528000', '114514.531000', '114514.534000', '114514.536000', '114514.539000', '114514.542000', '114514.544000', '114514.547000', '114514.550000', '114514.552000', '114514.555000', '114514.558000', '114514.560000', '114514.563000', '114514.565000', '114514.568000', '114514.571000', '114514.589000', '114514.592000', '114514.594000', '114514.597000', '114514.599000', '114514.602000', '114514.605000', '114514.607000', '114514.610000', '114514.613000', '114514.615000', '114514.618000', '114514.620000', '114514.623000', '114514.626000', '114514.628000', '114514.631000', '114514.634000', '114514.636000', '114514.639000', '114514.641000', '114514.644000', '114514.647000', '114534.518000', '114534.521000', '114534.523000', '114534.526000', '114534.528000', '114534.531000', '114534.534000', '114534.536000', '114534.539000', '114534.542000', '114534.544000', '114534.547000', '114534.549000', '114534.552000', '114534.555000', '114534.557000', '114534.561000', '114534.563000', '114534.566000', '114534.569000', '114534.571000', '114534.574000', '114534.576000', '114534.579000', '114534.582000', '114534.584000', '114534.587000', '114534.590000', '114534.592000', '114534.595000', '114534.598000', '114534.600000', '114534.603000', '114534.606000', '114534.608000', '114534.611000', '114534.614000', '114534.616000', '114534.619000', '114534.621000', '114534.624000', '114534.627000', '114534.629000', '114554.517000', '114554.519000', '114554.522000', '114554.525000', '114554.527000', '114554.530000', '114554.533000', '114554.535000', '114554.538000', '114554.540000', '114554.543000', '114554.546000', '114554.548000', '114554.551000', '114554.553000', '114554.556000', '114554.559000', '114554.561000', '114554.564000', '114554.566000', '114554.569000', '114554.572000', '114554.574000', '114554.577000', '114554.580000', '114554.582000', '114554.585000', '114554.588000', '114554.590000', '114554.593000', '114554.597000', '114554.600000', '114554.603000', '114554.605000', '114554.608000', '114554.611000', '114554.613000', '114554.616000', '114554.618000', '114554.621000', '114554.624000', '114554.626000', '114554.629000', '114554.632000', '114614.517000', '114614.520000', '114614.522000', '114614.525000', '114614.527000', '114614.530000', '114614.533000', '114614.535000', '114614.543000', '114614.546000', '114614.549000', '114614.551000', '114614.554000', '114614.556000', '114614.559000', '114614.562000', '114614.564000', '114614.567000', '114614.569000', '114614.572000', '114614.575000', '114614.577000', '114614.580000', '114614.582000', '114614.585000', '114614.588000', '114614.590000', '114614.593000', '114614.595000', '114614.598000', '114614.601000', '114614.603000', '114614.606000', '114614.609000', '114614.611000', '114614.614000', '114614.616000', '114614.619000', '114614.624000', '114614.627000', '114614.629000', '114614.632000', '114614.635000', '114634.517000', '114634.521000', '114634.523000', '114634.526000', '114634.529000', '114634.531000', '114634.534000', '114634.536000', '114634.539000', '114634.541000', '114634.544000', '114634.547000', '114634.549000', '114634.552000', '114634.555000', '114634.557000', '114634.560000', '114634.563000', '114634.565000', '114634.568000', '114634.570000', '114634.573000', '114634.576000', '114634.578000', '114634.581000', '114634.584000', '114634.587000', '114634.589000', '114634.592000', '114634.594000', '114634.597000', '114634.634000', '114634.636000', '114634.639000', '114634.642000', '114634.644000', '114634.647000', '114634.649000', '114634.652000', '114634.655000', '114634.657000', '114634.660000', '114634.662000', '114634.665000', '114651.377000', '114651.380000', '114651.383000', '114651.386000', '114651.388000', '114651.391000', '114651.394000', '114651.397000', '114651.399000', '114651.402000', '114651.406000', '114651.409000', '114651.413000', '114651.415000', '114651.418000', '114651.421000', '114651.424000', '114651.427000', '114651.429000', '114651.432000', '114651.435000', '114651.437000', '114651.440000', '114651.443000', '114651.446000', '114651.449000', '114651.451000', '114651.454000', '114651.457000', '114651.460000', '114651.463000', '114651.467000', '114651.470000', '114651.473000', '114651.476000', '114651.480000', '114651.484000'], 'InstanceCreationTime': ['114034.566000', '114034.569000', '114034.572000', '114034.574000', '114034.577000', '114034.580000', '114034.582000', '114034.585000', '114034.587000', '114034.590000', '114034.592000', '114034.595000', '114034.598000', '114034.600000', '114034.603000', '114034.606000', '114034.608000', '114034.611000', '114034.614000', '114034.616000', '114034.619000', '114034.622000', '114034.625000', '114034.627000', '114034.630000', '114034.632000', '114034.635000', '114034.647000', '114034.650000', '114034.652000', '114034.655000', '114034.658000', '114034.660000', '114034.663000', '114034.665000', '114034.668000', '114034.670000', '114034.673000', '114034.676000', '114034.678000', '114034.681000', '114034.683000', '114034.686000', '114034.689000', '114034.691000', '114034.694000', '114034.696000', '114034.699000', '114034.701000', '114034.706000', '114034.709000', '114034.712000', '114054.517000', '114054.520000', '114054.523000', '114054.526000', '114054.529000', '114054.531000', '114054.540000', '114054.543000', '114054.546000', '114054.548000', '114054.551000', '114054.553000', '114054.556000', '114054.559000', '114054.562000', '114054.564000', '114054.567000', '114054.569000', '114054.572000', '114054.574000', '114054.577000', '114054.580000', '114054.582000', '114054.585000', '114054.587000', '114054.590000', '114054.593000', '114054.595000', '114054.598000', '114054.601000', '114054.603000', '114054.606000', '114054.609000', '114054.611000', '114054.614000', '114054.616000', '114054.619000', '114054.621000', '114054.624000', '114054.627000', '114054.629000', '114054.632000', '114054.635000', '114054.637000', '114114.517000', '114114.519000', '114114.522000', '114114.525000', '114114.528000', '114114.530000', '114114.533000', '114114.535000', '114114.538000', '114114.541000', '114114.543000', '114114.546000', '114114.554000', '114114.557000', '114114.560000', '114114.562000', '114114.565000', '114114.568000', '114114.570000', '114114.573000', '114114.576000', '114114.578000', '114114.581000', '114114.583000', '114114.586000', '114114.589000', '114114.591000', '114114.594000', '114114.597000', '114114.599000', '114114.602000', '114114.605000', '114114.607000', '114114.610000', '114114.612000', '114114.615000', '114114.618000', '114114.620000', '114114.623000', '114114.625000', '114114.628000', '114114.631000', '114114.633000', '114134.516000', '114134.519000', '114134.522000', '114134.525000', '114134.527000', '114134.530000', '114134.532000', '114134.535000', '114134.538000', '114134.540000', '114134.543000', '114134.545000', '114134.548000', '114134.550000', '114134.553000', '114134.556000', '114134.558000', '114134.561000', '114134.564000', '114134.566000', '114134.569000', '114134.571000', '114134.574000', '114134.576000', '114134.579000', '114134.582000', '114134.584000', '114134.587000', '114134.589000', '114134.592000', '114134.595000', '114134.597000', '114134.600000', '114134.603000', '114134.605000', '114134.616000', '114134.619000', '114134.622000', '114134.624000', '114134.627000', '114134.630000', '114134.632000', '114134.635000', '114134.638000', '114154.516000', '114154.519000', '114154.522000', '114154.524000', '114154.527000', '114154.530000', '114154.532000', '114154.535000', '114154.537000', '114154.540000', '114154.543000', '114154.545000', '114154.548000', '114154.550000', '114154.553000', '114154.556000', '114154.558000', '114154.562000', '114154.564000', '114154.568000', '114154.570000', '114154.573000', '114154.576000', '114154.578000', '114154.581000', '114154.583000', '114154.586000', '114154.588000', '114154.591000', '114154.594000', '114154.596000', '114154.606000', '114154.608000', '114154.611000', '114154.613000', '114154.616000', '114154.619000', '114154.621000', '114154.624000', '114154.626000', '114154.629000', '114154.631000', '114154.634000', '114214.517000', '114214.520000', '114214.522000', '114214.525000', '114214.528000', '114214.530000', '114214.533000', '114214.535000', '114214.538000', '114214.541000', '114214.543000', '114214.546000', '114214.548000', '114214.551000', '114214.570000', '114214.574000', '114214.576000', '114214.579000', '114214.581000', '114214.584000', '114214.586000', '114214.589000', '114214.592000', '114214.594000', '114214.597000', '114214.599000', '114214.602000', '114214.605000', '114214.607000', '114214.610000', '114214.612000', '114214.615000', '114214.618000', '114214.620000', '114214.623000', '114214.625000', '114214.628000', '114214.631000', '114214.633000', '114214.636000', '114214.639000', '114214.641000', '114214.644000', '114214.646000', '114234.517000', '114234.520000', '114234.523000', '114234.526000', '114234.528000', '114234.531000', '114234.533000', '114234.536000', '114234.539000', '114234.541000', '114234.544000', '114234.546000', '114234.549000', '114234.551000', '114234.554000', '114234.557000', '114234.559000', '114234.562000', '114234.565000', '114234.567000', '114234.570000', '114234.572000', '114234.575000', '114234.578000', '114234.580000', '114234.583000', '114234.585000', '114234.588000', '114234.591000', '114234.593000', '114234.596000', '114234.599000', '114234.601000', '114234.604000', '114234.606000', '114234.609000', '114234.611000', '114234.614000', '114234.617000', '114234.619000', '114234.622000', '114234.624000', '114234.627000', '114254.517000', '114254.520000', '114254.523000', '114254.526000', '114254.528000', '114254.531000', '114254.533000', '114254.536000', '114254.538000', '114254.541000', '114254.544000', '114254.546000', '114254.549000', '114254.552000', '114254.554000', '114254.560000', '114254.563000', '114254.565000', '114254.568000', '114254.571000', '114254.573000', '114254.576000', '114254.578000', '114254.581000', '114254.584000', '114254.586000', '114254.589000', '114254.592000', '114254.594000', '114254.597000', '114254.600000', '114254.602000', '114254.605000', '114254.608000', '114254.610000', '114254.613000', '114254.615000', '114254.618000', '114254.621000', '114254.623000', '114254.626000', '114254.629000', '114254.631000', '114254.634000', '114314.517000', '114314.520000', '114314.523000', '114314.526000', '114314.528000', '114314.531000', '114314.534000', '114314.536000', '114314.539000', '114314.541000', '114314.544000', '114314.547000', '114314.549000', '114314.552000', '114314.554000', '114314.557000', '114314.560000', '114314.562000', '114314.565000', '114314.568000', '114314.570000', '114314.573000', '114314.575000', '114314.578000', '114314.581000', '114314.583000', '114314.586000', '114314.589000', '114314.591000', '114314.594000', '114314.596000', '114314.599000', '114314.602000', '114314.604000', '114314.607000', '114314.609000', '114314.612000', '114314.615000', '114314.617000', '114314.620000', '114314.622000', '114314.625000', '114314.628000', '114334.517000', '114334.519000', '114334.522000', '114334.525000', '114334.527000', '114334.530000', '114334.533000', '114334.536000', '114334.539000', '114334.541000', '114334.544000', '114334.547000', '114334.549000', '114334.552000', '114334.555000', '114334.557000', '114334.560000', '114334.562000', '114334.565000', '114334.568000', '114334.571000', '114334.573000', '114334.576000', '114334.579000', '114334.585000', '114334.588000', '114334.591000', '114334.593000', '114334.596000', '114334.599000', '114334.601000', '114334.604000', '114334.607000', '114334.609000', '114334.612000', '114334.614000', '114334.617000', '114334.620000', '114334.622000', '114334.625000', '114334.627000', '114334.630000', '114334.633000', '114334.635000', '114354.517000', '114354.519000', '114354.522000', '114354.525000', '114354.527000', '114354.530000', '114354.532000', '114354.535000', '114354.537000', '114354.540000', '114354.543000', '114354.545000', '114354.548000', '114354.551000', '114354.553000', '114354.556000', '114354.559000', '114354.561000', '114354.564000', '114354.566000', '114354.569000', '114354.572000', '114354.574000', '114354.577000', '114354.580000', '114354.582000', '114354.585000', '114354.587000', '114354.590000', '114354.593000', '114354.595000', '114354.598000', '114354.601000', '114354.603000', '114354.606000', '114354.608000', '114354.611000', '114354.614000', '114354.616000', '114354.619000', '114354.621000', '114354.624000', '114354.627000', '114414.517000', '114414.520000', '114414.523000', '114414.525000', '114414.528000', '114414.531000', '114414.533000', '114414.536000', '114414.538000', '114414.541000', '114414.544000', '114414.546000', '114414.567000', '114414.570000', '114414.573000', '114414.575000', '114414.578000', '114414.580000', '114414.583000', '114414.585000', '114414.588000', '114414.591000', '114414.593000', '114414.596000', '114414.599000', '114414.601000', '114414.604000', '114414.606000', '114414.609000', '114414.612000', '114414.614000', '114414.617000', '114414.619000', '114414.622000', '114414.625000', '114414.627000', '114414.630000', '114414.633000', '114414.635000', '114414.638000', '114414.640000', '114414.643000', '114414.646000', '114434.517000', '114434.520000', '114434.523000', '114434.526000', '114434.528000', '114434.531000', '114434.533000', '114434.536000', '114434.539000', '114434.541000', '114434.544000', '114434.546000', '114434.549000', '114434.552000', '114434.554000', '114434.557000', '114434.559000', '114434.562000', '114434.565000', '114434.567000', '114434.597000', '114434.600000', '114434.603000', '114434.605000', '114434.608000', '114434.610000', '114434.613000', '114434.616000', '114434.618000', '114434.621000', '114434.623000', '114434.626000', '114434.629000', '114434.631000', '114434.634000', '114434.637000', '114434.639000', '114434.642000', '114434.644000', '114434.647000', '114434.650000', '114434.652000', '114434.655000', '114434.657000', '114454.518000', '114454.520000', '114454.523000', '114454.526000', '114454.528000', '114454.531000', '114454.534000', '114454.536000', '114454.539000', '114454.541000', '114454.544000', '114454.546000', '114454.549000', '114454.552000', '114454.554000', '114454.557000', '114454.559000', '114454.562000', '114454.565000', '114454.567000', '114454.570000', '114454.573000', '114454.577000', '114454.580000', '114454.582000', '114454.585000', '114454.587000', '114454.590000', '114454.593000', '114454.595000', '114454.598000', '114454.600000', '114454.603000', '114454.606000', '114454.608000', '114454.611000', '114454.614000', '114454.616000', '114454.619000', '114454.622000', '114454.624000', '114454.627000', '114454.630000', '114514.518000', '114514.521000', '114514.523000', '114514.526000', '114514.528000', '114514.531000', '114514.534000', '114514.536000', '114514.539000', '114514.542000', '114514.544000', '114514.547000', '114514.550000', '114514.552000', '114514.555000', '114514.558000', '114514.560000', '114514.563000', '114514.565000', '114514.568000', '114514.571000', '114514.589000', '114514.592000', '114514.594000', '114514.597000', '114514.599000', '114514.602000', '114514.605000', '114514.607000', '114514.610000', '114514.613000', '114514.615000', '114514.618000', '114514.620000', '114514.623000', '114514.626000', '114514.628000', '114514.631000', '114514.634000', '114514.636000', '114514.639000', '114514.641000', '114514.644000', '114514.647000', '114534.518000', '114534.521000', '114534.523000', '114534.526000', '114534.528000', '114534.531000', '114534.534000', '114534.536000', '114534.539000', '114534.542000', '114534.544000', '114534.547000', '114534.549000', '114534.552000', '114534.555000', '114534.557000', '114534.561000', '114534.563000', '114534.566000', '114534.569000', '114534.571000', '114534.574000', '114534.576000', '114534.579000', '114534.582000', '114534.584000', '114534.587000', '114534.590000', '114534.592000', '114534.595000', '114534.598000', '114534.600000', '114534.603000', '114534.606000', '114534.608000', '114534.611000', '114534.614000', '114534.616000', '114534.619000', '114534.621000', '114534.624000', '114534.627000', '114534.629000', '114554.517000', '114554.519000', '114554.522000', '114554.525000', '114554.527000', '114554.530000', '114554.533000', '114554.535000', '114554.538000', '114554.540000', '114554.543000', '114554.546000', '114554.548000', '114554.551000', '114554.553000', '114554.556000', '114554.559000', '114554.561000', '114554.564000', '114554.566000', '114554.569000', '114554.572000', '114554.574000', '114554.577000', '114554.580000', '114554.582000', '114554.585000', '114554.588000', '114554.590000', '114554.593000', '114554.597000', '114554.600000', '114554.603000', '114554.605000', '114554.608000', '114554.611000', '114554.613000', '114554.616000', '114554.618000', '114554.621000', '114554.624000', '114554.626000', '114554.629000', '114554.632000', '114614.517000', '114614.520000', '114614.522000', '114614.525000', '114614.527000', '114614.530000', '114614.533000', '114614.535000', '114614.543000', '114614.546000', '114614.549000', '114614.551000', '114614.554000', '114614.556000', '114614.559000', '114614.562000', '114614.564000', '114614.567000', '114614.569000', '114614.572000', '114614.575000', '114614.577000', '114614.580000', '114614.582000', '114614.585000', '114614.588000', '114614.590000', '114614.593000', '114614.595000', '114614.598000', '114614.601000', '114614.603000', '114614.606000', '114614.609000', '114614.611000', '114614.614000', '114614.616000', '114614.619000', '114614.624000', '114614.627000', '114614.629000', '114614.632000', '114614.635000', '114634.517000', '114634.521000', '114634.523000', '114634.526000', '114634.529000', '114634.531000', '114634.534000', '114634.536000', '114634.539000', '114634.541000', '114634.544000', '114634.547000', '114634.549000', '114634.552000', '114634.555000', '114634.557000', '114634.560000', '114634.563000', '114634.565000', '114634.568000', '114634.570000', '114634.573000', '114634.576000', '114634.578000', '114634.581000', '114634.584000', '114634.587000', '114634.589000', '114634.592000', '114634.594000', '114634.597000', '114634.634000', '114634.636000', '114634.639000', '114634.642000', '114634.644000', '114634.647000', '114634.649000', '114634.652000', '114634.655000', '114634.657000', '114634.660000', '114634.662000', '114634.665000', '114651.377000', '114651.380000', '114651.383000', '114651.386000', '114651.388000', '114651.391000', '114651.394000', '114651.397000', '114651.399000', '114651.402000', '114651.406000', '114651.409000', '114651.413000', '114651.415000', '114651.418000', '114651.421000', '114651.424000', '114651.427000', '114651.429000', '114651.432000', '114651.435000', '114651.437000', '114651.440000', '114651.443000', '114651.446000', '114651.449000', '114651.451000', '114651.454000', '114651.457000', '114651.460000', '114651.463000', '114651.467000', '114651.470000', '114651.473000', '114651.476000', '114651.480000', '114651.484000'], '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': [11285, 15797, 9811, 14237, 11607, 12984, 10237, 10978, 10526, 10003, 12974, 10567, 14414, 11346, 18171, 12867, 17437, 13207, 14246, 12456, 10684, 16545, 12521, 16134, 10861, 15716, 17099, 13381, 18520, 14202, 15175, 12176, 14185, 11764, 13673, 11586, 13121, 11176, 11981, 10239, 11885, 9585, 11795, 9762, 10766, 8931, 10717, 8863, 10629, 9479, 11304, 8516, 11692, 9280, 12208, 10470, 9303, 10964, 10774, 11775, 11341, 14717, 13381, 19692, 15728, 13738, 17221, 11831, 13265, 18524, 14358, 18582, 15517, 16202, 17403, 13120, 20435, 12863, 19761, 15073, 18725, 14994, 12310, 15475, 13428, 19723, 14469, 14843, 12643, 11347, 12702, 12141, 11068, 12981, 11107, 13676, 11366, 11872, 11461, 11569, 12223, 10461, 11334, 11088, 14301, 10816, 18998, 11614, 18405, 12458, 18401, 13398, 17228, 11983, 12433, 13845, 12691, 16494, 11837, 14653, 11353, 15546, 11449, 14646, 11919, 13407, 12067, 12032, 12294, 10927, 12182, 10769, 12467, 11079, 11664, 12174, 15092, 12525, 15761, 13185, 14671, 13189, 13485, 11072, 15264, 10816, 11324, 9210, 12037, 11245, 13046, 11931, 14077, 13576, 19012, 16193, 11132, 11944, 10548, 11777, 12079, 13039, 12799, 16001, 11168, 17679, 11660, 12429, 16312, 12139, 18060, 13232, 15291, 10978, 13019, 13890, 13562, 15261, 11509, 12009, 10649, 10907, 11541, 12653, 12579, 12437, 13169, 12448, 13090, 13811, 14160, 10414, 10528, 10275, 12933, 10681, 11976, 11283, 13047, 13944, 12109, 12404, 10930, 11420, 13936, 11074, 15005, 12080, 18378, 12577, 12065, 13580, 12102, 15871, 13217, 23156, 14999, 12200, 12072, 11168, 11954, 11493, 16941, 12243, 15249, 11342, 14002, 12152, 12005, 14769, 15672, 10612, 11356, 10675, 14659, 11490, 14155, 12462, 14122, 13890, 11827, 12742, 12653, 11788, 12214, 11672, 11909, 11065, 11053, 10452, 13087, 10829, 12601, 10866, 12061, 10429, 11717, 10417, 11496, 14390, 11677, 13005, 12227, 11842, 12125, 11520, 10938, 11557, 12298, 12909, 12764, 13606, 13491, 12840, 14025, 11871, 13766, 11959, 14265, 12175, 14792, 15618, 13716, 17539, 14944, 19301, 16610, 10791, 11500, 10238, 10262, 11804, 11250, 13374, 13666, 12480, 13715, 12014, 13879, 12236, 13270, 13240, 12661, 11577, 13662, 13691, 12501, 13705, 11320, 13900, 13305, 14179, 11567, 13570, 12930, 13146, 11729, 12846, 13457, 13091, 13798, 12593, 13405, 13148, 13039, 11188, 12842, 16084, 12475, 15654, 12599, 14844, 12897, 14332, 13785, 14106, 10714, 16228, 17962, 15825, 13510, 10315, 11770, 11830, 12728, 10240, 13251, 9827, 13526, 9813, 15143, 10755, 16709, 12021, 17203, 12757, 17307, 12282, 16466, 11719, 16655, 12694, 14849, 13249, 12909, 10972, 11324, 11906, 10155, 10561, 12033, 11097, 13447, 10595, 14678, 10096, 14304, 10170, 13023, 9923, 11919, 11105, 10935, 11794, 10121, 9292, 9458, 9991, 9218, 9717, 10203, 9607, 10111, 10274, 11664, 9975, 15078, 11228, 13299, 9982, 12131, 10325, 13090, 10685, 12226, 10308, 11558, 10174, 11011, 10631, 10502, 10940, 11146, 10778, 14043, 10574, 16397, 12479, 16996, 14367, 11762, 11448, 12259, 12665, 11114, 11037, 16202, 10130, 15779, 10359, 12471, 12777, 11573, 17856, 13722, 18857, 15404, 13984, 11768, 11363, 13349, 11936, 11305, 13022, 10046, 13087, 11595, 10816, 14650, 13924, 10185, 15620, 10273, 13851, 11933, 10556, 13371, 10084, 16534, 10684, 13889, 10818, 10074, 15854, 11088, 11116, 13198, 10364, 17175, 11817, 11508, 10738, 10251, 12307, 10475, 12609, 10120, 12734, 10303, 13019, 10017, 12357, 10402, 11855, 11998, 13180, 11480, 11606, 12638, 10339, 12757, 11451, 12954, 11340, 10676, 10192, 10462, 12616, 10337, 10440, 16269, 14494, 18139, 18737, 15680, 18296, 13097, 12056, 16770, 11817, 12553, 12760, 11049, 12142, 11833, 11307, 14645, 12512, 11302, 14219, 11304, 11026, 12007, 9899, 12898, 11825, 11330, 8172, 11674, 14070, 11755, 14477, 11049, 13250, 11442, 13632, 10715, 13658, 10850, 10013, 13087, 10510, 12317, 11338, 9784, 18232, 13236, 18956, 13207, 11555, 9575, 10368, 13803, 10686, 14968, 10873, 17471, 13845, 18823, 13370, 17071, 12859, 15591, 11722, 13185, 13101, 9906, 13573, 10044, 14150, 10765, 11420, 12289, 9921, 12913, 11833, 11914, 11056, 11517, 11631, 11621, 14062, 11666, 13828, 12191, 12100, 10130, 10537, 11907, 11090, 12540, 11480, 8261, 11128, 11422, 13364, 12766, 8552, 11836, 9417, 10481, 10883, 10874, 9109, 14299, 12475, 13075, 19050, 14584, 15075, 19617, 14960, 14807, 16720, 9763, 17651, 11775, 13929, 12697, 10946, 13997, 11058, 15940, 10968, 11923, 11016, 11824, 13423, 11477, 12233, 12483, 11964, 15717, 11488, 15477, 11341, 16060, 11426, 15409, 11356, 12701, 14347, 11854, 17079, 11177, 15611, 11998, 11601, 13479, 9876, 15088, 10569, 13734, 11562, 13094, 9852, 13110, 9508, 10940, 11610, 10739, 12428, 10798, 9252, 11893, 9911, 11967, 10757, 13366, 12920, 12564, 11632, 9900, 11038, 12563, 11238, 11013, 11189, 13592, 10429, 10659, 10168, 9578, 10501, 11667, 14902, 13577, 15362, 13967, 12983, 10607, 11629, 10724, 13213, 11281, 12107, 22498, 16837, 15031, 21880, 15090, 12621, 16707, 13451, 11357, 14330, 11017, 16560, 12446, 10465, 13016, 11783, 13021, 11613, 11360, 10919, 9312, 11581, 16636, 17364, 13100, 11077, 11681, 10515, 8695, 11424, 10471, 12927, 13555, 10627, 9363, 10026, 13968, 13676, 10621, 14444, 11349, 16490, 10448, 10726, 9584, 10146, 10584, 10982, 13776, 10850, 13603, 11264, 11561, 10790, 10317, 8993, 12611, 9183, 15149, 10897, 17342, 13384, 10832, 12708, 10579, 10470, 10355, 10662, 9962, 13191, 13531, 10933, 13999, 12092, 13237, 18134, 15872, 11537, 16797, 13445, 12762, 12297, 11977, 16799, 12325, 12424, 12895, 13424, 13875, 13491, 12279, 12996, 12460, 12583, 13367, 12007, 12467, 13062, 9968, 11578, 13017, 9279, 12528, 9661, 9528, 10703, 11285, 10799, 12574, 11647, 10504, 12453, 12151, 10968, 14712, 11284, 14845, 17537, 12808, 18777, 15845, 13512, 20509, 14926, 12445, 15341, 10875, 11520, 10217, 9917, 10991, 10133, 10729, 14804, 11987, 19957, 11919, 11485, 12023, 10564, 11394, 10901, 12545, 13356, 11905, 16109, 11541, 15726, 11369, 15542, 12465, 12235, 20054, 14882, 20288, 14772, 18502, 11424, 14979, 11218, 12734, 12381, 12407, 14982, 12158, 12870, 11997, 11542, 11626, 15626, 12149, 9736, 12075, 11471, 11462, 10504], 'WindowCenter': [4562.0, 4587.0, 4477.0, 4501.0, 4495.0, 4507.0, 4479.0, 4487.0, 4490.0, 4492.0, 4522.0, 4511.0, 4538.0, 4499.0, 4536.0, 4507.0, 4526.0, 4508.0, 4517.0, 4509.0, 4477.0, 4542.0, 4510.0, 4519.0, 4475.0, 4505.0, 4501.0, 4494.0, 4524.0, 4490.0, 4488.0, 4469.0, 4477.0, 4470.0, 4491.0, 4470.0, 4478.0, 4458.0, 4469.0, 4451.0, 4483.0, 4452.0, 4472.0, 4452.0, 4473.0, 4443.0, 4477.0, 4457.0, 4477.0, 4466.0, 4487.0, 4445.0, 4499.0, 4458.0, 4473.0, 4454.0, 4430.0, 4465.0, 4508.0, 4484.0, 4446.0, 4506.0, 4483.0, 4428.0, 4583.0, 4471.0, 4491.0, 4430.0, 4429.0, 4506.0, 4467.0, 4499.0, 4502.0, 4488.0, 4504.0, 4467.0, 4495.0, 4440.0, 4479.0, 4462.0, 4470.0, 4464.0, 4443.0, 4461.0, 4423.0, 4465.0, 4419.0, 4428.0, 4420.0, 4427.0, 4459.0, 4440.0, 4443.0, 4453.0, 4447.0, 4459.0, 4430.0, 4416.0, 4419.0, 4416.0, 4418.0, 4405.0, 4428.0, 4426.0, 4443.0, 4413.0, 4461.0, 4412.0, 4463.0, 4431.0, 4456.0, 4427.0, 4458.0, 4430.0, 4441.0, 4450.0, 4441.0, 4458.0, 4422.0, 4436.0, 4409.0, 4445.0, 4418.0, 4448.0, 4431.0, 4464.0, 4445.0, 4443.0, 4442.0, 4421.0, 4431.0, 4433.0, 4444.0, 4447.0, 4460.0, 4471.0, 4489.0, 4459.0, 4477.0, 4467.0, 4466.0, 4455.0, 4456.0, 4452.0, 4445.0, 4379.0, 4417.0, 4319.0, 4374.0, 4431.0, 4456.0, 4414.0, 4395.0, 4324.0, 4442.0, 4420.0, 4399.0, 4397.0, 4400.0, 4409.0, 4381.0, 4434.0, 4433.0, 4471.0, 4432.0, 4477.0, 4436.0, 4436.0, 4464.0, 4424.0, 4463.0, 4418.0, 4425.0, 4402.0, 4415.0, 4409.0, 4438.0, 4444.0, 4416.0, 4425.0, 4419.0, 4429.0, 4442.0, 4462.0, 4461.0, 4451.0, 4448.0, 4447.0, 4462.0, 4472.0, 4470.0, 4431.0, 4432.0, 4423.0, 4450.0, 4412.0, 4433.0, 4411.0, 4430.0, 4430.0, 4434.0, 4434.0, 4426.0, 4425.0, 4447.0, 4432.0, 4462.0, 4428.0, 4461.0, 4431.0, 4416.0, 4427.0, 4417.0, 4447.0, 4426.0, 4468.0, 4436.0, 4396.0, 4386.0, 4405.0, 4372.0, 4391.0, 4440.0, 4407.0, 4425.0, 4386.0, 4401.0, 4405.0, 4431.0, 4303.0, 4384.0, 4343.0, 4352.0, 4354.0, 4397.0, 4379.0, 4405.0, 4388.0, 4396.0, 4398.0, 4398.0, 4393.0, 4404.0, 4378.0, 4389.0, 4395.0, 4404.0, 4413.0, 4388.0, 4404.0, 4424.0, 4401.0, 4423.0, 4402.0, 4425.0, 4399.0, 4427.0, 4399.0, 4422.0, 4439.0, 4419.0, 4430.0, 4441.0, 4417.0, 4415.0, 4439.0, 4407.0, 4421.0, 4451.0, 4450.0, 4431.0, 4436.0, 4431.0, 4430.0, 4442.0, 4421.0, 4440.0, 4419.0, 4438.0, 4417.0, 4438.0, 4439.0, 4354.0, 4441.0, 4365.0, 4432.0, 4477.0, 4414.0, 4383.0, 4357.0, 4354.0, 4373.0, 4385.0, 4448.0, 4447.0, 4437.0, 4434.0, 4421.0, 4430.0, 4419.0, 4434.0, 4435.0, 4451.0, 4442.0, 4473.0, 4461.0, 4450.0, 4461.0, 4428.0, 4449.0, 4449.0, 4450.0, 4442.0, 4477.0, 4468.0, 4467.0, 4456.0, 4467.0, 4479.0, 4492.0, 4480.0, 4469.0, 4478.0, 4467.0, 4469.0, 4447.0, 4468.0, 4487.0, 4468.0, 4487.0, 4457.0, 4476.0, 4456.0, 4465.0, 4452.0, 4464.0, 4448.0, 4478.0, 4456.0, 4460.0, 4437.0, 4405.0, 4439.0, 4441.0, 4451.0, 4433.0, 4452.0, 4420.0, 4451.0, 4422.0, 4472.0, 4431.0, 4471.0, 4443.0, 4482.0, 4441.0, 4469.0, 4428.0, 4456.0, 4415.0, 4468.0, 4396.0, 4413.0, 4374.0, 4459.0, 4387.0, 4441.0, 4425.0, 4419.0, 4431.0, 4440.0, 4428.0, 4435.0, 4417.0, 4457.0, 4431.0, 4459.0, 4421.0, 4447.0, 4421.0, 4455.0, 4476.0, 4450.0, 4432.0, 4395.0, 4354.0, 4392.0, 4423.0, 4438.0, 4436.0, 4448.0, 4437.0, 4433.0, 4433.0, 4459.0, 4451.0, 4489.0, 4460.0, 4477.0, 4449.0, 4457.0, 4436.0, 4465.0, 4434.0, 4443.0, 4424.0, 4458.0, 4449.0, 4447.0, 4449.0, 4447.0, 4459.0, 4469.0, 4476.0, 4505.0, 4464.0, 4514.0, 4481.0, 4499.0, 4479.0, 4455.0, 4393.0, 4432.0, 4443.0, 4425.0, 4413.0, 4442.0, 4414.0, 4452.0, 4410.0, 4430.0, 4429.0, 4406.0, 4447.0, 4427.0, 4458.0, 4462.0, 4439.0, 4404.0, 4429.0, 4435.0, 4437.0, 4426.0, 4449.0, 4408.0, 4437.0, 4427.0, 4418.0, 4449.0, 4450.0, 4409.0, 4422.0, 4396.0, 4439.0, 4405.0, 4382.0, 4398.0, 4358.0, 4420.0, 4370.0, 4410.0, 4380.0, 4371.0, 4445.0, 4416.0, 4405.0, 4437.0, 4407.0, 4457.0, 4419.0, 4416.0, 4418.0, 4420.0, 4429.0, 4407.0, 4426.0, 4405.0, 4437.0, 4420.0, 4438.0, 4397.0, 4439.0, 4421.0, 4430.0, 4441.0, 4439.0, 4418.0, 4428.0, 4420.0, 4363.0, 4386.0, 4525.0, 4374.0, 4363.0, 4410.0, 4422.0, 4421.0, 4437.0, 4421.0, 4421.0, 4474.0, 4477.0, 4484.0, 4497.0, 4459.0, 4458.0, 4438.0, 4429.0, 4458.0, 4413.0, 4423.0, 4420.0, 4401.0, 4410.0, 4409.0, 4402.0, 4440.0, 4424.0, 4416.0, 4457.0, 4436.0, 4441.0, 4439.0, 4419.0, 4422.0, 4423.0, 4421.0, 4381.0, 4436.0, 4444.0, 4425.0, 4445.0, 4425.0, 4437.0, 4428.0, 4460.0, 4431.0, 4458.0, 4430.0, 4431.0, 4463.0, 4421.0, 4441.0, 4419.0, 4410.0, 4468.0, 4437.0, 4477.0, 4437.0, 4426.0, 4394.0, 4402.0, 4433.0, 4402.0, 4445.0, 4413.0, 4440.0, 4422.0, 4452.0, 4418.0, 4437.0, 4409.0, 4437.0, 4410.0, 4418.0, 4431.0, 4401.0, 4432.0, 4400.0, 4484.0, 4360.0, 4435.0, 4446.0, 4387.0, 4417.0, 4420.0, 4394.0, 4398.0, 4384.0, 4396.0, 4410.0, 4445.0, 4428.0, 4458.0, 4439.0, 4450.0, 4419.0, 4418.0, 4439.0, 4441.0, 4439.0, 4440.0, 4344.0, 4417.0, 4420.0, 4424.0, 4416.0, 4374.0, 4389.0, 4388.0, 4434.0, 4446.0, 4471.0, 4428.0, 4476.0, 4467.0, 4462.0, 4493.0, 4472.0, 4471.0, 4492.0, 4470.0, 4459.0, 4469.0, 4419.0, 4468.0, 4426.0, 4444.0, 4436.0, 4415.0, 4444.0, 4413.0, 4454.0, 4415.0, 4424.0, 4414.0, 4425.0, 4434.0, 4425.0, 4424.0, 4435.0, 4425.0, 4456.0, 4425.0, 4457.0, 4428.0, 4488.0, 4434.0, 4436.0, 4378.0, 4409.0, 4408.0, 4387.0, 4426.0, 4383.0, 4414.0, 4410.0, 4411.0, 4431.0, 4389.0, 4429.0, 4400.0, 4419.0, 4442.0, 4440.0, 4376.0, 4388.0, 4389.0, 4398.0, 4423.0, 4426.0, 4446.0, 4437.0, 4417.0, 4459.0, 4441.0, 4462.0, 4452.0, 4473.0, 4474.0, 4474.0, 4427.0, 4447.0, 4458.0, 4454.0, 4446.0, 4435.0, 4444.0, 4451.0, 4422.0, 4422.0, 4421.0, 4424.0, 4431.0, 4447.0, 4474.0, 4392.0, 4454.0, 4479.0, 4411.0, 4345.0, 4369.0, 4370.0, 4391.0, 4383.0, 4368.0, 4449.0, 4438.0, 4435.0, 4459.0, 4426.0, 4404.0, 4423.0, 4402.0, 4382.0, 4400.0, 4363.0, 4420.0, 4389.0, 4369.0, 4400.0, 4391.0, 4401.0, 4393.0, 4394.0, 4407.0, 4369.0, 4354.0, 4391.0, 4408.0, 4381.0, 4361.0, 4382.0, 4374.0, 4366.0, 4404.0, 4420.0, 4438.0, 4445.0, 4413.0, 4384.0, 4391.0, 4435.0, 4432.0, 4390.0, 4430.0, 4414.0, 4476.0, 4440.0, 4416.0, 4393.0, 4388.0, 4387.0, 4388.0, 4418.0, 4387.0, 4415.0, 4382.0, 4392.0, 4397.0, 4386.0, 4354.0, 4393.0, 4351.0, 4412.0, 4386.0, 4438.0, 4416.0, 4397.0, 4389.0, 4380.0, 4380.0, 4386.0, 4369.0, 4330.0, 4361.0, 4373.0, 4367.0, 4399.0, 4386.0, 4398.0, 4427.0, 4422.0, 4373.0, 4404.0, 4372.0, 4359.0, 4362.0, 4364.0, 4415.0, 4376.0, 4373.0, 4366.0, 4383.0, 4378.0, 4371.0, 4371.0, 4385.0, 4371.0, 4384.0, 4397.0, 4388.0, 4388.0, 4396.0, 4352.0, 4363.0, 4411.0, 4332.0, 4407.0, 4385.0, 4372.0, 4382.0, 4405.0, 4406.0, 4412.0, 4403.0, 4395.0, 4426.0, 4428.0, 4407.0, 4438.0, 4407.0, 4425.0, 4447.0, 4438.0, 4469.0, 4458.0, 4409.0, 4463.0, 4447.0, 4425.0, 4441.0, 4403.0, 4414.0, 4396.0, 4392.0, 4398.0, 4388.0, 4387.0, 4430.0, 4409.0, 4459.0, 4414.0, 4418.0, 4414.0, 4377.0, 4372.0, 4388.0, 4422.0, 4410.0, 4413.0, 4444.0, 4415.0, 4442.0, 4398.0, 4416.0, 4396.0, 4396.0, 4449.0, 4419.0, 4439.0, 4417.0, 4456.0, 4418.0, 4405.0, 4316.0, 4351.0, 4377.0, 4391.0, 4424.0, 4415.0, 4402.0, 4393.0, 4379.0, 4398.0, 4467.0, 4411.0, 4379.0, 4392.0, 4394.0, 4397.0, 4398.0], 'WindowWidth': [10021.0, 10046.0, 9855.0, 9877.0, 9878.0, 9897.0, 9860.0, 9867.0, 9877.0, 9885.0, 9926.0, 9916.0, 9947.0, 9889.0, 9935.0, 9894.0, 9920.0, 9895.0, 9907.0, 9899.0, 9855.0, 9953.0, 9906.0, 9916.0, 9845.0, 9886.0, 9877.0, 9869.0, 9916.0, 9856.0, 9853.0, 9824.0, 9833.0, 9830.0, 9859.0, 9829.0, 9836.0, 9811.0, 9827.0, 9808.0, 9854.0, 9811.0, 9837.0, 9811.0, 9839.0, 9800.0, 9853.0, 9828.0, 9854.0, 9839.0, 9865.0, 9807.0, 9882.0, 9822.0, 9829.0, 9801.0, 9765.0, 9824.0, 9910.0, 9853.0, 9787.0, 9890.0, 9848.0, 9726.0, 10045.0, 9831.0, 9852.0, 9754.0, 9742.0, 9882.0, 9816.0, 9872.0, 9881.0, 9851.0, 9893.0, 9818.0, 9864.0, 9770.0, 9831.0, 9807.0, 9816.0, 9816.0, 9782.0, 9806.0, 9736.0, 9806.0, 9728.0, 9735.0, 9733.0, 9756.0, 9803.0, 9777.0, 9783.0, 9796.0, 9798.0, 9806.0, 9761.0, 9734.0, 9740.0, 9732.0, 9733.0, 9716.0, 9755.0, 9748.0, 9769.0, 9724.0, 9790.0, 9724.0, 9795.0, 9757.0, 9786.0, 9745.0, 9788.0, 9753.0, 9771.0, 9783.0, 9771.0, 9790.0, 9736.0, 9753.0, 9720.0, 9765.0, 9733.0, 9771.0, 9754.0, 9808.0, 9784.0, 9776.0, 9774.0, 9744.0, 9754.0, 9763.0, 9778.0, 9789.0, 9815.0, 9827.0, 9850.0, 9806.0, 9829.0, 9813.0, 9811.0, 9793.0, 9796.0, 9803.0, 9771.0, 9658.0, 9729.0, 9560.0, 9642.0, 9758.0, 9797.0, 9721.0, 9674.0, 9537.0, 9771.0, 9724.0, 9699.0, 9688.0, 9702.0, 9714.0, 9658.0, 9759.0, 9754.0, 9812.0, 9762.0, 9825.0, 9766.0, 9763.0, 9800.0, 9743.0, 9800.0, 9727.0, 9729.0, 9704.0, 9714.0, 9709.0, 9765.0, 9766.0, 9729.0, 9742.0, 9740.0, 9756.0, 9781.0, 9809.0, 9809.0, 9793.0, 9786.0, 9782.0, 9812.0, 9828.0, 9822.0, 9769.0, 9764.0, 9754.0, 9783.0, 9728.0, 9755.0, 9718.0, 9743.0, 9745.0, 9757.0, 9758.0, 9753.0, 9746.0, 9776.0, 9758.0, 9802.0, 9745.0, 9798.0, 9749.0, 9723.0, 9739.0, 9725.0, 9772.0, 9737.0, 9808.0, 9756.0, 9683.0, 9667.0, 9707.0, 9643.0, 9686.0, 9759.0, 9705.0, 9726.0, 9674.0, 9683.0, 9708.0, 9751.0, 9493.0, 9649.0, 9593.0, 9604.0, 9611.0, 9676.0, 9655.0, 9695.0, 9665.0, 9673.0, 9680.0, 9688.0, 9675.0, 9699.0, 9653.0, 9671.0, 9683.0, 9699.0, 9721.0, 9679.0, 9712.0, 9735.0, 9701.0, 9735.0, 9705.0, 9739.0, 9701.0, 9745.0, 9703.0, 9735.0, 9758.0, 9730.0, 9744.0, 9771.0, 9730.0, 9721.0, 9767.0, 9712.0, 9736.0, 9789.0, 9787.0, 9752.0, 9756.0, 9751.0, 9748.0, 9767.0, 9737.0, 9763.0, 9730.0, 9758.0, 9723.0, 9758.0, 9759.0, 9607.0, 9766.0, 9621.0, 9760.0, 9834.0, 9735.0, 9673.0, 9627.0, 9621.0, 9646.0, 9671.0, 9783.0, 9780.0, 9764.0, 9754.0, 9733.0, 9742.0, 9729.0, 9756.0, 9758.0, 9789.0, 9782.0, 9825.0, 9802.0, 9787.0, 9800.0, 9752.0, 9777.0, 9779.0, 9781.0, 9776.0, 9833.0, 9821.0, 9817.0, 9801.0, 9819.0, 9839.0, 9862.0, 9842.0, 9825.0, 9835.0, 9816.0, 9823.0, 9790.0, 9820.0, 9847.0, 9819.0, 9846.0, 9805.0, 9827.0, 9798.0, 9812.0, 9788.0, 9808.0, 9794.0, 9829.0, 9784.0, 9796.0, 9756.0, 9715.0, 9770.0, 9776.0, 9793.0, 9767.0, 9793.0, 9745.0, 9787.0, 9748.0, 9819.0, 9761.0, 9819.0, 9781.0, 9839.0, 9774.0, 9816.0, 9751.0, 9791.0, 9727.0, 9813.0, 9686.0, 9710.0, 9644.0, 9804.0, 9680.0, 9778.0, 9747.0, 9744.0, 9763.0, 9773.0, 9752.0, 9758.0, 9734.0, 9791.0, 9762.0, 9796.0, 9747.0, 9777.0, 9752.0, 9801.0, 9850.0, 9800.0, 9757.0, 9697.0, 9625.0, 9695.0, 9755.0, 9787.0, 9781.0, 9798.0, 9780.0, 9771.0, 9770.0, 9815.0, 9805.0, 9855.0, 9813.0, 9834.0, 9799.0, 9804.0, 9777.0, 9813.0, 9769.0, 9780.0, 9754.0, 9809.0, 9799.0, 9793.0, 9798.0, 9793.0, 9813.0, 9828.0, 9850.0, 9886.0, 9829.0, 9899.0, 9847.0, 9870.0, 9838.0, 9800.0, 9683.0, 9758.0, 9771.0, 9751.0, 9727.0, 9762.0, 9731.0, 9782.0, 9724.0, 9752.0, 9748.0, 9709.0, 9776.0, 9743.0, 9795.0, 9806.0, 9762.0, 9709.0, 9755.0, 9759.0, 9769.0, 9750.0, 9786.0, 9728.0, 9764.0, 9755.0, 9742.0, 9785.0, 9787.0, 9727.0, 9725.0, 9699.0, 9761.0, 9705.0, 9668.0, 9680.0, 9625.0, 9714.0, 9647.0, 9706.0, 9663.0, 9650.0, 9764.0, 9729.0, 9712.0, 9757.0, 9717.0, 9788.0, 9735.0, 9727.0, 9734.0, 9742.0, 9751.0, 9716.0, 9741.0, 9712.0, 9760.0, 9741.0, 9763.0, 9706.0, 9765.0, 9745.0, 9756.0, 9770.0, 9762.0, 9733.0, 9749.0, 9726.0, 9627.0, 9667.0, 9950.0, 9639.0, 9637.0, 9725.0, 9746.0, 9743.0, 9762.0, 9749.0, 9747.0, 9833.0, 9836.0, 9842.0, 9873.0, 9801.0, 9795.0, 9766.0, 9753.0, 9796.0, 9722.0, 9733.0, 9726.0, 9703.0, 9714.0, 9711.0, 9706.0, 9758.0, 9740.0, 9731.0, 9790.0, 9766.0, 9777.0, 9771.0, 9742.0, 9736.0, 9737.0, 9740.0, 9683.0, 9766.0, 9771.0, 9748.0, 9774.0, 9746.0, 9762.0, 9752.0, 9797.0, 9761.0, 9793.0, 9761.0, 9767.0, 9807.0, 9747.0, 9771.0, 9736.0, 9725.0, 9807.0, 9763.0, 9821.0, 9765.0, 9745.0, 9699.0, 9707.0, 9751.0, 9709.0, 9776.0, 9724.0, 9760.0, 9739.0, 9789.0, 9725.0, 9752.0, 9712.0, 9749.0, 9715.0, 9725.0, 9746.0, 9706.0, 9751.0, 9706.0, 9846.0, 9622.0, 9764.0, 9779.0, 9682.0, 9723.0, 9728.0, 9681.0, 9695.0, 9667.0, 9688.0, 9712.0, 9772.0, 9754.0, 9795.0, 9771.0, 9789.0, 9742.0, 9738.0, 9772.0, 9777.0, 9769.0, 9775.0, 9615.0, 9739.0, 9739.0, 9732.0, 9719.0, 9665.0, 9674.0, 9693.0, 9768.0, 9792.0, 9835.0, 9771.0, 9833.0, 9825.0, 9807.0, 9861.0, 9825.0, 9819.0, 9857.0, 9817.0, 9796.0, 9813.0, 9744.0, 9809.0, 9748.0, 9770.0, 9761.0, 9731.0, 9769.0, 9725.0, 9782.0, 9731.0, 9743.0, 9726.0, 9742.0, 9755.0, 9744.0, 9738.0, 9758.0, 9743.0, 9790.0, 9745.0, 9793.0, 9751.0, 9855.0, 9766.0, 9751.0, 9661.0, 9705.0, 9702.0, 9668.0, 9727.0, 9662.0, 9711.0, 9715.0, 9717.0, 9745.0, 9686.0, 9740.0, 9701.0, 9723.0, 9778.0, 9768.0, 9659.0, 9660.0, 9685.0, 9694.0, 9739.0, 9750.0, 9778.0, 9770.0, 9745.0, 9807.0, 9784.0, 9814.0, 9802.0, 9830.0, 9832.0, 9833.0, 9752.0, 9801.0, 9810.0, 9798.0, 9788.0, 9772.0, 9781.0, 9785.0, 9747.0, 9745.0, 9748.0, 9758.0, 9762.0, 9786.0, 9825.0, 9670.0, 9787.0, 9839.0, 9709.0, 9594.0, 9637.0, 9641.0, 9670.0, 9663.0, 9635.0, 9778.0, 9758.0, 9756.0, 9796.0, 9738.0, 9698.0, 9725.0, 9693.0, 9664.0, 9684.0, 9631.0, 9715.0, 9668.0, 9642.0, 9684.0, 9677.0, 9689.0, 9682.0, 9686.0, 9710.0, 9655.0, 9614.0, 9667.0, 9707.0, 9667.0, 9638.0, 9670.0, 9663.0, 9657.0, 9707.0, 9744.0, 9763.0, 9772.0, 9727.0, 9685.0, 9695.0, 9757.0, 9750.0, 9687.0, 9744.0, 9728.0, 9827.0, 9785.0, 9738.0, 9699.0, 9685.0, 9680.0, 9684.0, 9726.0, 9681.0, 9715.0, 9663.0, 9680.0, 9696.0, 9678.0, 9632.0, 9679.0, 9622.0, 9705.0, 9679.0, 9754.0, 9722.0, 9696.0, 9672.0, 9663.0, 9664.0, 9682.0, 9646.0, 9575.0, 9617.0, 9641.0, 9641.0, 9688.0, 9664.0, 9683.0, 9728.0, 9723.0, 9644.0, 9686.0, 9637.0, 9615.0, 9620.0, 9627.0, 9705.0, 9649.0, 9637.0, 9624.0, 9650.0, 9640.0, 9631.0, 9636.0, 9656.0, 9636.0, 9658.0, 9678.0, 9669.0, 9670.0, 9678.0, 9614.0, 9628.0, 9711.0, 9584.0, 9702.0, 9684.0, 9659.0, 9671.0, 9703.0, 9710.0, 9711.0, 9702.0, 9693.0, 9740.0, 9745.0, 9712.0, 9758.0, 9713.0, 9734.0, 9774.0, 9762.0, 9813.0, 9796.0, 9710.0, 9806.0, 9782.0, 9746.0, 9760.0, 9714.0, 9722.0, 9703.0, 9694.0, 9699.0, 9683.0, 9677.0, 9745.0, 9711.0, 9783.0, 9722.0, 9730.0, 9717.0, 9657.0, 9643.0, 9680.0, 9731.0, 9712.0, 9719.0, 9767.0, 9727.0, 9762.0, 9692.0, 9714.0, 9687.0, 9683.0, 9775.0, 9724.0, 9756.0, 9718.0, 9790.0, 9736.0, 9698.0, 9538.0, 9597.0, 9644.0, 9676.0, 9728.0, 9719.0, 9697.0, 9681.0, 9657.0, 9696.0, 9809.0, 9717.0, 9671.0, 9676.0, 9683.0, 9695.0, 9699.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.01130032183908046</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.21639240137931035</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>59.5096283968814</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0170575832796311</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.985645559528193</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4947</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3723.5356</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.7259288540038951</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>641</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>73.67816091954023</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.473201912205815</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>3.131669379880638</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.7162734568516815</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>3.5716628998851263</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0183536</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006278835702687502</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02537047490477562</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.152433921211453</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>16.5184</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.544</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.4519</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298699.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>869.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.6131</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7582</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.3495</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3550.7424</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3797.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77845.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1386.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4596.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>914.3976</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>13.243623138871044</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> |