=== 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-0025 --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-0025",
"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-0025_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0025_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0025/ses-03/func/sub-0025_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>84a27573fcea5bfc41af8139a4a6323d</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:46:19.155000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999581, 0.0237873, 0.0164756, -0.0237311, 0.999712, -0.00360201]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0927202</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4140, -7712, -7222, 600, -56, -11, -122, 73]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>288.042</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2520dfee-735c-48b0-8520-d9207a7c34d7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818034648895264, -0.06366871297359467, 0.04470270499587059, 113.54895782470703], [-0.06381966173648834, 2.6821539402008057, -0.008665688335895538, -94.49252319335938], [0.04420289024710655, 0.009663919918239117, 2.699615955352783, -64.56947326660156], [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': ['114619.155000', '114619.615000', '114620.075000', '114620.535000', '114620.995000', '114621.455000', '114621.915000', '114622.375000', '114622.835000', '114623.295000', '114623.755000', '114624.215000', '114624.675000', '114625.135000', '114625.595000', '114626.055000', '114626.515000', '114626.975000', '114627.435000', '114627.895000', '114628.355000', '114628.815000', '114629.275000', '114629.735000', '114630.195000', '114630.655000', '114631.115000', '114631.575000', '114632.035000', '114632.495000', '114632.955000', '114633.415000', '114633.875000', '114634.335000', '114634.795000', '114635.255000', '114635.715000', '114636.175000', '114636.635000', '114637.095000', '114637.555000', '114638.015000', '114638.475000', '114638.935000', '114639.395000', '114639.855000', '114640.315000', '114640.775000', '114641.235000', '114641.695000', '114642.155000', '114642.615000', '114643.075000', '114643.535000', '114643.995000', '114644.455000', '114644.915000', '114645.375000', '114645.835000', '114646.295000', '114646.755000', '114647.215000', '114647.675000', '114648.135000', '114648.595000', '114649.055000', '114649.515000', '114649.975000', '114650.435000', '114650.895000', '114651.355000', '114651.815000', '114652.275000', '114652.735000', '114653.195000', '114653.655000', '114654.115000', '114654.575000', '114655.035000', '114655.495000', '114655.955000', '114656.415000', '114656.875000', '114657.335000', '114657.795000', '114658.255000', '114658.715000', '114659.175000', '114659.635000', '114700.095000', '114700.555000', '114701.015000', '114701.475000', '114701.935000', '114702.395000', '114702.855000', '114703.315000', '114703.775000', '114704.235000', '114704.695000', '114705.155000', '114705.615000', '114706.075000', '114706.535000', '114706.995000', '114707.455000', '114707.915000', '114708.375000', '114708.835000', '114709.295000', '114709.755000', '114710.215000', '114710.675000', '114711.135000', '114711.595000', '114712.055000', '114712.515000', '114712.975000', '114713.435000', '114713.895000', '114714.355000', '114714.815000', '114715.275000', '114715.735000', '114716.195000', '114716.655000', '114717.115000', '114717.575000', '114718.035000', '114718.495000', '114718.955000', '114719.415000', '114719.875000', '114720.335000', '114720.795000', '114721.255000', '114721.715000', '114722.175000', '114722.635000', '114723.095000', '114723.555000', '114724.015000', '114724.475000', '114724.935000', '114725.395000', '114725.855000', '114726.315000', '114726.775000', '114727.235000', '114727.695000', '114728.155000', '114728.615000', '114729.075000', '114729.535000', '114729.995000', '114730.455000', '114730.915000', '114731.375000', '114731.835000', '114732.295000', '114732.755000', '114733.215000', '114733.675000', '114734.135000', '114734.595000', '114735.055000', '114735.515000', '114735.975000', '114736.435000', '114736.895000', '114737.355000', '114737.815000', '114738.275000', '114738.735000', '114739.195000', '114739.655000', '114740.115000', '114740.575000', '114741.035000', '114741.495000', '114741.955000', '114742.415000', '114742.875000', '114743.335000', '114743.795000', '114744.255000', '114744.715000', '114745.175000', '114745.635000', '114746.095000', '114746.555000', '114747.015000', '114747.475000', '114747.935000', '114748.395000', '114748.855000', '114749.315000', '114749.775000', '114750.235000', '114750.695000', '114751.155000', '114751.615000', '114752.075000', '114752.535000', '114752.995000', '114753.455000', '114753.915000', '114754.375000', '114754.835000', '114755.295000', '114755.755000', '114756.215000', '114756.675000', '114757.135000', '114757.595000', '114758.055000', '114758.515000', '114758.975000', '114759.435000', '114759.895000', '114800.355000', '114800.815000', '114801.275000', '114801.735000', '114802.195000', '114802.655000', '114803.115000', '114803.575000', '114804.035000', '114804.495000', '114804.955000', '114805.415000', '114805.875000', '114806.335000', '114806.795000', '114807.255000', '114807.715000', '114808.175000', '114808.635000', '114809.095000', '114809.555000', '114810.015000', '114810.475000', '114810.935000', '114811.395000', '114811.855000', '114812.315000', '114812.775000', '114813.235000', '114813.695000', '114814.155000', '114814.615000', '114815.075000', '114815.535000', '114815.995000', '114816.455000', '114816.915000', '114817.375000', '114817.835000', '114818.295000', '114818.755000', '114819.215000', '114819.675000', '114820.135000', '114820.595000', '114821.055000', '114821.515000', '114821.975000', '114822.435000', '114822.895000', '114823.355000', '114823.815000', '114824.275000', '114824.735000', '114825.195000', '114825.655000', '114826.115000', '114826.575000', '114827.035000', '114827.495000', '114827.955000', '114828.415000', '114828.875000', '114829.335000', '114829.795000', '114830.255000', '114830.715000', '114831.175000', '114831.635000', '114832.095000', '114832.555000', '114833.015000', '114833.475000', '114833.935000', '114834.395000', '114834.855000', '114835.315000', '114835.775000', '114836.235000', '114836.695000', '114837.155000', '114837.615000', '114838.075000', '114838.535000', '114838.995000', '114839.455000', '114839.915000', '114840.375000', '114840.835000', '114841.295000', '114841.755000', '114842.215000', '114842.675000', '114843.135000', '114843.595000', '114844.055000', '114844.515000', '114844.975000', '114845.435000', '114845.895000', '114846.355000', '114846.815000', '114847.275000', '114847.735000', '114848.195000', '114848.655000', '114849.115000', '114849.575000', '114850.035000', '114850.495000', '114850.955000', '114851.415000', '114851.875000', '114852.335000', '114852.795000', '114853.255000', '114853.715000', '114854.175000', '114854.635000', '114855.095000', '114855.555000', '114856.015000', '114856.475000', '114856.935000', '114857.395000', '114857.855000', '114858.315000', '114858.775000', '114859.235000', '114859.695000', '114900.155000', '114900.615000', '114901.075000', '114901.535000', '114901.995000', '114902.455000', '114902.915000', '114903.375000', '114903.835000', '114904.295000', '114904.755000', '114905.215000', '114905.675000', '114906.135000', '114906.595000', '114907.055000', '114907.515000', '114907.975000', '114908.435000', '114908.895000', '114909.355000', '114909.815000', '114910.275000', '114910.735000', '114911.195000', '114911.655000', '114912.115000', '114912.575000', '114913.035000', '114913.495000', '114913.955000', '114914.415000', '114914.875000', '114915.335000', '114915.795000', '114916.255000', '114916.715000', '114917.175000', '114917.635000', '114918.095000', '114918.555000', '114919.015000', '114919.475000', '114919.935000', '114920.395000', '114920.855000', '114921.315000', '114921.775000', '114922.235000', '114922.695000', '114923.155000', '114923.615000', '114924.075000', '114924.535000', '114924.995000', '114925.455000', '114925.915000', '114926.375000', '114926.835000', '114927.295000', '114927.755000', '114928.215000', '114928.675000', '114929.135000', '114929.595000', '114930.055000', '114930.515000', '114930.975000', '114931.435000', '114931.895000', '114932.355000', '114932.815000', '114933.275000', '114933.735000', '114934.195000', '114934.655000', '114935.115000', '114935.575000', '114936.035000', '114936.495000', '114936.955000', '114937.415000', '114937.875000', '114938.335000', '114938.795000', '114939.255000', '114939.715000', '114940.175000', '114940.635000', '114941.095000', '114941.555000', '114942.015000', '114942.475000', '114942.935000', '114943.395000', '114943.855000', '114944.315000', '114944.775000', '114945.235000', '114945.695000', '114946.155000', '114946.615000', '114947.075000', '114947.535000', '114947.995000', '114948.455000', '114948.915000', '114949.375000', '114949.835000', '114950.295000', '114950.755000', '114951.215000', '114951.675000', '114952.135000', '114952.595000', '114953.055000', '114953.515000', '114953.975000', '114954.435000', '114954.895000', '114955.355000', '114955.815000', '114956.275000', '114956.735000', '114957.195000', '114957.655000', '114958.115000', '114958.575000', '114959.035000', '114959.495000', '114959.955000', '115000.415000', '115000.875000', '115001.335000', '115001.795000', '115002.255000', '115002.715000', '115003.175000', '115003.635000', '115004.095000', '115004.555000', '115005.015000', '115005.475000', '115005.935000', '115006.395000', '115006.855000', '115007.315000', '115007.775000', '115008.235000', '115008.695000', '115009.155000', '115009.615000', '115010.075000', '115010.535000', '115010.995000', '115011.455000', '115011.915000', '115012.375000', '115012.835000', '115013.295000', '115013.755000', '115014.215000', '115014.675000', '115015.135000', '115015.595000', '115016.055000', '115016.515000', '115016.975000', '115017.435000', '115017.895000', '115018.355000', '115018.815000', '115019.275000', '115019.735000', '115020.195000', '115020.655000', '115021.115000', '115021.575000', '115022.035000', '115022.495000', '115022.955000', '115023.415000', '115023.875000', '115024.335000', '115024.795000', '115025.255000', '115025.715000', '115026.175000', '115026.635000', '115027.095000', '115027.555000', '115028.015000', '115028.475000', '115028.935000', '115029.395000', '115029.855000', '115030.315000', '115030.775000', '115031.235000', '115031.695000', '115032.155000', '115032.615000', '115033.075000', '115033.535000', '115033.995000', '115034.455000', '115034.915000', '115035.375000', '115035.835000', '115036.295000', '115036.755000', '115037.215000', '115037.675000', '115038.135000', '115038.595000', '115039.055000', '115039.515000', '115039.975000', '115040.435000', '115040.895000', '115041.355000', '115041.815000', '115042.275000', '115042.735000', '115043.195000', '115043.655000', '115044.115000', '115044.575000', '115045.035000', '115045.495000', '115045.955000', '115046.415000', '115046.875000', '115047.335000', '115047.795000', '115048.255000', '115048.715000', '115049.175000', '115049.635000', '115050.095000', '115050.555000', '115051.015000', '115051.475000', '115051.935000', '115052.395000', '115052.855000', '115053.315000', '115053.775000', '115054.235000', '115054.695000', '115055.155000', '115055.615000', '115056.075000', '115056.535000', '115056.995000', '115057.455000', '115057.915000', '115058.375000', '115058.835000', '115059.295000', '115059.755000', '115100.215000', '115100.675000', '115101.135000', '115101.595000', '115102.055000', '115102.515000', '115102.975000', '115103.435000', '115103.895000', '115104.355000', '115104.815000', '115105.275000', '115105.735000', '115106.195000', '115106.655000', '115107.115000', '115107.575000', '115108.035000', '115108.495000', '115108.955000', '115109.415000', '115109.875000', '115110.335000', '115110.795000', '115111.255000', '115111.715000', '115112.175000', '115112.635000', '115113.095000', '115113.555000', '115114.015000', '115114.475000', '115114.935000', '115115.395000', '115115.855000', '115116.315000', '115116.775000', '115117.235000', '115117.695000', '115118.155000', '115118.615000', '115119.075000', '115119.535000', '115119.995000', '115120.455000', '115120.915000', '115121.375000', '115121.835000', '115122.295000', '115122.755000', '115123.215000', '115123.675000', '115124.135000', '115124.595000', '115125.055000', '115125.515000', '115125.975000', '115126.435000', '115126.895000', '115127.355000', '115127.815000', '115128.275000', '115128.735000', '115129.195000', '115129.655000', '115130.115000', '115130.575000', '115131.035000', '115131.495000', '115131.955000', '115132.415000', '115132.875000', '115133.335000', '115133.795000', '115134.255000', '115134.715000', '115135.175000', '115135.635000', '115136.095000', '115136.555000', '115137.015000', '115137.475000', '115137.935000', '115138.395000', '115138.855000', '115139.315000', '115139.775000', '115140.235000', '115140.695000', '115141.155000', '115141.615000', '115142.075000', '115142.535000', '115142.995000', '115143.455000', '115143.915000', '115144.375000', '115144.835000', '115145.295000', '115145.755000', '115146.215000', '115146.675000', '115147.135000', '115147.595000', '115148.055000', '115148.515000', '115148.975000', '115149.435000', '115149.895000', '115150.355000', '115150.815000', '115151.275000', '115151.735000', '115152.195000', '115152.655000', '115153.115000', '115153.575000', '115154.035000', '115154.495000', '115154.955000', '115155.415000', '115155.875000', '115156.335000', '115156.795000', '115157.255000', '115157.715000', '115158.175000', '115158.635000', '115159.095000', '115159.555000', '115200.015000', '115200.475000', '115200.935000', '115201.395000', '115201.855000', '115202.315000', '115202.775000', '115203.235000', '115203.695000', '115204.155000', '115204.615000', '115205.075000', '115205.535000', '115205.995000', '115206.455000', '115206.915000', '115207.375000', '115207.835000', '115208.295000', '115208.755000', '115209.215000', '115209.675000', '115210.135000', '115210.595000', '115211.055000', '115211.515000', '115211.975000', '115212.435000', '115212.895000', '115213.355000', '115213.815000', '115214.275000', '115214.735000', '115215.195000', '115215.655000', '115216.115000', '115216.575000', '115217.035000', '115217.495000', '115217.955000', '115218.415000', '115218.875000', '115219.335000', '115219.795000', '115220.255000', '115220.715000', '115221.175000', '115221.635000', '115222.095000', '115222.555000', '115223.015000', '115223.475000', '115223.935000', '115224.395000', '115224.855000', '115225.315000', '115225.775000', '115226.235000', '115226.695000', '115227.155000', '115227.615000', '115228.075000', '115228.535000', '115228.995000', '115229.455000', '115229.915000', '115230.375000', '115230.835000', '115231.295000', '115231.755000', '115232.215000', '115232.675000', '115233.135000', '115233.595000', '115234.055000', '115234.515000', '115234.975000', '115235.435000', '115235.895000', '115236.355000', '115236.815000', '115237.275000', '115237.735000', '115238.195000', '115238.655000', '115239.115000', '115239.575000', '115240.035000', '115240.495000', '115240.955000', '115241.415000', '115241.875000', '115242.335000', '115242.795000', '115243.255000', '115243.715000', '115244.175000', '115244.635000', '115245.095000', '115245.555000', '115246.015000', '115246.475000', '115246.935000', '115247.395000', '115247.855000', '115248.315000', '115248.775000', '115249.235000', '115249.695000', '115250.155000', '115250.615000', '115251.075000', '115251.535000', '115251.995000', '115252.455000', '115252.915000', '115253.375000', '115253.835000', '115254.295000', '115254.755000', '115255.215000', '115255.675000', '115256.135000', '115256.595000', '115257.055000', '115257.515000', '115257.975000', '115258.435000', '115258.895000', '115259.355000', '115259.815000'], 'ContentTime': ['114643.947000', '114643.950000', '114643.953000', '114643.956000', '114643.959000', '114643.962000', '114643.965000', '114643.967000', '114643.970000', '114643.973000', '114643.976000', '114643.979000', '114643.981000', '114643.984000', '114643.987000', '114643.990000', '114643.993000', '114643.996000', '114644.000000', '114644.003000', '114644.006000', '114644.009000', '114644.011000', '114644.014000', '114644.017000', '114644.020000', '114644.023000', '114644.026000', '114644.028000', '114644.031000', '114644.034000', '114644.037000', '114644.040000', '114644.043000', '114644.046000', '114644.049000', '114644.052000', '114644.054000', '114644.057000', '114644.060000', '114644.063000', '114644.066000', '114644.069000', '114644.071000', '114644.074000', '114644.077000', '114644.080000', '114644.083000', '114644.085000', '114644.088000', '114644.091000', '114644.094000', '114703.914000', '114703.917000', '114703.919000', '114703.922000', '114703.925000', '114703.928000', '114703.931000', '114703.934000', '114703.936000', '114703.939000', '114703.945000', '114703.948000', '114703.950000', '114703.953000', '114703.956000', '114703.959000', '114703.962000', '114703.964000', '114703.967000', '114703.970000', '114703.973000', '114703.976000', '114703.979000', '114703.981000', '114703.984000', '114703.987000', '114703.990000', '114703.993000', '114703.995000', '114703.998000', '114704.002000', '114704.005000', '114704.008000', '114704.011000', '114704.014000', '114704.016000', '114704.019000', '114704.022000', '114704.025000', '114704.028000', '114704.030000', '114704.033000', '114704.036000', '114704.039000', '114723.913000', '114723.916000', '114723.928000', '114723.931000', '114723.934000', '114723.937000', '114723.940000', '114723.942000', '114723.945000', '114723.948000', '114723.951000', '114723.954000', '114723.957000', '114723.959000', '114723.962000', '114723.965000', '114723.968000', '114723.971000', '114723.974000', '114723.976000', '114723.979000', '114723.982000', '114723.990000', '114723.993000', '114723.995000', '114723.998000', '114724.002000', '114724.005000', '114724.008000', '114724.011000', '114724.014000', '114724.018000', '114724.021000', '114724.024000', '114724.027000', '114724.029000', '114724.032000', '114724.035000', '114724.038000', '114724.041000', '114724.043000', '114724.046000', '114724.049000', '114743.913000', '114743.916000', '114743.928000', '114743.931000', '114743.933000', '114743.936000', '114743.939000', '114743.942000', '114743.945000', '114743.948000', '114743.950000', '114743.953000', '114743.956000', '114743.959000', '114743.962000', '114743.965000', '114743.968000', '114743.970000', '114743.973000', '114743.976000', '114743.979000', '114743.982000', '114743.984000', '114743.987000', '114743.990000', '114743.993000', '114743.996000', '114744.000000', '114744.002000', '114744.005000', '114744.008000', '114744.011000', '114744.014000', '114744.017000', '114744.020000', '114744.022000', '114744.025000', '114744.028000', '114744.031000', '114744.034000', '114744.037000', '114744.039000', '114744.042000', '114744.045000', '114803.913000', '114803.916000', '114803.919000', '114803.922000', '114803.924000', '114803.927000', '114803.930000', '114803.933000', '114803.936000', '114803.938000', '114803.941000', '114803.944000', '114803.947000', '114803.950000', '114803.953000', '114803.955000', '114803.958000', '114803.961000', '114803.964000', '114803.967000', '114803.969000', '114803.979000', '114803.982000', '114803.985000', '114803.988000', '114803.991000', '114803.993000', '114803.996000', '114804.000000', '114804.003000', '114804.006000', '114804.009000', '114804.011000', '114804.014000', '114804.017000', '114804.020000', '114804.023000', '114804.025000', '114804.028000', '114804.032000', '114804.035000', '114804.038000', '114804.041000', '114823.913000', '114823.916000', '114823.918000', '114823.921000', '114823.924000', '114823.927000', '114823.930000', '114823.933000', '114823.935000', '114823.938000', '114823.942000', '114823.953000', '114823.956000', '114823.959000', '114823.962000', '114823.965000', '114823.967000', '114823.970000', '114823.973000', '114823.976000', '114823.979000', '114823.981000', '114823.984000', '114823.987000', '114823.990000', '114823.993000', '114823.996000', '114824.000000', '114824.003000', '114824.005000', '114824.008000', '114824.011000', '114824.014000', '114824.017000', '114824.020000', '114824.022000', '114824.025000', '114824.028000', '114824.031000', '114824.034000', '114824.037000', '114824.039000', '114824.042000', '114824.045000', '114843.913000', '114843.916000', '114843.919000', '114843.921000', '114843.924000', '114843.927000', '114843.930000', '114843.933000', '114843.935000', '114843.938000', '114843.941000', '114843.944000', '114843.947000', '114843.950000', '114843.953000', '114843.955000', '114843.958000', '114843.961000', '114843.964000', '114843.967000', '114843.969000', '114843.972000', '114843.975000', '114843.978000', '114843.981000', '114843.983000', '114843.986000', '114843.989000', '114843.992000', '114843.995000', '114843.998000', '114844.001000', '114844.004000', '114844.007000', '114844.010000', '114844.013000', '114844.016000', '114844.018000', '114844.021000', '114844.024000', '114844.027000', '114844.039000', '114844.042000', '114903.913000', '114903.916000', '114903.919000', '114903.921000', '114903.924000', '114903.927000', '114903.930000', '114903.933000', '114903.936000', '114903.938000', '114903.941000', '114903.944000', '114903.947000', '114903.950000', '114903.953000', '114903.955000', '114903.958000', '114903.961000', '114903.964000', '114903.967000', '114903.969000', '114903.972000', '114903.975000', '114903.978000', '114903.993000', '114903.996000', '114904.000000', '114904.003000', '114904.006000', '114904.009000', '114904.011000', '114904.014000', '114904.017000', '114904.020000', '114904.023000', '114904.025000', '114904.028000', '114904.031000', '114904.034000', '114904.037000', '114904.040000', '114904.043000', '114904.045000', '114904.048000', '114923.914000', '114923.917000', '114923.920000', '114923.922000', '114923.925000', '114923.928000', '114923.931000', '114923.934000', '114923.937000', '114923.939000', '114923.942000', '114923.945000', '114923.948000', '114923.951000', '114923.954000', '114923.957000', '114923.959000', '114923.962000', '114923.965000', '114923.968000', '114923.971000', '114923.974000', '114923.977000', '114923.979000', '114923.982000', '114923.985000', '114923.988000', '114923.991000', '114923.994000', '114923.997000', '114924.000000', '114924.003000', '114924.006000', '114924.009000', '114924.012000', '114924.016000', '114924.019000', '114924.022000', '114924.025000', '114924.027000', '114924.030000', '114924.033000', '114924.036000', '114943.913000', '114943.916000', '114943.919000', '114943.922000', '114943.924000', '114943.927000', '114943.930000', '114943.933000', '114943.936000', '114943.938000', '114943.941000', '114943.944000', '114943.947000', '114943.950000', '114943.953000', '114943.956000', '114943.959000', '114943.961000', '114943.964000', '114943.967000', '114943.970000', '114943.973000', '114943.976000', '114943.978000', '114943.981000', '114943.984000', '114943.987000', '114943.990000', '114943.993000', '114943.996000', '114943.998000', '114944.002000', '114944.005000', '114944.008000', '114944.011000', '114944.014000', '114944.016000', '114944.019000', '114944.022000', '114944.025000', '114944.028000', '114944.030000', '114944.033000', '114944.036000', '115003.913000', '115003.916000', '115003.919000', '115003.922000', '115003.925000', '115003.927000', '115003.930000', '115003.933000', '115003.936000', '115003.939000', '115003.941000', '115003.944000', '115003.947000', '115003.950000', '115003.953000', '115003.956000', '115003.958000', '115003.961000', '115003.964000', '115003.967000', '115003.970000', '115003.973000', '115003.975000', '115003.978000', '115003.981000', '115003.984000', '115003.987000', '115003.990000', '115003.992000', '115003.995000', '115003.998000', '115004.002000', '115004.005000', '115004.008000', '115004.011000', '115004.013000', '115004.016000', '115004.019000', '115004.022000', '115004.025000', '115004.028000', '115004.030000', '115004.033000', '115023.913000', '115023.916000', '115023.919000', '115023.921000', '115023.924000', '115023.927000', '115023.930000', '115023.933000', '115023.936000', '115023.938000', '115023.941000', '115023.944000', '115023.947000', '115023.950000', '115023.953000', '115023.955000', '115023.958000', '115023.961000', '115023.964000', '115023.967000', '115023.970000', '115023.972000', '115023.975000', '115023.989000', '115023.992000', '115023.995000', '115023.998000', '115024.002000', '115024.005000', '115024.007000', '115024.010000', '115024.013000', '115024.016000', '115024.019000', '115024.022000', '115024.025000', '115024.027000', '115024.030000', '115024.033000', '115024.036000', '115024.046000', '115024.049000', '115024.052000', '115024.055000', '115043.913000', '115043.916000', '115043.919000', '115043.921000', '115043.924000', '115043.927000', '115043.930000', '115043.933000', '115043.936000', '115043.938000', '115043.941000', '115043.944000', '115043.947000', '115043.950000', '115043.953000', '115043.955000', '115043.958000', '115043.961000', '115043.964000', '115043.967000', '115043.970000', '115043.972000', '115043.975000', '115043.978000', '115043.981000', '115043.984000', '115043.987000', '115043.989000', '115043.992000', '115043.995000', '115043.998000', '115044.002000', '115044.004000', '115044.007000', '115044.010000', '115044.013000', '115044.016000', '115044.019000', '115044.021000', '115044.024000', '115044.027000', '115044.030000', '115044.033000', '115103.913000', '115103.916000', '115103.919000', '115103.922000', '115103.924000', '115103.927000', '115103.930000', '115103.933000', '115103.936000', '115103.939000', '115103.941000', '115103.944000', '115103.947000', '115103.950000', '115103.953000', '115103.956000', '115103.958000', '115103.961000', '115103.964000', '115103.967000', '115103.970000', '115103.973000', '115103.976000', '115103.978000', '115103.981000', '115103.984000', '115103.987000', '115103.990000', '115103.993000', '115103.995000', '115103.998000', '115104.002000', '115104.005000', '115104.008000', '115104.011000', '115104.014000', '115104.016000', '115104.019000', '115104.022000', '115104.025000', '115104.028000', '115104.031000', '115104.033000', '115104.036000', '115123.913000', '115123.916000', '115123.919000', '115123.922000', '115123.924000', '115123.927000', '115123.930000', '115123.933000', '115123.936000', '115123.938000', '115123.941000', '115123.944000', '115123.947000', '115123.950000', '115123.953000', '115123.955000', '115123.958000', '115123.961000', '115123.964000', '115123.967000', '115123.970000', '115123.973000', '115123.975000', '115123.978000', '115123.981000', '115123.984000', '115123.987000', '115123.990000', '115123.993000', '115123.995000', '115123.998000', '115124.002000', '115124.005000', '115124.008000', '115124.011000', '115124.013000', '115124.016000', '115124.019000', '115124.022000', '115124.025000', '115124.028000', '115124.031000', '115124.033000', '115143.914000', '115143.917000', '115143.923000', '115143.927000', '115143.929000', '115143.932000', '115143.935000', '115143.938000', '115143.941000', '115143.944000', '115143.947000', '115143.949000', '115143.952000', '115143.955000', '115143.958000', '115143.961000', '115143.964000', '115143.967000', '115143.970000', '115143.972000', '115143.975000', '115143.978000', '115143.981000', '115143.984000', '115143.987000', '115143.990000', '115143.993000', '115143.995000', '115143.998000', '115144.002000', '115144.005000', '115144.008000', '115144.011000', '115144.013000', '115144.029000', '115144.032000', '115144.035000', '115144.038000', '115144.041000', '115144.043000', '115144.046000', '115144.049000', '115144.052000', '115203.913000', '115203.916000', '115203.919000', '115203.922000', '115203.925000', '115203.927000', '115203.930000', '115203.933000', '115203.936000', '115203.939000', '115203.942000', '115203.944000', '115203.947000', '115203.950000', '115203.953000', '115203.956000', '115203.959000', '115203.961000', '115203.964000', '115203.967000', '115203.970000', '115203.973000', '115203.976000', '115203.978000', '115203.981000', '115203.984000', '115203.987000', '115203.990000', '115203.993000', '115203.995000', '115203.998000', '115204.002000', '115204.005000', '115204.008000', '115204.011000', '115204.014000', '115204.016000', '115204.019000', '115204.022000', '115204.025000', '115204.028000', '115204.031000', '115204.033000', '115204.036000', '115223.913000', '115223.916000', '115223.919000', '115223.922000', '115223.924000', '115223.927000', '115223.930000', '115223.933000', '115223.936000', '115223.941000', '115223.945000', '115223.948000', '115223.951000', '115223.953000', '115223.956000', '115223.959000', '115223.962000', '115223.965000', '115223.968000', '115223.971000', '115223.973000', '115223.976000', '115223.979000', '115223.982000', '115223.985000', '115223.988000', '115223.990000', '115223.993000', '115223.996000', '115224.000000', '115224.003000', '115224.006000', '115224.009000', '115224.012000', '115224.014000', '115224.017000', '115224.020000', '115224.023000', '115224.026000', '115224.030000', '115224.033000', '115224.036000', '115224.039000', '115243.913000', '115243.916000', '115243.919000', '115243.922000', '115243.924000', '115243.927000', '115243.930000', '115243.933000', '115243.936000', '115243.938000', '115243.941000', '115243.944000', '115243.947000', '115243.950000', '115243.953000', '115243.955000', '115243.958000', '115243.961000', '115243.964000', '115243.967000', '115243.970000', '115243.972000', '115243.975000', '115243.978000', '115243.981000', '115243.984000', '115243.987000', '115243.990000', '115243.992000', '115243.995000', '115243.998000', '115244.001000', '115244.004000', '115244.007000', '115244.010000', '115244.013000', '115244.015000', '115244.018000', '115244.021000', '115244.024000', '115244.027000', '115244.029000', '115244.032000', '115244.035000', '115300.788000', '115300.823000', '115300.826000', '115300.829000', '115300.832000', '115300.835000', '115300.838000', '115300.841000', '115300.843000', '115300.846000', '115300.849000', '115300.852000', '115300.855000', '115300.858000', '115300.861000', '115300.863000', '115300.866000', '115300.869000', '115300.872000', '115300.875000', '115300.878000', '115300.881000', '115300.884000', '115300.887000', '115300.890000', '115300.893000', '115300.896000', '115300.899000', '115300.902000', '115300.905000', '115300.908000', '115300.910000', '115300.913000', '115300.916000', '115300.919000', '115300.922000', '115300.925000'], 'InstanceCreationTime': ['114643.947000', '114643.950000', '114643.953000', '114643.956000', '114643.959000', '114643.962000', '114643.965000', '114643.967000', '114643.970000', '114643.973000', '114643.976000', '114643.979000', '114643.981000', '114643.984000', '114643.987000', '114643.990000', '114643.993000', '114643.996000', '114644.000000', '114644.003000', '114644.006000', '114644.009000', '114644.011000', '114644.014000', '114644.017000', '114644.020000', '114644.023000', '114644.026000', '114644.028000', '114644.031000', '114644.034000', '114644.037000', '114644.040000', '114644.043000', '114644.046000', '114644.049000', '114644.052000', '114644.054000', '114644.057000', '114644.060000', '114644.063000', '114644.066000', '114644.069000', '114644.071000', '114644.074000', '114644.077000', '114644.080000', '114644.083000', '114644.085000', '114644.088000', '114644.091000', '114644.094000', '114703.914000', '114703.917000', '114703.919000', '114703.922000', '114703.925000', '114703.928000', '114703.931000', '114703.934000', '114703.936000', '114703.939000', '114703.945000', '114703.948000', '114703.950000', '114703.953000', '114703.956000', '114703.959000', '114703.962000', '114703.964000', '114703.967000', '114703.970000', '114703.973000', '114703.976000', '114703.979000', '114703.981000', '114703.984000', '114703.987000', '114703.990000', '114703.993000', '114703.995000', '114703.998000', '114704.002000', '114704.005000', '114704.008000', '114704.011000', '114704.014000', '114704.016000', '114704.019000', '114704.022000', '114704.025000', '114704.028000', '114704.030000', '114704.033000', '114704.036000', '114704.039000', '114723.913000', '114723.916000', '114723.928000', '114723.931000', '114723.934000', '114723.937000', '114723.940000', '114723.942000', '114723.945000', '114723.948000', '114723.951000', '114723.954000', '114723.957000', '114723.959000', '114723.962000', '114723.965000', '114723.968000', '114723.971000', '114723.974000', '114723.976000', '114723.979000', '114723.982000', '114723.990000', '114723.993000', '114723.995000', '114723.998000', '114724.002000', '114724.005000', '114724.008000', '114724.011000', '114724.014000', '114724.018000', '114724.021000', '114724.024000', '114724.027000', '114724.029000', '114724.032000', '114724.035000', '114724.038000', '114724.041000', '114724.043000', '114724.046000', '114724.049000', '114743.913000', '114743.916000', '114743.928000', '114743.931000', '114743.933000', '114743.936000', '114743.939000', '114743.942000', '114743.945000', '114743.948000', '114743.950000', '114743.953000', '114743.956000', '114743.959000', '114743.962000', '114743.965000', '114743.968000', '114743.970000', '114743.973000', '114743.976000', '114743.979000', '114743.982000', '114743.984000', '114743.987000', '114743.990000', '114743.993000', '114743.996000', '114744.000000', '114744.002000', '114744.005000', '114744.008000', '114744.011000', '114744.014000', '114744.017000', '114744.020000', '114744.022000', '114744.025000', '114744.028000', '114744.031000', '114744.034000', '114744.037000', '114744.039000', '114744.042000', '114744.045000', '114803.913000', '114803.916000', '114803.919000', '114803.922000', '114803.924000', '114803.927000', '114803.930000', '114803.933000', '114803.936000', '114803.938000', '114803.941000', '114803.944000', '114803.947000', '114803.950000', '114803.953000', '114803.955000', '114803.958000', '114803.961000', '114803.964000', '114803.967000', '114803.969000', '114803.979000', '114803.982000', '114803.985000', '114803.988000', '114803.991000', '114803.993000', '114803.996000', '114804.000000', '114804.003000', '114804.006000', '114804.009000', '114804.011000', '114804.014000', '114804.017000', '114804.020000', '114804.023000', '114804.025000', '114804.028000', '114804.032000', '114804.035000', '114804.038000', '114804.041000', '114823.913000', '114823.916000', '114823.918000', '114823.921000', '114823.924000', '114823.927000', '114823.930000', '114823.933000', '114823.935000', '114823.938000', '114823.942000', '114823.953000', '114823.956000', '114823.959000', '114823.962000', '114823.965000', '114823.967000', '114823.970000', '114823.973000', '114823.976000', '114823.979000', '114823.981000', '114823.984000', '114823.987000', '114823.990000', '114823.993000', '114823.996000', '114824.000000', '114824.003000', '114824.005000', '114824.008000', '114824.011000', '114824.014000', '114824.017000', '114824.020000', '114824.022000', '114824.025000', '114824.028000', '114824.031000', '114824.034000', '114824.037000', '114824.039000', '114824.042000', '114824.045000', '114843.913000', '114843.916000', '114843.919000', '114843.921000', '114843.924000', '114843.927000', '114843.930000', '114843.933000', '114843.935000', '114843.938000', '114843.941000', '114843.944000', '114843.947000', '114843.950000', '114843.953000', '114843.955000', '114843.958000', '114843.961000', '114843.964000', '114843.967000', '114843.969000', '114843.972000', '114843.975000', '114843.978000', '114843.981000', '114843.983000', '114843.986000', '114843.989000', '114843.992000', '114843.995000', '114843.998000', '114844.001000', '114844.004000', '114844.007000', '114844.010000', '114844.013000', '114844.016000', '114844.018000', '114844.021000', '114844.024000', '114844.027000', '114844.039000', '114844.042000', '114903.913000', '114903.916000', '114903.919000', '114903.921000', '114903.924000', '114903.927000', '114903.930000', '114903.933000', '114903.936000', '114903.938000', '114903.941000', '114903.944000', '114903.947000', '114903.950000', '114903.953000', '114903.955000', '114903.958000', '114903.961000', '114903.964000', '114903.967000', '114903.969000', '114903.972000', '114903.975000', '114903.978000', '114903.993000', '114903.996000', '114904.000000', '114904.003000', '114904.006000', '114904.009000', '114904.011000', '114904.014000', '114904.017000', '114904.020000', '114904.023000', '114904.025000', '114904.028000', '114904.031000', '114904.034000', '114904.037000', '114904.040000', '114904.043000', '114904.045000', '114904.048000', '114923.914000', '114923.917000', '114923.920000', '114923.922000', '114923.925000', '114923.928000', '114923.931000', '114923.934000', '114923.937000', '114923.939000', '114923.942000', '114923.945000', '114923.948000', '114923.951000', '114923.954000', '114923.957000', '114923.959000', '114923.962000', '114923.965000', '114923.968000', '114923.971000', '114923.974000', '114923.977000', '114923.979000', '114923.982000', '114923.985000', '114923.988000', '114923.991000', '114923.994000', '114923.997000', '114924.000000', '114924.003000', '114924.006000', '114924.009000', '114924.012000', '114924.016000', '114924.019000', '114924.022000', '114924.025000', '114924.027000', '114924.030000', '114924.033000', '114924.036000', '114943.913000', '114943.916000', '114943.919000', '114943.922000', '114943.924000', '114943.927000', '114943.930000', '114943.933000', '114943.936000', '114943.938000', '114943.941000', '114943.944000', '114943.947000', '114943.950000', '114943.953000', '114943.956000', '114943.959000', '114943.961000', '114943.964000', '114943.967000', '114943.970000', '114943.973000', '114943.976000', '114943.978000', '114943.981000', '114943.984000', '114943.987000', '114943.990000', '114943.993000', '114943.996000', '114943.998000', '114944.002000', '114944.005000', '114944.008000', '114944.011000', '114944.014000', '114944.016000', '114944.019000', '114944.022000', '114944.025000', '114944.028000', '114944.030000', '114944.033000', '114944.036000', '115003.913000', '115003.916000', '115003.919000', '115003.922000', '115003.925000', '115003.927000', '115003.930000', '115003.933000', '115003.936000', '115003.939000', '115003.941000', '115003.944000', '115003.947000', '115003.950000', '115003.953000', '115003.956000', '115003.958000', '115003.961000', '115003.964000', '115003.967000', '115003.970000', '115003.973000', '115003.975000', '115003.978000', '115003.981000', '115003.984000', '115003.987000', '115003.990000', '115003.992000', '115003.995000', '115003.998000', '115004.002000', '115004.005000', '115004.008000', '115004.011000', '115004.013000', '115004.016000', '115004.019000', '115004.022000', '115004.025000', '115004.028000', '115004.030000', '115004.033000', '115023.913000', '115023.916000', '115023.919000', '115023.921000', '115023.924000', '115023.927000', '115023.930000', '115023.933000', '115023.936000', '115023.938000', '115023.941000', '115023.944000', '115023.947000', '115023.950000', '115023.953000', '115023.955000', '115023.958000', '115023.961000', '115023.964000', '115023.967000', '115023.970000', '115023.972000', '115023.975000', '115023.989000', '115023.992000', '115023.995000', '115023.998000', '115024.002000', '115024.005000', '115024.007000', '115024.010000', '115024.013000', '115024.016000', '115024.019000', '115024.022000', '115024.025000', '115024.027000', '115024.030000', '115024.033000', '115024.036000', '115024.046000', '115024.049000', '115024.052000', '115024.055000', '115043.913000', '115043.916000', '115043.919000', '115043.921000', '115043.924000', '115043.927000', '115043.930000', '115043.933000', '115043.936000', '115043.938000', '115043.941000', '115043.944000', '115043.947000', '115043.950000', '115043.953000', '115043.955000', '115043.958000', '115043.961000', '115043.964000', '115043.967000', '115043.970000', '115043.972000', '115043.975000', '115043.978000', '115043.981000', '115043.984000', '115043.987000', '115043.989000', '115043.992000', '115043.995000', '115043.998000', '115044.002000', '115044.004000', '115044.007000', '115044.010000', '115044.013000', '115044.016000', '115044.019000', '115044.021000', '115044.024000', '115044.027000', '115044.030000', '115044.033000', '115103.913000', '115103.916000', '115103.919000', '115103.922000', '115103.924000', '115103.927000', '115103.930000', '115103.933000', '115103.936000', '115103.939000', '115103.941000', '115103.944000', '115103.947000', '115103.950000', '115103.953000', '115103.956000', '115103.958000', '115103.961000', '115103.964000', '115103.967000', '115103.970000', '115103.973000', '115103.976000', '115103.978000', '115103.981000', '115103.984000', '115103.987000', '115103.990000', '115103.993000', '115103.995000', '115103.998000', '115104.002000', '115104.005000', '115104.008000', '115104.011000', '115104.014000', '115104.016000', '115104.019000', '115104.022000', '115104.025000', '115104.028000', '115104.031000', '115104.033000', '115104.036000', '115123.913000', '115123.916000', '115123.919000', '115123.922000', '115123.924000', '115123.927000', '115123.930000', '115123.933000', '115123.936000', '115123.938000', '115123.941000', '115123.944000', '115123.947000', '115123.950000', '115123.953000', '115123.955000', '115123.958000', '115123.961000', '115123.964000', '115123.967000', '115123.970000', '115123.973000', '115123.975000', '115123.978000', '115123.981000', '115123.984000', '115123.987000', '115123.990000', '115123.993000', '115123.995000', '115123.998000', '115124.002000', '115124.005000', '115124.008000', '115124.011000', '115124.013000', '115124.016000', '115124.019000', '115124.022000', '115124.025000', '115124.028000', '115124.031000', '115124.033000', '115143.914000', '115143.917000', '115143.923000', '115143.927000', '115143.929000', '115143.932000', '115143.935000', '115143.938000', '115143.941000', '115143.944000', '115143.947000', '115143.949000', '115143.952000', '115143.955000', '115143.958000', '115143.961000', '115143.964000', '115143.967000', '115143.970000', '115143.972000', '115143.975000', '115143.978000', '115143.981000', '115143.984000', '115143.987000', '115143.990000', '115143.993000', '115143.995000', '115143.998000', '115144.002000', '115144.005000', '115144.008000', '115144.011000', '115144.013000', '115144.029000', '115144.032000', '115144.035000', '115144.038000', '115144.041000', '115144.043000', '115144.046000', '115144.049000', '115144.052000', '115203.913000', '115203.916000', '115203.919000', '115203.922000', '115203.925000', '115203.927000', '115203.930000', '115203.933000', '115203.936000', '115203.939000', '115203.942000', '115203.944000', '115203.947000', '115203.950000', '115203.953000', '115203.956000', '115203.959000', '115203.961000', '115203.964000', '115203.967000', '115203.970000', '115203.973000', '115203.976000', '115203.978000', '115203.981000', '115203.984000', '115203.987000', '115203.990000', '115203.993000', '115203.995000', '115203.998000', '115204.002000', '115204.005000', '115204.008000', '115204.011000', '115204.014000', '115204.016000', '115204.019000', '115204.022000', '115204.025000', '115204.028000', '115204.031000', '115204.033000', '115204.036000', '115223.913000', '115223.916000', '115223.919000', '115223.922000', '115223.924000', '115223.927000', '115223.930000', '115223.933000', '115223.936000', '115223.941000', '115223.945000', '115223.948000', '115223.951000', '115223.953000', '115223.956000', '115223.959000', '115223.962000', '115223.965000', '115223.968000', '115223.971000', '115223.973000', '115223.976000', '115223.979000', '115223.982000', '115223.985000', '115223.988000', '115223.990000', '115223.993000', '115223.996000', '115224.000000', '115224.003000', '115224.006000', '115224.009000', '115224.012000', '115224.014000', '115224.017000', '115224.020000', '115224.023000', '115224.026000', '115224.030000', '115224.033000', '115224.036000', '115224.039000', '115243.913000', '115243.916000', '115243.919000', '115243.922000', '115243.924000', '115243.927000', '115243.930000', '115243.933000', '115243.936000', '115243.938000', '115243.941000', '115243.944000', '115243.947000', '115243.950000', '115243.953000', '115243.955000', '115243.958000', '115243.961000', '115243.964000', '115243.967000', '115243.970000', '115243.972000', '115243.975000', '115243.978000', '115243.981000', '115243.984000', '115243.987000', '115243.990000', '115243.992000', '115243.995000', '115243.998000', '115244.001000', '115244.004000', '115244.007000', '115244.010000', '115244.013000', '115244.015000', '115244.018000', '115244.021000', '115244.024000', '115244.027000', '115244.029000', '115244.032000', '115244.035000', '115300.788000', '115300.823000', '115300.826000', '115300.829000', '115300.832000', '115300.835000', '115300.838000', '115300.841000', '115300.843000', '115300.846000', '115300.849000', '115300.852000', '115300.855000', '115300.858000', '115300.861000', '115300.863000', '115300.866000', '115300.869000', '115300.872000', '115300.875000', '115300.878000', '115300.881000', '115300.884000', '115300.887000', '115300.890000', '115300.893000', '115300.896000', '115300.899000', '115300.902000', '115300.905000', '115300.908000', '115300.910000', '115300.913000', '115300.916000', '115300.919000', '115300.922000', '115300.925000'], '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': [13794, 12467, 12983, 12700, 12924, 12464, 12727, 13286, 12547, 13053, 13337, 13219, 13261, 12663, 12260, 12693, 12050, 12915, 11778, 12362, 12668, 11578, 12472, 10418, 11342, 13030, 11346, 12428, 14803, 12203, 12545, 11390, 12446, 10830, 11617, 14255, 11865, 12947, 16367, 12398, 12888, 11655, 12125, 15165, 11992, 12208, 12673, 13637, 13249, 11822, 12372, 13170, 12262, 12705, 12588, 12935, 11536, 12576, 13250, 11734, 12468, 12294, 12718, 14310, 11597, 12575, 11460, 12323, 13654, 12458, 12447, 11986, 12470, 13796, 12147, 12465, 14880, 12256, 12146, 12370, 12267, 13134, 12383, 12331, 12815, 13152, 12514, 12424, 12677, 12696, 13315, 12518, 12980, 12969, 12589, 12992, 12834, 12161, 13039, 11656, 12731, 13808, 11844, 12434, 11418, 12513, 13195, 12593, 12624, 13493, 11735, 12327, 11218, 12772, 13814, 12064, 12581, 11351, 12853, 13883, 12786, 12677, 12233, 13031, 11756, 12777, 13862, 12211, 12893, 15503, 13305, 13089, 12648, 13465, 11541, 13040, 13758, 11809, 13177, 15278, 12711, 12717, 11958, 12773, 11681, 12720, 15538, 12144, 12980, 14713, 12356, 12690, 11607, 12678, 14230, 12520, 12881, 13200, 12804, 12554, 12041, 12792, 11960, 12884, 12841, 12549, 13178, 13427, 12466, 12880, 12034, 13367, 13498, 12666, 13120, 11800, 13302, 13971, 12212, 13045, 14745, 12363, 12386, 11547, 12510, 15186, 12361, 12295, 12121, 12725, 11218, 12304, 13431, 12067, 12756, 15672, 12406, 12268, 11669, 12588, 14482, 12596, 12798, 12559, 12855, 12743, 12266, 12780, 12625, 13517, 14474, 12819, 12880, 12431, 12686, 12770, 12116, 13190, 14026, 12252, 12462, 11966, 12643, 13981, 12004, 12734, 11843, 12717, 12254, 12087, 12573, 11526, 12334, 13958, 12568, 12594, 12064, 12711, 14952, 12390, 12586, 12738, 12841, 13388, 12078, 12315, 12306, 13255, 13390, 13005, 12976, 12585, 13010, 11686, 13508, 13554, 12126, 12851, 12451, 12803, 13682, 11752, 12626, 12689, 12682, 12381, 12059, 12395, 11208, 12796, 13930, 11705, 12659, 13912, 12483, 13261, 11786, 12503, 13042, 12428, 12405, 12848, 12845, 12016, 13029, 11561, 13155, 14046, 12502, 13255, 14783, 13233, 12562, 12315, 13262, 12224, 13062, 11549, 12922, 13550, 12124, 12535, 11713, 12872, 14445, 12463, 12576, 11891, 12740, 11787, 13056, 15446, 12422, 12491, 11825, 12953, 13136, 12507, 12495, 12534, 12713, 12040, 12943, 13415, 11985, 12763, 14225, 13051, 12847, 12570, 13085, 12792, 12226, 12465, 12125, 13165, 13892, 12973, 12921, 12166, 12776, 11363, 12592, 14804, 11805, 12406, 14909, 12442, 12389, 11968, 12228, 12882, 11829, 12416, 13183, 12621, 12235, 12373, 12262, 13367, 11987, 12629, 11880, 12754, 15619, 13217, 12392, 12513, 13070, 13401, 12296, 13045, 12690, 13515, 12733, 12719, 13012, 11869, 13055, 15190, 12354, 13106, 12900, 13085, 13435, 12472, 12655, 11549, 12704, 13738, 12756, 13950, 12844, 12742, 12108, 12345, 13941, 12101, 12517, 14436, 12760, 12488, 12406, 12718, 14164, 12636, 12632, 13239, 13489, 13736, 12732, 12470, 12851, 13252, 14147, 12904, 12766, 12320, 13232, 12425, 11916, 12561, 11409, 12760, 12933, 12837, 12402, 12977, 12280, 12365, 11977, 12424, 12778, 12827, 12623, 12308, 12274, 11736, 12306, 12813, 12662, 12738, 13043, 12250, 12498, 12450, 12642, 12793, 15611, 12139, 11617, 11526, 12168, 14615, 12800, 13022, 12919, 12178, 12641, 11478, 12197, 13809, 11717, 12397, 14714, 11654, 12071, 11384, 11839, 11545, 11833, 12889, 12200, 13645, 13273, 12719, 13181, 12632, 13007, 15313, 13157, 13212, 14829, 13292, 12851, 13233, 12842, 12912, 13624, 13246, 12774, 12088, 13113, 12356, 12547, 11223, 12126, 12676, 15754, 12879, 12825, 15332, 12820, 12637, 11566, 13040, 13968, 12226, 12915, 15055, 12698, 12817, 12045, 13192, 13753, 12517, 12974, 15191, 13377, 14963, 12524, 12722, 12254, 13284, 13788, 12816, 13597, 14897, 12889, 12928, 12182, 13101, 14743, 12192, 13019, 13820, 12342, 12802, 13820, 12976, 12461, 12084, 12928, 14527, 12644, 12861, 13766, 12994, 12921, 13392, 12543, 11848, 12251, 13094, 13789, 13010, 12555, 12131, 13417, 13993, 12530, 13166, 13798, 12588, 12658, 12149, 13123, 14302, 12074, 12701, 12450, 12552, 12412, 11833, 12275, 11612, 12815, 14530, 11949, 12553, 13923, 12152, 12197, 11380, 12314, 14273, 12153, 12893, 12257, 12658, 12313, 11823, 12550, 11783, 12712, 13160, 14259, 13051, 12534, 12082, 12654, 14231, 12403, 12779, 13138, 12948, 12375, 11587, 13051, 10659, 11936, 12980, 12374, 12245, 11883, 13070, 11870, 12331, 16828, 12608, 12424, 15857, 12500, 12153, 11702, 12829, 13136, 12069, 12874, 13777, 12923, 12684, 12570, 13172, 13542, 12261, 12765, 14686, 12888, 12527, 13007, 13113, 12273, 12727, 12236, 12028, 12755, 15010, 12527, 12865, 14450, 12169, 11732, 11494, 12618, 13931, 12308, 12630, 11953, 12712, 12700, 12082, 13251, 13636, 12533, 12791, 12587, 12493, 13456, 12185, 12372, 14243, 12523, 12146, 12075, 12327, 12056, 12604, 12386, 12499, 13412, 13290, 13112, 12429, 12170, 12472, 13608, 11965, 11946, 13735, 12647, 12349, 12010, 12108, 11577, 12358, 12796, 12137, 12347, 12325, 12670, 11339, 12176, 12904, 11872, 12250, 11836, 13340, 14056, 12764, 12368, 12093, 12668, 13731, 12605, 12938, 13271, 13012, 14929, 12312, 12579, 11508, 12672, 13216, 13117, 12806, 13286, 12304, 12367, 13590, 12086, 12420, 11510, 12603, 15422, 12113, 11734, 11672, 12182, 14565, 12459, 11961, 13796, 13413, 15188, 13242, 12127, 12444, 12395, 11999, 12403, 13357, 13651, 12306, 12244, 12493, 12485, 13347, 11841, 12093, 13138, 13416, 12636, 12864, 12060, 12313, 12110, 11748, 12292, 12711, 12968, 11926, 12189, 14920, 11825, 10946, 13692, 11671, 11200, 11156, 11996, 11419, 12609, 11888, 10643, 11976, 12207, 13166, 11652, 11895, 12435, 12338, 12714, 11282, 12623, 11602, 12905, 12440, 13078, 12621, 12693, 15143, 12031, 12529, 12000, 11788, 12274, 13160, 12022, 12140, 13771, 12363, 12165, 11578, 11660, 12094, 11336, 12131, 13852, 12141, 12430, 12198, 12218, 12106, 12010, 12390, 11189, 12382, 13146, 12313, 12903, 13574, 12386, 12597, 11464, 12620, 16170, 12630, 12970, 12306, 12197, 13610, 11665, 12187, 11444, 12526, 15874, 12334, 13143, 11606, 12281, 12911, 12037, 13022, 11735, 12441, 15533, 12477, 13200, 12349, 11858, 11548, 12349, 13713, 12356, 12343, 12505, 12521, 12507, 12365, 13070, 11692], 'WindowCenter': [4429.0, 4402.0, 4399.0, 4386.0, 4382.0, 4371.0, 4371.0, 4371.0, 4359.0, 4368.0, 4358.0, 4355.0, 4366.0, 4357.0, 4371.0, 4358.0, 4358.0, 4355.0, 4357.0, 4368.0, 4368.0, 4359.0, 4371.0, 4363.0, 4374.0, 4382.0, 4372.0, 4382.0, 4393.0, 4384.0, 4386.0, 4386.0, 4388.0, 4374.0, 4376.0, 4393.0, 4371.0, 4383.0, 4392.0, 4372.0, 4371.0, 4362.0, 4372.0, 4380.0, 4357.0, 4357.0, 4368.0, 4392.0, 4380.0, 4357.0, 4369.0, 4367.0, 4359.0, 4366.0, 4369.0, 4385.0, 4372.0, 4372.0, 4382.0, 4370.0, 4371.0, 4370.0, 4383.0, 4381.0, 4372.0, 4369.0, 4359.0, 4369.0, 4367.0, 4357.0, 4359.0, 4357.0, 4368.0, 4368.0, 4356.0, 4368.0, 4377.0, 4358.0, 4358.0, 4357.0, 4358.0, 4356.0, 4355.0, 4356.0, 4355.0, 4366.0, 4356.0, 4368.0, 4368.0, 4368.0, 4380.0, 4370.0, 4366.0, 4367.0, 4356.0, 4368.0, 4357.0, 4356.0, 4369.0, 4356.0, 4369.0, 4368.0, 4358.0, 4367.0, 4356.0, 4355.0, 4355.0, 4368.0, 4369.0, 4369.0, 4356.0, 4366.0, 4359.0, 4381.0, 4380.0, 4372.0, 4371.0, 4359.0, 4382.0, 4380.0, 4370.0, 4370.0, 4371.0, 4380.0, 4372.0, 4380.0, 4381.0, 4368.0, 4383.0, 4390.0, 4369.0, 4369.0, 4382.0, 4381.0, 4361.0, 4370.0, 4381.0, 4358.0, 4381.0, 4390.0, 4370.0, 4370.0, 4373.0, 4371.0, 4371.0, 4372.0, 4380.0, 4358.0, 4368.0, 4378.0, 4370.0, 4370.0, 4359.0, 4371.0, 4369.0, 4368.0, 4367.0, 4357.0, 4355.0, 4358.0, 4370.0, 4370.0, 4356.0, 4367.0, 4366.0, 4355.0, 4370.0, 4369.0, 4370.0, 4369.0, 4370.0, 4380.0, 4368.0, 4369.0, 4381.0, 4369.0, 4384.0, 4394.0, 4370.0, 4370.0, 4378.0, 4371.0, 4370.0, 4359.0, 4370.0, 4378.0, 4368.0, 4358.0, 4357.0, 4370.0, 4359.0, 4370.0, 4368.0, 4370.0, 4370.0, 4379.0, 4368.0, 4358.0, 4358.0, 4371.0, 4377.0, 4368.0, 4370.0, 4356.0, 4369.0, 4368.0, 4370.0, 4370.0, 4368.0, 4382.0, 4379.0, 4368.0, 4368.0, 4358.0, 4368.0, 4357.0, 4357.0, 4369.0, 4367.0, 4357.0, 4358.0, 4356.0, 4366.0, 4367.0, 4357.0, 4356.0, 4346.0, 4367.0, 4370.0, 4369.0, 4370.0, 4358.0, 4370.0, 4379.0, 4368.0, 4370.0, 4369.0, 4382.0, 4394.0, 4371.0, 4367.0, 4357.0, 4369.0, 4369.0, 4359.0, 4358.0, 4357.0, 4380.0, 4367.0, 4368.0, 4368.0, 4367.0, 4370.0, 4374.0, 4382.0, 4383.0, 4370.0, 4368.0, 4372.0, 4372.0, 4381.0, 4358.0, 4371.0, 4381.0, 4366.0, 4356.0, 4358.0, 4370.0, 4360.0, 4382.0, 4380.0, 4358.0, 4372.0, 4369.0, 4371.0, 4371.0, 4358.0, 4370.0, 4367.0, 4369.0, 4359.0, 4369.0, 4369.0, 4369.0, 4380.0, 4360.0, 4371.0, 4381.0, 4359.0, 4369.0, 4368.0, 4367.0, 4357.0, 4370.0, 4399.0, 4383.0, 4381.0, 4356.0, 4367.0, 4369.0, 4371.0, 4369.0, 4358.0, 4382.0, 4381.0, 4369.0, 4370.0, 4371.0, 4370.0, 4370.0, 4384.0, 4391.0, 4373.0, 4372.0, 4361.0, 4371.0, 4369.0, 4371.0, 4370.0, 4368.0, 4370.0, 4369.0, 4372.0, 4381.0, 4371.0, 4371.0, 4381.0, 4369.0, 4358.0, 4357.0, 4367.0, 4369.0, 4371.0, 4369.0, 4359.0, 4380.0, 4366.0, 4381.0, 4370.0, 4371.0, 4381.0, 4373.0, 4373.0, 4380.0, 4361.0, 4372.0, 4381.0, 4370.0, 4358.0, 4358.0, 4359.0, 4367.0, 4357.0, 4358.0, 4357.0, 4358.0, 4357.0, 4357.0, 4370.0, 4379.0, 4373.0, 4372.0, 4358.0, 4372.0, 4388.0, 4368.0, 4358.0, 4357.0, 4370.0, 4367.0, 4359.0, 4369.0, 4357.0, 4368.0, 4366.0, 4369.0, 4381.0, 4371.0, 4382.0, 4381.0, 4371.0, 4371.0, 4371.0, 4370.0, 4380.0, 4382.0, 4381.0, 4372.0, 4372.0, 4380.0, 4370.0, 4382.0, 4371.0, 4371.0, 4360.0, 4371.0, 4380.0, 4357.0, 4359.0, 4367.0, 4367.0, 4359.0, 4370.0, 4372.0, 4380.0, 4371.0, 4369.0, 4358.0, 4368.0, 4368.0, 4369.0, 4357.0, 4355.0, 4356.0, 4356.0, 4356.0, 4358.0, 4355.0, 4357.0, 4357.0, 4357.0, 4356.0, 4343.0, 4356.0, 4355.0, 4356.0, 4356.0, 4357.0, 4357.0, 4358.0, 4345.0, 4357.0, 4357.0, 4367.0, 4357.0, 4369.0, 4359.0, 4371.0, 4371.0, 4370.0, 4384.0, 4371.0, 4385.0, 4389.0, 4398.0, 4399.0, 4384.0, 4384.0, 4406.0, 4373.0, 4373.0, 4373.0, 4386.0, 4395.0, 4383.0, 4383.0, 4383.0, 4374.0, 4372.0, 4359.0, 4358.0, 4367.0, 4356.0, 4357.0, 4366.0, 4346.0, 4360.0, 4360.0, 4359.0, 4371.0, 4359.0, 4368.0, 4355.0, 4376.0, 4366.0, 4371.0, 4381.0, 4382.0, 4394.0, 4395.0, 4382.0, 4381.0, 4368.0, 4368.0, 4367.0, 4369.0, 4369.0, 4370.0, 4364.0, 4365.0, 4358.0, 4356.0, 4368.0, 4370.0, 4370.0, 4359.0, 4371.0, 4383.0, 4379.0, 4369.0, 4370.0, 4378.0, 4384.0, 4372.0, 4361.0, 4382.0, 4377.0, 4357.0, 4371.0, 4375.0, 4369.0, 4370.0, 4360.0, 4382.0, 4379.0, 4372.0, 4384.0, 4379.0, 4369.0, 4393.0, 4373.0, 4372.0, 4370.0, 4367.0, 4368.0, 4357.0, 4369.0, 4378.0, 4369.0, 4370.0, 4358.0, 4368.0, 4378.0, 4356.0, 4356.0, 4355.0, 4342.0, 4355.0, 4354.0, 4355.0, 4355.0, 4354.0, 4356.0, 4365.0, 4341.0, 4340.0, 4352.0, 4341.0, 4352.0, 4352.0, 4352.0, 4345.0, 4342.0, 4366.0, 4355.0, 4353.0, 4344.0, 4342.0, 4365.0, 4367.0, 4357.0, 4368.0, 4365.0, 4356.0, 4369.0, 4357.0, 4369.0, 4368.0, 4358.0, 4382.0, 4367.0, 4356.0, 4355.0, 4357.0, 4354.0, 4347.0, 4366.0, 4366.0, 4345.0, 4371.0, 4392.0, 4370.0, 4374.0, 4370.0, 4371.0, 4378.0, 4372.0, 4383.0, 4370.0, 4370.0, 4358.0, 4373.0, 4372.0, 4361.0, 4382.0, 4384.0, 4368.0, 4371.0, 4371.0, 4358.0, 4381.0, 4367.0, 4369.0, 4368.0, 4370.0, 4372.0, 4387.0, 4387.0, 4395.0, 4361.0, 4371.0, 4382.0, 4383.0, 4372.0, 4374.0, 4384.0, 4372.0, 4372.0, 4393.0, 4361.0, 4359.0, 4375.0, 4357.0, 4358.0, 4370.0, 4369.0, 4355.0, 4342.0, 4352.0, 4352.0, 4352.0, 4354.0, 4355.0, 4367.0, 4365.0, 4357.0, 4356.0, 4366.0, 4358.0, 4354.0, 4357.0, 4367.0, 4357.0, 4368.0, 4356.0, 4355.0, 4356.0, 4366.0, 4356.0, 4357.0, 4365.0, 4357.0, 4346.0, 4355.0, 4358.0, 4365.0, 4355.0, 4356.0, 4345.0, 4367.0, 4370.0, 4357.0, 4369.0, 4366.0, 4356.0, 4346.0, 4343.0, 4343.0, 4343.0, 4342.0, 4344.0, 4353.0, 4344.0, 4342.0, 4344.0, 4345.0, 4343.0, 4342.0, 4343.0, 4343.0, 4365.0, 4356.0, 4358.0, 4358.0, 4357.0, 4359.0, 4367.0, 4345.0, 4346.0, 4355.0, 4355.0, 4345.0, 4357.0, 4356.0, 4359.0, 4369.0, 4369.0, 4370.0, 4357.0, 4370.0, 4370.0, 4361.0, 4370.0, 4369.0, 4371.0, 4371.0, 4360.0, 4381.0, 4382.0, 4383.0, 4383.0, 4385.0, 4384.0, 4381.0, 4370.0, 4372.0, 4369.0, 4369.0, 4381.0, 4372.0, 4371.0, 4360.0, 4369.0, 4369.0, 4368.0, 4369.0, 4369.0, 4370.0, 4371.0, 4368.0, 4369.0, 4369.0, 4358.0, 4359.0, 4380.0, 4370.0, 4358.0, 4360.0, 4359.0, 4366.0, 4355.0, 4347.0, 4367.0, 4356.0, 4378.0, 4357.0, 4358.0, 4372.0, 4369.0, 4359.0, 4372.0, 4381.0, 4368.0, 4355.0, 4358.0, 4355.0, 4357.0, 4369.0, 4346.0, 4355.0, 4355.0, 4340.0, 4341.0, 4339.0, 4328.0, 4343.0, 4341.0, 4328.0, 4329.0, 4340.0, 4340.0, 4330.0, 4331.0, 4349.0, 4318.0, 4319.0, 4326.0, 4315.0, 4304.0, 4303.0, 4314.0, 4315.0, 4325.0, 4316.0, 4307.0, 4325.0, 4326.0, 4337.0, 4328.0, 4328.0, 4328.0, 4339.0, 4341.0, 4329.0, 4342.0, 4342.0, 4353.0, 4355.0, 4367.0, 4356.0, 4369.0, 4382.0, 4357.0, 4355.0, 4343.0, 4331.0, 4341.0, 4342.0, 4341.0, 4344.0, 4355.0, 4355.0, 4345.0, 4346.0, 4344.0, 4343.0, 4343.0, 4356.0, 4356.0, 4357.0, 4359.0, 4360.0, 4370.0, 4371.0, 4385.0, 4382.0, 4361.0, 4373.0, 4371.0, 4371.0, 4385.0, 4385.0, 4386.0, 4386.0, 4376.0, 4387.0, 4403.0, 4374.0, 4383.0, 4372.0, 4374.0, 4385.0, 4362.0, 4371.0, 4360.0, 4371.0, 4392.0, 4373.0, 4371.0, 4361.0, 4374.0, 4372.0, 4362.0, 4370.0, 4358.0, 4371.0, 4391.0, 4372.0, 4381.0, 4372.0, 4372.0, 4360.0, 4372.0, 4370.0, 4371.0, 4370.0, 4372.0, 4384.0, 4385.0, 4398.0, 4398.0, 4385.0], 'WindowWidth': [9759.0, 9707.0, 9697.0, 9672.0, 9663.0, 9642.0, 9644.0, 9642.0, 9620.0, 9632.0, 9619.0, 9611.0, 9628.0, 9617.0, 9639.0, 9617.0, 9620.0, 9612.0, 9618.0, 9632.0, 9635.0, 9624.0, 9643.0, 9636.0, 9651.0, 9659.0, 9645.0, 9660.0, 9675.0, 9666.0, 9672.0, 9670.0, 9676.0, 9653.0, 9655.0, 9678.0, 9643.0, 9660.0, 9676.0, 9647.0, 9643.0, 9629.0, 9645.0, 9655.0, 9618.0, 9620.0, 9633.0, 9674.0, 9657.0, 9618.0, 9635.0, 9632.0, 9622.0, 9630.0, 9638.0, 9670.0, 9647.0, 9647.0, 9659.0, 9641.0, 9644.0, 9639.0, 9665.0, 9658.0, 9646.0, 9640.0, 9622.0, 9638.0, 9632.0, 9615.0, 9623.0, 9618.0, 9634.0, 9636.0, 9618.0, 9636.0, 9648.0, 9619.0, 9622.0, 9616.0, 9620.0, 9615.0, 9611.0, 9614.0, 9609.0, 9629.0, 9617.0, 9633.0, 9634.0, 9632.0, 9654.0, 9643.0, 9628.0, 9631.0, 9615.0, 9633.0, 9617.0, 9613.0, 9637.0, 9615.0, 9634.0, 9637.0, 9621.0, 9633.0, 9613.0, 9613.0, 9614.0, 9634.0, 9637.0, 9636.0, 9618.0, 9631.0, 9624.0, 9658.0, 9653.0, 9647.0, 9641.0, 9625.0, 9659.0, 9655.0, 9638.0, 9638.0, 9641.0, 9656.0, 9646.0, 9655.0, 9657.0, 9635.0, 9663.0, 9669.0, 9636.0, 9639.0, 9657.0, 9659.0, 9627.0, 9639.0, 9658.0, 9619.0, 9656.0, 9669.0, 9641.0, 9643.0, 9648.0, 9643.0, 9641.0, 9645.0, 9654.0, 9617.0, 9633.0, 9650.0, 9640.0, 9640.0, 9626.0, 9642.0, 9638.0, 9633.0, 9631.0, 9615.0, 9613.0, 9621.0, 9638.0, 9640.0, 9617.0, 9630.0, 9631.0, 9612.0, 9639.0, 9637.0, 9640.0, 9638.0, 9640.0, 9654.0, 9637.0, 9639.0, 9656.0, 9637.0, 9665.0, 9684.0, 9637.0, 9639.0, 9650.0, 9642.0, 9638.0, 9624.0, 9641.0, 9647.0, 9633.0, 9620.0, 9617.0, 9641.0, 9623.0, 9639.0, 9636.0, 9640.0, 9640.0, 9651.0, 9634.0, 9622.0, 9621.0, 9641.0, 9646.0, 9633.0, 9638.0, 9613.0, 9635.0, 9635.0, 9640.0, 9641.0, 9635.0, 9661.0, 9650.0, 9631.0, 9636.0, 9620.0, 9632.0, 9617.0, 9615.0, 9636.0, 9633.0, 9617.0, 9619.0, 9615.0, 9631.0, 9633.0, 9616.0, 9615.0, 9601.0, 9632.0, 9642.0, 9637.0, 9640.0, 9621.0, 9641.0, 9651.0, 9636.0, 9640.0, 9635.0, 9661.0, 9682.0, 9641.0, 9633.0, 9616.0, 9635.0, 9638.0, 9622.0, 9621.0, 9614.0, 9653.0, 9633.0, 9633.0, 9632.0, 9633.0, 9641.0, 9652.0, 9661.0, 9662.0, 9642.0, 9635.0, 9645.0, 9646.0, 9655.0, 9622.0, 9644.0, 9657.0, 9628.0, 9615.0, 9622.0, 9640.0, 9628.0, 9659.0, 9655.0, 9623.0, 9646.0, 9638.0, 9641.0, 9643.0, 9623.0, 9642.0, 9633.0, 9637.0, 9623.0, 9634.0, 9638.0, 9638.0, 9656.0, 9628.0, 9643.0, 9658.0, 9623.0, 9637.0, 9637.0, 9631.0, 9619.0, 9638.0, 9694.0, 9664.0, 9656.0, 9617.0, 9631.0, 9638.0, 9641.0, 9637.0, 9622.0, 9659.0, 9656.0, 9636.0, 9640.0, 9644.0, 9641.0, 9642.0, 9663.0, 9672.0, 9648.0, 9645.0, 9627.0, 9641.0, 9637.0, 9640.0, 9641.0, 9633.0, 9640.0, 9637.0, 9644.0, 9657.0, 9643.0, 9642.0, 9656.0, 9635.0, 9618.0, 9615.0, 9633.0, 9638.0, 9639.0, 9637.0, 9620.0, 9653.0, 9630.0, 9654.0, 9640.0, 9644.0, 9657.0, 9646.0, 9648.0, 9655.0, 9626.0, 9646.0, 9658.0, 9638.0, 9618.0, 9620.0, 9622.0, 9632.0, 9618.0, 9620.0, 9616.0, 9618.0, 9619.0, 9616.0, 9641.0, 9653.0, 9648.0, 9645.0, 9622.0, 9647.0, 9665.0, 9633.0, 9620.0, 9617.0, 9639.0, 9631.0, 9621.0, 9638.0, 9616.0, 9631.0, 9631.0, 9637.0, 9655.0, 9644.0, 9659.0, 9658.0, 9640.0, 9640.0, 9640.0, 9639.0, 9658.0, 9659.0, 9661.0, 9645.0, 9647.0, 9651.0, 9640.0, 9661.0, 9641.0, 9644.0, 9625.0, 9641.0, 9655.0, 9616.0, 9622.0, 9631.0, 9631.0, 9624.0, 9636.0, 9644.0, 9653.0, 9640.0, 9639.0, 9617.0, 9633.0, 9634.0, 9633.0, 9618.0, 9610.0, 9612.0, 9614.0, 9613.0, 9617.0, 9610.0, 9614.0, 9616.0, 9615.0, 9613.0, 9591.0, 9611.0, 9611.0, 9609.0, 9614.0, 9615.0, 9614.0, 9618.0, 9596.0, 9616.0, 9618.0, 9630.0, 9617.0, 9636.0, 9624.0, 9642.0, 9644.0, 9642.0, 9662.0, 9644.0, 9667.0, 9683.0, 9691.0, 9692.0, 9666.0, 9665.0, 9701.0, 9650.0, 9650.0, 9651.0, 9675.0, 9685.0, 9664.0, 9667.0, 9663.0, 9649.0, 9644.0, 9623.0, 9618.0, 9632.0, 9613.0, 9617.0, 9630.0, 9602.0, 9625.0, 9624.0, 9624.0, 9645.0, 9623.0, 9633.0, 9611.0, 9643.0, 9629.0, 9641.0, 9656.0, 9661.0, 9683.0, 9685.0, 9660.0, 9656.0, 9632.0, 9630.0, 9632.0, 9636.0, 9635.0, 9636.0, 9623.0, 9625.0, 9618.0, 9613.0, 9635.0, 9640.0, 9641.0, 9626.0, 9643.0, 9661.0, 9651.0, 9633.0, 9638.0, 9646.0, 9662.0, 9646.0, 9627.0, 9657.0, 9648.0, 9619.0, 9643.0, 9639.0, 9638.0, 9637.0, 9623.0, 9657.0, 9653.0, 9646.0, 9665.0, 9653.0, 9637.0, 9678.0, 9649.0, 9644.0, 9639.0, 9631.0, 9635.0, 9615.0, 9636.0, 9648.0, 9634.0, 9638.0, 9622.0, 9634.0, 9649.0, 9612.0, 9611.0, 9611.0, 9587.0, 9608.0, 9608.0, 9608.0, 9610.0, 9608.0, 9612.0, 9625.0, 9585.0, 9584.0, 9601.0, 9583.0, 9602.0, 9605.0, 9603.0, 9596.0, 9590.0, 9626.0, 9610.0, 9605.0, 9594.0, 9591.0, 9624.0, 9630.0, 9615.0, 9635.0, 9626.0, 9616.0, 9636.0, 9618.0, 9636.0, 9633.0, 9618.0, 9661.0, 9633.0, 9615.0, 9611.0, 9615.0, 9608.0, 9602.0, 9627.0, 9628.0, 9596.0, 9642.0, 9676.0, 9641.0, 9651.0, 9643.0, 9646.0, 9650.0, 9646.0, 9665.0, 9641.0, 9638.0, 9623.0, 9648.0, 9647.0, 9627.0, 9661.0, 9664.0, 9633.0, 9640.0, 9640.0, 9619.0, 9656.0, 9633.0, 9635.0, 9633.0, 9638.0, 9645.0, 9676.0, 9673.0, 9681.0, 9628.0, 9644.0, 9660.0, 9663.0, 9645.0, 9652.0, 9665.0, 9646.0, 9646.0, 9678.0, 9626.0, 9621.0, 9641.0, 9615.0, 9620.0, 9640.0, 9635.0, 9612.0, 9589.0, 9602.0, 9601.0, 9601.0, 9609.0, 9612.0, 9631.0, 9626.0, 9616.0, 9614.0, 9627.0, 9617.0, 9610.0, 9614.0, 9629.0, 9620.0, 9633.0, 9615.0, 9612.0, 9614.0, 9628.0, 9614.0, 9616.0, 9625.0, 9617.0, 9601.0, 9612.0, 9617.0, 9623.0, 9611.0, 9612.0, 9596.0, 9631.0, 9637.0, 9618.0, 9639.0, 9627.0, 9610.0, 9599.0, 9588.0, 9589.0, 9591.0, 9587.0, 9594.0, 9605.0, 9592.0, 9589.0, 9592.0, 9594.0, 9589.0, 9587.0, 9590.0, 9590.0, 9623.0, 9613.0, 9616.0, 9619.0, 9614.0, 9621.0, 9628.0, 9595.0, 9598.0, 9608.0, 9608.0, 9595.0, 9614.0, 9614.0, 9621.0, 9637.0, 9636.0, 9637.0, 9618.0, 9637.0, 9640.0, 9628.0, 9641.0, 9639.0, 9642.0, 9642.0, 9624.0, 9655.0, 9659.0, 9661.0, 9664.0, 9667.0, 9666.0, 9656.0, 9639.0, 9645.0, 9635.0, 9636.0, 9658.0, 9644.0, 9644.0, 9626.0, 9636.0, 9639.0, 9630.0, 9634.0, 9639.0, 9637.0, 9642.0, 9635.0, 9635.0, 9639.0, 9619.0, 9621.0, 9653.0, 9640.0, 9621.0, 9623.0, 9622.0, 9628.0, 9610.0, 9603.0, 9627.0, 9611.0, 9649.0, 9616.0, 9622.0, 9646.0, 9640.0, 9622.0, 9645.0, 9658.0, 9631.0, 9611.0, 9619.0, 9612.0, 9618.0, 9638.0, 9600.0, 9611.0, 9613.0, 9583.0, 9581.0, 9582.0, 9563.0, 9588.0, 9585.0, 9563.0, 9565.0, 9584.0, 9580.0, 9565.0, 9571.0, 9593.0, 9546.0, 9550.0, 9555.0, 9538.0, 9524.0, 9520.0, 9535.0, 9540.0, 9553.0, 9540.0, 9530.0, 9553.0, 9557.0, 9573.0, 9562.0, 9564.0, 9561.0, 9578.0, 9583.0, 9563.0, 9587.0, 9589.0, 9605.0, 9609.0, 9630.0, 9614.0, 9637.0, 9662.0, 9616.0, 9610.0, 9591.0, 9570.0, 9584.0, 9588.0, 9582.0, 9593.0, 9607.0, 9607.0, 9594.0, 9596.0, 9594.0, 9590.0, 9591.0, 9612.0, 9611.0, 9613.0, 9621.0, 9623.0, 9638.0, 9641.0, 9666.0, 9661.0, 9628.0, 9644.0, 9641.0, 9640.0, 9664.0, 9667.0, 9669.0, 9669.0, 9656.0, 9674.0, 9691.0, 9649.0, 9663.0, 9645.0, 9650.0, 9665.0, 9631.0, 9642.0, 9625.0, 9642.0, 9672.0, 9646.0, 9643.0, 9630.0, 9650.0, 9644.0, 9627.0, 9638.0, 9619.0, 9640.0, 9670.0, 9645.0, 9659.0, 9645.0, 9646.0, 9626.0, 9645.0, 9639.0, 9639.0, 9640.0, 9643.0, 9668.0, 9668.0, 9690.0, 9693.0, 9671.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.0003481515499425947</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025990398966704933</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.19176826479304</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.29755540483908</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9818549310804593</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5084</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4911.3701</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11071216963957901</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.1182548794489096</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.280499167840308</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.178475311697465</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.489296304286915</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1737258875365453</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0150375</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.007161557674407959</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03803155943751335</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.2932963668757855</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>20.3003</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.5999</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.8005</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292460.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1095.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>416.7049</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3038</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.3255</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3544.3564</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3683.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84084.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1536.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4594.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.8439</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.252394407987595</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> |