=== 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-0102 --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-0102",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0102_ses-03_task-social_acq-mb8_run-06_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-0102_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-06_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-0102/ses-03/func/sub-0102_ses-03_task-social_acq-mb8_run-06_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>529fa8a95bde780ed260a532e5e24709</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>13:44:12.197500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997954, -0.0639181, -0.00135592, 0.0638352, 0.997381, -0.0340054]</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.259</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-06_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.102817</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4227, -7816, -7246, 193, -126, -105, -77, 110]</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>255.014</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4bdea21c-8c7c-4a75-861c-bb6e53a7cca2||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677438259124756, 0.1712651401758194, -0.009520009160041809, 107.71919250488281], [0.17148761451244354, 2.6758999824523926, -0.09139318019151688, -93.42142486572266], [-0.003637824673205614, 0.09123413264751434, 2.6984360218048096, -61.35944366455078], [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': ['134412.197500', '134412.657500', '134413.117500', '134413.577500', '134414.037500', '134414.497500', '134414.957500', '134415.417500', '134415.877500', '134416.337500', '134416.797500', '134417.257500', '134417.717500', '134418.177500', '134418.637500', '134419.097500', '134419.557500', '134420.017500', '134420.477500', '134420.937500', '134421.397500', '134421.857500', '134422.317500', '134422.777500', '134423.237500', '134423.697500', '134424.157500', '134424.617500', '134425.077500', '134425.537500', '134425.997500', '134426.457500', '134426.917500', '134427.377500', '134427.837500', '134428.297500', '134428.757500', '134429.217500', '134429.677500', '134430.137500', '134430.597500', '134431.057500', '134431.517500', '134431.977500', '134432.437500', '134432.897500', '134433.357500', '134433.817500', '134434.277500', '134434.737500', '134435.197500', '134435.657500', '134436.117500', '134436.577500', '134437.037500', '134437.497500', '134437.957500', '134438.417500', '134438.877500', '134439.337500', '134439.797500', '134440.257500', '134440.717500', '134441.177500', '134441.637500', '134442.097500', '134442.557500', '134443.017500', '134443.477500', '134443.937500', '134444.397500', '134444.857500', '134445.317500', '134445.777500', '134446.237500', '134446.697500', '134447.157500', '134447.617500', '134448.077500', '134448.537500', '134448.997500', '134449.457500', '134449.917500', '134450.377500', '134450.837500', '134451.297500', '134451.757500', '134452.217500', '134452.677500', '134453.137500', '134453.597500', '134454.057500', '134454.517500', '134454.977500', '134455.437500', '134455.897500', '134456.357500', '134456.817500', '134457.277500', '134457.737500', '134458.197500', '134458.657500', '134459.117500', '134459.577500', '134500.037500', '134500.497500', '134500.957500', '134501.417500', '134501.877500', '134502.337500', '134502.797500', '134503.257500', '134503.717500', '134504.177500', '134504.637500', '134505.097500', '134505.557500', '134506.017500', '134506.477500', '134506.937500', '134507.397500', '134507.857500', '134508.317500', '134508.777500', '134509.237500', '134509.697500', '134510.157500', '134510.617500', '134511.077500', '134511.537500', '134511.997500', '134512.457500', '134512.917500', '134513.377500', '134513.837500', '134514.297500', '134514.757500', '134515.217500', '134515.677500', '134516.137500', '134516.597500', '134517.057500', '134517.517500', '134517.977500', '134518.437500', '134518.897500', '134519.357500', '134519.817500', '134520.277500', '134520.737500', '134521.197500', '134521.657500', '134522.117500', '134522.577500', '134523.037500', '134523.497500', '134523.957500', '134524.417500', '134524.877500', '134525.337500', '134525.797500', '134526.257500', '134526.717500', '134527.177500', '134527.637500', '134528.097500', '134528.557500', '134529.017500', '134529.477500', '134529.937500', '134530.397500', '134530.857500', '134531.317500', '134531.777500', '134532.237500', '134532.697500', '134533.157500', '134533.617500', '134534.077500', '134534.537500', '134534.997500', '134535.457500', '134535.917500', '134536.377500', '134536.837500', '134537.297500', '134537.757500', '134538.217500', '134538.677500', '134539.137500', '134539.597500', '134540.057500', '134540.517500', '134540.977500', '134541.437500', '134541.897500', '134542.357500', '134542.817500', '134543.277500', '134543.737500', '134544.197500', '134544.657500', '134545.117500', '134545.577500', '134546.037500', '134546.497500', '134546.957500', '134547.417500', '134547.877500', '134548.337500', '134548.797500', '134549.257500', '134549.717500', '134550.177500', '134550.637500', '134551.097500', '134551.557500', '134552.017500', '134552.477500', '134552.937500', '134553.397500', '134553.857500', '134554.317500', '134554.777500', '134555.237500', '134555.697500', '134556.157500', '134556.617500', '134557.077500', '134557.537500', '134557.997500', '134558.457500', '134558.917500', '134559.377500', '134559.837500', '134600.297500', '134600.757500', '134601.217500', '134601.677500', '134602.137500', '134602.597500', '134603.057500', '134603.517500', '134603.977500', '134604.437500', '134604.897500', '134605.357500', '134605.817500', '134606.277500', '134606.737500', '134607.197500', '134607.657500', '134608.117500', '134608.577500', '134609.037500', '134609.497500', '134609.957500', '134610.417500', '134610.877500', '134611.337500', '134611.797500', '134612.257500', '134612.717500', '134613.177500', '134613.637500', '134614.097500', '134614.557500', '134615.017500', '134615.477500', '134615.937500', '134616.397500', '134616.857500', '134617.317500', '134617.777500', '134618.237500', '134618.697500', '134619.157500', '134619.617500', '134620.077500', '134620.537500', '134620.997500', '134621.457500', '134621.917500', '134622.377500', '134622.837500', '134623.297500', '134623.757500', '134624.217500', '134624.677500', '134625.137500', '134625.597500', '134626.057500', '134626.517500', '134626.977500', '134627.437500', '134627.897500', '134628.357500', '134628.817500', '134629.277500', '134629.737500', '134630.197500', '134630.657500', '134631.117500', '134631.577500', '134632.037500', '134632.497500', '134632.957500', '134633.417500', '134633.877500', '134634.337500', '134634.797500', '134635.257500', '134635.717500', '134636.177500', '134636.637500', '134637.097500', '134637.557500', '134638.017500', '134638.477500', '134638.937500', '134639.397500', '134639.857500', '134640.317500', '134640.777500', '134641.237500', '134641.697500', '134642.157500', '134642.617500', '134643.077500', '134643.537500', '134643.997500', '134644.457500', '134644.917500', '134645.377500', '134645.837500', '134646.297500', '134646.757500', '134647.217500', '134647.677500', '134648.137500', '134648.597500', '134649.057500', '134649.517500', '134649.977500', '134650.437500', '134650.897500', '134651.357500', '134651.817500', '134652.277500', '134652.737500', '134653.197500', '134653.657500', '134654.117500', '134654.577500', '134655.037500', '134655.497500', '134655.957500', '134656.417500', '134656.877500', '134657.337500', '134657.797500', '134658.257500', '134658.717500', '134659.177500', '134659.637500', '134700.097500', '134700.557500', '134701.017500', '134701.477500', '134701.937500', '134702.397500', '134702.857500', '134703.317500', '134703.777500', '134704.237500', '134704.697500', '134705.157500', '134705.617500', '134706.077500', '134706.537500', '134706.997500', '134707.457500', '134707.917500', '134708.377500', '134708.837500', '134709.297500', '134709.757500', '134710.217500', '134710.677500', '134711.137500', '134711.597500', '134712.057500', '134712.517500', '134712.977500', '134713.437500', '134713.897500', '134714.357500', '134714.817500', '134715.277500', '134715.737500', '134716.197500', '134716.657500', '134717.117500', '134717.577500', '134718.037500', '134718.497500', '134718.957500', '134719.417500', '134719.877500', '134720.337500', '134720.797500', '134721.257500', '134721.717500', '134722.177500', '134722.637500', '134723.097500', '134723.557500', '134724.017500', '134724.477500', '134724.937500', '134725.397500', '134725.857500', '134726.317500', '134726.777500', '134727.237500', '134727.697500', '134728.157500', '134728.617500', '134729.077500', '134729.537500', '134729.997500', '134730.457500', '134730.917500', '134731.377500', '134731.837500', '134732.297500', '134732.757500', '134733.217500', '134733.677500', '134734.137500', '134734.597500', '134735.057500', '134735.517500', '134735.977500', '134736.437500', '134736.897500', '134737.357500', '134737.817500', '134738.277500', '134738.737500', '134739.197500', '134739.657500', '134740.117500', '134740.577500', '134741.037500', '134741.497500', '134741.957500', '134742.417500', '134742.877500', '134743.337500', '134743.797500', '134744.257500', '134744.717500', '134745.177500', '134745.637500', '134746.097500', '134746.557500', '134747.017500', '134747.477500', '134747.937500', '134748.397500', '134748.857500', '134749.317500', '134749.777500', '134750.237500', '134750.697500', '134751.157500', '134751.617500', '134752.077500', '134752.537500', '134752.997500', '134753.457500', '134753.917500', '134754.377500', '134754.837500', '134755.297500', '134755.757500', '134756.217500', '134756.677500', '134757.137500', '134757.597500', '134758.057500', '134758.517500', '134758.977500', '134759.437500', '134759.897500', '134800.357500', '134800.817500', '134801.277500', '134801.737500', '134802.197500', '134802.657500', '134803.117500', '134803.577500', '134804.037500', '134804.497500', '134804.957500', '134805.417500', '134805.877500', '134806.337500', '134806.797500', '134807.257500', '134807.717500', '134808.177500', '134808.637500', '134809.097500', '134809.557500', '134810.017500', '134810.477500', '134810.937500', '134811.397500', '134811.857500', '134812.317500', '134812.777500', '134813.237500', '134813.697500', '134814.157500', '134814.617500', '134815.077500', '134815.537500', '134815.997500', '134816.457500', '134816.917500', '134817.377500', '134817.837500', '134818.297500', '134818.757500', '134819.217500', '134819.677500', '134820.137500', '134820.597500', '134821.057500', '134821.517500', '134821.977500', '134822.437500', '134822.897500', '134823.357500', '134823.817500', '134824.277500', '134824.737500', '134825.197500', '134825.657500', '134826.117500', '134826.577500', '134827.037500', '134827.497500', '134827.957500', '134828.417500', '134828.877500', '134829.337500', '134829.797500', '134830.257500', '134830.717500', '134831.177500', '134831.637500', '134832.097500', '134832.557500', '134833.017500', '134833.477500', '134833.937500', '134834.397500', '134834.857500', '134835.317500', '134835.777500', '134836.237500', '134836.697500', '134837.157500', '134837.617500', '134838.077500', '134838.537500', '134838.997500', '134839.457500', '134839.917500', '134840.377500', '134840.837500', '134841.297500', '134841.757500', '134842.217500', '134842.677500', '134843.137500', '134843.597500', '134844.057500', '134844.517500', '134844.977500', '134845.437500', '134845.897500', '134846.357500', '134846.817500', '134847.277500', '134847.737500', '134848.197500', '134848.657500', '134849.117500', '134849.577500', '134850.037500', '134850.497500', '134850.957500', '134851.417500', '134851.877500', '134852.337500', '134852.797500', '134853.257500', '134853.717500', '134854.177500', '134854.637500', '134855.097500', '134855.557500', '134856.017500', '134856.477500', '134856.937500', '134857.397500', '134857.857500', '134858.317500', '134858.777500', '134859.237500', '134859.697500', '134900.157500', '134900.617500', '134901.077500', '134901.537500', '134901.997500', '134902.457500', '134902.917500', '134903.377500', '134903.837500', '134904.297500', '134904.757500', '134905.217500', '134905.677500', '134906.137500', '134906.597500', '134907.057500', '134907.517500', '134907.977500', '134908.437500', '134908.897500', '134909.357500', '134909.817500', '134910.277500', '134910.737500', '134911.197500', '134911.657500', '134912.117500', '134912.577500', '134913.037500', '134913.497500', '134913.957500', '134914.417500', '134914.877500', '134915.337500', '134915.797500', '134916.257500', '134916.717500', '134917.177500', '134917.637500', '134918.097500', '134918.557500', '134919.017500', '134919.477500', '134919.937500', '134920.397500', '134920.857500', '134921.317500', '134921.777500', '134922.237500', '134922.697500', '134923.157500', '134923.617500', '134924.077500', '134924.537500', '134924.997500', '134925.457500', '134925.917500', '134926.377500', '134926.837500', '134927.297500', '134927.757500', '134928.217500', '134928.677500', '134929.137500', '134929.597500', '134930.057500', '134930.517500', '134930.977500', '134931.437500', '134931.897500', '134932.357500', '134932.817500', '134933.277500', '134933.737500', '134934.197500', '134934.657500', '134935.117500', '134935.577500', '134936.037500', '134936.497500', '134936.957500', '134937.417500', '134937.877500', '134938.337500', '134938.797500', '134939.257500', '134939.717500', '134940.177500', '134940.637500', '134941.097500', '134941.557500', '134942.017500', '134942.477500', '134942.937500', '134943.397500', '134943.857500', '134944.317500', '134944.777500', '134945.237500', '134945.697500', '134946.157500', '134946.617500', '134947.077500', '134947.537500', '134947.997500', '134948.457500', '134948.917500', '134949.377500', '134949.837500', '134950.297500', '134950.757500', '134951.217500', '134951.677500', '134952.137500', '134952.597500', '134953.057500', '134953.517500', '134953.977500', '134954.437500', '134954.897500', '134955.357500', '134955.817500', '134956.277500', '134956.737500', '134957.197500', '134957.657500', '134958.117500', '134958.577500', '134959.037500', '134959.497500', '134959.957500', '135000.417500', '135000.877500', '135001.337500', '135001.797500', '135002.257500', '135002.717500', '135003.177500', '135003.637500', '135004.097500', '135004.557500', '135005.017500', '135005.477500', '135005.937500', '135006.397500', '135006.857500', '135007.317500', '135007.777500', '135008.237500', '135008.697500', '135009.157500', '135009.617500', '135010.077500', '135010.537500', '135010.997500', '135011.457500', '135011.917500', '135012.377500', '135012.837500', '135013.297500', '135013.757500', '135014.217500', '135014.677500', '135015.137500', '135015.597500', '135016.057500', '135016.517500', '135016.977500', '135017.437500', '135017.897500', '135018.357500', '135018.817500', '135019.277500', '135019.737500', '135020.197500', '135020.657500', '135021.117500', '135021.577500', '135022.037500', '135022.497500', '135022.957500', '135023.417500', '135023.877500', '135024.337500', '135024.797500', '135025.257500', '135025.717500', '135026.177500', '135026.637500', '135027.097500', '135027.557500', '135028.017500', '135028.477500', '135028.937500', '135029.397500', '135029.857500', '135030.317500', '135030.777500', '135031.237500', '135031.697500', '135032.157500', '135032.617500', '135033.077500', '135033.537500', '135033.997500', '135034.457500', '135034.917500', '135035.377500', '135035.837500', '135036.297500', '135036.757500', '135037.217500', '135037.677500', '135038.137500', '135038.597500', '135039.057500', '135039.517500', '135039.977500', '135040.437500', '135040.897500', '135041.357500', '135041.817500', '135042.277500', '135042.737500', '135043.197500', '135043.657500', '135044.117500', '135044.577500', '135045.037500', '135045.497500', '135045.957500', '135046.417500', '135046.877500', '135047.337500', '135047.797500', '135048.257500', '135048.717500', '135049.177500', '135049.637500', '135050.097500', '135050.557500', '135051.017500', '135051.477500', '135051.937500', '135052.397500', '135052.857500'], 'ContentTime': ['134432.972000', '134432.975000', '134432.978000', '134432.981000', '134432.983000', '134432.986000', '134432.988000', '134432.991000', '134432.994000', '134433.003000', '134433.006000', '134433.008000', '134433.011000', '134433.013000', '134433.016000', '134433.018000', '134433.021000', '134433.024000', '134433.026000', '134433.029000', '134433.031000', '134433.034000', '134433.036000', '134433.039000', '134433.042000', '134433.044000', '134433.047000', '134433.049000', '134433.052000', '134433.055000', '134433.057000', '134433.060000', '134433.062000', '134433.065000', '134433.067000', '134433.070000', '134433.073000', '134433.075000', '134433.078000', '134433.080000', '134433.083000', '134433.086000', '134433.088000', '134452.943000', '134452.946000', '134452.949000', '134452.951000', '134452.954000', '134452.957000', '134452.959000', '134452.962000', '134452.965000', '134452.967000', '134452.970000', '134452.972000', '134452.975000', '134452.977000', '134452.980000', '134452.982000', '134452.985000', '134452.988000', '134452.990000', '134452.993000', '134452.995000', '134452.998000', '134453.001000', '134453.003000', '134453.006000', '134453.008000', '134453.011000', '134453.013000', '134453.016000', '134453.019000', '134453.021000', '134453.024000', '134453.026000', '134453.029000', '134453.032000', '134453.034000', '134453.037000', '134453.039000', '134453.042000', '134453.045000', '134453.047000', '134453.050000', '134453.052000', '134453.055000', '134512.943000', '134512.946000', '134512.949000', '134512.951000', '134512.954000', '134512.957000', '134512.959000', '134512.962000', '134512.964000', '134512.967000', '134512.970000', '134512.972000', '134512.975000', '134512.977000', '134512.980000', '134512.983000', '134512.985000', '134512.988000', '134512.991000', '134512.993000', '134512.996000', '134512.998000', '134513.002000', '134513.005000', '134513.007000', '134513.010000', '134513.012000', '134513.015000', '134513.025000', '134513.027000', '134513.030000', '134513.032000', '134513.035000', '134513.037000', '134513.040000', '134513.043000', '134513.046000', '134513.048000', '134513.051000', '134513.083000', '134513.086000', '134513.088000', '134513.091000', '134532.944000', '134532.953000', '134532.955000', '134532.958000', '134532.961000', '134532.963000', '134532.966000', '134532.969000', '134532.971000', '134532.974000', '134532.976000', '134532.979000', '134532.982000', '134532.984000', '134532.987000', '134532.989000', '134532.992000', '134532.994000', '134532.997000', '134533.001000', '134533.003000', '134533.006000', '134533.009000', '134533.011000', '134533.014000', '134533.016000', '134533.019000', '134533.029000', '134533.032000', '134533.040000', '134533.043000', '134533.046000', '134533.048000', '134533.051000', '134533.053000', '134533.056000', '134533.059000', '134533.061000', '134533.064000', '134533.066000', '134533.069000', '134533.072000', '134533.074000', '134533.077000', '134552.944000', '134552.946000', '134552.949000', '134552.952000', '134552.954000', '134552.957000', '134552.960000', '134552.962000', '134552.965000', '134552.968000', '134552.970000', '134552.973000', '134552.975000', '134552.978000', '134552.981000', '134552.983000', '134552.986000', '134552.989000', '134552.991000', '134552.994000', '134552.996000', '134553.000000', '134553.003000', '134553.005000', '134553.008000', '134553.011000', '134553.013000', '134553.016000', '134553.018000', '134553.021000', '134553.024000', '134553.026000', '134553.029000', '134553.031000', '134553.034000', '134553.036000', '134553.039000', '134553.042000', '134553.044000', '134553.047000', '134553.049000', '134553.052000', '134553.054000', '134612.943000', '134612.946000', '134612.949000', '134612.952000', '134612.954000', '134612.957000', '134612.960000', '134612.962000', '134612.965000', '134612.967000', '134612.970000', '134612.973000', '134612.975000', '134612.978000', '134612.981000', '134612.988000', '134612.990000', '134612.993000', '134612.996000', '134612.998000', '134613.002000', '134613.004000', '134613.007000', '134613.010000', '134613.012000', '134613.015000', '134613.018000', '134613.020000', '134613.023000', '134613.025000', '134613.028000', '134613.030000', '134613.033000', '134613.036000', '134613.038000', '134613.041000', '134613.043000', '134613.046000', '134613.049000', '134613.051000', '134613.054000', '134613.056000', '134613.059000', '134613.061000', '134632.944000', '134632.946000', '134632.949000', '134632.952000', '134632.954000', '134632.957000', '134632.959000', '134632.962000', '134632.965000', '134632.967000', '134632.970000', '134632.972000', '134632.975000', '134632.978000', '134632.980000', '134632.983000', '134632.986000', '134632.988000', '134632.991000', '134632.993000', '134632.996000', '134633.000000', '134633.002000', '134633.005000', '134633.008000', '134633.010000', '134633.013000', '134633.015000', '134633.018000', '134633.020000', '134633.023000', '134633.026000', '134633.028000', '134633.031000', '134633.033000', '134633.036000', '134633.039000', '134633.041000', '134633.044000', '134633.046000', '134633.049000', '134633.052000', '134633.054000', '134652.943000', '134652.964000', '134652.967000', '134652.969000', '134652.972000', '134652.975000', '134652.977000', '134652.980000', '134652.982000', '134652.985000', '134652.988000', '134652.990000', '134652.993000', '134652.996000', '134652.998000', '134653.002000', '134653.005000', '134653.007000', '134653.010000', '134653.013000', '134653.015000', '134653.018000', '134653.021000', '134653.023000', '134653.026000', '134653.028000', '134653.031000', '134653.034000', '134653.036000', '134653.039000', '134653.041000', '134653.044000', '134653.047000', '134653.049000', '134653.052000', '134653.068000', '134653.071000', '134653.073000', '134653.076000', '134653.079000', '134653.081000', '134653.084000', '134653.087000', '134653.089000', '134712.943000', '134712.946000', '134712.949000', '134712.952000', '134712.955000', '134712.957000', '134712.960000', '134712.963000', '134712.965000', '134712.968000', '134712.970000', '134712.973000', '134712.976000', '134712.978000', '134712.981000', '134712.984000', '134712.986000', '134712.989000', '134712.991000', '134712.994000', '134712.997000', '134712.999000', '134713.002000', '134713.004000', '134713.007000', '134713.010000', '134713.012000', '134713.015000', '134713.017000', '134713.020000', '134713.023000', '134713.025000', '134713.028000', '134713.030000', '134713.033000', '134713.036000', '134713.038000', '134713.041000', '134713.043000', '134713.046000', '134713.049000', '134713.051000', '134713.054000', '134732.943000', '134732.946000', '134732.949000', '134732.951000', '134732.954000', '134732.956000', '134732.959000', '134732.962000', '134732.964000', '134732.967000', '134732.969000', '134732.972000', '134732.975000', '134732.977000', '134732.980000', '134732.982000', '134732.985000', '134732.988000', '134732.990000', '134732.993000', '134732.995000', '134732.998000', '134733.002000', '134733.004000', '134733.007000', '134733.010000', '134733.012000', '134733.015000', '134733.018000', '134733.020000', '134733.023000', '134733.025000', '134733.028000', '134733.031000', '134733.033000', '134733.036000', '134733.038000', '134733.041000', '134733.044000', '134733.046000', '134733.049000', '134733.052000', '134733.054000', '134752.943000', '134752.946000', '134752.949000', '134752.952000', '134752.954000', '134752.957000', '134752.959000', '134752.962000', '134752.965000', '134752.967000', '134752.970000', '134752.973000', '134752.975000', '134752.978000', '134752.980000', '134752.983000', '134752.986000', '134752.988000', '134752.991000', '134752.994000', '134752.996000', '134753.000000', '134753.002000', '134753.005000', '134753.008000', '134753.010000', '134753.013000', '134753.016000', '134753.018000', '134753.021000', '134753.023000', '134753.026000', '134753.029000', '134753.031000', '134753.034000', '134753.036000', '134753.039000', '134753.042000', '134753.044000', '134753.047000', '134753.049000', '134753.052000', '134753.055000', '134753.057000', '134812.944000', '134812.946000', '134812.949000', '134812.952000', '134812.955000', '134812.957000', '134812.960000', '134812.962000', '134812.965000', '134812.968000', '134812.970000', '134812.973000', '134812.976000', '134812.978000', '134812.981000', '134812.984000', '134812.987000', '134812.990000', '134812.992000', '134812.995000', '134812.998000', '134813.001000', '134813.004000', '134813.007000', '134813.009000', '134813.012000', '134813.014000', '134813.017000', '134813.020000', '134813.023000', '134813.025000', '134813.028000', '134813.031000', '134813.038000', '134813.041000', '134813.044000', '134813.046000', '134813.049000', '134813.051000', '134813.054000', '134813.057000', '134813.060000', '134813.062000', '134813.065000', '134832.943000', '134832.946000', '134832.949000', '134832.952000', '134832.954000', '134832.957000', '134832.960000', '134832.962000', '134832.965000', '134832.968000', '134832.970000', '134832.973000', '134832.975000', '134832.978000', '134832.981000', '134832.983000', '134833.025000', '134833.028000', '134833.031000', '134833.033000', '134833.036000', '134833.038000', '134833.041000', '134833.044000', '134833.046000', '134833.049000', '134833.051000', '134833.054000', '134833.057000', '134833.059000', '134833.062000', '134833.064000', '134833.067000', '134833.070000', '134833.072000', '134833.075000', '134833.077000', '134833.080000', '134833.083000', '134833.085000', '134833.088000', '134833.090000', '134833.093000', '134852.944000', '134852.946000', '134852.949000', '134852.952000', '134852.954000', '134852.957000', '134852.959000', '134852.962000', '134852.965000', '134852.967000', '134852.970000', '134852.972000', '134852.975000', '134852.978000', '134852.980000', '134852.983000', '134852.995000', '134852.998000', '134853.002000', '134853.006000', '134853.008000', '134853.011000', '134853.014000', '134853.016000', '134853.019000', '134853.021000', '134853.024000', '134853.026000', '134853.029000', '134853.032000', '134853.035000', '134853.037000', '134853.040000', '134853.042000', '134853.045000', '134853.048000', '134853.050000', '134853.053000', '134853.056000', '134853.058000', '134853.061000', '134853.064000', '134853.066000', '134912.942000', '134912.946000', '134912.948000', '134912.951000', '134912.953000', '134912.956000', '134912.959000', '134912.961000', '134912.964000', '134912.966000', '134912.969000', '134912.972000', '134912.974000', '134912.977000', '134912.979000', '134912.982000', '134912.984000', '134912.987000', '134912.990000', '134912.992000', '134912.995000', '134912.998000', '134913.001000', '134913.004000', '134913.006000', '134913.009000', '134913.011000', '134913.014000', '134913.017000', '134913.019000', '134913.022000', '134913.024000', '134913.027000', '134913.030000', '134913.032000', '134913.035000', '134913.038000', '134913.040000', '134913.043000', '134913.045000', '134913.048000', '134913.051000', '134913.053000', '134913.056000', '134932.944000', '134932.946000', '134932.949000', '134932.952000', '134932.954000', '134932.957000', '134932.960000', '134932.962000', '134932.965000', '134932.969000', '134932.972000', '134932.975000', '134932.977000', '134932.980000', '134932.983000', '134932.986000', '134932.988000', '134932.991000', '134932.993000', '134932.996000', '134932.999000', '134933.001000', '134933.004000', '134933.006000', '134933.009000', '134933.012000', '134933.014000', '134933.017000', '134933.019000', '134933.025000', '134933.027000', '134933.030000', '134933.032000', '134933.035000', '134933.038000', '134933.041000', '134933.043000', '134933.046000', '134933.049000', '134933.051000', '134933.054000', '134933.056000', '134933.059000', '134952.943000', '134952.946000', '134952.949000', '134952.952000', '134952.955000', '134952.957000', '134952.960000', '134952.962000', '134952.965000', '134952.968000', '134952.970000', '134952.973000', '134952.975000', '134952.978000', '134952.981000', '134952.983000', '134952.986000', '134952.989000', '134952.991000', '134952.994000', '134952.997000', '134953.000000', '134953.003000', '134953.005000', '134953.008000', '134953.011000', '134953.013000', '134953.016000', '134953.048000', '134953.051000', '134953.053000', '134953.056000', '134953.059000', '134953.062000', '134953.064000', '134953.067000', '134953.069000', '134953.072000', '134953.075000', '134953.077000', '134953.080000', '134953.082000', '134953.085000', '134953.097000', '135012.945000', '135012.948000', '135012.951000', '135012.954000', '135012.956000', '135012.959000', '135012.961000', '135012.964000', '135012.967000', '135012.969000', '135012.972000', '135012.975000', '135012.977000', '135012.980000', '135012.983000', '135012.985000', '135012.988000', '135012.990000', '135012.993000', '135012.996000', '135013.000000', '135013.002000', '135013.005000', '135013.007000', '135013.010000', '135013.013000', '135013.015000', '135013.018000', '135013.020000', '135013.023000', '135013.026000', '135013.028000', '135013.031000', '135013.033000', '135013.036000', '135013.039000', '135013.041000', '135013.044000', '135013.046000', '135013.049000', '135013.052000', '135013.054000', '135013.057000', '135032.944000', '135032.947000', '135032.949000', '135032.952000', '135032.955000', '135032.957000', '135032.960000', '135032.963000', '135032.965000', '135032.968000', '135032.970000', '135032.973000', '135032.976000', '135032.979000', '135032.981000', '135032.984000', '135032.986000', '135032.989000', '135032.992000', '135032.994000', '135032.997000', '135033.000000', '135033.003000', '135033.006000', '135033.008000', '135033.011000', '135033.014000', '135033.016000', '135033.019000', '135033.022000', '135033.024000', '135033.027000', '135033.030000', '135033.032000', '135033.035000', '135033.037000', '135033.040000', '135033.043000', '135033.045000', '135033.048000', '135033.050000', '135033.053000', '135033.056000', '135033.058000', '135052.943000', '135052.946000', '135052.949000', '135052.952000', '135052.954000', '135052.957000', '135052.959000', '135052.962000', '135052.965000', '135052.967000', '135052.976000', '135052.979000', '135052.982000', '135052.984000', '135052.987000', '135052.989000', '135052.992000', '135052.995000', '135052.997000', '135053.001000', '135053.004000', '135053.006000', '135053.009000', '135053.012000', '135053.014000', '135053.017000', '135053.019000', '135053.022000', '135053.025000', '135053.027000', '135053.030000', '135053.033000', '135053.035000', '135053.038000', '135053.040000', '135053.043000', '135053.046000', '135053.048000', '135053.051000', '135053.053000', '135053.056000', '135053.059000', '135053.062000', '135053.940000', '135053.942000', '135053.945000'], 'InstanceCreationTime': ['134432.972000', '134432.975000', '134432.978000', '134432.981000', '134432.983000', '134432.986000', '134432.988000', '134432.991000', '134432.994000', '134433.003000', '134433.006000', '134433.008000', '134433.011000', '134433.013000', '134433.016000', '134433.018000', '134433.021000', '134433.024000', '134433.026000', '134433.029000', '134433.031000', '134433.034000', '134433.036000', '134433.039000', '134433.042000', '134433.044000', '134433.047000', '134433.049000', '134433.052000', '134433.055000', '134433.057000', '134433.060000', '134433.062000', '134433.065000', '134433.067000', '134433.070000', '134433.073000', '134433.075000', '134433.078000', '134433.080000', '134433.083000', '134433.086000', '134433.088000', '134452.943000', '134452.946000', '134452.949000', '134452.951000', '134452.954000', '134452.957000', '134452.959000', '134452.962000', '134452.965000', '134452.967000', '134452.970000', '134452.972000', '134452.975000', '134452.977000', '134452.980000', '134452.982000', '134452.985000', '134452.988000', '134452.990000', '134452.993000', '134452.995000', '134452.998000', '134453.001000', '134453.003000', '134453.006000', '134453.008000', '134453.011000', '134453.013000', '134453.016000', '134453.019000', '134453.021000', '134453.024000', '134453.026000', '134453.029000', '134453.032000', '134453.034000', '134453.037000', '134453.039000', '134453.042000', '134453.045000', '134453.047000', '134453.050000', '134453.052000', '134453.055000', '134512.943000', '134512.946000', '134512.949000', '134512.951000', '134512.954000', '134512.957000', '134512.959000', '134512.962000', '134512.964000', '134512.967000', '134512.970000', '134512.972000', '134512.975000', '134512.977000', '134512.980000', '134512.983000', '134512.985000', '134512.988000', '134512.991000', '134512.993000', '134512.996000', '134512.998000', '134513.002000', '134513.005000', '134513.007000', '134513.010000', '134513.012000', '134513.015000', '134513.025000', '134513.027000', '134513.030000', '134513.032000', '134513.035000', '134513.037000', '134513.040000', '134513.043000', '134513.046000', '134513.048000', '134513.051000', '134513.083000', '134513.086000', '134513.088000', '134513.091000', '134532.944000', '134532.953000', '134532.955000', '134532.958000', '134532.961000', '134532.963000', '134532.966000', '134532.969000', '134532.971000', '134532.974000', '134532.976000', '134532.979000', '134532.982000', '134532.984000', '134532.987000', '134532.989000', '134532.992000', '134532.994000', '134532.997000', '134533.001000', '134533.003000', '134533.006000', '134533.009000', '134533.011000', '134533.014000', '134533.016000', '134533.019000', '134533.029000', '134533.032000', '134533.040000', '134533.043000', '134533.046000', '134533.048000', '134533.051000', '134533.053000', '134533.056000', '134533.059000', '134533.061000', '134533.064000', '134533.066000', '134533.069000', '134533.072000', '134533.074000', '134533.077000', '134552.944000', '134552.946000', '134552.949000', '134552.952000', '134552.954000', '134552.957000', '134552.960000', '134552.962000', '134552.965000', '134552.968000', '134552.970000', '134552.973000', '134552.975000', '134552.978000', '134552.981000', '134552.983000', '134552.986000', '134552.989000', '134552.991000', '134552.994000', '134552.996000', '134553.000000', '134553.003000', '134553.005000', '134553.008000', '134553.011000', '134553.013000', '134553.016000', '134553.018000', '134553.021000', '134553.024000', '134553.026000', '134553.029000', '134553.031000', '134553.034000', '134553.036000', '134553.039000', '134553.042000', '134553.044000', '134553.047000', '134553.049000', '134553.052000', '134553.054000', '134612.943000', '134612.946000', '134612.949000', '134612.952000', '134612.954000', '134612.957000', '134612.960000', '134612.962000', '134612.965000', '134612.967000', '134612.970000', '134612.973000', '134612.975000', '134612.978000', '134612.981000', '134612.988000', '134612.990000', '134612.993000', '134612.996000', '134612.998000', '134613.002000', '134613.004000', '134613.007000', '134613.010000', '134613.012000', '134613.015000', '134613.018000', '134613.020000', '134613.023000', '134613.025000', '134613.028000', '134613.030000', '134613.033000', '134613.036000', '134613.038000', '134613.041000', '134613.043000', '134613.046000', '134613.049000', '134613.051000', '134613.054000', '134613.056000', '134613.059000', '134613.061000', '134632.944000', '134632.946000', '134632.949000', '134632.952000', '134632.954000', '134632.957000', '134632.959000', '134632.962000', '134632.965000', '134632.967000', '134632.970000', '134632.972000', '134632.975000', '134632.978000', '134632.980000', '134632.983000', '134632.986000', '134632.988000', '134632.991000', '134632.993000', '134632.996000', '134633.000000', '134633.002000', '134633.005000', '134633.008000', '134633.010000', '134633.013000', '134633.015000', '134633.018000', '134633.020000', '134633.023000', '134633.026000', '134633.028000', '134633.031000', '134633.033000', '134633.036000', '134633.039000', '134633.041000', '134633.044000', '134633.046000', '134633.049000', '134633.052000', '134633.054000', '134652.943000', '134652.964000', '134652.967000', '134652.969000', '134652.972000', '134652.975000', '134652.977000', '134652.980000', '134652.982000', '134652.985000', '134652.988000', '134652.990000', '134652.993000', '134652.996000', '134652.998000', '134653.002000', '134653.005000', '134653.007000', '134653.010000', '134653.013000', '134653.015000', '134653.018000', '134653.021000', '134653.023000', '134653.026000', '134653.028000', '134653.031000', '134653.034000', '134653.036000', '134653.039000', '134653.041000', '134653.044000', '134653.047000', '134653.049000', '134653.052000', '134653.068000', '134653.071000', '134653.073000', '134653.076000', '134653.079000', '134653.081000', '134653.084000', '134653.087000', '134653.089000', '134712.943000', '134712.946000', '134712.949000', '134712.952000', '134712.955000', '134712.957000', '134712.960000', '134712.963000', '134712.965000', '134712.968000', '134712.970000', '134712.973000', '134712.976000', '134712.978000', '134712.981000', '134712.984000', '134712.986000', '134712.989000', '134712.991000', '134712.994000', '134712.997000', '134712.999000', '134713.002000', '134713.004000', '134713.007000', '134713.010000', '134713.012000', '134713.015000', '134713.017000', '134713.020000', '134713.023000', '134713.025000', '134713.028000', '134713.030000', '134713.033000', '134713.036000', '134713.038000', '134713.041000', '134713.043000', '134713.046000', '134713.049000', '134713.051000', '134713.054000', '134732.943000', '134732.946000', '134732.949000', '134732.951000', '134732.954000', '134732.956000', '134732.959000', '134732.962000', '134732.964000', '134732.967000', '134732.969000', '134732.972000', '134732.975000', '134732.977000', '134732.980000', '134732.982000', '134732.985000', '134732.988000', '134732.990000', '134732.993000', '134732.995000', '134732.998000', '134733.002000', '134733.004000', '134733.007000', '134733.010000', '134733.012000', '134733.015000', '134733.018000', '134733.020000', '134733.023000', '134733.025000', '134733.028000', '134733.031000', '134733.033000', '134733.036000', '134733.038000', '134733.041000', '134733.044000', '134733.046000', '134733.049000', '134733.052000', '134733.054000', '134752.943000', '134752.946000', '134752.949000', '134752.952000', '134752.954000', '134752.957000', '134752.959000', '134752.962000', '134752.965000', '134752.967000', '134752.970000', '134752.973000', '134752.975000', '134752.978000', '134752.980000', '134752.983000', '134752.986000', '134752.988000', '134752.991000', '134752.994000', '134752.996000', '134753.000000', '134753.002000', '134753.005000', '134753.008000', '134753.010000', '134753.013000', '134753.016000', '134753.018000', '134753.021000', '134753.023000', '134753.026000', '134753.029000', '134753.031000', '134753.034000', '134753.036000', '134753.039000', '134753.042000', '134753.044000', '134753.047000', '134753.049000', '134753.052000', '134753.055000', '134753.057000', '134812.944000', '134812.946000', '134812.949000', '134812.952000', '134812.955000', '134812.957000', '134812.960000', '134812.962000', '134812.965000', '134812.968000', '134812.970000', '134812.973000', '134812.976000', '134812.978000', '134812.981000', '134812.984000', '134812.987000', '134812.990000', '134812.992000', '134812.995000', '134812.998000', '134813.001000', '134813.004000', '134813.007000', '134813.009000', '134813.012000', '134813.014000', '134813.017000', '134813.020000', '134813.023000', '134813.025000', '134813.028000', '134813.031000', '134813.038000', '134813.041000', '134813.044000', '134813.046000', '134813.049000', '134813.051000', '134813.054000', '134813.057000', '134813.060000', '134813.062000', '134813.065000', '134832.943000', '134832.946000', '134832.949000', '134832.952000', '134832.954000', '134832.957000', '134832.960000', '134832.962000', '134832.965000', '134832.968000', '134832.970000', '134832.973000', '134832.975000', '134832.978000', '134832.981000', '134832.983000', '134833.025000', '134833.028000', '134833.031000', '134833.033000', '134833.036000', '134833.038000', '134833.041000', '134833.044000', '134833.046000', '134833.049000', '134833.051000', '134833.054000', '134833.057000', '134833.059000', '134833.062000', '134833.064000', '134833.067000', '134833.070000', '134833.072000', '134833.075000', '134833.077000', '134833.080000', '134833.083000', '134833.085000', '134833.088000', '134833.090000', '134833.093000', '134852.944000', '134852.946000', '134852.949000', '134852.952000', '134852.954000', '134852.957000', '134852.959000', '134852.962000', '134852.965000', '134852.967000', '134852.970000', '134852.972000', '134852.975000', '134852.978000', '134852.980000', '134852.983000', '134852.995000', '134852.998000', '134853.002000', '134853.006000', '134853.008000', '134853.011000', '134853.014000', '134853.016000', '134853.019000', '134853.021000', '134853.024000', '134853.026000', '134853.029000', '134853.032000', '134853.035000', '134853.037000', '134853.040000', '134853.042000', '134853.045000', '134853.048000', '134853.050000', '134853.053000', '134853.056000', '134853.058000', '134853.061000', '134853.064000', '134853.066000', '134912.942000', '134912.946000', '134912.948000', '134912.951000', '134912.953000', '134912.956000', '134912.959000', '134912.961000', '134912.964000', '134912.966000', '134912.969000', '134912.972000', '134912.974000', '134912.977000', '134912.979000', '134912.982000', '134912.984000', '134912.987000', '134912.990000', '134912.992000', '134912.995000', '134912.998000', '134913.001000', '134913.004000', '134913.006000', '134913.009000', '134913.011000', '134913.014000', '134913.017000', '134913.019000', '134913.022000', '134913.024000', '134913.027000', '134913.030000', '134913.032000', '134913.035000', '134913.038000', '134913.040000', '134913.043000', '134913.045000', '134913.048000', '134913.051000', '134913.053000', '134913.056000', '134932.944000', '134932.946000', '134932.949000', '134932.952000', '134932.954000', '134932.957000', '134932.960000', '134932.962000', '134932.965000', '134932.969000', '134932.972000', '134932.975000', '134932.977000', '134932.980000', '134932.983000', '134932.986000', '134932.988000', '134932.991000', '134932.993000', '134932.996000', '134932.999000', '134933.001000', '134933.004000', '134933.006000', '134933.009000', '134933.012000', '134933.014000', '134933.017000', '134933.019000', '134933.025000', '134933.027000', '134933.030000', '134933.032000', '134933.035000', '134933.038000', '134933.041000', '134933.043000', '134933.046000', '134933.049000', '134933.051000', '134933.054000', '134933.056000', '134933.059000', '134952.943000', '134952.946000', '134952.949000', '134952.952000', '134952.955000', '134952.957000', '134952.960000', '134952.962000', '134952.965000', '134952.968000', '134952.970000', '134952.973000', '134952.975000', '134952.978000', '134952.981000', '134952.983000', '134952.986000', '134952.989000', '134952.991000', '134952.994000', '134952.997000', '134953.000000', '134953.003000', '134953.005000', '134953.008000', '134953.011000', '134953.013000', '134953.016000', '134953.048000', '134953.051000', '134953.053000', '134953.056000', '134953.059000', '134953.062000', '134953.064000', '134953.067000', '134953.069000', '134953.072000', '134953.075000', '134953.077000', '134953.080000', '134953.082000', '134953.085000', '134953.097000', '135012.945000', '135012.948000', '135012.951000', '135012.954000', '135012.956000', '135012.959000', '135012.961000', '135012.964000', '135012.967000', '135012.969000', '135012.972000', '135012.975000', '135012.977000', '135012.980000', '135012.983000', '135012.985000', '135012.988000', '135012.990000', '135012.993000', '135012.996000', '135013.000000', '135013.002000', '135013.005000', '135013.007000', '135013.010000', '135013.013000', '135013.015000', '135013.018000', '135013.020000', '135013.023000', '135013.026000', '135013.028000', '135013.031000', '135013.033000', '135013.036000', '135013.039000', '135013.041000', '135013.044000', '135013.046000', '135013.049000', '135013.052000', '135013.054000', '135013.057000', '135032.944000', '135032.947000', '135032.949000', '135032.952000', '135032.955000', '135032.957000', '135032.960000', '135032.963000', '135032.965000', '135032.968000', '135032.970000', '135032.973000', '135032.976000', '135032.979000', '135032.981000', '135032.984000', '135032.986000', '135032.989000', '135032.992000', '135032.994000', '135032.997000', '135033.000000', '135033.003000', '135033.006000', '135033.008000', '135033.011000', '135033.014000', '135033.016000', '135033.019000', '135033.022000', '135033.024000', '135033.027000', '135033.030000', '135033.032000', '135033.035000', '135033.037000', '135033.040000', '135033.043000', '135033.045000', '135033.048000', '135033.050000', '135033.053000', '135033.056000', '135033.058000', '135052.943000', '135052.946000', '135052.949000', '135052.952000', '135052.954000', '135052.957000', '135052.959000', '135052.962000', '135052.965000', '135052.967000', '135052.976000', '135052.979000', '135052.982000', '135052.984000', '135052.987000', '135052.989000', '135052.992000', '135052.995000', '135052.997000', '135053.001000', '135053.004000', '135053.006000', '135053.009000', '135053.012000', '135053.014000', '135053.017000', '135053.019000', '135053.022000', '135053.025000', '135053.027000', '135053.030000', '135053.033000', '135053.035000', '135053.038000', '135053.040000', '135053.043000', '135053.046000', '135053.048000', '135053.051000', '135053.053000', '135053.056000', '135053.059000', '135053.062000', '135053.940000', '135053.942000', '135053.945000'], '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': [16889, 22145, 15996, 21336, 14041, 20941, 13415, 16595, 14350, 10188, 14817, 11363, 10604, 11917, 9633, 15463, 13383, 11195, 14403, 9688, 14267, 10918, 16754, 12574, 16904, 12437, 17136, 12306, 16728, 11901, 12907, 10576, 9857, 11163, 9170, 12352, 8901, 14508, 11609, 14047, 10500, 9458, 11229, 9208, 14447, 10938, 15914, 12220, 11922, 11894, 9474, 13480, 9711, 15240, 11440, 14690, 12425, 13440, 11368, 13335, 10318, 14898, 10449, 14420, 10921, 14271, 11161, 15282, 11343, 14069, 12104, 9480, 13787, 9427, 12840, 11039, 15628, 10929, 12489, 16258, 12714, 14086, 11957, 8828, 14084, 11005, 10456, 11484, 9228, 12527, 9056, 14716, 11389, 11156, 13039, 12564, 18613, 15151, 14041, 19490, 15724, 15097, 19116, 14465, 13690, 12088, 12222, 15194, 11156, 16991, 12586, 16678, 13350, 11793, 11257, 8720, 12634, 9079, 14463, 11058, 15119, 10843, 9370, 9731, 8033, 10796, 8357, 13220, 9390, 13784, 10004, 14079, 10053, 11971, 9897, 11457, 11437, 10444, 14071, 9281, 14572, 11157, 15150, 11637, 17389, 12770, 12042, 12132, 9528, 12473, 9650, 14338, 11647, 15530, 10228, 10813, 10822, 10113, 13005, 10019, 16661, 13756, 17653, 12970, 10809, 16944, 12323, 11030, 10377, 10171, 13556, 11508, 16778, 12217, 12614, 13828, 10427, 15481, 11163, 17497, 12356, 14877, 16611, 12506, 18400, 12085, 12285, 11142, 10136, 13746, 11681, 16577, 10444, 15417, 10621, 10959, 11356, 10429, 15390, 10532, 15888, 10804, 11646, 10897, 10856, 15444, 10547, 14793, 10594, 10457, 11072, 10279, 14609, 10403, 10133, 10615, 9990, 12274, 10294, 9981, 16650, 11268, 10755, 12433, 9991, 17028, 12165, 18014, 13637, 17212, 11719, 14826, 11334, 11008, 11517, 10389, 15460, 10030, 14004, 10380, 14266, 10461, 13159, 10626, 10054, 10820, 10562, 11830, 10428, 13828, 10478, 14925, 10722, 14750, 10884, 13736, 10970, 11403, 10966, 10099, 10665, 10451, 11148, 10689, 11762, 10929, 11689, 10630, 12294, 10812, 12881, 10593, 12178, 10657, 12385, 10229, 13924, 10319, 15586, 10856, 15727, 11816, 11152, 10866, 12602, 11032, 13907, 13813, 11065, 14806, 11005, 14304, 10918, 16228, 12184, 12634, 11658, 10617, 11992, 10926, 15504, 12847, 18012, 12265, 14234, 10870, 10779, 15005, 12746, 18126, 14634, 10594, 17789, 12811, 14075, 10906, 9868, 12176, 10271, 16024, 12263, 18435, 14531, 11070, 16688, 10848, 16547, 11459, 16560, 14054, 11362, 17857, 11882, 15850, 10866, 15647, 11167, 15938, 11346, 12689, 11216, 10305, 11020, 10718, 11389, 10471, 13448, 11311, 13887, 10691, 13589, 11179, 13017, 11023, 12784, 11822, 11000, 15042, 10602, 13996, 10669, 10331, 12420, 11395, 15747, 11645, 10660, 12435, 10769, 15607, 11315, 16476, 13905, 10606, 16434, 11646, 16293, 11644, 16336, 12009, 12591, 13142, 10568, 13507, 10197, 15296, 10823, 14791, 11437, 14017, 10812, 10522, 10780, 10307, 11730, 10755, 13265, 11035, 13769, 10538, 13360, 11462, 10664, 12285, 11268, 13559, 11129, 14722, 11279, 14270, 11227, 11616, 11166, 11098, 13370, 11604, 12646, 11042, 10477, 11111, 10825, 11654, 11586, 13750, 11313, 14201, 11154, 14923, 11237, 13507, 12015, 11504, 15021, 11593, 14211, 11139, 14852, 11562, 10594, 11563, 11177, 11080, 11654, 13660, 11541, 10494, 11981, 10895, 13770, 11526, 15810, 12730, 11377, 13130, 10915, 13682, 11608, 16974, 13191, 10071, 14458, 11173, 15375, 11465, 15453, 12073, 11030, 11993, 11357, 14426, 11422, 9760, 11052, 10361, 13019, 11465, 11140, 17745, 14878, 18337, 14542, 10674, 11677, 11171, 14857, 12493, 17397, 11619, 11434, 11230, 10928, 12149, 11393, 14830, 12207, 12502, 11149, 10580, 11301, 10913, 14352, 11540, 16199, 10985, 14864, 11154, 11657, 11499, 11113, 16197, 11389, 15404, 11039, 14833, 11220, 14614, 11905, 10892, 11208, 10748, 11177, 11309, 14927, 11386, 14485, 11228, 13846, 11114, 15831, 11936, 10603, 11205, 11065, 12295, 11565, 14085, 11611, 11735, 11137, 10121, 11076, 10426, 13911, 12454, 10490, 11193, 11003, 12304, 10435, 14021, 12236, 17068, 11629, 16098, 10739, 15692, 11043, 11303, 12312, 10465, 13670, 10792, 13999, 10741, 15121, 11808, 10239, 11378, 10001, 13048, 11360, 14196, 11069, 13498, 10403, 10545, 10903, 10407, 13956, 10413, 14320, 10659, 14390, 10587, 14972, 11042, 8880, 9577, 9303, 10593, 9260, 13403, 11011, 12795, 9577, 9157, 10266, 9787, 14471, 12039, 9543, 10438, 9856, 12182, 10173, 16309, 13462, 13415, 10795, 10293, 11925, 9802, 15652, 12362, 16140, 10453, 10385, 10854, 10327, 14935, 11686, 13627, 9837, 9383, 11631, 10318, 16144, 12014, 9746, 12740, 9954, 14837, 10883, 16978, 13839, 10819, 10617, 9596, 13009, 10847, 15998, 10024, 12915, 9864, 9531, 12936, 10517, 15186, 9899, 14299, 10136, 10103, 11073, 9603, 13705, 10047, 14297, 9835, 12353, 11807, 9599, 14934, 10124, 9204, 10861, 9657, 14399, 10898, 9911, 12830, 9707, 14979, 10587, 16835, 12519, 14233, 11047, 10351, 10881, 10349, 11851, 10053, 15207, 9807, 13702, 10164, 9987, 10290, 9840, 13418, 10864, 13262, 10203, 10212, 9989, 10064, 12322, 10859, 16470, 11138, 14377, 11233, 10511, 11568, 10054, 12857, 10154, 9962, 15497, 10395, 9529, 10682, 10360, 15241, 12029, 13611, 14107, 9531, 13403, 10530, 14896, 11091, 12431, 10525, 10495, 11802, 10204, 12526, 10991, 13173, 10056, 9586, 10415, 9863, 13706, 10920, 16142, 10927, 11501, 9541, 8825, 12517, 11692, 13163, 10176, 9294, 11116, 10142, 14888, 12596, 9796, 14641, 10137, 11761, 10654, 9946, 15169, 13052, 17249, 12222, 10207, 11864, 9791, 14361, 11685, 17243, 12280, 9849, 11641, 9592, 15488, 12102, 9333, 11204, 9499, 13478, 11155, 16076, 12658, 9069, 11881, 9977, 14181, 10959, 16655, 12939, 12563, 10091, 9304, 11290, 10022, 15672, 11764, 9610, 10098, 8975, 12313, 9997, 15493, 12025, 10736, 9887, 9112, 12044, 9610, 15160, 10628, 16007, 10009, 11943, 10424, 9711, 14894, 9996, 15251, 9849, 10595, 10492, 9961, 15043, 10291, 15495, 9913, 14490, 10466, 10500, 15778, 10146, 15124, 10345, 13402, 9954, 10272, 15247, 10303, 16386, 10334, 14217, 9504, 10275, 13387, 9438, 13429, 9431, 14973, 9939, 15633, 11918, 9042, 11963, 9270, 13131, 9826, 15813, 13181, 13463, 10159, 9500, 11387, 8959, 14742, 12004, 14802, 9139, 9262, 9686, 8886, 13870, 11692, 12452, 10546, 8975], 'WindowCenter': [4846.0, 4823.0, 4777.0, 4779.0, 4729.0, 4754.0, 4701.0, 4720.0, 4698.0, 4669.0, 4708.0, 4675.0, 4666.0, 4677.0, 4659.0, 4718.0, 4699.0, 4681.0, 4709.0, 4658.0, 4709.0, 4679.0, 4730.0, 4700.0, 4731.0, 4692.0, 4730.0, 4691.0, 4720.0, 4691.0, 4690.0, 4669.0, 4669.0, 4680.0, 4661.0, 4703.0, 4675.0, 4725.0, 4707.0, 4737.0, 4709.0, 4685.0, 4708.0, 4686.0, 4737.0, 4713.0, 4761.0, 4729.0, 4721.0, 4717.0, 4699.0, 4740.0, 4699.0, 4749.0, 4719.0, 4739.0, 4730.0, 4730.0, 4708.0, 4727.0, 4700.0, 4749.0, 4708.0, 4738.0, 4707.0, 4736.0, 4721.0, 4748.0, 4710.0, 4739.0, 4719.0, 4699.0, 4728.0, 4700.0, 4729.0, 4710.0, 4761.0, 4724.0, 4730.0, 4763.0, 4744.0, 4752.0, 4733.0, 4692.0, 4741.0, 4722.0, 4711.0, 4719.0, 4703.0, 4755.0, 4715.0, 4776.0, 4749.0, 4737.0, 4753.0, 4744.0, 4782.0, 4761.0, 4750.0, 4782.0, 4760.0, 4750.0, 4770.0, 4739.0, 4726.0, 4706.0, 4705.0, 4734.0, 4695.0, 4746.0, 4705.0, 4744.0, 4726.0, 4704.0, 4692.0, 4662.0, 4703.0, 4674.0, 4724.0, 4695.0, 4735.0, 4696.0, 4700.0, 4698.0, 4667.0, 4696.0, 4666.0, 4726.0, 4688.0, 4738.0, 4699.0, 4737.0, 4700.0, 4721.0, 4701.0, 4721.0, 4721.0, 4711.0, 4741.0, 4691.0, 4751.0, 4721.0, 4752.0, 4721.0, 4760.0, 4732.0, 4721.0, 4721.0, 4690.0, 4719.0, 4690.0, 4740.0, 4722.0, 4751.0, 4713.0, 4713.0, 4713.0, 4713.0, 4744.0, 4703.0, 4774.0, 4744.0, 4774.0, 4735.0, 4723.0, 4776.0, 4735.0, 4726.0, 4715.0, 4713.0, 4742.0, 4724.0, 4763.0, 4735.0, 4735.0, 4744.0, 4714.0, 4752.0, 4715.0, 4762.0, 4722.0, 4742.0, 4753.0, 4720.0, 4760.0, 4709.0, 4708.0, 4697.0, 4688.0, 4719.0, 4708.0, 4738.0, 4688.0, 4736.0, 4687.0, 4698.0, 4696.0, 4697.0, 4738.0, 4686.0, 4736.0, 4699.0, 4707.0, 4698.0, 4699.0, 4737.0, 4699.0, 4741.0, 4712.0, 4700.0, 4709.0, 4700.0, 4751.0, 4699.0, 4712.0, 4712.0, 4717.0, 4734.0, 4717.0, 4715.0, 4766.0, 4712.0, 4713.0, 4731.0, 4701.0, 4763.0, 4721.0, 4764.0, 4732.0, 4751.0, 4711.0, 4726.0, 4697.0, 4685.0, 4699.0, 4699.0, 4726.0, 4677.0, 4714.0, 4686.0, 4717.0, 4689.0, 4717.0, 4690.0, 4687.0, 4698.0, 4688.0, 4706.0, 4700.0, 4729.0, 4700.0, 4740.0, 4701.0, 4740.0, 4700.0, 4728.0, 4700.0, 4712.0, 4700.0, 4700.0, 4699.0, 4703.0, 4710.0, 4704.0, 4722.0, 4713.0, 4725.0, 4712.0, 4723.0, 4723.0, 4733.0, 4727.0, 4738.0, 4728.0, 4746.0, 4718.0, 4753.0, 4727.0, 4766.0, 4739.0, 4779.0, 4739.0, 4726.0, 4728.0, 4735.0, 4727.0, 4756.0, 4747.0, 4725.0, 4755.0, 4714.0, 4743.0, 4725.0, 4765.0, 4735.0, 4735.0, 4724.0, 4716.0, 4722.0, 4728.0, 4766.0, 4747.0, 4777.0, 4735.0, 4746.0, 4714.0, 4713.0, 4756.0, 4737.0, 4776.0, 4758.0, 4718.0, 4777.0, 4734.0, 4742.0, 4712.0, 4691.0, 4721.0, 4703.0, 4752.0, 4734.0, 4774.0, 4745.0, 4712.0, 4752.0, 4701.0, 4740.0, 4698.0, 4749.0, 4730.0, 4698.0, 4748.0, 4696.0, 4725.0, 4686.0, 4723.0, 4685.0, 4724.0, 4699.0, 4707.0, 4685.0, 4675.0, 4686.0, 4685.0, 4695.0, 4697.0, 4728.0, 4711.0, 4729.0, 4699.0, 4729.0, 4710.0, 4719.0, 4700.0, 4724.0, 4722.0, 4715.0, 4741.0, 4701.0, 4729.0, 4701.0, 4702.0, 4720.0, 4722.0, 4752.0, 4723.0, 4715.0, 4723.0, 4713.0, 4756.0, 4727.0, 4764.0, 4735.0, 4704.0, 4752.0, 4713.0, 4751.0, 4713.0, 4752.0, 4713.0, 4710.0, 4719.0, 4688.0, 4717.0, 4678.0, 4726.0, 4690.0, 4728.0, 4698.0, 4717.0, 4686.0, 4686.0, 4687.0, 4686.0, 4706.0, 4700.0, 4719.0, 4700.0, 4728.0, 4703.0, 4734.0, 4713.0, 4702.0, 4722.0, 4713.0, 4733.0, 4713.0, 4753.0, 4725.0, 4743.0, 4712.0, 4712.0, 4713.0, 4727.0, 4746.0, 4724.0, 4734.0, 4713.0, 4705.0, 4714.0, 4713.0, 4725.0, 4737.0, 4756.0, 4727.0, 4747.0, 4725.0, 4754.0, 4727.0, 4749.0, 4738.0, 4726.0, 4758.0, 4725.0, 4744.0, 4725.0, 4755.0, 4725.0, 4717.0, 4723.0, 4714.0, 4713.0, 4725.0, 4747.0, 4736.0, 4727.0, 4735.0, 4725.0, 4745.0, 4738.0, 4770.0, 4749.0, 4738.0, 4745.0, 4714.0, 4746.0, 4726.0, 4777.0, 4736.0, 4705.0, 4743.0, 4714.0, 4756.0, 4726.0, 4754.0, 4722.0, 4714.0, 4723.0, 4723.0, 4744.0, 4726.0, 4718.0, 4727.0, 4714.0, 4745.0, 4724.0, 4727.0, 4775.0, 4754.0, 4773.0, 4744.0, 4699.0, 4699.0, 4699.0, 4741.0, 4721.0, 4750.0, 4700.0, 4696.0, 4695.0, 4697.0, 4706.0, 4710.0, 4739.0, 4721.0, 4720.0, 4700.0, 4688.0, 4698.0, 4699.0, 4742.0, 4710.0, 4749.0, 4699.0, 4729.0, 4700.0, 4708.0, 4709.0, 4710.0, 4750.0, 4710.0, 4738.0, 4699.0, 4728.0, 4710.0, 4742.0, 4711.0, 4698.0, 4700.0, 4698.0, 4699.0, 4709.0, 4738.0, 4699.0, 4727.0, 4697.0, 4717.0, 4711.0, 4750.0, 4710.0, 4698.0, 4699.0, 4708.0, 4708.0, 4720.0, 4741.0, 4722.0, 4722.0, 4711.0, 4701.0, 4711.0, 4702.0, 4744.0, 4733.0, 4703.0, 4711.0, 4710.0, 4721.0, 4700.0, 4742.0, 4722.0, 4763.0, 4712.0, 4740.0, 4700.0, 4739.0, 4711.0, 4711.0, 4709.0, 4689.0, 4717.0, 4698.0, 4727.0, 4700.0, 4741.0, 4711.0, 4689.0, 4698.0, 4680.0, 4717.0, 4712.0, 4730.0, 4700.0, 4719.0, 4688.0, 4690.0, 4700.0, 4699.0, 4729.0, 4688.0, 4728.0, 4687.0, 4726.0, 4700.0, 4741.0, 4725.0, 4682.0, 4690.0, 4679.0, 4697.0, 4690.0, 4730.0, 4713.0, 4720.0, 4693.0, 4691.0, 4704.0, 4704.0, 4753.0, 4733.0, 4693.0, 4712.0, 4702.0, 4720.0, 4704.0, 4764.0, 4745.0, 4732.0, 4713.0, 4702.0, 4724.0, 4704.0, 4754.0, 4733.0, 4752.0, 4704.0, 4703.0, 4702.0, 4703.0, 4753.0, 4724.0, 4733.0, 4703.0, 4691.0, 4710.0, 4713.0, 4764.0, 4723.0, 4702.0, 4723.0, 4693.0, 4741.0, 4712.0, 4762.0, 4733.0, 4700.0, 4700.0, 4681.0, 4719.0, 4701.0, 4741.0, 4691.0, 4718.0, 4688.0, 4689.0, 4721.0, 4702.0, 4740.0, 4690.0, 4728.0, 4689.0, 4690.0, 4699.0, 4693.0, 4730.0, 4690.0, 4740.0, 4704.0, 4722.0, 4724.0, 4702.0, 4752.0, 4703.0, 4692.0, 4712.0, 4704.0, 4755.0, 4726.0, 4707.0, 4736.0, 4705.0, 4753.0, 4717.0, 4764.0, 4724.0, 4732.0, 4701.0, 4690.0, 4700.0, 4690.0, 4710.0, 4691.0, 4740.0, 4679.0, 4717.0, 4688.0, 4690.0, 4691.0, 4703.0, 4744.0, 4714.0, 4734.0, 4703.0, 4703.0, 4692.0, 4692.0, 4722.0, 4704.0, 4753.0, 4703.0, 4742.0, 4724.0, 4705.0, 4711.0, 4701.0, 4734.0, 4714.0, 4704.0, 4756.0, 4702.0, 4692.0, 4702.0, 4701.0, 4750.0, 4725.0, 4742.0, 4732.0, 4691.0, 4730.0, 4701.0, 4753.0, 4725.0, 4723.0, 4711.0, 4711.0, 4709.0, 4687.0, 4707.0, 4700.0, 4735.0, 4690.0, 4680.0, 4691.0, 4682.0, 4721.0, 4688.0, 4728.0, 4685.0, 4707.0, 4700.0, 4691.0, 4717.0, 4719.0, 4717.0, 4688.0, 4680.0, 4727.0, 4714.0, 4752.0, 4734.0, 4714.0, 4753.0, 4713.0, 4722.0, 4712.0, 4704.0, 4754.0, 4743.0, 4774.0, 4722.0, 4702.0, 4725.0, 4702.0, 4743.0, 4734.0, 4764.0, 4722.0, 4703.0, 4725.0, 4704.0, 4753.0, 4723.0, 4692.0, 4722.0, 4695.0, 4744.0, 4725.0, 4764.0, 4733.0, 4695.0, 4721.0, 4701.0, 4740.0, 4713.0, 4763.0, 4733.0, 4720.0, 4703.0, 4691.0, 4712.0, 4703.0, 4752.0, 4722.0, 4693.0, 4702.0, 4682.0, 4722.0, 4705.0, 4754.0, 4724.0, 4712.0, 4690.0, 4682.0, 4720.0, 4695.0, 4744.0, 4701.0, 4750.0, 4691.0, 4721.0, 4703.0, 4692.0, 4741.0, 4703.0, 4741.0, 4704.0, 4700.0, 4711.0, 4704.0, 4754.0, 4703.0, 4752.0, 4694.0, 4730.0, 4704.0, 4702.0, 4752.0, 4703.0, 4740.0, 4691.0, 4732.0, 4691.0, 4705.0, 4755.0, 4702.0, 4753.0, 4703.0, 4729.0, 4691.0, 4703.0, 4734.0, 4684.0, 4731.0, 4694.0, 4740.0, 4693.0, 4751.0, 4713.0, 4683.0, 4711.0, 4681.0, 4720.0, 4691.0, 4742.0, 4724.0, 4722.0, 4689.0, 4680.0, 4701.0, 4669.0, 4732.0, 4709.0, 4729.0, 4680.0, 4682.0, 4682.0, 4669.0, 4732.0, 4712.0, 4724.0, 4700.0, 4682.0], 'WindowWidth': [10551.0, 10498.0, 10416.0, 10409.0, 10333.0, 10364.0, 10281.0, 10303.0, 10269.0, 10229.0, 10281.0, 10231.0, 10218.0, 10233.0, 10212.0, 10294.0, 10270.0, 10246.0, 10284.0, 10213.0, 10282.0, 10243.0, 10314.0, 10273.0, 10317.0, 10264.0, 10314.0, 10263.0, 10300.0, 10261.0, 10257.0, 10228.0, 10227.0, 10243.0, 10219.0, 10279.0, 10247.0, 10315.0, 10293.0, 10337.0, 10298.0, 10262.0, 10293.0, 10264.0, 10334.0, 10309.0, 10374.0, 10328.0, 10317.0, 10309.0, 10285.0, 10342.0, 10285.0, 10355.0, 10315.0, 10342.0, 10329.0, 10330.0, 10297.0, 10321.0, 10287.0, 10355.0, 10296.0, 10338.0, 10293.0, 10333.0, 10318.0, 10352.0, 10301.0, 10342.0, 10313.0, 10284.0, 10325.0, 10290.0, 10328.0, 10304.0, 10377.0, 10330.0, 10333.0, 10381.0, 10355.0, 10366.0, 10340.0, 10283.0, 10349.0, 10324.0, 10305.0, 10316.0, 10301.0, 10378.0, 10323.0, 10408.0, 10375.0, 10353.0, 10370.0, 10360.0, 10412.0, 10379.0, 10360.0, 10415.0, 10381.0, 10358.0, 10394.0, 10341.0, 10317.0, 10288.0, 10286.0, 10327.0, 10271.0, 10344.0, 10287.0, 10342.0, 10317.0, 10282.0, 10263.0, 10224.0, 10280.0, 10244.0, 10311.0, 10275.0, 10327.0, 10277.0, 10291.0, 10285.0, 10240.0, 10275.0, 10236.0, 10318.0, 10270.0, 10337.0, 10284.0, 10334.0, 10288.0, 10318.0, 10290.0, 10320.0, 10318.0, 10304.0, 10348.0, 10276.0, 10358.0, 10318.0, 10361.0, 10319.0, 10373.0, 10333.0, 10317.0, 10316.0, 10273.0, 10312.0, 10273.0, 10341.0, 10321.0, 10360.0, 10309.0, 10310.0, 10308.0, 10309.0, 10352.0, 10296.0, 10397.0, 10356.0, 10399.0, 10343.0, 10322.0, 10402.0, 10342.0, 10332.0, 10316.0, 10308.0, 10347.0, 10325.0, 10380.0, 10343.0, 10342.0, 10355.0, 10310.0, 10363.0, 10311.0, 10375.0, 10319.0, 10347.0, 10366.0, 10316.0, 10372.0, 10294.0, 10292.0, 10274.0, 10264.0, 10308.0, 10293.0, 10335.0, 10264.0, 10329.0, 10262.0, 10278.0, 10274.0, 10278.0, 10335.0, 10260.0, 10327.0, 10280.0, 10290.0, 10278.0, 10280.0, 10335.0, 10281.0, 10345.0, 10306.0, 10286.0, 10297.0, 10288.0, 10361.0, 10286.0, 10306.0, 10307.0, 10320.0, 10342.0, 10322.0, 10315.0, 10385.0, 10306.0, 10306.0, 10330.0, 10289.0, 10377.0, 10316.0, 10381.0, 10334.0, 10355.0, 10298.0, 10314.0, 10273.0, 10258.0, 10281.0, 10283.0, 10318.0, 10246.0, 10295.0, 10258.0, 10300.0, 10266.0, 10303.0, 10267.0, 10262.0, 10277.0, 10263.0, 10286.0, 10284.0, 10323.0, 10284.0, 10337.0, 10286.0, 10337.0, 10283.0, 10321.0, 10283.0, 10302.0, 10283.0, 10283.0, 10282.0, 10290.0, 10298.0, 10292.0, 10318.0, 10306.0, 10323.0, 10305.0, 10319.0, 10321.0, 10334.0, 10332.0, 10347.0, 10338.0, 10356.0, 10322.0, 10364.0, 10333.0, 10385.0, 10353.0, 10406.0, 10355.0, 10331.0, 10334.0, 10342.0, 10333.0, 10373.0, 10363.0, 10328.0, 10369.0, 10310.0, 10348.0, 10326.0, 10385.0, 10344.0, 10342.0, 10327.0, 10314.0, 10320.0, 10334.0, 10386.0, 10361.0, 10403.0, 10341.0, 10355.0, 10308.0, 10309.0, 10372.0, 10346.0, 10402.0, 10382.0, 10320.0, 10402.0, 10335.0, 10346.0, 10304.0, 10274.0, 10314.0, 10291.0, 10359.0, 10338.0, 10394.0, 10353.0, 10303.0, 10360.0, 10287.0, 10337.0, 10279.0, 10349.0, 10327.0, 10277.0, 10349.0, 10272.0, 10311.0, 10257.0, 10305.0, 10255.0, 10309.0, 10279.0, 10284.0, 10254.0, 10240.0, 10254.0, 10254.0, 10269.0, 10275.0, 10319.0, 10301.0, 10320.0, 10282.0, 10321.0, 10297.0, 10310.0, 10284.0, 10320.0, 10317.0, 10310.0, 10342.0, 10286.0, 10320.0, 10283.0, 10286.0, 10311.0, 10318.0, 10361.0, 10321.0, 10309.0, 10319.0, 10307.0, 10368.0, 10330.0, 10379.0, 10341.0, 10292.0, 10360.0, 10304.0, 10356.0, 10304.0, 10358.0, 10305.0, 10296.0, 10307.0, 10262.0, 10301.0, 10248.0, 10314.0, 10265.0, 10320.0, 10278.0, 10301.0, 10257.0, 10257.0, 10257.0, 10258.0, 10286.0, 10281.0, 10306.0, 10282.0, 10319.0, 10290.0, 10333.0, 10304.0, 10289.0, 10316.0, 10304.0, 10332.0, 10307.0, 10363.0, 10326.0, 10347.0, 10303.0, 10303.0, 10304.0, 10328.0, 10355.0, 10325.0, 10335.0, 10305.0, 10296.0, 10308.0, 10307.0, 10325.0, 10346.0, 10370.0, 10332.0, 10357.0, 10327.0, 10364.0, 10332.0, 10365.0, 10349.0, 10328.0, 10374.0, 10324.0, 10349.0, 10326.0, 10369.0, 10327.0, 10315.0, 10321.0, 10308.0, 10305.0, 10328.0, 10359.0, 10344.0, 10332.0, 10342.0, 10327.0, 10356.0, 10349.0, 10395.0, 10365.0, 10350.0, 10356.0, 10311.0, 10357.0, 10332.0, 10402.0, 10344.0, 10300.0, 10347.0, 10308.0, 10368.0, 10331.0, 10365.0, 10320.0, 10307.0, 10319.0, 10322.0, 10353.0, 10332.0, 10325.0, 10333.0, 10314.0, 10356.0, 10325.0, 10330.0, 10398.0, 10368.0, 10392.0, 10350.0, 10282.0, 10279.0, 10279.0, 10340.0, 10315.0, 10354.0, 10283.0, 10273.0, 10269.0, 10273.0, 10285.0, 10297.0, 10337.0, 10315.0, 10310.0, 10282.0, 10265.0, 10278.0, 10282.0, 10345.0, 10298.0, 10352.0, 10281.0, 10320.0, 10281.0, 10294.0, 10294.0, 10298.0, 10354.0, 10297.0, 10332.0, 10281.0, 10319.0, 10300.0, 10345.0, 10301.0, 10277.0, 10280.0, 10276.0, 10279.0, 10295.0, 10335.0, 10278.0, 10316.0, 10276.0, 10301.0, 10299.0, 10353.0, 10298.0, 10279.0, 10280.0, 10290.0, 10292.0, 10313.0, 10341.0, 10320.0, 10318.0, 10301.0, 10285.0, 10302.0, 10290.0, 10352.0, 10335.0, 10292.0, 10300.0, 10298.0, 10315.0, 10286.0, 10345.0, 10319.0, 10375.0, 10303.0, 10340.0, 10284.0, 10336.0, 10300.0, 10300.0, 10295.0, 10266.0, 10302.0, 10276.0, 10316.0, 10285.0, 10341.0, 10300.0, 10266.0, 10278.0, 10253.0, 10301.0, 10301.0, 10322.0, 10283.0, 10306.0, 10264.0, 10267.0, 10282.0, 10282.0, 10321.0, 10262.0, 10316.0, 10262.0, 10312.0, 10285.0, 10342.0, 10328.0, 10264.0, 10268.0, 10254.0, 10275.0, 10269.0, 10323.0, 10308.0, 10310.0, 10276.0, 10273.0, 10294.0, 10295.0, 10362.0, 10333.0, 10278.0, 10302.0, 10288.0, 10311.0, 10295.0, 10379.0, 10353.0, 10331.0, 10305.0, 10289.0, 10320.0, 10293.0, 10364.0, 10335.0, 10360.0, 10292.0, 10290.0, 10288.0, 10291.0, 10361.0, 10321.0, 10332.0, 10292.0, 10274.0, 10296.0, 10307.0, 10378.0, 10322.0, 10290.0, 10318.0, 10276.0, 10341.0, 10304.0, 10374.0, 10334.0, 10283.0, 10282.0, 10255.0, 10308.0, 10287.0, 10340.0, 10272.0, 10304.0, 10263.0, 10267.0, 10313.0, 10289.0, 10338.0, 10269.0, 10319.0, 10265.0, 10267.0, 10280.0, 10276.0, 10324.0, 10267.0, 10337.0, 10296.0, 10317.0, 10323.0, 10290.0, 10359.0, 10293.0, 10278.0, 10303.0, 10295.0, 10364.0, 10329.0, 10303.0, 10344.0, 10299.0, 10361.0, 10312.0, 10377.0, 10322.0, 10328.0, 10286.0, 10269.0, 10280.0, 10267.0, 10293.0, 10269.0, 10337.0, 10250.0, 10300.0, 10262.0, 10266.0, 10269.0, 10291.0, 10348.0, 10308.0, 10333.0, 10290.0, 10290.0, 10273.0, 10276.0, 10317.0, 10294.0, 10362.0, 10290.0, 10344.0, 10322.0, 10295.0, 10301.0, 10287.0, 10335.0, 10309.0, 10298.0, 10369.0, 10292.0, 10276.0, 10287.0, 10288.0, 10355.0, 10324.0, 10346.0, 10333.0, 10271.0, 10323.0, 10285.0, 10363.0, 10328.0, 10318.0, 10305.0, 10304.0, 10295.0, 10263.0, 10286.0, 10281.0, 10336.0, 10266.0, 10251.0, 10264.0, 10252.0, 10302.0, 10255.0, 10311.0, 10252.0, 10291.0, 10286.0, 10276.0, 10306.0, 10310.0, 10302.0, 10262.0, 10256.0, 10333.0, 10310.0, 10360.0, 10338.0, 10311.0, 10362.0, 10308.0, 10319.0, 10304.0, 10295.0, 10365.0, 10350.0, 10394.0, 10320.0, 10291.0, 10323.0, 10291.0, 10348.0, 10339.0, 10379.0, 10319.0, 10294.0, 10325.0, 10297.0, 10362.0, 10321.0, 10277.0, 10319.0, 10282.0, 10349.0, 10327.0, 10381.0, 10334.0, 10282.0, 10315.0, 10287.0, 10340.0, 10308.0, 10378.0, 10335.0, 10314.0, 10289.0, 10271.0, 10301.0, 10293.0, 10361.0, 10320.0, 10278.0, 10288.0, 10262.0, 10315.0, 10298.0, 10362.0, 10322.0, 10301.0, 10270.0, 10260.0, 10312.0, 10283.0, 10349.0, 10287.0, 10353.0, 10272.0, 10314.0, 10291.0, 10275.0, 10343.0, 10291.0, 10341.0, 10292.0, 10285.0, 10302.0, 10293.0, 10362.0, 10292.0, 10356.0, 10278.0, 10326.0, 10294.0, 10291.0, 10360.0, 10289.0, 10338.0, 10272.0, 10325.0, 10272.0, 10295.0, 10364.0, 10290.0, 10359.0, 10291.0, 10321.0, 10274.0, 10290.0, 10333.0, 10264.0, 10326.0, 10279.0, 10336.0, 10276.0, 10356.0, 10306.0, 10263.0, 10298.0, 10258.0, 10308.0, 10273.0, 10343.0, 10320.0, 10314.0, 10266.0, 10253.0, 10280.0, 10238.0, 10326.0, 10293.0, 10318.0, 10253.0, 10258.0, 10258.0, 10238.0, 10327.0, 10301.0, 10319.0, 10283.0, 10259.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.009406298850574714</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04722496747126436</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.221637124338336</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.228838676271577</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0787400412313002</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5169</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3546.4902</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1202478017801935</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>86</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.885057471264368</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4229033084261946</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3823832159268306</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5561971208736933</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3301295884780604</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00689345</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0009520744788460433</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.016820279881358147</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.213828978193646</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>17.0858</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.8892</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>273.3588</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293169.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>1355.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>503.5937</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7049</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>614.6002</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3895.4217</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4046.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83375.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1632.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5085.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>960.1661</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.60537133307662</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> |